@media (min-width: 992px) {
    .container .top-container .top .nav li .li-hover .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%;
    }
    .container .banner-container .banner {
        width: 1200px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .container .banner-container .banner .text {
        font-size: 32px;
        font-family: Source Han Sans CN-Light, Source Han Sans CN;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 50px;
        margin-top: 17px;
        line-height: 50px;
    }
    /* 广告机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 .product-introduction-container {
        width: 100%;
        position: relative;
    }
    .container .product-introduction-container .title-chinese {
        width: 100%;
        margin-top: 96px;
        font-size: 40px;
        font-family: "Sourc";
        font-weight: bold;
        color: #009FE8;
        letter-spacing: 10px;
    }
    .container .product-introduction-container .title-english {
        width: 100%;
        margin-top: 12px;
        font-size: 16px;
        font-family: "Arial";
        font-weight: 400;
        color: #666666;
        letter-spacing: 5px;
    }
    .container .product-introduction-container .text {
        position: absolute;
        width: 1038px;
        top: 218px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 52px;
        font-family: Source Han Sans CN-Medium, Source Han Sans CN;
        font-weight: 500;
        color: #1C202E;
        z-index: 88;
    }
    .container .product-introduction-container .mobile-img {
        display: none;
    }
    .container .product-introduction-container .pc-img {
        width: 100%;
        margin-top: 60px;
    }
    .container .product-introduction-container .text-container {
        width: 100%;
        margin-top: 72px;
    }
    .container .product-introduction-container .text-container p {
        width: 1200px;
        font-size: 18px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        line-height: 36px;
        color: #333333;
    }
    /* 功能特征 */
    .container .functional-characteristics-container {
        width: 100%;
    }
    .container .functional-characteristics-container .functional-characteristics {
        width: 1200px;
    }
    .container .functional-characteristics-container .functional-characteristics .title-chinese {
        width: 100%;
        margin-top: 72px;
        font-size: 40px;
        font-family: "Sourc";
        font-weight: bold;
        color: #009FE8;
        letter-spacing: 10px;
    }
    .container .functional-characteristics-container .functional-characteristics .title-english {
        width: 100%;
        margin-top: 12px;
        font-size: 16px;
        font-family: "Arial";
        font-weight: 400;
        color: #666666;
        letter-spacing: 5px;
    }
    .container .functional-characteristics-container .functional-characteristics .list {
        width: 100%;
        margin-top: 20px;
    }
    .container .functional-characteristics-container .functional-characteristics .list::after {
        content: "";
        width: 359px;
    }
    .container .functional-characteristics-container .functional-characteristics .list .item {
        width: 359px;
        height: 175px;
        background: #FFFFFF;
        box-shadow: 0px 0px 12px rgba(0, 50, 72, 0.1);
        border-radius: 6px;
        margin-top: 40px;
        padding: 31px 12px 0px 20px;
        box-sizing: border-box;
        word-wrap: break-word;
        cursor: pointer;
        transition: all 1s;
    }
    .container .functional-characteristics-container .functional-characteristics .list .item:hover {
        box-shadow: 0px 10px 30px rgba(0, 50, 72, 0.2);
    }
    .container .functional-characteristics-container .functional-characteristics .list .item img {
        /* width: 112px; */
        height: 112px;
    }
    .container .functional-characteristics-container .functional-characteristics .list .item .title {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        font-weight: bold;
        color: #333333;
        margin-top: 5px;
        margin-left: 12px;
    }
    .container .functional-characteristics-container .functional-characteristics .list .item p {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        font-weight: 400;
        line-height: 24px;
        color: #999999;
        margin-top: 12px;
        margin-left: 12px;
    }
    /* 规格参数 */
    .container .specification-container {
        width: 100%;
    }
    .container .specification-container .specification {
        width: 1200px;
    }
    .container .specification-container .specification .title-chinese {
        width: 100%;
        margin-top: 72px;
        font-size: 40px;
        font-family: "Sourc";
        font-weight: bold;
        color: #009FE8;
        letter-spacing: 10px;
    }
    .container .specification-container .specification .title-english {
        width: 100%;
        margin-top: 12px;
        font-size: 16px;
        font-family: "Arial";
        font-weight: 400;
        color: #666666;
        letter-spacing: 5px;
    }
    .container .specification-container .specification .mobile-img {
        display: none;
    }
    .container .specification-container .specification .pc-img {
        margin-top: 60px;
        margin-bottom: 96px;
        width: 100%;
    }
}

