@media screen and (min-width: 769px) {
    .xmobile-case{
        display: none !important;
    }

    .banner{
        height: 3.153rem;
        background: #F6F9FF;
        margin-top: 0.52023rem;
    }

    .casecenter-title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.315rem;
        color: #272B31;
        line-height: 0.315rem;
        padding-top: 0.531rem;
        text-align: center;
    }

    .casecenter-top{
        width: 78.97%;
        height: 2.680rem;
        margin: auto;
        left: 50%; /* 将子块左边对齐父块中心 */
        transform: translateX(-50%); /* 调整子块的中心点与父块中心对齐 */
        position: absolute;
        top: 1.314rem;
        background: #FFFFFF;
        box-shadow: 0px 0.026rem 0.126rem 0px rgba(171,171,171,0.28);
        border-radius: 0.079rem;
    }

    .casecenter-top-block{
        padding:0.252rem 0rem 0.221rem 0.168rem;
        overflow: hidden;
    }

    .casecenter-swiper{
        width: 100%;
        
    }

    .casecenter-swiper li{
        display: flex;
        width: 100% !important;
    }

    .casecenter-top-left{
        width: 48.6%;
        margin-right: 0.03%;
        height: 100%;
        border-radius: 10px;
    }

    .casecenter-top-left img{
        width: 100%;
        height: 2.207rem;
    }

    .casecenter-top-right{
        width: 50%;
        margin-left: 0.273rem;
    }

    .casecenter-top-title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.231rem;
        color: #1F2329;
        line-height: 0.305rem;
        margin-top: 0.168rem;
        margin-bottom: 0.363rem;
        min-height: 0.841rem;
        max-width: 3.580rem;
    }

    .casecenter-top-detail{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.126rem;
        color: #0665E0;
        line-height: 0.142rem;
    }

    /* 这会让分页器变为横向 */
    .swiper-pagination {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }
    
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: #CCCCCC;
        border-radius: 50%;
    }
    
    .swiper-pagination-bullet-active {
        background: #0059B3;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 3px;
        left: 4.333rem;
        top: 2.233rem;
    }



    .casecenter-body{
        padding-top: 1.471rem;
    }

    .casecenter-bar{
        width: 78.91%;
        margin: auto;
    }

    .casecenter-bar-mobile{
        display: none;
    }

    .casecenter-bar-top{
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.247rem;
    }

    .casecenter-bar a{
        height: 0.342rem;
    border-radius: 0.053rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.147rem;
    color: #1F2329;
    line-height: 0.342rem;
    text-align: center;
    padding: 0 0.05rem;
    }

    .casecenter-bar-bottom{
        display: flex;
        justify-content: space-around;
    }

    .casecenter-bar-active{
        background: #006DFF !important;
        color: #FFFFFF !important;
    }

    .casecenter-content{
        width: 78.91%;
        margin: auto;
        margin-top: 0.525rem;
    }

    .casecenter-content-ul{
        display: grid;
        grid-template-columns: repeat(4, 1fr); /* 创建两列 */
        grid-template-rows: repeat(3, auto);   /* 创建四行 */
        gap: 0.147rem; /* 设置项目间的间隙 */
        list-style-type: none; /* 去掉默认的列表样式 */
        padding: 0; /* 去掉默认的内边距 */
    }

    .casecenter-content-ul li{
        background: #FFFFFF;
        box-shadow: 0px 0.026rem 0.126rem 0px rgba(171,171,171,0.28);
        border-radius: 0.053rem;
        width: 1.892rem;
        height: 2.207rem;
        position: relative;
        overflow: hidden;
    }

    .casecenter-content-top{
        width: 100%;
        height: 1.156rem;
    }

    .casecenter-content-top img{
        width: 100%;
        height: 100%;
    }

    .casecenter-label{
        background: #F0F4FF;
        border-radius: 0.026rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.095rem;
        color: #245BDB;
        line-height: 0.158rem;
        padding: 0.042rem 0.100rem;
        margin-left: 0.105rem;
        margin-top: 0.110rem;
        width: fit-content;
    }

    .casecenter-content-title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.116rem;
        color: #1F2329;
        line-height: 0.158rem;
        margin-left: 0.116rem;
        margin-right: 0.152rem;
        margin-top: 0.100rem;
    }

    .page{
        width: 60.91%;
        margin: auto;
        margin-top: 0.998rem;
        margin-bottom: 1.025rem;
    }

    .page ul{
        display: flex;
        justify-content: space-around;
    }

    .page ul li{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.126rem;
        color: #5D6877;
        line-height: 0.263rem;
        width: 0.263rem;
        height: 0.263rem;
        text-align: center;
    }
    
    .thisclass{
        background: #F0F6FF ;
        border-radius: 0.026rem;
        color: #006DFF !important;
    }
}

