/*在线客服*/

.OnlineService_Box {
    display: inline-block;
    /* position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 10; */
    line-height: 100% !important;
}

.OnlineService_Box a {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #b22222;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.OnlineService_Box a img {
    width: 42px;
    height: 42px;
    margin-top: 8px;
}

.OnlineService_Box a p {
    margin: 0;
}

.OnlineService_Box a:hover {
}
/* .OnlineService_Box a:hover::before {
    content: "点击打开在线客服咨询网站(考生咨询版)";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #b22222;
    color: #fff;
    padding: 8px 8px;
    font-size: 12.5px;
    text-align: justify;
} */
