.bd_01{
    /* background-color: rgba(174,23,37,1); */
    background-color: #b42727;
    background-image: url("https://www.transparenttextures.com/patterns/brilliant.png");
    padding-top:3rem;
}
.bd_02{
    padding-top:3rem;
    background-color: #b12628;
    background-image: url("https://www.transparenttextures.com/patterns/subtle-dark-vertical.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.rule{
    display: block;
    max-width:260px;
    margin:0 auto;
    margin-bottom: 5rem;    
}
.rule_01{
    width:70%;
    padding:2rem 5rem;
    margin:0 auto;
    color:#eee;
    /* border:1px solid rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255,0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    text-align: center;
}
@media(max-width:768px){
    .rule{
        width:50%;
    }
    .rule_01{
        width:90%;
        padding:1rem;
        border:0;        
    }
}
.rule_01 h4{
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 600;
}
.rule_01 p{
    font-size: 1.5rem;
    line-height: 2.6rem;
}
.nav_top{
    margin-top:8rem;
    margin-bottom:8rem;
}
/* .nav_top ul{
    overflow: hidden;
} */
.nav_top li{
    float: left;
    width:25%;
}

.nav_top li a{
    display: inline-block;
    width:80%;
    margin-left: 10%;
    text-align: center;
    color:#eee;
    font-size: 1.8rem;
    line-height: 5rem;
    border:1px solid #ffbebe;
    border-radius: 0.4rem;
    background-color: rgba(255, 50, 50, 0.3);
    transition:all 0.2s;
}
.nav_top li a:hover{
    background:rgba(255, 50, 50, 0.8);
    transform: scale(1.2);
    box-shadow: none;
}
.content_box{
    /* background: url(../images/con_bg.png); */
    background-size: 100% 100%;
    padding:4rem 2rem;
    margin-top:3rem;
    background-color: rgba(256, 256, 256, 0);
    border-radius: 0rem;
}
.title{
    display: block;
    width:100%;
    max-width:280px;
    margin:0 auto;
    clear: left;
    margin-top:10rem;
}
@media(max-width:768px){
    .title{
        width: 50%;
    }
}

.nav_group{
    overflow: hidden;
}
.nav_group li{
    cursor: pointer;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.2rem;
    float: left;
    width:25%;
    margin-top:1rem;
    margin-bottom:1rem;
    padding-top:1rem;
    padding-bottom:1rem;
    text-align: center;
}
.vote-item h4{
    width:90%;
    margin-left:5%;
    color:#eee;
    text-align: center;
    font-size: 1.4rem;
    line-height: 4rem;
    height: 4rem;
    background:rgba(255, 50, 50, 0.5);
}
.vote-item form input{
    color:#eee;
    cursor: pointer;
    display: block;
    width:50%;
    height: 4rem;
    margin-left: 25%;
    text-align: center;
    background: none;
    border-radius:2rem;
    border:1px solid rgba(255, 255, 255, 0.2);
    margin-bottom:2rem;
}
.vote-item form input:hover{
    background:rgb(255, 50, 50);
}
.vote-item form p{
    color:#eee;
    text-align: center;
    font-size: 1.6rem;
    line-height: 3rem;
}
.con{
    display: none;
}
.sel{
    color:rgb(255, 197, 197);
}

.nav_group .sel:hover{
    color:rgba(255, 255, 255, 1.0);
}
.nav_group .sel_active{
    /* font-size: 1.8rem; */
    color:rgba(255, 255, 255, 1.0);
    background-image: url(../images/bg01.png);
    background-size: 110% 100%;
    background-position:center;
    background-repeat: no-repeat;
}
.logo_box h4{
    text-align: center;
    color:#eee;
    font-size: 1.8rem;
    line-height: 4rem;
}
.logo_box img{
    display: block;
    width:90%;
    margin-top:1rem;
}
@media(max-width:768px){
    .nav_top li{
        width:50%;
        margin-top:1rem;
    }
    .nav_group li{
        font-size: 1.2rem;
        width:calc(50% - 2px);
        line-height: 2.4rem;
        margin-top:0.5rem;
        border:1px solid rgba(255, 255, 255, 0.2);
    }
    .content_box{
        margin-top:2rem;
    }
    .vote-item h4{
        font-size: 1.2rem;
        height: 4rem;
    }
}

.bt_fixed{
    position: fixed;
    z-index: 999;
    right:0;
    font-size: 2rem;
    bottom: 10rem;
    background:rgba(0, 0, 0, 0.2)
}
.bt_fixed i{
    color: #fff;
    font-size: 6rem;
}

.footer{
    background:#333333;
    margin-top:10rem;
}
.footer p{
    color:#999999;
    font-size:12px;
    line-height:2rem;
    text-align:center;
    margin-bottom:0;
}
@media(max-width:768px){
    .footer{
        margin-top:5rem;
    }
    .footer p{
        line-height:2.6rem;
    }
}
/* 新闻列表 */
.news_box{
    max-width:1400px;
    margin:0 auto;
    margin-top:3rem;
}
.news_title{
    color:#fff;
    font-size: 2.6rem;
    text-align: center;
    line-height: 4rem;
}
.news_list{    
    height: 260px;
    overflow-y:auto;   margin-top:2rem;
    margin-bottom: 3rem; 
}
.news_list>div>a{
    display: block;
    width:90%;
    margin:0 auto;
    font-size: 1.6rem;
    line-height: 3.4rem;
    color: #eee;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
@media(max-width:768px){
    .news_list>div{
        text-align: left;
    }
}
/*滚动条样式*/
.news_list::-webkit-scrollbar{
    width:8px;
    border-radius: 4px;
    background-color:rgba(255, 119, 244, 0.5);
    box-shadow: 0 0 8px 1px rgb(122, 9, 9) inset;
}
/*滚动条滑块*/
.news_list::-webkit-scrollbar-thumb{
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
    background: #ffffff;   
}
/*滚动条轨道*/
.news_list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px rgba(0,0,0,0);
    border-radius: 10px;
    background: rgba(204, 204, 204, 0.2);
}
.vote-item>.glf{
    line-height: 1.8rem;
}