@font-face {
    font-family: 'CangErYuYangTiW05';
    src: url('/style/fonts/cangeryuyangtiw05-2.ttf') format('opentype');
    font-display: swap;
}

:root{
    --primary-color:#03045e;
    --header-bg: linear-gradient(-180deg, #03045e 5%, #03045e 95%) !important;
    --navbar-link-hover:#eaf4f4 !important;
    --match-header-color:#000;
    --match-header-active:#03045e;
    --match-list-font-size:30px !important;
    --match-signal-end-bg-color:#3c1642;
    --match-signal-end-color:#fff;
    --match-signal-end-bg-border:1px solid #3c1642;
    --news-text-color:#03045e;
    --news-text-before-bg-color:#03045e;
    --footer-border-color:#132a13;
    --footer-bg-color:#132a13;
    --footer-link-text-color:hsl(65, 80%, 85%) !important;
    --friendly-bg-color:#323031;
    --search-btn-bg-color:#f9ecf0;
    --search-btn-text-color:#000;
    --leaderboard-header-bg-color:#03045e;
    --leaderboard-header-text-color:#fff;

    --pagination-bg-active-color:#03045e;
    --pagination-bg-hover-color:#eaac8b;
    --pagination-text-active-color:#fff;
    --directly-pagination-bg-active-color:#03045e;

    --data-tab-after-bg-color:#03045e;
    --post-comment-btn-bg-color:#003554;
    --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 #03045e;
    --all-game-title-text-color: #fff;
    --all-game-data-list-a-hover-color:#a4c3b2;
    --all-game-data-list-a-active-bg-color:#03045e;
    --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:#03045e;
    --tv-item-bg-color:#03045e;
    --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;
    --login-area-bg-color:#b23a48;
    --login-area-text-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%);
}

header .login-area{
    background-color: var(--login-area-bg-color);
    color:var(--login-area-text-color);
    text-align: right;
}

header .login-area .login-area-content{
    width: 97%;
    margin: 0 auto;
    padding: 10px 0;
}

header .login-area .login-area-content a{
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}

header .login-area .login-area-content a:hover{
    color:var(--primary);
}

.banner{
    width: 100%;
    height: 300px;
    position: relative;
    user-select: none;
    backdrop-filter: blur(20px);
    overflow: hidden;
    background-color: #3d2361;
    margin: 0 auto;
    max-width: 1280px;
}

.banner img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .banner-word{
    background-color: hsla(0, 0%, 0%, 0.7);
    position: absolute;
    color:#fff;
    top: 31%;
    left: 0;
    padding: 30px 20px;
}

.banner-word h1{
    font-size: 43px;
    font-weight: 100;
    letter-spacing: 15px;
    font-family: 'CangErYuYangTiW05';
    background-image: linear-gradient(135deg, #cfe4fd 12%,#cfe4fd 50%,#bdd8fa 33%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.banner-word h2{
    margin-top: 5px;
    letter-spacing: 8px;
}

.hot-info{
    width: 98%;
    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;
}

#rocket{
    position: fixed;
    bottom: 70px;
    right: 5px;
}

.gqzb{
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--match-signal-end-color);
    background: var(--match-signal-end-bg-color);
    border: var(--match-signal-end-bg-border);
    box-sizing: border-box;
    padding: 10px;
    margin-left: 10px;
}

.gqzb p{
    text-align: center;
}

.ad-banner{
    margin: 0 auto 10px auto;
    max-width: 1190px;
    width: 100%;
    height: 320px;
    position: relative;
    user-select: none;
    backdrop-filter: blur(20px);
    overflow: hidden;
    background: linear-gradient(to bottom, #010101, #000);
}

.ad-banner-filter{
    background-color: rgba(0, 0, 0, 0.619);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.ad-banner img{
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 10;
}

.ad-banner-word{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color:#fff;
}

.ad-banner-word h2{
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 8px;
    font-family: 'CangErYuYangTiW05';
}

.ad-banner-word .button-85{
    margin-top: 20px;
}

/* CSS */
.button-85 {
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none; /* 移除链接的下划线 */
    display: inline-block; /* 使 <a> 标签像块级元素一样处理 */
  }

  .button-85:hover{
    color:#fff;
  }
  
  .button-85:before,
  .button-85:after {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 10px;
  }
  
  .button-85:before {
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    top: -2px;
    left: -2px;
    background-size: 400%;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
  }
  
  .button-85:after {
    background: #222;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  
  @keyframes glowing-button-85 {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }  

@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{
        height: 155px;
    }

    .banner .banner-word{
        top: 12%;
        font-size: 26px;
        width: 70%;
        width: 100%;
        box-sizing: border-box;
    }

    .banner-word h1{
        font-size: 25px;
        letter-spacing: 10px;
        line-height: 1.5em;
    }

    .banner-word h2{
        font-size: 12px;
        line-height: 1.5em;
        letter-spacing: 3px;
    }
    
    .hot-info-content{
        display: block;
    }

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

    .ad-banner{
        height: 200px;
    }
    
    .ad-banner-word{
        width: 100%;
    }
    
    .ad-banner-word h2{
        letter-spacing: 0;
        font-size: 25px;
    }
}

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