﻿.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    top:30%;
    width: 70px;
    height: 240px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #353535;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

    .suspension .a.active,
    .suspension .a:hover {
        background: #F05352;
    }

    .suspension .a .i {
        float: left;
        width: 44px;
        height: 37px;
        text-align:center;
        padding-top:7px;
    }
    .suspension .a .i img{
        width:30px;
        height:30px;
    }
.suspension .a-top {
    background: #D2D3D6;
    display: none;
}

    .suspension .a-top:hover {
        background: #c0c1c3;
    }

.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;
        background: url(../images/Icon/float_arrow.png) no-repeat;
        right: -8px;
        top: 31px;
    }

.suspension .d-service {
    top: 30px;
}

.suspension .d-service-phone {
    top: 34px;
}

.suspension .d-qrcode {
    top: 10px;
}

.suspension .d .inner-box {
    padding: 8px 22px 12px;
}
.suspension .d .inner-box img{
    max-width:140px;
}

.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 h3 {
    float: left;
    width: 112px;
    line-height: 44px;
    font-size: 15px;
    margin-left: 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-qrcode {
    text-align: center;
}

    .suspension .d-qrcode .inner-box {
        padding: 10px 0;
    }

.suspension .d-qrcode p {
    font-size: 16px;
    color: #93959c;
}

/* ============================================================
   平板端适配 (≤768px)
   ============================================================ */
@media(max-width:768px) {
    .suspension {
        right: 4px;
        top: auto;
        bottom: 60px;
        width: 52px;
        height: auto;
    }
    .suspension .a {
        width: 38px;
        height: 38px;
        margin-bottom: 3px;
        border-radius: 50%;
    }
    .suspension .a .i {
        width: 38px;
        height: 31px;
        padding-top: 5px;
    }
    .suspension .a .i img {
        width: 24px;
        height: 24px;
    }
    /* 弹出面板缩小并左移，防止溢出屏幕 */
    .suspension .d {
        width: 180px;
        right: 48px;
    }
    .suspension .d .arrow {
        right: -8px;
        top: 20px;
    }
    .suspension .d .inner-box {
        padding: 6px 14px 10px;
    }
    .suspension .d .inner-box img {
        max-width: 100px;
    }
    .suspension .d-service-item h3 {
        width: 90px;
        line-height: 36px;
        font-size: 13px;
        margin-left: 8px;
    }
    .suspension .d-service-item .text {
        width: 90px;
        font-size: 13px;
        margin-left: 8px;
    }
    .suspension .d-qrcode p {
        font-size: 13px;
    }
}

/* 小屏手机 (≤480px) */
@media(max-width:480px) {
    .suspension {
        right: 2px;
        bottom: 50px;
        width: 42px;
    }
    .suspension .a {
        width: 32px;
        height: 32px;
        margin-bottom: 2px;
    }
    .suspension .a .i {
        width: 32px;
        height: 26px;
        padding-top: 3px;
    }
    .suspension .a .i img {
        width: 20px;
        height: 20px;
    }
    .suspension .d {
        width: 150px;
        right: 40px;
    }
    .suspension .d .inner-box {
        padding: 4px 10px 8px;
    }
    .suspension .d .inner-box img {
        max-width: 80px;
    }
    .suspension .d-service-item h3,
    .suspension .d-service-item .text {
        width: 75px;
        font-size: 12px;
        line-height: 30px;
    }
    .suspension .d-qrcode p {
        font-size: 11px;
    }
}
