@media (min-width: 992px) {
    .container .top-container .top .nav li .li-hover-too .active-p {
        color: #009FE8;
    }
    .container .top-container-too .top .nav li .li-hover-too .active-p {
        color: #009FE8;
    }
    /* 案例背景图 */
    .container .banner-container-mobile {
        display: none;
    }
    .container .banner-container {
        width: 100%;
        position: relative;
    }
    .container .banner-container .main-bac {
        width: 100%;
        height: 100%;
    }
    /* 案例tab切换*/
    .container .case-tab-container-mobile {
        display: none;
    }
    .container .case-tab-container {
        width: 100%;
        height: 84px;
        background: #F1F3F5;
        position: sticky;
        top: 0;
        z-index: 888;
    }
    .container .case-tab-container .case-tab {
        width: 1200px;
    }
    .container .case-tab-container .case-tab .text {
        font-size: 18px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: #666666;
        margin-left: 80px;
        cursor: pointer;
    }
    .container .case-tab-container .case-tab .text:first-child {
        margin-left: 0;
    }
    .container .case-tab-container .case-tab .active {
        font-size: 24px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
        color: #333333;
        margin-left: 80px;
        cursor: pointer;
        position: relative;
    }
    .container .case-tab-container .case-tab .active:first-child {
        margin-left: 0;
    }
    .container .case-tab-container .case-tab .active::after {
        position: absolute;
        display: block;
        content: "";
        width: 42px;
        height: 3px;
        background: #009FE8;
        top: 55px;
        left: 50%;
        transform: translateX(-50%);
    }
    /* 案例列表 */
    .container .case-list-container {
        width: 100%;
        margin-top: 60px;
        margin-bottom: 150px;
    }
    .container .case-list-container .case-list {
        width: 1200px;
    }
    .container .case-list-container .case-list:after {
        content: "";
        display: block;
        width: 384px;
    }
    .container .case-list-container .case-list .item {
        margin-top: 37px;
        width: 384px;
        height: 492px;
        align-content: flex-start;
        position: relative;
    }
    .container .case-list-container .case-list .item .time {
        position: absolute;
        right: 24px;
        top: 215px;
        width: 70px;
        height: 69px;
        background: #009FE8;
    }
    .container .case-list-container .case-list .item .time .y-m {
        margin-top: 12px;
        font-size: 12px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: #FFFFFF;
    }
    .container .case-list-container .case-list .item .time .d {
        margin-top: 8px;
        font-size: 24px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
        color: #FFFFFF;
    }
    .container .case-list-container .case-list .item .top {
        width: 100%;
        height: 260px;
    }
    .container .case-list-container .case-list .item .top img {
        width: 100%;
        height: 100%;
    }
    .container .case-list-container .case-list .item .bottom {
        width: 100%;
        height: 232px;
        background: #F2F9FF;
        padding: 24px 12px;
        box-sizing: border-box;
    }
    .container .case-list-container .case-list .item .bottom .title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 20px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
        color: #3E5271;
    }
    .container .case-list-container .case-list .item .bottom .title:hover {
        color: #009FE8;
    }
    .container .case-list-container .case-list .item .bottom .content {
        width: 100%;
        height: 50px;
        margin-top: 46px;
        font-size: 14px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        line-height: 26px;
        color: #55718A;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .container .case-list-container .case-list .item .bottom .know-more {
        width: 100%;
        margin-top: 46px;
        font-size: 16px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: #009FE8;
        cursor: pointer;
    }
    .container .case-list-container .case-list .item .bottom .know-more img {
        margin-left: 6px;
    }
    /* 加载更多 */
    .container .get-more-container {
        width: 100%;
    }
    .container .get-more-container .get-more {
        width: 1200px;
        /* display: none; */
    }
    .container .get-more-container .get-more-data {
        margin-left: auto;
        font-size: 18px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        color: #3E5271;
        cursor: pointer;
    }
    .container .get-more-container .get-more .get-more-data img {
        margin-left: 6px;
    }
    .container .get-more-container .get-more .line {
        width: 100%;
        height: 1px;
        background: #CBCFD2;
        margin-top: 36px;
        margin-bottom: 96px;
    }
}

