/** 平板适配 **/
@media (max-width: 991px) {

}
/** 手机适配 **/
@media (max-width: 767px) {
    :root {
        --wp: 100%;
    }
    html, body {
        width: 100%;
        overflow-x: hidden;
    }
    .header-container {
        height: 64px;
        padding: 0 16px;
    }
    .logo img {
        max-height: 56px;
    }
    .header-operation {
        column-gap: 8px;
    }
    .user-login,.user-name {
        display: none;
    }
    .m-menu-btn {
        display: inline-flex;
    }
    .nav {
        display: none;
    }
    .layout-banner {
        padding-bottom: 36%;
    }
    .index-section, .index-section.padding-half, .index-section.padding-sm{
        padding: 24px 16px;
    }
    .index-section__title, .index-section__subtitle {
        font-size: 32px;
    }
    .index-countdown {
        max-width: 100%;
    }
    .index-countdown__content {
        width: 100%;
        justify-content: center;
    }
    .index-countdown__poker {
        width: 80px;
        height: 108px;
        font-size: 96px;
    }
    .index-entry {
        flex-shrink: unset;
    }
    .index-entry__item {
        width: 100%;
        height: 132px;
    }
    .index-entry__item:hover {
        transform: unset;
        box-shadow: unset;
    }
    .index-entry__cover{
        opacity: 1;
    }
    .index-entry__item:hover h3{
        transform: none;
    }
    .index-entry__item p {
        font-size: 12px;
    }
    .index-entry__item .icon {
        display: none;
    }
    .index-about {
        margin-top: 24px;
    }
    .index-about__cover {
        position: relative;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 24px;
    }
    .index-about__image {
        position: relative;
        top: 0;
    }
    .index-indicator {
        height: auto;
        background-size: cover;
    }
    .index-indicator__list {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    .index-indicator__list li {
        width: 50%;
    }
    .index-indicator__icon {
        width: 64px;
        height: 64px;
    }
    .index-indicator__value {
        font-size: 28px;
    }
    .index-indicator__name {
        font-size: 14px;
    }
    .ia-list .ia-item {
        width: 100%;
    }
    .ia-list .ia-item:nth-of-type(2) {
        order: 2;
    }
    .ia-list .ia-item:nth-of-type(3) {
        order: 2;
    }
    .ia-cover {
        justify-content: center;
        height: auto;
        padding: 0;
        background: none;
    }
    .ia-header {
        width: 100%;
    }
    .swiper-prev-btn,.swiper-next-btn,.index-moment__move {
        display: none;
    }
    .index-section__title--inline {
        font-size: 24px;
    }
    .index-section__subtitle--inline {
        display: none;
    }
    .index-section.padding-half .index-section__header--inline {
        height: 64px;
        margin-bottom: 0;
    }
    .footer-container {
        row-gap: 16px;
        padding: 0 16px;
    }
    .footer-qrcode {
        flex-wrap: wrap;
    }
    .footer-qrcode li {
        width: calc(25% - 9px);
    }
    .footer-qrcode__image {
        width: 100%;
        height: auto;
    }
    .footer-qrcode__label {
        font-size: 12px;
    }
    .list {
        flex-wrap: wrap;
        row-gap: 16px;
    }
    .list-container {
        width: 100%;
    }
    .copyright {
        padding: 16px;
        word-break: break-all;
    }
}
