/*侧边栏*/
.gg-cbl{
    position: fixed;
    background: url(/images/20201102/400rxtc/wt_tt.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -17%;
    left: 1%;
    width: 10%;
    height: auto;
    min-width: 184px;
}
.gg-cbl ul{
    padding-top: 60%;
    padding-left: 12%;
}
.gg-cbl ul li{
    background: #fff;
    border: 3px solid #FF8B99;
    border-radius: 14px;
    margin-top: 3%;
    height: 20px;
    line-height: 20px;
    width: 78%;
    text-align: center;

}
.gg-cbl ul li a{
    color: #F8384B;
    font-weight: bold;
    font-size: .72rem;
    margin-left: 2%;
}
.gg-cbl ul li:hover{
    background: #FFF197;
}
.gg-cbl ul li:hover a{
    background: #FFF197;
    font-size: .72rem;
}
.gg-cbl ul li:nth-child(7){
    border: none;
    background-color: transparent;
    margin-top: 21%;
}
.gg-cbl ul li:nth-last-child(1){
    width: 35%;
    margin-left: 20%;
    margin-top: 3%;
    margin-bottom: 7%;
}
.show-yy-tip{
    position: fixed;
    top: 50%;
    margin-top: -17%;
    left: 1%;
    width: 10.5%;
    display: none;
    font-size: 0.72rem;
    min-width: 183px;
}