@font-face {
    font-family: 'Noto sans CJK';
    src: url('./font/NotoSansCJKjp-Regular.otf');
    /* src: url('../font/NotoSansCJKjp-Bold.otf'); */
    /* src: url('./font/SourceHanSerifJP-Bold.otf'); */
}

.box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    min-width: 1414px;
}

.bg-zhe {
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5) !important; */
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.banner {
    width: 970px;
    height: 342px;
    overflow: hidden;
}

.bannerImgBox {
    width: 970px;
    height: 342px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#infoImg {
    cursor: pointer;
}

#infoSoureImg {
    cursor: pointer;
}

.listImg {
    width: 980px;
    height: auto;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 40px;
}

.titileIcon {
    width: 328px;
    height: 138px;
    display: block;
    line-height: 0;
}

.page {
    width: 1020px;
    height: 100%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    opacity: 0;
    padding-bottom: 30px;
}

.tab_list ul {
    display: flex;
    height: 30px;
    margin: 0 20px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.tab_list li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    flex: auto;
    padding: 10px 15px;
    font-family: "Noto sans CJK";
    font-size: 16px;
    font-weight: bold;
    border: 1px solid transparent;
}

.tab_list .active {
    color: #FFE700;
    border: 1px solid #FFE700;
}

.content {
    width: 96%;
    /* height: 640px; */
    margin-top: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px 6px 3px 6px;
}

.banner {
    width: 980px;
    height: auto;
    min-height: 550px;
}

.list {
    width: 980px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.newIc {
    width: 40px !important;
    height: 40px !important;
    position: absolute;
    right: 3%;
    top: 3%;
}

.listBg {
    width: 238px;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    /* margin-top: 10px; */
}

.listTab {
    position: relative;
    width: 25%;
    height: 272px;
    cursor: pointer;
    /* margin-top: 5px; */
    margin-left: 0 !important;
    transform: scaleX(0.96) scaleY(0.98);
    /* margin-right: 8px; */
}

.listTab:nth-child(1) {
    margin-left: 0px !important;
}

.yellowZhe {
    width: 100%;
    height: 100%;
    position: absolute;
    /* margin-top: 10px; */
    left: 0;
    top: 0;
    background-color: #FFE700;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    transition: all .7s;
}

.listTab:hover .yellowZhe {
    opacity: 0.2;
    transform: 1s all;
}

.list-content {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-title {
    height: 32px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    color: #000;
    font-weight: bold;
    margin: 10px 0 0 10px;
}

.list-title span {
    background-color: #FFE700;
    padding: 5px 10px;
}

.list-bottom {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px 20px;
    font-size: 14px;
}

.more {
    width: 97%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.bottom {
    width: 96%;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
    display: none;
}

.bottom-btn {
    width: 164px;
    height: 42px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bottom-btn span {
    font-size: 20px;
    font-weight: bold;
}

.swiperPage {
    width: 90%;
    height: 50px;
    position: absolute;
    bottom: 0% !important;
    left: 0%;
    z-index: 10;
    pointer-events: none;
    /* border: 1px solid #fff; */
}

.opaAni {
    animation: opa 1s linear;
}

@keyframes opa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tabBar {
    /* width: 250px; */
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
}

.tabBar-list {
    width: 50px !important;
    height: 42px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.tabBar-list span {
    font-size: 20px;
    font-weight: bold;
    width: 48px;
    text-align: center;
}

.yellow {
    background-color: #FFE700;
    color: #000 !important;
}

.page2 {
    /* width: 100%;
    min-width: 980px; */
    width: 980px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    margin-top: 40px;
    margin-bottom: 90px;
}

.infoHender {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.infoContent {
    font-size: 16px;
    color: #fff;
}

.infoTitile {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 24px;
    margin-top: 20px;
}

#infoT {
    width: 80%;
}

.time {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.back {
    font-size: 24px;
    color: #fff;
    opacity: 0.4;
    cursor: pointer;
}

.back:hover {
    opacity: 1;
}

.infoContent {
    width: 100%;
    /* border: 1px solid red; */
    margin-top: 20px;
}

.infoContent p {
    width: 100%;
    min-height: 20px;
    word-wrap: break-word;
}

.lines {
    width: 100%;
    height: 1px;
    background-color: #595959;
    border: 1px solid #595959;
    margin: 10px 0;
}

.infoBttom {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

.pcMore:hover {
    background-color: #FFF03F;
    color: #000 !important;
}