.more-btn {
  margin-top: 35px;
  display: inline-block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #6CB8D3;
  border-radius: 21px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 0 20px;
}
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  content:" ";
  display:block;
  visibility:hidden;
  height:0;
  clear:both;
}
.clearfix { *zoom:1; }

.hide {
  display: none !important;
}

/** 板心 */
.page-w {
  margin: 0 auto;
  width: 1200px;
}

.page {
  min-height: 100vh;
  min-width: 1200px;
}

/* Modal */
.blocker {
  z-index: 3000 !important;
}
.jquery-modal {
  background-color: rgba(0,0,0,0.7) !important;
}
.jquery-modal .modal {
  min-width: 840px;
  padding: 76px 40px 40px 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.jquery-modal .modal .close-modal {
  top: 22px;
  right: 31px;
}
.jquery-modal .modal a.close-modal {
  width: 40px;
  height: 40px;
  background-image: url(../images/close.png);
}


/* 文字加载动效---start */
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, -5px, 0);
		transform: translate3d(-100px, -5px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
/* 文字加载动效---end */


/* 页面顶部Banner图区块 --- start --- */
.page .page-banner {
  width: 100%;
  background: linear-gradient(180deg, #F7FBFF 0%, #F0F3FA 100%);
}

.page .page-banner .banner-content {
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
}

.page .page-banner .banner-text {
  flex: 1;
  margin-left: 79px;
}
.page .page-banner .banner-text .title {
  font-size: 46px;
  line-height: 60px;
  font-weight: 500;
  color: #333333;
  animation: fadeInLeft .6s forwards;
}
.page .page-banner .banner-text .desc {
  font-size: 20px;
  font-weight: 600;
  color: #999;
  animation: fadeInLeft .6s forwards;
}
.page .page-banner .banner-text .desc-s {
  width: 417px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  animation: fadeInLeft .6s forwards;
}
.page .page-banner .banner-text .line {
  width: 60px;
  height: 6px;
  margin-top: 37px;
  background: #6CB8D3;
  animation: fadeInLeft .6s forwards;
}

.page .page-banner .banner-img {
  margin: auto;
  margin-right: 150px;
  animation: fadeInRight .6s forwards;
}
/* 页面顶部Banner图区块 --- end --- */


/* 页面选项卡区域 --- start --- */
.page-tabs {
  width: 1200px;
  height: 90px;
  margin: auto;
  margin-top: -45px;
  border: solid 1px rgba(197 192 192, 10%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 21px;
}

.page-tabs #tab-title {
  display: flex;
  justify-content: space-evenly;
}

.page-tabs ul {
  margin: 0;
  padding: 0;
}

.page-tabs #tab-title li {
  font-size: 22px;
  line-height: 88px;
  font-weight: 500;
  cursor: pointer;
}

.page-tabs #tab-title .tab-active {
  color: #3C6292;
  border-bottom: solid 4px #3C6292;
}
.page-tabs #tab-title a {
  color: #000;
  text-decoration: none;
}
.page-tabs #tab-title .tab-active a {
  color: #3C6292;
}

#tab-content .tab-content-item {
  font-size: 16px;
  color: #878C92;
  margin-top: 10px;
}

/* 页面选项卡区域 --- end --- */


/* 页面内容区域 --- start --- */
.page .page-container {
  width: 100%;
}

.page .bg-light {
  background: #fff;
}

.page .bg-dark {
  background: #f7f7fc;
}

.page .page-container .container-item {
  width: 1200px;
  margin: auto;
}

.page .page-container .container-title {
  text-align: center;
  font-size: 32px;
  padding-top: 70px;
  font-weight: 500;
  color: #333333;
  line-height: 54px;
}

.page .page-container .container-title .icon-1 {
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: -11px;
  margin-bottom: 23px;
  background: #47D7CB;
}

.page .page-container .container-title .icon-2 {
  display: inline-block;
  width: 10px;
  height: 23px;
  background: #3C6292;
}

.page .page-container .container-desc {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  padding-top: 20px;
}

.page .page-container .container-content {
}

/* 页面内容区域 --- end --- */

