/********* slider-right **********/

.slider-right {
    position: fixed;
    right: 0;
    top: 43%;
    font-size: 12px;
}

.slider-rightItem {
    background: #0550ab;
    color: white;
    width: 62px;
    height: 62px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
}
.slider-rightItem a{
    color: white;
    display: block;
}

.ceilphone {
    height: 62px;
    width: 120px;
    background: #0550ab;
    color: white;
    font-size: 16px;
    line-height: 62px;
}

.ceilphone span {
    border-left: 1px solid white;
    padding: 5px;
}

.m-10 {
    margin-bottom: 1px;
}

.moveRightItem {
    cursor: pointer;
    right: -120px;
    transition: all .3s linear;
}

.showBackTop {
    display: none;
}