@media screen and (max-width: 768px) {
    .casecenter-main{
        margin-top: 1.6rem;
    }

    .banner{
        display: block;
        height: 14.06rem;
        background: #F6F9FF;
    }

    .casecenter-title{  
        height: 0.8rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.8rem;
        color: #272B31;
        line-height: 0.8rem;
        padding-top: 0.92rem;
        text-align: center;
    }

    .casecenter-top{
        margin: 0.466rem 0.4rem 0.32rem 0.4rem;
    }

    .casecenter-top-block{
        width: 100%;
    overflow: hidden;
    }

    .swiper-slide img{
        height: 6rem !important;
        margin-top: 0.9rem !important;
    }

    .casecenter-top-right{
        margin-top: 0.613rem;
    }

    .casecenter-top-title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.48rem;
        color: #1F2329;
        line-height: 0.72rem;
        margin-bottom: 0.56rem;
    }

    .casecenter-top-detail{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.4rem;
        color: #0665E0;
        line-height: 0.427rem;
    }

    /* 这会让分页器变为横向 */
    .swiper-pagination {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
    }
    
    .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        background: #CCCCCC;
        border-radius: 50%;
    }
    
    .swiper-pagination-bullet-active {
        background: #0059B3;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 3px;
        left: 4.333rem;
        top: 14.033rem;
    }

    .casecenter-bar{
        display: none;
    }

    .casecenter-bar-mobile{
        margin-top: 0.613rem;
    }

    .casecenter-bar-list {
        margin-bottom: 0.247rem;
        overflow-x: auto;
        white-space: nowrap;
        margin-left: 0.4rem;
    }

    .casecenter-bar-list a{
        background: #F2F3F5;
        border-radius: 0.133rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.147rem;
        color: #1F2329;
        line-height: 1.013rem;
        text-align: center;
        margin-right: 0.293rem;
        padding: 0.2rem 0.3rem;
    }

    ::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }

    .casecenter-bar-active{
        background: #006DFF !important;
        color: #FFFFFF !important;
    }

    .casecenter-content{
        margin: 0 0.64rem;
        width: auto;
        overflow: hidden;
    }

    .casecenter-content-ul li {
        background: #FFFFFF;
        box-shadow: 0px 5px 24px 0px rgba(171,171,171,0.28);
        border-radius: 10px;
        margin-bottom: 0.773rem;
    }

    .casecenter-content-top{
        height: 5.333rem;
    }

    .casecenter-content-top img{
        width: 100%;
        height: 100%;
    }

    .casecenter-label{
        background: #F0F4FF;
        border-radius: 0.133rem;
        width: fit-content;
        height: 0.827rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.427rem;
        color: #245BDB;
        line-height: 0.827rem;
        padding: 0 0.3rem;
        margin-top: 0.533rem;
        margin-bottom: 0.427rem;
        margin-left: 0.613rem;
    }

    .casecenter-content-title{
        font-family: Microsoft YaHei;
        font-weight: bold;
        font-size: 0.533rem;
        color: #1F2329;
        line-height: 0.72rem;
        padding-bottom: 1.76rem;
        border-radius: 10px 10px 0px 0px;
        margin-left: 0.613rem;
    }

    .page{
        width: 95%;
        margin: auto;
        margin-top: 0.998rem;
        margin-bottom: 1.025rem;
    }

    .page ul{
        display: flex;
        justify-content: space-around;
    }

    .page ul li{
        font-family: Microsoft YaHei;
        font-weight: 400;
        font-size: 0.126rem;
        color: #5D6877;
        line-height: 0.747rem;
        width: 0.747rem;
        height: 0.747rem;
        text-align: center;
    }
    
    .thisclass{
        background: #F0F6FF ;
        border-radius: 5px;
        color: #006DFF !important;
    }

    .contact_mobile{
        height: 9rem !important;
    }

    .contact_mobile img{
        height: 9rem !important;
    }

    .contact_mobile .cont .right {
        position: absolute;
        width: 80%;
        top: 2.603rem;
        left: 50%;
        transform: translateX(-50%);
        border: none;
        border-radius: 5px;
        font-size: 0;
    }

    .contact_mobile .cont .right .right-input{
        margin-bottom: 0.286rem;
    }

    .contact_mobile .cont .right input{
        display: inline-block;
    width: 100%;
    border: none;
    line-height: 1.206rem;
    padding-left: 0.444rem;
    box-sizing: border-box;
    outline: none;
    height: 1.206rem;
    background: #FFFFFF;
    box-shadow: 0px 11px 21px 0px rgba(78,106,161,0.14);
    border-radius: 2px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.381rem;
    color: #7A7F83;
    }

    .contact_mobile .cont .right .apply{
        width: 66.67%;
    display: inline-block;
    text-align: center;
    margin-left: 16.67%;
    height: 1.206rem;
    background: #1C5EE5;
    border-radius: 3px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.413rem;
    color: #FFFFFF;
    line-height: 1.206rem;
    }
}