﻿.video-box {
  max-height: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 350px;
  width: 100%;
  background: url(../Images/productbase-banner-bg.jpg) no-repeat center / cover;
}
.video-box .video-bar .pc-banner {
  display: block;
}
.video-box .video-bar .mb-banner,
.video-box .video-bar .pad-banner {
  display: none;
}
.video-box .video-bar .video-box video {
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
}
.video-box .video-bar #banner-video {
  display: inline-block;
}
.video-box .video-bar .video-mask {
  background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(0, 0, 0, 0.05)));
  background: linear-gradient(to bottom, #222222, rgba(0, 0, 0, 0.05));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .9;
}
.video-box .product-section {
  height: 350px;
  left: 0;
  position: absolute;
  right: 0;
  width: 1180px;
  margin: auto;
  text-align: left;
  top: 0;
  padding: 0 30px;
}
.video-box .product-section .product-content-box {
  width: 1200px;
  margin: 0 auto;
}
.video-box .product-section .product-content-box .product-text {
  width: 730px;
  font-family: PingFangSC-Regular;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  font-size: 14px;
  margin-top: 20px;
}
.video-box .product-section .product-content-box .xinbtn {
  display: inline-block;
  height: 40px;
  margin-top: 20px;
  background-color: #f66f6a;
  color: #fff;
  padding: 0 30px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
}
.video-box .product-section .product-content-box .xinbtn:hover {
  box-shadow: 0 8px 16px rgba(246, 111, 106, 0.5);
}
.video-box .product-section .product-content-box .product-caption {
  font-family: PingFangSC-Regular;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;
  padding-top: 88px;
}
.video-box .product-section .product-content-box .product-caption span:last-of-type {
  color: #fff;
  text-align: center;
}
.video-box .product-section .product-content-box .product-caption .play-icon {
  display: inline-block;
  width: 38px;
  height: 28px;
  margin-left: 10px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.3);
  text-decoration: none;
  border-radius: 2px;
}
.video-box .product-section .product-content-box .product-caption .hover {
  background-color: #F86E67;
}
.video-box .product-section .product-content-box .product-caption .play-icon:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 6px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) and (min-width: 769px) {
  .video-box {
    max-height: none;
    color: #fff;
    height: 300px;
    position: relative;
    overflow: hidden;
  }
  .video-box .video-bar .pc-banner,
  .video-box .video-bar .mb-banner {
    display: none;
  }
  .video-box .video-bar .pad-banner {
    width: 100%;
    display: block;
  }
  .video-box .video-bar .video-box video {
    width: 100%;
    display: inline-block;
    vertical-align: baseline;
  }
  .video-box .video-bar #banner-video {
    display: inline;
    height: 300px;
  }
  .video-box .video-bar .video-mask {
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(0, 0, 0, 0.05)));
    background: linear-gradient(to bottom, #222222, rgba(0, 0, 0, 0.05));
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
  }
  .video-box .product-section {
    height: 300px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    margin: auto;
    text-align: left;
    top: 0;
    padding: 0 25px;
  }
  .video-box .product-section .product-content-box {
    width: 1200px;
    margin: 0 auto;
  }
  .video-box .product-section .product-content-box .product-text {
    width: 61%;
    font-family: PingFangSC-Regular;
    margin-top: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.31);
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
  }
  .video-box .product-section .product-content-box .product-act-text {
    width: 379px;
    height: 66px;
    margin-top: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
  }
  .video-box .product-section .product-content-box .product-caption {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    padding-top: 74px;
  }
  .video-box .product-section .product-content-box .product-caption .play-icon {
    display: inline-block;
    width: 40px;
    height: 30px;
    margin-left: 10px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border-radius: 2px;
  }
  .video-box .product-section .product-content-box .product-caption .hover {
    background-color: #F86E67;
  }
  .video-box .product-section .product-content-box .product-caption .play-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .video-box {
    height: 260px;
    margin-bottom: 15px;
  }
  .video-box .video-bar .pc-banner,
  .video-box .video-bar .pad-banner {
    display: none;
  }
  .video-box .video-bar .mb-banner {
    display: block;
    width: 100%;
  }
  .video-box .video-bar .video-mask {
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(rgba(0, 0, 0, 0.05)));
    background: linear-gradient(to bottom, #222222, rgba(0, 0, 0, 0.05));
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
    display: none;
  }
  .video-box .product-section {
    width: 100%;
    padding: 0 15px;
    height: 260px;
  }
  .video-box .product-section .product-content-box {
    width: 100%;
    height: 260px;
  }
  .video-box .product-section .product-content-box .product-caption {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    padding-top: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.31);
    margin-bottom: 10px;
  }
  .video-box .product-section .product-content-box .product-caption .play-icon {
    display: inline-block;
    width: 40px;
    height: 30px;
    margin-left: 10px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.3);
    text-decoration: none;
    border: 1px solid #F66F6A;
    border-radius: 2px;
  }
  .video-box .product-section .product-content-box .product-caption .play-icon:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #F66F6A;
    border-bottom: 6px solid transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .video-box .product-section .product-content-box .product-text {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    width: 100%;
    margin-top: 0;
  }
  .video-box .product-section .product-content-box .xinbtn {
    font-size: 14px;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.31);
  }
}
@media (width: 320px) {
  .video-box .product-section .product-content-box .product-caption {
    padding-top: 30px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .video-box .product-section .product-content-box .product-caption span:last-of-type {
    padding: 0;
  }
  .video-box .product-section .product-content-box .product-text {
    line-height: inherit;
    font-size: 12px;
  }
}
.AGrid-row:before,
.AGrid-row:after {
  content: " ";
  display: table;
  line-height: 0;
}
.AGrid-row:after {
  clear: both;
}
.topnews-caption {
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  font-weight: 700;
}
.com-detail {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: 5px;
}
.topnews-info:first-child .top-info .com-detail {
  max-width: 205px;
}
.topnews-info:nth-of-type(2) .top-info .com-detail {
  max-width: 236px;
}
.topnews-info:last-child .top-info .com-detail {
  max-width: 190px;
}
.top-info {
  padding: 20px 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 200px;
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid;
  border-radius: 2px;
  border-color: #E2E2E2;
  float: left;
  background: url(../Images/productbase-topnews2.png);
}
.topnews-info:first-child .top-info {
  background: url(../Images/productbase-topnews1.png);
}
.topnews-info:last-child .top-info {
  background: url(../Images/productbase-topnews3.png);
}
.white-block {
  background-color: #999999;
  height: 4px;
  width: 24px;
  margin-top: 20px;
}
.top-info:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
}
@media (min-width: 1025px) {
  .AGrid-row {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .top-info {
    max-width: 380px;
    width: 32.20338983%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .topnews-info:first-child .top-info {
    margin-left: 0px;
    margin-right: 1.69491525%;
  }
  .topnews-info:last-child .top-info {
    margin-right: 0px;
    margin-left: 1.69491525%;
  }
  .temp-br {
    display: none;
  }
}
@media (min-width: 1188px) {
  .topnews-info:first-child .top-info {
    margin-left: 0px;
    margin-right: 20px;
  }
  .topnews-info:last-child .top-info {
    margin-right: 0px;
    margin-left: 20px;
  }
  .temp-br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .AGrid-row {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-info {
    padding: 10px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-top: 30px;
    width: 242px;
    height: 140px;
    background: url(../Images/productbase-topnews5.jpg);
  }
  .topnews-info:first-child .top-info {
    margin-left: 0px;
    margin-right: 3px;
    background: url(../Images/productbase-topnews4.png);
  }
  .topnews-info:last-child .top-info {
    margin-right: 0px;
    margin-left: 3px;
    background: url(../Images/productbase-topnews6.png);
  }
  .topnews-info {
    width: 248px ;
  }
  .topnews-info:first-child {
    width: 245px ;
    float: left;
  }
  .topnews-info:last-child {
    width: 245px ;
    float: right;
  }
  .topnews-caption {
    font-size: 14px;
    line-height: 18px;
    color: #252B3A;
    letter-spacing: 0;
    font-weight: 400;
  }
  .com-detail {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    color: #666A75;
    letter-spacing: 0;
  }
  .white-block {
    background-color: #999999;
    height: 4px;
    width: 24px;
    margin-top: 15px;
  }
  .topnews-info:last-child .top-info .white-block {
    margin-top: 10px;
  }
  .topnews-info:last-child .top-info .com-detail {
    width: 146px;
  }
  .topnews-info:first-child .top-info .com-detail {
    max-width: 150px;
  }
  .topnews-info:nth-of-type(2) .top-info .com-detail {
    max-width: 150px;
  }
  .topnews-info:last-child .top-info .com-detail {
    max-width: 150px;
  }
  .temp-br-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .AGrid-row {
    max-width: 375px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-info {
    padding: 15px 15px;
    margin: 5px 4%;
    max-width: 345px;
    width: 92%;
    height: 165px;
    background: url(../Images/productbase-topnews8.jpg);
    background-size: 100% 165px;
  }
  .topnews-info:first-child .top-info {
    margin-top: 10px;
    background: url(../Images/productbase-topnews7.png);
    background-size: 100% 165px;
  }
  .topnews-info:last-child .top-info {
    margin-bottom: 30px;
    background: url(../Images/productbase-topnews9.png);
    background-size: 100% 165px;
  }
  .topnews-info {
    max-width: 375px;
    width: 100%;
  }
  .topnews-caption {
    font-size: 16px;
    line-height: 20px;
    width: 195px;
  }
  .com-detail {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
    width: 236px;
  }
  .white-block {
    background-color: #999999;
    height: 4px;
    width: 24px;
    margin-top: 15px;
  }
  .temp-br {
    display: none;
  }
  .topnews-info:first-child .top-info .com-detail {
    max-width: 175px;
  }
  .topnews-info:nth-of-type(2) .top-info .com-detail {
    max-width: 200px;
  }
  .topnews-info:last-child .top-info .com-detail {
    max-width: 160px;
  }
}
@media (max-width: 330px) {
  .topnews-info:first-child .top-info .com-detail {
    max-width: 170px;
  }
}
@charset "utf-8";
.wrapper.set-center {
  padding-bottom: 50px;
  background: #FFFFFF;
}
.saas-ability {
  display: none;
}
.set-center {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-family: PingFangSC-Regular;
}
.ability-icon1 {
  width: 60px;
  height: 56px;
  background-image: url(../Images/productbase-icon-1.png);
  margin: 0 auto 10px;
  background-repeat: no-repeat;
}
.ability-icon2 {
  width: 56px;
  height: 56px;
  background-image: url(../Images/productbase-icon-2.png);
  margin: 0 auto 10px;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .wrapper.set-center {
    width: 100%;
  }
  .ability-pc {
    display: block;
  }
  .ability-mb,
  .ability-pad {
    display: none;
  }
  .ability-title {
    font-size: 36px;
    color: #3B516A;
    margin-bottom: 10px;
  }
  .ability-title-info {
    font-size: 18px;
    color: #666A75;
    margin-bottom: 48px;
  }
  .ability-box {
    overflow: hidden;
    max-width: 1090px;
    width: 100%;
    margin: 0 auto;
  }
  .ability-info li {
    width: 150px;
    float: left;
    margin-right: 2.2%;
    text-align: center;
  }
  .ability-info li:last-child {
    margin-right: 0;
  }
  .ability-info h2 {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .ability-info p {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 52px;
  }
  .ability-end {
    font-size: 18px;
    color: #666A75;
    text-align: center;
    line-height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ability-pad {
    display: block;
  }
  .ability-pc,
  .ability-mb {
    display: none;
  }
  .ability-icon1,
  .ability-icon2 {
    margin-top: 32px;
  }
  .ability-title {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 40px;
  }
  .ability-title-info {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .ability-end {
    width: 688px;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    margin: 0 auto 50px;
    text-align: left;
  }
  .ability-box {
    overflow: hidden;
    width: 768px;
    margin: 0 auto;
  }
  .ability-info li:nth-child(1),
  .ability-info li:nth-child(4) {
    margin-left: 15px;
  }
  .ability-info li:nth-child(2),
  .ability-info li:nth-child(5) {
    margin-left: 9px;
    margin-right: 9px;
  }
  .ability-info li:nth-child(3),
  .ability-info li:nth-child(6) {
    margin-right: 15px;
  }
  .ability-info li {
    float: left;
    width: 240px;
    height: 175px;
    margin-bottom: 6px;
    text-align: center;
  }
  .ability-info li:nth-child(4),
  .ability-info li:nth-child(5),
  .ability-info li:nth-child(6) {
    margin-bottom: 20px;
  }
  .ability-info h2 {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .ability-info p {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .ability-mb {
    display: block;
  }
  .ability-pc,
  .ability-pad {
    display: none;
  }
  .ability-title {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: 40px;
  }
  .ability-title-info {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .ability-end {
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .ability-box {
    overflow: hidden;
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .ability-info li:nth-child(1),
  .ability-info li:nth-child(3),
  .ability-info li:nth-child(5) {
    width: 132px;
    float: left;
    margin-left: 8.67%;
    text-align: center;
  }
  .ability-info li:nth-child(2),
  .ability-info li:nth-child(4),
  .ability-info li:nth-child(6) {
    width: 132px;
    float: right;
    margin-right: 8.67%;
    text-align: center;
  }
  .ability-info li {
    margin-bottom: 23px;
  }
  .ability-info h2 {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .ability-info p {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .ability-info li:nth-child(5),
  .ability-info li:nth-child(6) {
    margin-bottom: 30px;
  }
}
@charset "utf-8";
.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .wrapper.figure-scenes {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F8F9FF;
  }
  .wrapper.figure-scenes .section-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .wrapper.figure-scenes .section-title h1 {
    font-size: 36px;
    color: #3B516A;
    line-height: 50px;
  }
  .wrapper.figure-scenes .section-title h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #666A75;
    line-height: 25px;
  }
  .wrapper.figure-scenes .scene-content {
    max-width: 1200px;
    margin: 0 auto;
  }
  .wrapper.figure-scenes .scene-content .scene-item {
    padding: 0 10px;
    width: 25%;
    height: 380px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .wrapper.figure-scenes .scene-content .scene-collapse-head {
    display: none;
  }
  .wrapper.figure-scenes .scene-content .scene-collapse-content {
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper.figure-scenes .scene-content .scene-imgBox {
    margin-bottom: 20px;
  }
  .wrapper.figure-scenes .scene-content .scene-imgBox img {
    display: block;
    width: 100%;
  }
  .wrapper.figure-scenes .scene-content .scene-desc {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper.figure-scenes .scene-content .scene-desc-main h2 {
    line-height: 33px;
    font-size: 24px;
    color: #3B516A;
  }
  .wrapper.figure-scenes .scene-content .scene-desc-main p {
    margin-top: 10px;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
  }
  .wrapper.figure-scenes .scene-content .scene-desc-recommend h3 {
    margin-top: 10px;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
  }
  .wrapper.figure-scenes .scene-content .scene-recommend-list {
    margin-top: 8px;
    font-size: 0;
  }
  .wrapper.figure-scenes .scene-content .scene-recommend-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background-color: rgba(216, 216, 216, 0.3);
    font-size: 14px;
    line-height: 18px;
    border-radius: 3px;
    color: #666;
    padding: 3px 7px;
  }
  .wrapper.figure-scenes .scene-content .scene-item .scene-collapse-content:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  }
  .wrapper.figure-scenes .scene-content .scene-item .scene-collapse-content:hover .scene-recommend-list li {
    color: #6393EC;
  }
  .wrapper.figure-scenes .swiper-pagination {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .saas-scenes {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .wrapper.figure-scenes {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .wrapper.figure-scenes .section-title {
    margin-bottom: 30px;
    text-align: center;
  }
  .wrapper.figure-scenes .section-title h1 {
    font-size: 36px;
    color: #3B516A;
    line-height: 50px;
  }
  .wrapper.figure-scenes .section-title h2 {
    margin-top: 10px;
    font-size: 18px;
    color: #666A75;
    line-height: 25px;
  }
  .wrapper.figure-scenes .scene-content {
    width: 100%;
  }
  .wrapper.figure-scenes .scene-content .scene-item {
    width: 33.33%;
    height: 382px;
    margin-right: 6px;
  }
  .wrapper.figure-scenes .scene-content .scene-collapse-head {
    display: none;
  }
  .wrapper.figure-scenes .scene-content .scene-collapse-content {
    position: relative;
    width: 100%;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper.figure-scenes .scene-content .scene-imgBox {
    margin-bottom: 20px;
  }
  .wrapper.figure-scenes .scene-content .scene-imgBox img {
    display: block;
    width: 100%;
  }
  .wrapper.figure-scenes .scene-content .scene-desc {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .wrapper.figure-scenes .scene-content .scene-desc.hover {
    -webkit-transition: .3s;
    transition: .3s;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  }
  .wrapper.figure-scenes .scene-content .scene-desc-main h2 {
    line-height: 22px;
    font-size: 16px;
    color: #3B516A;
  }
  .wrapper.figure-scenes .scene-content .scene-desc-main p {
    margin-top: 10px;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    height: 44px;
  }
  .wrapper.figure-scenes .scene-content .scene-desc-recommend h3 {
    margin-top: 15px;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
  }
  .wrapper.figure-scenes .scene-content .scene-recommend-list {
    margin-top: 13px;
    font-size: 0;
    padding-left: 8px;
  }
  .wrapper.figure-scenes .scene-content .scene-recommend-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    margin-right: 0;
    background-color: rgba(216, 216, 216, 0.3);
  }
  .wrapper.figure-scenes .scene-content .scene-recommend-list li.mb_color {
    color: #6393EC;
  }
  .wrapper.figure-scenes .scene-content .scene-item .scene-collapse-content:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  }
  .wrapper.figure-scenes .scene-content .scene-item .scene-collapse-content:hover .scene-recommend-list li {
    color: #6393EC;
  }
  .wrapper.figure-scenes .swiper-pagination {
    bottom: 12px;
  }
  .wrapper.figure-scenes .swiper-pagination span {
    width: 24px;
    height: 4px;
    margin-right: 6px;
    border-radius: 2px;
  }
}
@media (max-width: 767px) {
  .saas-scenes {
    background-color: #F8F9FF;
    padding-top: 30px;
  }
  .wrapper.figure-scenes {
    width: 92%;
    overflow: hidden;
    height: 521px;
    position: relative;
  }
  .wrapper.figure-scenes .section-title {
    background-color: #F8F9FF;
  }
  .wrapper.figure-scenes .section-title h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
  }
  .wrapper.figure-scenes .section-title h2 {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-top: 5px;
    padding: 0 15px;
  }
  .wrapper.figure-scenes .scene-collapse-head {
    display: none;
  }
  .wrapper.figure-scenes .scene-item {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
  }
  .wrapper.figure-scenes .scene-imgBox {
    width: 100%;
    height: 158px;
  }
  .wrapper.figure-scenes .scene-imgBox img {
    width: 100%;
    display: block;
    border-radius: 4px;
    height: 100%;
  }
  .wrapper.figure-scenes .scene-desc {
    padding: 20px 0 0 20px;
    background-color: #fff;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-main h2 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: left;
    line-height: 26px;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-main p {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 10px;
    padding-right: 20px;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-recommend h3 {
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    margin-top: 16px;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-recommend .scene-recommend-list {
    margin-top: 8px;
    padding-left: 10px;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-recommend .scene-recommend-list li {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-color: rgba(216, 216, 216, 0.3);
    padding: 3px 10px;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-recommend .scene-recommend-list li:last-of-type {
    margin-right: 0;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-recommend .scene-recommend-list li.mb_color {
    color: #6393EC;
  }
  .wrapper.figure-scenes .scene-dot {
    width: 24px;
    height: 4px;
    background: #6393EC;
    border-radius: 2px;
  }
  .wrapper.figure-scenes .swiper-pagination {
    bottom: 12px;
  }
  .wrapper.figure-scenes .swiper-pagination span {
    width: 24px;
    height: 4px;
    margin-right: 6px;
    border-radius: 2px;
  }
}
/*兼容320*/
@media (width: 320px) {
  .wrapper.figure-scenes .scene-desc .scene-desc-recommend .scene-recommend-list {
    padding-left: 0;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-recommend .scene-recommend-list li {
    margin-right: 5px;
  }
  .wrapper.figure-scenes .scene-desc .scene-desc-recommend .scene-recommend-list li {
    padding: 3px 7px;
  }
}
@charset "utf-8";
@media (min-width: 1024px) {
  /* PC端内容样式 */
  .wrapper.saas-figure {
    width: 100%;
    margin-top: 50px;
    padding-bottom: 40px;
    background: #fff;
  }
  .wrapper.saas-figure .aboutHeader {
    max-width: 1180px;
    margin: 0 auto;
  }
  .wrapper.saas-figure .aboutHeader h1 {
    font-size: 36px;
    color: #3B516A;
    text-align: center;
    line-height: 50px;
  }
  .wrapper.saas-figure .aboutHeader h2 {
    font-size: 18px;
    color: #666A75;
    text-align: center;
    margin-top: 25px;
    line-height: 25px;
  }
  .wrapper.saas-figure .aboutHeader .tab {
    width: 100%;
    margin-top: 52px;
    border-bottom: 1px solid #e2e2e2;
  }
  .wrapper.saas-figure .aboutHeader .tab li {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
  }
  .wrapper.saas-figure .aboutHeader .tab li p {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    padding-bottom: 23px;
    width: 52px;
    margin: 10px auto 0;
  }
  .wrapper.saas-figure .aboutHeader .tab li .active {
    border-bottom: 4px solid #6393EC;
    color: #6393EC;
  }
  .wrapper.saas-figure .products {
    width: 100%;
    height: 384px;
  }
  .wrapper.saas-figure .products .main {
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    display: none;
  }
  .wrapper.saas-figure .products .main .content {
    width: 100%;
    height: 100%;
  }
  .wrapper.saas-figure .products .main .content .leftContent {
    float: left;
    height: 100%;
    position: relative;
    padding-left: 50px;
    padding-top: 75px;
    width: 38%;
  }
  .wrapper.saas-figure .products .main .content .leftContent h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #3B516A;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left {
    margin-bottom: 20px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left h3 {
    font-size: 16px;
    color: #3B516A;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left h3::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #797984;
    vertical-align: middle;
    margin-right: 6px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left p {
    float: left;
    padding-left: 8px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left p::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 0px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .btnLink {
    position: absolute;
    bottom: 50px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .btnLink a {
    display: inline-block;
    width: 140px;
    height: 40px;
    background-color: #6393EC;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.51px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .btnLink .btnColor {
    color: #6393EC;
    background: #FFFFFF;
  }
  .wrapper.saas-figure .products .main .img_left {
    height: 100%;
    width: 52%;
    float: right;
    margin-top: 54px;
    margin-right: 90px;
  }
  .wrapper.saas-figure .products .selected {
    display: block !important;
  }
  .wrapper.saas-figure .more {
    text-align: center;
    font-size: 16px;
    color: #666A75;
    letter-spacing: 0.58px;
    margin-top: 77px;
  }
  .scene-mb-title {
    display: none;
  }
}
/*兼容出现的问题*/
@media (max-width: 1200px) and (min-width: 1024px) {
  .wrapper.saas-figure .products .main .img_left {
    height: 100%;
    width: 61%;
    float: right;
    margin-top: 54px;
    margin-right: 0;
  }
}
/* Pad端适配 768——1023*/
@media (min-width: 768px) and (max-width: 1023px) {
  .wrapper.saas-figure {
    padding: 30px 15px 27px;
  }
  .wrapper.saas-figure .aboutHeader h1 {
    font-size: 36px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
  }
  .wrapper.saas-figure .aboutHeader h2 {
    font-size: 18px;
    color: #666A75;
    line-height: 22px;
    letter-spacing: 0.51px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .wrapper.saas-figure .aboutHeader .tab {
    width: 100%;
    margin-top: 52px;
    border-bottom: 1px solid #e2e2e2;
  }
  .wrapper.saas-figure .aboutHeader .tab li {
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
    cursor: pointer;
  }
  .wrapper.saas-figure .aboutHeader .tab li p {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    padding-bottom: 23px;
    width: 52px;
    margin: 10px auto 0;
  }
  .wrapper.saas-figure .aboutHeader .tab li .active {
    border-bottom: 4px solid #6393EC;
    color: #6393EC;
  }
  .wrapper.saas-figure .scene-mb-title {
    display: none;
  }
  .wrapper.saas-figure .products {
    width: 100%;
  }
  .wrapper.saas-figure .products .main {
    height: 100%;
    margin: 0 auto;
    display: none;
  }
  .wrapper.saas-figure .products .main .content {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .wrapper.saas-figure .products .main .content .leftContent {
    height: 100%;
    position: relative;
    padding-left: 15px;
    padding-top: 20px;
    text-align: left;
  }
  .wrapper.saas-figure .products .main .content .leftContent h2 {
    font-size: 22px;
    line-height: 30px;
    margin-top: 30px;
    color: #3B516A;
    margin-bottom: 10px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left {
    margin-top: 10px;
    width: 48%;
    float: left;
    height: 70px;
    margin-right: 30px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left:nth-of-type(2n) {
    margin-right: 0;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left h3 {
    font-size: 16px;
    color: #3B516A;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left h3::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #797984;
    vertical-align: middle;
    margin-right: 6px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left p {
    margin-bottom: 15px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left p li {
    float: left;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left p li::before {
    content: '';
    display: inline-block;
    width: 0px;
    height: 0px;
    margin-right: 0px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .btnLink {
    position: absolute;
    bottom: 50px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .btnLink a {
    display: inline-block;
    width: 140px;
    height: 40px;
    background-color: #6393EC;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.51px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .btnLink .btnColor {
    color: #6393EC;
    background: #FFFFFF;
  }
  .wrapper.saas-figure .products .main .content img {
    height: 100%;
  }
  .wrapper.saas-figure .products .selected {
    display: block !important;
  }
  .wrapper.saas-figure .more {
    text-align: center;
    font-size: 16px;
    color: #666A75;
    letter-spacing: 0.58px;
    margin-top: 20px;
  }
}
/* 移动端内容样式 小于767*/
@media (max-width: 767px) {
  .wrapper.saas-figure {
    padding: 30px 15px 27px;
  }
  .wrapper.saas-figure .aboutHeader h1 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
  }
  .wrapper.saas-figure .aboutHeader h2 {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0.51px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .wrapper.saas-figure .aboutHeader .tab {
    display: none;
  }
  .wrapper.saas-figure .products {
    height: 100%;
  }
  .wrapper.saas-figure .products .main .scene-mb-title.border {
    border-left: 2px solid #6393EC;
  }
  .wrapper.saas-figure .products .main .scene-mb-title {
    display: block;
    width: 100%;
    height: 44px;
    padding-left: 15px;
    line-height: 44px;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    position: relative;
  }
  .wrapper.saas-figure .products .main .scene-mb-title .text {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
  }
  .wrapper.saas-figure .products .main .scene-mb-title .fold-btn {
    width: 10px;
    height: 10px;
    display: block;
    background: url(../Images/productbase-figure_arrow.png) no-repeat center;
    position: absolute;
    top: 15px;
    right: 15px;
    transform: rotate(90deg);
  }
  .wrapper.saas-figure .products .main .scene-mb-title .fold-btn.top {
    transform: rotate(270deg);
  }
  .wrapper.saas-figure .products .main:last-of-type {
    border-bottom: 1px solid #DDDDDD;
  }
  .wrapper.saas-figure .products .main .now {
    display: none;
  }
  .wrapper.saas-figure .products .main .content {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 26px 6px 18px;
    background-color: #fff;
  }
  .wrapper.saas-figure .products .main .content img {
    width: 100%;
    height: 183px;
    display: block;
  }
  .wrapper.saas-figure .products .main .content .leftContent {
    margin-top: 21px;
    padding-left: 15px;
  }
  .wrapper.saas-figure .products .main .content .leftContent h2 {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left {
    margin-bottom: 10px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left h3 {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left h3::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #797984;
    vertical-align: middle;
    margin-right: 6px;
  }
  .wrapper.saas-figure .products .main .content .leftContent .left p {
    padding-left: 11px;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
  }
  .wrapper.saas-figure .more {
    text-align: center;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 11px;
  }
}
@charset "UTF-8";
@media (min-width: 1024px) {
  .product-section.saas-figure-advantage {
   background-size: cover;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .product-section.saas-figure-advantage .advantage-box {
    width: 25%;
    float: left;
  }
  .product-section.saas-figure-advantage .section-title {
    margin-bottom: 0;
  }
  .product-section.saas-figure-advantage .section-title h2 {
    font-size: 36px;
    color: #3B516A;
    text-align: center;
    margin-bottom: 10px;
    line-height: 50px;
    margin-top: 0;
  }
  .product-section.saas-figure-advantage .section-title h3 {
    font-size: 18px;
    color: #666A75;
    text-align: center;
    line-height: 25px;
  }
  .product-section.saas-figure-advantage .info-area {
    max-width: 1200px;
    margin: 29px auto 0;
  }
  .product-section.saas-figure-advantage .info-area .advantage-box {
    padding: 0 10px;
  }
  .product-section.saas-figure-advantage .info-area .advantage-box .aui-tile {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    height: 318px;
    padding-top: 52px;
  }
  .product-section.saas-figure-advantage .info-area .advantage-box .aui-tile .icon-advantage {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 32px;
  }
  .product-section.saas-figure-advantage .info-area .advantage-box .aui-tile .info-pc {
    font-size: 18px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .product-section.saas-figure-advantage .info-area .advantage-box .aui-tile .info-mb {
    display: none;
  }
  .product-section.saas-figure-advantage .info-area .advantage-box .aui-tile .line-style {
    width: 24px;
    height: 2px;
    background-color: #6393EC;
    margin: 0 auto 30px;
  }
  .product-section.saas-figure-advantage .info-area .advantage-box .aui-tile .info-advantage {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
    padding: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .product-section.saas-figure-advantage {
    background-size: cover;
    padding-bottom: 50px;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage {
    padding: 30px 15px;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .advantage-box {
    width: 50%;
    float: left;
    padding-right: 6px;
    padding-bottom: 6px;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .advantage-box:nth-of-type(3),
  .product-section.saas-figure-advantage .prod-area.figure-advantage .advantage-box:nth-of-type(4) {
    padding-bottom: 0;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .section-title h2 {
    font-size: 36px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .section-title h3 {
    font-size: 18px;
    color: #666A75;
    letter-spacing: 0.51px;
    text-align: center;
    line-height: 22px;
    margin-top: 10px;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .info-area {
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    margin-top: 30px;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .aui-tile {
    padding-top: 30px;
    padding-bottom: 22px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .aui-tile .icon-advantage {
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
    display: block;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .aui-tile .info-pc {
    display: none;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .aui-tile .caption {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 11px;
    padding: 0 30px;
  }
  .product-section.saas-figure-advantage .prod-area.figure-advantage .aui-tile .info-advantage {
    font-size: 12px;
    color: #666A75;
    text-align: center;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .prod-area.figure-advantage {
    padding: 30px 15px;
  }
  .prod-area.figure-advantage .section-title h2 {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .prod-area.figure-advantage .section-title h3 {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0.51px;
    text-align: center;
  }
  .prod-area.figure-advantage .info-area {
    background: #FFFFFF;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    padding-bottom: 8px;
  }
  .prod-area.figure-advantage .aui-tile {
    padding-top: 30px;
    padding-bottom: 22px;
  }
  .prod-area.figure-advantage .aui-tile .icon-advantage {
    width: 44px;
    height: 44px;
    margin: 0 auto 20px;
    display: block;
  }
  .prod-area.figure-advantage .aui-tile .info-pc {
    display: none;
  }
  .prod-area.figure-advantage .aui-tile .caption {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    margin-bottom: 11px;
    padding: 0 30px;
  }
  .prod-area.figure-advantage .aui-tile .info-advantage {
    font-size: 12px;
    color: #666A75;
    text-align: center;
    line-height: 17px;
  }
}
/*公用class*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.super-1 {
  background: url(../Images/productbase-icon-3.png) no-repeat center;
  background-size: contain;
}
.super-2 {
  background: url(../Images/productbase-icon-2.png) no-repeat center;
  background-size: contain;
}
.super-3 {
  background: url(../Images/productbase-icon-1.png) no-repeat center;
  background-size: contain;
}
.super-4 {
  background: url(../Images/productbase-icon-4.png) no-repeat center;
  background-size: contain;
}
/*
@import "4bad99d7177c41488aeed90283c2cc5a.css";
@import "ac1bff6d87034df3b3c7e7d2af653f62.css";
*/

@charset "utf-8";
.thiedparty-set-center {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  font-family: PingFangSC-Regular;
  background-color: #FFFFFF;
  display: none;
}
@media (min-width: 1024px) {
  .thiedparty-set-center {
    max-width: 1180px;
    width: 100%;
    display: none;
  }
  .thirdparty-pc {
    display: block;
  }
  .thirdparty-mb,
  .thirdparty-pad {
    display: none;
  }
  .thirdparty-title {
    font-size: 36px;
    color: #3B516A;
    margin-top: 50px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
  }
  .thirdparty-title-info {
    font-size: 18px;
    color: #666A75;
    margin-bottom: 26px;
  }
  .thirdparty-info-box {
    width: 1180px;
    height: 86px;
    border-bottom: 2px  solid #D8D8D8;
    margin: 0 auto 44px ;
  }
  .thirdparty-info-box li {
    float: left;
    text-align: center;
    margin-right: 60px;
    width: 333px;
  }
  .thirdparty-info-box li:last-child {
    margin-right: 0;
  }
  .thirdparty-info-box h2 {
    width: 333px;
    height: 22px;
    font-size: 18px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
    margin-top: 18px;
  }
  .thirdparty-line {
    width: 278px;
    height: 2px;
    margin: 0 auto;
    background: #6393EC;
    margin-bottom: 44px;
  }
  .thirdparty-info-box p {
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px;
    margin-bottom: 19px;
  }
  .thirdparty-info {
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .thirdparty-info li {
    text-align: left;
    list-style: disc;
  }
  .thirdparty-info h2 {
    font-size: 18px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
  }
  .thirdparty-text {
    max-width: 525px;
    width: 50%;
    height: 400px;
    float: left;
    text-align: left;
  }
  .thirdparty-text a {
    width: 118px;
    height: 40px;
    background: #6393EC;
    border-radius: 2px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
  }
  .thirdparty-text li {
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  .thirdparty-text li:last-child {
    margin-bottom: 20px;
  }
  .thirdparty-pic-box {
    float: right;
    max-width: 525px ;
    width: 50%;
    height: 366px;
    background-image: url(../Images/productbase-cj.png);
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .thirdparty-pad {
    display: block;
  }
  .thirdparty-pc,
  .thirdparty-mb {
    display: none;
  }
  .thirdparty-title {
    font-size: 36px;
    color: #3B516A;
    margin-top: 50px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
  }
  .thirdparty-title-info {
    font-size: 18px;
    color: #666A75;
    margin-bottom: 26px;
  }
  .thirdparty-info-box {
    width: 748px;
    height: 94px;
    border-bottom: 2px  solid #D8D8D8;
    margin: 0 auto 44px ;
  }
  .thirdparty-info-box li {
    float: left;
    text-align: center;
    margin-right: 50px;
    width: 196px;
  }
  .thirdparty-info-box li:last-child {
    margin-right: 0;
  }
  .thirdparty-info-box li:first-child {
    margin-left: 31px;
  }
  .thirdparty-info-box h2 {
    font-size: 14px;
    color: #6393EC;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 14px;
  }
  .thirdparty-line {
    width: 196px;
    height: 2px;
    margin: 0 auto;
    background: #6393EC;
    margin-bottom: 44px;
  }
  .thirdparty-info-box p {
    margin: 0 auto;
    width: 196px;
    font-size: 14px;
    color: #666A75;
    letter-spacing: 0;
    text-align: center;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .thirdparty-info {
    width: 100%;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
  .thirdparty-info li {
    text-align: left;
    list-style: disc;
  }
  .thirdparty-info h2 {
    font-size: 18px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
  }
  .thirdparty-text {
    width: 768px;
    text-align: center;
    margin: 0 auto;
  }
  .thirdparty-text a {
    width: 118px;
    height: 40px;
    background: #6393EC;
    border-radius: 2px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
  }
  .thirdparty-text li {
    display: inline-block;
    width: 330px;
    height: 44px;
    font-size: 14px;
    color: #666A75;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
  }
  .dot {
    font-size: 40px;
    color: #A0A2A8;
    position: absolute;
    margin: auto;
    top: -3px;
    left: -12px;
  }
  .thirdparty-text li:nth-child(1),
  .thirdparty-text li:nth-child(3),
  .thirdparty-text li:nth-child(5) {
    float: left;
    margin-left: 40px;
  }
  .thirdparty-text li:nth-child(2),
  .thirdparty-text li:nth-child(4),
  .thirdparty-text li:nth-child(6) {
    float: right;
    margin-right: 39px;
  }
  .thirdparty-text li:nth-child(5),
  .thirdparty-text li:nth-child(6) {
    margin-bottom: 30px;
  }
  .thirdparty-pic-box {
    margin: 0 auto;
    width: 748px ;
    height: 418px;
    background: url(../Images/productbase-cj_pad.png) no-repeat center center;
  }
}
@media (max-width: 767px) {
  .thirdparty-mb {
    display: block;
  }
  .thirdparty-pc,
  .thirdparty-pad {
    display: none;
  }
  .thirdparty-big-box {
    overflow: hidden;
  }
  .thirdparty-title {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 5px;
    background-color: #FFFFFF;
  }
  .thirdparty-title-info {
    font-size: 14px;
    color: #666A75;
    line-height: 18px;
    margin-bottom: 21px;
  }
  .thirdparty-info-box {
    max-width: 345px;
    width: 100%;
    margin: 0 auto  ;
    position: relative;
  }
  .thirdparty-info-box li {
    text-align: center;
    max-width: 345px;
    width: 100%;
    margin-right: 60px;
    background: #F7F8FF;
    border: 1px solid #DDDDDD;
    margin-top: -1px;
    position: relative;
  }
  .thirdparty-info-box li:nth-child(2) .thirdparty-info,
  .thirdparty-info-box li:nth-child(3) .thirdparty-info {
    display: none;
  }
  .thirdparty-info-box a {
    max-width: 345px;
    width: 100%;
  }
  .thirdparty-arrow {
    width: 12px;
    height: 12px;
    background-image: url(../Images/productbase-down.png);
    background-repeat: no-repeat;
    border-radius: 1.4px;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
  }
  .thirdparty-info-box li:first-child .thirdparty-arrow {
    background-image: url(../Images/productbase-up.png);
  }
  .thirdparty-info-box li:last-child {
    margin-right: 0;
  }
  .thirdparty-info-box h2 {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
    margin-left: 13px;
  }
  .thirdparty-line {
    width: 2px;
    height: 71px;
    margin: 0 auto;
    background: #6393EC;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .thirdparty-info-box li:first-child .thirdparty-line {
    display: block;
  }
  .thirdparty-info-box p {
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    margin-bottom: 15px;
    margin-left: 13px;
  }
  .thirdparty-info {
    max-width: 345px;
    width: 100%;
    margin-left: 0px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
  }
  .thirdparty-info li {
    text-align: left;
    display: block;
  }
  .thirdparty-info h2 {
    font-size: 18px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
  }
  .thirdparty-text {
    max-width: 345px;
    width: 100%;
    text-align: left;
    overflow: hidden;
  }
  .thirdparty-text a {
    max-width: 91.3%;
    height: 38px;
    background: #6393EC;
    border-radius: 2px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    margin: 12px 4.3% 30px;
  }
  .thirdparty-mb-info li {
    display: block;
    font-size: 12px;
    color: #666A75;
    line-height: 18px;
    list-style: disc;
    width: 291px;
    border: none;
    margin: 0 24px 8px 7%;
    text-align: left center;
    position: relative;
    background-color: #FFFFFF;
  }
  .thirdparty-mb-info {
    list-style-type: square;
    color: #0099ff;
    position: relative;
  }
  .dot {
    font-size: 40px;
    color: #A0A2A8;
    position: absolute;
    margin: auto;
    top: -1px;
    left: -12px;
  }
  .thirdparty-text li:last-child {
    margin-bottom: 20px;
  }
  .thirdparty-pic-box {
    max-width: 345px;
    width: 100%;
    height: 200px;
    background-image: url(../Images/productbase-cj_mb.png);
    background-repeat: no-repeat;
    margin-top: 29px;
  }
  .thirdparty-mb-title {
    font-size: 16px;
    color: #252B3A;
    width: 315px;
    text-align: justify;
    line-height: 20px;
    margin: 0 auto;
  }
}
@charset "utf-8";
.saas-package {
  padding-bottom: 50px;
  background: #F8F9FF;
}
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
  line-height: 0;
}
.wrapper:after {
  clear: both;
}
.package_whole {
  max-width: 1180px;
  width: 100%;
  margin: 0px auto;
}
.package-main-title {
  width: 145px;
  height: 50px;
  margin: 50px auto 10px auto;
  font-family: PingFangSC-Regular;
  font-size: 36px;
  color: #3B516A;
  text-align: center;
}
.package-second-title {
  width: 307px;
  height: 25px;
  margin: 0px auto;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #666A75;
  text-align: center;
  margin-bottom: 10px;
}
.package-body-block {
  margin-top: 20px;
  margin-right: 1.86440678%;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  max-width: 579px;
  height: 271px;
  width: 49.06779661%;
  float: left;
}
.package-body-block:hover {
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.4);
}
.package-body-block:nth-child(2n) {
  margin-right: 0px;
}
.package-body-block-left {
  max-width: 176px;
  width: 30.39723661%;
  height: 100%;
  float: left;
}
.package-body-block-image {
  height: 170px;
  width: 100%;
}
.package-body-block-left img {
  position: relative;
  left: 50%;
  top: 108px;
  transform: translate(-50%, -50%);
}
.package-body-block-left p {
  font-family: PingFangSC-Medium;
  font-size: 24px;
  color: #3B516A;
  text-align: center;
  display: inline-block;
  line-height: 33px;
  margin-left: 40px;
}
.package-body-block-middle {
  max-width: 1px;
  width: 0.51813472%;
  height: 195px;
  margin: 38px 0px;
  background: #E7E7E7;
  border: 1px solid #E7E7E7;
  float: left;
}
.package-body-block-right {
  max-width: 400px;
  width: 69.08462867%;
  height: 100%;
  padding: 30px 40px;
  float: left;
}
.package-body-block-ul {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #666A75;
  line-height: 22px;
}
.package-body-block-ul li {
  margin-bottom: 13px;
  list-style-type: disc;
}
.package-body-block-ul li:last-child {
  margin-bottom: 0px;
}
.package-body-mb {
  display: none;
}
.package-body-block-bottom {
  height: 39.81042654%;
  width: 100%;
  position: relative;
  padding-left: 2px;
  font-size: 80%;
}
.package-body-block-bottom p {
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 1em;
  color: #6393EC;
  letter-spacing: 0.51px;
  line-height: 1.21428571em;
  position: absolute;
  bottom: 0px;
  width: 62.5%;
  max-height: 33px;
}
.package-body-block-bottom span {
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #6393EC;
  letter-spacing: 0.99px;
  line-height: 33px;
  margin: 0 5px;
}
.package-body-block:nth-child(2n) .package-body-block-right .package-body-block-bottom span {
  font-family: SFNSDisplay;
  font-size: 1.57142857em;
  color: #6393EC;
  letter-spacing: -0.3px;
  line-height: 2em;
}
.package-body-block:nth-child(2n) .package-body-block-right .package-body-block-bottom p {
  font-family: PingFangSC-Regular;
  font-size: 1em;
  color: #666A75;
  letter-spacing: 0.51px;
  line-height: 1.57142857em;
}
#last-tip {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #666A75;
  line-height: 18px;
  position: absolute;
  bottom: -3px;
  height: 18px;
}
#last-tip1 {
  position: absolute;
  bottom: 20px;
}
.package-body-block-bottom input {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0.65px;
  text-align: center;
  max-width: 120px;
  width: 37.5%;
  max-height: 40px;
  height: 47.61904762%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  float: right;
  background: #6393EC;
  border-radius: 3px;
}
.package-body-block-bottom input:hover {
  box-shadow: 0 8px 16px 0 rgba(99, 147, 236, 0.5);
}
.package-foot {
  max-width: 1180px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  margin-top: 22px;
  float: left;
}
.package-foot-block {
  max-width: 417px;
  width: 35.33898305%;
  height: 85px;
  float: left;
}
.package-foot-middle {
  max-width: 3px;
  width: 0.25423729%;
  height: 51px;
  margin: 30px 0px 4px 0px;
  background: #E7E7E7;
  border: 1px solid #E7E7E7;
  float: right;
}
.package-foot-block:nth-of-type(2n+1) {
  max-width: 379px;
  width: 32.11864407%;
}
.package-foot-block:last-child {
  max-width: 384px;
  width: 32.54237288%;
}
.package-foot-block img {
  float: right;
  padding-top: 21px;
}
.package-foot-block p {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #3B516A;
  letter-spacing: 1.09px;
  line-height: 24px;
  float: right;
  padding: 20px 20.86330935% 17px 20px;
}
.package-foot-block span {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #6393EC;
  letter-spacing: 1.09px;
  line-height: 24px;
}
.package-foot-block:last-child p {
  padding-right: 28.90625%;
}
.package-foot-block:last-child span {
  font-family: PingFangSC-Regular;
  color: #002100;
}
.package-foot-block:last-child span:hover {
  color: #6393EC;
}
#foot-tip {
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: #3B516A;
  letter-spacing: 0.97px;
  line-height: 26px;
  float: right;
  padding: 32px 23.4828496% 27px 21px;
}
#foot-tip:hover {
  color: #6393EC;
}
@media (min-width: 1188px) {
  .package-body-block:nth-child(2n+1) {
    margin-right: 22px;
  }
  .package-body-block-bottom {
    font-size: 100%;
  }
}
@media (max-width: 1023px) {
  .package_whole {
    width: 768px;
  }
  .package-body-block {
    margin: 3px 6px 3px 15px;
    width: 366px;
  }
  .package-body-block:nth-child(2n) {
    margin-right: 15px;
    margin-left: 0px;
  }
  .package-main-title {
    width: 600px;
  }
  .package-body-block-left {
    max-width: 366px;
    width: 100%;
    height: 30.62730627%;
    float: none;
  }
  .package-body-block-image {
    height: 100%;
    width: 22.95081967%;
    float: left;
  }
  .package-body-block-left img {
    left: 40px;
    top: 40px;
  }
  .package-body-block-left p {
    font-family: AppleSystemUIFont;
    font-size: 16px;
    color: #252B3A;
    line-height: 20px;
    margin-left: 0px;
    float: left;
    margin-top: 32px;
  }
  .package-body-block-middle {
    display: none;
  }
  .package-body-block-right {
    max-width: 366px;
    width: 100%;
    height: 69.37269373%;
    padding: 0 15px 15px 25px;
  }
  .package-body-block-ul {
    padding-left: 6px;
  }
  .package-body-block-ul li {
    margin-bottom: 5px;
  }
  .package-body-block-bottom {
    height: 40.46242775%;
    font-size: 100%;
  }
  #last-tip {
    bottom: 0px;
  }
  .package-body-block-bottom input {
    width: 120px;
    height: 40px;
  }
  .package-foot {
    width: 748px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin: 17px 10px 50px 10px;
  }
  .package-foot-block {
    width: 239px;
    height: 88px;
  }
  .package-foot-middle {
    display: none;
  }
  .package-foot-block:nth-of-type(2n+1) {
    width: 224px;
  }
  .package-foot-block:last-child {
    width: 276px;
  }
  .package-foot-block img {
    padding-top: 20px;
  }
  .package-foot-block p {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 18px;
    width: 144px;
    padding: 24px 0 24px 15px;
  }
  .package-foot-block span {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
  }
  .package-foot-block:last-child p {
    width: 179px;
    padding-right: 35px;
  }
  .package-foot-block:last-child span {
    font-family: PingFangSC-Regular;
    color: #252B3A;
  }
  #foot-tip {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0px;
    line-height: 18px;
    float: right;
    padding: 35px 0px 35px 15px;
  }
}
@media (max-width: 767px) {
  .saas-package {
    padding-bottom: 0;
  }
  .wrapper {
    margin-top: 0px;
  }
  .package_whole {
    max-width: 375px;
    width: 100%;
  }
  .package-main-title {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    width: 80px;
    height: 26px;
    margin: 30px auto 5px auto;
  }
  .package-second-title {
    width: 238px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .package-body-block {
    margin: 5px 5.33333333%;
    max-width: 335px;
    width: 89.33333333%;
  }
  .package-body-block:nth-child(2n) {
    margin-left: 5.33333333%;
    margin-right: 5.33333333%;
  }
  .package-body-block-left {
    height: 25.34722222%;
  }
  .package-body-block-image {
    width: 20.14925373%;
  }
  .package-body-block-left img {
    left: 35px;
    top: 35px;
    width: 31px;
  }
  .package-body-block-left p {
    font-family: PingFangSC-Regular;
    margin-top: 26px;
  }
  .package-body-block-right {
    max-width: 366px;
    width: 100%;
    height: 74.65277778%;
    padding: 0 0px 30px 20px;
  }
  .package-body-block-ul {
    font-size: 12px;
    line-height: 18px;
    padding-left: 18px;
  }
  .package-body-mb {
    display: block;
  }
  .package-body-block-bottom {
    height: 52.97297297%;
    font-size: 100%;
    padding-left: 0px;
  }
  .package-body-block-bottom p {
    bottom: 50px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
  }
  .package-body-block-bottom span {
    font-size: 20px;
    letter-spacing: 0.73px;
    line-height: 26px;
  }
  .package-body-block:nth-child(2n) .package-body-block-right .package-body-block-bottom span {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    letter-spacing: 0.73px;
    line-height: 26px;
  }
  .package-body-block:nth-child(2n) .package-body-block-right .package-body-block-bottom p {
    font-size: 12px;
    letter-spacing: 0.44px;
    line-height: 18px;
    width: 100%;
  }
  .package-body-block:nth-child(2n) .package-body-block-right .package-body-block-bottom .package-body-mb span {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0.43px;
    text-align: center;
    line-height: 17px;
    text-decoration-line: underline;
    margin: 0;
  }
  .package-body-block:nth-child(2n) .package-body-block-right .package-body-block-bottom .package-body-mb p {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #2A0000;
    letter-spacing: 0.37px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    bottom: 8px;
    left: 38.80597015%;
    width: 121px;
  }
  .package-body-mb span {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0.43px;
    text-align: center;
    line-height: 17px;
    text-decoration-line: underline;
    margin: 0;
  }
  div.package-body-mb p {
    width: 121px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #2A0000;
    letter-spacing: 0.37px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    bottom: 8px;
    left: 38.80597015%;
  }
  #last-tip {
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666A75;
    line-height: 18px;
    position: absolute;
    bottom: 40px;
    letter-spacing: 0px;
  }
  #last-tip1 {
    position: absolute;
    bottom: 60px;
  }
  .package-body-block-bottom input {
    width: 90px;
    height: 32px;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
    left: 0px;
    float: left;
    border-radius: 2px;
  }
  .package-foot {
    width: 100%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0px;
    margin: 0;
  }
  .package-foot-block:nth-of-type(2n+1),
  .package-foot-block img {
    display: none;
  }
  .package-foot-block {
    width: 100%;
    background: #F8F9FF;
    height: 82px;
  }
  .package-foot-block p {
    width: 161px;
    padding: 0px;
    margin: 5px calc(50% - 80.5px) 30px;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0.73px;
    text-align: center;
    line-height: 21px;
  }
  .package-foot-block span {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666A75;
    letter-spacing: 0.73px;
    text-align: center;
    line-height: 21px;
    text-decoration: underline;
  }
}
@media (max-width: 350px) {
  .package-body-block:nth-child(2n) .package-body-block-right .package-body-block-bottom span {
    letter-spacing: 0px;
  }
}
.sass-partner .cf {
  content: '';
  display: block;
  clear: both;
}
.pc-pad-info {
  display: block;
}
.mb-info {
  display: none;
}
.sass-partner-container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 0px;
}
.partners-logoshow {
  margin-bottom: 20px;
}
.saas-partner {
  padding: 50px 0 0;
}
.wrap-list {
  width: 1000%;
}
.saas-partner-title {
  height: 46px;
  line-height: 46px;
  font-size: 36px;
  color: #34475F;
  text-align: center;
  font-weight: normal;
  margin: 0;
}
.saas-partner-smalltitle {
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  margin-top: 10px;
  color: #666A75;
  text-align: center;
}
.sass-partner-content {
  margin-top: 24px;
}
.sass-partner-slide {
  width: 1200px;
  position: relative;
  padding: 0;
}
.overhidden {
  overflow: hidden;
  padding: 0 10px 42px;
}
.sass-partner-slide .slide-list {
  display: block;
  float: left;
  max-width: 380px;
  width: 33.333%;
  margin-left: 20px;
  vertical-align: middle;
}
.sass-partner-slide .slide-list:nth-child(1) {
  margin-left: 0;
}
.sass-partner-slide .slide-list > a {
  display: block;
}
.sass-partner-slide .slide-list > a img {
  max-width: 100%;
  display: block;
}
.sass-partner-slide .slide-list > a:hover {
  z-index: 10;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.sass-partner-slide .slide-list .content-titles {
  padding: 20px 20px 32px 20px;
  background: #F9FBFF;
}
.sass-partner-slide .slide-list .list-t1 {
  font-size: 14px;
  color: #666A75;
  line-height: 22px;
  white-space: nowrap;
}
.sass-partner-slide .slide-list .list-t2 {
  font-size: 18px;
  width: 235px;
  color: #3B516A;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  margin: 10px 0px;
}
.sass-partner-slide .slide-list .list-t3 {
  font-size: 14px;
  color: #666A75;
  line-height: 22px;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
}
.slide-tab {
  position: absolute;
  height: 100%;
  width: 50px;
  top: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.slide-tab:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  display: block;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  border-color: rgba(0, 0, 0, 0.3);
}
.slide-tab:hover:before {
  border-color: #0D94FF;
}
.partner-next {
  right: -40px;
}
.partner-next {
  display: none;
}
.partner-next:before {
  margin-left: -15px;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.partner-pre {
  left: -40px;
  display: none;
}
.partner-next.active,
.partner-pre.active {
  display: block;
}
.partner-pre:before {
  margin-left: -5px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.partners-logoshow .a {
  width: 20%;
  float: left;
  height: 100px;
  position: relative;
}
.partners-logoshow .a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 140px;
  max-height: 60px;
  margin: auto;
}
.sass-partner-learn {
  font-size: 16px;
  color: #666A75;
  text-align: center;
  margin-bottom: 50px;
}
.sass-partner-learn span {
  letter-spacing: 0.58px;
}
.sass-partner-learn .arrow {
  margin-left: 6px;
  font-size: 12px;
  width: 13px;
  height: 15px;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  margin-bottom: 9px;
}
@media screen and (max-width: 1180px) {
  .overhidden {
    width: 100%;
  }
  .sass-partner-slide {
    width: 100%;
    padding: 0 50px;
  }
  .sass-partner-slide .slide-list {
    width: 3.33%;
  }
  .partner-next {
    right: 0;
  }
  .partner-pre {
    left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .sass-partner-slide {
    padding: 0;
  }
  .pc-pad-info {
    display: none;
  }
  .mb-info {
    display: block;
  }
  .saas-partner {
    padding: 30px 15px 0px;
    background-color: #fff;
  }
  .sass-partner-container {
    width: 100%;
    padding: 0 0px;
    margin-bottom: 0px;
    overflow: hidden;
  }
  .wrap-list {
    width: 100%;
  }
  .partner-slide-control {
    display: none;
  }
  .overhidden {
    padding-bottom: 0;
    width: 100%;
    padding: 0;
  }
  .saas-partner-title {
    font-size: 20px;
    color: #252B3A;
    height: auto;
    line-height: 26px;
  }
  .sass-partner-content {
    margin-top: 18px;
    padding-bottom: 10px;
  }
  .saas-partner-smalltitle {
    display: none;
  }
  .sass-partner-slide .slide-list .content-titles {
    background: #F7F8FF;
  }
  .sass-partner-slide .slide-list {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 100%;
  }
  .sass-partner-slide .slide-list > a {
    -webkit-box-shadow: 0 3px 8px 0 rgba(37, 43, 58, 0.1);
    box-shadow: 0 3px 8px 0 rgba(37, 43, 58, 0.1);
  }
  .sass-partner-slide .slide-list .list-t1 {
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    height: 18px;
    line-height: 18px;
  }
  .sass-partner-slide .slide-list .list-t2 {
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    width: 100%;
    height: auto;
    margin: 2px 0 0 0;
    line-height: 22px;
  }
  .sass-partner-slide .slide-list .list-t3 {
    display: none;
  }
  .sass-partner-slide .slide-list > a img {
    width: 100%;
    margin: auto;
  }
  .sass-partner-slide .slide-list .content-titles {
    padding: 10px 15px;
  }
  .partners-logoshow {
    padding: 0 15px;
    margin-top: 20px;
  }
  .partners-logoshow .a {
    width: 45%;
    float: left;
    height: 60px;
    margin-right: 5%;
    margin-top: 0;
    position: relative;
  }
  .partners-logoshow .a img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 40px;
    margin: auto;
  }
  .partners-logoshow a:nth-child(2n) {
    margin-right: 0;
  }
  .sass-partner-learn {
    font-size: 12px;
    color: #666A75;
    text-align: center;
    height: 18px;
    margin-top: 24px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .sass-partner-learn span {
    letter-spacing: 0;
  }
  .sass-partner-learn .arrow {
    margin-left: 6px;
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.saas-guide {
  background-color: #F8F9FF;
  padding-bottom: 50px;
  overflow: hidden;
}
.saas-title {
  font-family: PingFangSC-Regular;
  font-size: 36px;
  color: #34475F;
  text-align: center;
  margin-top: 50px;
}
.saas-title.second {
  font-size: 18px;
  color: #666A75;
  margin-top: 10px;
}
.saas-title.sub {
  font-size: 22px;
  color: #3B516A;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .saas-title.second {
    display: none;
  }
  .saas-guide {
    padding-bottom: 30px;
  }
  .saas-title {
    font-size: 20px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 26px;
  }
  .saas-title.sub {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .saas-title {
    font-size: 20px;
    color: #252B3A;
    line-height: 26px;
    margin-top: 30px;
  }
  .saas-title.sub {
    font-size: 14px;
    color: #666A75;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.saas-video .saas-wrapper {
  position: relative;
  max-width: 1236px;
  margin: 0 auto;
}
.saas-play-btn-white {
  border-color: transparent;
  background: rgba(255, 255, 255, 0.3);
}
.saas-play-btn-white i {
  color: white;
}
.saas-video-list-outer {
  position: relative;
  overflow: hidden;
  margin: 0 18px;
}
.saas-video-list {
  max-width: 1200px;
  width: 100%;
}
.saas-video-list li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  max-width: calc(25% - 20px);
  overflow: hidden;
}
.saas-video-list a {
  display: block;
  position: relative;
  background-color: grey;
  background-size: cover;
  cursor: pointer;
}
.saas-video-list .saas-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -30px;
  width: 40px;
  height: 30px;
  background-image: url(../Images/productbase-play.png);
  display: block;
}
.saas-video-list .saas-play-btn:hover {
  background-image: url(../Images/productbase-play-hover.png);
}
.saas-video-list .saas-play-btn:unhover {
  background-image: url(../Images/productbase-play.png);
}
.saas-video-img-bg {
  display: block;
  width: 100%;
}
.saas-video-img-bg:hover {
  transform: scale(1.2);
}
.saas-video-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 22px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
}
.saas-video-pre,
.saas-video-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  /*
  &.show {
    display: block;

    &.swiper-button-disabled {
      display: none;
    }
  }
  */
}
.saas-video-pre span,
.saas-video-next span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  border-top: solid 1px #95989D;
  border-right: solid 1px #95989D;
  transition: .2s;
}
.saas-video-pre:hover span,
.saas-video-next:hover span {
  border-color: white;
}
.saas-video-pre {
  left: 0px;
}
.saas-video-pre span {
  margin-left: 4px;
  transform: rotate(-135deg);
}
.saas-video-next {
  right: 0px;
}
.saas-video-next span {
  margin-left: -10px;
  transform: rotate(45deg);
}
.saas-video-pagination {
  display: none;
}
@media (max-width: 1023px) {
  .saas-video-list li {
    margin-left: 2.25px;
    margin-right: 2.250px;
    max-width: calc(33.33333333% - 4.5px);
  }
  .saas-video-list-outer {
    margin: 0 42px;
  }
  .saas-video-next span {
    margin-left: -25px;
  }
  .saas-video-pre span {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .saas-video-desc {
    font-size: 12px;
    text-align: justify;
    line-height: 18px;
  }
  .saas-video-list-outer {
    margin: 0 15px;
  }
  .saas-video-list {
    margin: 0;
  }
  .saas-video-list li {
    margin: 0;
    width: 100%;
    max-width: 768px;
  }
  .saas-video-pre,
  .saas-video-next {
    display: none;
  }
  .saas-video-pagination {
    position: static;
    display: block;
    margin-top: 15px;
    line-height: 4px;
  }
  .saas-video-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    vertical-align: middle;
  }
  .saas-video-pagination .swiper-pagination-bullet-active {
    background: #6393EC;
  }
}
.AGrid-row.gap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 36px);
}
.AGrid-row.gap.addc {
  margin-top: 0;
  margin-bottom: 0;
}
a.aui-tile {
  display: block;
  line-height: 24px;
  padding: 22px;
  background: url(../Images/productbase-support-left.jpg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  height: 90px;
}
a.aui-tile .foldIcon {
  transform: rotate(-90deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.aui-tile:hover {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
.aui-tile.hover .caption {
  color: #e41f2b;
  -webkit-transition: .2s;
  transition: .2s;
}
.aui-tile .caption {
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #3B516A;
  line-height: 22px;
  margin: 0 0 10px 8px;
  font-weight: 400;
  text-align: left;
}
.aui-tile .caption:hover {
  color: #6393EC;
}
.aui-tile .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #7D8690;
  text-align: left;
  line-height: 14px;
  margin-left: 8px;
}
.col-sm-4.col-pd-4.col-mb-12.sassdoc {
  padding: 0px 10px;
  max-width: 400px;
}
@media (max-width: 1023px) {
  .AGrid-row.gap.addc {
    width: 100%;
    padding: 0 12px;
    margin: 0;
  }
  a.aui-tile.aui {
    padding: 15px;
    height: auto;
    height: 71px;
  }
  a.aui-tile.aui .foldIcon {
    transform: rotate(0);
  }
  .aui-tile p.caption {
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
    color: #252B3A;
    letter-spacing: 0;
    line-height: 18px;
  }
  .aui-tile p.info {
    margin: 0;
    font-size: 12px;
    color: #666A75;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
  }
  .col-sm-4.col-pd-4.col-mb-12.sassdoc {
    padding: 0px 3px;
  }
}
@media (max-width: 767px) {
  a.aui-tile.aui {
    height: 76px;
    padding: 15px;
  }
  a.aui-tile.aui .foldIcon {
    transform: rotate(-90deg);
  }
  .aui-tile p.caption {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .aui-tile p.info {
    color: #666A75;
    line-height: 22px;
    margin: 0;
  }
  .col-sm-4.col-pd-4.col-mb-12.sassdoc {
    max-width: 768px;
    padding: 5px 0px;
  }
  .col-sm-4.col-pd-4.col-mb-12.sassdoc:first-child {
    padding-top: 0px;
  }
  .col-sm-4.col-pd-4.col-mb-12.sassdoc:last-child {
    padding-bottom: 0px;
  }
}
a.aui-tile {
  display: block;
  line-height: 24px;
  padding: 22px;
  background: url(../Images/productbase-developer-left.jpg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: .2s;
  transition: .2s;
  width: 100%;
}
a.aui-tile .foldIcon {
  transform: rotate(-90deg);
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
.aui-tile:hover {
  box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}
.aui-tile.hover .caption {
  color: #e41f2b;
  -webkit-transition: .2s;
  transition: .2s;
}
.aui-tile .caption {
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #3B516A;
  line-height: 22px;
}
.aui-tile .info {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  a.aui-tile.aui {
    padding: 15px;
    height: auto;
    height: 71px;
  }
  a.aui-tile.aui .foldIcon {
    transform: none;
  }
}
@media (max-width: 767px) {
  .AGrid-row.gap {
    padding-left: 15px;
    padding-right: 15px;
  }
  a.aui-tile.aui {
    height: 76px;
    padding: 15px;
  }
  a.aui-tile.aui .foldIcon {
    transform: rotate(-90deg);
  }
  .aui-tile p.caption {
    font-size: 16px;
    color: #252B3A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .aui-tile p.info {
    color: #666A75;
    line-height: 22px;
    margin: 0;
  }
}

/*# sourceMappingURL=index.css.map*/