@charset "UTF-8";
.right_c {
    position: fixed;
    width: 64px;
    background: #fff;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);}
.right_c>div {
    width: 64px;
    height: 70px;
    border-bottom: 1px solid #EDF0F5;
    text-align: center;
    color: #222526;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    z-index: 5;
}
.right_c>div>img {
    margin: 0 auto !important;
    padding-top: 9px;
}
.right_c>div>div {
position: absolute;
    right: 100%;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    color: #fff;
    min-height: 100%;
    min-width: 180px;
    transform: translateY(-50%);
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 25px;
    box-shadow: 1px 1px 10px #003F82;
    border-radius: 10px 0 0 10px; 
    box-sizing: border-box;
    z-index: 2;
}
.right_c>div>.phone-zixun {
    /*left: -196px;*/
    right: 100%;
}
 
  .right_c>div>.wx-ewm {
    /*left: -168px;*/
    /*height: 155px;*/
}
    .wx-ewm img {
        width: unset;
        margin: unset !important;
    }
.right_c>div:last-child {
    border-bottom: none;
}
.right_c>div:hover {
color: #fff;
background:#003F82;
}
.right_c>div:hover div{
    opacity: 1;
    visibility: visible;
     background: #003F82;
}
@media (max-width:1920px) {
}
@media (max-width:1599px) {
}
@media (max-width:1477px) {}

@media (max-width:1365px) {}
@media(max-width:767px) {
        .right_c {
            display: none;
        }
    }