.SelBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 24px 0 0 0;
}

.Sel_Year {
    width: 170px;
    height: 38px;
    border-radius: 4px;
    position: relative;
    margin-right: 48px;
}

.Sel_Year>div:nth-child(1) {
    background: #F7F8FA;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: flex;
}

.Sel_Year>div:nth-child(1) span {
    display: inline-flex;
    align-items: center;
    width: 130px;
    height: 100%;
    font-size: 18px;
    color: #820000;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.Sel_Year>div:nth-child(1) span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #820000;
    position: absolute;
    right: 0;
    top: 9px;
}

.Sel_Year>div:nth-child(1) a {
    background: url('https://static.cnfeol.com/files/top10/2018/images/down.png') no-repeat center;
    flex: 1;
}

.Sel_Year>ul {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    list-style: none;
    background: #fff;
    margin-top: 6px;
    border-radius: 4px;
    padding: 8px 0;
    box-shadow: 0 0 4px rgb(170, 170, 170);
    transition: all 0.3s;
    transform-origin: top center;
    transform: scaleY(0);
    opacity: 0;
}

.Sel_Year>ul li {
    padding: 8px 16px;
    box-sizing: border-box;
    cursor: pointer;
}
.Sel_Year>ul li a{
    color: #820000;
    font-size: 18px;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.Sel_Year>ul li:hover {
    background: #EDDEA4;
}
html, body {
    width: 100%;
}

body {
    width: 100%;
    position: relative;
    background: url("https://static.cnfeol.com/files/top10/2024/img//bj.png") no-repeat center;
    background-size: 100% 100%;
}


.container {
    width: 1200px;
    margin: 0 auto;
}

header img {
    width: 100%;

}

.container {
    width: 1200px;
    margin: 0 auto;
}

.Info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rules .title,
.Info > span {
    font-family: 'SourceHan', serif;
    font-size: 36px;
    background: linear-gradient(2.016800972278751deg, #F9EBCA 0%, #F9C574 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFFFFF;
    margin: 80px 0 24px;
}
.rules p,
.Info > p {
    font-family: 'SourceHan', serif;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 36px;
}

.sort_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.sort_list > img {
    width: 602px;
}

.sort_list > div {
    display: grid;
    row-gap: 0px;
    column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 48px;
}

.sort_list > div img {
    width: 100%;
}

.rules {
    padding-bottom: 50px;
    background: linear-gradient( 171deg, #B60000 0%, #8C0000 100%);
}
.rules>div{
    margin: 0 auto;
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rules p{
    text-align: justify;
}


.footer_container {
    background-color: #323232;
    padding: 30px 0;
}

footer {
    width: 1200px;
    margin: 0 auto;
    position: relative;

}

footer > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
}

footer > div:nth-child(1) a {
    font-size: 14px;
    color: #FFFFFF;    
}

footer > div:nth-child(1) a:after {
    content: "|";
    margin-left: 22px;
}

footer > div:nth-child(1) a:last-child:after {
    content: none;
}

footer > p {
    margin-bottom: 0px;
    font-size: 12px;
    color: #AAAAAA;
}

footer .footImg {
    position: absolute;
    bottom: 0;
    right: 0;
}

footer .footImg a {
    display: inline-flex;

}

footer .footImg a:nth-child(1) {
    width: auto;
    height: 40px;
}

footer .footImg a:nth-child(2) {
    width: 110px;
    height: 40px
}

footer .version_container {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

footer .version_container a {
    color: #AAAAAA;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
}

footer .version_container a:hover {
    text-decoration: underline;
}

a {
    text-decoration: none;
}

.show{
    animation: opa 2s;
}
@keyframes opa {
    0%{
        opacity: 0;
    }
}