.bar{
    height: 550px;
    overflow: hidden;
    padding-top: 92px;
    background-color: #fff;
}
.bar .img-wrap{
    float: left;
    width: 525px;
    height: 336px;
    margin-left: 98px;
    margin-right: -20px;
}
.bar .img-wrap img{
    width: 100%;
}
.bar .title-wrap{
    width: 573px;
    float: left;
}
.bar .title-wrap .title{
    height: 120px;
    line-height: 120px;
    font-size: 32px;
    font-family: "Rubik-Medium";
    color: #000;
}
.bar .title-wrap .desc{
    line-height: 26px;
    font-size: 16px;
    font-family: "Rubik-Light";
    color: #000;
}
.payments{
    background-color: #f2f3f5;
    padding-bottom: 85px;
}
.payments .title{
    height: 150px;
    line-height: 150px;
    font-family: "Rubik-Medium";
    font-size: 26px;
}
.payments .payment-list{
    margin-left: -126px;
    overflow: hidden;
    padding-bottom: 40px;
}
.payments .payment-list li{
    width: 525px;
    float: left;
    margin-left: 126px;
    background-color: #fff;
    padding: 55px 0 35px 0;
    height: 210px;
    box-shadow: 0px 0px 20.16px 0.84px rgba(4, 0, 0, 0.05);
    text-align: center;
}
.payments .payment-list .money{
    font-family: "Rubik-Light";
    font-size: 32px;
    color: #fc275d;
    line-height: 26px;
}
.payments .payment-list .tip{
    color: #fc275d;
    font-size: 16px;
    font-family: "Rubik-Light";
    line-height: 26px;
    padding: 10px 0;
}
.payments .payment-list .info{
    color: #000;
    font-size: 16px;
    font-family: "Rubik-Light";
    line-height: 20px;
}
.payments .tips{
    font-size: 16px;
    font-family: "Rubik-Light";
    line-height: 26px;
    color: #fc275d;
}
.payment-infos{
    background-color: #f9fafc;
}
.payment-infos .infos{
    padding: 90px 0;
}
.payment-infos .infos .img-wrap,.payment-infos .infos .info{
    float: left;
}
.payment-infos .infos li{
    overflow: hidden;
    padding: 35px 0;
}
.payment-infos .infos .img-wrap{
    padding-right: 30px;
    width: 100px;
}
.payment-infos .infos .img-wrap img{
}
.payment-infos .infos .info{
    width: 1020px;
    padding-left: 30px;
}
.payment-infos .infos .info .title{
    font-size: 26px;
    line-height: 26px;
    color: #fc275d;
    font-family: "Rubik-Light";
}
.payment-infos .infos .info .desc{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    padding-top: 10px;
    font-family: "Rubik-Light";
}
.accept-payments{
    background-color: #f2f3f5;
}
.accept-payments .app-center{
    position: relative;
}
.accept-payments .accept-payments-tip{
    position: absolute;
    background-color: rgb(252, 39, 93);
    width: 329px;
    height: 87px;
    color: #fff;
    font-size: 26px;
    font-family: "Rubik-Medium";
    text-align: center;
    line-height: 87px;
    top: -30px;
    left: 0px;
}
footer{
    background-color: #fff;
}
.accept-payments .accept-list{
    padding: 80px 96px 80px 40px;
    overflow: hidden;
}
.accept-payments .accept-list li{
    float: left;
    background-color: #fff;
    margin: 40px 0px 0px 40px;
    height: 280px;
    width: 220px;
    position: relative;
    padding: 60px 30px 0 30px;
}
.accept-payments .accept-list li .num{
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    background-color: #fc275d;
    font-size: 16px;
    font-family: "Rubik-Light";
    position: absolute;
    left: 0;
    top: 0;
}
.accept-payments .accept-list li .title{
      font-size: 20px;
      font-family: "Rubik-Light";
      color: rgb(252, 39, 93);
      line-height: 26px;
}
.accept-payments .accept-list li .desc{
    padding-top: 10px;
    font-size: 16px;
    font-family: "Rubik-Light";
    color: #000;
    line-height: 26px;
}
/* 手机端 */
@media screen and (max-width: 750px) {
    .bar{
        height: auto;
        display: flex;
        flex-direction: column-reverse;
        padding: 1rem .4rem;
    }
    .bar .img-wrap{
        width: 100%;
        height: auto;
        margin-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .bar .img-wrap img{
        width: 5rem;
    }
    .bar .title-wrap{
        width: auto;
    }
    .bar .title-wrap .title{
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .48rem;
    }
    .bar .title-wrap .desc{
        font-size: .26rem;
        line-height: .46rem;
        display: inline;
    }
    .payments{
        padding: 0 .4rem 1rem;
    }
    .payments .title{
        height: 2.3rem;
        line-height: 2.3rem;
        font-size: .48rem;
    }
    .payments .payment-list{
        margin-left: 0;
        padding-bottom: 0;
    }
    .payments .payment-list li {
        width: 100%;
        margin-left: 0;
        margin-bottom: .6rem;
        height: 2.75rem;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .payments .payment-list .money{
        font-size: .4rem;
    }
    .payments .payment-list .tip{
        font-size: .26rem;
        line-height: .34rem;
        padding: .1rem 0;
    }
    .payments .payment-list .info{
        font-size: .26rem;
        line-height: .36rem;
    }
    .payments .tips{
        font-size: .26rem;
        line-height: .26rem;
    }
    .payment-infos{
        padding: 0 .4rem;
    }
    .payment-infos .infos{
        padding: .7rem 0;
    }
    .payment-infos .infos li{
        padding: .3rem 0;
        display: flex;
        flex-direction: row;
    }
    .payment-infos .infos .img-wrap{
        padding-right: 0;
        width: 1rem;
        padding-top: .1rem;
    }
    .payment-infos .infos .img-wrap img{
        width: 100%;
    }
    .payment-infos .infos .info{
        width: auto;
        flex:1;
        padding-top: 0 !important;
    }
    .payment-infos .infos .info .title{
        font-size: .3rem;
        line-height: .4rem;
    }
    .payment-infos .infos .info .desc{
        font-size: .26rem;
        line-height: .46rem;
    }
    .accept-payments{
        padding: .48rem .4rem 1rem;
    }
    .accept-payments .accept-payments-tip{
        width: 4.1rem;
        height: 1.08rem;
        line-height: 1.08rem;
        font-size: .32rem;
        top: -1.04rem;
    }
    .accept-payments .accept-list{
        padding: 0;
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .accept-payments .accept-list li{
        margin: 0;
        padding: .8rem .4rem;
        width: 3.15rem;
        height: 4.9rem;
        margin-top: .8rem;
    }
    .accept-payments .accept-list li .num{
        width: .52rem;
        height: .52rem;
        line-height: .52rem;
        font-size: .26rem;
    }
    .accept-payments .accept-list li .title{
        font-size: .3rem;
        line-height: .46rem;
    }
    .accept-payments .accept-list li .desc{
        font-size: .26rem;
        line-height: .46rem;
    }
}