@import url('./common.css?v=202307161649');
.banner{
    width: 100%;
    height: 600px;
}
.active-box{
    width: 100%;
    height: 292px;
}
.active-content{
    width: 1200px;
    height: 262px;
    padding: 50px 79px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 15px 1px rgba(255,80,80,0.1);
    margin: 0 auto;
    position: relative;
    top: -70px;
    z-index: 1;
}
.active-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    color: #D7000F;
    margin-bottom: 30px;
}
.active-title::before,
.active-title::after{
    content: '';
    display: block;
    width: 26.09px;
    height: 20.46px;
    background: url('../img/heart.png') no-repeat center center/cover;
    margin: 0 20px;
}
.active-text{
    font-size: 18px;
    color: #999;
    line-height: 28px;
    text-align: center;
}
.vote-box{
    width: 100%;
    height: 595px;
    background: url('../img/vote-box-bg.png') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.vote-title{
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 50px;
}
.vote-statistics{
    display: flex;
    align-items: center;
    justify-content: center;
}
.vote-sta-box{
    width: 380px;
    height: 203px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 15px 1px rgba(255,80,80,0.1);
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.vote-sta-img{
    width: 70px;
    height: 70px;
    margin-bottom: 14px;
}
.vote-sta-num{
    font-size: 34px;
    color: #D7000F;
    margin-bottom: 12px;
}
.vote-sta-title{
    font-size: 18px;
    color: #999;
}
.vote-btn{
    width: 159px;
    height: 40px;
    background: #FFF;
    border-radius: 8px;
    font-size: 16px;
    color: #D7000F;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
}

.list{
    width: 1200px;
    margin: 0 auto;
}
.list-info{
    width: 216px;
    padding-bottom: 16px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 1px rgba(255,80,80,0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    float: left;
    margin: 0 30px 30px 0;
}
.list-info-no{
    width: 47px;
    height: 27px;
    border-radius: 6px;
    background: #FEF0F0;
    border: 1px solid #D7000F;
    font-size: 16px;
    color: #D7000F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 12px;
    left: 12px;
}
.list-info:nth-child(5n){
    margin-right: 0;
}
.list-info-img{
    width: 100%;
    height: 303px;
    border-radius: 10px;
}
.list-info.no1{
    height: 423px;
}
.list-info.no2{
    height: 263px;
}
.list-info.no2 .list-info-img{
    height: 122px;
}
.list-info-name{
    font-size: 16px;
    color: #D7000F;
}
.list-info.no2 .list-info-name,
.list-info.no2 .list-info-num{
    width: 100%;
    padding: 0 14px;
}
.list-info.no2 .list-info-name{
    height: 50px;
    padding-top: 10px;
}
.list-info-num{
    font-size: 14px;
    color: #666;
}
.list-info-btns{
    width: 100%;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-info-btn{
    width: 88px;
    height: 36px;
    border-radius: 4px;
    background: #FEF0F0;
    border: 1px solid #D7000F;
    font-size: 16px;
    color: #D7000F;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.list-info-btn.red{
    background-color: #D7000F;
    color: #fff;
}
.list-info-btn.disabled{
    background-color: #EFEFEF;
    border-color: #D4D4D4;
    color: #C3C3C3;
    cursor: default;
}

.rule-box{
    width: 100%;
    height: 520px;
    background: url('../img/rule-box-bg.png') no-repeat center center/cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}
.rule-title{
    font-size: 40px;
    font-weight: bold;
    color: #FFFF;
    margin-bottom: 50px;
}
.rule-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.rule-text{
    width: 380px;
    height: 216px;
    padding: 0 40px;
    background: #FFF;
    box-shadow: 0px 5px 15px 1px rgba(255,80,80,0.1);
    border-radius: 10px;
    font-size: 20px;
    color: #D7000F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 15px;
}
.over-img{
    display: block;
    width: 100%;
}