html{
    background:#e2e2e2;
}
body{
    max-width: 1920px;
    margin:0 auto;
    /* background-color: #3d0e17; */
    background-color: #3d0e17;
    background-image: url("https://www.transparenttextures.com/patterns/stardust.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.vote_box>img{
    display: block;
    margin-top:4rem;
    width:100%;
    opacity: 0.5;    
}
.vote{
    padding-top:1rem;
    background-color: rgba(255, 0, 119, 0.1);
    border-top:1px solid rgba(255, 255, 255, 0.5);
    border-bottom:1px solid rgba(255, 255, 255, 0.5);
    margin-top:1rem;
    padding: 14px;
}
.vote input{
    cursor: pointer;
    background:#c22c47;
    color:#fff;
    display: block;
    font-size: 2rem;
    line-height: 4rem;
    border-radius: 2rem;
    width:60%;
    margin:0 auto;
    margin-top:2rem;
    transition: all 0.5s;
}
.vote input:hover{
    background-color:#b41727;
    color:#eee;
}

.vote>p{
    text-indent: 2em;
}
.vote p{
    margin:10px auto;
    max-width:600px;
}
.vote-number{
    text-align:center;
}
h3{
    color:#fff;
}
p{
    color:#eee;
    line-height: 2rem;
}
@media(max-width:768px){
    p{
        line-height: 2.4rem;
    }
}
.vote h4{
    color:rgb(255, 204, 204);
    font-weight: 600; 
    line-height:4rem;
    font-size: 1.8rem;
}
@media(max-width:768px){
    .vote h4{
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}
.title_01{
    font-size: 4rem;
    font-weight: 600;
    line-height: 6rem;
    width:50rem;
    margin:0 auto;
    margin-top:6rem;
    margin-bottom:2rem;
    color:#fff;
}
.btcolor{
    border-bottom:1rem solid #4b0000;
}
.rule_box{
    margin-top:4rem;
}
.rule_01 img{
    max-width:90%;
}
.rule_02{
    line-height: 3rem;
}

@media(max-width:768px){
    .rule_box{
        margin-top:0;
    }
    .title_01{
        font-size: 3rem;
        font-weight: 600;
        line-height: 4rem;
        width:80%;
        margin-top:4rem;
    }
}
.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-bottom:3rem;
    padding:0 3rem 2rem 3rem;
    /* box-shadow: 0 0 20px 2px rgba(0, 0, 0,0.3); */
}
.xuanyan p{
    margin-top:1rem;
    text-indent:2em;
}
.xuanyan h2{
    color:#fff;
    font-size: 3rem;
    line-height: 6rem;
    margin-bottom: 3rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
@media(max-width:768px){
    .xuanyan{
        padding:0;
        margin-top:2rem;
        margin-bottom:3rem;
    }
    .xuanyan h2{
    font-size: 2rem;
    line-height: 2.8rem;
    padding-bottom: 1rem;
    margin-bottom:2rem;
}
}
.footer{
    background:#333333;margin-top:100px;
}
.footer p{
    color:#999999;
    font-size:12px;
    line-height:50px;
    text-align:center;
    margin-bottom:0;
}
@media(max-width:768px){
    .footer p{
        padding-top:4px;
        line-height: 1.8rem;
    }
}

.line{
    display: block;
    width:80%;
    max-width: 570px;
    margin:0 auto;
}


