    html,
    body {
        margin: 0;
        width: 100%;
        height: 100%;
        font-family: Roboto;
        overflow-x: hidden;
    }

    * {
        box-sizing: border-box;
    }

    a {
        display: inline-block;
    }

    #app {
        max-width: 450px;
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
    }

    /* header start*/
    .header {
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 15px;
        border-bottom: none;
    }


    .title_info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .logo {
        margin-right: 5px;
    }

    .logos {
        width: 90px;
        height: 20px;
        object-fit: fill;
    }

    /* header end*/

    /* menu start*/
    .menu {
        width: 100%;
        height: 100%;
        z-index: 50;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        box-sizing: border-box;
        --tw-bg-opacity: 1;
        display: none;
        background: #FFFFFF;
    }

    .menu-back {
        width: 100%;
        z-index: 40;
        top: 0;
        right: 0;
        bottom: 0;
        position: fixed;
        box-sizing: border-box;
        opacity: 1;
        background-color: rgba(0, 0, 0, .55);
        display: none;
    }

    .url {
        color: #333333;
        font-weight: 600;
        font-size: 16px;
        line-height: normal;
        align-items: center;
        cursor: pointer;
        height: 37.5px;
        display: flex;
        border-bottom: 1px solid #D8D8D8;
        padding: 3px 10px 3px 10px;
    }

    .url_blod {
        color: #000000;
        box-sizing: content-box;
    }

    .url_icon {
        width: 3px;
        height: 24px;
        margin-right: 10px;
        background: #000000;
    }

    /* menu end */
    /* banner 部分 start */
    .swiper {
        overflow: hidden;
        width: 92%;
        height: 232px;
        border-radius: 3px;
        margin: 18px auto 10px;
        position: relative;
    }

    .swiper img {
        width: 100%;
        height: auto;
        object-position: center;
    }

    .swiper .title {
        width: 100%;
        font-size: 17px;
        overflow: hidden;
        position: absolute;
        color: #ffffff;

        left: 0;
        bottom: 0;
        padding: 0 2.5% 10px;
        border-radius: 0 0 3px 3px;
        background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(28, 28, 28, 0.81) 100%);
    }

    /* banner 部分 end  */
    /* app 第一部分 start */
    .news_content {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        /* 可选：吸附滑动 */
        -webkit-overflow-scrolling: touch;
        /* iOS惯性滑动 */
        gap: 12px;
        padding: 10px;
        margin-bottom: 10px;
    }

    .news_content .news_div {
        width: 50%;
        flex: 0 0 auto;
        scroll-snap-align: start;
        position: relative;
    }

    .news_content .news_img {
        width: 100%;
        border-radius: 5px;
        height: 232px;
        object-fit: cover;
        margin-right: 10px;
    }

    .news_content .news_desc {
        width: 100%;
        padding: 0 5% 10px;
        color: #ffffff;
        font-size: 16px;
        box-sizing: border-box;
        border-radius: 0 0 5px 5px;
        background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(28, 28, 28, 0.81) 100%);

        left: 0;
        bottom: 0;
        position: absolute;
    }

    .news_content .news_desc span {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* app 第一部分 end */

    /* app 第二部分 start */

    .news_title {
        color: #333333;
        font-size: 18px;
        font-weight: 600;
        margin: 15px 0 10px;
        position: relative;
    }

    .news {
        margin: 0 15px;
    }

    .news_display {
        display: flex;
        margin-bottom: 10px;
    }

    .news_img {
        width: 125px;
        height: 85px;
        overflow: hidden;
        object-fit: cover;
        border-radius: 5px;
        flex-shrink: 0;
        margin-right: 10px;
    }

    .news_name {
        font-size: 14px;
        color: #353535;
        line-height: 21px;
        -webkit-line-clamp: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .Read {
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .Read img {
        width: 13px;
        height: 9px;
        object-fit: contain;
    }

    .news_container {
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
    }

    .news_container .news_img {
        width: 100%;
        height: 230px;
        border-radius: 5px;
    }

    .news_container .news_description {
        width: 100%;
        padding: 30px 2.5% 10px;
        color: #ffffff;
        font-size: 16px;
        box-sizing: border-box;
        border-radius: 0 0 5px 5px;
        background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(28, 28, 28, 0.81) 100%);

        left: 0;
        bottom: 0;
        z-index: 10;
        position: absolute;
    }

    /* app 第二部分 end */
    .infor-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: center;
        font-size: 12px;
        color: #000000;
        padding: 12px 0;
        margin-top: 12px;
        border-top: 1px solid #333333;
    }

    .infor-footer a {
        color: #000000;
    }

    /*   倒计时常驻弹窗*/
    .tips-card {
        display: none;
        width: 90%;
        padding: 7px;
        border-radius: 10px;
        box-shadow: 0px 2px 10.5px 0px rgba(0, 0, 0, 0.3);
        background: #3050FD;
        align-items: center;
        justify-content: space-around;
        margin: 12px auto 0;
        gap: 4px;
    }

    .tips-card .quiz-light {
        width: 15px;
    }

    .tips-card .quiz-tips {
        color: #FFFFFF;
        font-family: Alibaba Sans;
        font-size: 12px;
        font-weight: 500;
        line-height: 148.17%;
        letter-spacing: normal;
    }

    /* 6s为跳转弹框 */
    .guide_content {
        z-index: 49;
        display: none;
        width: 94.44vw;
        height: 35vw;
        background: #3050FD;
        border-radius: 2.78vw;
        /* margin: 83.33vw auto 0; */
        margin: 0 auto;
        box-sizing: border-box;
        padding: 3.06vw 4.17vw;
        position: fixed;
        left: 50%;
        bottom: 4.17vw;
        transform: translateX(-50%);
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
    }

    .guide_article {
        display: flex;
        gap: 10px;
        align-items: flex-start;
        position: relative;
    }

    .guide_article_img {
        width: 15.56vw;
        height: 15.56vw;
        border-radius: 2.22vw;
        flex-shrink: 0;
    }

    .guide_article_title {
        font-family: Roboto;
        font-size: 3.89vw;
        font-weight: normal;
        line-height: normal;
        text-transform: lowercase;
        letter-spacing: normal;
        color: #FFFFFF;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 2.78vw;
    }

    .guide_btn {
        width: 100%;
        height: 10.56vw;
        border-radius: 1.39vw;
        background: #FAFCFF;
        font-size: 3.89vw;
        font-weight: 600;
        line-height: 7.22vw;
        text-transform: capitalize;
        letter-spacing: normal;
        color: #333333;
        margin-top: 3.06vw;
    }

    .guide_exit {
        width: 2.5vw;
        height: 2.5vw;
        position: absolute;
        right: 2.78vw;
        top: 2.22vw;
    }