.swiper-tebie{
    margin: 0 0 30px;
}
.home-shougou{
    width: 100%;
}
#common-home .fuwu{
    position: relative;
    width: 32.5%;
    display: inline-block;
    color: #000;
    overflow: hidden;
    padding: 15px 0;
}
#common-home .fuwu img{
    max-width: 100%;
}
#common-home .fuwu .two_img{
    width: 25%;
    margin-left: 7%;
}

#common-home .fuwu .phone_class{
    position: absolute;
    top: 13%;
    left: 35%;
    width: 65%;
}

#common-home .fuwu .title{
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 4%;
}
#common-home #fuwu_img4 .title{
    margin-bottom: 8%;
}
#common-home .fuwu .desc{
    font-size: 14px;
    line-height: 16px;
}
#common-home .circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #0174C0;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 17px;
    display: inline-block;
    margin-left: 3%;
}

#pay_jieshao{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}
#pay_jieshao_div {
    border: 2px solid #eee;
    position: relative;
    background: rgb(255,255,255);
    margin: 10px;
    width: 600px;
    height: 75%;
    overflow: auto;
}
#pay_jieshao_guanbi{
    position: absolute;
    top: 15px;
    right: 5px;
    font-size: 35px;
    color: #000;
    cursor: pointer;
}
#pay_jieshao_div .pay_jieshao_content{
    width: 95%;
    margin: 25px 10px;
}
#pay_jieshao_div .pay_jieshao_content .pay_jieshao_left{
    float: left;
    width: 20%;
    margin-top: 30px;
    text-align: center;
}
#pay_jieshao_div .pay_jieshao_content .pay_jieshao_left img{
    max-width: 100%;
}
#pay_jieshao_div .pay_jieshao_content .pay_jieshao_right{
    margin-left: 22%;
    width: 70%;
}
#pay_jieshao_div .pay_jieshao_content .pay_jieshao_right .pay_jieshao_title{
    font-size: 18px;
    font-weight: 900;
}
#pay_jieshao_div .pay_jieshao_content .pay_jieshao_right .pay_jieshao_desc{
    font-size: 14px;
    color: #000;
}
#pay_jieshao_div .pay_jieshao_content .pay_jieshao_right .pay_jieshao_sz{
    font-size: 14px;
    margin-top: 40px;
}

#pay_jieshao_div .fengexian{
    border-bottom: 1px solid #eee;
    margin: 5px 0 5px 0;
}
#pay_jieshao_div .pay_jieshao_content.ebanx{
    min-height: 50px;
}
#pay_jieshao_div .pay_jieshao_content.ebanx .pay_jieshao_left{
    margin-top:0;
}
#pay_jieshao_div .pay_jieshao_content.ebanx .pay_jieshao_left .pay_jieshao_title{
    font-weight: 600;
}
#pay_jieshao_div .pay_jieshao_content.ebanx .pay_jieshao_right .pay_jieshao_desc{
    margin-top:15px;
}

#pay_jieshao_div .pay_jieshao_content.ebanx .pay_jieshao_right .pay_jieshao_desc img{
    width: 40px;
    padding: 5px;
}
#pay_jieshao_div .pay_jieshao_content .pay_jieshao_right .pay_jieshao_sz{
    margin-top:15px;
}
@media (min-width:768px){
    #common-home .home-shougou{
        content:url(/image/catalog/home/sg.png);
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width:1600px) and (min-width:1400px) {
    #common-home .fuwu {
        padding: 22px 0;
    }
    #common-home .fuwu .title {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 4%;
    }
    #common-home .fuwu .desc {
        font-size: 14px;
        line-height: 16px;
    }
    #common-home .fuwu .desc  br{
      display: none;
    }
}
@media (max-width:1400px) and (min-width:1200px) {
    #common-home .fuwu {
        padding: 22px 0;
    }
    #common-home .fuwu .title {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 4%;
    }
    #common-home .fuwu .desc {
        font-size: 12px;
        line-height: 14px;
    }
    #common-home .fuwu .desc  br{
        display: none;
    }
}
@media (max-width:1200px){
    #common-home .fuwu {
        width: 49%;
        padding: 10px 0;
    }
    #common-home .fuwu .phone_class {
        position: absolute;
        top: 13%;
        left: 35%;
        width: 65%;
    }
    #common-home .fuwu .title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 4%;
    }
    #common-home .fuwu .desc {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width:768px){
    #common-home .home-shougou{
        content:url(/image/catalog/home/sg-m.png);
        width: 100%;
        max-width: 100%;
    }
    #common-home .fuwu .title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 4%;
    }
    #common-home .fuwu .desc {
        font-size: 12px;
        line-height: 14px;
    }
}
@media (max-width:600px){
    #common-home .fuwu .desc br{
        display: none;
    }
}
@media (max-width:480px){
    #common-home .fuwu .two_img {
        width: 16%;
        margin-left: 4%;
    }

    #common-home .fuwu {
        width: 100%;
        padding:5px 0;
    }
    #common-home .fuwu .phone_class {
        position: absolute;
        top: 16%;
        left: 20%;
        width: 80%;
    }
    #common-home .fuwu .title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 2%;
    }
    #common-home #fuwu_img4 .title {
        margin-bottom: 1%;
    }
    #common-home .fuwu .desc {
        font-size: 12px;
        line-height: 14px;
    }
    #common-home .fuwu .title br {
       display: none;
    }

    #pay_jieshao_div .pay_jieshao_content .pay_jieshao_right .pay_jieshao_title {
        font-size: 15px;
    }
    #pay_jieshao_div .pay_jieshao_content .pay_jieshao_right .pay_jieshao_desc {
        font-size: 12px;
    }
}

