.suspension {
    position: fixed;
    z-index: 55;
    right: 0;
    bottom: 85px;
    width: 70px;
    height: 130px;
    top: 50%;
    margin-top: -120px;
}

.suspension-box {
    position: relative;
    float: right;
}

.suspension .a {
    display: block;
    background-color: #CD0B0B;
    margin-bottom: 4px;
    cursor: pointer;
    outline: none;
}

.suspension .a-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 2px;
}

.suspension .a img {
    width: 30px;
    object-fit: contain;
    margin-bottom: 10px;
}

.suspension .a span {
    font-size: 16px;
    color: #ffffff;
    writing-mode: vertical-lr;
}

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

.suspension .d .arrow {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url("../image/side_bg_arrow.png") no-repeat;
    right: -8px;
    top: 31px;
}

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

.d-service-item .d-item-img img {
    width: 50px;
    object-fit: contain;
}

.d-service-item .text1 {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 15px;
    margin-top: 10px;
}

.d-service-item .text2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.d-service-item .text3 {
    font-size: 18px;
    font-weight: 600;
    color: #CD0B0B;
}

.d-service-item-img {
    border-top: 1px solid #EEEEEE;
    margin-top: 20px;
}

.d-service-item-img .bd-r {
    border-right: 1px solid #EEEEEE;
}

.d-service-item-img .d-item-img2 img {
    width: 55px;
    object-fit: contain;
    margin: 10px 0;
}

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

.d-service-item{
    position: relative;
}
.d-service-item .image-code {
    width: 175px;
    height: 175px;
    position: absolute;
    top: 105px;
    background: #ffffff;
    z-index: 99;
    display: none;
}

.d-service-item .image-code img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
