.sou {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 25px;
    background: none;
    border: none;
    color: #4589d2;
}

.dibu {
    padding-top: 3px;
    overflow: hidden;
    display: none;
    background: #131313;
}

.dibu ul li {
    display: inline-block;
    width: 32%;
    text-align: center;
}

.dibu ul li a {
    color: #757575;
}

.dibu ul li a p {
    margin: 0;
}

.dibu .scroll-top {
    position: inherit;
}

.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 185px;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
    border-radius: 5px;
}

.suspension .a {
    display: block;
    width: 60px;
    height: 70px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    border: 1px solid #f5f3f2;
    position: relative;
}
.suspension .a p {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    color: #000;
    position: absolute;
    bottom: 5px;
    width: 100%;
}

.suspension .a.active,
.suspension .a:hover {
    background: #4589d2;
}

.suspension .a .i {
    width:100%;
    height:60px;
    background-image: url(../images/top3.png);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* .suspension .a-service .i{background-position:0 0;} */

.suspension .a-service .i {
    background-image: url(../images/top1.png);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
}

.suspension .a-service-phone .i {
    background-image: url(../images/top2.png);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
}

.suspension .a-cart .i {
    background-image: url(../images/top3.png);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
}

.suspension .a-qrcode .i {
    /* background-position: 16px 16px; */
}

.suspension .a-top .i {
    background-image: url(../images/top4.png);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
}



.suspension .a-top {
    /* background: #705a67; */
    display: none;
}

.suspension .a-top:hover {
    background: #4589d2;
}

.suspension .d {
    display: none;
    width: 223px;
    background: #fff;
    position: absolute;
    right: 67px;
    min-height: 90px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    right: -8px;
    top: 31px;
}

.suspension .d-service {
    top: 0;
}

.suspension .d-service-phone {
    top: 34px;
}

.suspension .d-qrcode {
    top: 78px;
}

.suspension .d .inner-box {
    padding: 8px 22px 12px;
}

.suspension .d-service-item {
    border-bottom: 1px solid #eee;
    padding: 14px 0;
}

.suspension .d-service .d-service-item {
    border-bottom: none;
}

.suspension .d-service-item .circle {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    background: #F1F1F3;
    display: block;
    float: left;
}

.suspension .d-service-item .i-qq {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon03.png) no-repeat center 15px;
    display: block;
    transition: all .2s;
    border-radius: 50%;
    overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
    background-position: center 3px;
}

.suspension .d-service-item .i-tel {
    width: 44px;
    height: 44px;
    background: url(../images/side_con_icon02.png) no-repeat center center;
    display: block;
}

.suspension .d-service-item h3 {
    float: left;
    width: 112px;
    line-height: 1;
    font-size: 15px;
    /* margin-left: 12px; */
    margin: 15px 0 15px 12px;
}

.suspension .d-service-item .text {
    float: left;
    width: 112px;
    line-height: 22px;
    font-size: 15px;
    margin-left: 12px;
}

.suspension .d-service-item .text .number {
    font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

.suspension .d-service-intro {
    padding-top: 10px;
}

.suspension .d-service-intro p {
    float: left;
    line-height: 27px;
    font-size: 12px;
    width: 50%;
    white-space: nowrap;
    color: #888;
}

.suspension .d-service-intro i {
    height: 27px;
    width: 14px;
    margin-right: 5px;
    vertical-align: top;
    display: inline-block;
}

.suspension .d-qrcode {
    text-align: center;
}

.suspension .d-qrcode .inner-box {
    padding: 20px 0;
}

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

@media (max-width: 991.98px) {
    .dibu {
        display: block;
    }
    .dibu .scroll-top {
        right: 15px;
        bottom: 5px;
        width: auto;
        height: auto;
        line-height: initial;
    }
    .dibu .scroll-top .fa {
        font-size: 30px;
    }
    .dibu .fa-fw,
    .dibu .fa-phone {
        font-size: 18px;
    }
    .suspension .a .i{
        background-size: 30% 40% !important;
    }
}

@media(max-width:678px) {
    .suspension {
        /* display: none; */
        top: auto;
        bottom: 0;
        left: 0;
        right: auto;
        height: auto;
        width: 100vw;
    }
    .suspension-box {
        display: flex;
        float: none;
        width: 100%;
    }
    /* .d {
        display: none !important;
    } */
    .suspension .a {
        width: 25%;
    }
    .suspension .a-top {
        display: block !important;
    }

    .suspension .d {
        top: auto;
        right: auto;
        bottom: 70px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width:450px) {
    /* .suspension .a {
        width: 50px;
        height: 50px;
    }
    .suspension .a-top .i {
        background-position: 10px 10px;
    }
    .suspension .a-qrcode .i {
        background-position: 11px 11px;
    }
    .suspension .a-service-phone .i {
        margin-top: 15px;
        margin-left: 15px;
    }
    .suspension .a-service .i {
        margin-top: 15px;
        margin-left: 15px;
    } */
}