/*-----乐语2021-----*/
.leyu_w {
    position: fixed;
    z-index: 99;
    right: 8px;
    top: 50%;
    margin-top: -160px;
    width: 160px;
    height: 260px;
    border-radius: 16px;
    box-shadow: 0px 24px 64px 0px rgba(40, 40, 40, 0.08);
}

.leyu_w .open_leyu {
    display: none;
    cursor: pointer;
    position: relative;
    top: -12px;
    right: -95px;
    z-index: 999;
    width: 44px;
    height: 44px;
    background: url(/static/hst_v1/assets/vendors/leyu/images/icon_sq.png) no-repeat center center;
}

.leyu_w .close-im {
    position: absolute;
    right: -3px;
    top: 10px;
    z-index: 100;
    width: 24px;
    height: 24px;
}

.leyu_w .close-im {
    cursor: pointer;
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 100;
    display: block;
    width: 32px;
    height: 32px;
    background: url(/static/hst_v1/assets/vendors/leyu/images/icon_close.png) no-repeat center center;
}

@media screen and (max-width: 992px) {
    .leyu_w {
        display: none;
    }
}

.leyu_con {
    width: 160px;
    height: 260px;
    margin: 0 auto;
    text-align: center;
    background: transparent url(/static/hst_v1/assets/vendors/leyu/images/leyu_bg_r.png) no-repeat center center;
    background-size: cover;
    border-radius: 16px;
    box-shadow: 0px 24px 64px 0px rgba(40, 40, 40, 0.2);
}

.leyu_con .service_title h2 {
    font-size: 28px;
    font-weight: 500;
    word-spacing: 8px;
    letter-spacing: 2px;
    margin-top: 30px;
}

/*客服列表*/
.service_con {
    height: 160px;
    padding: 24px 0 24px 0;
}

.service_con a {
    color: #36475a;
    display: block;
    width: 160px;
    height: 42px;
    padding: 12px 0;
    position: relative;
    z-index: 1;
}

.service_con a:hover {
    color: #0080ff;
}

.leyu_w .service_con a img {
    display: inline-block;
    vertical-align: middle;
}

.leyu_w .service_con a em img {
    color: #FFF;
    max-width: 64px;
}

.leyu_w .service_con a i {
    padding: 0 8px;
}

/*客服热线*/
.leyu_w .service_400 {
    height: 100px;
    color: #FFF;
}

.leyu_w .service_400 h3 {
    margin: 0 auto;
    padding: 32px 0 0 0;
    font-size: 18px;
    font-weight: 500;
    font-family: "sivan", Helvetica, arial, sans-serif;
    color: #FFF;
}

.leyu_w .service_400 p {
    margin: 0 auto;
    padding: 0;
    font-size: 12px;
    word-spacing: 4px;
    letter-spacing: 1px
}

#doyoo_panel {
    display: none !important;
}

.leyu-container {
    height: 100px;
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, 0.1);
    border: none;
    display: none;
}

.leyu-container .offcanvas-header{
    position: absolute;
    right: 30px;
    padding: 0;
}

.leyu-container .offcanvas-body{
    text-align: center;
}

.leyu-container .offcanvas-body p{
    font-size: 16px;
    line-height: 2.5vh;
    margin-bottom: 0;
    margin-top: 1rem;
}

.leyu-container .offcanvas-body p i{
    font-size: 18px;
}

/* scroll to top */
.scroll-to-top-leyu {
    display: none;
    width: 45px;
    height: 45px;
    background: var(--thm-primary);
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top-leyu.close{
    background: var(--thm-bdr-color);
}

.scroll-to-top-leyu i {
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
}

.scroll-to-top-leyu:hover {
    background-color: var(--thm-black);
}

.scroll-to-top-leyu:hover i {
    color: #fff;
}
.scroll-to-top-leyu.defaulthid{
    visibility: hidden;
    bottom: 0px;
}

/* Large screen  */
@media only screen and (min-width: 1200px) and (max-width: 1695px) {

}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .scroll-to-top{
        bottom: 135px !important;
    }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .leyu-container{
        display: block !important;
    }
    .scroll-to-top-leyu {
        display: inline-block;
    }
    .scroll-to-top{
        bottom: 135px !important;
    }
}