body{
    background-color: #db6600;
    background-image: url("https://www.transparenttextures.com/patterns/fabric-of-squares.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.vote{
    padding-top:1rem;
    border:10px double rgba(255, 255, 255, 0.2);
    margin-top:2rem;
}
.vote input{
    background:#b31818;
    color:rgb(211, 211, 211);
    display: block;
    font-size: 2rem;
    line-height: 4rem;
    width:100%;
    margin:0 auto;
    margin-top:2rem;
    transition: all 0.5s;
}
.vote input:hover{
    background-color:#d42626;
    color:#eee;
}
.vote h4{
    color:#fff;
    font-weight: 600; 
    line-height:4rem;   
}
.xuanyan p{
    margin-top:2rem;
    text-indent:2em;
}
.vote>p{
    text-indent: 2em;
}
.vote p{
    margin:10px auto;
    max-width:600px;
}
.vote-number{
    text-align:center;
}
h3{
    color:#fff;
}
p{
    color:rgb(226, 226, 226);
}
.btcolor{
    border-bottom:1rem solid #4b0000;
}
.rule_01 img{
    max-width:90%;
}
.rule_02{
    line-height: 3rem;
}
.title_01{
    font-size: 3rem;
    border-bottom:0.2rem dotted #fff;
    line-height: 6rem;
    width:30rem;
    margin:0 auto;
    margin-top:6rem;
    margin-bottom:2rem;
    color:rgb(255, 255, 255);
}
@media(max-width:768px){
    .title_01{
        margin-top:0rem;
    }
}
.gallery a{
    padding-top:1rem;
    padding-bottom:1rem;
    background:transparent;
    border:1px solid rgb(255, 255, 255);
}
.gallery a:hover{
    background:rgb(255, 255, 255);
}
a:hover{
    text-decoration: none;
}
.btline{
    display:block;
    width:90%;
    margin:0 auto;
    margin-bottom:1rem;
}
.news_title{
    margin-top:0.4rem;
    line-height: 3rem;
    border-bottom:1px dashed rgb(218, 203, 0);
    font-weight:600;
}
.lianjie{
    display: block;
    width:26rem;
    text-align: center;
    height:4rem;
    color:#fffb00;
    line-height: 4rem;
    border-radius:0.4rem;
    border:1px solid rgb(250, 225, 0);
}
.lianjie:hover{
    background:rgb(255, 255, 255);
    color:rgb(0, 0, 0);
    text-decoration:none;
    border-color:transparent;
}

/* .title_01::before{
    content: "";
    display: inline-block;
    width:1.6rem;
    height:1.6rem;
    margin-right:3rem;
    background:#e60012;
}
.title_01::after{
    content: "";
    display: inline-block;
    width:1.6rem;
    height:1.6rem;
    margin-left:3rem;
    background:#e60012;
} */

.title_01 b{
    font-weight: 700;
}
.baguetteBoxOne{
    margin-top:2rem;
}
section>div>a{
    margin-top:1rem;
}
section>p{
    text-align:center;
    font-size:2rem;
}
.jstd span{
    display: block;
    text-align:center;
    font-size: 1.8rem;
    height:5rem;
    line-height: 5rem;
}

.jstd span:nth-child(odd){
    background:#e60012;
    color:#fff;
}
.jstd span:nth-child(even){
    background:#242424;
    color:#fff;
}
.jstd span:hover{
    background-color: rgb(74, 35, 146);
}
.xuanyan{
    margin-top:4rem;
    margin-bottom:3rem;
}
.xuanyan h2{
    color:#fff;
}
.footer{
    background:#333333;margin-top:100px;
}
.footer p{
    color:#999999;
    font-size:12px;
    line-height:50px;
    text-align:center;
    margin-bottom:0;
}

