/*吧台*/
.rightdiv {
    width: 80px;
    height: 360px;
    background-color: white;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: fixed;
    top: 300px;
    right: 0px;
    z-index: 999;
    align-items: center;
    text-align: center;
    color: #898989;
    box-shadow: 0px 0px 16px 0px #e5e5e5;
}

.rightdiv div:hover {
    color: #395B9B;
}

.rightc {
    margin: auto;
    margin-top: 16px;
    text-align: center;
    width: 50px;
    height: 58px;
    font-size: 12px;
    line-height: 112px;
    /*color: #291895;*/
    background: url("../../../images/web/index/c1.png") top center no-repeat ;
    /*background-size: 100% 100%;*/
}

img.rightcode {
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 10px);
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 100px;
    bottom: -100px;
    width: 140px;
    height: 292px;
}

.rightd:hover img {
    visibility: visible;
    transform: translate(0, 0px);
    opacity: 1;
}

.rightz {
    margin: auto;
    margin-top: 26px;
    text-align: center;
    width: 50px;
    height: 58px;
    font-size: 12px;
    line-height: 112px;
    /*color: #291895;*/
    background: url("../../../images/web/index/z1.png") top center no-repeat;
    /*background-size: 100% 100%;*/
}

.righty {
    margin: auto;
    margin-top: 26px;
    text-align: center;
    width: 50px;
    height: 58px;
    font-size: 12px;
    line-height: 112px;
    /*color: #291895;*/
    background: url("../../../images/web/index/y1.png") top center no-repeat;
    /*background-size: 100% 100%;*/
    position: relative;
}
.rightyuan {
    background: url("../../../images/web/yuan.png") no-repeat;
    position: absolute;
    top: 0px;
    left: 47px;
    font-size: 16px;
    font-family: Microsoft YaHei,YaHeiUI;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
}
.rightd {
    margin: auto;
    margin-top: 26px;
    text-align: center;
    width: 50px;
    height: 58px;
    font-size: 12px;
    line-height: 112px;
    /*color: #291895;*/
    background: url("../../../images/web/index/d2.png") top center no-repeat;
    /*background-size: 100% 100%;*/
}

.righthx {
    position: relative;
    top:16px;
    margin: auto;
    width: 70px;
    border-bottom: 1px solid #F6F6F6;
}
.rightdiv div {
    cursor: pointer;
}