.content{
    width: 80%;
    margin: 50px auto 0 auto;


}
.contenter-1200{
    width: 1200px;
    margin: 0 auto;
}
.detail-con{
    text-align: center;
}
.cardPayment{
    background: #33a5e1;
    padding: 1px 0 50px 0;
    
}
.cardPayment .detail-con{
    display: flex;
    justify-content: space-around;
}
.cardPayment .item{
    background: #fff;
    height: 180px;
    width: 280px;
    border-radius: 70px 0 70px 0;
    position: relative;
    box-sizing: border-box;
    padding-top: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.cardPayment .item .cardPayment-logo{
    width: 50px;
    height: auto;
    position: absolute;
    left: calc( 50% - 20px);
    left: -moz-calc(50% - 20px);
    left: -webkit-calc(50% - 20px);
    top: -20px;
}
.cardPayment .item .cardPayment-title{
   color: #0086da;
   font-weight: 700;
   margin-bottom: 10px;
}
.cardPayment .item .cardPayment-way{
   font-size: 13px;
   line-height: 35px;
 }
/* .content .industryPain .con img{
    display: block;
    width: 100%;
    height: auto;
} */
.content .industryPain .detail-con{
    display: flex;
    justify-content: center;
}
.content .industryPain .detail-con .left-con{
   
}
.content .industryPain .detail-con .item{
    line-height: 30px;
}
.content .industryPain .detail-con .left-con .item:nth-child(1){
    margin-top:calc(25% - 10px);
    margin-top:-moz-calc(25% - 10px);
    margin-top:-webkit-calc(25% - 10px);
    margin-top: -ms-calc(25% - 10px);
}
.content .industryPain .detail-con .left-con .item:nth-child(2){
    margin-top:calc(60% - 10px);
    margin-top:-moz-calc(60% - 10px);
    margin-top:-webkit-calc(60% - 28px);
    margin-top: -ms-calc(60% - 10px);
}
.content .industryPain .detail-con .right-con .item:nth-child(1){
    margin-top:calc(25% - 10px);
    margin-top:-moz-calc(25% - 10px);
    margin-top:-webkit-calc(25% - 10px);
    margin-top: -ms-calc(25% - 10px);
}
.content .industryPain .detail-con .right-con .item:nth-child(2){
    margin-top:calc(60% - 10px);
    margin-top:-moz-calc(60% - 10px);
    margin-top:-webkit-calc(60% - 28px);
    margin-top: -ms-calc(60% - 10px);
}
.margin-t100{
    margin-top: 100px !important;
}
.margin-b60 {
    margin-bottom: 60px !important;
}
.content .cardPayment{
    overflow: auto;
}
.part-title.payment{
    margin: 54px 0 70px 0;
}
.content .cardPayment .item{
    width: 33.3%;
    float: left;
    text-align: center;
}
.content .cardPayment .con .item img{
    width:60%;
    max-width: 180px;
    height: auto;
}
.content .wePay .wePay_header{
    margin: 60px auto;
    height: auto;
    overflow: auto;
    position: relative;
}

.content .wePay  article{
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
}
.content .wePay .wePay_img{
    float: right;
    width: 60%;
    height: auto;
    margin-left: 10%;
}
.content .wePay .wePay_img img{
    width:100%;
    height: auto;
}
.content .post_pay{
    width:100%;
}
.content .post_pay img{
    display: block;
    width:80%;
    margin: 20px auto;

}
.payStep{
    width: 100%;
}
.payStep .con{
    margin: 0 auto 50px auto;
    overflow: auto;
}
.payStep .con .item{
    width: 33.3%;
    float: left;
    text-align: center;

}
.payStep .con .item img{
    width: 60%;
    height: auto;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}