.conaniner{
    width: 1200px;
    margin: 100px auto 0;
}
.rate-cont{
    width: 100%;
    background: url('../image/refund-rate-bg1.png') no-repeat;
    background-size:cover;
    margin-top: 40px;
    display: table;
    height: 150px;
    border-radius: 10px;
}
.rate-cont .left{
    width: 16%;
    /* float: left; */
    text-align: center;
    font-size: 60px;
    color: #fff;
    height: 150px;
    line-height: 150px;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
}
.rate-cont>div{
    /* padding: 20px; */
    overflow: hidden;
    display: table;
    width: 99%;
}
.rate-cont .right{
    width: 83%;
    /* float: left; */
    padding:20px 0;
    display: table-cell;
    vertical-align: middle;
}
.rate-cont .title{
    font-size: 26px;
    color: #fff;
    line-height: 1.2;
}
.rate-cont .text{
    font-size: 16px;
    color: #fff;
    /* opacity: 0.6; */
}
.rate-cont:nth-of-type(2) .right{
    display: table;
    width: 100%;
}
.help-btn{
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}
/* .rate-cont:nth-of-type(2) .right .title{
    display: table-cell;
    vertical-align: middle;
} */
.rate-text{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 1.2;
    /* opacity: 0.6; */
}
.rate-text>img{
    width: 153px;
}
.rate-text>p{
    width: 153px;
    margin-top: 10px;
    text-align: center;
}
.rate-cont:nth-last-of-type(1){
    background-image: url('../image/refund-rate-bg2.png');
}
.service{
    width: 80%;
    margin:30px auto 80px;
    overflow: hidden;
}
.service .item{
    width: 33%;
    float: left;
    text-align: center;
}
.service .item>div{
    width: 164px;
    margin: auto;
}
.cont{
    background: url('../image/servires-bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 20px
}
.service .num{
    font-size: 40px;
    text-align: right;
    color: #0383d8;
    padding-top: 10px;
}
.service .cont .text{
    text-align: center;
    padding-top: 20px;
    color: #09f;
}
.qr_code{
    width: 80%;
    margin:0 auto 20px;
    display: block;
}
.service .item>div>.title{
    padding-top: 40px;
    font-size: 20px;
}
@media screen and (max-width:1366px){
    .rate-text>img,.rate-text>p{
        width: 150px;
    }
}

@media screen and (max-width:1280px){
    .conaniner{
        width: 80%;
    }
    .rate-cont .title{
        font-size: 20px;
    }
}
@media screen and (max-width:768px){
    .conaniner{
        width: 96%;
    }
    .rate-cont:nth-of-type(2) .right .title{
        display: block;
    }
    /* .rate-text{
        display: block;
    }
    .rate-cont .left{
        font-size: 46px;
        width: 20%;
        padding: 0 10px;
    } */
    .service{
        width: 80%;
    }
    .service .item{
        width: 50%;
    }
    .rate-cont>div{
        display: block;
    }
    .rate-cont .left{
        padding-top: 20px;
        height: 50px;
        line-height: 50px;
    }
    .rate-cont .title{
        font-size: 18px;
        line-height: 1.4;
    }
    .rate-cont .right{
        width: 94% !important;
        display: block;
        margin: auto;
    }
    .rate-text>p{
        width: auto;
    }
}
@media screen and (max-width:480px){
    .conaniner{
        width: 90%;
    }
    .service{
        width: 100%;
    }
    .rate-cont>div{
        width: 100%;
    }
    .rate-cont .text{
        font-size: 14px;
        /* line-height: 1.4; */
    }
    .rate-cont:nth-of-type(2) .right .rate-text{
        display: block;
        /* margin: auto; */
        text-align: center;
    }
    .rate-cont:nth-of-type(2) .right img{
        display: block;
        margin: auto;
        width: 100px;
    }
    .rate-cont{
        background-size: 100% 100%;
    }
}
@media screen and (max-width:375px){
    .service .item{
        width: 100%;
    }
}
