/* news guide */
.main .back,
.mobile_tag,
.news-detail .mobile_time {
    display: none;
}

.news-guide h1 {
    color: #fff;
    font-size: 48px;
}

.news-guide .recent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 48px;
    font-family: 'Oswald';
}

.news-guide .recent .recent-title {
    flex: 1;
}

.news-guide .news_search {
    display: flex;
    align-items: center;
    background: #1f203c;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-guide .news_search .search-icon {
    color: #aaa;
    margin: 0 8px 0 12px;
    flex-shrink: 0;
}

.news-guide .news_search input {
    background: transparent;
    width: 240px;
    height: 40px;
    border: none;
    color: #fff;
    outline: none;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news-guide .news_search input::placeholder {
    color: #aaa;
}

.news-guide .news_search button {
    width: auto;
    height: 40px;
    padding: 0 18px;
    background: #00d4d4;
    background: #0b85ea;
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0;
}

.news-guide .news_hot_game {
    margin: 10px 0 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-guide .news_hot_game a {
    width: 22%;
    display: inline-block;
    padding: 12px 25px;

    color: #fff;
    border-radius: 45px;
    margin-right: 10px;
    text-align: center;

    background: #1f203c;

    /* text-transform: uppercase; */
    font-family: 'oswald';
    margin-bottom: 10px;
}

.news-guide .news_hot_game a.active {
    background: -webkit-linear-gradient(left top, #69f6a4, #133eda);
    background: -o-linear-gradient(bottom right, #69f6a4, #133eda);
    background: -moz-linear-gradient(bottom right, #69f6a4, #133eda);
    background: linear-gradient(to bottom right, #69f6a4, #133eda);
}

.news-detail-content ul,
.news-detail-content ol {
    list-style: inherit;
    margin: 10px 0 10px 20px;
}

.news-guide .news-list {
    margin-top: 10px;
}

.no-news-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    color: #555a7e;
    text-align: center;
    gap: 16px;
}

.no-news-empty svg {
    color: #2a2e52;
    flex-shrink: 0;
}

.no-news-empty span {
    font-size: 22px;
    font-weight: 600;
    color: #6c70a0;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.no-news-empty p {
    font-size: 14px;
    color: #3d4168;
    margin: 0;
    max-width: 320px;
    line-height: 1.6;
}

.news-detail-content ul li,
.news-detail-content ol li {
    margin-bottom: 10px;
    color: #fff;

}

.news-guide .news-list .loading {
    margin: 30px auto;
    display: block;
}

.news-guide .news-list li {
    background: #191D22;
    display: flex;
    padding: 12px 60px 12px 12px;
    font-family: 'Arial';
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
    gap: 24px;
}

.lang-ar .news-guide .news-list li {
    padding: 12px 12px 12px 60px;
}

.news-guide .news-list li:hover {
    box-shadow: 0px 0px 6px 1px #0b85ea;
}

.news-guide .news-list li .item-info {
    flex: 1;
}

.news-guide .news-list li a.news_img {
    width: 415px;
    min-width: 415px;
    height: 232px;
    display: block;
    background-repeat: no-repeat;
    margin: auto;
    margin: auto 0;
}

/* 有真实封面图：铺满 */
.news-guide .news-list li a.news_img.news_img--cover {
    background-size: cover;
    background-position: center;
}

/* 无封面图，使用 logo 兜底：自适应居中 */
.news-guide .news-list li a.news_img.news_img--logo {
    background-position: center;
    background-color: #191D22;
    background-size: contain;
}

.news-guide .news-list li a>img {
    /* width: 415px;
    margin-right: 24px; */
}

.news-guide .news-list li .title {
    color: #0b85ea;
    font-size: 16px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'default';
}

.news-guide .news-list li a {
    color: #fff;
}

.news-guide .news-list li .times {
    color: #393c59;
    font-size: 12px;
    margin: 12px 0 25px;
}

.news-guide .news-list li .content {
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 116px;
    line-height: 24px;
}

.news-guide .news-list li .content a,
.news-guide .news-list li .content span,
.news-guide .news-list li .content p {
    color: #fff !important;
    text-decoration: none !important;
}

.news-guide .news-list li .content h3,
.news-guide .news-list li .content h2 {
    display: none;
}

.news-guide .news-list li .content img {
    max-width: 300px;
}

.news-guide .news-list li .share {
    display: flex;
    align-items: center;
    color: #393c59;
    position: absolute;
    bottom: 14px;
    right: 60px;
}

.news-guide .news-list li .share span {
    white-space: nowrap;
}

.news-guide .news-list li .share a {
    width: 40px;
    height: 40px;
    margin: 0 5px;
}

.news-guide .news-list li .share a.facebook {
    background-position: -23px -74px;
}

.news-guide .news-list li .share a.google {
    background-position: -74px -74px;
}

.news-guide .news-list li .share a.twitter {
    background-position: -125px -74px;
}

.news-guide button {
    width: 100%;
    height: 50px;
    color: #fff;
    font-family: 'Montserrat SemiBold';
    font-size: 20px;
    background: -webkit-linear-gradient(left, #5edeab, #2059d2);
    background: -o-linear-gradient(right, #5edeab, #2059d2);
    background: -moz-linear-gradient(right, #5edeab, #2059d2);
    background: linear-gradient(to right, #5edeab, #2059d2);
}

.news-guide button.noval {
    background: rgb(112, 111, 163);
    cursor: not-allowed;
    text-shadow: rgba(48, 24, 113, 0.1) 0px 1px 1px;
    color: rgb(165, 164, 206);
}

.news-guide button.more i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-left: 2px solid #fff;
    margin: auto;
    animation: rotation 1s linear infinite;
    display: none;
}




.news-detail {
    margin-top: 20px;
    border: 1px solid #101c36;
}

.news-detail .news_detail_title{
    color: #fff;
    background: -webkit-linear-gradient(left top, #63e9a8, #1a4ed5);
    background: -o-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: -moz-linear-gradient(bottom right, #63e9a8, #1a4ed5);
    background: linear-gradient(to bottom right, #63e9a8, #1a4ed5);
    border-radius: 5px 5px 0 0;
    padding: 10px;
    font-size: 20px;
}

.news-detail .times-tag {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-detail .times-tag a {
    color: #92d050;
}

.news-detail .times {
    color: #fff;
    padding-left: 10px;
    display: flex;
}

.news-detail .times .posted_times {
    margin-right: 20px;
}

.news-detail .news-detail-content {
    padding: 10px 10px 20px;
    border-radius: 0 0 5px 5px;
    font-size: 15px;
}

.news-detail .news-detail-content p {
    margin-bottom: 15px;
    line-height: 26px;
    color: #fff;
    font-size: 15px;
}

.news-detail .news-detail-content p img {
    max-width: 100%;
}

.news-detail .news-detail-content p.ql-align-center {
    text-align: center;
}

.news-detail .news-tags {
    padding: 20px 10px;
}

.news-detail .news-tags p {
    margin-bottom: 10px;
    color: #0b85ea;
}

.news-detail .news-tags ul {
    display: flex;
    align-items: center;
}

.news-detail .news-tags ul img {
    width: 25px;
    height: 20px;
}

.news-detail .news-tags ul li a {
    color: #7073c9;
    font-size: 12px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 3px;
}

.news-detail .news-tags ul li a:hover {
    color: #fff;
}

.news-previous {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 20px;
}

.news-previous a {
    color: #fff;
}

.news-previous a:hover {
    color: #0b85ea;
}

.news-recommended h3 {
    padding: 50px 0 10px;
    border-bottom: 1px dashed #ccc;
    font-size: 20px;
}

.news-recommended {
    padding: 0 20px;
}

.news-recommended ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.news-recommended ul li {
    width: 50%;
    margin-bottom: 20px;
}

.news-recommended ul li:nth-child(2n) {
    padding-left: 40px;
}

.news-recommended ul li a h3 {
    color: #fff;
    font-family: 'default';
    font-size: 14px;
    font-weight:400;
    padding: 0;
    border: none;
}

.news-recommended ul li a:hover {
    color: #0b85ea;
}


/* night */
.night_table {
    overflow: auto;
    max-height: 1000px;
    background: #fff;
    margin-bottom: 20px;
}

.night_table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.night_table::-webkit-scrollbar-thumb {
    background: #0b85ea;
    border-radius: 5px;
    border: 1px solid hsla(0, 0%, 100%, .26);
    cursor: pointer;
}

.night_table::-webkit-scrollbar-track {
    background-color: #0a142f;
}

.night_table .table_header {
    color: #000;
    font-family: 'Oswald';
    font-size: 16px;
}

.night_table .common_head {
    display: flex;
    text-align: center;
}

.night_table .common_head .th_1 {
    flex: 0.5;
    padding: 15px 10px;
    border-right: 1px solid #464646;
    white-space: nowrap;
}

.night_table .common_head .th_1 em {
    opacity: 0;
}

.night_table .common_head .th_3 {
    flex: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.night_table .table_head {
    color: #000;
    font-family: 'Oswald';
}

.night_table .table_head .th_1 {
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
}

.night_table .table_head .th_3 span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-top: 1px solid #464646;
    border-left: 1px solid #464646;
    border-bottom: 1px solid #464646;

}

.night_table .table_head .th_3 span:first-child {
    border-left: none;
}

.night_table .table_head .th_3 span.td_2 {
    flex: 2;
}

.night_table .table_body {
    /* border-bottom: 1px solid #ccc;
    padding: 15px 0; */
    color: #000;
}

.night_table .table_body .icons em {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
}

.night_table .table_body .icons em.Grade0 {
    background: #000;
}

.night_table .table_body .icons em.Grade2 {
    background: green;
}

.night_table .table_body .icons em.Grade1 {
    background-color: grey;
}

.night_table .table_body .icons em.Grade3 {
    background-color: #0d0dde;
}

.night_table .table_body .icons img {
    width: 50px;
}

.night_table .table_body .th_1 {
    align-items: center;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #464646;
}

.night_table .table_body .th_3 {
    display: block;
}

.night_table .table_body .th_3 .list_item {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #464646;
}

.night_table .table_body .th_3 .list_item:last-child {
    margin: 0;
}

.night_table .table_body .th_3 .list_item span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #464646;
    padding: 5px 0px;
}

.night_table .table_body .th_3 .list_item span:first-child {
    border: none;
}

.night_table .table_body .th_3 .list_item .td_1 {
    flex: 1;
}

.night_table .table_body .th_3 .list_item .td_2 {
    flex: 2;
}


@media (max-width: 600px) {

    .night_table .table_body .th_3 .list_item .td_1,
    .night_table .table_head .th_3 span.td_1 {
        min-width: 57px;
    }

    .night_table .table_body .th_3 .list_item .td_2,
    .night_table .table_head .th_3 span.td_2 {
        min-width: 115px;
    }

    .night_table .common_head .th_1 {
        min-width: 80px;
    }
}

/* ---- 骨架屏 ---- */
@keyframes skeleton-shimmer {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(200%); }
}

.news-skeleton {
    display: none;
}

.skeleton-item {
    background: #191D22;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 12px 60px 12px 12px;
    display: flex;
    gap: 24px;
    overflow: hidden;
    position: relative;
}

.skeleton-item::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.06) 50%, transparent 100%);
    animation: skeleton-shimmer 1.6s infinite;
}

.skeleton-img {
    width: 415px;
    min-width: 415px;
    height: 232px;
    background: #252840;
    border-radius: 6px;
    flex-shrink: 0;
}

.skeleton-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 5px;
}

.skeleton-block {
    background: #252840;
    border-radius: 4px;
}

/* 移动端新闻列表样式 */
@media (max-width: 1024px) {
    .news-guide .recent {
        font-size: 20px;
        padding: 10px 0;
        flex-wrap: wrap;
        gap: 10px;
    }

    .news-guide .news_search input {
        width: 160px;
    }

    .news-guide .news-list li {
        padding: 12px !important;
        margin-bottom: 12px;
        border-radius: 8px;
        align-items: flex-start;
        gap: 12px;
    }

    .news-guide .news-list li a.news_img {
        width: 35%;
        min-width: 35%;
        height: 257px;
        aspect-ratio: 4 / 3;
        flex-shrink: 0;
        border-radius: 6px;
    }

    .news-guide .news-list li .item-info {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        /* 高度精确匹配图片：图片宽 = (100vw - 20px) × 35%，高 = 宽 × 3/4 */
        height: 257px;
        overflow: hidden;
    }

    .news-guide .news-list li .title {
        font-size: 14px;
        margin-top: 0;
        flex-shrink: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.4;
    }

    .news-guide .news-list li .times {
        font-size: 11px;
        margin: 6px 0 8px;
        flex-shrink: 0;
    }

    .news-guide .news-list li .content {
        font-size: 12px;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 20;
        flex: 1;
        min-height: 0;
    }

    .news-guide .news-list li .share {
        display: none;
    }

    .skeleton-item {
        padding: 12px !important;
        gap: 12px;
    }

    .skeleton-img {
        width: 35%;
        min-width: 35%;
        height: 257px;
    }
}

/* iPad 竖屏 */
@media (max-width: 768px) {
    .news-guide .recent {
        flex-direction: column;
        align-items: stretch;
        font-size: 18px;
        gap: 8px;
    }

    .news-guide .news_search {
        width: 100%;
    }

    .news-guide .news_search input {
        flex: 1;
        width: auto !important;
    }

    .news-guide .news-list li a.news_img {
        width: 38%;
        min-width: 0;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .news-guide .news-list li .item-info {
        height: auto;
        overflow: hidden;
    }

    .skeleton-img {
        width: 38%;
        min-width: 0;
        height: auto;
        aspect-ratio: 4 / 3;
    }
}

/* 手机端 */
@media (max-width: 480px) {
    .news-guide .recent {
        font-size: 16px !important;
    }

    .news-guide .news-list li a.news_img {
        width: 35%;
        min-width: 0;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .news-guide .news-list li .item-info {
        height: auto;
        min-height: 0;
        overflow: hidden;
    }

    .skeleton-img {
        width: 35%;
        min-width: 0;
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .skeleton-info {
        height: auto;
    }

    .news-guide .news-list li .title {
        -webkit-line-clamp: 2;
        line-clamp: 2;
    }

    .news-guide .news-list li .content {
        -webkit-line-clamp: 3;
        line-clamp: 3;
    }
}