@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%;
        height: 420px;
    }
    /* 广告机tab切换*/
    .container .case-tab-container {
        display: none;
    }
    .container .case-tab-container-mobile {
        height: 76px;
        background: #F1F3F5;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        position: sticky;
        top: 0;
        z-index: 888;
    }
    .container .case-tab-container-mobile .case-tab {
        width: 343px;
        height: 100%;
        white-space: nowrap;
        overflow: auto;
    }
    .container .case-tab-container-mobile .case-tab::-webkit-scrollbar {
        display: none;
    }
    .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;
    }
    .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;
    }
    .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: 46px;
        left: 50%;
        transform: translateX(-50%);
    }
    /* 产品简介 */
    .container .product-introduction-container {
        width: 100%;
        position: relative;
    }
    .container .product-introduction-container .title-chinese {
        width: 100%;
        margin-top: 24px;
        font-size: 20px;
        font-family: "PingFang SC";
        font-weight: bold;
        color: #009FE8;
        letter-spacing: 5px;
    }
    .container .product-introduction-container .title-english {
        width: 100%;
        margin-top: 6px;
        font-size: 12px;
        font-family: "Arial";
        font-weight: 400;
        color: #999999;
        letter-spacing: 3px;
    }
    .container .product-introduction-container .text {
        position: absolute;
        top: 90px;
        left: 50%;
        transform: translateX(-50%);
        white-space: nowrap;
        color: #1C202E;
    }
    .container .product-introduction-container .pc-img {
        display: none;
    }
    .container .product-introduction-container .mobile-img {
        width: 100%;
        margin-top: 24px;
    }
    .container .product-introduction-container .text-container {
        width: 100%;
        margin-top: 24px;
    }
    .container .product-introduction-container .text-container p {
        width: 343px;
        font-size: 14px;
        font-family: "PingFang SC";
        font-weight: 400;
        line-height: 24px;
        color: #666666;
    }
    /* 功能特征 */
    .container .functional-characteristics-container {
        width: 100%;
    }
    .container .functional-characteristics-container .functional-characteristics {
        width: 343px;
    }
    .container .functional-characteristics-container .functional-characteristics .title-chinese {
        width: 100%;
        margin-top: 24px;
        font-size: 20px;
        font-family: "PingFang SC";
        font-weight: bold;
        color: #009FE8;
        letter-spacing: 5px;
    }
    .container .functional-characteristics-container .functional-characteristics .title-english {
        width: 100%;
        margin-top: 6px;
        font-size: 12px;
        font-family: "Arial";
        font-weight: 400;
        color: #999999;
        letter-spacing: 3px;
    }
    .container .functional-characteristics-container .functional-characteristics .list {
        width: 100%;
        margin-top: 12px;
    }
    .container .functional-characteristics-container .functional-characteristics .list .item {
        width: 100%;
        height: 122px;
        background: #FFFFFF;
        border-radius: 6px;
        margin-top: 12px;
        padding: 20px 12px 0px 12px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .container .functional-characteristics-container .functional-characteristics .list .item img {
        /* width: 62px; */
        height: 62px;
        margin-top: 10px;
    }
    .container .functional-characteristics-container .functional-characteristics .list .item .title {
        font-size: 16px;
        font-family: "PingFang SC";
        font-weight: bold;
        color: #333333;
        margin-left: 12px;
    }
    .container .functional-characteristics-container .functional-characteristics .list .item p {
        font-size: 14px;
        font-family: "PingFang SC";
        font-weight: 400;
        line-height: 22px;
        color: #999999;
        margin-top: 6px;
        margin-left: 12px;
    }
    /* 规格参数 */
    .container .specification-container {
        width: 100%;
    }
    .container .specification-container .specification {
        width: 343px;
    }
    .container .specification-container .specification .title-chinese {
        width: 100%;
        margin-top: 24px;
        font-size: 20px;
        font-family: "PingFang SC";
        font-weight: bold;
        color: #009FE8;
        letter-spacing: 5px;
    }
    .container .specification-container .specification .title-english {
        width: 100%;
        margin-top: 6px;
        font-size: 12px;
        font-family: "Arial";
        font-weight: 400;
        color: #999999;
        letter-spacing: 3px;
    }
    .container .specification-container .specification .pc-img {
        display: none;
    }
    .container .specification-container .specification .mobile-img {
        margin-top: 24px;
        margin-bottom: 20px;
        width: 100%;
    }
}