/* 渐变背景 */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #f8fafc;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: linear-gradient(135deg, #2d1b69 0%, #1a0b2e 100%);
    background-attachment: fixed;
}

/* 主内容区域样式 */
.main-box {
    max-width: 1024px;
    margin: 30px auto;
    box-sizing: border-box;
}

.section-box {
    margin: 40px 0;
}

.section-box-hero {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 1px;
}

.section-box-hero-img {
    flex: 0 0 35%;
    min-width: 220px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 15px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.section-box-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.section-box-hero-img:hover img {
    transform: scale(1.05);
}

.section-box-hero-content {
    flex: 1;
    min-width: 300px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 15px 0;
    gap: 20px;
}

@media (max-width: 768px) {
    .section-box-hero-content {
        text-align: center;
        margin: 15px auto;
    }

    .section-box-hero-img {
        margin: 15px auto;
    }
}

.section-box-hero-button-countdown {
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.section-box-hero-button-countdown-text {
    font-size: 14px;
    color: #d8b4fe;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-box-hero-button-countdown-time {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.section-box-hero-button-countdown-time:hover {
    transform: scale(1.02);
    box-shadow: 0 3px 10px rgba(139, 92, 246, 0.3);
}

/* 立即观看区域特定样式 */
.section-box-lijiguankan .section-box-hero-button-countdown {
    padding: 10px;
}

.section-box-lijiguankan .section-box-hero-button-countdown-text {
    font-size: 16px;
}

.section-box-lijiguankan .section-box-hero-button-countdown-time {
    font-size: 20px;
    padding: 4px 8px;
}
.section-box-hero-content-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-box-hero-content-text-title {
    font-size: 28px;
    margin: 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 700;
}

.section-box-hero-content-text-episode {
    font-size: 14px;
    color: #94a3b8;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-box-hero-content-text-tags {
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.tag-2 {
    display: inline-block;
    padding: 4px 10px;
    background-color: #8D8DFF;
    color: white;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
}

.section-box-hero-content-text-content {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    color: #cbd5e1;
}

.section-box-hero-button {
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

@media (max-width: 768px) {
    .section-box-hero-button {
        align-items: center;
    }
}

.section-box-hero-button-countdown {
    padding: 5px 8px;
    background-color: rgba(99, 102, 241, 0.2);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.section-box-hero-button-countdown:hover {
    background-color: rgba(103, 58, 183, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.section-box-hero-button-countdown-text {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    text-transform: uppercase;
}

.section-box-hero-button-countdown-time {
    font-size: 16px;
    font-weight: 500;
    color: #8D8DFF;
    display: inline-block;
    vertical-align: middle;
}

.section-box-hero-button-content {
    margin: 0;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 6px;
    transition: all 0.3s ease;
    color: #94a3b8;
}

.section-box-hero-button-content:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.button-app-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6366f1;
    color: white;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4);
    max-width: 220px;
}

.button-app-link:hover {
    background-color: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5);
}

.section-box-hero-button-app {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 70%;
}

@media (max-width: 768px) {
    .section-box-hero-button-app {
        max-width: 100%;
        justify-content: center;
        margin: 0 auto;
    }
}

.button-app-link {
    padding: 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: linear-gradient(135deg, #8D8DFF 0%, #6B46C1 100%);
    border-radius: 8px;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    max-width: 100%;
}

.button-app-link svg {
    margin-right: 8px;
}

.section-box-lijiguankan .button-app-link {
    padding: 12px 28px;
    font-size: 16px;
    border-radius: 10px;
}

.section-box-lijiguankan .button-app-link:hover {
    transform: translateY(-3px) scale(1.02);
}

.button-app-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    background: linear-gradient(90deg, #8B5CF6 0%, #EC4899 100%);
    color: white;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.button-app-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: all 0.6s ease;
    z-index: -1;
}

.button-app-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(139, 92, 246, 0.6);
}

.button-app-link:hover::before {
    left: 100%;
}

.button-app-link svg {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.button-app-link:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.button-app-link span {
    transition: transform 0.3s ease;
}

.button-app-link:hover span {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .button-app-link {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
}

.button-app-pointer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    animation: pulse 2s infinite ease-in-out;
    flex-shrink: 0;
    transform-origin: center;
}

@keyframes pulse {
    0% {
        transform: scale(1) scaleX(-1);
        opacity: 0.8;
    }

    50% {
        transform: scale(1.2) scaleX(-1) translateY(-3px);
        opacity: 1;
    }

    100% {
        transform: scale(1) scaleX(-1);
        opacity: 0.8;
    }
}

.button-app-pointer svg {
    transform: scaleX(-1);
}

/* 移动端适配 */
@media (max-width: 768px) {
    .main-box {
        margin: 20px 15px;
        max-width: calc(100% - 30px);
    }

    .section-box-hero-img {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 10px;
    }

    .section-box-hero-content {
        padding: 20px;
    }

    .section-box-hero-content-text-title {
        font-size: 26px;
    }

    .button-app-link {
        padding: 12px 20px;
        border-radius: 8px;
    }
}

@media (max-width: 480px) {

    .main-box {
        margin: 15px 10px;
        max-width: calc(100% - 20px);
    }

    .header-box {
        margin: 10px;
    }

    .section-box-hero-content-text-title {
        font-size: 20px;
    }

    .section-box-hero-content {
        padding: 15px;
    }

    .button-app-link {
        padding: 10px 20px;
        font-size: 14px;
    }
}

.header-box {
    max-width: 1024px;
    margin: 20px auto;
    padding: 10px 20px;
    position: relative;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.header-box-logo {
    flex: 0 0 auto;
}

.logo {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: scale(1.05);
}

.header-box-nav {
    flex: 1;
    max-width: 500px;
}

.header-box-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.header-box-nav-item {
    margin-left: 25px;
    position: relative;
}

.header-box-nav-item a {
    text-decoration: none;
    color: #f8fafc;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
}

.header-box-nav-item a:hover {
    color: #ffffff;
    background-color: rgba(103, 58, 183, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

@media (min-width: 1024px) {
    .section-box-hero-button-countdown {
        justify-content: flex-start !important;
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .header-box {
        flex-direction: row;
        padding: 10px 15px;
        margin: 10px;
        flex-wrap: nowrap;
    }

    .header-box-logo {
        flex: 0 0 auto;
    }

    .logo {
        height: 40px;
    }

    .header-box-nav {
        flex: 1;
        min-width: 0;
    }

    .header-box-nav-list {
        margin-top: 0;
        justify-content: flex-end;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .header-box-nav-item {
        margin: 0 8px;
        white-space: nowrap;
    }

    .header-box-nav-item a {
        font-size: 14px;
        padding: 6px 10px;
    }
}

/* 同时添加header.php中使用的类名样式 */
.new-header {
    max-width: 1024px;
    margin: 20px auto;
    padding: 15px 20px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}


.new-header-logo {
    flex: 0 0 auto;
}

.new-header-nav {
    flex: 1;
    max-width: 500px;
}

.new-header-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}

.new-header-nav-item {
    margin-left: 25px;
    position: relative;
}

.new-header-nav-item a {
    text-decoration: none;
    color: #f8fafc;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.new-header-nav-item a:hover {
    color: #ffffff;
    background-color: rgba(103, 58, 183, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 评论区样式 */
.section-box-conmment {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    margin: 50px 0;
}

.section-box-conmment-content-title {
    margin-bottom: 20px;
    text-align: center;
}

.section-box-conmment-title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 25px 0;
    display: block;
    text-align: center;
    text-shadow: 0 2px 8px rgba(141, 141, 255, 0.5);
    letter-spacing: 0.5px;
    position: relative;
}

.section-box-conmment-title::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8D8DFF 0%, #6B46C1 100%);
    border-radius: 2px;
    margin: 10px auto 0;
}

.section-box-conmment-list {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* 统一间距值 */
}

.section-box-conmment-list-item {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.section-box-conmment-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(141, 141, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgba(141, 141, 255, 0.3);
}

.section-box-conmment-list-item-avatar {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.section-box-conmment-list-item-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
    border: 2px solid #8D8DFF;
    box-shadow: 0 3px 8px rgba(141, 141, 255, 0.3);
    transition: all 0.3s ease;
}

.section-box-conmment-list-item:hover .section-box-conmment-list-item-img {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(141, 141, 255, 0.4);
}

.section-box-conmment-list-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-box-conmment-list-item-content-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
    flex-wrap: nowrap;
    gap: 10px;
}

.section-box-conmment-list-item-content-title-text {
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70%;
}

.section-box-conmment-list-item-content-title-time {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
}

.section-box-conmment-list-item-content-text-content {
    font-size: 15px;
    line-height: 1.7;
    color: #cbd5e1;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.section-box-conmment-list-item-content-text-stars {
    color: #8D8DFF;
    font-size: 16px;
    margin: 0;
    display: flex;
    gap: 2px;
}

.section-box-conmment-list-item-content-text-stars span {
    display: inline-block;
    transition: transform 0.2s ease;
}

.section-box-conmment-list-item:hover .section-box-conmment-list-item-content-text-stars span {
    transform: scale(1.1);
}

/* 移动端适配 - 评论区 */
@media (max-width: 768px) {
    .section-box-conmment {
        padding: 15px;
        margin: 30px 0;
    }

    .section-box-conmment-title {
        font-size: 20px;
        padding: 6px 15px;
    }

    .section-box-conmment-list {
        gap: 20px; /* 统一间距值 */
    }
}

@media (max-width: 480px) {
    .section-box-conmment {
        padding: 12px;
    }

    .section-box-conmment-list-item {
        padding: 12px;
    }
}

/* 响应式设计 */
@media (max-width: 768px) {
    .new-header {
        flex-direction: row;
        padding: 10px 15px;
        margin: 10px;
        flex-wrap: nowrap;
    }

    .new-header-logo {
        flex: 0 0 auto;
    }

    .logo {
        height: 40px;
    }

    .new-header-nav {
        flex: 1;
        min-width: 0;
    }

    .new-header-nav-list {
        margin-top: 0;
        justify-content: flex-end;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .new-header-nav-item {
        margin: 0 8px;
        white-space: nowrap;
    }

    .new-header-nav-item a {
        font-size: 14px;
        padding: 6px 10px;
    }
}

/* 立即观看区域样式 */
.section-box-lijiguankan {
    margin: 50px 0;
    position: relative;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.section-box-lijiguankan-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-box-lijiguankan-title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    margin: 0;
    position: relative;
    display: inline-block;
}

.section-box-lijiguankan-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #8D8DFF 0%, #6B46C1 100%);
    border-radius: 2px;
    margin: 10px auto 0;
}

.section-box-lijiguankan-content {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    min-height: 400px;
    gap: 20px;
}

.section-box-lijiguankan-img-container {
    flex: 0 0 26%;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 350px;
    min-width: 250px;
    margin-bottom: 0;
}

.section-box-lijiguankan-img {
    width: 240px;
    height: 340px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: rotate(-3deg);
    transition: all 0.5s ease;
    border: 3px solid rgba(255, 255, 255, 0.1);
}

.section-box-lijiguankan-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(79, 70, 229, 0.2) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.section-box-lijiguankan-img:hover {
    transform: rotate(-5deg) scale(1.03) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.section-box-lijiguankan-img:hover::before {
    opacity: 1;
}

.section-box-lijiguankan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.section-box-lijiguankan-img:hover img {
    transform: scale(1.05);
}

.section-box-lijiguankan-content-neirongquyu {
    flex: 1;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: stretch;
    min-width: 300px;
    height: 350px;
}

.section-box-lijiguankan-content-inner {
    width: 90%;
    margin: 0;
    background: linear-gradient(180deg, rgb(55 21 108 / 95%) 0%, rgb(154 84 215 / 95%) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    transform: translateY(10px);
    position: relative;
    overflow: hidden;
}

.section-box-lijiguankan-content-inner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 50%);
    border-radius: 0 0 0 100px;
    z-index: 0;
}

.section-box-lijiguankan-content-inner>* {
    position: relative;
    z-index: 1;
}

.section-box-lijiguankan-content-inner:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}


.section-box-lijiguankan-content-text-title {
    font-size: 24px;
    margin: 0 0 15px 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 800;
    text-shadow: 0 3px 10px rgba(141, 141, 255, 0.6);
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}


.section-box-lijiguankan-content-inner:hover .section-box-lijiguankan-content-text-title::after {
    width: 100%;
}

.section-box-lijiguankan-content-text-episode {
    font-size: 14px;
    color: #d8b4fe;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.section-box-lijiguankan-content-text-content {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    color: #f3e8ff;
}

.section-box-lijiguankan-button {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 5px;
}

/* 倒计时样式 */
.section-box-lijiguankan-button-countdown {
    padding: 10px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s ease;
}

.section-box-lijiguankan-button-countdown-text {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #f3e8ff;
}

.section-box-lijiguankan-button-countdown-time {
    font-size: 16px;
    font-weight: 700;
    color: #8D8DFF;
    display: inline-block;
    vertical-align: middle;
}

/* 按钮样式 */
.button-app-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #a855f7 0%, #8D8DFF 100%);
    color: white;
    padding: 14px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-shadow: 0 4px 14px rgba(168, 85, 247, 0.4);
    max-width: 100%;
    border: none;
}

.button-app-link:hover {
    background: linear-gradient(135deg, #9333ea 0%, #c026d3 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(168, 85, 247, 0.5);
}

.button-app-link svg {
    margin-right: 2px;
}

.section-box-lijiguankan-button-app {
    display: flex;
    justify-content: center;
}

/* 移动端适配 - 立即观看区域 */
@media (max-width: 768px) {
    .section-box-lijiguankan-content {
        flex-direction: column;
        min-height: auto;
    }

    .section-box-lijiguankan-img-container {
        width: 100%;
        flex: 0 0 auto;
        height: 250px;
        margin-bottom: 20px;
        justify-content: center;
    }

    .section-box-lijiguankan-img {
        width: 180px;
        height: 260px;
        transform: rotate(0);
    }

    .section-box-lijiguankan-content-neirongquyu {
        width: 100%;
        justify-content: center;
    }

    .section-box-lijiguankan-content-inner {
        width: 90%;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    .section-box-lijiguankan-button-countdown {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        margin-bottom: 15px;
    }

    .section-box-lijiguankan-button-countdown-text {
        font-size: 14px;
        margin-right: 5px;
    }

    .section-box-lijiguankan-button-countdown-time {
        font-size: 14px;
    }

    .section-box-hero-button-app {
        justify-content: center;
    }
}