
/*kefu*/
@media screen and (min-width: 1349px) {
    .index_rightBox {
        right: 0px;
        bottom: 100px;
        position: fixed;
        z-index: 999;
    }
}

@media screen and (max-width: 1348x) {
    .index_rightBox {
        display: none;
    }
}

.icon26 {
    display: block;
    width: 26px;
    height: 26px;
    margin: 11px auto 6px;
    transition: all ease 0.3s;
}
.to-top{
    width: 80px;
    height: 80px;
    display: block;
}

.index_rightBox .text {
    height: 18px;
    font-size: 13px;
    font-weight: 500;
    color: #1064EC;
    line-height: 18px;
    /*margin-top: 6px;*/
    text-align: center;
    transition: all ease 0.3s;
}

.index_rightBox .kefu-box {
    width: 70px;
    height: 70px;
    background: #EAEFFF;
    border-radius: 8px 0px 1px 1px;
    border: 1px solid transparent;
    position: relative;
    cursor: pointer;

}

.index_rightBox .kefu-box:hover .icon26, .index_rightBox .to-top-box:hover .icon26 {
    transform: scale(1.06);

}

.index_rightBox .kefu-box:hover .text, .index_rightBox .to-top-box:hover .text {
    font-weight: bold;

}

.index_rightBox .kefu-box .tel {

    height: 70px;
    background: #EAEFFF;
    border-radius: 6px;

    color: #1064EC;
    font-weight: bold;
    font-size: 18px;
    line-height: 70px;
    padding: 0 15px;
    position: absolute;
    right: -320px;
    top: 0;
    display: block;
    width: 240px;
    text-align: center;

    transition: all ease 0.3s;
    z-index: -1;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.02);


}

.index_rightBox .kefu-box:hover .tel {
    /*left:auto;*/
    right: 80px;
}

.index_rightBox .to-top-box {
    width: 80px;
    height: 80px;
    cursor: pointer;
}
