body{font:12px/1.8 \5FAE\8F6F\96C5\9ED1,Arial,\5b8b\4f53; background-color:#fff;color:#333333;}
body,ul,li,dl,dt,dd,table,td,th,form,input,h1,h2,h3,h4,h5,h6,p,img,em,b,label,textarea,ol,p{margin:0;padding:0;}
section,article,aside,header,footer,nav,dialog,figure{display:block;}figure{margin:0;}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
ul,li{list-style:none;}
i{font-style:normal;}
u{text-decoration:none;}
em{font-style:normal;}
dfn,i,u,em,b{font-style:normal;font-weight:100;}
img{border:none;/*display:block;*/ vertical-align:middle;}
a{ text-decoration:none;color:#333333;}
/*浮动/清除浮动*/
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
* html .clearfix{height:1%}
*+html .clearfix{min-height:1%}
input{-webkit-appearance:none; border-radius:0;outline: none;}
.main{
  width: 1200px;
  margin: 0 auto;
}
.dp_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.flex {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}

.bnr{
  position: relative;
  background: #f2e4da;
}
.hdr{
  position: absolute;
  width: 100%;
  top: 31px;
  left: 0;
}
.logo{
  background: url("../images/logo.png") no-repeat;
  width: 184px;
  height: 16px;
  background-size: 184px 16px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.hdr_ul{
  float: right;
  margin-right: 12px;
}
.hdr_ul li{
  height: 23px;
  line-height: 23px;
  border: 1px solid #ffffff;
  padding: 0 10px;
  float: left;
  color: #ffffff;
  border-radius: 5px;
  margin-right:10px ;
  font-size: 12px;
}
.hdr_ul li a{
  color: #ffffff;
}
.hdr_ul li:last-child{
  margin-right: 0;
}
.hdr_ul .downApp{
  background: #ffffff;
  color: #eb570c;
}
.pattern{
  background: #f2e4da;
}
.idxTit{
  font-size: 18px;
  color: #1a1412;
  font-weight: bold;
  text-align: center;
}
.idxTips-2 {
  margin-top: 10px;
  color: rgba(26,20,18,0.8);
  font-size: 13px;
  text-align: center;
}
.ptn_ul{
  margin-top: 20px;
  flex-flow: row wrap;
  padding: 0 20px;
}
.ptn_ul li{
  background: #ffffff;
  border-radius: 10px;
  margin-right: 4%;
  text-align: center;
  padding: 10px 0 20px;
  transition: all .3s ease;
  width: 48%;
  margin-bottom: 10px;
}
.ptn_ul li:last-child{
  margin-right: 0;
}
.ptn_ul li p{
  height: 30px;
  line-height: 30px;
}
.ptn_ul li p.ptn_headline{
  height: auto;
  min-height: 32px;
  line-height: 1.25;
  font-size: 18px;
  font-weight: 600;
  color: #eb570c;
  margin: 0;
  padding: 2px 6px 0;
}
.ptn_ul li label{
  font-size: 25px;
  font-weight: 800;
  color: #eb570c;
  display: inline-block;
}
.ptn_ul li em{
  color: #eb570c;
  font-weight: 400;
  display: inline-block;
}
.ptn_ul li .ftSz38{
  font-size: 19px;
}
.ptn_ul li .ftSz40{
  font-size: 20px;
}
.ptn_ul li span{
  display: block;
  text-align: center;
  font-size: 12px;
  color: #656565;
}
.ptn_ul li:nth-child(2n){
  margin-right: 0;
}
.platform{
  padding: 20px 20px 0;
}
.pfmList{
  margin-top: 20px;
}
.pfm_dl{
  transition: all .3s ease;
  border-radius: 10px;
  margin-bottom: 10px;
}
.pfm_dl dd{
  position: relative;
}
.pfm_dl dd .pfm_dl_tit{
  position: absolute;
  width: 180px;
  text-align: center;
  display: block;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  font-size: 14px;
  color: #ffffff;
  background: linear-gradient(to right,hsla(20, 100%, 51%, 0),rgba(225, 79, 6, 0.9),rgba(255, 85, 6, 0));
  padding: 5px 0;
}
.pfm_dl dt{
  border: 2px solid #e4efff;
  border-radius: 0 0 10px 10px;
  padding: 13px 13px;
  border-top: 0;
  overflow: hidden;
}
.pfm_dl dt p{
  align-items: baseline;
  -webkit-align-items: baseline;
  margin-top: 5px;
}
.pfm_dl dt i{
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background: #f57b3c;
  margin-right: 8px;
}
.pfm_dl dt span{
  font-size: 14px;
  color: #828282;
  display: inline-block;
  line-height: 28px;
}
.fontSize36{
  font-size: 22px;
}
.scene{
  position: relative;
  background: #f2e4da;
  padding: 20px 15px;
}
.seeCont{
  background: #eb570c;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  border-radius: 10px;

}
.seeCont2{
  display: none;
  opacity: 0;
}
.seeCont_ul li{
  padding: 10px 0;
  align-items: baseline;
  -webkit-align-items: baseline;
}
.seeCont_ul li i{
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  min-width: 10px;
  max-width: 10px;
  margin-right: 8px;
}
.seeCont_ul li p{
  font-size: 17px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
}
.seeCont_ul li span{
  font-size: 14px;
  font-weight: normal;
  display: block;
}

.seeNav{
  text-align: center;
  margin: 15px 0 20px;
}
.seeNav .seeNav_list{
  background: #e1d5ce;
  display: inline-block;
  width: 150px;
  height: 30px;
  border-radius: 20px;
  line-height: 30px;
  position: relative;
}
.seeNav_list span{
  font-size: 12px;
  color: #1e1713;
  width: 73px;
  display: inline-block;
  position:relative;
  z-index: 2;
  cursor: pointer;
}
.seeNav_list .active{
  color: #ffffff;
}
.seeNav_bd{
  background-color: #eb570c;
  border-radius: 20px;
  box-shadow: 0 4px 18px 0 rgba(128, 32, 0, 0.28);
  display: inline-block;
  width: 74px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  z-index: 1;
}
.contrast{
  padding: 20px 0;
}
.contrast .advGrid{
  margin-top: 16px;
  padding: 0 16px 8px;
}
.contrast .advCard{
  background: #ffffff;
  border-radius: 10px;
  padding: 16px 16px 18px;
  margin-bottom: 12px;
  text-align: left;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
  border-left: 4px solid #eb570c;
}
.contrast .advCard h4{
  font-size: 17px;
  color: #281e1b;
  font-weight: bold;
  margin: 0 0 10px;
}
.contrast .advCard p{
  font-size: 14px;
  color: #656565;
  line-height: 1.65;
  margin: 0;
}
.cttCont{
  position: relative;
  margin-top: 20px;
  padding: 0 15px;
}
/*.cttCont i{*/
/*  background: url("../images/icon_vs.png") no-repeat;*/
/*  width: 552px;*/
/*  height: 110px;*/
/*  position: absolute;*/
/*  display: block;*/
/*  left: 49.5%;*/
/*  top: 50%;*/
/*  transform: translate(-50%,-50%);*/
/*}*/
.first_s{
  background: url("../images/S1.png") no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.last_v{
  background: url("../images/V2.png") no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
}
.ctr_v{
  background: url("../images/V1.png") no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
}
.ctr_s{
  background: url("../images/S2.png") no-repeat;
  background-size: 56px 56px;
  width: 56px;
  height: 56px;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.ctt_ul{
  position: relative;
}
.ctt_ul li{
  background: #f7f8fa;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.ctt_ul li p{
  font-size: 17px;
  color: #281e1b;
  font-weight: bold;
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  text-align: center;
  margin: 0 45px 0 25px;
  line-height: 18px;
}
.ctt_ul li span{
  font-size: 14px;
  color: #828282;
  display: inline-block;
  line-height: 30px;
  text-align: left;
}
.ctt_ul li:first-child{
  border-radius: 10px 10px 0 0;
}
.ctt_ul li:last-child{
  border-radius: 0 0 10px 10px;
}
.ctt_ul .qcc{
  background: #eb570c;
  color: #ffffff;
  position: relative;
  box-shadow: 0 4px 18px 0 rgba(0,54,128,0.28);
}
.ctt_ul .qcc p,.ctt_ul .qcc span{
  color: #ffffff;
}
.ctt_ul .qcc label{
  font-size: 12px;
  color: #ffffff;
  background: #ff9b25;
  width: 42px;
  height: 20px;
  border-radius: 14px 0 0 14px;
  position: absolute;
  right: 0;
  top: 12px;
  line-height: 20px;
}
.partner{
  background: #f2e4da;
  padding: 20px 0 0;
}
.ptrCont{
  background: url("../images/ptr_pic.png") no-repeat bottom center ;
  background-size: contain;
  padding: 15px 45px 160px 45px;
}
.ptrCont p{
  font-size: 12px;
  color: #c2c2c2;
}
.ptrCont li{
  border: 1px solid #eb570c;
  margin-top: 15px;
  border-radius: 5px;
}
.ptrCont .ptrIpt{
  height: 35px;
  border: 0;
  border-radius: 5px;
  text-indent: 15px;
  font-size: 12px;
  line-height: 35px;
  width: 100%;
}
.ptrCont .ptrBtn{
  height: 36px;
  line-height: 36px;
  background: #eb570c;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border: 0;
}
.ptrCont .yzm{
  background: #eb570c;
  border: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  border-radius: 5px;
  margin-right: 5px;
}
.ptrCont li:last-child{
  border: 0;
}
.trial{
  background-image: linear-gradient( 142deg , #ff5500 0%, #ffaa76 100%);
  background-size: contain;
  padding: 40px 0 25px;
}
.trlCont{
  position: relative;

}
.trlCont_ul{
  padding: 0 45px;
  text-align: center;
}
.trlCont_ul li .trl_tit{
  font-size: 23px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.trlCont_ul input{
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  text-indent: 25px;
  vertical-align: middle;
  display: block;
  width: 100%;
}
.trlCont_ul button{
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  background: #ff9b25;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  vertical-align: middle;
  display: block;
  margin-top: 10px;
}
.trlCont_ul li span{
  width: 178px;
  height: 35px;
  background: #ffffff;
  border-radius: 8px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  margin-top: 10px;
  position: relative;
}
.trlCont_ul li span:first-child{
  margin-top: 20px;
}
.trlCont_ul li img{
  margin-right: 8px;
}
.trlCont_ul li em{
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #ffffff;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.trlCont_ul li .icon_ewm{
  margin-right: 0;
}
.trlCont_ul li em:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  top: 0;
  left: 50%;
  margin-top: -5px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.trlCont_ul li span:hover em{
  display: block;
  opacity: 1;
  bottom: -118px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility: visible;
}
.footer{
  background: #1d2531;
  padding: 25px 12px 0px;
}
.ftrList {
  text-align: center;
}
.ftrList .logo{
  margin-left: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.ftrList p{
  font-size: 12px;
  color: #ffffff;
  margin-top: 5px;
}
.ftrCont{
  border-bottom: 1px solid #333b45;
  align-items: baseline;
  -webkit-align-items: baseline;
  padding-bottom: 35px;
}
.ftrTip{
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  padding: 15px 0 10px;
  opacity: 0.5;
}
.ftrTip a{
  color: #ffffff;
  font-size: 12px;
}
.ftrBtnlist{
  margin-top: 3px;
}
.ftrBtnlist a{
  height: 22px;
  line-height: 22px;
  border: 1px solid #eb570c;
  border-radius: 5px;
  text-align: center;
  color: #eb570c;
  cursor: pointer;
  font-size: 12px;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}



.prospect{
  background: url("../images/pptBg.png") no-repeat center;
  background-size: cover;
  padding-bottom: 20px;
}
.rrtTxt{
  font-size: 18px;
  color: #1a1412;
  font-weight: bold;
  text-align: center;
  padding: 20px 0 0;
}
.ppt_ul{
  position: relative;
  z-index: 3;
}
.numBg{
  position: relative;
  margin-top: 10px;
}
.numBg_img{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 1;
}
.ppt_ul li{
  text-align: center;
}
.ppt_ul p{
  font-size: 12px;
  color: #eb570c;
  margin-bottom: 22px;
}
.ppt_ul p em{
  font-size: 20px;
  font-weight: 400;
}
.ppt_ul i{
  width: 5px;
  height: 5px;
  border-radius:50%;
  border: 2px solid #eb570c;
  background: #ffffff;
  display: inline-block;
}
.ppt_ul li:last-child p{
  margin-bottom: 14px;
  line-height: 20px;
}
.ppt_ul span{
  display: block;
  font-size: 12px;
  color: #969696;
}
.pptTxt{
  margin-top: 20px;
}
.pptTxt p{
  text-align: center;
  font-size: 12px;
  color: #5a5a5a;
  line-height: 26px;
}
.pptTxt p em{
  font-size: 17px;
  color: #eb570c;
  font-weight: 400;
}
.cooperation{
  padding:10px 0 10px;
}
.cpn_ul{
  margin-top: 30px;
}
.cpn_ul li{
  text-align: center;
  margin-bottom: 30px;
}
.cpn_ul li p{
  font-size: 15px;
  color: #1a1412;
  margin: 5px 0;
}
.cpn_ul li span{
  font-size: 12px;
  color: #969696;
  display: block;
  line-height: 25px;
}
.advantage{
  background: #f2e4da;
  padding-bottom: 15px;
}
.ate_ul{
  margin-top: 20px;
  padding: 0 15px;
}
.ate_ul li{
  border: 2px solid #d2e5ff;
  border-radius: 10px;
  background: #ffffff;
  transition: all .3s ease;
  margin-bottom: 10px;
  padding: 15px 20px 15px 20px;
}
.ate_ul li img{
  width: 52px;
  min-width: 52px;
  max-width: 52px;
  margin-right: 20px;
}
.ate_ul li p{
  font-size: 15px;
  color: #1a1412;
  margin-bottom: 5px;
}
.ate_ul li span{
  font-size: 12px;
  color: #969696;
  line-height: 20px;
}
.partnership{
  padding: 0 15px 20px;
  overflow: hidden;
}
.partnership img{
  margin-top: 20px;
}
.ptpList{
margin-top: 10px;
}
.ptpContFirst{
  position: relative;
  background: #f7f8fa;
  /*background: linear-gradient(-101deg, transparent 82px, #f7f8fa 0);*/
  padding: 10px 0;
  border-radius: 5px 5px 0 0;
}
.ptpContFirst .ptpContTit{
  font-size: 16px;
  color: #1a1412;
  font-weight: bold;
  text-align: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  margin: 0 25px;
}
.ptpCont_ul li{
  border-bottom: 1px solid #eaebed;
  padding: 5px 0;
}
.ptpCont_ul li label{
  font-size: 12px;
  color: #828282;
}
.ptpCont_ul li p{
  text-align: right;
  font-size: 12px;
  color: #828282;
  padding-right: 15px;
}
.ptpCont_ul li p em{
  font-size: 16px;
  color: #eb570c;
  font-weight: 400;
}
.ptpCont_ul li .ptpContTips{
  font-size: 12px;
  color: #828282;
  text-align: left;
}
.ptpCont_ul li:last-child{
  border-bottom: 0;
}
.ptpContLast{
  background: #eb570c;
  /*background: linear-gradient(79deg, transparent 82px, #eb570c 0);*/
  border-radius: 0 0 5px 5px;
}
.ptpContLast li{
  border-bottom: 1px solid #1f7fff;
}
.ptpContLast .ptpContTit,.ptpContLast li label,.ptpContLast li p,.ptpContLast li p em,.ptpContLast li .ptpContTips{
  color: #ffffff;
}

.process{
  background: #f2e4da;
  padding-bottom: 30px;
}
.pts_ul{
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.pts_ul li{
  text-align: center;
}
.pts_ul li i{
  width: 5.5px;
  height: 5.5px;
  background: #eb570c;
  border-radius: 50%;
  display: inline-block;
  margin-top: 10px;
}
.pts_ul li span{
  font-size: 12px;
  color: #969696;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.prs{
  position: relative;
}
.prs .prsImg{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 42px;
  margin-top: 14px;
  z-index: 1;
}
.prsBtn{
  text-align: center;
  margin-top: 20px;
}
.prsBtn input{
  width: 150px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 0;
  background: #eb570c;
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.hdr .newLogo{
  background: url("../images/newlogo.png") no-repeat;
  width: 244px;
  height: 17.5px;
  background-size: 244px 17.5px;
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
}
.list{
  padding: 20px 0;
  background: #ffffff;
}
.list_ul li{
  text-align: center;
}
.list_ul li p{
  font-size: 12px;
  color: #333;
  margin-top: 5px;
}
.zmBtn{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  padding: 10px 0;
  box-shadow: 0 -3px 15px 0 rgba(0,0,0,0.3);
  z-index: 10;
}
.zmBtn_ipt{
  padding: 0 20px;
}
.zmBtn input{
  width: 100%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border: 0;
  background: #eb570c;
  border-radius: 8px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.pd-bm-60{
  padding-bottom: 60px;
}
.pop{
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  z-index: 11;
  display: none;
}
.pop_wds{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
.wdsCont{
  background: #f2e4da;
  margin: 0 30px;
  padding: 40px 20px 20px;
  border-radius: 5px;
  position: relative;
}
.wdsCont p{
  font-size: 12px;
  color: #c2c2c2;
}
.wdsCont li{
  border: 1px solid #eb570c;
  margin-top: 15px;
  border-radius: 5px;
}
.wdsCont .ptrIpt{
  height: 35px;
  border: 0;
  border-radius: 5px;
  text-indent: 15px;
  font-size: 12px;
  line-height: 35px;
  width: 100%;
}
.wdsCont .yzm{
  background: #eb570c;
  border: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  border-radius: 5px;
  margin-right: 5px;
}
.wdsCont li:last-child{
  border: 0;
}
.wdsCont .ptrBtn{
  height: 36px;
  line-height: 36px;
  background: #eb570c;
  color: #ffffff;
  font-size: 14px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  width: 100%;
  border: 0;
}
.wdsClose{
  background: url("../images/close.png") no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 15px;
}

.geo-landing{padding:24px 20px 32px;background:#faf8f6;}
.geo-landing .geo-intro{font-size:14px;color:rgba(26,20,18,0.85);line-height:1.75;margin:0 0 20px;text-align:left;}
.geo-landing .geo-faq details{background:#fff;border-radius:8px;margin-bottom:10px;padding:12px 14px;border:1px solid rgba(0,0,0,.06);}
.geo-landing .geo-faq summary{font-size:15px;font-weight:600;color:#1a1412;cursor:pointer;list-style:none;}
.geo-landing .geo-faq summary::-webkit-details-marker{display:none;}
.geo-landing .geo-faq details[open] summary{color:#eb570c;margin-bottom:8px;}
.geo-landing .geo-faq .geo-ans{font-size:13px;color:rgba(26,20,18,0.8);line-height:1.65;}
.geo-landing .geo-updated{text-align:center;font-size:12px;color:rgba(26,20,18,0.5);margin-top:20px;}









