* {
        padding: 0; margin: 0;
    }

    body { 

    }
    .page {
        margin: 0 auto; padding: 0 0;
    }

    .about {
        text-align: center;
    }
    .about > div:nth-child(1) {
        font-size: 30px;
        font-weight: 700;
        color: rgba(28, 29, 31, 1);
    }
    .about > div:nth-child(2) {
        font-size: 20px;
        color: rgba(110, 123, 148, 1);
    }
    .synopsis {
        margin-top: 0.1rem;
    }
    .synopsis .title {
        font-size: 0.16rem; 
        text-align: left;
    }
    .synopsis .content {
        text-align: center;
        font-size: 0.14rem; 
        margin-top: 0.1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 11;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .forum_box {
        margin-top: 0.1rem;
    }
    .forum { color: rgba(28, 29, 31, 1); }
    .item_box { padding: 1rem 0; }
    .company {
        margin-top: 0.2rem;
        display: flex; 
        justify-content: space-around;
        font-weight: 400;
        color: rgba(110, 123, 148, 1);
    }
    .company > div {
        width: 25%;
        padding: 0.05rem;
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
    }
    .company > div .tips {
        margin-top: 0.1rem;
    }
    .company > div .num {
        font-size: 0.18rem;
        font-weight: 700;
        color: rgba(0, 47, 231, 1);
    }

    .tabs {
        display: flex; 
        margin-top: 0.1rem; 
        overflow-y: auto;
    }
    .tabs > div {
        flex: 1; 
        padding: 0.1rem 0; 
        text-align: center;
        min-width: 1rem;
    }
    .tabs .active_tab {
        color: rgba(0, 47, 231, 1);
        border-bottom: 2px solid rgba(23, 92, 250, 1);
    }


    .phone_news {
        padding: 0.1rem;
    }
    
    .phone_news .news_title {
        margin-top: 0.1rem;
        font-weight: 600; color: rgba(28, 29, 31, 1);
        overflow:hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    
    .phone_news .news_content {
        color: rgba(110, 123, 148, 1);
        margin-top: 0.1rem;
        overflow:hidden; text-overflow: ellipsis;
        -webkit-line-clamp: 1; display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    
    .phone_news .news_time {
        margin-top: 0.1rem;
        display: flex; justify-content: space-between;
        
    }
    
    .phone_news .news_time >div:nth-child(1) {
        color: rgba(110, 123, 148, 1);
    }

    .more {
        color: #002FE7;  margin: 0 auto;
        width: 30%; height: 0.3rem; display: flex; justify-content: center; align-items: center;
        border-radius: 26px;
        border: 1px solid rgba(0, 47, 231, 1);  
        margin-top: 0.1rem;
    }
    .temp {
        margin-top: 0.1rem;
    }
    .cooperate-box {
        margin-top: 0.1rem;
        border-radius: 8px;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px  rgba(0, 0, 0, 0.08);
    }

    .ellipsis {
        overflow:hidden; text-overflow: ellipsis;
        -webkit-line-clamp: 2; display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    @media (min-width: 375px) and (max-width: 992px) {
        .row {
            margin-left: 0; margin-right: 0;
        }
        .dropdown-toggle {
            text-align: right;
        }
        .about_content {
            margin-top: 0.2rem;
        }
        .mobile_box {
            border: 1px solid rgba(230, 233, 237, 1);
            border-radius: 0.3rem;
            margin: 0 0.15rem; padding-bottom: 0.15rem;
        }
        .forum_content {
            background: url("../img/bgi.png") no-repeat;
            background-size: 100% 100%;
            padding: 0.1rem 0;
            margin: 0.1rem 0;
        }
        .cooperate {
            padding: 0.1rem 0;
        }
        .swiper-container_p {
            max-width: 100%;
            margin:0 auto;
            height: 1rem;
            overflow: hidden;
        }
        .swiper-slide_p {
            /*height: 1rem;*/
            text-align: center;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            padding: 0.1rem;
        }
        .swiper-slide_p a img{
            max-width: 100%;
        }
    }

    /* 中等屏幕（桌面显示器，大于等于 992px） */
    @media (min-width: 992px) {
        .page { margin: 0 auto; padding: 0 0; }
        .swiper_row {
            margin: 0;
        }
        .col-content { padding-left: 0; padding-right: 0; }
        .about_content {
            padding: 30px 0;
            background: url("../img/bgi.png") no-repeat center;
        }
        .forum_content {
            padding-top: 30px;
        }
        .new_box {
            padding: 30px 0;
            background: url("../img/bgi.png") no-repeat;
            background-size: 100% 100%;
        }
        .about { margin-top: 0; }
        .company {
            max-width: 1000px; 
            display: flex; justify-content: space-around;
            font-weight: 400; margin: 0 auto;
            color: rgba(110, 123, 148, 1);
            margin-top: 40px;
            > div {
                width: 264px;padding: 24px;
                text-align: center; padding: 20px;
                background: #FFFFFF;
                box-shadow: 0px 2px 10px  rgba(0, 0, 0, 0.08);
                .tips {
                    margin-top: 17px;
                }
                .num {
                    font-size: 46px;
                    font-weight: 700;
                    color: rgba(0, 47, 231, 1);
                }
            }
        }
        .synopsis {
            max-width: 1200px;  margin: 0 auto;
            margin-top: 60px;
            .title { font-size: 26px; text-align: left; }
            .content { font-size: 20px; margin-top: 30px; text-align: left; }
        }
        .forum_box {
            max-width: 1200px; margin: 0 auto;
            margin-top: 42px;
        }
        .forum { font-size: 24px; color: rgba(28, 29, 31, 1); }
        .tabs {
            max-width: 1200px;  margin: 0 auto; text-align: center;
            margin-top: 42px; overflow-y: auto;
            >div {
                padding: 20px 0;
                flex: 1; cursor: pointer;
                min-width: 100px; 
            }
        }
        .tabs > div:hover {
            color: rgba(0, 47, 231, 1); /* 悬停文字颜色 */
        }
        .news {
            max-width: 1200px; margin: 0 auto;
            margin-top: 20px;
            .news_item {
                padding: 20px;
                border-radius: 6px;
                background: rgba(255, 255, 255, 1);
            }
            .time_day {
                font-size: 38px; font-weight: 500;
                color: rgba(28, 29, 31, 1);
            }
            .time_month {
                margin-top: 17px;
                font-size: 26px; font-weight: 400; color: rgba(110, 123, 148, 1);
            }
            .news_img {
                margin-top: 22px;
            }
            .news_content {
                overflow:hidden; text-overflow: ellipsis;
                -webkit-line-clamp: 2; display: -webkit-box;
                -webkit-box-orient: vertical;
                margin-top: 16px;
                font-size: 18px; font-weight: 400; color: rgba(110, 123, 148, 1);
            }
        }
        .more {
            color: #002FE7;  margin: 0 auto;
            width: 168px; height: 52px; display: flex; justify-content: center; align-items: center;
            border-radius: 26px;
            border: 1px solid rgba(0, 47, 231, 1);  
            margin-top: 30px;
        }
        .temp {
            max-width: 1200px;  margin: 0 auto;
            margin-top: 40px;
        }
        .cooperate {
            max-width: 1200px; margin: 0 auto;
            padding: 30px 0;
        }
        .cooperate-box {
            margin-top: 30px;
            border-radius: 8px;
            background: #FFFFFF;
            box-shadow: 0px 2px 10px  rgba(0, 0, 0, 0.08);
        }
        .moreBrands {
            margin-top: 44px; text-align: center;
            font-weight: 400;
            color: rgba(0, 47, 231, 1);
        }
        .swiper-container_p {
            max-width: 1200px;
            margin: 0 auto;
            height: 0.3rem;
            margin-top: 30px;
            overflow: hidden;
        }
        .swiper-slide_p {
            height: 0.3rem;
            text-align: center;
            font-size: 18px;
            background: #fff;

            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        .swiper-slide_p a img{
            padding: 5px;
            max-width: 0.3rem;
        }

    }


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px;

}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    margin: 5px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: rgba(0, 47, 231, 1);
    border-color: rgba(0, 47, 231, 1);
    border-radius: 0px !important;
    font-size: 14px;
    font-weight: normal;
}
