﻿* {
    box-sizing: border-box;
}

html {
    font-size: calc(100vw / 7.5);
}

body {
    margin: 0;
    color: #333;
    background: #fff;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: .28rem;
}

body,
h1,
h2,
p,
ul,
li,
button,
input {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    border: 0;
    background: none;
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.page {
    width: 7.5rem;
    min-height: 100vh;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
}

.site-header {
    background: #fff;
}

.topbar {
    display: flex;
    justify-content: space-between;
    padding: .2rem .3rem .24rem;
}

.logo img {
    width: 1.82rem;
    height: .96rem;
}

.search-box {
    width: 3.04rem;
    align-self: flex-end;
    display: flex;
    align-items: center;
    height: .44rem;
    border: .01rem solid #b8b8b8;
    background: #fff;
}

.search-box input {
    flex: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding-left: .14rem;
    color: #777;
    font-size: .24rem;
    outline: none;
}

.search-box input::placeholder {
    color: #b4b4b4;
}

.search-box button {
    width: .52rem;
    height: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box button img {
    width: .26rem;
    height: .26rem;
}


.header-actions {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    width: 1.62rem;
}
.pc-link,
.submit-link {
    height: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: .24rem;
}

.pc-link {
    width: 1.22rem;
    align-self: flex-end;
    color: #b6b6b6;
    background: #f3f3f3;
    border-radius: .04rem;
}

.pc-link img {
    width: .23rem;
    height: .21rem;
    margin-right: .1rem;
}

.submit-link {
    color: #fff;
    background: #0059ac;
    border-radius: .03rem;
}

.submit-link img {
    width: .23rem;
    height: .18rem;
    margin-right: .12rem;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    min-height: 1.36rem;
    padding: .18rem 0 .2rem .3rem;
    color: #fff;
    background: #0059ac;
}

.nav a,
.nav button {
    height: .48rem;
    line-height: .48rem;
    text-align: center;
    font-size: .27rem;
    white-space: nowrap;
    margin: 0 .35rem 0 0;
}

.nav > :nth-child(n + 9) {
    margin-top: .02rem;
}

.nav .strong {
    font-weight: 700;
    font-size: .28rem;
}

.nav-more-trigger {
    color: #fff;
    cursor: pointer;
}

body.nav-modal-open {
    overflow: hidden;
}

.site-nav-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}

.site-nav-modal[hidden] {
    display: none;
}

.site-nav-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .56);
}

.site-nav-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 .12rem .4rem rgba(0, 0, 0, .22);
    outline: 0;
}

.site-nav-dialog-header {
    position: relative;
    height: .92rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #0059ac;
}

.site-nav-dialog-header h2 {
    font-size: .34rem;
    font-weight: 700;
}

.site-nav-close {
    position: absolute;
    top: 0;
    right: 0;
    width: .9rem;
    height: .92rem;
    color: #fff;
    font-size: .52rem;
    line-height: .92rem;
    cursor: pointer;
}

.site-nav-dialog-body {
    max-height: calc(100vh - .92rem);
    overflow-y: auto;
    padding: .28rem .3rem .36rem;
    overscroll-behavior: contain;
}

.site-nav-group + .site-nav-group {
    margin-top: .32rem;
    padding-top: .28rem;
    border-top: .01rem solid #e5e5e5;
}

.site-nav-group h3 {
    position: relative;
    margin: 0 0 .2rem;
    padding-left: .18rem;
    color: #0059ac;
    font-size: .3rem;
    line-height: .4rem;
}

.site-nav-group h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: .04rem;
    width: .06rem;
    height: .32rem;
    border-radius: .03rem;
    background: #0059ac;
}

.site-nav-links {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .14rem .12rem;
}

.site-nav-links li.wide {
    grid-column: span 2;
}

.site-nav-links a {
    height: .6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .06rem;
    color: #333;
    background: #f4f7fa;
    border-radius: .05rem;
    font-size: .25rem;
    white-space: nowrap;
}

.headline-section {
    padding: .4rem .3rem 0;
}

.headline-section h1 {
    color: #0059ac;
    font-size: .38rem;
    line-height: .52rem;
    text-align: center;
    font-weight: 700;
}

.hero-card {
    position: relative;
    overflow: hidden;
}

.hero-card img {
    width: 6.9rem;
    height: 3.88rem;
    object-fit: fill;
}

.hero-card p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .34rem .28rem .24rem;
    color: #fff;
    font-size: .28rem;
    line-height: .34rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: linear-gradient(to top, rgba(0, 0, 0, .72), rgba(0, 0, 0, 0));
}


.headline-swiper {
    width: 6.9rem;
    overflow: hidden;
    margin: .4rem auto 0;
}

.headline-swiper .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: .08rem;
    margin: .16rem 0 .22rem;
    line-height: 1;
}

.headline-swiper .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 !important;
    border-radius: 50%;
    background: #9ec3e7;
    opacity: 1;
}

