/* 付费指导 */
.payzd_head_main{
    background-image: url(../img/bannerfw.png);
    height: 400px;
    position: relative;
    background-size: 100% 100%;
}
.payzd_content{
    width: 100%;
    margin-bottom: 60px;
}
.pay_process{
    width: 1200px;
    margin: 0 auto;
}

.pay_process_title{
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    padding: 40px 0 15px;
    position: relative;
}
.pay_process_content{
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}
.pay_process_item{
    width: 230px;
    height: 145px;
}
.text_box{
    width: 160px;
    margin-left: 45px;
    color: #fff;
    margin-top: 15px;
}
.text_top{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
    
}
.text_bottom{
    font-size: 13px;
    line-height: 15px;
}
.process_one{    
    margin-top: 25px;
    background: url(../img/ff1.png) no-repeat;
    background-size: 100% 100%;
}
.process_two{
    margin-top: 50px;
    background: url(../img/ff2.png) no-repeat;
    background-size: 100% 100%;
}
.process_three{
    background: url(../img/ff3.png) no-repeat;
    background-size: 100% 100%;
}
.process_four{   
     margin-top: 25px;
     background: url(../img/ff4.png) no-repeat;
    background-size: 100% 100%;
}
.process_five{    
    margin-top: 50px;
    background: url(../img/ff5.png) no-repeat;
    background-size: 100% 100%;
}
.pay_method_ts{
    margin: 25px 0;
    color: #FE0000;
    text-align: center;
    font-size: 16px;
    
}
.pay_process_title img{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
}
.pay_method{
    height: 360px;
    display: flex;
    justify-content: space-between;
}
.pay_method_one{
    width: 275px;
    height: 360px;
    flex-shrink: 0;
}
.pay_method_top{
    width: 100%;
    height: 75px;
    background: #1156B3;
    border-radius: 10px 10px 0 0 ;
    text-align: center;
    line-height: 75px;
    color: #fff;
    font-weight: 800;
    font-size: 24px;
}
.pay_method_bottom{
    border: 1px solid #ccc;
    border-top: 0;
    padding: 35px 20px;
    height: 214px;
   
}
.pay_method_bottom_item{
    margin-bottom: 30px;
}
.pay_method_bottom_item:last-child{
    margin-bottom: 0;
}
.pay_method_bottom_label{
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}
.pay_method_bottom_text{
    font-size: 18px;
    font-weight: bold;
}
.pay_method_two{
    width: 418px;
    height: 360px;
    margin: 0 25px;
    flex-shrink: 0;
}
.pay_method_two_bottom{
    border: 1px solid #ccc;
    border-top: 0;
    padding: 22px 30px;
    display: flex;
}
.ewm_code{
  width: 165px;
  height: 240px;
  background: red;
}
.zfb_code{
    margin-right: 25px;
}
.pay_method_tip{
    width: 413px;
    height: 298px;
    border: 1px solid #ccc;
    flex-shrink: 0;
    padding: 30px 25px;
}
.pay_method_tip_color{
    color: red;
    font-size: 20px;
    font-weight: 700;
}
.pay_method_tip p{
    margin-top: 20px;
    font-size: 16px;
    line-height: 18px;
}