@font-face {
    font-family: '8417';
    src: url('/static/images/v69/8417.woff2') format('woff2');
}

:root{
    --primary-color:#0D7C66;
    --login-area-bg-color:#0D7C66;
    --login-area-text-color:#fff;
    --header-bg: linear-gradient(-180deg, #0D7C66 20%, #337357 80%) !important;
    --submenu-bg-color:#11977c;
    --navbar-link-hover:#eaf4f4 !important;
    --match-header-color:#000;
    --match-header-active:#0D7C66;
    --match-list-font-size:30px !important;
    --match-signal-end-bg-color:#C1D8C3;
    --match-signal-end-color:#000;
    --match-signal-end-bg-border:1px solid #DEF9C4;
    --news-text-color:#0D7C66;
    --news-text-before-bg-color:#0D7C66;
    --footer-border-color:#16325B;
    --footer-bg-color:#16325B;
    --footer-link-text-color:#FFEEAD !important;
    --friendly-bg-color:#044c57;
    --search-btn-bg-color:#98DED9;
    --search-btn-text-color:#000;
    --leaderboard-header-bg-color:#0D7C66;
    --leaderboard-header-text-color:#fff;

    --pagination-bg-active-color:#0D7C66;
    --pagination-bg-hover-color:#9CDBA6;
    --pagination-text-active-color:#fff;
    --directly-pagination-bg-active-color:#0D7C66;

    --data-tab-after-bg-color:#0D7C66;
    --post-comment-btn-bg-color:#161D6F;
    --post-comment-btn-bg-text-color:#fff;
    --tv-title-bg-color:#4d908e;
    --tv-title-bg-text-color:#fff;
    --tv-title-bg-border-bottom-color:#ffeee2;
    --all-game-title-border:1px solid #0D7C66;
    --all-game-title-text-color: #fff;
    --all-game-data-list-a-hover-color:#a4c3b2;
    --all-game-data-list-a-active-bg-color:#0D7C66;
    --all-game-data-list-a-active-color:#fff;
    --all-game-data-list-a-active-hover-color:#fff;
    --mobile-navbar-item-bg-color:rgb(176, 72, 72);
    --stream-content-bg-color:#0D7C66;
    --tv-item-bg-color:#0D7C66;
    --tv-item-text-color:#fff;
    --one-flex: 0 0 100%;
    --two-flex: 0 0 50%;
    --three-flex: 0 0 50%;
    --data-order-flex-direction:row;
    --info-page-one-flex:0 0 65%;
    --info-page-two-flex:0 0 32%;
    --index-master-table-flex:0 0 67%;
    --data-year-item-a-hover-color:#000;
    --stream-page-tab-active-color:#fff;
}

.info-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
}

.one{
    flex: var(--one-flex);
}

.two{
    flex: var(--two-flex);
}

.three{
    flex: var(--three-flex);
}

.info-content .news{
    background-color: #fff;
    padding: 1.2%;
    box-sizing: border-box;
    overflow-y: auto;
    border: 3px solid #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.info-content .news .title{
    font-size: 22px;
    color:var(--news-text-color);
}

.info-content .news .title h4::before{
    content: '';
    position: relative;   
    top: 2px;   
    display: inline-block;   
    width: 6px;  
    height: 19px;   
    border-radius: 5px;   
    margin-right: 10px;
    background-color: var(--news-text-before-bg-color);
}
.info-content .news .news-item{
    margin-top: 20px;
}
.info-content .news .news-item a{
     line-height: 35px;  
    width: 100%;   
    color: #000000;   
    font-size: 13px;  
    text-align: left;
    display: block;  
}

.info-content .news .tag{
    margin: 10px;
}

.pc{
    display: block;
}

.mobile{
    display: none;
}

.v57_index_content{
    display: flex;
}

.photo-wall{
    width: 100%;
    height: 120px;
    display: flex;
    padding: 0 20px;
    margin-top: 10px;
    flex-wrap: nowrap;  
    overflow-x: auto;   
}

.photo-wall .photo-wall-item{
    width: 17%;
    min-width: 180px;
    flex-shrink: 0;
    padding: 5px 0;
    margin-right: 35px;
    position: relative;
    z-index: 1;
}

.photo-wall .photo-wall-item .photo{
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top:0;
    left:0;
}

.photo-wall .photo-wall-item .play-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    top:50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%,-50%);
}

.banner{
    width: 100%;
    max-width: 1280px;
    height: 150px;
    position: relative;
    user-select: none;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

.banner img{
    transform: scale(1.23,1.2);
    transform-origin: top left;
}

.banner .banner-word{
    position: absolute;
    color:#fff;
    top: 35%;
    left: 5%;
    font-size: 45px;
    font-family: bold;
    letter-spacing: 10px;
    font-family: '8417';
    text-shadow: 2px 2px 1px #333;
    animation: bobbing 1s infinite ease-in-out;
}

.hot-info{
    width: 98%;
    max-width: 1280px;
    margin: 10px auto 0;
}

.hot-info .title{
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid var(--primary-color);
    padding: 0px;
}

.hot-info .title span{
    float: left;
    color: rgb(255, 255, 255);
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    background: var(--primary-color);
    padding: 0px 1.5rem;
    font-size: 18px;
}

.hot-info .hot-info-img{
    box-sizing: border-box;
    width: 30%;
    padding: 10px 10px 10px 0;
}

.hot-info-content{
    display: flex;
    align-items: center;
}

.hot-info .hot-info-news-item{
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.hot-info .hot-info-news-item img{
    margin-right: 10px;
}

@media screen and (max-width:900px) {
    .info-content{
        flex-direction: column;
        padding-right: 5px;
    }

    .info-content .news{
        max-height: unset;
        margin: 20px 5%;
        padding: 2%;
    }

    .pc{
        display: none;
    }

    .mobile{
        display: block;
    }

    .v57_index_content{
        display: block;
    }

    .banner .banner-word{
        top: 23%;
        left: 6%;
        font-size: 26px;
        width: 55%;
        line-height: 1.5em;
    }

    .hot-info .hot-info-news{
        padding: 0 10px;
    }
    
    .hot-info-content{
        display: block;
    }

    .hot-info .hot-info-img{
        display: none;
    }
}

@keyframes bobbing {
    0%, 100% {
        color: #BF2EF0;
    }
    25% {
        color: #F075AA;
    }
    75% {
        color: #BF2EF0;
    }
}