.contact-us-fixed {
  z-index: 2000;
  position: fixed;
  right: 10px;
  bottom: 40px;
  background: #fff;
  width: 120px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin: 0;
  list-style: none;
  padding: 30px 0;
}
.contact-us-fixed > li {
  position: relative;
  cursor: pointer;
}
.contact-us-fixed > li .icon-box {
  margin: 10px auto;
  width: 40px;
  height: 40px;
  background: #F4F6F9;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5f7787;
}
.contact-us-fixed > li .icon-box .iconfont {
  font-size: 24px;
}
.contact-us-fixed > li > p {
  margin: 0;
  text-align: center;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.contact-us-fixed > li .box-content {
  position: absolute;
  top: -80px;
  right: 104px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 2001;
  border-radius: 30px;
  display: none;
  width: 283px;
}
.contact-us-fixed > li .box-content::after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.contact-us-fixed > li .box-content.about-us-info {
  padding: 0 30px;
  box-sizing: border-box;
}
.contact-us-fixed > li .box-content.about-us-info .box-item {
  padding-top: 30px;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.contact-us-fixed > li .box-content.about-us-info .box-item:last-child {
  border-bottom: 0 none;
}
.contact-us-fixed > li .box-content.about-us-info .box-item .left {
  float: left;
  margin-right: 15px;
  margin-top: -7px;
}
.contact-us-fixed > li .box-content.about-us-info .box-item .left .icon {
  width: 60px;
  height: 60px;
}
.contact-us-fixed > li .box-content.about-us-info .box-item .right {
  float: left;
}
.contact-us-fixed > li .box-content.about-us-info .box-item .right p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  height: 24px;
}
.contact-us-fixed > li .box-content.about-us-info .box-item .right h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  height: 40px;
}
.contact-us-fixed > li .box-content.about-us-info .box-item .right h3 a {
  color: #333333;
  text-decoration: none;
}
.contact-us-fixed > li .box-content.about-us-info .box-item .right h3 a:hover {
  text-decoration: underline;
}
.contact-us-fixed > li .box-content.pic-list {
  width: 395px;
  top: -60px;
  padding: 30px 40px;
}
.contact-us-fixed > li .box-content.pic-list .img-box {
  float: left;
  margin-right: 37px;
}
.contact-us-fixed > li .box-content.pic-list .img-box:last-child {
  margin-right: 0;
}
.contact-us-fixed > li .box-content.pic-list .img-box img {
  width: 135px;
  display: block;
}
.contact-us-fixed > li .box-content.pic-list .img-box p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.contact-us-fixed > li:hover .icon-box {
  background: #3C6292;
}
.contact-us-fixed > li:hover .icon-box .iconfont {
  color: #fff;
}
.contact-us-fixed > li:hover .box-content {
  display: block;
}

/* 在线对话框样式 */
.chat-widget {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  width: 30vw;
  height: 60vh;
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  z-index: 99999 !important;
  display: none;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.chat-widget.show {
  display: flex;
}

.chat-widget.minimized {
  height: 60px;
}

.chat-header {
  background: linear-gradient(135deg, #4a90e2 0%, #357abd 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 15px 15px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
}

.chat-title svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.chat-controls {
  display: flex;
  gap: 10px;
}

.chat-controls button {
  background: rgba(255,255,255,0.2);
  border: none;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.2s;
}

.chat-controls button:hover {
  background: rgba(255,255,255,0.3);
}

.chat-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.chat-messages {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.message {
  margin-bottom: 15px;
  overflow: hidden;
}

.message-content {
  max-width: 80%;
  display: inline-block;
  width: fit-content;
}

.message-header {
  font-size: 12px;
  font-weight: 600;
  color: #666;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.message-bubble {
  padding: 12px 16px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 1.4;
  word-wrap: break-word;
}

.system-message .message-content {
  float: left;
  clear: both;
}

.system-message .message-bubble {
  background: #f0f0f0;
}

.user-message .message-content {
  float: right;
  clear: both;
}

.user-message .message-header {
  text-align: right;
  justify-content: flex-end;
}

.user-message .message-bubble {
  background: #4a90e2;
  color: white;
}

.agent-message .message-content {
  float: left;
  clear: both;
}

.agent-message .message-bubble {
  background: #e9ecef;
}


.chat-input-area {
  border-top: 1px solid #e9ecef;
  padding: 15px 20px;
}

.chat-input-container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.emoji-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

.emoji-btn img {
  transition: opacity 0.2s ease;
}

.emoji-btn:hover {
  background-color: #f0f0f0;
}

.emoji-btn:hover img {
  opacity: 0.8;
}

.emoji-btn:active {
  background-color: #e0e0e0;
}

.image-upload-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
  margin-left: 5px;
}

.image-upload-btn img {
  transition: opacity 0.2s ease;
}

.image-upload-btn:hover {
  background-color: #f0f0f0;
}

.image-upload-btn:hover img {
  opacity: 0.8;
}

.image-upload-btn:active {
  background-color: #e0e0e0;
}

#chat-input {
  flex: 1;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 14px;
  outline: none;
}

#chat-input:focus {
  border-color: #4a90e2;
}

.send-btn {
  background: #4a90e2;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.2s;
}

.send-btn:hover {
  background: #357abd;
}

.send-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.chat-status {
  padding: 8px 20px;
  background: #f8f9fa;
  border-radius: 0 0 15px 15px;
  font-size: 12px;
  color: #666;
  display: flex;
  justify-content: space-between;
}

.chat-widget.minimized .chat-body,
.chat-widget.minimized .chat-status {
  display: none;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .chat-widget {
    width: calc(100vw - 40px);
    height: calc(100vh - 120px);
    bottom: 10px;
    right: 10px;
    left: 10px;
  }
}

/* QQ表情面板样式 */
.emoji-panel {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 300px;
  max-height: 200px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 10px;
  display: none;
  z-index: 1000;
  overflow-y: auto;
}

.emoji-panel.show {
  display: block;
}

.emoji-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 5px;
}

.emoji-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  transition: background-color 0.2s;
}

.emoji-item:hover {
  background-color: #f0f0f0;
}

.emoji-item:active {
  background-color: #e0e0e0;
}