*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.iconAll{
    background:url("../../images/product/edition/iconAll.png") no-repeat;
    display: inline-block;
}
.pageCon{
    width:100%;
}
.wrapCon{
    width:1200px;
    margin:0 auto;
}
.editBanner{
    height:778px;
    background:url("../../images/product/edition/banner.png") no-repeat center top;
}
.bannerLeft{
    width:1200px;
    margin:0 auto;
    padding:275px 0 0 25px;
}
.editBanner h3{
    font-size: 64px;
    font-weight: normal;
    letter-spacing: 5px;
    color: #ffffff;
}
.editBanner p{
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #fefefe;
    margin:35px 0 45px 0;
}
.editBanner .seekBox{
    width: 180px;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
    border: solid 1px rgba(255,255,255,0.7);
}
.editBanner .seekBox a{
    color:#fff;
    display:inline-block;
    width:100%;
    height:100%;
    text-align: center;
    text-decoration: none;
}
.editionCon{
    padding-top:70px;
}
.titleCon{
    margin-bottom:100px;
}
.titleCon h3{
    font-size: 44px;
    font-weight: normal;
    color: #1040bc;
    text-align: center;
}
.titleCon h3 span{
    position:relative;
}
.titleCon h3 span:before{
    content:"";
    width: 60px;
    height: 4px;
    background-color: #1040bc;
    position:absolute;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    bottom:-30px;
}
.titleWhite h3{
    color:#fff;
}
.titleWhite h3 span:before{
    background-color:#fff;
}
.titleCon p{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    text-indent: 2rem;
    text-align: left;
    margin-top:90px;
}
.titleCon p span{
    color:#f41f1f;
}
.titleWhite p{
    color:#fff;
    text-indent: 0;
}
/*产品介绍*/
.box1{
    height:2190px;
    background:url("../../images/product/edition/introBg.png") no-repeat center top;
}
.mainBox1{
    width:100%;
}
.mainBox1 ul{
    width:1000px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.mainBox1 ul li{
    width:180px;
    text-align: center;
}
.mainBox1 ul li .introIcon_1{
    width:107px;
    height:107px;
    background-position: 0 0;
}
.mainBox1 ul li .introIcon_2{
    width:107px;
    height:107px;
    background-position: -117px 0;
}
.mainBox1 ul li .introIcon_3{
    width:107px;
    height:107px;
    background-position: -232px 0;
}
.mainBox1 ul li .introIcon_4{
    width:107px;
    height:107px;
    background-position: -351px 0;
}
.mainBox1 ul li p{
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    margin-top:25px;
}
.introBox{
    width:1100px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.introBox:nth-of-type(1){
    margin-top:170px;
}
.introBox:nth-of-type(2){
    margin-top:160px;
}
.introBox:nth-of-type(3){
    margin-top:150px;
}

.introBox .introImg{
    margin-left:120px;
}
.introBox .introWord{
    width:430px;
    margin-top:40px;
}
.introBox:nth-of-type(2) .introWord{
    margin-top:95px;
    width:440px;
}
.introBox:nth-of-type(3) .introWord{
    margin-top:140px;
}
.introBox:nth-of-type(2) .introImg{
    margin-right:70px;
}
.introBox:nth-of-type(3) .introImg{
    margin-left:80px;
}
.introBox .introWord h4{
    font-size: 28px;
    font-weight: normal;
    color: #333333;
}
.introBox .introWord p{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
    margin-top:40px;
}
.introBox .introWord p.introOneP{
    margin:15px 0 50px 0;
}
.introBox .introWord .keepList{
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    margin-bottom:15px;
    padding-left:35px;
    position:relative;
}
.introBox .introWord .keepList span{
    color: #1040bc;
}
.introBox .introWord .keepList:before{
    content:"";
    width:16px;
    height:14px;
    background:url("../../images/product/edition/iconAll.png") no-repeat;
    background-position: -478px 0;
    position:absolute;
    left:0;
    top:5px;
}
/*跨境电商系统流程示意图*/
.box2 {
    height:1102px;
    background:url("../../images/product/edition/hintBg.png") no-repeat center top;
}
.mainBox2{

}
.box2 .wrapCon{
    height:1102px;
    position:relative;
}
.box2 .flowBottom{
    width: 1200px;
    height: 469px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0px 4px 15px 0px rgba(26, 5, 16, 0.11);
    padding:50px 0 0 0;
    position:absolute;
    left:0;
    bottom:-200px;
}
.box2 .flowBottom h3{
    font-size: 36px;
    font-weight: normal;
    color: #333333;
    margin-bottom:70px;
}
.box2 .flowBottom img{
    margin-left:-30px;
}
/*跨境电商困境*/
.box3{
    height:1948px;
    padding-top:435px;
    background:url("../../images/product/edition/crossBg.png") no-repeat center top;
}
.mainBox3 ul{
    display: flex;
    justify-content: space-between;
}
.mainBox3 ul li{
    width: 280px;
    height: 370px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: 0px 4px 25px 0px rgba(244, 238, 250, 0.8);
    padding:45px 25px 0;
    text-align: center;
    margin-bottom:40px;
}
.mainBox3 ul li i{height:85px;}
.mainBox3 ul li .hard_1{width:81px;background-position: 0 -115px;}
.mainBox3 ul li .hard_2{width:75px;background-position: -85px -115px;}
.mainBox3 ul li .hard_3{width:80px;background-position: -167px -115px;}
.mainBox3 ul li .hard_4{width:81px;background-position: -254px -115px;}
.mainBox3 ul li .hard_5{width:81px;background-position: -343px -115px;}
.mainBox3 ul li .hard_6{width:78px;background-position: -431px -115px;}
.mainBox3 ul li .hard_7{width:80px;background-position: -515px -115px;}
.mainBox3 ul li .hard_8{width:80px;background-position: -607px -115px;}
.mainBox3 ul li h3{
    margin:35px 0 20px 0;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}
.mainBox3 ul li p{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
    text-align: left;
}
.mainBox3 .hardTxt{
    margin-top:185px;
    padding-left:30px;
    width:655px;
}
.mainBox3 .hardTxt h3{
    font-size: 44px;
    font-weight: normal;
    color: #1040bc;
    margin-bottom:60px;
    position:relative;
}
.mainBox3 .hardTxt h3:after{
    content:"";
    width: 60px;
    height: 4px;
    background-color: #1040bc;
    position: absolute;
    left:0;
    bottom:-20px;
}
.mainBox3 .hardTxt p{
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}
/*一站式服务平台*/
.box4{
    height:760px;
    background:url("../../images/product/edition/chainBg.png") no-repeat center top;
}
.mainBox4{
    padding:0 65px;
    display: flex;
    justify-content: space-between;
}
.mainBox4 .serviceBox{
    width:400px;
}
.mainBox4 .serviceBox h3{
    margin:65px 0 70px 0;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
}
.mainBox4 .serviceBox p{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    position: relative;
    padding-left:20px;
    margin-bottom:12px;
}
.mainBox4 .serviceBox p:before{
    content:"";
    width:12px;
    height:11px;
    background:url("../../images/product/edition/circleLeft.png") no-repeat;
    position: absolute;
    left:0;
    top:5px;
}
/*四维一体*/
.box5{
    height:980px;
    background:url("../../images/product/edition/fortBg.png") no-repeat center top;
}
.mainBox5 ul{
    width:100%;
}
.mainBox5 ul li{
    width: 560px;
    height: 224px;
    background-color: #ffffff;
    border: solid 1px #ededed;
    padding:40px 40px 0 140px;
    float:left;
    position:relative;
    margin:0 20px 30px;
}
.mainBox5 ul li i{
    position:absolute;
    left:30px;
    top:70px;
}
.mainBox5 ul li.fort_1 i{background-position: 0 -200px;width:80px;height:97px;}
.mainBox5 ul li.fort_2 i{background-position: -90px -200px;width:80px;height:97px;}
.mainBox5 ul li.fort_3 i{background-position: -185px -200px;width:80px;height:86px;}
.mainBox5 ul li.fort_4 i{background-position: -275px -200px;width:80px;height:80px;}
.mainBox5 ul li.fort_1{border-bottom-color: #ff5d84;  }
.mainBox5 ul li.fort_2{border-bottom-color: #4dcd90;}
.mainBox5 ul li.fort_3{border-bottom-color: #7f5fff;}
.mainBox5 ul li.fort_4{border-bottom-color: #ff9b5f;}
.mainBox5 ul li h3{
    font-size: 22px;
    font-weight: normal;
    color: #333333;
    margin-bottom:20px;
}
.mainBox5 ul li p{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
}
/*系统八大优势*/
.box6{
    height:810px;
    margin-top:-190px;
}
.mainBox6{
    margin-left:-65px;
}
/*球化，多国运营无障碍*/
.box7{
    height:1170px;
    background:url("../../images/product/edition/rubBg.png") no-repeat center bottom;
}
.box7 .titleCon p{
    text-indent: 0;
}
.box8{
    height:1265px;
    background:url("../../images/product/edition/simple.png") no-repeat center top;
}
.box8 .titleCon{
    margin-top:-150px;
}
/*数币支付*/
.box9{
    height:1220px;
    margin-top:-120px;
}
.box10{
    height:602px;
    background:url("../../images/product/edition/integBg.png") no-repeat center top;
}
.mainBox10{
    margin-top:-20px;
}
.mainBox10 ul{
    width:920px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.mainBox10 ul li{
    width:120px;
    text-align: center;
}
.mainBox10 li i{
    width:120px;
    height:120px;
}
.mainBox10 li .integ_1{background-position: 0 -300px;}
.mainBox10 li .integ_2{background-position: -126px -300px;}
.mainBox10 li .integ_3{background-position: -253px -300px;}
.mainBox10 li .integ_4{background-position: -383px -300px;}
.mainBox10 li p{
    margin-top:20px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}
/*球分红模式*/
.box11{
    height:915px;
    background:url("../../images/product/edition/madelBg.png") no-repeat center bottom;
}
.box11 .titleCon p{
    text-indent: 0;
    text-align: center;
}
.mainBox11{
    display: flex;
    justify-content: space-between;
    margin-top:-60px;
}
.mainBox11 .gradeBox{
    margin:145px 0 0 40px;
}
.mainBox11 .gradeBox h3{
    margin-bottom:30px;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
}
.mainBox11 .gradeBox p{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #333333;
}
.mainBox11 .gradeBox p.lastP{
    padding-left:25px;
}
.mainBox11 img{
    margin-right:-30px;
}
.box12{
    height:565px;
    background:url("../../images/product/edition/growBg.png") no-repeat center top;
}
.box12 .titleCon p{
    text-align: center;
}
.mainBox12{
    margin-top:-20px;
}
.mainBox12 ul{
    width:920px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.mainBox12 ul li{
    width:120px;
    text-align: center;
}
.mainBox12 li i{
    width:120px;
    height:120px;
}
.mainBox12 li .grow_1{background-position: 0 -426px;}
.mainBox12 li .grow_2{background-position: -127px -426px;}
.mainBox12 li .grow_3{background-position: -256px -426px;}
.mainBox12 li .grow_4{background-position: -383px -426px;}
.mainBox12 li p{
    margin-top:20px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}
.box13{
    height:950px;
    background:url("../../images/product/edition/screen.png") no-repeat center bottom;
}
.mainBox13{
    width:1100px;
    margin:0 auto;
    position:relative;
}
.mainBox13 .swiper-button-prev{
    width:25px;
    height:46px;
    left:-70px;
    background:url("../../images/product/edition/prevLeft.png") no-repeat;
}
.mainBox13 .swiper-button-next{
    width:25px;
    height:46px;
    right:-60px;
    background:url("../../images/product/edition/nextRight.png") no-repeat;
}
.box14{
    height:1170px;
}
.mainBox14{
    padding:0 10px;
}