.center{
    width: 1200px;
    margin:0 auto;
}
.banner{
    width: 100%;
    height: 680px;
    background-image: url("../../../../source/img/shop/single-page/share/banner.jpg");
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    position: relative;
}
.banner .center .header{
    /*width: 1200px;*/
    /*margin:0 auto;*/
    height: 80px;
    font-size: 16px;
    color:#FFFFFF;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
.banner .header .logo{
    display: inline-block;
    width: 260px;
    height: 36px;
}
.banner .header b{
    display: inline-block;
    width: 1px;
    height: 20px;
    color:#FFFFFF;
    margin:0 10px;
    border: 1px;
    opacity: 0.2;
}
.banner .center .title{
    margin-top: 96px;
}
.banner .center .title p{
    font-size: 50px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight:bold;
}
.banner .center .title b{
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color:#629CFF ;
    margin-top: 48px;
}
.banner .center .introduce{
    margin-top: 22px;
}
.banner .center .introduce ul{}
.banner .center .introduce ul li{
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 24px;
}
.banner .center .join{
    width: 250px;
    height: 80px;
    margin-top: 42px;
}
.banner .center .join .button,.banner .center .join .button img{
    width: 100%;
    cursor: pointer;
}
.banner .center .join .bg{
    height: 80px;
    padding: 12px 0 0 15px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, rgba(192,194,220,0.00) 0%, rgba(141,143,183,0.30) 100%);
}
.banner .center .join .bg img{
    width: 50px;
    height: 20px;
}
.banner .center .join .bg span{
    font-size: 12px;
    line-height: 12px;
    color: #FFFFFF;
    margin-left: 5px;
}
.body .partOne{
    width: 100%;
    height: 500px;
    background: url("/source/img/shop/single-page/share/bg1.jpg") no-repeat;
    background-size: 100% 100%;
}
.partOne h1{
    font-family: FZLTCHJW--GB1-0;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    padding-top: 122px;
    margin-bottom: 58px;
    box-sizing: border-box;
}
.partOne .partOneBody dl{
    display: flex;
    justify-content: space-around;
    height: 100%;
}
.partOne .partOneBody dd{
    position: relative;
}
.partOne .partOneBody dd:nth-child(2n){
    width: 80px;
}
.partOne .partOneBody dd:nth-child(1){
    background: url("../../../../source/img/shop/single-page/share/batchBuy.png") no-repeat;
    background-size: 100% 100%;
    width: 560px;
    height: 210px;
}
.partOne .partOneBody dd:nth-child(2){
    width: 80px;
    line-height: 210px;
    text-align: center;
    font-family: FZLTHJW--GB1-0;
    font-size: 32px;
    color: #004BAA;
}
.partOne .partOneBody dd:nth-child(3) {
    background: url("/source/img/shop/single-page/share/moreTime.png") no-repeat;
    background-size: 100% 100%;
    width: 560px;
    height: 210px;
}
.partOne .partOneBody dd:nth-child(1) img{
    width: 211px;
    height: 15px;
}
.partOne .partOneBody dd:nth-child(3) img{
    width: 238px;
    height: 15px;
}
.partOne .partOneBody dd:nth-child(1) span{
    position: absolute;
    top: 37px;
    left: 308px;
    ont-family: FZLTHJW--GB1-0;
    font-size: 18px;
    color: #004BAA;
}
.partOne .partOneBody dd:nth-child(3) span{
    position: absolute;
    top: 37px;
    right: 356px;
    ont-family: FZLTHJW--GB1-0;
    font-size: 18px;
    color: #004BAA;
}
.partOne .partOneBody dd:nth-child(1) img{
    position: absolute;
    top: 65px;
    left: 250px;
}
.partOne .partOneBody dd:nth-child(3) img{
    position: absolute;
    top: 65px;
    left: 132px;
}
.partOne .partOneBody dd:nth-child(1) ul{
    position: absolute;
    top: 85px;
    left: 311px;
}
.partOne .partOneBody dd:nth-child(3) ul{
    position: absolute;
    top: 85px;
    left: 132px;
}
.partOne .partOneBody dd ul li{
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.partOne .partOneBody dd ul li b{
    width: 4px;
    height: 4px;
    display: inline-block;
    line-height: 25px;
    background-color: #4C7ED4;
}
.partTwo{
    width: 100%;
    height: 540px;
    background: url("/source/img/shop/single-page/share/bg2.jpg") no-repeat;
    background-size: 100% 100%;
}
.partTwo h1{
    font-family: FZLTCHJW--GB1-0;
    font-size: 32px;
    color: #333333;
    line-height: 32px;
    padding-top: 20px;
    margin-bottom: 19px;
    box-sizing: border-box;
}
.partTwo h2{
    font-family: FZLTHJW--GB1-0;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    box-sizing: border-box;
}
.partTwo .flowChart ul{
    display: flex;
    width: 1080px;
    margin:70px auto 30px;
    justify-content: space-around;
    align-items: center;
}
.partTwo .flowChart ul li img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.partTwo .flowChart ul li span{
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #F7B500;
}
.partTwo .flowChart ul li:nth-child(even){
    width: 168px;
    height: 1px;
    border:1px dashed #F7B500;
}
.partTwo .flowChart dl{
    display: flex;
    justify-content: space-between;
}
.partTwo .flowChart dl dd{
    width: 278px;
    height: 250px;
    background: url("../../../../source/img/shop/single-page/share/bg7.png") no-repeat;
    background-size: cover;
}
.partTwo .flowChart dl dd .box{
    padding: 30px 0 0 21px;
    box-sizing: border-box;
    display: flex;
    height: 114px;
}
.partTwo .flowChart dl dd .box .left{
    margin-right: 10px;
}
.partTwo .flowChart dl dd .box .left img{
    width: 36px;
    height: 36px;
}
.partTwo .flowChart dl dd .box .right{

}
.partTwo .flowChart dl dd .box .right h1{
    font-family: FZLTHJW--GB1-0;
    font-size: 16px;
    color: #F2F2F7;
    padding-top: 0;
    margin-bottom: 0;
}
.partTwo .flowChart dl dd .box .right p{
    width: 197px;
    opacity: 0.5;
    font-family: FZLTHJW--GB1-0;
    font-size: 12px;
    color: #FFFFFF;
    margin-top: 5px;
    line-height: 20px;
}
.partThree{
    width: 100%;
    height: 490px;
    background-image: url("/source/img/shop/single-page/share/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.partThree .center ul{
    display:flex;
    padding: 0 50px;
    box-sizing: border-box;
    position: relative;
}
.partThree ul li{
    text-align: center;
}
.partThree ul li:nth-child(odd){
    width: 160px;
    height: 238px;
}
.partThree ul li:nth-child(1){
    position: absolute;
    top: 100px;
    left: 53px;
}
.partThree ul li:nth-child(3){
    position: absolute;
    top: 100px;
    left: 980px;
}
.partThree ul li:nth-child(1) .top{
    width: 160px;
    height: 50px;
    font-family: FZLTZHJW--GB1-0;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    background-image: radial-gradient(50% 0%, #5585D9 50%, #004BAA 100%);
}
.partThree ul li:nth-child(3) .top{
    width: 160px;
    height: 50px;
    font-family: FZLTZHJW--GB1-0;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    background-image: radial-gradient(48% 0%, #5A607F 48%, #272D4C 100%);
}
.partThree ul li:nth-child(1) .bottom{
    height: 188px;
    background: #FFF8EB;
    padding-top: 25px;
}
.partThree ul li:nth-child(1) .bottom dl{}
.partThree ul li:nth-child(1) .bottom dl dd{}
.partThree ul li:nth-child(1) .bottom dl dd b{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-image: linear-gradient(90deg, #4C7ED4 1%, #004BAA 100%);
}
.partThree ul li:nth-child(1) .bottom dl dd span{
    display: inline-block;
    width: 90px;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #222222;
    text-align: left;
}
.partThree ul li:nth-child(1) .bottom dl{}
.partThree ul li:nth-child(1) .bottom dl dd{
   white-space: nowrap;
    padding-left: 20px;

}
.partThree ul li:nth-child(1) .bottom dl dd:nth-child(odd){
    display: flex;
    align-items: center;
}
.partThree ul li:nth-child(1) .bottom dl dd:nth-child(even){
    line-height: 30px;
    position: relative;
}
.partThree ul li:nth-child(1) .bottom dl dd:nth-child(even) p{
    font-family: FZLTHJW--GB1-0;
    font-size: 12px;
    color: #333333;
    position: absolute;
    top: -10px;
    left: 190px;
}
.partThree ul li:nth-child(1) .bottom dl dd:nth-child(even) span{
    display: inline-block;
    width: 340px;
    height: 1px;
    border: 1px dashed #F7B500;;
}
.partThree ul li:nth-child(1) .bottom dl dd:nth-child(even) em{
    display: inline-block;
    height: 30px;
    line-height: 25px;
    transform:rotate(90deg);
    color:#F7B500;
    font-size: 16px;
}
.partThree ul li:nth-child(1) .bottom dl dd:nth-child(6) em{
    display: inline-block;
    height: 30px;
    line-height: 25px;
    transform:rotate(-90deg);
}

.partThree ul li:nth-child(3) .bottom{
    height: 188px;
    background: #FFF8EB;
    padding-top: 25px;
}
.partThree ul li:nth-child(3) .bottom dl{}
.partThree ul li:nth-child(3) .bottom dl dd{}
.partThree ul li:nth-child(3) .bottom dl dd b{
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    background-image: linear-gradient(90deg, #4C7ED4 1%, #004BAA 100%);
}
.partThree ul li:nth-child(3) .bottom dl dd span{
    display: inline-block;
    width: 90px;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #222222;
    text-align: left;
}
.partThree ul li:nth-child(3) .bottom dl{}
.partThree ul li:nth-child(3) .bottom dl dd{
    white-space: nowrap;
    padding-left: 20px;

}
.partThree ul li:nth-child(3) .bottom dl dd:nth-child(odd){
    display: flex;
    align-items: center;
}
.partThree ul li:nth-child(3) .bottom dl dd:nth-child(even){
    line-height: 30px;
    position: relative;
}
.partThree ul li:nth-child(3) .bottom dl dd:nth-child(even) p{
    font-family: FZLTHJW--GB1-0;
    font-size: 12px;
    color: #333333;
    position: absolute;
    top: -10px;
    left: -190px;
    text-align: right;
}
.partThree ul li:nth-child(3) .bottom dl dd:nth-child(even) span{
    display: inline-block;
    width: 340px;
    height: 1px;
    border: 1px dashed #F7B500;;
    transform: translate(-240px,0);
}
.partThree ul li:nth-child(3) .bottom dl dd:nth-child(4) em{
    display: inline-block;
    height: 30px;
    line-height: 25px;
    transform:translate(-240px,0) rotate(90deg);
    color:#F7B500;
    font-size: 16px;
}
.partThree ul li:nth-child(3) .bottom dl dd:nth-child(2) em,.partThree ul li:nth-child(3) .bottom dl dd:nth-child(6) em{
    display: inline-block;
    height: 30px;
    line-height: 25px;
    transform: translate(-240px) rotate(-90deg);
    color:#F7B500;
    font-size: 16px;
}
/*.partThree ul li:nth-child(3) .bottom dl dd:nth-child(6) em{*/
/*    display: inline-block;*/
/*    height: 30px;*/
/*    line-height: 25px;*/
/*    transform:rotate(-90deg);*/
/*}*/
.partThree ul li:nth-child(even){
    position: absolute;
    width:293px;
    height: 411px;
    top: 77px;
    left: 50%;
    margin-left: -146px;
}
.partThree ul li:nth-child(even) img{
    width:293px;
    height: 411px;
}
.partThree ul li:nth-child(even) span{
    position: absolute;
    width: 200px;
    font-family: FZLTCHJW--GB1-0;
    font-size: 30px;
    color: #272D4C;
    top: 120px;
    left: 45px;
    font-weight: bold;
}
.partFour{
    width: 100%;
    height: 470px;
    background: url("/source/img/shop/single-page/share/bg4.jpg") no-repeat;
    background-size: 100% 100%;
}
.partFour .shadowBody{
    width: 1400px;
    height: 400px;
    margin: 0 auto;
    background: url("/source/img/shop/single-page/share/cityBg.png") no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 10px 5px rgba(42,54,73,.1);
    position: relative;
    padding: 78px 188px 0;
    box-sizing: border-box;
}
.partFour .shadowBody .airplane{
    position: absolute;
    right: 80px;
    top: -115px;
    width: 120px;
    height: 170px;
}
.partFour .shadowBody ul{
    overflow: hidden;
}
.partFour .shadowBody ul li{
    float: left;
    margin-right: 83px;
    margin-bottom: 30px;
    text-align: left;
}
.partFour .shadowBody ul li:nth-child(6){
    margin-right: 0;
}
.partFour .shadowBody ul li h1{
    font-family: FZLTHJW--GB1-0;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.partFour .shadowBody ul li h2{
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #F7B500;
}
.partFour .shadowBody ul li h3{
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #4A90E2;
    margin-top: 5px;
}
.partFour .shadowBody .button{
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
}
.partFour .shadowBody .button img{
    width: 250px;
    height: 40px;
}
.partFive{
    width: 100%;
    height: 690px;
    background: url("/source/img/shop/single-page/share/bg5.jpg") no-repeat;
    background-size: 100% 100%;
}
.partFive h1{
    font-family: FZLTCHJW--GB1-0;
    font-size: 32px;
    color: #333333;
    padding-top: 102px;
    margin-bottom:19px;
}
.partFive h2{
    font-family: FZLTHJW--GB1-0;
    font-size: 16px;
    color: #333333;
    margin-bottom:60px;
}
.partFive ul.topBox{
    display: flex;
    justify-content: space-between;
}
.partFive ul.topBox li{
    width: 260px;
    height: 260px;
    position: relative;
    text-align: center;
}
.partFive ul.topBox li:nth-child(1) .top{
    background: url("/source/img/shop/single-page/share/jcjy.png") no-repeat;
    background-size: 100% 100%;
}
.partFive ul.topBox li:nth-child(2) .top{
    background: url("/source/img/shop/single-page/share/jhcg.png") no-repeat;
    background-size: 100% 100%;
}
.partFive ul.topBox li:nth-child(3) .top{
    background: url("/source/img/shop/single-page/share/bdjc.png") no-repeat;
    background-size: 100% 100%;
}
.partFive ul.topBox li:nth-child(4) .top{
    background: url("/source/img/shop/single-page/share/qwxs.png") no-repeat;
    background-size: 100% 100%;
}
.partFive ul.topBox li .top{
    height: 140px;
}
.partFive ul.topBox li .top h1{
    font-family: FZLTHJW--GB1-0;
    font-size: 24px;
    color: #FFFFFF;
    padding-top: 45px;
    margin-bottom: 12px;
}
.partFive ul.topBox li .top h2{
    font-family: FZLTHJW--GB1-0;
    font-size: 16px;
    color: #FFFFFF;
}
.partFive ul.topBox li .bottom{
    height: 120px;
    background: #F2F2F7;
}
.partFive ul.topBox li .bottom p{
    width: 200px;
    padding-top: 30px;
    margin:0 auto;
    font-family: FZLTHJW--GB1-0;
    font-size: 14px;
    color: #545667;
    line-height: 20px;
}
.partFive ul.topBox li .insertImg{
    position: absolute;
    right: 0;
    bottom:0
}
.partFive ul.topBox li .insertImg img{
    width: 28px;
    height: 28px;
}
.partFive ul.bottomBox{
    display: flex;
    justify-content: space-around;
}
.partFive ul.bottomBox li{
    text-align: center;
    margin-top: 50px;
}
.partFive ul.bottomBox li p:nth-child(1){
    font-family: Impact;
    font-size: 30px;
    color: #D20000;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.partFive ul.bottomBox li:nth-child(1) p:nth-child(1){
    color:#7AC665;
}
.partFive ul.bottomBox li:nth-child(3) p:nth-child(1){
    color:#7AC665;
}
.partFive ul.bottomBox li p:nth-child(1) b{
    display: inline-block;
    font-weight: bold;
    margin-top: -8px;
    margin-right: 5px;
}
.partFive ul.bottomBox li p:nth-child(2){
    font-family: FZLTHJW--GB1-0;
    font-size: 18px;
    color: #333333;
}
.partSix{
    width: 100%;
    height: 622px;
    background: url("/source/img/shop/single-page/share/bg6.jpg") no-repeat;
    background-size: 100% 100%;
}
.partSix h1{
    font-family: FZLTCHJW--GB1-0;
    font-size: 32px;
    color: #333333;
    padding-top: 50px;
    margin-bottom:20px;
}
.partSix h2{
    font-family: FZLTHJW--GB1-0;
    font-size: 16px;
    color: #333333;
    margin-bottom: 60px;
}
.partSix ul{
    display: flex;
    justify-content: space-between;
}
.partSix ul li{
    width: 580px;
    height: 250px;
    position: relative;
}
.partSix ul li:nth-child(1){
    background: url("/source/img/shop/single-page/share/wtzc.jpg") no-repeat;
    background-size: 100% 100%;
}
.partSix ul li:nth-child(2){
    background: url("/source/img/shop/single-page/share/cwgys.jpg") no-repeat;
    background-size: 100% 100%;
}
.partSix ul li img{
    position: absolute;
    width: 170px;
    height: 40px;
    cursor: pointer;
    left: 50px;
    top: 160px;
}
#layerBox{
    width:533px;
    height: 470px;
    padding: 30px 50px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    display: none;
}
#layerBox .top{
    width: 100%;
    font-family: FZLTZHJW--GB1-0;
    font-size: 18px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin:30px 0;
}
#layerBox .formBody{
    /*padding: 0 50px;*/
    /*box-sizing: border-box;*/
}
#layerBox .formBody .layui-form{}
#layerBox .formBody .layui-form-item{}
#layerBox .formBody .layui-form-item .layui-form-label{
    width: 80px;
    padding: 0;
    line-height: 38px;
    text-align: left;
}
#layerBox .formBody .layui-form-item .layui-input-block{
    width: 330px;
    margin-left: 85px;
}
#layerBox .formBody .layui-form-item .layui-input-block .layui-input{
    background: #F8F8F8;
    border: 1px solid #EDEDED;
    border-radius: 4px;
}
#layerBox .formBody .layui-form-item .layui-input-inline{
    width: 150px;
    border:none;
    margin-left: 4px;
}
#layerBox .formBody .layui-form-item .layui-input-inline .layui-select-title{
    background: #F8F8F8;
    border: 1px solid #EDEDED;
    border-radius: 4px;
}
#layerBox .formBody .layui-form-item .button{
    width: 430px;
    height: 40px;
    color:#FFFFFF;
    background-image: linear-gradient(90deg, #629CFF 1%, #557FC7 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
    border:none;
}
#layerBox .formBody .remind{
    font-family: FZLTHJW--GB1-0;
    font-size: 12px;
    color: #999999;
    text-align: center;
}