.headline-swiper .swiper-pagination-bullet-active {
    width: .2rem;
    border-radius: .1rem;
    background: #0059ac;
}
.dots {
    display: flex;
    justify-content: center;
    gap: .08rem;
    margin: .16rem 0 .22rem;
}

.dots span {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #9ec3e7;
}

.dots .active {
    width: .2rem;
    border-radius: .1rem;
    background: #0059ac;
}

.news-list li {
    position: relative;
    padding-left: .18rem;
    color: #333;
    font-size: .35rem;
    line-height: .62rem;
}

.news-list li::before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}

.large-list li:nth-child(3) {
    line-height: .64rem;
}

.more-btn {
    height: .54rem;
    margin-top: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .08rem;
    color: #b2b2b2;
    background: #f5f5f5;
    font-size: .3rem;
}

.more-btn img,
.text-more img {
    width: .15rem;
    height: .17rem;
    opacity: .75;
}

.topic-swiper {
    width: 6.9rem;
    margin: .44rem auto .38rem;
    overflow: hidden;
}

.topic-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .18rem;
}

.topic-grid img {
    width: 3.36rem;
    height: 1.89rem;
    object-fit: cover;
}

.topic-grid h2 {
    min-height: .81rem;
    padding-top: .13rem;
    color: #333;
    font-size: .3rem;
    line-height: .35rem;
    text-align: center;
    font-weight: 400;
}

.topic-swiper .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: .08rem;
    margin: .2rem 0 0;
    line-height: 1;
}

.topic-swiper .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 !important;
    border-radius: 50%;
    background: #9ec3e7;
    opacity: 1;
}

.topic-swiper .swiper-pagination-bullet-active {
    width: .2rem;
    border-radius: .1rem;
    background: #0059ac;
}

.complaint-section {
    padding: 0 .3rem .42rem;
    border-top: .02rem solid #0059ac;
}

.xiangwen {
    width: 6.9rem;
    height: .61rem;
    object-fit: cover;
}

.blue-list {
    padding: .14rem 0 .14rem;
    border-bottom: .01rem dashed #d9d9d9;
}

.blue-list li {
    position: relative;
    min-height: .52rem;
    padding-left: .28rem;
    color: #333;
    font-size: .35rem;
    line-height: .58rem;
}

.blue-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .2rem;
    width: .13rem;
    height: .13rem;
    border-radius: 50%;
    background: #0059ac;
}

.handled-list {
    padding: .18rem 0 .2rem;
}

.handled-list li {
    display: flex;
    align-items: center;
    min-height: .58rem;
    color: #333;
    font-size: .35rem;
}

.handled-list img {
    width: .62rem;
    height: .25rem;
    margin-right: .08rem;
    flex: 0 0 auto;
}

.action-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .18rem;
}

.action-row img {
    width: 3.36rem;
    height: .7rem;
    object-fit: cover;
}

.comment-section {
    padding: .02rem .3rem 0;
}

.section-title {
    color: #333;
    font-size: .34rem;
    line-height: .78rem;
    font-weight: 700;
}

.icon-title {
    display: flex;
    align-items: center;
    gap: .1rem;
}

.icon-title img {
    width: .35rem;
    height: .32rem;
}

.comment-list {
    padding-top: .18rem;
}

.comment-list li {
    font-size: .35rem;
    line-height: .64rem;
}

.video-section {
    padding: .44rem .3rem .18rem;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: .18rem;
    margin-bottom: .28rem;
}

@keyframes tabHint {
    0%, 100% {
        transform: scale(1);
        color: #777;
        background-color: #f5f5f5;
        box-shadow: none;
    }

    50% {
        transform: scale(1.08);
        color: #a2a2a2;
        background-color: #e5e5e5;
        box-shadow: 0 .06rem .16rem rgba(171, 175, 178, 0.18);
    }
}

.tabs button {
    width: 1.72rem;
    height: .55rem;
    color: #aaa;
    background: #f5f5f5;
    border-radius: .28rem;
    font-size: .32rem;
    line-height: .55rem;
    font-weight: 700;
    transition: color .25s, background-color .25s, box-shadow .25s, transform .25s;
}

.video-tabs button:not(.active) {
    animation: tabHint 1.8s ease-in-out infinite;
}

.tabs .active {
    color: #fff;
    background: #0059ac;
    animation: none;
    transform: scale(1);
}

.video-carousel {
    position: relative;
}

.video-pane {
    display: none;
}

.video-pane.active {
    display: block;
}

.video-swiper {
    width: 6.9rem;
    overflow: hidden;
}

.video-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .18rem;
}

.video-grid img {
    width: 3.36rem;
    height: 5.96rem;
    object-fit: cover;
}

.video-swiper .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: .08rem;
    margin: .25rem 0 0;
    line-height: 1;
}

.video-swiper .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 !important;
    border-radius: 50%;
    background: #9ec3e7;
    opacity: 1;
}

.video-swiper .swiper-pagination-bullet-active {
    width: .2rem;
    border-radius: .1rem;
    background: #0059ac;
}

.arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: .34rem;
    height: .64rem;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow img {
    width: .18rem;
    height: .32rem;
}

.arrow.prev {
    left: -.3rem;
}

.arrow.next {
    right: -.3rem;
}

.brand-section {
    padding: .14rem .3rem .68rem;
}

.center-title {
    text-align: center;
    font-size: .34rem;
    line-height: .62rem;
}

.brand-section article {
    margin-top: .18rem;
}

.brand-section article img {
    width: 6.9rem;
    height: 3.87rem;
    object-fit: cover;
}

.brand-section article p {
    padding: .18rem 0 .16rem;
    color: #333;
    font-size: .35rem;
    line-height: .45rem;
    text-align: center;
}

.text-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .08rem;
    margin-top: .12rem;
    color: #b2b2b2;
    font-size: .3rem;
}

.footer {
    padding: .46rem .3rem .5rem;
    color: rgba(255, 255, 255, .55);
    background: #0059ac;
    text-align: center;
}

.footer p {
    font-size: .25rem;
    line-height: .46rem;
}

.footer-actions {
    display: grid;
    grid-template-columns: 1fr 1.25fr 1.35fr;
    gap: .12rem;
    margin-top: .26rem;
}

.footer-actions a {
    height: .58rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .08rem;
    color: #fff;
    border: .01rem solid rgba(255, 255, 255, .28);
    font-size: .25rem;
    white-space: nowrap;
}

.footer-actions img {
    width: .25rem;
    height: .26rem;
    object-fit: contain;
}

@media (min-width: 46.9375em) {
    html {
        font-size: 625%;
    }

    body {
        background: #eee;
    }
}
















/* List page */
.list-header {
    background: #fff;
}

.list-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .28rem .31rem .18rem .48rem;
}

.list-logo {
    display: flex;
    align-items: flex-end;
    gap: .12rem;
}

.list-logo .main-logo {
    width: 1.28rem;
    height: .68rem;
    object-fit: contain;
}

.list-logo .channel-logo {
    width: 1.28rem;
    height: .45rem;
    object-fit: contain;
    margin-bottom: .06rem;
}

.list-search {
    width: 3.04rem;
    height: .44rem;
    display: flex;
    align-items: center;
    border: .01rem solid #b8b8b8;
    background: #fff;
}

.list-search input {
    flex: 1;
    width: 100%;
    height: 100%;
    min-width: 0;
    padding-left: .15rem;
    color: #777;
    font-size: .24rem;
    outline: none;
}

.list-search input::placeholder {
    color: #b4b4b4;
}

.list-search button {
    width: .52rem;
    height: .42rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-search button img {
    width: .26rem;
    height: .26rem;
}

.list-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .16rem 0;
    color: #fff;
    background: #0059ac;
    line-height: .5rem;
}

.list-nav a {
    text-align: center;
    white-space: nowrap;
    font-size: .28rem;
    margin: 0 .35rem;
}

.list-main {
    padding: .3rem .3rem 0;
}

.list-banner-swiper {
    width: 6.9rem;
    overflow: hidden;
}

.list-banner-swiper .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: .08rem;
    margin: .18rem 0 .28rem;
    line-height: 1;
}

.list-banner-swiper .swiper-pagination-bullet {
    width: .1rem;
    height: .1rem;
    margin: 0 !important;
    border-radius: 50%;
    background: #9ec3e7;
    opacity: 1;
}

.list-banner-swiper .swiper-pagination-bullet-active {
    width: .2rem;
    border-radius: .1rem;
    background: #0059ac;
}

.article-list {
    padding: .1rem 0 .25rem;
}

.list-item {
    border-bottom: .01rem solid #ebebeb;
    display: flex;
    justify-content: space-between;
    padding: 0 0 .28rem;
    margin-bottom: .25rem;
}


.list-item .thumb{
    width: 2.26rem;
    height: 1.71rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .3rem;
}

.list-item .thumb img {
    width: 2.26rem;
    height: 1.71rem;
    object-fit: cover;
    border-radius: .04rem;
    border-radius: .08rem;
}

.list-info {
    flex: 1;
}

.list-item h2 {
    color: #333;
    font-size: .32rem;
    line-height: .46rem;
    font-weight: 400;
}

.list-item.has-thumb h2 {
    height: .92rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .16rem;
    margin-top: .2rem;
    min-width: 0;
}

.tag {
    flex: 0 0 auto;
    height: .36rem;
    padding: 0 .05rem;
    color: #0059ac;
    border: .01rem solid #0059ac;
    border-radius: .05rem;
    font-size: .24rem;
    line-height: .34rem;
}

.meta-row span {
    min-width: 0;
    color: #aaa;
    font-size: .24rem;
    line-height: .36rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-item.text-only {
    padding: .28rem 0 .28rem;
    margin-top: -.02rem;
}

.list-item.text-only h2 {
    font-size: .32rem;
    line-height: .54rem;
    max-height: 1.08rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-item.text-only .meta-row {
    margin-top: .18rem;
}
