.small-img-ag{
    top: 80%;
}

.section1{
    margin-bottom: 0;
}

.aggregate-method-list{
    margin-bottom: 30px;
    font-size: 14px;
}

.aggregate-method-item{
    margin: 50px 0 30px 0;
}

.aggregate-method-left{
    padding: 15px;
    text-align: center;
}

.aggregate-method-left img{
    width: 150px;
    height: 150px;
}

.aggregate-method-right{
    padding: 15px;
}

.aggregate-method-title{
    margin-bottom: 10px;
    font-size: 20px;
}

.aggregate-method-content{
    margin: 20px 0;
    color: #6E6E6E;
}

.aggregate-pay-box{
    margin-top: 20px;
    text-align: center;
    overflow: hidden;
    color: #6E6E6E;
    height: 60px;
}

.aggregate-pay-text{
    float: left;
    margin-bottom: 20px;
    line-height: 55px;
}

.aggregate-pay-ways{
    float: left;
}

.aggregate-pay-way{
    float: left;
    margin-left: 15px;
    margin-bottom: 5px;
    min-width: 50px;
}

.aggregate-pay-way img{
    width: 30px;
    height: 30px;
}

.aggregate-pay-way-text{
    margin-top: 5px;
}

.section2{
    margin-bottom: 60px;
}

.butt-method-box{
    text-align: center;
}

.butt-flow{
    display: inline-block;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden;
}

.butt-flow:first-child{
    margin-left: 0;
}

.butt-flow-box{
    display: block;
    float: left;
    min-width: 150px;
    height: 45px;
    background-color: #F5F7F8;
    border-radius: 20px;
    line-height: 45px;
    text-align: center;
}

.butt-flow:first-child{
    margin-left: 0;
}

.butt-flow-arrow{
    display: block;
    float: left;
    font-size: 24px;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 45px;
    text-align: center;
}

.butt-ways-box{
    width: 450px;
    margin: 0 auto;
}

.butt-ways-frame img{
    width: 100%;
}

.icon-box{
    width: 90px;
    margin: 0;
    padding: 5px;
}

.icon-box-img img{
    width: auto;
    height: 40px;
    margin-bottom: 5px;
}

.butt-text{
    width: 450px;
    margin: 0 auto;
    font-size: 12px;
}

.butt-title{
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: left;
}

.butt-content{
    width: 350px;
    text-align: left;
    line-height: 26px;
}

@media screen and (max-width: 992px) {
    .aggregate-method-right{
        padding: 5px 20% 50px 20%;
    }
}

@media screen and (max-width: 750px) {
    .small-banner-right{
        top: 70%;
    }

    .aggregate-method-list{
        margin-bottom: 30px;
        font-size: 14px;
    }

    .aggregate-method-left{
        padding: 15px;
        text-align: center;
    }

    .aggregate-method-left img{
        width: 120px;
        height: 120px;
    }

    .aggregate-method-right{
        padding: 15px;
    }

    .aggregate-method-title{
        margin-bottom: 10px;
        font-size: 16px;
    }

    .aggregate-method-content{
        margin: 10px 0;
        color: #6E6E6E;
    }

    .aggregate-pay-box{
        text-align: center;
        overflow: hidden;
        color: #6E6E6E;
        height: auto;
    }

    .aggregate-pay-way img{
        width: 25px;
        height: 25px;
    }

    .aggregate-pay-way-text{
        margin-top: 5px;
    }

    .butt-flow{
        margin: 0 auto;
        padding: 15px;
        overflow: hidden;
    }

    .butt-flow-box{
        display: block;
        float: left;
        min-width: 80px;
        height: 30px;
        background-color: #F5F7F8;
        border-radius: 10px;
        line-height: 30px;
        text-align: center;
        font-size: 12px;
    }

    .butt-flow-arrow{
        display: block;
        float: left;
        margin-left: 30px;
        margin-right: 30px;
        line-height: 30px;
        text-align: center;
    }

    .butt-ways-frame{
        width: 80%;
        margin: 0 auto;
    }

    .butt-ways-box{
        width: 100%;
        margin: 0 auto;
    }

    .icon-box{
        width: 20%;
        margin: 0;
        padding: 5px 0;
    }

    .icon-box-img img{
        width: auto;
        height: 30px;
        margin-bottom: 5px;
    }

    .butt-text{
        width: 80%;
        margin: 0 auto;
        font-size: 12px;
    }

    .butt-content{
        width: 80%;
    }
}

