  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .container-layout {
    width: 1200px;
    margin: 0 auto
  }

  .container {
    min-width: 320px;
    width: 100%
  }

  .platform .fade-enter-active, .platform .fade-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
  }

  .platform .fade-enter, .platform .fade-leave-to {
    opacity: 0
  }
  
  .platform .header {
	position: fixed;
    z-index: 100;
    width: 100%;
    height: 76px;
    background: #fff;
  }
  
  .platform .header-wrap {
    position: relative;
    width: 1200px;
    height: 76px;
    margin: 0 auto;
    font-size: 0;
  }
  
  .platform .clear:after {
    display: block;
    font-size: 0;
    content: '';
    clear: both;
    height: 0;
	overflow: hidden;
	visibility: hidden;
  }
  
  .platform .header .logo {
    position: relative;
    display: inline-block;
    width: 191px;
    height: 32px;
  }
  
  .header .logo img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
  }

  .platform .navigation {
    position: relative;
    width: 998px;
    display: inline-block;
	text-align: center;
  }
  
  .platform .navigation ul {
    text-align: left;
  }
  
  .navigation li {
    position: relative;
	display: inline-block;
  }
  
  .platform .navigation-link {
    font-size: 16px;
    line-height: 76px;
    position: relative;
    display: inline-block;
    zoom: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 76px;
    margin: 0 15px;
    vertical-align: middle;
    color: #333;
  }
  
  .platform .navigation-link.active {
    color: #1E68FF;
  }
  
  .platform .navigation-link-other:after {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    color: #1E68FF;
    background-color: #1E68FF;
  }
  
  .platform .navigation.pc .navigation-link-other:hover:after {
    -webkit-transform: scaleX(.65);
    -ms-transform: scaleX(.65);
    transform: scaleX(.65);
}
  
  .platform .navigation.pc .navigation-link-other:hover .navigation-link-drop {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    pointer-events: all;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .platform .navigation.pc .navigation-link-other .navigation-link-drop {
    left: 50%;
    margin-left: -65px;
  }
  
  .navigation-link-drop {
    font-size: 0;
    line-height: 1;
    position: absolute;
    top: 76px;
    left: -30px;
    overflow: hidden;
    width: 130px;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    pointer-events: none;
    z-index: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0 0 4px 4px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px 0 rgb(34 24 21 / 20%);
    box-shadow: 0 3px 10px 0 rgb(34 24 21 / 20%);
  }
  
  .navigation-link-drop a {
    font-size: 14px;
    line-height: 48px;
    position: relative;
    display: inline-block;
    width: 130px;
    height: 48px;
    text-align: center;
    text-decoration: none;
    color: #737373;
  }

  .platform .banner {
    width: 100%;
    height: 549px;
    position: relative;
    overflow: hidden;
	padding-top: 76px;
    background:-webkit-gradient(linear,left top,left bottom,from(#5356ff),to(#3311d0));
    background:-webkit-linear-gradient(#5356ff,#3311d0);
    background:-o-linear-gradient(#5356ff,#3311d0);
    background:linear-gradient(#5356ff,#3311d0);
    filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#5356ff, endcolorstr=#3311d0, gradientType=0)
  }
  
  .layout-bg{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:opacity 1s ease;-o-transition:opacity 1s ease;transition:opacity 1s ease;pointer-events:none;z-index:2;opacity:1}
  .layout-bg-circle{position:absolute;top:50%;left:50%;width:870px;height:870px;margin-top:-800px;margin-left:-1200px;-webkit-animation:circle 80s linear infinite;animation:circle 80s linear infinite;opacity:.05;border-radius:50%;background:#fff}
  .layout-bg-square{position:absolute;top:50%;left:50%;opacity:.03;border-radius:10px;background:#000;width:700px;height:700px;margin-top:-200px;margin-left:-420px;-webkit-transform:rotate(156deg);-ms-transform:rotate(156deg);transform:rotate(156deg);-webkit-animation:squareindex 60s linear infinite;animation:squareindex 60s linear infinite}
  .layout-bg-triangle{position:absolute;font-size:650px;margin-top:-150px;margin-left:1200px;-webkit-transform:rotate(26deg);-ms-transform:rotate(26deg);transform:rotate(26deg);-webkit-animation:triangle 100s linear infinite;animation:triangle 100s linear infinite;border-right:320px solid transparent;border-bottom:554.3px solid rgba(255,255,255,.05)}
  
  @-webkit-keyframes circle{0%,100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}25%{-webkit-transform:translate(160px,80px);transform:translate(160px,80px)}75%{-webkit-transform:translate(-160px,-80px);transform:translate(-160px,-80px)}}@keyframes circle{0%,100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}25%{-webkit-transform:translate(160px,80px);transform:translate(160px,80px)}75%{-webkit-transform:translate(-160px,-80px);transform:translate(-160px,-80px)}}@-webkit-keyframes square{0%,100%,50%{-webkit-transform:translate(0,0) rotate(56deg);transform:translate(0,0) rotate(56deg)}25%{-webkit-transform:translate(-120px,-80px) rotate(26deg);transform:translate(-120px,-80px) rotate(26deg)}75%{-webkit-transform:translate(120px,80px) rotate(86deg);transform:translate(120px,80px) rotate(86deg)}}@keyframes square{0%,100%,50%{-webkit-transform:translate(0,0) rotate(56deg);transform:translate(0,0) rotate(56deg)}25%{-webkit-transform:translate(-120px,-80px) rotate(26deg);transform:translate(-120px,-80px) rotate(26deg)}75%{-webkit-transform:translate(120px,80px) rotate(86deg);transform:translate(120px,80px) rotate(86deg)}}@-webkit-keyframes triangle{0%,100%,50%{-webkit-transform:translate(0,0) rotate(26deg);transform:translate(0,0) rotate(26deg)}25%{-webkit-transform:translate(-140px,-80px) rotate(54deg);transform:translate(-140px,-80px) rotate(54deg)}75%{-webkit-transform:translate(140px,80px) rotate(0);transform:translate(140px,80px) rotate(0)}}@keyframes triangle{0%,100%,50%{-webkit-transform:translate(0,0) rotate(26deg);transform:translate(0,0) rotate(26deg)}25%{-webkit-transform:translate(-140px,-80px) rotate(54deg);transform:translate(-140px,-80px) rotate(54deg)}75%{-webkit-transform:translate(140px,80px) rotate(0);transform:translate(140px,80px) rotate(0)}}@-webkit-keyframes squareindex{0%,100%,50%{-webkit-transform:translate(0,0) rotate(-156deg);transform:translate(0,0) rotate(-156deg)}25%{-webkit-transform:translate(-120px,-80px) rotate(-186deg);transform:translate(-120px,-80px) rotate(-186deg)}75%{-webkit-transform:translate(120px,80px) rotate(-126deg);transform:translate(120px,80px) rotate(-126deg)}}@keyframes squareindex{0%,100%,50%{-webkit-transform:translate(0,0) rotate(-156deg);transform:translate(0,0) rotate(-156deg)}25%{-webkit-transform:translate(-120px,-80px) rotate(-186deg);transform:translate(-120px,-80px) rotate(-186deg)}75%{-webkit-transform:translate(120px,80px) rotate(-126deg);transform:translate(120px,80px) rotate(-126deg)}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-40%,0,0);transform:translate3d(-40%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-40%,0,0);transform:translate3d(-40%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}

  .platform .banner .container-layout {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: url("../image/banner.png") top right no-repeat;
  }

  .platform .banner .container-layout .logo-pc {
    float: left;
    height: 35px;
    margin-top: 30px
  }

  .platform .banner .container-layout .title {
    font-size: 36px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
  }
  
  .platform .banner .consult-btn {
	color: #fff;
	font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	position: relative;
	cursor: pointer;
  }
  
  .platform .banner .consult-btn:hover .qrcode-img {
	top: 30px;
	opacity: 1;
  }
  
  .platform .banner .consult-btn .qrcode-img {
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: -100px;
    left: -8px;
    width: 136px;
    height: 144px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
  }

  .platform .banner .container-layout p.desc {
    text-align: left;
    font-size: 18px;
    font-family: PingFang SC;
    color: #fff;
    opacity: .9;
    margin-top: 34px
  }

  .platform .banner .container-layout p.dis1 {
    font-size: 18px;
    font-family: PingFang SC;
    color: #fff;
    opacity: .9;
    margin-top: 4px
  }

  .platform .banner ul {
    width: 100%;
    overflow: hidden;
    margin-top: 30px
  }

  .platform .banner ul li {
    line-height: 25px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 18px;
  }
  
  .platform-h5 .banner ul {
    overflow: hidden;
    margin: 30px 10px 0;
  }

  .platform-h5 .banner ul li {
    line-height: 25px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 16px;
	text-align: left;
  }
  
  .banner ul li:before {
	display: inline-block;
    width: 17px;
    height: 13px;
    margin-right: 12px;
    content: '';
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAANCAYAAABPeYUaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjJBNjNCRUQ5OEM2NzExRTdBRkNEQUQ3RDA1MzY3RUM1IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjJBNjNCRURBOEM2NzExRTdBRkNEQUQ3RDA1MzY3RUM1Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MkE2M0JFRDc4QzY3MTFFN0FGQ0RBRDdEMDUzNjdFQzUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MkE2M0JFRDg4QzY3MTFFN0FGQ0RBRDdEMDUzNjdFQzUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7nlcBzAAAA+klEQVR42oySzQoBURzF72g2Nt7C1trCM7DwCLyABxB5BS/gFSQhoRTS1LBA2YiywMJ3mXyNc+s/dd2uO079ajq3Off/cQ3XjpQZYxmwYN9KghY4Mh8FQBxMQB4EhbMwSIMYMP1CGP2cA1OQEM5NCklTqFIG2nEVfo2q20s+b7kJDv+EcL1AF3TAQ/KHYOD5uhBPfLBVqkzUmQY/5yEnfISYv/qgovBHfHB+lTigTSGi7uRZutXxcBs0wEU6m1HwlWn2b9EtG8nf0nbWqnfiaQdSIApWgn8DdVCSA8RKnqAICtIzf4Mxrdr51bdJa8pSn6KWoEfVafURYACscUwAvSQweAAAAABJRU5ErkJggg==) center no-repeat;
  }

  .platform .banner .container-layout p.btn {
    width: 185px;
    height: 52px;
    border-radius: 4px;
    margin-top: 40px;
    text-align: center;
    line-height: 52px;
    font-size: 18px;
    cursor: pointer;
    color: #714400;
    background-color: #FDCF31;
  }

  .platform .banner .container-layout p.btn:hover {
	opacity: .8;
  }

  .platform .module-title {
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 400;
    text-align: center;
    color: #262626;
    position: relative;
  }

  .platform .module-title:before {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #FDCF31;
    border-radius: 2px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
  }

  .platform .input-layout {
    width: 509px;
    height: 48px;
    border-radius: 4px;
    background-color: #fff;
    margin: 0 auto;
    position: relative
  }

  .platform .input-layout input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding-left: 17px;
    border-radius: 4px
  }

  .platform .input-layout input::-webkit-input-placeholder {
    font-size: 16px;
    color: #999
  }

  .platform .input-layout input::-moz-placeholder {
    font-size: 16px;
    color: #999
  }

  .platform .input-layout input::-ms-input-placeholder {
    font-size: 16px;
    color: #999
  }

  .platform .input-layout input::placeholder {
    font-size: 16px;
    color: #999
  }

  .platform .input-layout input.error {
    color: red
  }

  .platform .input-layout span {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 122px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    background-color: #4552ff;
    color: #fff;
    cursor: pointer;
    border-radius: 0 4px 4px 0
  }

  .platform .input-layout span:hover {
    background: #5267fc
  }

  .platform .pptel {
    width: 409px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    font-size: 18px
  }

  .platform .pptel span {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 159px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
	font-size: 16px;
	color: #7D4F09;
	background: rgba(255, 255, 255, 0.41);
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.65);
  }

  .platform .pptel span:hover {
    background: rgba(255, 255, 255, 0.6);
  }

  .platform .advantage {
    overflow: hidden
  }

  .platform .advantage .module-title {
    margin-top: 100px
  }

  .platform .advantage ul {
    margin-top: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }

  .platform .advantage ul li {
    width: 254px;
    height: 290px;
    text-align: center
  }

  .platform .advantage ul li img {
    width: 99px;
    height: 131px;
    margin: 0 auto
  }

  .platform .advantage ul li .title {
    font-size: 20px;
    color: #262626;
    text-align: center;
    margin: 23px auto
  }

  .platform .advantage ul li .desc {
    font-size: 14px;
    color: #8c8c8c;
    text-align: left
  }

  .mt-12 {
    margin-top: 12px
  }

  .platform .advantage .btn {
    width: 228px;
    height: 46px;
    line-height: 46px;
    background: #FDCF31;
    border-radius: 4px;
    text-align: center;
    color: #7D4F09;
    margin: 73px auto 0;
    font-size: 16px;
    cursor: pointer
  }

  .platform .advantage .btn:hover {
    opacity: 0.8;
  }

  .platform .module-list .module-title {
    margin-top: 100px
  }

  .platform .module-list .module-content {
    width: 100%;
    height: 402px;
    padding-bottom: 2px
  }

  .platform .module-list .module-content .module-box {
    width: 1100px;
    height: 400px;
    margin: 78px auto 43px;
    border-radius: 5px 5px 0 0;
    background-color: #fff;
	position: relative;
  }
  
  .platform .module-list .module-content .module-box .shadow {
	position: absolute;
	top: 110px;
	left: 330px;
    width: 440px;
    height: 181px;
    border-radius: 8px;
    background: rgba(0, 15, 185, 0.7);
	color: #fff;
	padding: 24px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .platform .module-list .module-content .module-box .shadow .shadow-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 33px;
  }
  
  .platform .module-list .module-content .module-box .shadow .line {
    width: 45px;
    height: 4px;
    background: #FFEC3D;
	margin: 10px 0 8px 0;
  }
  
  .platform .module-list .module-content .module-box .shadow .desc {
	font-size: 16px;
	line-height: 26px;
	text-align: center;
  }

  .platform .module-list .module-content .module-box:first-child {
    background: url("../image/module_1.png") 50% no-repeat
  }

  .platform .module-list .module-content .module-box:nth-child(2) {
    background: url("../image/module_2.png") 50% no-repeat
  }

  .platform .module-list .module-content .module-box:nth-child(3) {
    background: url("../image/module_3.png") 50% no-repeat
  }

  .platform .module-list .module-content .module-box:nth-child(4) {
    background: url("../image/module_4.png") 50% no-repeat
  }

  .platform .module-list .module-content .module-box:nth-child(5) {
    background: url("../image/module_5.png") 50% no-repeat
  }

  .platform .module-list .module-content .module-box:nth-child(6) {
    background: url("../image/module_6.png") 50% no-repeat
  }

  .platform .module-list .module-tabs {
    height: 80px;
    width: 100%;
    background: #f8f9fc;
    padding-top: 43px
  }

  .platform .module-list .module-tabs ul {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f8f9fc
  }

  .platform .module-list .module-tabs ul li {
    width: 186px;
    height: 50px;
    line-height: 50px;
    color: #595959;
    font-size: 18px;
    padding-left: 53px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-repeat: no-repeat
  }

  .platform .module-list .module-tabs ul li:first-child {
    background: url("../image/module_tab_1.png") no-repeat 20px/20px 20px;
  }

  .platform .module-list .module-tabs ul li:first-child.act {
    background: url("../image/module_tab_1_act.png") no-repeat 20px/20px 20px;
    background-color: #e9efff;
    border-bottom: 4px solid #426aff;
    border-radius: 4px 4px 2px 2px
  }

  .platform .module-list .module-tabs ul li:nth-child(2) {
    background: url("../image/module_tab_2.png") no-repeat 20px/20px 20px;
  }

  .platform .module-list .module-tabs ul li:nth-child(2).act {
    background: url("../image/module_tab_2_act.png") no-repeat 20px/20px 20px;
    background-color: #e9efff;
    border-bottom: 4px solid #426aff;
    border-radius: 4px 4px 2px 2px
  }

  .platform .module-list .module-tabs ul li:nth-child(3) {
    background: url("../image/module_tab_3.png") no-repeat 20px/20px 20px;
  }

  .platform .module-list .module-tabs ul li:nth-child(3).act {
    background: url("../image/module_tab_3_act.png") no-repeat 20px/20px 20px;
    background-color: #e9efff;
    border-bottom: 4px solid #426aff;
    border-radius: 4px 4px 2px 2px
  }

  .platform .module-list .module-tabs ul li:nth-child(4) {
    background: url("../image/module_tab_4.png") no-repeat 20px/20px 20px;
  }

  .platform .module-list .module-tabs ul li:nth-child(4).act {
    background: url("../image/module_tab_4_act.png") no-repeat 20px/20px 20px;
    background-color: #e9efff;
    border-bottom: 4px solid #426aff;
    border-radius: 4px 4px 2px 2px
  }

  .platform .module-list .module-tabs ul li:nth-child(5) {
    background: url("../image/module_tab_5.png") no-repeat 20px/20px 20px;
  }

  .platform .module-list .module-tabs ul li:nth-child(5).act {
    background: url("../image/module_tab_5_act.png") no-repeat 20px/20px 20px;
    background-color: #e9efff;
    border-bottom: 4px solid #426aff;
    border-radius: 4px 4px 2px 2px
  }

  .platform .module-list .module-tabs ul li:nth-child(6) {
    background: url("../image/module_tab_6.png") no-repeat 20px/20px 20px;
  }

  .platform .module-list .module-tabs ul li:nth-child(6).act {
    background: url("../image/module_tab_6_act.png") no-repeat 20px/20px 20px;
    background-color: #e9efff;
    border-bottom: 4px solid #426aff;
    border-radius: 4px 4px 2px 2px
  }

  .platform .function-list {
    background: #f8f9fc;
    padding-bottom: 93px
  }

  .platform .function-list .module-title {
    padding-top: 80px
  }

  .platform .function-list .function-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 84px
  }

  .platform .function-list .function-content .item {
    position: relative;
    width: 220px;
    height: 260px;
    -webkit-box-shadow: 0 0 23px 1px rgba(27, 31, 40, .06);
    box-shadow: 0 0 23px 1px rgba(27, 31, 40, .06);
    margin-bottom: 22px;
    background: #fff;
    padding: 32px 43px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
  }

  .platform .function-list .function-content .item img {
    width: 134px;
    height: 160px
  }

  .platform .function-list .function-content .item .title {
    font-size: 18px;
    color: #262626;
    text-align: center
  }

  .function-list .function-content .item .hover-shade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background-color: rgba(72, 112, 255, .8)
  }

  .function-list .function-content .item .hover-shade p {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }
  
  .platform-h5 .function-list .function-content .item .hover-shade {
    font-size: 12px;
    line-height: 16px;
  }
  
  .platform-h5 .function-list .function-content .item .hover-shade p {
    padding: 0;
  }

  .platform .function-list .function-content .item:nth-child(7) img, .platform .function-list .function-content .item:nth-child(8) img, .platform .function-list .function-content .item:nth-child(13) img {
    margin-left: -10px
  }

  .platform .function-list .function-content .item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all .3s;
    transition: all .3s
  }

  .platform .function-list .btn {
    width: 228px;
    height: 46px;
    line-height: 46px;
    background: #FDCF31;
    border-radius: 4px;
    text-align: center;
    color: #7D4F09;
    margin: 73px auto 0;
    font-size: 16px;
    cursor: pointer
  }

  .platform .function-list .btn:hover {
    opacity: 0.8;
  }

  .platform .product {
    padding-bottom: 89px
  }

  .platform .product .module-title {
    margin-top: 97px;
    margin-bottom: 76px
  }

  .platform .product .product-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .platform .product .product-content .product-tabs {
    width: 238px;
    height: 397px;
    margin-right: 88px;
    border-left: 2px solid #e2e4e6
  }

  .platform .product .product-content .product-tabs ul li {
    width: 100%;
    height: 100px;
    font-size: 20px;
    color: #595959;
    line-height: 100px;
    padding-left: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
  }

  .platform .product .product-content .product-tabs ul li.act {
    color: #3574ff;
    background: #e9efff;
    border-left: 4px solid #426aff;
    margin-left: -1px
  }

  .platform .product .product-content .content-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 438px
  }

  .platform .product .product-content .content-container .title {
    font-size: 24px;
    color: #273045;
    margin-bottom: 10px;
  }

  .platform .product .product-content .content-container ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 16px;
    color: #595959
  }

  .platform .product .product-content .content-container ul li img {
    width: 67px;
    height: 64px;
    margin-right: 33px
  }

  .platform .product .product-content .content-container ul li div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .platform .product .product-content .content-container ul li div .subTitle {
    font-size: 20px;
    color: #273045;
    margin-bottom: 5px;
  }

  .platform .product .product-content .content-container ul li div .text {
    font-size: 16px;
    color: #595959;
  }

  .platform .product .product-content .content-container .ul1 li, .platform .product .product-content .content-container .ul3 li {
    margin-bottom: 60px;
  }

  .platform .product .product-content .content-container .ul0 li:nth-child(2), .platform .product .product-content .content-container .ul0 li:nth-child(3) {
    margin-bottom: 10px;
  }

  .platform .product .product-content .content-container .ul0 li:nth-child(4) {
    margin-bottom: 40px;
  }

  .platform .product .product-content .content-container .ul2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .platform .product .product-content .content-container .ul2 li {
    width: 50%;
  }
  
  .platform .product .product-content .content-container .ul2 li:first-child {
    width: 100%;
  }

  .platform .product .product-content .content-container .ul2 li:nth-child(2), .platform .product .product-content .content-container .ul2 li:nth-child(3) {
    margin-top: 80px;
    margin-bottom: 75px;
  }

  .platform .product .product-content .content-container .ul2 li .text {
    font-size: 20px
  }
  
  .el-carousel__item, .el-carousel__mask {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
  }

  .el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0
  }

  .el-carousel__item.is-active {
    z-index: 2
  }

  .el-carousel__item--card, .el-carousel__item.is-animating {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
  }

  .el-carousel__item--card {
    width: 50%
  }

  .el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: 1
  }

  .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask, .el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
    opacity: .12
  }

  .el-carousel__item--card.is-active {
    z-index: 2
  }

  .el-carousel__mask {
    width: 100%;
    background-color: #fff;
    opacity: .24;
    -webkit-transition: .2s;
    transition: .2s
  }
  .el-carousel {
    position: relative
  }

  .el-carousel--horizontal {
    overflow-x: hidden
  }

  .el-carousel--vertical {
    overflow-y: hidden
  }

  .swiper-slide {
    position: relative;
    height: 300px
  }
  
  .swiper-container {
	padding-bottom: 30px;
  }
  
  .swiper-container .swiper-pagination {
	bottom: 12px !important;
  }

  .swiper-container:hover button {
    opacity: .64
  }

  .swiper-container button {
    background-color: transparent;
    opacity: .24;
	border: none;
  }

  .carousel-arrow-left-enter, .carousel-arrow-left-leave-active {
    -webkit-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    opacity: 0
  }

  .carousel-arrow-right-enter, .carousel-arrow-right-leave-active {
    -webkit-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
    opacity: 0
  }

  .platform .partner-case {
    overflow: hidden;
    width: 100%;
    background-color: #f8f9fc;
  }

  .platform .partner-case .module-title {
    margin-top: 103px;
    margin-bottom: 78px
  }

  .platform .partner-case .el-carousel__item {
    border-radius: 4px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 1px rgba(27, 31, 40, .08);
    box-shadow: 0 0 10px 1px rgba(27, 31, 40, .08)
  }

  .platform .partner-case .video {
    height: 100%;
    width: 100%;
    position: relative
  }

  .platform .partner-case .video .shade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 11
  }

  .platform .partners {
    overflow: hidden
  }

  .platform .partners img {
    margin: 46px auto 85px;
    width: 1200px;
    height: 380px
  }

  .platform .free-trial {
    height: 252px;
    width: 100%;
    background: url("../image/free_trial_bg.png") bottom no-repeat;
    background-size: cover;
    overflow: hidden
  }

  .platform .free-trial p {
    margin: 71px auto 43px;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    text-align: center
  }

  .platform .qxb-info {
    background-color: #fafafa;
    border-top: 1px solid #e4e4e4;
    text-align: center;
    padding-bottom: 90px
  }

  .platform .qxb-info a {
    color: #666;
    text-decoration: none
  }

  .platform .qxb-info a:hover {
    color: #FDCF31
  }

  .platform .qxb-info .copyright {
    height: 60px;
    line-height: 60px;
    background-color: #f0f0f0
  }

  .platform .qxb-footer {
    height: 90px;
    width: 100%;
    background-color: #FDCF31;
    color: #7D4F09;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999
  }

  .platform .qxb-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px
  }

  .platform .qxb-footer ul li .num {
    font-size: 20px;
    font-weight: 700
  }

  .platform .qxb-footer ul li .txt {
    font-size: 16px
  }

  .platform .qxb-footer ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
  }
  
  .platform .qxb-footer ul li .consult-btn {
	position: relative;
	cursor: pointer;
  }
  
  .platform .qxb-footer ul li .consult-btn:hover .qrcode-img {
	top: -140px;
	opacity: 1;
  }
  
  .platform .qxb-footer ul li .consult-btn .qrcode-img {
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: -100px;
    left: -20px;
    width: 136px;
    height: 144px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
  }

  .platform .qxb-footer ul li a p {
    height: 33px;
    line-height: 36px;
    color: #fff
  }

  .platform .qxb-footer ul li a p:hover {
    color: #fff
  }

  .platform .qxb-footer ul li:first-child {
    padding-left: 180px;
    position: relative
  }

  .platform .qxb-footer ul li:first-child::before {
    content: "";
    display: block;
    width: 134px;
    height: 150px;
    background: url("../image/bottom_bg.png") 50% no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 1
  }
  .consult-box {
    position: fixed;
    right: 8px;
    top: 40%;
    z-index: 9999;
    -webkit-box-shadow: 0 4px 15px 2px rgba(0, 0, 0, .18039);
    box-shadow: 0 4px 15px 2px rgba(0, 0, 0, .18039)
  }

  .wxBox {
    width: 144px
  }

  .consult-box ul li {
    cursor: pointer;
    padding-top: 8px;
    height: 69px;
    width: 64px;
    background: hsla(0, 0%, 100%, .8);
    color: #1e68ff;
  }

  .consult-box ul li:nth-child(2):hover .dh, .consult-box ul li:nth-child(2):hover .wxBox {
    display: block
  }

  .dh {
    left: -164px;
    padding: 15px;
    display: none;
    width: 162px;
    height: 64px;
    background-color: #fff;
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    position: absolute;
    top: 72px;
  }

  .dh h4 {
    color: #666
  }

  .dh span {
    font-size: 18px !important;
    color: #ff6a00 !important;
    text-align: left !important;
    text-align: initial !important
  }

  .wxBox {
    left: -107px;
    padding: 12px;
    display: none;
    width: 105px;
    height: 128px;
    background-color: #fff;
    position: absolute;
    top: 64px
  }

  .wxBox img {
    width: 82px;
    height: 83px;
    margin-top: 2px
  }

  .consult-box ul li p {
    text-align: center;
    font-size: 14px;
    color: #1e68ff;
	line-height: 22px;
  }

  .consult-box ul li:hover {
    background: #ff6a00
  }

  .consult-box ul li span {
    display: block;
    text-align: center;
	height: 32px;
  }

  .consult-box ul li:hover span {
    color: #fff
  }

  .consult-box ul li span img {
    width: 24px;
	height: auto;
  }
  
  .consult-box ul li:first-child span {
    background: url("../image/btn_consult.png") no-repeat 20px/24px 24px;
  }
  
  .consult-box ul li:nth-child(2) span {
	background: url("../image/btn_phone.png") no-repeat 20px/24px 24px;
  }
  
  .consult-box ul li:nth-child(3) span {
    background: url("../image/btn_try.png") no-repeat 20px/24px 24px;
  }
  
  .consult-box ul li:nth-child(4) span {
    background: url("../image/btn_top.png") no-repeat 20px/24px 24px;
  }
  
  .consult-box ul li:first-child:hover span {
    background: url("../image/btn_consult_w.png") no-repeat 20px/24px 24px;
  }
  
  .consult-box ul li:nth-child(2):hover span {
    background: url("../image/btn_phone_w.png") no-repeat 20px/24px 24px;
  }
  
  .consult-box ul li:nth-child(3):hover span {
    background: url("../image/btn_try_w.png") no-repeat 20px/24px 24px;
  }
  
  .consult-box ul li:nth-child(4):hover span {
    background: url("../image/btn_top_w.png") no-repeat 20px/24px 24px;
  }

  .consult-box ul li:hover p {
    text-align: center;
    color: #fff
  }

  .consult-box ul li h4 {
    text-align: center;
    margin-top: -5px;
    font-size: 14px;
    color: #1e68ff;
  }

  .wechatQrcodePopup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 99999
  }

  .wechatQrcodePopup .qrcodeBox {
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .wechatQrcodePopup .qrcodeBox .wechatPopupClose {
    width: 25px;
    height: 25px;
    position: absolute;
    right: -25px;
    top: -81px
  }

  .wechatQrcodePopup .qrcodeBox .qrcode {
    width: 240px;
    height: 240px;
    background: #fff;
    padding: 10px;
    opacity: 1
  }

  .wechatQrcodePopup .qrcodeBox .qrcode img {
    display: block;
    width: 100%;
    height: 100%
  }

  .wechatQrcodePopup span {
    margin-top: 25px;
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #fff;
    line-height: 24px;
    text-align: center
  }

  @media only screen and (min-width: 320px) and (max-width: 480px) {
	.header {
	  height: 60px;
	}
	
	.header .header-wrap {
	  -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
	  height: 60px;
      padding: 0;
      line-height: 60px;
      font-size: 0;
	}
	
	.header .header-wrap .logo {
      margin: 0;
      height: 50px;
      float: none;
      vertical-align: top;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 5px 0 16px;
      background: #fff;
      z-index: 999;
	}
	
	.header .header-wrap .logo img {
      width: 84px;
	}
	
	.header .header-wrap .navigation {
      position: relative;
      width: 100%;
      height: 60px;
      text-align: left;
      float: none;
      display: inline-block;
      z-index: 998;
      -webkit-overflow-scrolling: touch;
	  overflow-y: hidden;
	}
	
	.header .header-wrap .navigation .navigation-mob-wrap {
      height: 430px;
      overflow-x: scroll;
      padding-left: 132px;
	}
	
	.header .header-wrap .navigation .navigation-mob-wrap::-webkit-scrollbar {
	  display: none;
	}

	.header .header-wrap .navigation ul {
	  width: 535px;
	  height: 60px;
      position: relative;
      right: 0;
	}

	.header .header-wrap .navigation ul li {
      margin-right: 35px;
	  height: 60px;
	}

	.header .header-wrap .navigation-link {
      font-size: 14px;
      line-height: 60px;
      height: 60px;
      margin: 0;
      color: inherit;
	}
	
	.header .header-wrap .navigation ul .navigation-link-other .show-drop {
	  opacity: 1;
	  z-index: 2;
	  display: block;
	}

	.header .header-wrap .navigation ul .navigation-link-other .hide-drop {
	  display: none;
	}
	
	.header .header-wrap .navigation-link-other .navigation-link-drop {
	  position: absolute;
      z-index: -1;
      top: 57px;
      left: 50%;
      overflow: inherit;
      width: 160px;
      border: 1px solid #e3e3e3;
      border-radius: 6px;
      pointer-events: all;
      opacity: 0;
      -webkit-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
      transform: translate(-50%,0);
	}
	
	.header .header-wrap .navigation-link-other .navigation-link-drop:before {
      position: absolute;
      top: -7px;
      left: 50%;
      width: 12px;
      height: 12px;
      margin-left: -8px;
      content: '';
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid #e3e3e3;
      border-left: 1px solid #e3e3e3;
      background-color: #fff;
	}
	
	.header .header-wrap .navigation-link-other .navigation-link-drop a {
      display: block;
      width: 100%;
      height: 45px;
      margin: auto;
      border-bottom: 1px solid #f5f5f5;
	}
	
	.header .header-wrap .navigation-link-other:nth-child(4)::after, .header .header-wrap .navigation-link-other:nth-child(7)::after {
      position: absolute;
      top: 28px;
      right: -12px;
      display: block;
      width: 0;
      height: 0;
      content: '';
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
      border-top: 4px solid #cbcbcb;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
      background-color: inherit;
      left: initial;
      -webkit-transform: initial;
      -ms-transform: initial;
      transform: initial;
	}
	
	.header .header-wrap .navigation ul .navigation-link-other.active:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      border-top: 4px solid #4db79e;
      border-right: 4px solid transparent;
      border-left: 4px solid transparent;
	}
	
	.header .header-wrap .navigation .navigation-mob-wrap {
      height: 430px;
      overflow-x: scroll;
      padding-left: 132px;
	}
	
	.header .header-wrap .navigation .mobile-arrow {
      display: block;
      position: absolute;
      width: 76px;
      height: 60px;
      right: 0;
      top: 0;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJgAAAB4CAMAAAA5WMuRAAAA3lBMVEX/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////zi7/0jz//fb/77j/5pP/2Ff/0DT/6Jv/+OD/8sn/66r/3Wv/1Ef/33X/3nFTgvhtAAAAOnRSTlP38+7k2c/Bt6yVcUtEPTYvJh0YEwwI/Prq6ODd08rGvLGmop6aj4uHg397d2xoZGBcWVVRKyIPBQMBjvjMlAAAAVhJREFUeNrt2VduwzAQhGG5926n99579ZKiJLfk/hfKSw4QA0nwP8ye4IMgUcuZ6P3tdTQaDl8Gg36/13vudp86nXa71Wo2G43Hh/u725vrq3r98uL87PTkuFY7OjzYr1b3KpXdcnlnu1TaKhY3NwqF9bV8PpeLotWV8S+NYIIJJphgggkmmGCCCSaYYIIJJphgggkmGA7mp9lHsnD241n8B8zH89SWnb+H+eDMjAebOTMgbJKYEWGxMyQsM0PCgjFhmTFhsTFhkxQKS4wJmxkT5h0UlhkT5h0UFhsUNofCfAqFTQ0KC1TYJxWWUGGOCkupMKPCsE8M+45hv0rsOYY9+bH/Sux2gd3HuBssducfByoMe6/E3sS52QU37cHmY9xEkZvBclNrbs7PbUa4XRK4feP2ld8NbwA2vOROXDDBBBNMMMEEE0wwwQQTTDDBBBNMMMEEW2a+APv7J74ubSaiAAAAAElFTkSuQmCC);
      background-repeat: no-repeat;
      background-size: contain;
      z-index: 2;
	}
	
	.header .header-wrap .navigation .mobile-arrow .arrow {
      width: 76px;
      height: 10px;
      margin: 25px 0;
	}
	
	.header .header-wrap .navigation .mobile-arrow .arrow .arrow1 {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATCAYAAACp65zuAAAAc0lEQVQokY3SsQrCUAwF0NT+q1/h5CB0cFBQcCj0T49DUUp5fUkg2yGQ5AauiKzDWrcqhKkK4Y6hAuHRwi0Irz0+gvDZ4h6EGacKhAXjAJHXuTJxxpjB/0I9+FbY+qlwx+Yb9/AwGFvYjdoPpuENXDKE+AI/gXBA6VwSagAAAABJRU5ErkJggg==);
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      left: 52px;
	}
	
	.header .header-wrap .navigation .mobile-arrow .arrow .arrow2 {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATBAMAAABbxYHdAAAAKlBMVEX///8AAAD///////////////////////////////////////////////+VfPoGAAAADnRSTlOzAAeTDISKfXVuXRJmZfHXq/0AAAA7SURBVAjXY1goCAQMvGCSYSKY5FAEkQxFYJJVEUQypIBJZkcGELAGk6wQNkI8BaG+CGIO3EwekPkQuwDJ+QgN+Wo+OgAAAABJRU5ErkJggg==);
      -webkit-animation-delay: .3s;
      animation-delay: .3s;
      left: 59px;
	}
	
	.header .header-wrap .navigation .mobile-arrow .arrow .arrow3 {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATBAMAAABbxYHdAAAAJ1BMVEX///8AAAD///////////////////////////////////////////8wxMEwAAAADXRSTlOAAGpTCARgZFtLRA4L9y/zHwAAADlJREFUCNdjWCgIBAycYJLBEEwyB4JIhlYwyeYIIhlKwCTTQQYQ0AaTbBA2QrwEob4VYY4h3HyIXQD9lwkDWlv35QAAAABJRU5ErkJggg==);
      -webkit-animation-delay: .6s;
      animation-delay: .6s;
      left: 66px;
	}
	
	.header .header-wrap .navigation .mobile-arrow .arrow span {
      display: inline-block;
      width: 5px;
      height: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      -webkit-animation: arrowsmove 1.5s infinite;
      animation: arrowsmove 1.5s infinite;
      opacity: 0;
	}
  
    .m-container {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 9999
    }

    .m-container .nav-list {
      height: 44px;
      background-color: rgba(0, 0, 0, .7);
      padding-left: 22px
    }

    .m-container .nav-list > li {
      color: #fff;
      font-size: 9px;
      text-align: center;
      opacity: .8
    }

    .m-container .nav-list > li + li {
      margin-left: 32px
    }

    .m-container .btn {
      width: 120px;
      height: 44px;
      line-height: 44px;
      font-size: 16px;
      text-align: center
    }

    .m-container .btn:hover {
      text-decoration: none
    }

    .m-container .btn-custom {
      background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#09063c));
      background-image: linear-gradient(0deg, #000, #09063c);
      border: 1px solid #15a27b;
      color: #fff;
      font-size: 14px;
      line-height: normal;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
    }

    .m-container .to-top-icon {
      position: fixed;
      background-color: rgba(0, 0, 0, .7);
      width: 34px;
      height: 34px;
      border: 1px solid #979797;
      border-radius: 50%;
      right: 15px;
      bottom: 84px;
      color: #fff;
      line-height: 32px;
      text-align: center
    }
  }
  
  .platform-h5 .fade-enter-active, .platform-h5 .fade-leave-active {
    -webkit-transition: opacity .5s;
    transition: opacity .5s
  }

  .platform-h5 .fade-enter, .platform-h5 .fade-leave-to {
    opacity: 0
  }

  .platform-h5 .input-layout {
    width: 330px;
    height: 44px;
    border-radius: 6px;
    background-color: #fff;
    margin: 0 6px;
    position: relative
  }

  .platform-h5 .input-layout input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    padding-left: 10px;
    border-radius: 6px
  }

  .platform-h5 .input-layout input::-webkit-input-placeholder {
    font-size: 14px;
    color: #999
  }

  .platform-h5 .input-layout input::-moz-placeholder {
    font-size: 14px;
    color: #999
  }

  .platform-h5 .input-layout input::-ms-input-placeholder {
    font-size: 14px;
    color: #999
  }

  .platform-h5 .input-layout input::placeholder {
    font-size: 14px;
    color: #999
  }

  .platform-h5 .input-layout input.error {
    color: red
  }

  .platform-h5 .input-layout span {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 110px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    background-color: #4552ff;
    color: #fff;
    cursor: pointer;
    border-radius: 0 4px 4px 0
  }

  .platform-h5 .module-title {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: relative
  }

  .platform-h5 .module-title:before {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
  }

  .platform-h5 .container30 {
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }

  .platform-h5 .container27 {
    padding: 0 7%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }

  .platform-h5 .container15 {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }

  .platform-h5 .container10 {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }

  .platform-h5 .banner {
    width: 100%;
    height: 698px;
    background: url("../image/banner_h5.png") top no-repeat;
    background-size: cover;
    position: relative
  }

  .platform-h5 .banner .logo-h5 {
    height: 25px;
    margin: 24px 0 0 20px;
  }
  
  .platform-h5 .banner .container15 .title {
    font-size: 22px;
    font-family: PingFang SC;
    color: #fff;
    padding-top: 40px;
  }

  .platform-h5 .banner .container15 .desc {
    padding: 0 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 24px;
    opacity: .9;
    margin-top: 20px
  }

  .platform-h5 .banner .container15 .desc .yellow {
    color: #ff0
  }

  .platform-h5 .banner .container15 .input-layout {
    position: absolute;
    bottom: 43px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .platform-h5 .advantage {
    width: 100%;
    background-color: #426aff;
    overflow: hidden
  }

  .platform-h5 .advantage .module-title {
    margin-top: 45px
  }

  .platform-h5 .advantage ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 38px;
    padding-bottom: 40px
  }

  .platform-h5 .advantage ul li {
    width: 30%;
    text-align: center;
    color: #fff
  }

  .platform-h5 .advantage ul li img {
    width: 56px;
    height: 75px;
    margin: 0 auto
  }

  .platform-h5 .advantage ul li .title {
    font-size: 16px;
    margin: 20px auto
  }

  .platform-h5 .advantage ul li .desc {
    background: url("../image/triangle_w.png") left 6px no-repeat;
    background-size: 4px 4px;
    font-size: 11px;
    padding-left: 10px;
    text-align: left
  }

  .platform-h5 .advantage ul li .desc2 {
    margin-top: 15px
  }

  .platform-h5 .advantage ul li:first-child, .platform-h5 .advantage ul li:nth-child(2) {
    width: 33%;
    margin-right: 18px
  }

  .platform-h5 .advantage ul li:nth-child(3) {
    width: 33.7%
  }

  .platform-h5 .module-list {
    background: #3d55ff;
    padding-bottom: 37px;
    overflow: hidden
  }

  .platform-h5 .module-list .module-title {
    margin-top: 45px
  }

  .platform-h5 .module-list .module-content-h5 {
    width: 100%;
    height: 185px;
    overflow: hidden;
    margin-top: 40px;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out
  }

  .platform-h5 .module-list .module-content-h5 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .platform-h5 .module-list .module-content-h5 ul li .title {
    width: 130px;
    height: 17px;
    line-height: 17px;
    margin: 0 auto;
    padding-left: 22px;
    background: url("../image/module_tab_1_h5.png") 0 no-repeat;
    background-size: 17px 17px;
    font-size: 15px;
    color: #fff;
  }

  .platform-h5 .module-list .module-content-h5 ul li .image {
    width: 316px;
    height: 165px;
    margin: 15px auto;
    border-radius: 4px;
    background: url("../image/module_1_h5.png") 50% no-repeat;
    background-size: cover;
	position: relative;
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(2) .title {
    background: url("../image/module_tab_2_h5.png") 0 no-repeat;
    background-size: 17px 17px;
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(2) .image {
    background: url("../image/module_2_h5.png") 50% no-repeat;
    background-size: cover
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(3) .title {
    background: url("../image/module_tab_3_h5.png") 0 no-repeat;
    background-size: 17px 17px;
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(3) .image {
    background: url("../image/module_3_h5.png") 50% no-repeat;
    background-size: cover
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(4) .title {
    background: url("../image/module_tab_4_h5.png") 0 no-repeat;
    background-size: 17px 17px;
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(4) .image {
    background: url("../image/module_4_h5.png") 50% no-repeat;
    background-size: cover
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(5) .title {
    background: url("../image/module_tab_5_h5.png") 0 no-repeat;
    background-size: 17px 17px;
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(5) .image {
    background: url("../image/module_5_h5.png") 50% no-repeat;
    background-size: cover
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(6) {
    margin-bottom: 0
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(6) .title {
    background: url("../image/module_tab_6_h5.png") 0 no-repeat;
    background-size: 17px 17px;
  }

  .platform-h5 .module-list .module-content-h5 ul li:nth-child(6) .image {
    background: url("../image/module_6_h5.png") 50% no-repeat;
    background-size: cover
  }
  
  .platform-h5 .module-list .module-content-h5 ul li .shadow-h5 {
	position: absolute;
	top: 37px;
	left: 48px;
    width: 220px;
    height: auto;
    border-radius: 8px;
    background: rgba(0, 15, 185, 0.7);
	color: #fff;
	padding: 13px 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
  }
  
  .platform-h5 .module-list .module-content-h5 ul li .shadow-h5 .shadow-title {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
  }
  
  .platform-h5 .module-list .module-content-h5 ul li .shadow-h5 .line {
    width: 22px;
    height: 2px;
    background: #FFEC3D;
	margin: 5px 0 4px 0;
  }
  
  .platform-h5 .module-list .module-content-h5 ul li .shadow-h5 .desc {
	font-size: 8px;
	line-height: 13px;
	text-align: center;
  }

  .platform-h5 .module-list .up {
    height: 1282px;
    -webkit-transition: height .3s ease-in;
    transition: height .3s ease-in
  }

  .platform-h5 .show-btn {
    text-align: right;
    height: 30px;
    margin-top: 30px
  }

  .platform-h5 .show-btn .arrow {
    width: 16px;
    height: 16px;
    display: inline-block;
    width: 100%;
    text-align: center
  }

  .platform-h5 .show-btn .arrow img {
    width: 16px;
    height: 16px
  }

  .platform-h5 .function-list {
    width: 100%;
    background-color: #426aff;
    overflow: hidden
  }

  .platform-h5 .function-list .module-title {
    margin-top: 35px
  }

  .platform-h5 .function-list .function-content {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    height: 438px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out
  }

  .platform-h5 .function-list .function-content .item {
    position: relative;
    width: 31%;
    height: 131px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
  }

  .platform-h5 .function-list .function-content .item img {
    width: 67px;
    height: 80px
  }

  .platform-h5 .function-list .function-content .item .title {
    font-size: 13px;
    color: #262626;
    text-align: center
  }

  .platform-h5 .function-list .function-content .item .shade {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    border-radius: 4px;
    background-color: rgba(72, 112, 255, .8)
  }

  .platform-h5 .function-list .function-content .item .shade p {
    width: 100%;
    padding: 15px 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: left;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }

  .platform-h5 .function-list .function-content .item:nth-child(7) img, .platform-h5 .function-list .function-content .item:nth-child(12) img, .platform-h5 .function-list .function-content .item:nth-child(13) img {
    margin-left: -10px
  }

  .platform-h5 .function-list .function-list-hide {
    height: 280px;
    -webkit-transition: height .3s ease-out;
    transition: height .3s ease-out
  }

  .platform-h5 .function-list .container15 .arrow-show {
    background: url("../image/arrow_show.png") 50% no-repeat;
    background-size: cover
  }

  .platform-h5 .function-list .container15 .arrow-hide {
    background: url("../image/arrow_hide.png") 50% no-repeat;
    background-size: cover
  }

  .platform-h5 .product {
    width: 100%;
    height: 570px;
    background-color: #426aff;
    overflow: hidden
  }

  .platform-h5 .product .container27 {
    padding: 0 6%
  }

  .platform-h5 .product .module-title {
    margin-top: 45px
  }

  .platform-h5 .product .product-content-h5 .title {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center
  }
  
  .platform-h5 .product .product-content-h5 {
	width: auto;
    height: 460px;
	margin: 35px 0 0 0;
	overflow: hidden;
    position: relative;
  }
  
  .platform-h5 .product .product-content-h5 .swiper-slide {
    padding: 0 20px;
  }

  .platform-h5 .product .product-content-h5 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .platform-h5 .product .product-content-h5 ul li {
    width: 100%;
    padding: 21px 15px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .platform-h5 .product .product-content-h5 ul li img {
    width: 41px;
    height: 40px;
    background-color: #fff;
    margin-right: 14px;
    vertical-align: middle
  }

  .platform-h5 .product .product-content-h5 ul li div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left
  }

  .platform-h5 .product .product-content-h5 ul li div .subTitle {
    font-size: 16px;
    color: #273045;
    padding-bottom: 4px
  }

  .platform-h5 .product .product-content-h5 ul li div .text {
    font-size: 12px;
    color: #595959;
	word-break: break-all;
  }

  .platform-h5 .product .product-content-h5 .ul0 {
    display: block
  }

  .platform-h5 .product .product-content-h5 .ul0 .li0, .platform-h5 .product .product-content-h5 .ul0 .li1, .platform-h5 .product .product-content-h5 .ul0 .li2 {
    padding: 0 10px;
    border-radius: 0;
    margin-top: -1px
  }

  .platform-h5 .product .product-content-h5 .ul0 .li0 div .subTitle, .platform-h5 .product .product-content-h5 .ul0 .li1 div .subTitle, .platform-h5 .product .product-content-h5 .ul0 .li2 div .subTitle {
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 13px;
    background: url("../image/triangle_b.png") left 7px no-repeat;
    background-size: 4px 4px;
    padding-bottom: 6px
  }

  .platform-h5 .product .product-content-h5 .ul0 .li0, .platform-h5 .product .product-content-h5 .ul0 .li1 {
    margin-bottom: 0
  }

  .platform-h5 .product .product-content-h5 .ul0 .li0 {
    border-radius: 4px 4px 0 0;
    padding-top: 21px
  }

  .platform-h5 .product .product-content-h5 .ul0 .li2 {
    border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
    padding-bottom: 8px
  }

  .platform-h5 .product .product-content-h5 .ul0 .li3, .platform-h5 .product .product-content-h5 .ul0 .li4 {
    padding: 18px
  }

  .platform-h5 .product .product-content-h5 .ul0 .li4, .platform-h5 .product .product-content-h5 .ul0 .li5 {
    height: 94px
  }

  .platform-h5 .product .product-content-h5 .ul1, .platform-h5 .product .product-content-h5 .ul3 {
    display: block
  }

  .platform-h5 .product .product-content-h5 .ul1 li, .platform-h5 .product .product-content-h5 .ul3 li {
    height: 94px
  }

  .platform-h5 .product .product-content-h5 .ul2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .platform-h5 .product .product-content-h5 .ul2 li {
    width: 48%;
    height: 152px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }

  .platform-h5 .product .product-content-h5 .ul2 li img {
    margin-right: 0;
    margin-top: 8px;
  }

  .platform-h5 .product .product-content-h5 .ul2 li .subTitle {
    display: none;
  }

  .platform-h5 .product .product-content-h5 .ul2 li .text {
    margin-top: 16px;
    text-align: center;
    font-size: 16px;
    color: #273045;
  }

  .platform-h5 .product .product-content-h5 .ul2 li:nth-child(n+1) {
    margin-right: 0;
  }

  .platform-h5 .product .product-content-h5 .ul2 .li3 .text {
    margin-top: 0;
  }

  .platform-h5 .product .product-content-h5 .ul3 li {
    padding: 21px;
  }
  
  .platform-h5 .product .product-content-h5 .swiper-pagination {
	  bottom: 10px;
  }

  .platform-h5 .partner-case {
    overflow: hidden;
    background: #3d55ff;
  }

  .platform-h5 .partner-case .module-title {
    margin-top: 45px;
  }

  .platform-h5 .partner-case .container15 .swiper-container-h5 {
    margin-top: 40px;
    height: 207px;
    width: 100%;
    overflow: hidden;
	position: relative;
  }

  .platform-h5 .partner-case .container15 .swiper-container-h5 .swiper-slide .shade {
    width: 100%;
	height: 100%;
    border-radius: 5px;
    overflow: hidden
  }
  
  .platform-h5 .partner-case .container15 {
	padding: 0;
  }

  .platform-h5 .partner-case .container15 .swiper-container-h5 .swiper-slide {
    height: 140px;
    width: 100%;
	padding: 0 15px;
  }

  .platform-h5 .partner-case .container15 .swiper-container-h5 .swiper-slide {
    height: 100%;
  }

  .platform-h5 .partners {
    width: 100%
  }
  
  .platform-h5 .partners .container15 {
    padding: 0;
  }

  .platform-h5 .partners img {
    width: 100%;
    height: auto;
	margin: 15px 0;
  }

  .platform-h5 .free-trial {
    width: 100%;
    height: 235px;
    background: url("../image/free_trial_bg_h5.png") top no-repeat;
    background-size: cover;
    overflow: hidden
  }

  .platform-h5 .free-trial .module-title {
    margin-top: 45px;
    margin-bottom: 40px
  }

  .platform-h5 .free-trial .input-layout {
    margin: 0 auto;
    position: relative
  }

  .platform-h5 .free-trial .input-layout span {
    right: 2px
  }
  
  .platform-h5 .free-trial .tel-btn {
	width: 330px;
    height: 45px;
    border-radius: 6px;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    border: none;
    display: block;
    margin: auto;
    color: #fff;
  }

  .platform-h5 .qxb-info {
    width: 100%;
    background: #3c54ff;
    color: #fff;
    padding-top: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 70px
  }

  .platform-h5 .qxb-info p {
    font-size: 11px;
    line-height: 23px;
    text-align: center
  }
  
  .consult-box-h5 {
    height: 48px;
    line-height: 48px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
	font-size: 16px;
	text-align: center;
  }
  
  .consult-box-h5 .consult-btn {
	display: block;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 41.66667%;
    float: left;
    min-height: 1px;
  }
  
  .consult-box-h5 .consult-btn a {
	width: 100%;
	display: inline-block;
	color: #292929;
    background-color: #fff;
  }
  
  .consult-box-h5 .consult-btn a i {
    position: absolute;
    top: 2px;
    left: 117px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 17px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    background: red;
    font-style: normal;
  }
  
  .consult-box-h5 .tel-btn {
	display: block;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 58.33333%;
    float: left;
    min-height: 1px;
  }
  
  .consult-box-h5 .tel-btn span {
	width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #7D4F09;
	background: #FDCF31;
  }
  
  .consult-box-h5 .tel-btn span i {
	width: 18px;
    height: 18px;
	background: url("../image/ic_tel_h5.png") 50% no-repeat;
    background-size: cover;
	display: inline-block;
	position: relative;
	top: 3px;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ebeef1;
}
.mobile_agent .swiper-pagination{
	bottom:3%!important;left:40% !important;right:auto;-webkit-transform:none !important;-ms-transform:none !important;transform:none !important;width:auto!important
}