body {
  font-family: 'PingFang SC','Alibaba PuHuiTi' !important;
}

.m_width {
  max-width: 1200px;
  margin: 0 auto;
}

.m_bg_img {
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

/* 菜单 */
.header-box {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.06);
}

#header .menu-tab-open div {
  color: #009EFF;
}

#header .menu-tab-open div svg {
  fill: #009EFF;
  transform: rotate(180deg);
}

.menu-content {
  width: 100%;
  display: none;
}

.menu-item-a .menu-hover-svg svg {
  fill: #fff;
}

.menu-item-a .menu-hover-svg svg rect {
  stroke: #D9D9D9;
}

.menu-item-a .menu-hover-svg svg path {
  fill: #D9D9D9;
}

.menu-item-a:hover .menu-hover-svg svg {
  fill: #009EFF;
}

.menu-item-a:hover .menu-hover-svg svg rect {
  stroke: #009EFF;
}

.menu-item-a:hover .menu-hover-svg svg path {
  fill: #fff;
}

.mobile-menu-content .bd {
  max-height: 70vh;
  overflow: auto;
}

.mobile-menu-content .mobile-menu-li {
  border: 1px solid #009EFF;
  color: #009EFF;
  padding: 4px;
  border-radius: 100px;
  background-color: #fff;
}

.mobile-menu-content .hd .on.mobile-menu-li {
  background: #009EFF;
  color: #fff;
}

.mobile-menu-content .hd .on.mobile-menu-li:last-child {
  border: 1px solid #009EFF;
  color: #009EFF;
  background-color: #fff;
}

/* 首页 - 轮播图 */
.home-bannar {
  position: relative;
  overflow: hidden;
  background-image: url(../image/banner_bg_home.png);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e0f3ff;
}


/* .home-bannar {
  background: linear-gradient(135deg, #e6f4ff 0%, #f5faff 100%);
  position: relative;
  overflow: hidden;
}

.home-bannar::before {
  content: "";
  filter: blur(50px);
  position: absolute;
  width: 70%;
  height: 140%;
  left: 25%;
  top: -20%;
  transform: translateZ(-1px);

  background-image: url(../image/svg//banner_bg.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e0f3ff;
}

.home-bannar {
  background: linear-gradient(135deg, #e6f4ff 0%, #f5faff 100%);
  position: relative;
  overflow: hidden;
}

.home-bannar::before {
  content: "";
  background: radial-gradient(50% 50% at 60% 45%,
      #0059ff 0%,
      rgba(0, 89, 255, 0) 100%);
  filter: blur(50px);
  position: absolute;
  width: 70%;
  height: 140%;
  left: 25%;
  top: -20%;
  transform: translateZ(-1px);
}

.bg-sc::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 90%;
  left: 10%;
  top: 20%;
  background: radial-gradient(60% 70% at 50% 50%,
      #00fff2 0%,
      rgba(0, 153, 138, 0) 100%);
  mix-blend-mode: color-dodge;
  filter: blur(50px);
} */

.glide__bullets {
  height: 10px;
  margin-bottom: 24px;
}

.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 4px;
  padding: 0;
  border-radius: 2px;
  transition: all 0.3s ease;
  margin: 0 5px;
  cursor: pointer;
}

.glide .glide__bullets ul .on .glide__bullet {
  background-color: #ffffff;
  transform: scale(1.2);
  width: 45px;
}

/* 首页 - 服务 */
.home-service-box {
  position: relative;
}

.home-service {
  overflow: hidden;
  zoom: 1;
}

.home-service li {
  float: left;
}

/* 首页 - API */
.home-api {
  margin: 0 10px;
  padding: 20px 0;
}

.home-api-box .hd ul .home-api {
  background: #fff;
}

