@charset "utf-8";

body#home .content {
    padding: 24px 0 16px;
}

.tab-wrap {
    height: 122px;
    padding: 15px 14px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 20px;
    zoom: 1;
}

.tab-wrap .tab-nav {
    float: left;
    width: 130px;
    height: 100%;
}

.tab-wrap .tab-nav div {
    height: 61px;
    line-height: 61px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    position: relative;
    background: #f6f6f6;
}

.tab-wrap .tab-nav div em {
    display: inline-block;
    width: 11px;
    height: 15px;
    margin: 23px 6px 0 0;
    vertical-align: top;
    background: url("../images/h-icons.png") no-repeat;
}

.tab-wrap .tab-nav .nav1 em {
    background-position: 0 0;
}

.tab-wrap .tab-nav .nav2 em {
    background-position: 0 -17px;
}

.tab-wrap .tab-nav div.active {
    color: #fff;
    background: #01a0e2;
}

.tab-wrap .tab-nav div.active em {
    background-position-x: -17px;
}

.tab-wrap .tab-nav div.active:after {
    display: inline-block;
    content: " ";
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #01a0e2;
    position: absolute;
    right: -16px;
    top: 22px;
}

.tab-list-box {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.tab-list-box ul {
    display: none;
    width: 1050px;
    overflow: hidden;
    zoom: 1;
    height: 100%;
}

.tab-list-box ul.is-active {
    display: block !important;
}

.tab-list-box li {
    width: 96px;
    float: left;
    margin-left: 33px;
}

.tab-list-box li a {
    display: block;
}

.tab-list-box li a span {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 13px;
    overflow: hidden;
}

.tab-list-box li a span img {
    display: block;
    width: 96px;
    height: 96px;
    border-radius: 13px;
    object-fit: cover;
}

.tab-list-box li a p {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
    color: #333;
    text-align: center;
    margin-top: 9px;
}

.fir-con {
    margin-bottom: 18px;
    display: flex;
    gap: 18px;
    align-items: stretch;
}

.fir-l {
    width: 472px;
    flex: 0 0 472px;
}

.fir-mid {
    width: 400px;
    flex: 1;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    overflow: hidden;
}

.fir-r {
    width: 310px;
    flex: 0 0 310px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fir-slide {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    height: 268px;
    margin-bottom: 18px;
}

.swiper-container1,
.swiper-container1 .swiper-wrapper,
.swiper-container1 .swiper-slide {
    width: 100%;
    height: 100%;
}

.swiper-container1 .swiper-slide {
    position: relative;
}

.swiper-container1 .swiper-slide img {
    width: 100%;
    height: 268px;
    object-fit: cover;
    display: block;
}

.swiper-container1 .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 16px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.82));
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
}

.swiper-pagination {
    position: absolute;
    right: 12px;
    bottom: 12px;
    z-index: 10;
    display: flex;
    gap: 6px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.intro-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    padding: 0 18px;
}

.intro-box .intro-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid #edf1f7;
}

.intro-box .intro-list li:last-child {
    border-bottom: 0;
}

.intro-box .img {
    display: block;
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 16px;
    overflow: hidden;
}

.intro-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-box .mid {
    flex: 1;
    min-width: 0;
}

.intro-box .t {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intro-box .desc {
    color: #6b7280;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.intro-box .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    border-radius: 16px;
    background: #27b8e8;
    color: #fff;
    white-space: nowrap;
}

.fir-mid .fir-tab {
    display: flex;
    border-bottom: 1px solid #edf1f7;
    background: #f8fbff;
}

.fir-mid .fir-tab span {
    flex: 1;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    font-weight: 700;
    color: #556;
    position: relative;
}

.fir-mid .fir-tab span.active {
    color: #27b8e8;
    background: #fff;
}

.fir-mid .fir-tab span.active:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    background: #27b8e8;
}

.update-list-box {
    padding: 14px 18px 18px;
}

.update-list {
    width: 100%;
}

.update-list ul {
    width: 100%;
}

.update-list li {
    display: flex;
    align-items: center;
    height: 44px;
    border-bottom: 1px dashed #edf1f7;
    gap: 10px;
}

.update-list li:last-child {
    border-bottom: 0;
}

.update-list li .type {
    flex: 0 0 80px;
    color: #27b8e8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.update-list li .t {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.update-list li .t img {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: cover;
}

.update-list li .t span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.update-list li .date {
    color: #9aa3af;
    font-size: 12px;
    flex: 0 0 auto;
}

.fir-tit,
.home-tit {
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    border-bottom: 1px solid #edf1f7;
    background: #fff;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    box-sizing: border-box;
}

.fir-tit h2,
.home-tit h2 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.zt-intro1,
.zt-intro2 {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
}

.zt-intro1 {
    padding: 12px;
}

.zt-intro1 ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.zt-intro1 li a {
    display: block;
    color: #333;
}

.zt-intro1 .img {
    display: grid;
    grid-template-columns: repeat(2, 36px);
    grid-template-rows: repeat(2, 36px);
    justify-content: center;
    gap: 5px;
    margin-bottom: 7px;
    overflow: hidden;
}

