/*补客服CSS*/

.fixed-btn {
    position: fixed;
    bottom: 56px;
    right: 30px;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#549bff),to(#38f));
    background-image: -webkit-linear-gradient(top,#549bff,#38f);
    background-image: -moz-linear-gradient(top,#549bff 0,#38f 100%);
    background-image: linear-gradient(-180deg,#549bff,#38f);
    z-index: 20;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-show {
    opacity: 0;
}

.fixed-btn P {
    padding: 14px 16px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 16px;
}

.fixed-btn:hover {
    cursor: pointer;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#67a6ff),to(#207dff));
    background-image: -webkit-linear-gradient(bottom,#67a6ff,#207dff);
    background-image: -moz-linear-gradient(bottom,#67a6ff 0,#207dff 100%);
    background-image: linear-gradient(0deg,#67a6ff,#207dff);
}

.sideBox-show {
    display: block;
    right: 0 !important;
}

.fixed-sideBox {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -290px;
    width: 290px;
    opacity: .95;
    background: #fff;
    border: 0 solid #e5e5e5;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.07);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.07);
    z-index: 20;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.sideBox-content {
    padding-top: 70px;
}

.consult-type {
    padding: 60px 30px 5px;
}

    .consult-type .closeBox-btn {
        height: 30px;
        text-align: right;
    }

        .consult-type .closeBox-btn span {
            cursor: pointer;
            height: 30px;
            width: 30px;
            display: inline-block;
            background-size: 100% auto;
            background-image: url(../img/01.png);
        }

.close_list .consult-text {
    padding-top: 8px;
    line-height: 27px;
    margin-left: 30px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
}

.close_list .consult-tel {
    padding-top: 10px;
    padding-bottom: 17px;
    text-align:center;
    line-height: 37px;
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #333;
    letter-spacing: 0;

}

.contact-box {
    border-top: .5px solid #e5e5e5;
}

    .contact-box form {
        padding: 10px 30px;
    }

        .contact-box form .contact-titl {
            padding-bottom: 10px;
            line-height: 27px;
            font-family: PingFangSC-Regular;
            font-size: 14px;
            color: #666;
            letter-spacing: 0;
        }

        .contact-box form input {
            margin-top: 10px;
            padding: 10px;
            height: 18px;
            width: 208px;
            background: #fff;
            border: 1px solid #bbb;
            border-radius: 2px;
            font-family: PingFangSC-Regular;
            font-size: 14px;
            color: #999;
        }

        .contact-box form button, .submit-success {
            font-family: PingFangSC-Regular;
            font-size: 14px;
        }

        .contact-box form button {
            margin-top: 20px;
            height: 40px;
            width: 100%;
            background: #38f;
            border: none;
            outline: none;
            border-radius: 2px;
            color: #fff;
            cursor: pointer;
        }

.consult-text a {
    display: block;
    text-decoration: none;
    color: #38f;
    text-align: center;
    font-size: 20px;
    margin: auto;
    padding-bottom: 16px;
}

.close_list {
    border-bottom: .5px solid #e5e5e5;
}

    .close_list img {
        display: block;
        width: 186px;
        height: 186px;
        margin: auto;
    }