.home-api-box .hd ul .home-api:hover {
  background: linear-gradient(0deg, #FFFFFF 0%, #E2F2FC 100%);
  border-radius: 20px;
  font-weight: 700;
}

.home-api-box .hd ul .on .home-api {
  background: linear-gradient(0deg, #FFFFFF 0%, #E2F2FC 100%);
  border-radius: 20px;
  font-weight: 700;
}

.home-dome-iframe-chat-box {
  box-shadow: 8px 0px 24px rgba(23, 26, 28, 0.1), 0px 24px 36px rgba(70, 78, 83, 0.15);
  border-radius: 20px;
}

/* 方案 */
.industry-card {
  height: 450px;
  position: relative;
  box-shadow: 0px 4px 20px 0px #6193F614;
}

.industry-card .open {
  background: linear-gradient(19.46deg, #EBF6FE 8.44%, #D5EEFF 50%, #C6E8FF 91.56%);
  border-radius: 20px;
}

.industry-card .img-content {
  /* transition: scale 0.6s, rotate 0.6s, filter 1s; */
  
}

.industry-card .txt-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1); */
}

.industry-card:hover .txt-content {
  opacity: 1;
  /* transform: translateY(0); */
}

.industry-card:hover .img-content {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}


/* 首页 - Dome */
.show-qrcode-btn {
  cursor: pointer;
  transition: all 0.2s ease;
}
.show-qrcode-btn:hover {
  transform: scale(1.02);
  background-color: #fff !important;
}

.show-qrcode-btn-1 {
  position: relative;
  width: 100px;
  top: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.show-qrcode-btn-1::before{
  content: "点击下载安装包";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00000085;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  height: 24px;
  line-height: 24px;
  width: 100px;
  text-align: center;
}
.show-qrcode-btn-1::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 46px;
  top: -6px;
  border-top: 6px solid #00000085; 
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.show-qrcode-btn-2 {
  position: relative;
  top: -46px;
  width: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.show-qrcode-btn-2::before{
  content: "点击跳转";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00000085;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  height: 24px;
  line-height: 24px;
  width: 70px;
  text-align: center;
}
.show-qrcode-btn-2::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 29px;
  top: -6px;
  border-top: 6px solid #00000085; 
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.show-qrcode-btn-mail{
  position: absolute;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 6px;
  color: #000;
  font-size: 12px;
  z-index: 1;
  height: 24px;
  line-height: 24px;
  text-align: center;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
}
.show-qrcode-btn-mail::after{
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: 24px;
  border-top: 6px solid #fff; 
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.show-qrcode-btn svg {
  fill: #000;
}

.show-qrcode-btn:hover {
  color: #09B4EF;
  background-color: #F5F8FA;
}

.show-qrcode-btn:hover svg {
  fill: #09B4EF;
}

.home-web-chat-select svg {
  fill: #000;
}

.home-web-chat-select .on {
  color: #fff;
  background: linear-gradient(180deg, #009EFF 0%, #334BFF 100%);
  border-radius: 8px;
}

.home-web-chat-select .on svg {
  fill: #fff;
}
.qrcode-popup-wx {
  position: absolute;
  top: -110px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 196px;
  height: 196px;
}
.qrcode-popup {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 196px;
  height: 196px;
}
.qrcode-popup-two {
  position: absolute;
  top: 168px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 400px;
  height: 240px;
  text-align: center;
}
/* 页脚 */
.footer-free-box {
  background: url(../image/footer-free-bg.jpg) no-repeat center center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.footer-free-box a.free-experience {
  background: #fff;
  border-radius: 4px;
  font-weight: 700;
  color: #141D7E;
  font-size: 16px;
  cursor: pointer;
}

.footer-free-box a.contact-sales {
  background: linear-gradient(277.64deg, #009DFA 0%, #00D9FF 98.75%);
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* 在线客服和返回顶部 */
.service-online-box {
  position: fixed;
  right: 36px;
  width: 44px;
  z-index: 49;
  padding: 10px 8px;
  bottom: 36px;
  background: #FFFFFF;
  box-shadow: 4px 4px 16px rgba(112, 189, 235, 0.37);
  border-radius: 100px;
  border: 1px solid rgba(0, 140, 255, 0.10);
}

.easemobim-chat-panel {
  margin-right: 20px;
}

.service-online-box .service-online-box-content {
  position: relative;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.service-online-box .service-online-box-content::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #E3F2FF;
  bottom: -6px;
}


#hot-line {
  margin-top: 12px;
}

.service-online-box .service-online-box-content .service-online-box-content-info {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 283px;
  height: 68px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 4px 4px 16px rgba(112, 189, 235, 0.37);
  display: none;
}

.service-online-box .service-online-box-content:hover .service-online-box-content-info {
  display: block;
}

.service-online-box .service-online-box-content svg {
  fill: #009DFA;
}

.service-online-box .service-online-box-content:hover svg {
  fill: #1A61F0;
  --svg-gradient-start: #0092FA;
  --svg-gradient-end: #0032FA;
}

.service-online-box .service-online-box-to_top {
  margin: 14px 6px 8px 6px;
}

.service-online-box .service-online-box-to_top svg {
  fill: #BBC7E1;
}

.service-online-box .service-online-box-to_top.can_scroll svg {
  fill: #1A61F0;
}

#hot-line:hover ~ .service-online-box-tell {
  display: flex;
  position: absolute;
  width: 181px;
  height: 55px;
  right: 50px;
  background: linear-gradient(140.6deg, #63B9FF 3.33%, #1A61F0 89.15%);
  box-shadow: 4px 4px 16px rgba(112, 189, 235, 0.37);
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 2.5px 10px 2.5px 4px;
  color: #fff;
  font-family: Alibaba PuHuiTi;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: right;
}

.service-online-box .service-online-box-tell {
  display: none;
  position: absolute;
  width: 181px;
  height: 55px;
  right: 50px;
  background: linear-gradient(140.6deg, #63B9FF 3.33%, #1A61F0 89.15%);
  box-shadow: 4px 4px 16px rgba(112, 189, 235, 0.37);
  border-radius: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 2.5px 10px 2.5px 4px;
  color: #fff;
  font-family: Alibaba PuHuiTi;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: right;
}

/* 产品 - 即时通讯 IM */
.product-bannar {
  background-image: url(../image/banner_other.png);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
/* .product-bannar {
  background: linear-gradient(135deg, #e6f4ff 0%, #f5faff 100%);
  position: relative;
  overflow: hidden;
}

.product-bannar::before {
  content: "";
  filter: blur(50px);
  position: absolute;
  width: 70%;
  height: 140%;
  left: 25%;
  top: -20%;
  transform: translateZ(-1px);

  background-image: url(../image/svg//banner_bg.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #e0f3ff;
}
.product-bannar {
  background: linear-gradient(135deg, #e6f4ff 0%, #f5faff 100%);
  position: relative;
  overflow: hidden;
}

.product-bannar::before {
  content: "";
  background: radial-gradient(50% 50% at 60% 45%,
      #0059ff 0%,
      rgba(0, 89, 255, 0) 100%);
  filter: blur(50px);
  position: absolute;
  width: 70%;
  height: 140%;
  left: 25%;
  top: -20%;
  transform: translateZ(-1px);
}

.product-bg-sc::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 90%;
  left: 10%;
  top: 20%;
  background: radial-gradient(60% 70% at 50% 50%,
      #00fff2 0%,
      rgba(0, 153, 138, 0) 100%);
  mix-blend-mode: color-dodge;
  filter: blur(50px);
} */

.product-im-card,
.product-im-card-x {
  position: relative;
}

.product-im-card::before {
  position: absolute;
  right: 30px;
  top: 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  text-align: right;
  background: linear-gradient(0deg, rgba(228, 217, 255, 0) 2.81%, #E4D9FF 50.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.product-im-card-1::before {
  content: "01";
}

.product-im-card-2::before {
  content: "02";
}

.product-im-card-3::before {
  content: "03";
}

.product-im-card-x::before {
  position: absolute;
  right: 30px;
  top: 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-size: 80px;
  line-height: 80px;
  text-align: right;
  background: linear-gradient(180deg, #D5DEFB 0%, rgba(213, 222, 251, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.product-im-card-x-1::before {
  content: "04";
}

.product-im-card-x-2::before {
  content: "05";
}

.product-im-card-x-3::before {
  content: "06";
}

.card-hover-big {
  transition: all 0.2s ease;
}

.card-hover-big:hover {
  transform: scale(1.02);
}

.product-chat-card {
  background-image: url(../image/svg/product-chat-card-bg.svg);
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}

.product-chat-card:hover {
  transform: scale(1.02); /* 使用transform替代width/height */
  box-shadow: 0 0 20px rgba(171, 204, 234, 0.3);
}


.product-chat-card img {
  position: absolute;
}

.product-ai-card-color1 {
  background-image: url(../image/svg/product/product-ai-card-color-1.svg);
}
.product-ai-card-color2 {
  background-image: url(../image/svg/product/product-ai-card-color-2.svg);
}
.product-ai-card-color3 {
  background-image: url(../image/svg/product/product-ai-card-color-3.svg);
}
.product-ai-card-color4 {
  background-image: url(../image/svg/product/product-ai-card-color-4.svg);
}
.product-ai-card-color5 {
  background-image: url(../image/svg/product/product-ai-card-color-5.svg);
}
.product-ai-card-color6 {
  background-image: url(../image/svg/product/product-ai-card-color-6.svg);
}


.product-chat-card-color1 {
  background-image: url(../image/svg/solection/solution-oversea-card-color-1.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.product-chat-card-color2 {
  background-image: url(../image/svg/solection/solution-oversea-card-color-2.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.product-chat-card-color3 {
  background-image: url(../image/svg/solection/solution-oversea-card-color-3.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.product-chat-card-color4 {
  background-image: url(../image/svg/solection/solution-oversea-card-color-4.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.product-chat-card-color5 {
  background-image: url(../image/svg/solection/solution-oversea-card-color-5.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.product-chat-card-color6 {
  background-image: url(../image/svg/solection/solution-oversea-card-color-6.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

.privatization-card-color1 {
  background-image: url(../image/svg/solection/solution-privatization-card-color-1.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.privatization-card-color2 {
  background-image: url(../image/svg/solection/solution-privatization-card-color-2.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.privatization-card-color3 {
  background-image: url(../image/svg/solection/solution-privatization-card-color-3.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.privatization-card-color4 {
  background-image: url(../image/svg/solection/solution-privatization-card-color-4.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.privatization-card-color5 {
  background-image: url(../image/svg/solection/solution-privatization-card-color-5.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.privatization-card-color6 {
  background-image: url(../image/svg/solection/solution-privatization-card-color-6.svg);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
}




/* 方案 */
.product-industry-card {
  height: 352px;
  position: relative;
  box-shadow: 0px 4px 20px 0px #6193F614;
}

.product-industry-card .open {
  background: linear-gradient(19.46deg, #EBF6FE 8.44%, #D5EEFF 50%, #C6E8FF 91.56%);
  border-radius: 20px;
}

.product-industry-card .img-content {
  /* transition: scale 0.6s, rotate 0.6s, filter 1s; */
}

.product-industry-card .txt-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1); */
}

.product-industry-card:hover .txt-content {
  opacity: 1;
}

.product-industry-card:hover .img-content {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.product-user-box .tempWrap {
  width: 100% !important;
  height: 250px;
}
.product-user-box .tempWrap .db {
  height: 250px !important;
  padding-top: 5px;
}
.product-user-box .tempWrap .db li {
  width: 383px !important;
  border-radius:24px;
  box-shadow: 0px 0px 5px 2px #0000000c;
  margin-top: 6px;
}

.product-im-demo-box {
  background-image: url(../image/product-im-demo-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-im-demo-box-bg {
  background-image: url(../image/product-im-demo-bg-x.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.product-price-card {
  box-shadow: 0px 4px 20px 0px #6193F614;
  background-color: #fff;
}

.product-price-card-1 {
  background: linear-gradient(134.97deg, rgba(240, 232, 240, 0.3) 4.03%, rgba(171, 204, 234, 0.3) 98.55%);
  position: relative;
}

.product-price-card-1 .name {
  padding: 8px 32px 8px 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(134.97deg, #F0E8F0 4.03%, #ABCCEA 98.55%);
  border-radius: 0px 0px 24px 0px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}

.product-price-card-2 {
  background: linear-gradient(131.91deg, rgba(220, 186, 241, 0.3) 0%, rgba(124, 184, 240, 0.3) 100%);
  position: relative;
}

.product-price-card-2 .name {
  padding: 8px 32px 8px 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(131.91deg, #DCBAF1 0%, #A1D0FC 100%);
  border-radius: 0px 0px 24px 0px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}

.product-price-card-3 {
  background: linear-gradient(131.91deg, rgba(223, 194, 149, 0.3) 0%, rgba(225, 111, 49, 0.3) 100%);
  position: relative;
}

.product-price-card-3 .name {
  padding: 8px 32px 8px 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(131.91deg, #F3DDB9 0%, #C9A18A 100%);
  border-radius: 0px 0px 24px 0px;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
}

.product-im-develop-card {
  background: linear-gradient(134.97deg, rgba(240, 232, 240, 0.3) 4.03%, rgba(171, 204, 234, 0.3) 98.55%), #FFFFFF;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  transition: background 0.5s ease;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.product-im-develop-card::before {
  content: "";
  position: absolute;
  width: 299px;
  height: 299px;
  left: -179px;
  top: -176px;
  background: linear-gradient(346.86deg, #7CB9FF 45.15%, rgba(220, 124, 255, 0.2) 111.92%);
  mix-blend-mode: multiply;
  opacity: 0.4;
  filter: blur(50px);
  z-index: 0;
}

.product-im-develop-card .sc-bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.product-im-develop-card .sc-bg:before {
  content: "";
  position: absolute;
  width: 299px;
  height: 299px;
  left: 219px;
  top: 102px;
  background: linear-gradient(346.86deg, #7CB9FF 45.15%, rgba(220, 124, 255, 0.2) 111.92%);
  opacity: 0.4;
  filter: blur(50px);
  z-index: 0;
}

.hover-bg {
  background: linear-gradient(277.64deg, #00A7FA 0%, #0095FF 98.75%);
  box-shadow: 0px 4px 12px rgba(132, 175, 236, 0.25);
}


/* 开发者 */
.developer-head {
  background-image: url(../image/developer-head-bg.png);
  background-size: 100% 724px;
  background-position: top;
  background-repeat: no-repeat;
}

.developer-sence-card {
  box-shadow: 0px 4px 20px 0px #6193F614;

}
.develop-sdk-content{
  box-shadow: 0px 4px 20px 0px #6193F614;
  border-radius: 12px;
  background-color: #fafafa;
  margin: auto;
}

.developer-sdk-menu-title{
  width: 105px;
  height: 20px;
  padding-right: 8px;
  padding-left: 8px;
  gap: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.developer-sdk-menu-title label:first-child{
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #009EFF;
}
.developer-sdk-menu-title label:last-child{
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #505E72;
  width: 28px;
}
.developer-sdk-menu-item{
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  cursor: pointer;
  width: 174px;
  height: 44px;
  border-radius: 8px;
  border-width: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  border: 1px solid #E1E6EA;
  margin-bottom: 12px;
}
.developer-sdk-menu-item img{
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.developer-sdk-menu-item p{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #697E8F;
}
.developer-sdk-menu-item:hover,.developer-sdk-menu-item.on{
  border: 1px solid #009EFF;
  background-color: #009EFF1A;
}
.developer-sdk-menu-item:hover p,.developer-sdk-menu-item.on p{
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #000;
}
.develop-sdk-version-list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px;
  height: 37px;
  background-color: #F1F2F3;
  border-radius: 8px;
  flex-wrap: nowrap;
}
.develop-sdk-version-list .item{
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  cursor: pointer;
}
.develop-sdk-version-list .item.on{
  background: #009EFF;
  border: 1px solid #009EFF;
  color: #fff;
  border-radius: 6px;
}
.develop-sdk-version-log{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #505E72;
  margin-left: 20px;
}
.develop-sdk-version-remark-box{
  position: absolute;
  top: 30px;
  right: 0;
  width: 353px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px #6193F614;
  padding: 16px 24px;
  border-radius: 8px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.develop-sdk-version-remark-box div p{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #505E72;
}
.develop-sdk-version-remark-box div p:first-child{
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  margin-bottom: 8px;
}

.develop-sdk-code-list{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #ebf0f5;
  border-top-left-radius: 8px ;
  border-top-right-radius: 8px;
  flex-wrap: nowrap;
}
.develop-sdk-code-list .item{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 40px;
  color: #000;
  cursor: pointer;
  height: 40px;
  width: 107px;
  text-align: center;
  border-bottom: 2px solid #C4CDD4;
  position: relative;
}

.develop-sdk-code-list .item.line{
  border-bottom: 2px solid #C4CDD4;
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius:0;
  background: none;
}


.develop-sdk-code-list .item::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #C4CDD4;
  top: 12px;
  right: 0;
}
.develop-sdk-code-list .item:last-child::after,.develop-sdk-code-list .item.line::after,.develop-sdk-code-list .item.on::after{
  background: none;
}

.develop-sdk-code-list .item.on{
  border-bottom: 2px solid #009EFF;
  background-color: #e6f5ff;
  color: #009EFF;
  border-top-left-radius: 8px ;
  border-top-right-radius: 8px;
}


.develop-sdk-code-box{
  width: calc(100% - 4px);
  margin: 0 2px;
  height: 330px;
  background-color: #F1F5F8;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px ;
  border-bottom-right-radius: 12px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}
.develop-sdk-code-box-content{
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.develop-sdk-code-box .develop-sdk-code-btns{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  bottom: 16px;
  right: 16px;
}
.develop-sdk-code-box .develop-sdk-code-btns .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding:6px 12px;
  background-color: #d9ecf9;
  border-radius: 4px;
  cursor: pointer;
}
.develop-sdk-code-box .develop-sdk-code-btns .btn span{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #009EFF;
}


/* 多选框 */
.ui-checkbox, 
.ui-checkbox *, 
.ui-checkbox *::before, 
.ui-checkbox *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  background-image: url(../image/svg/sdk/agree-uncheck.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.ui-checkbox:checked {
  border-color: #009EFF;
  background-image: url(../image/svg/sdk/agree-subtract.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
}

.solution-service-user-5m{
  background-image: url(../image/solution-service-user-5m.png);
  background-size: 1155px 575px;
  background-repeat: no-repeat;
  background-position: center 55px;
}

.solution-oversea-sc-title{
  padding: 8px 24px 8px 40px;
  background: linear-gradient(134.97deg, rgba(240, 232, 240, 0.8) 4.03%, rgba(171, 204, 234, 0.8) 98.55%), #FFFFFF;
  border-radius: 500px;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.solution-oversea-sc-title::before{
  content: "";
  position: absolute;
  top: 18px;
  left: 20px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}
.solution-oversea-app-banner-glide{
  height: 5px;
  background-color: #D9D9D9;
  border-radius: 10px;
}
.solution-oversea-app-banner-glide.on{
  background-color: #009EFF;
}

.app-slideBox .on .solution-oversea-app-banner-glide{
  background-color: #009EFF;
}

.app-slideBox .prevStop,.app-slideBox .nextStop{ opacity:0;  }

.pricing-head {
  background-image: url(../image/developer-head-bg.png);
  background-size: 100% 724px;
  background-position: top;
  background-repeat: no-repeat;
}

.pricing-calculation-box {
  background-image: url(../image/pricing-calculation-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pricing-title{
  padding-left: 26px;
  position: relative;
}
.pricing-title::before{
  content: "";
  position: absolute;
  top: 13px;
  left: 10px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}

.price-xing{
  position: relative;
}
.price-xing::before{
  content: "*";
  position: absolute;
  top: 0;
  left: 26px;
  border-radius: 50%;
  color: #009EFF;
  font-size: 16px;
  font-weight: 500;
}

.pricing-calculation-box .price-select{
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  position: relative;
}
.pricing-calculation-box .price-select .price-select-text::after{
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../image/svg/price/arrow_down.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-calculation-box .price-select .price-select-arrow{
  z-index: 2;
  position: absolute;
  top: 55px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 4px 20px 0px #6193F629;
  overflow: hidden;
  display: none;
}

.pricing-calculation-box .price-select .price-select-arrow ul{
  width: 100%;
}

.pricing-calculation-box .price-select .price-select-arrow ul li{
  padding: 0 16px;
}

.pricing-calculation-box .price-select .price-select-arrow ul li div{
  padding: 17px 0;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  cursor: pointer;
  border-bottom: 1px solid #E7E7E7;
}
.pricing-calculation-box .price-select .price-select-arrow ul li:last-child div{
  border-bottom: none;
}
.pricing-calculation-box .price-select .price-select-arrow ul li div.on{
  position: relative;
}
.pricing-calculation-box .price-select .price-select-arrow ul li div.on::before{
  content: "";
  position: absolute;
  top: 17px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../image/svg/price/check.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-calculation-box .price-select .price-select-arrow ul li:hover{
  background-color: #F5F5F5;
}
.pricing-calculation-box .price-select .price-select-arrow-note{
  padding: 0 16px;
}

.pricing-calculation-box .price-select .price-select-arrow-note div{
  border-top: 1px solid #E7E7E7;
  color: #999999;
  padding: 8px 0;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  text-align: right;
}

.pricing-calculation-box .price-number{
  border: 1px solid #E7E7E7;
  border-radius: 6px;
  padding: 12px 16px;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.pricing-calculation-box .price-number .price-number-unit{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: right;
  color: #000;
}

.price-info{
  width: 522px;
  height: 156px;
  padding: 20px 32px;
  position: absolute;
  top: -140px;
  right: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px #6193F629;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  color: #505E72;
}
.price-info p:nth-child(2){
  margin-top: 12px;
}
.price-info .price-info-list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  height: 48px;
}

.price-info label{
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin: 0 12px 0 8px;
}
.price-info .price-info-list-item{
  border-left: 1px solid #E7E7E7;
  padding-left: 16px;
}
.price-info .price-info-list p{
  line-height: 16px;
}
.price-info .price-info-list p:last-child{
  margin-top: 10px;
}

.price-info1{
  width: 98%;
  height: 180px;
  padding: 20px 20px;
  position: absolute;
  top: -140px;
  right: 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 20px 0px #6193F629;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  color: #505E72;
}

.price-info1 .price-info-list{
  margin-top: 20px;
  height: 48px;
}

.price-info1 label{
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 14px;
  color: #000;
  margin: 0 12px 0 8px;
}

.action-box img[src*="arrow_down.svg"] {
  transition: transform 0.2s ease;
}

.privatization-im-message{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 12px;
  width: 200px;
  height: 40px;
  background: linear-gradient(134.97deg, rgba(240, 232, 240, 0.8) 4.03%, rgba(171, 204, 234, 0.8) 98.55%), #FFFFFF;
  border-radius: 20px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}
.privatization-im-message-p1{
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  padding-left: 24px;
  position: relative;
}
.privatization-im-message-p1::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.privatization-im-message-p2{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  margin-top: 4px;
  padding-left: 24px;
}
.solution-privatization-banner-item{
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: justify;
  color: #000;
}
.solution-privatization-banner-item p{
  margin-top: 14px;
  position: relative;
  padding-left: 24px;
}
.solution-privatization-banner-item p::before{
  content: "";
  position: absolute;
  top: 10px;
  left: 8px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.solution-privatization-banner-item p:first-child{
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px 8px 6px;
  width: 140px;
  height: 40px;
  background: linear-gradient(134.97deg, rgba(240, 232, 240, 0.8) 4.03%, rgba(171, 204, 234, 0.8) 98.55%), #FFFFFF;
  border-radius: 20px;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding-left: 30px;
}
.solution-privatization-banner-item p:first-child::before{
  top: 18px;
  left: 15px;
  width: 6px;
  height: 6px;
}

.privatization-slideBox .hd ul li{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #505E72;
  cursor: pointer;
  height: 36px;
}

.privatization-slideBox .hd ul .on {
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  color: #009EFF;
  border-bottom: 2px solid #009EFF
}


/* 弹窗 */

/* 通用对话框 */
.dialog,.dialog__overlay {width:100%;height:100%;top:0;left:0}
.dialog {z-index:30;position:fixed;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;pointer-events:none}
.dialog__overlay {position:absolute;z-index:1;background:rgba(55,58,71,0.9);opacity:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s;-webkit-backface-visibility:hidden}
.dialog--open .dialog__overlay{opacity:1;pointer-events:auto}
.dialog__content{width:50%;max-width:380px;min-width:290px;background:#fff;padding:3em;text-align:center;position:relative;z-index:5;opacity:0}
.dialog__content .close{position:absolute;top:7px;right:10px}
.dialog--open .dialog__content{pointer-events:auto}
.dialog.dialog--close .dialog__content,.dialog.dialog--open .dialog__content{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}
.dialog.dialog--open .dialog__content{-webkit-animation-name:anim-open;animation-name:anim-open}
.dialog.dialog--close .dialog__content{-webkit-animation-name:anim-close;animation-name:anim-close}
.dialog form .title {margin:0;font-weight:400;font-size:2em;margin:0}
.dialog form .sub-title {margin-top:10px;margin-bottom:30px}
.dialog form .form-group {margin-bottom:20px}
.dialog form .form-control {box-shadow:none}
.dialog form .verify .input-group-addon:last-child {padding:0}
.dialog form .verify .input-group-addon{
    display: block;
    position: relative;
    width: 148px;
}
.dialog form .verify .input-group{
    display: flex;
}
.dialog form .form-group:last-child {min-height:70px;margin-bottom:0}
.dialog form .loading {padding-top:5px}
.dialog form .loading .sk-cube-grid {margin:0 auto}
.dialog form .loading .sk-cube {background-color:#4EB1F4}
.dialog form .success {color:rgb(167, 227, 52)}
.no-flexbox .dialog__overlay {display:none}
.no-flexbox .dialog--open .dialog__overlay{display:block}
.no-flexbox .dialog__content{display:none}
.no-flexbox .dialog--open .dialog__content{display:block}
@media (max-width: 767px) {
    .dialog {z-index:3000}
    .dialog form .title {font-size:1.5em}
    .dialog__content{width:100%;padding:2em 1.2em}
}
@-webkit-keyframes anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); }
}
@keyframes anim-open {
    0% { opacity: 0; -webkit-transform: scale3d(1.1, 1.1, 1); transform: scale3d(1.1, 1.1, 1); }
    100% { opacity: 1; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); }
}
@-webkit-keyframes anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); }
}
@keyframes anim-close {
    0% { opacity: 1; }
    100% { opacity: 0; -webkit-transform: scale3d(0.9, 0.9, 1); transform: scale3d(0.9, 0.9, 1); }
}

/* 技术咨询引导对话框 */
#dev-spt-box {_-webkit-align-items:flex-end;_align-items:flex-end}
#dev-spt-box .title {margin:20px 0 10px;line-height:1.5;color:#666;font-weight:bold;font-size: 16px}
#dev-spt-box .sub-title {margin-top:0;margin-bottom:50px;line-height:1.5;color:#666}
#dev-spt-box .dialog__content {padding:2em 1.5em}
#dev-spt-box .tooltip.in {opacity:0.95}
#dev-spt-box .tooltip .tooltip-inner {max-width:800px;padding:3px}

/* 产品试用对话框 */
#try-kefu form .title {font-size:1.5em;font-weight:600;color:#666}
#try-kefu form .sub-title {margin-top:12px;font-size:12px;color:#666;line-height:1.5}
@media (max-width: 900px) {
    #try-kefu .dialog__content {background-image:none !important}
    banner{display:none;}
}
@media (min-width: 768px) {
    #try-kefu .dialog__content {max-width:700px;width:700px;height:448px;padding:0;border-radius:5px}
    #try-kefu form {width:256px;padding:40px 40px}
}

.btn-primary{
  color: #fff;
  background: #00ADFF;
  border-color: #00ADFF;
}

.btn-primary:hover{
  background: #337ab7;
  border-color: #2e6da4;
}

.btn {
  border-radius: 3px;
}

.btn-group-sm>.btn, .btn-sm{
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-default{
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}

.ant-checkbox-wrapper{
  font-weight: 700;
  font-size: 14px;
  color: #333;
}

.ant-checkbox-wrapper a {
  color: #337ab7!important;
}

.btn-default:hover{
  background: #f5f5f5;
  border-color: #adadad;
}

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto;
}
.sk-cube-grid .sk-cube {
	width: 33.33%;
	height: 33.33%;
	background-color: #333;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
	-webkit-animation-delay: 0.0s;
	animation-delay: 0.0s;
}
.sk-cube-grid .sk-cube8 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
	0%,70%,100% {
		-webkit-transform: scale3D(1,1,1);
		transform: scale3D(1,1,1);
	}
	35% {
		-webkit-transform: scale3D(0,0,1);
		transform: scale3D(0,0,1);
	}
}
@keyframes sk-cubeGridScaleDelay {
	0%,70%,100% {
		-webkit-transform: scale3D(1,1,1);
		transform: scale3D(1,1,1);
	}
	35% {
		-webkit-transform: scale3D(0,0,1);
		transform: scale3D(0,0,1);
	}
}

.success p {
  color: #7a7a7a;
}