@media (min-width: 375px) and (max-width: 991px) {
    .top-container-mobile {
        position: absolute !important;
    }
    /* 案例背景图 */
    .container .banner-container {
        display: none;
    }
    .container .banner-container-mobile {
        width: 100%;
        position: relative;
        margin-top: 60px;
    }
    .container .banner-container-mobile .main-bac {
        width: 100%;
    }
    .container .banner-container-mobile .banner {
        width: 343px;
        position: absolute;
        top: 207px;
    }
    .container .banner-container-mobile .banner .text {
        font-size: 20px;
        font-weight: 300;
        line-height: 34px;
        color: #FFFFFF;
        margin-top: 28px;
    }
    /* 案例tab切换*/
    .container .case-tab-container {
        display: none;
    }
    .container .case-tab-container-mobile {
        width: 100%;
        height: 76px;
        background: #F1F3F5;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        z-index: 888;
    }
    .container .case-tab-container-mobile .case-tab {
        width: 343px;
    }
    .container .case-tab-container-mobile .case-tab .text {
        font-size: 16px;
        font-family: "PingFang SC";
        font-weight: 400;
        color: #666666;
        margin-left: 24px;
        cursor: pointer;
        white-space: nowrap;
    }
    .container .case-tab-container-mobile .case-tab .text:first-child {
        margin-left: 0;
    }
    .container .case-tab-container-mobile .case-tab .active {
        font-size: 18px;
        font-family: "PingFang SC";
        font-weight: bold;
        color: #333333;
        position: relative;
        margin-left: 24px;
        cursor: pointer;
        white-space: nowrap;
    }
    .container .case-tab-container-mobile .case-tab .active:first-child {
        margin-left: 0;
    }
    .container .case-tab-container-mobile .case-tab .active::after {
        position: absolute;
        display: block;
        content: "";
        width: 42px;
        height: 3px;
        background: #009FE8;
        top: 48px;
        left: 50%;
        transform: translateX(-50%);
    }
    /* 案例列表 */
    .container .case-list-container {
        width: 100%;
        margin-top: 8px;
        margin-bottom: 24px;
    }
    .container .case-list-container .case-list {
        width: 343px;
    }
    .container .case-list-container .case-list .item {
        margin-top: 16px;
        width: 100%;
        height: 340px;
        position: relative;
    }
    .container .case-list-container .case-list .item .time {
        position: absolute;
        right: 16px;
        top: 181px;
        width: 62px;
        height: 61px;
        background: #009FE8;
    }
    .container .case-list-container .case-list .item .time .y-m {
        margin-top: 6px;
        font-size: 12px;
        font-family: "PingFang SC";
        font-weight: 400;
        color: #FFFFFF;
    }
    .container .case-list-container .case-list .item .time .d {
        margin-top: 6px;
        font-size: 21px;
        font-family: "PingFang SC";
        font-weight: bold;
        color: #FFFFFF;
    }
    .container .case-list-container .case-list .item .top {
        width: 100%;
        height: 232px;
        border-radius: 6px 6px 0px 0px;
    }
    .container .case-list-container .case-list .item .top img {
        width: 100%;
        height: 100%;
        border-radius: 6px 6px 0px 0px;
    }
    .container .case-list-container .case-list .item .bottom {
        width: 100%;
        height: 108px;
        background: #FFFFFF;
        padding: 12px 12px;
        box-sizing: border-box;
        border-radius: 0px 0px 6px 6px;
    }
    .container .case-list-container .case-list .item .bottom .title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        font-family: "PingFang SC";
        font-weight: bold;
        color: #333333;
    }
    .container .case-list-container .case-list .item .bottom .content {
        width: 100%;
        margin-top: 12px;
        font-size: 12px;
        font-family: "PingFang SC";
        font-weight: 400;
        line-height: 21px;
        color: #999999;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .container .case-list-container .case-list .item .bottom .know-more {
        display: none;
    }
    .container .get-more-container {
        width: 100%;
    }
    .container .get-more-container .get-more {
        width: 343px;
        font-size: 16px;
        font-family: "PingFang SC";
        font-weight: 400;
        color: #3E5271;
        cursor: pointer;
        /* display: none; */
    }
    .container .get-more-container .get-more .get-more-data {
        margin-left: auto;
    }
    .container .get-more-container .get-more .get-more-data img {
        margin-left: 2px;
    }
    .container .get-more-container .get-more .line {
        width: 100%;
        height: 1px;
        background: #CBCFD2;
        margin-top: 24px;
        margin-bottom: 19px;
    }
}