.zt-intro1 .img img {
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    object-fit: cover;
}

.zt-intro1 p {
    height: 36px;
    padding: 0 4px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
}

.zt-intro2 {
    padding: 0 16px 10px;
    overflow: hidden;
}

.zt-intro2 ul li {
    display: flex;
    align-items: center;
    height: 46px;
    border-bottom: 1px dashed #edf1f7;
}

.zt-intro2 ul li:last-child {
    border-bottom: 0;
}

.zt-intro2 .num {
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #e9f7fc;
    color: #27b8e8;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 12px;
    flex: 0 0 22px;
}

.zt-intro2 .t {
    display: block;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mob-game,
.mob-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    overflow: hidden;
    margin-bottom: 18px;
}

.mob-game-item,
.mob-box .mob-item {
    display: flex;
    align-items: stretch;
}

.mob-game-item .left {
    width: 120px;
    border-right: 1px solid #edf1f7;
    background: #f8fbff;
}

.mob-game-item .left ol li {
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #556;
    border-bottom: 1px solid #edf1f7;
}

.mob-game-item .left ol li.active {
    color: #27b8e8;
    background: #fff;
    font-weight: 700;
}

.mob-game-item .right {
    flex: 1;
    padding: 12px;
}

.mob-game-item .right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mob-game-item .right ul li {
    width: 20%;
    text-align: center;
}

.mob-game-item .right ul li a {
    display: block;
}

.mob-game-item .right ul li span {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 8px;
    border-radius: 16px;
    overflow: hidden;
}

.mob-game-item .right ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mob-game-item .right ul li p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.mob-box .mob-item .left {
    width: 60%;
    padding: 12px;
    box-sizing: border-box;
}

.mob-box .mob-item .left ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.mob-box .mob-item .left ul li {
    width: 25%;
}

.mob-box .mob-item .left ul li a {
    display: block;
    text-align: center;
}

.mob-box .mob-item .left ul li span {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 8px;
    border-radius: 16px;
    overflow: hidden;
}

.mob-box .mob-item .left ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mob-box .mob-item .left ul li p {
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.mob-box .mob-item .right {
    width: 40%;
    border-left: 1px solid #edf1f7;
    padding: 12px;
    box-sizing: border-box;
}

.mob-box .mob-item .right h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.mob-box .mob-item .right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #edf1f7;
}

.mob-box .mob-item .right ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mob-box .mob-item .right .num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: #27b8e8;
    color: #fff;
    font-size: 12px;
    flex: 0 0 24px;
}

.mob-box .mob-item .right .r-a {
    flex: 1;
    min-width: 0;
}

.mob-box .mob-item .right .r-a a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mob-box .mob-item .right .r-b {
    display: none;
    align-items: center;
    gap: 12px;
    padding-top: 8px;
}

.mob-box .mob-item .right li.open .r-b {
    display: flex;
}

.mob-box .mob-item .right .img {
    display: block;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 72px;
}

.mob-box .mob-item .right .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mob-box .mob-item .right .infor {
    flex: 1;
    min-width: 0;
}

.mob-box .mob-item .right .tit {
    display: block;
    font-weight: 700;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mob-box .mob-item .right .tags i {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border-radius: 12px;
    background: #f3f7fb;
    color: #27b8e8;
    margin-right: 6px;
}

.mob-box .mob-item .right .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 12px;
    background: #27b8e8;
    color: #fff;
    border-radius: 16px;
    white-space: nowrap;
}

.latest-box {
    margin-bottom: 0;
}

.latest-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    padding: 18px 17px 20px;
}

.latest-card {
    display: flex;
    min-width: 0;
    padding: 10px;
    background: #f8f8f8;
    align-items: center;
    border-radius: 8px;
}

.latest-card img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 8px;
}

.latest-card span {
    min-width: 0;
}

.latest-card b,
.latest-card small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latest-card b {
    color: #333;
    font-size: 14px;
}

.latest-card small {
    color: #999;
    font-size: 11px;
    margin-top: 5px;
}

