/*侧边栏*/
.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;
}

/**侧边栏悬浮窗-------START------------------------------**/
.sidebar-wrapper {
    position: fixed;
    left: 20px;
    top: 180px;
    width: 186px;
    height: 456px;
    background: url(/images/sidebar/bg.png) no-repeat;
}

.sidebar-wrapper .top {
    width: 138px;
    height: 84px;
    background: url(/images/sidebar/top.png) no-repeat;
    margin: 15px auto;
}

.sidebar-wrapper .second {
    width: 168px;
    height: 29px;
    background: url(/images/sidebar/second.png) no-repeat;
    margin: 23px auto;
}

.sidebar-wrapper ul.item-wrapper {
    list-style: none;
    /* 移除列表项前的标记 */
    padding: 0;
    /* 移除列表的内边距 */
    margin: 0;
    /* 移除列表的外边距 */
}

.sidebar-wrapper ul.item-wrapper li {
    background: url(/images/sidebar/item.png) no-repeat;
    width: 186px;
    height: 67px;
    margin: -15px auto -20px;
}

.sidebar-wrapper ul.item-wrapper li :first-child {
    color: #DF100E;
    font-size: 16px;
    line-height: 60px;
    margin-left: 16px;
}

.sidebar-wrapper ul.item-wrapper li :last-child {
    position: absolute;
    right: 17px;
    margin-top: 11px;
    font-size: 27px;
    color: #FFF7D5;
    line-height: 36px;
    font-style: italic;
}

.sidebar-wrapper .bottom {
    width: 159px;
    height: 100px;
    background: url(/images/sidebar/bottom.png) no-repeat;
    margin: 12px auto;
    text-align: center;
}

.sidebar-wrapper .bottom :first-child {
    font-weight: 500;
    font-size: 15px;
    color: #FFF7D5;
    height: 26px;
    line-height: 26px;
}

.sidebar-wrapper .bottom :last-child {
    font-size: 16px;
    color: #FEF7DF;
    margin-top: 18px;
}

/**侧边栏悬浮窗-------END------------------------------**/