﻿html{
  width: 100%;
  height: 100%;
}
body{
  margin: 0;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.clear {
  zoom: 1;
}
.dn {
  display: none;
}
.opc0 {
  opacity: 0;
}
.ovehid {
  overflow: hidden;
}
.pdb60 {
  padding-bottom: 60px;
}
.pdb30 {
  padding-bottom: 30px;
}
.mgl45 {
  margin-left: 45px;
}
.flex-box {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: auto;
}
.relative-box {
  position: relative;
}
.arrow-left {
  display: none;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-10%, -50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.arrow-left::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 19px;
  width: 13px;
  height: 13px;
  border-top: 4px solid #6161FF;
  border-radius: 3px;
  border-right: 4px solid #6161FF;
  transform: rotate(-135deg);
}
.arrow-right::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 19px;
  width: 13px;
  height: 13px;
  border-top: 4px solid #6161FF;
  border-radius: 3px;
  border-right: 4px solid #6161FF;
  transform: rotate(45deg);
}
.arrow-left:hover {
  cursor: pointer;
  background: rgb(249, 245, 252);
}
.arrow-right {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(10%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.arrow-right:hover {
  cursor: pointer;
  background: rgb(249, 245, 252);
}
@media (max-width: 1300px) {
  .part-content {
    flex-direction: column;
  }
  .part-content ul {
    order: 1;
    display: flex;
    /* flex-direction: column; */
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
  }
  .part-content ul li {
  }
  .part-content ul li:nth-child(5) {
    display: flex;
    justify-content: center;
  }
  .part-content>div {
    order: 0;
  }
  .guest-cloud-wrap ul.text-list li a {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .market-part-img {
    margin-right: 0px !important; 
    margin-top: 0px !important;
    height: auto !important;
  }
  .flex-box {
    flex-direction: column;
    align-items: center;
  }
  .guest-cloud-wrap ul li:nth-child(5) {
    display: flex;
    justify-content: center;
  }
  .guest-cloud-img img, .all-channels-img img, .market-part-img img, .analysis-img img, .private-traffic-img img {
    margin-bottom: 30px;
  }
}
.guest-cloud-wrap{
  width: 100%;
  background: #fff;
}
.guest-banner{
  position: relative;
  width: 100%;
}
.guest-banner a {
  position: absolute;
  top: 300px;
  left: 340px;
  padding: 20px 120px;
  background-color: #fff;
  opacity: 0;
}
.guest-banner img,
.guest-cloud-img img,
.all-channels-img img,
.market-part-img img,
.analysis-img img,
.private-traffic-img img{
  display: block;
  width: 100%;
}
.guest-nav {
  width: 100%;
  height: 50px;
  background-color: #2e175d;
}
.guest-nav.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.guest-nav .nav-list {
  width: 70%;
  display: flex;
  margin: auto;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
.guest-nav .nav-list li {
  width: 20%;
}
.guest-nav  li.active,
.guest-nav  li:hover {
  background-color: rgba(255, 255, 255, .08);
}
.guest-nav  li a{
  display: inline-block;
  height: 100%;
  min-width: 100px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.guest-cloud{
  width: 100%;
  text-align: center;
  padding-bottom: 60px;
}
.part-title{
  padding-top: 80px;
  margin: 0 auto;
  text-align: center;
}
.part-content-active {
  display: block !important;
  margin: 50px auto 0 !important;
}
.part-title>p{
  font-size: 30px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 29px;
  color: #303445;
}
.part-title>div{
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  color: #59607B;
}
.part-title li {
  display: flex;
  justify-content: space-around;
  list-style: none;
  width: 233px;
  margin: 40px auto 0;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: rgb(240,240,255);
  position: relative;
}
.part-title span {
  z-index: 1;
  color: #6161FF;
  cursor: pointer;
}
.part-title a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background-color: #6161FF;
  position: absolute;
  left: 0;
}
.part-title-nav-active {
  color: #fff !important;
  pointer-events: none;
  cursor: default;
}
.guest-cloud-img{
  max-width: 1200px;
  margin: 40px auto 0;
}
.all-channels {
  padding-bottom: 60px;
}
.behavior-analysis {
  padding-bottom: 60px;
}
.all-channels,
.behavior-analysis{
  width: 100%;
  background: #FAFBFF;
}
.market-part{
  min-height: 827px;
}
.private-traffic{
  height: 820px;
}
.part-content{
  margin: 40px auto 0;
  display: flex;
  justify-content: space-between;
  width: 65%;
}

.behavior-analysis .part-content{
}
.description>span{
  display: inline-block;
  width: 6px;
  margin-right: 10px;
  height: 6px;
  border-radius: 50%;
  background: rgba(96,96,255,.2);
}
.all-channels-text,
.market-text,
.analysis-text,
.private-text{
  min-width: 320px;
  display: inline-block;
  vertical-align: top;
}
.analysis-text{
  width: 452px;
}
.guest-cloud-wrap ul.text-list{
  margin: 0 0 0 45px;
}
.guest-cloud-wrap ul.text-list li{
  list-style: none;
  margin-bottom: 30px;
}
.guest-cloud-wrap ul.text-list li a {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 42px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  box-sizing: border-box;
}
.guest-cloud-wrap ul.text-list li a:first-child {
  border: 1px solid #6161ff;
  color: #fff;
  background-color: #6161ff;
}
.guest-cloud-wrap ul.text-list li a:last-child {
  margin-left: 20px;
  color: #6161ff;
  border: 1px solid #6161ff;
}
.guest-cloud-wrap ul.text-list li a:hover {
  border: 1px solid #4d4cff;
  color: #fff;
  background-color: #4d4cff;
  cursor: pointer;
}
.guest-cloud-wrap ul li:nth-child(5){
  margin-bottom: 0;
}
.guest-cloud-wrap ul li>div:nth-child(1){
  font-size: 20px;
  font-family: 'Microsoft YaHei';
  font-weight: bold;
  color:#303445;
  line-height:25px;
  margin-bottom: 8px;
}
.guest-cloud-wrap ul li>div:nth-child(2){
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  color:#59607B;
  margin-left: 16px;
  line-height: 22px;
  max-width: 450px;
}
.guest-cloud-wrap .behavior-analysis ul li>div:nth-child(2){
  line-height: 24px;
}
.guest-cloud-wrap ul li .sign{
  display: inline-block;
  margin-right: 12px;
  width: 4px;
  height: 14px;
  background:rgba(96,96,255,1);
  border-radius: 2px;
}
.all-channels-img,
.market-part-img,
.analysis-img,
.private-traffic-img{
  display: inline-block;
  vertical-align: top;
}
.all-channels-img{
  max-width: 689px;
}
.market-part-img{
  margin-right: 140px;
  margin-top: 20px;
  width: 592px;
}
.analysis-img{
  margin-left: 45px;
  max-width: 688px;
}
.private-traffic-img{
  max-width: 626px;
}
.qrcode-img{
  margin: 40px auto 0;
  width: 137px;
  height: 137px;
}
.qrcode-img img{
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
/* count */
.count-part {
  width: 100%;
  position: relative;
  background: url(../images/takeout/number_bg.jpg);
  height: 400px;
  min-height: 400px;
  margin-top: 60px;
}

.count-part>img {
  width: 100%;
}

.count-part ul {
  position: absolute;
  width: 80%;
  top: 22%;
  display: block;
  left: 10%;
}

.count-part ul>li {
  margin-right: 7%;
  width: auto;
  vertical-align: middle;
  height: auto;
}

.count-part ul>li:last-child {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  position: relative;
  top: -45px;
}

.count-part ul>li>p:first-child {
  color: #6161ff;
  font-size: 38px;
  margin-bottom: 30px;
}

.count-part ul>li:last-child>p:first-child {
  color: #303445;
  font-size: 38px;
  margin-bottom: 30px;
}

.count-part ul>li>p:last-child {
  font-size: 22px;
  color: #303445;
}

.count-part p {
  text-align: center;
}

.count-part ul>li:last-child>p:last-child {
  margin: 38px auto;
  padding: 14px 24px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  background: rgba(251, 90, 126, 1);
  border-radius: 4px;
  width: 271px;
}

.count-part ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
}

.count-part ul>li {
  display: inline-block;
}
.count-part .kefu-code {
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.count-part .kefu-code p {
  font-size: 16px;
  color: #303445;
  letter-spacing: 4px;
}
.count-part .kefu-code img {
  width: 100px;
  height: 100px;
}
/* 客服 */
.jky-kefu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999999;
  display: none;
}
.jky-kefu-wrap {
  width: 608px;
  height: 340px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -304px;
  margin-top: -260px;
  border-radius: 10px;
  background: url('../../../login/images/login_popup.png') no-repeat;
  background-size: 608px 364px;
}
.jky-kefu-wrap img {
  display: block;
  width: 169px;
  height: 169px;
  border-radius: 6px;
  border: 4px solid #8C9BC4;
  margin: 0 auto;
}
.jky-kefu-wrap .sweep-code{
  width: 100%;
  margin: 54px 0 25px 0;
  font-size: 24px;
  line-height: 24px;
  font-family: 'MicrosoftYaHei';
  font-weight: bold;
  text-align: center;
  color: #303445;
}
.jky-kefu-wrap .free-extension{
  width: 100%;
  margin-top: 10px;
  font-size:16px;
  font-family: 'MicrosoftYaHei';
  line-height:16px;
  text-align: center;
  color: #59607B;
}
.jky-kefu-wrap .jky-kefu-close {
  position: absolute;
  top: -30px;
  left: 102%;
  width: 28px;
  height: 28px;
  margin-left: -14px;
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.jky-kefu-wrap .kefu-content{
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.jky-kefu-wrap .exclusive-service{
  cursor: pointer;
}
.pain-point {
  padding: 0px;
  margin: 0px;
}
.pain-point .part-title {
  padding-top: 50px;
  margin: 0 auto;
  text-align: center;
}
.pain-point .part-content .pain-point-item {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.pain-point .part-content .pain-point-item .pain-point-list {
  margin-top: 10px;
  box-sizing: border-box;
  display: inline-block;
  width: 240px;
  height: 315px;
  padding: 31px;
  padding-top: 32px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgb(228 228 239);
  border-radius: 6px;
  text-align: center;
}
.pain-point-list .img-box {
  height: 131px;
}
.pain-point-list .title {
  margin-bottom: 16px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 36px;
  color: rgba(54, 59, 78, 1);
}
.pain-point-list .description {
  font-size: 16px;
  font-family: Microsoft YaHei;
  line-height: 26px;
  color: rgba(139, 145, 169, 1);
}
.pain-point .part-content .pain-point-item .pain-point-list:hover {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  box-shadow: 0px 0px 25px 2px rgb(0 0 0 / 6%);
}

.carousel-item {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
}
.carousel-API {
  margin-top: 111px;
}
.carousel-item .carousel-item-title {
  height: 56px;
  font-size: 30px;
  font-family: PingFangSC-Semibold,PingFang SC;
  font-weight: 600;
  color: #191e31;
  line-height: 56px;
  text-align: center;
}
.carousel-item .carousel-item-desc {
  height: 22px;
  margin: 16px 0 43px;
  font-size: 16px;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,.65);
  line-height: 22px;
  text-align: center;
}

.carousel-item .carousel-item-loop {
  overflow: hidden;
}
.carousel-item .carousel-item-loop .carousel-item-loop-btns {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.carousel-item .carousel-item-loop .carousel-item-loop-btns .loop-btns-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
}
.carousel-item .carousel-item-loop .carousel-item-loop-btns .loop-btns-wrap .loop-btn {
  text-align: center;
  width: 80px;
  height: 40px;
  margin-right: 40px;
  padding: 0 20px;
  background: rgba(201,192,238,.2);
  border-radius: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,.85);
  line-height: 40px;
  transition: background .5s;
  cursor: pointer;
}
.loop-btn:hover {
  background: linear-gradient(to right, #7652ff, #c380fe) !important;
  color: #fff !important;
}
.loop-btn-active {
  background: linear-gradient(to right, #7652ff, #c380fe) !important;
  color: #fff !important;
}
.carousel-item .carousel-item-loop .carousel-item-loop-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  /* width: 1440px; */
  height: 578px;
  margin: 0 auto;
}

.carousel-item .carousel-item-loop .carousel-item-loop-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  /* width: 1440px; */
  height: 578px;
  margin: 0 auto;
}
.carousel-item .carousel-item-loop .carousel-item-loop-contents .loop-content {
  position: relative;
  flex-basis: 100%;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  flex-grow: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  /* width: 1440px; */
  height: 578px;
  padding: 0 120px 0 178px;
  background: -webkit-linear-gradient(179deg,hsla(0,0%,100%,0),#f8f8ff 49%,hsla(0,0%,100%,0));
  background: linear-gradient(271deg,hsla(0,0%,100%,0),#f8f8ff 49%,hsla(0,0%,100%,0));
}
.carousel-item-loop-contents .loop-content .content-img {
  position: absolute;
  z-index: 0;
}
.carousel-item-loop-contents .loop-content .content-left {
  position: relative;
  z-index: 1;
}
.loop-content .content-left .left-name {
  position: relative;
  height: 40px;
  margin: 142px 0 0 8px;
  font-size: 28px;
  font-family: PingFangSC-Semibold,PingFang SC;
  font-weight: 600;
  color: #191e31;
  line-height: 40px;
}
.loop-content .content-left .left-desc {
  max-width: 351px;
  margin: 20px 0 0 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular,PingFang SC;
  font-weight: 400;
  color: rgba(0,0,0,.65);
  line-height: 24px;
}
.loop-content .content-left .left-img {
  display: block;
  width: 270px;
  height: 80px;
  margin: 12px 0 32px;
}
.loop-content .content-left .left-btn {
  display: inline-block;
  background: #bf7dfe;
  /* padding: 9px 28px; */
  margin-left: 8px;
  margin-top: 40px;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Semibold,PingFang SC;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.loop-content .content-left .left-btn a{
  display: block;
  padding: 9px 28px;
  color: #fff;
}
.loop-content .content-left .left-name .left-name-txt {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.content-left .left-name .left-name-icon {
  position: absolute;
  left: -32px;
  top: 8px;
  width: 20px;
  height: 20px;
}
.loop-content .content-left .left-name .left-name-img {
  position: absolute;
  left: 0;
  top: -40px;
  z-index: 0;
  width: 127px;
  height: 74px;
}
.content-right {
  width: 75%;
  /* width: 970px; */
  height: 500px;
  margin-left: -50px;
}
.brand-section {
  padding-top: 68px;
  padding-bottom: 60px;
  background-color: #f7f8fa;
}
.brand-title {
  padding-bottom: 42px;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
}
.brand-list {
  margin: 0 auto;
  width: 100%;
  max-width: 1146px;
  overflow: hidden;
}
.brand-list img {
  width: 100%;
  height: 100%;
}

.bt-nav {
  background-color: #141821;
}
.bt-nav-box {
  max-width: 1200px !important;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
  color: #C7C7C7;
  padding: 40px 0;
}
.bt-nav-header {
  overflow: hidden;
}
.bt-nav-box * {
  font-size: 12px;
  color: #C7C7C7;
}
.bt-nav-phone {
  width: 193px;
  border-right: 1px #575757 solid;
  padding-left: 64px;
}

.bt-nav-phone>svg {
  top: 25px;
  position: absolute;
  left: -15px;
}
.bt-nav-knows_4>ul>li.active {
  margin-bottom: 0px;
}
.bt-nav-knows>li>ul>li {
  margin-bottom: 15px;
}
.bt-nav-phone>p {
  font-size: 18px;
  margin-top: 14px;
  margin-bottom: 27px;
}
.bt-nav-phone li {
  margin-bottom: 14px;
}
.bt-nav-phone li a {
  font-size: 14px;
}
.bt-nav-knows_4 img {
  width: 70px;
  height: 70px;
  margin: 7px auto;
  display: none;
}
.bt-nav-knows_4>ul>li.active>img {
  display: block;
}
.bt-nav-phone, .bt-nav-knows {
  float: left;
  left: 0;
}
.bt-nav-knows_1 {
  margin-left: 96px;
}
.bt-nav-knows_2 {
  margin-left: 144px;
}
.bt-nav-knows_3 {
  margin-left: 142px;
}
.bt-nav-knows_4 {
  margin-left: 105px;
}
.bt-nav-knows>li {
  float: left;
}
.bt-nav-knows>li>ul>h3 {
  margin-bottom: 30px;
}
.bt-nav-body {
  margin-top: 25px;
}
.bt-nav-body ul {
  overflow: hidden;
  line-height: 24px;
  border-bottom: 1px solid #575757;
}
.bt-nav-body li {
  float: left;
  margin-left: 5px;
}
.bt-nav-body li:first-of-type {
  margin-left: 0;
}

.bt-nav-box h1, .bt-nav-box h3, .bt-nav-phone p, .bt-nav-foot_title, .bt-nav-moreInfo {
  color: #FFFFFF;
}
.bt-nav-body li img {
  width: 24px;
  height: 24px;
}
.bt-nav-fre_link>span {
  display: inline-block;
  margin-right: 26px;
  margin-top: 8px;
}
.bt-nav-footer .copyright {
  margin-top: 40px;
  text-align: center;
}
.bt-nav-footer .copyright img {
  position: relative;
  top: 8px;
  width: 28px;
  height: 28px;
  margin-left: 18px;
}
.bt-nav-knows_3 .bt-nav-cpy-address {
  display: inline-block;
  vertical-align: top;
}
.online-service {
  position: fixed;
  bottom: 34px;
  right: 20px;
  transform: translate(0, -50%);
  width: 160px;
  height: 390px;
  z-index: 888;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  box-shadow: 0px 3px 8px 0px rgb(159 165 187 / 20%);
}
.service-head {
  width: 160px;
  height: 160px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background: rgba(255, 255, 255, 1);
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.service-head-inner {
  width: 120px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translate(-50%, 0);
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(240, 240, 247, 1);
}
.service-head img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-head .service-head-ball {
  position: absolute;
  top: 44px;
  transform-origin: 0 37px;
  animation: ballRotate 2.5s infinite linear;
  z-index: 9999;
}
@keyframes ballRotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
.online-service-infortip {
  width: 130px;
  height: 33px;
  background: rgba(48, 145, 242, 1);
  border-radius: 2px;
  position: absolute;
  top: 118px;
  left: 50%;
  transform: translate(-50%, 0);
  box-sizing: border-box;
  padding: 0 5px;
}
.online-service-infortip span {
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  white-space: nowrap;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(254, 254, 254, 1);
}
.service-content-wrap {
    width: 160px;
    height: 140px;
    overflow: hidden;
    margin-top: 0;
    box-sizing: border-box;
    background-color: #fff;
}
.service-content-wrap p:first-child {
  padding-top: 15px;
}
.service-phone span {
  color: #2b2b2b;
}
.service-content-wrap p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(48, 52, 69, 1);
  text-align: center;
  white-space: nowrap;
  margin: 19px 0;
  margin-top: 0;
}
#exclusive-service, #vip-service, #use-application {
  margin: 15px;
}
#online-service-inner, #exclusive-service, #vip-service, #use-application {
  color: rgba(48, 145, 242, 1);
  cursor: pointer;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.service-content-wrap p {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(48, 52, 69, 1);
  text-align: center;
  white-space: nowrap;
  margin: 19px 0;
  margin-top: 0;
}
#exclusive-service, #vip-service, #use-application {
  margin: 15px;
}
#online-service-inner, #exclusive-service, #vip-service, #use-application {
  color: rgba(48, 145, 242, 1);
  cursor: pointer;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#online-service-inner a, #exclusive-service a, #vip-service a, #use-application a {
  color: rgba(48, 145, 242, 1);
  display: inline-block;
  width: 120px;
  height: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#exclusive-service img, #online-service-inner img, #vip-service img, #use-application img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-top: 1px;
}
fieldset, img {
  border: 0;
}
.backToTop {
  width: 100%;
  height: 90px;
  padding-top: 5px;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  position: relative;
}
.backToTopInner {
  width: 120px;
  height: 70px;
  box-sizing: border-box;
  padding-top: 16px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  border-top: 1px solid rgba(240, 240, 247, 1);
}
.backToTopInner div {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(89, 96, 123, 1);
}
.backToTopInner div {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgba(89, 96, 123, 1);
}
.backToTop-icon img {
  width: 20px;
  height: 20px;
  font-size: 24px;
  color: rgba(159, 165, 187, 0.9);
}
.toTopHover {
  display: none;
}
.exclusive-customer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999999;
  display: none;
}
.exclusive-customer-wrap {
    width: 608px;
    height: 364px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -304px;
    margin-top: -260px;
    border-radius: 10px;
    background: url(../../../login/images/login_popup.png) no-repeat;
    background-size: 608px 364px;
}
.exclusive-content {
  height: 364px;
  border-radius: 10px;
  overflow: hidden;
}
.exclusive-customer-wrap img {
  width: 169px;
  height: 169px;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  border: 4px solid #8C9BC4;
}
.exclusive-customer-wrap .free-extension {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #59607B;
  font-family: 'MicrosoftYaHei';
}
.exclusive-customer-wrap .exclusive-customer-close {
  width: 28px;
  height: 28px;
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -30px;
  left: 102%;
  margin-left: -14px;
  cursor: pointer;
}
.exclusive-customer-wrap .exclusive-customer-close {
  width: 28px;
  height: 28px;
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 28px;
  position: absolute;
  top: -30px;
  left: 102%;
  margin-left: -14px;
  cursor: pointer;
}
.exclusive-customer-wrap .sweep-code {
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  font-size: 24px;
  color: #303445;
  margin: 54px 0 25px 0;
  font-family: 'MicrosoftYaHei';
}
#behavior_analysis {
  margin-top: 5px !important;
}
#private_traffic {
  margin-top: 40px !important;
}
.guest-cloud-wrap .guest-banner .banner-btn {
  width: 9%;
  height: 7%;
  position: absolute;
  left: 16%;
  top: 58%;
  background: transparent;
  cursor: pointer;
}