/* Desktop layout follows the reference template; mobile rules live in site.css. */
@media (min-width: 769px) {
    body#home {
        background: #f8f8f8;
    }

    .fir-con {
        display: block;
        margin: 0 0 15px;
    }

    .fir-l {
        width: 456px;
        float: left;
        margin-right: 28px;
    }

    .fir-mid {
        width: 391px;
        float: left;
        padding: 17px 17px 16px;
        background: #fff;
        box-sizing: content-box;
        border-radius: 0;
        box-shadow: none;
    }

    .fir-r {
        width: 230px;
        float: right;
        padding: 6px 17px 8px;
        background: #fff;
        box-sizing: content-box;
        border-radius: 0;
        box-shadow: none;
        display: block;
    }

    .fir-slide {
        height: 295px;
        margin-bottom: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .swiper-container1 .swiper-slide img {
        height: 295px;
    }

    .intro-box {
        padding-top: 10px;
        background: transparent;
        box-shadow: none;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .intro-box .intro-list li {
        display: block;
        padding: 10px 12px;
        height: 50px;
        margin-top: 9px;
        border-bottom: 0;
        box-sizing: content-box;
        background: #fff;
        overflow: hidden;
        zoom: 1;
    }

    .intro-box .img {
        float: left;
        width: 50px;
        height: 50px;
        margin-right: 10px;
        border-radius: 7px;
    }

    .intro-box .mid {
        width: 250px;
        float: left;
        padding-top: 5px;
    }

    .intro-box .t {
        width: 100%;
        height: 24px;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .intro-box .desc {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        color: #999;
        max-height: none;
    }

    .intro-box .btn {
        display: block;
        float: right;
        width: 63px;
        height: 24px;
        padding: 0;
        border-radius: 2px;
        border: 1px solid #01a0e2;
        background: #fff;
        color: #01a0e2;
        font-size: 12px;
        line-height: 24px;
        margin-top: 13px;
        text-align: center;
    }

    .fir-tit {
        display: block;
        height: 46px;
        line-height: normal;
        padding: 0;
        border-bottom: 1px solid #e2e2e2;
        border-radius: 0;
        box-shadow: none;
        overflow: hidden;
        zoom: 1;
    }

    .fir-tit h2 {
        float: left;
        height: 45px;
        line-height: 45px;
        color: #01a0e2;
        font-size: 16px;
        border-bottom: 2px solid #01a0e2;
    }

    .fir-tit .more-btn {
        float: right;
        height: 46px;
        padding-top: 10px;
        color: #999;
        font-size: 12px;
        line-height: 46px;
    }

    .zt-intro1 {
        padding: 13px 0 0;
        border-radius: 0;
        box-shadow: none;
    }

    .zt-intro1 ul {
        display: block;
    }

    .zt-intro1 ul li {
        width: 110px;
        float: left;
        margin: 0 0 8px 4px;
    }

    .zt-intro1 ul li a {
        display: block;
        padding: 9px 7px 6px;
    }

    .zt-intro1 .img {
        display: block;
        width: 86px;
        padding: 9px 0 5px 8px;
        border: 1px solid #eee;
        margin-bottom: 6px;
        border-radius: 8px;
        overflow: hidden;
        zoom: 1;
    }

    .zt-intro1 .img img {
        display: block;
        float: left;
        width: 36px;
        height: 36px;
        margin: 0 7px 5px 0;
        border-radius: 6px;
    }

    .zt-intro1 p {
        height: 36px;
        padding: 0 8px;
        font-size: 14px;
        line-height: 18px;
        text-align: left;
        overflow: hidden;
    }

    .zt-intro2 {
        padding: 2px 0 0;
        background: #fff;
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

    .zt-intro2 ul li {
        display: block;
        height: 35px;
        border-bottom: 0;
        overflow: hidden;
        zoom: 1;
    }

    .zt-intro2 .num {
        display: block;
        float: left;
        width: 5px;
        height: 100%;
        margin-right: 16px;
        border-radius: 0;
        background: transparent;
        overflow: hidden;
    }

    .zt-intro2 .num em {
        display: block;
        width: 5px;
        height: 5px;
        margin: 0;
        border-radius: 50%;
        background: #bbb;
    }

    .zt-intro2 .num::before,
    .zt-intro2 .num::after {
        display: block;
        content: " ";
        width: 1px;
        height: 15px;
        margin: 0 auto;
        background: #bbb;
    }

    .zt-intro2 li:first-child .num::before,
    .zt-intro2 li:last-child .num::after {
        background: #fff;
    }

    .zt-intro2 .t {
        display: block;
        float: left;
        width: 200px;
        height: 35px;
        line-height: 35px;
        color: #333;
    }

    .fir-mid .fir-tab {
        border: 1px solid #e2e2e2;
        border-bottom: 0;
        background: #fff;
    }

    .fir-mid .fir-tab span {
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        font-weight: 400;
        border-right: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
    }

    .fir-mid .fir-tab span.active {
        font-weight: 700;
        color: #01a0e2;
        border-bottom-color: #fff;
    }

    .update-list-box {
        padding: 0;
    }

    .update-list {
        width: 300%;
        overflow: hidden;
        zoom: 1;
    }

    .update-list ul {
        display: none;
        width: 391px;
        float: left;
    }

    .update-list ul.is-active {
        display: block !important;
    }

    .update-list li {
        display: block;
        height: 24px;
        margin-top: 14px;
        border-bottom: 0;
    }

    .update-list li .type {
        display: block;
        width: 75px;
        height: 22px;
        line-height: 22px;
        flex: none;
        float: left;
        color: #999;
    }

    .update-list li .t {
        width: 230px;
        height: 22px;
        line-height: 22px;
        flex: none;
        display: block;
        float: left;
        gap: 0;
    }

    .update-list li .t img {
        width: 22px;
        height: 22px;
        border-radius: 2px;
        margin-right: 8px;
    }

    .update-list li .date {
        height: 22px;
        line-height: 22px;
        float: right;
        color: #999;
        flex: none;
    }
}
