.u-grey-bd.grey{
    background: url('../images/banner-detail-bg.png') no-repeat;
    background-size:cover;
}
.u-grey-bd.footer{
   background: url("../images/bannerDetail-footer.png");
   background-size: cover;
}
.u-banner-detail,
.u-banner-detail-footer{
    width: 1200px;
    height:auto;
    margin:0 auto;
 
}
.bannerDetailBox{
    position: relative;
    width: 1200px;
    height: auto;
    margin:80px 0 60px;
}
.stepBox{
    position: relative;
    height: auto;
    min-height: 431px;
}
.step-top{
    position: relative;
    z-index: 2;
    width:330px;
    display: flex;
    margin:0px auto;
}
.stepImg{
    width:60px;
    height:160px;
   /* border:2px  dashed rgb(182, 181, 181);*/
}
.step-top img{
    width:56px;
    height:150px;
}
.stepBox.step2 .stepImg,
.stepBox.step3 .stepImg{
    width:99px;
    height:160px;
}
.stepBox.step4 .stepImg{
    width:105px;
    height:160px;
}
.stepBox.step4 .stepImg img{
    width:105px;
    height:152px;
}
.stepBox.step2 .stepImg img,
.stepBox.step3 .stepImg img{
    width:99px;
    height:152px;
}
.setpText{
   margin-left:100px;
   width:170px;
   font-size: 18px;
   font-weight: 400;
   color: #0A1221;
}
.stepBox.step2 .setpText,
.stepBox.step3 .setpText{
    margin-left:65px;
    width:205px;
}
.stepBox.step4 .setpText{
    margin-left:55px;
    width:215px;
}
.setpText p{
    font-size: 32px;
    font-weight: 600;
    color: #0A1221;
    margin:29px 0 0;
}
.step-bot{
    display: flex;
    width:100%;
    position: absolute;
    bottom:0px;
    z-index: 1;
}
.step-bot-left p{
    width:420px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top:189px;
    font-size: 22px;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 0.8;
    margin:0px;
	text-align:center;
}
.step-bot-left,
.step-bot-left img{
    height:281px;
    width:601px;
}
.step-bot-left{
    position: relative;
}
.recommend{
    position:absolute;
    top:20px;
    left:0px;
    width: 90px;
    height: 32px;
    background: #ED001C;
    border-radius: 0px 2px 2px 0px;
    text-align: center;
    line-height: 32px;
    color:#fff;
    font-size:14px;
}
.step-bot-right{
    width:600px;
    height:280px;
    border-radius: 0 3px 3px 0;
    font-size:16px;
    color:#0A1221;
    border:1px solid #D9D9D9;
    border-left-width:0px;
}
.step-bot-right-item{
    height:70px;
    padding-left:39px;
    box-sizing: border-box;
    line-height: 70px;
}

.step-bot-center-item{
    height:70px;
	padding-left:39px;
    box-sizing: border-box;
    line-height:36px;
	border-top:1px solid #D9D9D9;
}
.step-bot-center-item .bpmBtn.colorW {
    margin-top:12px;
    padding-top:2px; 
	padding-left:2px; 
    border-radius:5px;
	background: #E60023;
	width:220px;
	height:40px;
	color:#FFFFFF;
	font-size:18px;
	text-align:center;
}
.step-bot-right-item strong{
    font-size: 20px;
    font-weight: 500;
    margin-right:15px;
}
.step-bot-right-item+.step-bot-right-item{
    border-top:1px solid #D9D9D9;
}
.nextBox{
    position: relative;
    height: 27px;
    margin:60px 0px;
}
.nextBox .next{
    position: absolute;
    width:0px;
    height: 0px;
    border:19.2px solid transparent;
    border-top-width: 27px;
    border-top-color:#ED001C;
    top:0px;
    left:50%;
    transform: translateX(-50%);
}
.u-banner-detail-footer-content{
    position: relative;
    width: 1200px;
    height: 558px;
}
.f-header{
    height:80px;
    margin-top:80px;
    text-align: center;
    position: relative;

}
.f-header p{
    font-size: 32px;
    font-weight: 600;
    color: #0A1221;
 
}
.f-header .line{
    position: absolute;
    bottom:0px;
    left:50%;
    transform: translateX(-50%);
    width: 50px;
    height: 6px;
    background: #E60023;
}
.footer-content-row{
    display: flex;
}
.footer-content-mobile-item,
.footer-content-row-item{
    position: relative;
    width: 380px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #0A1221;
    text-align: center;
}
.footer-content-row-item{
    height: 120px;
    line-height: 80px;
   
}
.footer-content-row-item p{
    height: 120px;
    line-height: 80px;
	font-size:20px;
	margin-top:20px;
  
}

.footer-content-mobile-item{
    height: 150px;
    width:420px;
    font-size:16px;
    font-weight: 500;
}

.footer-content-row-item img,
.footer-content-mobile-item img{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    width:23px;
    height:50px;
}
.footer-content-mobile-item img{
    /* width:30px; */
    width:auto;
    height:100px;
}
.footer-content-row-item img:nth-of-type(1),
.footer-content-mobile-item img:nth-of-type(1){
    left:21px;
}
.footer-content-row-item img:nth-of-type(2),
.footer-content-mobile-item img:nth-of-type(2){
    right:21px;
}
.footer-content-row-item+.footer-content-row-item{
    margin-left:40px;
}
.footer-content-row+.footer-content-row{
    margin-top:30px;
}
.mt6{
    margin-top:61px;
}
.footer-content-mobile{
    display: none;
}
.footer-mobile-text  {
    margin-top:25px;
}
.footer-mobile-text  p{
    height:100%;
}
.footer-content-mobile .line{
    position: absolute;
    display: none;
    left:50%;
    transform: translateX(-50%);
    top:205px;
    background-color:  #d4cfcf4f;
    width:400px;
    height:2px;

}
@media screen and (max-width: 1216px){
    .u-banner-detail,
    .bannerDetailBox,
    .u-banner-detail-footer,
    .u-banner-detail-footer-content{
        width:100%;
    }
    .step-bot-right{
        flex:1; 
    }
    
}
@media screen and (max-width: 1178px) {
    .f-header{
        margin-top:40px;
    }
    .step-bot{
        flex-direction: column;
        align-items: center;
    }
    .stepBox{
        min-height:800px;
    }
    .footer-content-row{
        display: none;
    }
    .footer-content-mobile{
        display: block;
        position: relative;
        height:398px;
    }
    .footer-content-mobile-item{
        position: absolute;
        left:50%;
        transform: translateX(-50%);
    }
    .footer-content-mobile-item:nth-of-type(1){
        top:30px;
    }
    .footer-content-mobile-item:nth-of-type(2){
        bottom:20px;
    }
    .step-bot-right{
        border-left-width:1px;
        border-top-width:0px;
    }

}
@media screen and (max-width: 700px){
    .step-bot-left img,
    .step-bot-left,
    .step-bot-right{
        width:100%;
        height:auto;
    }
    .step-bot-left p{
        font-size:21px;
        top:65%;
    }
    .u-grey-bd.footer{
        background:rgb(255,255,255);
    }
    .footer-content-mobile .line{
        display: block;
        width:80%;
    }
    .step-bot-center-item .bpmBtn.colorW {
        margin:8px auto 0px;
		
    }
}
