@font-face {
  font-family: "AlibabaPuHuiTi";
  font-display: swap;
  src: url("https://at.alicdn.com/t/webfont_jtlhtr042oq.eot");  /*IE9*/
  src:  url("https://at.alicdn.com/t/webfont_jtlhtr042oq.woff2") format("woff2"),
    url("https://at.alicdn.com/t/webfont_jtlhtr042oq.woff") format("woff"), /* chrome、firefox */ url("https://at.alicdn.com/t/webfont_jtlhtr042oq.ttf") format("truetype"),
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url("https://at.alicdn.com/t/webfont_jtlhtr042oq.svg#Alibaba-PuHuiTi-Regular") format("svg"); /* iOS 4.1- */
}

:root {
  --main-width: 1200px;
}

html {
  font-family: AlibabaPuHuiTi !important;
  scroll-behavior: smooth;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: unset;
}

.linear-gradent_button {
  padding: 15px 20px;
  font-size: 16px;
  color: white;
  letter-spacing: 4px;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #19abd1, #4dda8c);
}

.header-box {
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
}
.page-header {
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  margin: 0 auto;
  padding: 10px 0;
  width: var(--main-width);
}
.header-box.fixedStyle {
  background: #0090ff;
}
.page-header > .header-logo {
  flex: 0 0 200px;
  /*width: 193px;*/
  height: 49px;
  object-fit: contain;
}
.page-header .close-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  font-size:20px;
  cursor: pointer;
}
/* 手机版 顶部导航 */
.page-header_mobile {
  display: none;
}
.page-nav {
  flex: 1;
  text-align: right;
  margin-left: 28px;
}

