.el-option{
    display: none !important;
}
.add-box>.el-iconfont{
    display: none;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 5;
    padding: 68px 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0) 100%);
}
.header .logo{
    display: block;
}
.header .logo img{
    height: 53px;
    object-fit: contain;
}
.header .logo .scroll-1{
    display: none;
}
.header .tab-menu{
    position: relative;
    background: #22222273;
    padding: 8px 16px;
    border-radius: 16px;
    font-weight: 500;
    /*gap: 23px;*/
    flex: 1;
    max-width: 685px;
}
.header .tab-menu:after{
    backdrop-filter: blur(6px);
    opacity: 1;
}
.header .tab-menu ._item ._label{
    padding: 10px;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    cursor: pointer;
    display: flex;
    position: relative;
}
.header .tab-menu ._item ._label a{
    color: #fff;
}
.header .tab-menu ._item ._label i{
    font-size: 12px;
    font-weight: bold;

}
.header .tab-menu ._item ._label:after{
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 8px;
    background: #fff;
    left: 10px;
    transition: all .3s;
}
.header .tab-menu ._item.on ._label:after{
    width: calc(100% - 20px);
}
.header .tab-menu ._item ._cont{
    position: absolute;
    border-radius: 16px;
    padding: 24px 60px;
    justify-content: space-between;
    background: #22222273;
    left: 0;
    width: 100%;
    display: flex;
    pointer-events: none;
    top: 61px;
    opacity: 0;
    transition: none;
}
.header .tab-menu ._item ._cont:before{
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    left: 0;
    top: -9px;
}
.header .tab-menu ._item ._cont:after{
    backdrop-filter: blur(6px);
    opacity: 1;
}
.header .tab-menu ._item ._cont ._line:last-child{
    display:none;
}
.header .tab-menu ._item.open ._cont,
.header .tab-menu ._item.on ._cont{
    opacity: 1;
    pointer-events: all;
}
.header .tab-menu ._item ._cont ._col{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.header .tab-menu ._item ._cont ._col a{
    color: #D9D9D9;
    font-size: 16px;
}
.header .tab-menu ._item ._cont ._col a:hover{
    color: #FFFFFF;
}
.header .tab-menu ._item ._cont ._line{
    height: 105px;
    margin: 10px;
    width: 1px;
    background: #7D7D7D;
    display: block;
}
.header .tab-search-line{
    display: flex;
    align-items: center;
    padding-left: 3px;
}
.header .tab-menu.search .tab-search-line{
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    padding-right: 13px;
}
.header .tab-menu.search ._item ._label{
    opacity: 0;
}
.header .tab-search-line ._input{
    display: none;
    align-items: center;
}
.header .tab-menu.search .tab-search-line ._input{
    display: flex;
    flex: 1;
}
.header .tab-menu.search .tab-search-line ._label{
    opacity: 1;
}
.header .tab-search-line ._input input{
    flex: 1;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    outline: none;
    border: none;
}
.header .tab-search-line ._input .el-iconfont{
    cursor: pointer;
    color: #FFF;
}



.header .all-menu-btn{
    display: none;
    backdrop-filter: blur(4px);
    background: #22222273;
    border-radius: 14px;
    width: 72px;
    height: 60px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
}
.header .all-menu-btn div{
    width: 35px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin: 4px 0;
    position: relative;
}
.header .all-menu-btn.on div:nth-child(1){
    transform: rotate(45deg);
    top: 3px;
}
.header .all-menu-btn.on div:nth-child(2){
    display: none;
}
.header .all-menu-btn.on div:nth-child(3){
    transform: rotate(-45deg);
    top: -7px;
}
.footer ._first{
    border-top: 1px solid #444444;
    padding: 63px 12.6px;
}
.footer ._first .wal{
    display: flex;
    flex-wrap: wrap;
    gap: 45px 0;
}
.footer ._first ._site-item{
    flex: 0 0 25%;
    padding-right: 27px;
    min-width: 250px;
}
.footer ._first ._site-item>a{
    display: block;
    font-size: 14px;
    color: #444444;
    line-height: 20px;
    margin-top: 14px;
}
.footer ._first ._site-item ._name{
    color: #444444;
    font-weight: bold;
    line-height: 26px;
    font-size: 21px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.footer ._first ._site-item ._link{
    text-decoration: underline;
    font-size: 16.8px;
    margin-top: 16px;
    font-weight: 300;
}
.footer ._first ._site-item .share-line{
    display: flex;
    gap: 46px;
    margin: 26px 0 22px;
}
.footer ._first ._site-item .share-line i{
    color: #444444;
    font-size: 28px;
}
.footer ._second{
    background: #121212;
    padding: 21px 0;
}
.footer ._second .wal{
    padding: 0 12.6px;
}
.footer ._second .wal ._line1{
    width: 100%;
    object-fit: contain;
    height: 100px;
}
.footer ._second .wal ._line2{
    padding: 23px 0;
    border-top: 1px solid #333333;
}
.footer ._second .wal ._line2 ._text1{
    line-height: 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.footer ._second .wal ._line2 ._text2{
    line-height: 25px;
    color: #CCCCCC;
    font-size: 13px;
    font-weight: 500;
}
.footer ._second .wal ._line2 ._text2 ._s{
    margin: 0 5px;
    width: 1px;
    height: 14px;
    background: #fff;
}
.pagination:not(select){
    padding: 36px 0;
}
select.pagination{
    border: none;
}
.pagination ul{
    display: flex;
    gap: 6px;
}
.pagination li{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-family: IBMPlexSans;
    font-size: 20px;
    cursor: pointer;
    line-height: 41px;
    border-radius: 12px;
    border: 1px solid #CACACA;
}
.pagination li a{
    padding: 0 16px;
    color: #CACACA;
    font-size: 20px;
    line-height: 41px;
    font-family: IBMPlexSans;
}
.pagination li.active{
    border: 1px solid #000000;
}
.pagination .next-btn {
    display: none;
}
.pagination .last-btn a:after{
    display: block;
    content: 'Last';
}
.pagination li.active a{
    color: #000000;
}
#wapMenu{
    transform: translateY(-100%);
}
#wapMenu.open{
    transform: translateY(0);
}
.wap-header-menu{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    background: #000;
    color: #fff;
    left: 0;
    top: 0;
    overflow-y: auto;
    padding-bottom: 60px;
}
.wap-header-menu ._search-box{
    padding-top: 32px;
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 2;
}
.wap-header-menu ._search-box .el-icon-guanbi{
    margin-left: 12px;
    width: 20px;
    font-size: 20px;
    pointer-events: all;
}
.wap-header-menu ._search{
    display: flex;
    align-items: center;
    background: #323232;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    gap: 13px;
    height: 35px;
    width: fit-content;
    pointer-events: all;
}
.wap-header-menu ._search.width-fill{
    width: calc(100% - 32px);
}
.wap-header-menu ._search i{

}
.wap-header-menu ._search input{
    max-width: 100%;
    flex: 1;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    background: unset;
    outline: none;
    border: none;
}
.wap-header-menu ._search input::placeholder{
    color: #fff;
}
.wap-header-menu .tab-wap-menu{
    margin-top: 24px;
    margin-bottom: 66px;
}
.wap-header-menu .tab-wap-menu ._item{
    border-bottom: 1px solid #FFFFFF;
    cursor: pointer;
}
.wap-header-menu .tab-wap-menu ._item ._label{
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    outline: none;
}
.wap-header-menu .tab-wap-menu ._item ._label i{
    font-size: 12px;
}
.wap-header-menu .tab-wap-menu ._item ._cont{
    display: none;
}
.wap-header-menu .tab-wap-menu ._item.on ._cont{
    display: block;
}
.wap-header-menu .tab-wap-menu ._item.on ._label i{
    transform: rotate(90deg);
}
.wap-header-menu .tab-wap-menu ._item ._cont a{
    display: block;
    padding-bottom: 16px;
    color: #D9D9D9;
    font-size: 16px;
    font-weight: 500;
}
.wap-header-menu .tab-wap-menu ._item ._cont a:hover{
    color:#fff;
}
.wap-header-menu ._link{
    gap: 8px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.wap-header-menu ._link i{
    font-size: 20px;
}
.wap-header-menu .other-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wap-header-menu .other-menu .share-link{
    display: flex;
    gap: 28px;
}
.wap-header-menu .share-item{
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 36px;
}
.wap-header-menu .share-item ._name{
    font-size: 16px;
    font-weight: bold;
}
.wap-header-menu .share-item .share-line{
    display: flex;
    gap: 36px;
}
.wap-header-menu .share-item .share-line a i{
    color: #fff;
    font-size: 27px;
}
.wap-header-menu .share-item a{
    color: #fff;
}
.wap-header-menu .share-item .wx{
    display: none;
}
.wap-header-menu .search-result-list{
    margin-top: 40px;
}
.wap-header-menu .search-result-list a{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 14px;
}
@media (max-width: 1023.99px) {
    .header{
        padding: 32px 0;
    }
    .header .tab-menu,
    .header .wal>.ticket-btn{
        display: none;
    }
    .header .all-menu-btn{
        display: flex;
        z-index: 3;
        width: 42px;
        height: 35px;
        border-radius: 8px;
    }
    .header .all-menu-btn div{
        width: 21px;
        margin: 2px 0;
    }
    .header .all-menu-btn.on div:nth-child(3){
        top: -3px;
    }
    .header .logo img {
        height: 32px;
    }
}
@media (max-width: 992px) {
    .pagination ul{
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 0;
        gap:4px;
    }
    .pagination .last-btn{
        display: none;
    }
    .pagination li{
        border-radius: 4px;
        line-height: 25px;
        font-size: 10px;
        height: 25px;
    }
    .pagination li a{
        line-height: 25px;
        font-size: 10px;
        height: 25px;
        padding: 0 8px;
    }
}
@media (max-width: 767.99px) {
    .footer ._first{
        padding: 16px 0;
    }
    .footer ._second .wal{
        padding: 0;
    }
    .footer ._second .wal ._line1{
        height: 50px;
    }
    .footer ._second .wal ._line2{
        border-top: none;
    }
    .footer ._second .wal ._line2 ._text1{
        font-size: 12px;
        text-align: center;
        margin-bottom: 17px;
    }
    .footer ._second .wal ._line2 ._text2{
        justify-content: center;
        font-size: 10px;
        margin-bottom: 71px;
    }
    .wap-header-menu .tab-wap-menu{
        margin-bottom: 34px;
    }
    .wap-header-menu .other-menu{
        flex-direction: column;
        align-items: flex-start;
    }
    .wap-header-menu .other-menu .share-link{
        flex-direction: column;
        gap: 16px;
        line-height: 20px;
        margin-bottom: 36px;
    }
    .wap-header-menu .share-item{
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .wap-header-menu .share-item .wx{
        display: block;
    }
    .footer ._first ._site-item{
        flex: 1;
        min-width: 100%;
    }
    .footer ._first ._site-item .share-line{
        gap: 36px;
    }
}

