/* 联系客服 */
.service-mql-box {
    position: fixed;
    top: 20%;
    right: -20px;
    width: 40px;
    height: 132px;
    transform: translate(-50%, 0);
    z-index: 99999;
    display: none;
}

.service-mql-box .service-tip-box {
    width: 40px;
    height: 132px;
    border-radius: 2px;
    background: #3f8cff;
    color: #fff;
    font-size: 16px;
    padding: 20px 10px;
    line-height: 18px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    box-sizing: border-box;
}

.service-mql-box .service-tip-box .arrow-icon {
    display: block;
    width: 18px;
    height: 18px;
    margin-top: 10px;
    display: none;
}

.service-mql-box .service-tip-box .arrow-left-icon {
    background: url('../images/arrow-left.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;

}

.service-mql-box .service-tip-box .arrow-right-icon {
    background: url('../images/arrow-right.png') no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.service-mql-box .service-tip-box .arrow-icon-show {
    display: block;
}

.service-mql-box .service-tip-box img {
    margin-top: 10px;
}

.service-mql-box .service-mql-content {
    background: #fff;
    position: absolute;
    z-index: 9;
    top: 0;
    opacity: 0;
    right: -300px;
    width: 230px;
    height: auto;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
    padding: 20px;
    transition: 0.3s;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    box-shadow: 0 0 10px 2px #e8eff9;
}

.service-mql-box .service-mql-content-show {
    right: 45px;
    opacity: 1;
}

.service-mql-box .service-mql-content li {
    font-size: 14px;
    color: #595959;
    line-height: 30px;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
    display: block;
    border-top: 1px solid #f1f1f1;
    padding: 15px 0;
}

.service-mql-box .service-mql-content li:first-child {
    border-top: none;
}

.service-mql-box .service-mql-content li.li-0 {
    border-top: none;
}

.service-mql-box .service-mql-content li .mark {

}

.service-mql-box .service-mql-content li .mark .qq-link img {
    width: 65px;
}

.service-mql-box .service-mql-content li .contact {
    font-size: 12px;
}

.service-mql-box .service-mql-content li img {
    width: 95px;
    border: 1px solid #eee;
    padding: 3px;
    border-radius: 3px;
}

.service-mql-box .service-mql-content li .name {
    max-width: 75px;
}