.page-nav_item {
  padding: 0 25px;
  color: white;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.page-nav_item-more {
  margin-left: 9px;
  font-size: 13px;
}
.page-header_buttons {
  flex: 0 0 100px;
  display: flex;
  margin-left: 25px;
}
.page-header_button-item {
  word-break: keep-all;
  display: inline-block;
  padding: 9px 20px;
  color: #0090ff;
  font-size: 15px;
  background-color: white;
}
.page-header_button-item + .page-header_button-item {
  margin-left: 16px;
}
.page-header_search {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  width: 214px;
  height: 35px;
  border: 3px solid #fff;
  box-sizing: border-box;
}

/* 主轮播图 */
.main-swiper {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: var(--main-width);
}
.main-swiper img {
  width: var(--main-width);
  object-fit: contain;
}
.main-swiper .swiper-pagination-bullets {
  bottom: 22px;
}
.main-swiper .swiper-pagination-bullet {
  width: 69px;
  height: 4px;
  border-radius: unset;
  background-color: #646464;
  opacity: 0.6;
}
.main-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

/* 最新动态 */
.latest-news-box {
  min-width: var(--main-width);
  background: #FFFFFF;
  box-shadow: 0px 5px 10px 0px #6c6c6c1a;
}
.latest-news {
  width: 1170px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.latest-news > h1 {
  margin: 0;
  color: transparent;
  font-size: 25px;
  background: linear-gradient(to right, #0292fc, #65fc4a);
  background-clip: text;
  -webkit-background-clip: text;
  -ms-background-clip: text;
}

.latest-news_list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0 28px;
  color: #0090ff;
  font-size: 16px;
}
.latest-news_item {
  display: flex;
  align-items: center;
}
.latest-news_item:nth-child(odd) {
  margin-right: 44px;
}
.latest-news_is-latest {
  margin-right: 12px;
  padding: 2px 4px;
  line-height: 16px;
  color: white;
  font-size: 16px;
  background: #0090ff;
  box-sizing: border-box;
  border-radius: 3px;
}
.latest-news_date {
  margin-right: 10px;
}
.latest-news_title {
  width: 300px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  color: #0090ff;
  font-weight: bold;
}
.latest-news_more {
  display: flex;
  align-items: center;
  margin-left: 9px;
  color: #0090ff;
  font-size: 16px;
  text-decoration: none;
}
.latest-news_more::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 2px;
  height: 16px;
  background: #0090ff;
}
.latest-news_more > i {
  margin-top: 5px;
  font-size: 16px;
}

/* 介绍模块 */
.introduce-module {
  padding: 20px 0;
  text-align: center;
}
.introduce-module h2 {
  width: var(--main-width);
  margin: 0 auto;
  padding: 0;
  color: #000;
  font-size: 36px;
  font-weight: 600;
}
.introduce-module h4 {
  width: var(--main-width);
  margin: 20px auto 0;
  color: #666;
  line-height: 18px;
  font-weight: normal;
  font-size: 16px;
}

/* 介绍模块1 */
.introduce1 {
  margin: 100px auto 20px;
}

.introduce1-img {
  width: var(--main-width);
  margin: 100px auto;
}

/* 生态系统 */
.ecosystem {
  position: relative;
  margin: 0 auto;
  width: var(--main-width);
}
.ecosystem .ecosystem_sub-title {
  margin: 0;
  padding: 0;
}
.ecosystem .ecosystem_sub-title:nth-child(3) {
  margin-top: 50px;
  font-size: 22px;
}
.ecosystem .ecosystem_sub-title:nth-child(4) {
  margin-top: 15px;
  font-size: 22px;
  color: #3f3f3f;
}
.ecosystem img {
  margin-top: 5.46vw;
  width: 45.01vw;
}
.ecosystem-modules-wrap {
  position: relative;
  margin-top: 90px;
  background-image: url("../images/ecosystem_1_2x.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 470px;
}
.ecosystem-modules {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.ecosystem-module {
  padding: 30px 40px;
  border-radius: 0.78vw;
  border: 1px solid rgba(0, 120, 213, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0vw 0.16vw 0.84vw 0.25vw rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  animation: upmove 1.2s linear 0.6s infinite alternate;
}
.ecosystem-module:last-child {
  right: 0;
  animation:downmove 1.2s linear 0.6s infinite alternate;
}
@keyframes upmove{
  0%{top:0px;}
  50%{top:10px;}
  100%{top:0px;}
}
@keyframes downmove{
  0%{top:10px;}
  50%{top:0px;}
  100%{top:10px;}
}
.ecosystem-module_title {
  font-size: 25px;
  color: #3f3f3f;
}
.ecosystem-module_title::after {
  content: "";
  display: block;
  margin: 0.99vw auto 1.35vw;
  width: 3.28vw;
  height: 0.16vw;
  background-color: #0078d5;
}
.ecosystem-module_list {
  font-size: 20px;
  color: #3f3f3f;
}
.ecosystem-module_list li:not(:last-child) {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.ecosystem-module_list li::before {
  content: "";
  display: inline-block;
  float:left;
  margin-right: 1.35vw;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bfbfbf;
}

/* 服务 */
.services {
  margin-top: 130px;
}
.services button.linear-gradent_button {
  margin-top: 100px;
}
.service-list {
  width: var(--main-width);
  margin: 50px auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.service-list li {
  position: relative;
  padding: 30px 45px;
  border-radius: 20px;
  margin: 20px auto;
  width: 550px;
  height: 90px;
  color: #3f3f3f;
  background-color: white;
  box-shadow: 0px 0px 20px 0px
		rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.5s;
}

.service-list li > div {
  color: #000;
  font-size: 26px;
}
.service-list li > img {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 50px;
}
.service-list li:nth-child(odd) {
  margin-left: 0;
}
.service-list li:nth-child(even) {
  margin-right: 0;
}

.service-list li.service-list-li {
  height: 120px;
}
.service-item-span {
  opacity: 0;
  display: inline-block;
  margin-top: 15px;
  color: #c1c1c1;
  transition: all 0.5s;
}
.service-list-li .service-item-span{
  opacity: 1;
}

/* 系统功能介绍 */
.system-functions {
  margin-top: 90px;
  height: 550px;
}
.system-functions-swipe {
  width: var(--main-width);
  position: relative;
  z-index: 0;
  padding-bottom: 50px;
}
.system-functions-swipe .swiper-pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.system-functions_list {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.system-functions_list li{
  transition: all ease 300ms;
}
.system-functions-more {
  display: none;
  justify-content: space-between;
  color: #ffffff;
  margin: 0 10px;
  padding: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  background: linear-gradient(to right, #44d987, #19aad2);
  box-shadow: 0px 0px 42px 4px
  rgba(0, 0, 0, 0.21);
  cursor: pointer;
}
.system-functions_item {
  flex: 1;
  min-width: 170px;
  max-width: 200px;
  display: inline-block;
  position: relative;
  margin: 10px 10px 0 10px;
  padding: 30px 25px;
  background-color: white;
  box-shadow: 0px 0px 15.3px 5.7px rgba(0, 0, 0, 0.08);
}

.system-functions_item-inStyle {
  margin-top: -20px;
}
.system-functions_item-inStyle .system-functions-more{
  display: flex;
}
.system-functions_title {
  font-size: 23px;
  color: #000;
  text-align: left;
  position: relative;
}
.system-functions_title::after {
  content: "";
  display: block;
  margin-top: 18px;
  width: 45px;
  height: 3px;
  background-color: #06b1f7;
}
.system-functions_icon {
  position: absolute;
  right: -22px;
  top: -15px;
  width: 75px;
}

.system-functions_subs {
  margin-top: 30px;
  text-align: left;
  font-size: 18px;
  color: #000;
}
.system-functions_subs > li {
  margin-bottom: 20px;
}

/* 特色系统 */
.special-functions {
  margin-top: 30px;
}
.special-functions p {
  font-size: 36px;
  font-weight: 600;
}
.special-functions-swiper {
  position: relative;
  z-index: 0;
  padding-bottom: 20px;
  width: var(--main-width);
}
.special-functions_swiper-button {
  font-size: 46px;
  color: #656464;
  opacity: 0.6;
  background-image: none;
}
.special-functions_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 60px;
  row-gap: 70px;
  margin: 40px auto 0;
  width: var(--main-width);
  line-height: 36px;
  letter-spacing: 0.2px;
  color: #646464;
  font-size: 18px;
  /* font-weight: bold; */
  font-stretch: normal;
}
.special-functions_list li {
  display: inline-block;
  padding: 20px 30px;
  width: 300px;
  min-height: 350px;
  text-align: left;
  background-color: white;
  box-shadow: 0px 0px 15.3px 5.7px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  transition: all 0.25s linear;
}

img.special-function_icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  transition: all 0.25s linear;
}
.special-functions_list-inStyle {
  margin: -15px;
}
.special-functions_list-inStyle .special-function_icon {
  width: 55px;
  height: 55px;
}
.special-function_title {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  color: #3f3f3f;
}
.special-function_title::after {
  content: "";
  display: block;
  margin: 23px auto;
  width: 32px;
  height: 3px;
  background-color: #06b1f7;
}
.special-functions .linear-gradent_button {
  margin-top: 100px;
}

/* 部署推荐 */
.deploy {
  margin-top: 90px;
}
.deploy img {
  margin-top: 50px;
  width: var(--main-width);
}

/* 用户案例 */
.case {
  margin-top: 50px;
  padding: 100px 0;
}
.case-swiper {
  position: relative;
  z-index: 0;
  width: var(--main-width);
}
.case-swiper .swiper-button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 40px;
  color: #646464;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  background-color: white;
  background-image: none;
}
.case-list {
  margin: 50px auto 0;
  text-align: left;
}
.case-list > li {
  padding: 30px;
  box-sizing: border-box;
}
.case-list .case-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
  background-color: white;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0px 1.5px 24.8px 4.7px rgba(0, 0, 0, 0.09);
}
.case-previewImage {
  width: 400px;
}
.case-info {
  margin-left: 109px;
  color: #000;
}
.case-title {
  font-size: 30px;
}
.case-title::after {
  content: "";
  display: block;
  margin-top: 17px;
  width: 80px;
  height: 5px;
  background-color: #0090ff;
}
.case_sub-title {
  margin-top: 11px;
  font-size: 24px;
}
.case-details {
  margin-top: 58px;
  color: #646464;
  font-size: 20px;
  line-height: 33px;
}
.case-details li > span {
  font-size: 24px;
  color: #000;
}
.case-details li:not(:last-child) {
  margin-top: 18px;
}

.case-details li:last-child {
  display: flex;
  margin-top: 30px;
}
.case-details li:last-child button {
  font-size: 24px;
  padding: 15px 60px;
}
.case-code-img-box {
    transition: all 0.25s linear;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: -70px;
    width: 0;
    height: 0;
}
.case-details li:last-child:hover .case-code-img-box {
    opacity: 1;
    width: 170px;
    height: 170px;
}
.case-details li:last-child:hover .code-line {
    opacity: 1;
}
.case-code {
  flex-shrink: 0;
  vertical-align: middle;
  margin-left: 25px;
  width: 60px;
  height: 60px;
  border: 2px solid #0090ff;
  box-sizing: border-box;
}
.code-line {
    position: absolute;
    height: 2px;
    width: 60px;
    right: 155px;
    top: 0;
    opacity: 0;
    transition: all 0.25s linear;
    background: #bababa;
    transform: rotate(-30deg);
}
.code-line.left {
    top: 60px;
    transform: rotate(30deg);
}

/* 介绍2 */
.introduce2 {
  width: var(--main-width);
  padding: 100px 0;
  margin: 0 auto;
}
.introduce2-list {
  width: var(--main-width);
  display: flex;
  padding: 10px 0;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}
.introduce2-list li{
  flex: 1;
  width: 200px;
  position: absolute;
}

.introduce2-list li:nth-child(1){
  left:-1000px;
}
.introduce2-list li:nth-child(1).on{
  left:-20px;
  transition: 0.5s 1s;
}
.introduce2-list li:nth-child(2){
  left:-1000px;
}
.introduce2-list li:nth-child(2).on{
  left:250px;
  transition: 0.5s 0.5s;
}
.introduce2-list li:nth-child(3){
  left:50%;
  transform: translateX(-50%);
}
.introduce2-list li:nth-child(3).on{
  max-width: 200px;
  margin: 0 auto;
  position: static;
  transform: translateX(0);
  animation: shake 1.2s linear;
}
.introduce2-list li:nth-child(4){
  left:1500px;
}
.introduce2-list li:nth-child(4).on{
  left:760px;
  transition: 0.5s 0.5s;
}
.introduce2-list li:nth-child(5){
  left:1500px;
}
.introduce2-list li:nth-child(5).on{
  left:1002px;
  transition: 0.5s 1s;
}
@keyframes shake {
  0%{
    transform: scale(0);
  }
  30%{
    transform: scale(1.2);
  }
  40%{
    transform: scale(0.8);
  }
  50%{
    transform: scale(1.15);
  }
  60%{
    transform: scale(0.9);
  }
  70%{
    transform: scale(1.1);
  }
  80%{
    transform: scale(0.95);
  }
  90%{
    transform: scale(1.05);
  }
  100%{
    transform: scale(1);
  }
}

.introduce2-icon {
  width: 118px;
  object-fit: contain;
}
.introduce2-name {
  margin-top: 24px;
  font-size: 24px;
  color: #000;
}
.introduce2-summary {
  margin-top: 21px;
  font-size: 16px;
  color: #3f3f3f;
}

/* 介绍3 */
.introduce3 {
  width: var(--main-width);
  margin: 0 auto;
  padding: 100px 0;
  background-image: url("../images/introduce3_bg@2x.png");
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
.introduce3-buttons {
  margin-top: 60px;
}
.introduce3-buttons .linear-gradent_button {
  width: 290px;
}
.introduce3-buttons .linear-gradent_button.marginL {
  margin-left: 108px;
}
.introduce3-slogan {
  margin-top: 60px;
  font-size: 30px;
  color: #000;
}
.introduce3-statistics {
  display: flex;
  justify-content: center;
  column-gap: 134px;
  margin-top: 60px;
  color: #0090ff;
  font-size: 30px;
  text-align: left;
}
.introduce3-statistics li > div {
  margin-bottom: 36px;
  font-size: 60px;
}

/* 底部 */
.page-footer {
  min-width: var(--main-width);
  background-color: #3f3f3f;
}
.footer-modules {
  padding: 40px 0;
  width: var(--main-width);
  display: flex;
  justify-content: center;
  column-gap: 72px;
  margin: 0 auto;
  color: white;
  font-size: 20px;
}
.footer-modules-img {
  width: 50px;
}
.footer-modules li {
  text-align: center;
}
.introduce3-statistics {
  font-size: 24px;
}
.footer-modules li > div {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
}
.footer-modules li > div > p {
  margin: 0 0 16px;
  padding: 0;
  line-height: 22px;
  font-size: 22px;
}
.footer-modules .summary {
  line-height: 16px;
  font-size: 14px;
}


/*底部联系*/
.contact-box-bg {
  padding: 40px 0 80px;
  background-color: #646464;
}

.contact-box {
  width: var(--main-width);
  margin: 0 auto;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.contact-box-top {
  display: flex;
}

.contact-left {
  flex: 1;
}

.contact-left ul{
  display: flex;
}

.contact-left ul li{
  flex: 1;
}

.contact-title {
  font-size: 20px;
  margin: 0 0 30px 0;
}

.contact-list {
  display: flex;
  flex-direction: column;
}
.contact-list span{
  margin: 8px 0;
}

.contact-right {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
}
.contact-right p{
  text-align: center;
  margin: 5px 0;
}
.contact-right .contact-img-box {
  margin-top: 20px;
  display: flex;
}

.contact-img-box-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.contact-img-box-item img{
  width: 130px;
  height: 130px;
  margin-bottom: 10px;
}

.contact-box-bottom {
  margin-top: 50px;
  display: flex;
  text-align: center;
}
.contact-box-bottom span {
  flex: 1;
}
/*底部联系end*/

/* 右侧悬浮 */
.page-fixed {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  right: 40px;
  top: 160px;
}
.mob-form {
  display: none;
}
.online-consulation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 17px 12px;
  width: 63px;
  height: 119px;
  line-height: 22px;
  color: white;
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(to right, #19aad2, #44d987);
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
}
.online-consulation img {
  margin-bottom: 16px;
  width: 36px;
}
.contact-details {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 9px;
  color: #1ca2e9;
}
.contact-details_item {
  width: 63px;
  height: 63px;
  line-height: 96px;
  text-align: center;
  font-size: 10px;
  border: 1px solid #1ca2e9;
  border-radius: 3px;
  background-position: center 10px;
  background-repeat: no-repeat;
  background-size: 27px;
  box-sizing: border-box;
}
.contact-details_item:not(:last-child) {
  margin-bottom: 9px;
}
.contact-details_item img {
  margin-bottom: 12px;
}
.to-top {
  margin-top: 18px;
  width: 63px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #2a66ff;
  cursor: pointer;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #d4c5c54f;
}
.page-fixed-hover .contact-details_item {
  position: relative;
  cursor: pointer;
}
.page-fixed-hover .contact-details_item-hover-linear-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
.page-fixed-hover .contact-details_item:hover .contact-details_item-hover-linear-bg {
  background: linear-gradient(to right, #19aad2, #44d987);
}
.page-fixed-hover .contact-details_item:hover {
  color: white;
  border: none;
}
.contact-details_item:nth-child(3) {
  transition: all 0.25s linear;
  background-image: url("../images/consulation_telephone@2x.png");
}
.contact-details_item:nth-child(3) .contact-tel{
  display: none;
}
.page-fixed-hover .contact-details_item:nth-child(3):hover {
  padding-left: 52px;
  width: 187px;
  line-height: 31px;
  text-align: left;
  font-size: 14px;
  background-position-x: 12px;
  background-position-y: 17px;
  background-image: url("../images/consulation_telephone_hover@3x.png.png");
}
.page-fixed-hover .contact-details_item:nth-child(3):hover .contact-tel{
  display: block;
}
.contact-details_item:nth-child(4) {
  background-image: url("../images/consulation_wechat@2x.png");
}
.page-fixed-hover .contact-details_item:nth-child(4):hover {
  background-image: url("../images/consulation_wechat_hover@2x.png");
}
.contact-details_item:nth-child(5) {
  position: relative;
  background-image: url("../images/consulation_wp@2x.png");
}
.page-fixed-hover .contact-details_item:nth-child(5):hover {
  background-image: url("../images/consulation_wp_hover@2x.png");
}
.page-fixed-hover .contact-details_item:nth-child(5):hover .contact-qrcode_mini-popup {
  display: block;
}
.contact-qrcode_mini-popup {
  display: none;
  position: absolute;
  left: calc(-100% - 42px);
  top: 0;
  width: 103px;
  height: 111px;
  line-height: 10px;
  font-size: 10px;
  color: white;
  background: url("../images/contact_qrcode_mini_popup_bg@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-qrcode_mini-popup img {
  margin-top: 8px;
  margin-bottom: 3px;
  margin-left: -5px;
  width: 80%;
}

/* 联系客服弹窗 */
.contact_qrcode-popup {
  position: fixed;
  z-index: 11;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 268px;
  min-width: 268px;
  height: 350px;
  text-align: center;
  background-color: white;
  border-radius: 9.5px;
}
.contact_qrcode-mask {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.catact_qrcode-popup_header {
  padding: 36px 0 20px;
  width: 100%;
  color: white;
  background-color: #0090ff;
  border-radius: 9.5px 9.5px 0 0;
}
.contact_service-avatar {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -36px;
  margin: 0 auto;
  width: 63px;
  height: 63px;
  object-fit: cover;
  border: solid 2px #ffffff;
  border-radius: 50%;
}
.contact_close-button {
  position: absolute;
  right: 9px;
  top: 6px;
  padding: 4.5px 5.5px;
  font-size: 10px;
  background-color: rgba(0, 0, 0, 0.46);
  border-radius: 50%;
}
.contact_title {
  margin-top: 20px;
  font-size: 13px;
}
.contact_sub-title {
  margin-top: 9px;
  font-size: 11px;
}
.contact_qrcode-img {
  margin-top: 12px;
  width: 172px;
}
.catact_qrcode-tip {
  font-size: 12px;
  color: #646464;
}
.contact_longtouch-save {
  margin: 12.5px 11.5px 0 0;
  text-align: right;
  font-size: 10px;
  color: #0090ff;
}
.contact_longtouch-save img {
  vertical-align: middle;
  width: 10px;
}

/* 快捷咨询 */
.quick-consulation {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: var(--main-width);
  height: 100px;
  background: linear-gradient(to right, #44d987, #19aad2);
}
.quick-consulation-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 16px 0 12px;
  margin: 0 auto;
  width: 92%;
  box-sizing: border-box;
}
.quick-consulation-close {
  position: absolute;
  right: -30px;
  top: 10px;
  color: white;
  cursor: pointer;
}
.quick-consulation-container button {
  display: inline-block;
  padding: 9px 20px;
  color: #0090ff;
  font-size: 15px;
  background-color: white;
  outline: none;
  border: none;
  cursor: pointer;
}
.quick-consulation-container .slogan {
  margin-top: 13px;
  color: white;
}
.quick-consulation-container .slogan i {
  padding: 0 8px;
  /* font-weight: bold; */
}
.quick-consulation_from input {
  margin-right: 18px;
  padding: 0 8px;
  height: 40px;
  line-height: 40px;
  border: none;
  background-color: white;
  outline: none;
}
.quick-consulation_from button {
  width: 151px;
  height: 41px;
}
.quick-consulation-container .consulation-button {
  width: 180px;
  height: 55px;
}
