.banner {
    width: 100%;
    color: #fff;
    position: relative;
}

.banner_bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.banner .container {
    position: absolute;
    top: 4.25rem;

    left: 5.75rem;

    width: 45%;
    height: auto;
}

.banner h1 {
    font-size: 1.4rem;

    font-family: "MiSans Bold";
    margin-bottom: 0.875rem;

    font-weight: 700;
    text-shadow: 0 0.1rem 0.25rem #0c4397;
}

.banner p {
    font-size: 0.75rem;

    margin-bottom: 0.625rem;

    text-shadow: 0 0.05rem 0.15rem #083881;
}

@media screen and (max-width: 1528px) {
    .banner .container {
        top: 3.5rem;

    }

    .banner p {
        -webkit-line-clamp: 3;
    }
}

.cta-button {
    width: 5.5rem;

    height: 1.25rem;

    background-color: #00c853;
    color: #fff;
    border: none;
    border-radius: 0.25rem;

    cursor: pointer;
    font-size: 0.4rem;

    transition: background-color 0.2s, box-shadow 0.3s;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.cta-button:hover {
    background-color: rgb(91, 228, 148);
}

.cta-button:active {
    background-color: #00a545;
    box-shadow: 0 0 0.5rem rgba(47, 167, 97, 0.3)
}

.banner_icon {
    position: absolute;
    top: 2.5rem;
    width: 18%;
    left: 64%;
}

.modBox {
    width: 25rem;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;

    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.mod_item {
    position: relative;
    width: 10.9rem;

    height: 4.65rem;

    border-radius: 0.35rem;

    box-shadow: 0px 0.35rem 1.075rem #9db2da88;

    overflow: hidden;
    top: 0;
    transition: top 0.4s;
    cursor: pointer;
    user-select: none;
}

.mod_item img {
    width: 100%;
}

.mod_item.current {
    top: -0.6rem;

}

.mod_item_p {
    position: absolute;
    top: 2.25rem;

    left: 1rem;

    font-size: 0.8rem;

    font-family: "MiSans Bold";
    color: #333;
    text-shadow: none !important;
}

.mod_item.current p {
    color: #2566de;
}

.contBox {
    width: 35rem;

    margin: 2.25rem auto 1.25rem auto;

    box-shadow: 0 0 0.5rem #e5efff;

}

.contBox.current {
    display: block;
}

.contBox_item {
    width: 100%;
    height: 6.7rem;

    border-bottom: 0.05rem solid #ebeff5;

    display: flex;
    cursor: pointer;
    color: #000;
}

.ci_imgBox {
    width: 12.325rem;

    overflow: hidden;
    margin: 0.5rem;

}

.ci_img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.3s;
    object-fit: fill;
}

.msgBox {
    flex: 1;
    padding: 1rem 1rem 1rem 0.6rem;
}

.msgBox_title {
    font-size: 0.6rem;

    font-family: "MiSans Bold";
    color: #000;
    transition: color 0.3s;
}

.msgBox_text {
    margin: 0.4rem 0 0 0;
    line-height: 1.7;
    text-align: justify;
    font-size: 0.4rem;
}

.msgBox_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.65rem 0 0 0;
}

.mbtm_month {
    font-size: 0.75rem;
    font-weight: 600;
}

.mbtm_year {
    color: #a99b99;
    margin: 0 0 0 0.2rem;
    font-size: 0.4rem;
}

.mbtm_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.2rem;
    color: #333;
    fill: #333;
    transition: color 0.3s, fill 0.3s;
    font-size: 0.4rem;
}

.contBox_item:hover .mbtm_btn {
    color: #0a69fa;
    fill: #0a69fa;
}

.contBox_item:hover .msgBox_title {
    color: #0a69fa;
}

.contBox_item:hover .ci_img {
    transform: scale(1.2);
}

.pagination {
    display: flex;
    justify-content: center;
    margin: 0 0 1.25rem 0;
}

.pagination li a {
    padding: 0.25rem 0.375rem;
    margin: 0 0.075rem;
    display: block;
    background: #ffffff;
    border-radius: 0.15rem;
    border: 0.025rem solid #d9d9d9;
    font-size: 0.35rem;
    text-align: center;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    height: 0.425rem;
    line-height: 0.425rem;
    transition: all 0.2s;
}

.pagination li.active a {
    background: #427ce5;
    border: 0.025rem solid #427ce5;
    color: #ffffff;
}

.pagination li:hover a {
    background: #427ce5;
    border: 0.025rem solid #427ce5;
    color: #ffffff;
}

.message {
    width: 35rem;
    margin: 0.75rem auto 2.5rem auto;
}

.msg_title {
    font-size: 0.85rem;
    text-align: center;
}

.msg_timer {
    text-align: center;
    margin: 1rem 0;
    font-size: 0.475rem;
}

.msg_introduce {
    width: 100%;
    background-color: #f6f6f6;
    border-radius: 0.075rem;
    line-height: 2;
    text-align: justify;
    padding: 0.55rem;
}

.msg_content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: justify;
}

.msg_content img {
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.msg_content p {
    letter-spacing: 0.025rem;
    line-height: 2;
    text-align: justify;
    font-size: 0.55rem;
}

.msg_content p>* {
    display: block;
}

.msg_content>div {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: justify;
    font-size: 0.55rem;
}

/* m绔 */
.m_msgBox_btm_time {
    display: none;
    font-size: 0.4rem;
    color: #999;
}

@media screen and (max-width: 600px) {
    .modBox {
        width: auto;
        top: 8.5rem;
        gap: 0.4rem;
        margin-top: 0.4rem;
    }

    .mod_item {
        width: 6.9rem;
        height: 2.95rem;

    }

    .mod_item.current {
        top: 0;
    }

    .mod_item_p {
        font-size: 0.65rem !important;
        left: 0.6rem;
        top: 1rem;
    }

    .contBox {
        width: 100%;
        padding: 0 0.5rem;
        box-sizing: border-box;
        margin: 4rem 0 0 0;
    }

    .contBox_item {
        border-bottom: none;
        background-color: #fff;
        margin-bottom: 0.4rem;
        border-radius: 0.4rem;
        height: 3.5rem;
    }

    .ci_imgBox {
        width: 5rem;
        margin: 0.25rem;
    }

    .ci_img {
        object-fit: cover;
    }

    .msgBox {
        padding: 0;
    }

    .msgBox_text,
    .mbtm_btn,
    .msgBox_btm_time {
        display: none !important;
    }

    .msgBox_title {
        width: 8rem;
        margin-top: 0.8rem;
        font-size: 0.5rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .m_msgBox_btm_time {
        display: block;
    }

    .msgBox_btm {
        margin: 0.5rem 0 0 0;
    }

    .pagination {
        margin: 0;
    }

    .message {
        width: 100%;
        padding: 0.6rem 0.5rem;
        box-sizing: border-box;
        margin: 0;
    }

    .msg_title {
        font-size: 0.6rem;
        text-align: left;
    }

    .msg_timer {
        text-align: left;
        margin: 0.4rem 0 1rem 0;
        font-size: 0.42rem;
        color: #666;
    }

    .msg_content p {
        line-height: 1.7;
        font-size: 0.55rem;
        letter-spacing: 0.015rem;
    }

    .msg_content>div {
        font-size: 0.55rem;
    }

    .msg_content img {
        width: 90% !important;
        height: auto !important;
    }

    .msg_content {
        gap: 0.35rem;
    }
}