@media (min-width: 1200px) {
    .products-info {
        display: flex;
        justify-content: space-between;
    }

    .products-info-swiper {
        width: 624px;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        color: #999999;
    }

    .swiper {
        width: 100%;
        height: 100%;
    }

    .swiper-slide {
        height: 380px;
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide img {
        display: block;
        /* width: 100%; */
        height: 100%;
        object-fit: cover;
    }

    .swiper-slide video {
        display: block;
        width: 100%;
        height: 100%;
    }

    .swiper {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .swiper-slide {
        background-size: cover;
        background-position: center;
    }

    .mySwiper2 {
        height: 380px;
        width: 100%;
    }

    .mySwiper {
        height: 120px;
        box-sizing: border-box;
        padding: 10px 0;
    }

    .mySwiper .swiper-slide {
        width: 20%;
        height: 120px;
        /* opacity: 0.4; */
    }

    .mySwiper .swiper-slide-thumb-active {
        opacity: 1;
    }

    .mySwiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .products-info-right {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .products-info-type {
        width: 180px;
        height: 35px;
        background: url("../static/products/type-back.png") no-repeat;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        padding: 0 20px;
        box-sizing: border-box;
        line-height: 35px;
    }

    .products-info-name {
        font-weight: bold;
        font-size: 32px;
        color: #2A2A2A;
        margin: 32px 0 30px;
        line-height: 32px;
    }

    .products-learn {
        display: block;
        width: 140px;
        height: 40px;
        background: #C30D23;
        border-radius: 20px;
        font-weight: 300;
        font-size: 16px;
        color: #FFFFFF !important;
        line-height: 40px;
        text-align: center;
    }

    .products-learn:hover,.products-learn:active,.products-learn:visited {
        color: #FFFFFF !important;
    }

    .products-info-data {
        display: grid;
        grid-template-columns: repeat(2,253px);
        grid-column-gap: 8px;
    }

    .products-info-data > div {
        width: 252px;
        height: 34px;
        background: #EFEFEF;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        color: #454545;
        padding-left: 22px;
        box-sizing: border-box;
    }

    .products-info-data > div > span {
        font-weight: bold;
        color: #282828;
        display: block;
        margin-right: 8px;
    }

    .products-info-data > div:nth-child(4n),.products-info-data > div:nth-child(4n-1) {
        background: #F7F7F7;
    }

    .products-tab {
        display: flex;
        align-items: center;
        margin-top: 90px;
    }

    .products-tab > button {
        flex: 1;
        padding: 24px 0;
        font-weight: 400;
        font-size: 16px;
        color: #8F8F8F;
        border-bottom: 2px solid #E3E3E3;
    }
    
    .products-tab > button:hover {
        color: #2A2A2A !important;
        border-color: #C30D23 !important;
    }

    .check-products-tab {
        color: #2A2A2A !important;
        border-color: #C30D23 !important;
    }

    .products-richText,.products-activty {
        width: 100%;
    }

    .products-download {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0 !important;
        gap: 10px;
    }

    .products-recommend-block {
        padding: 95px 0 80px !important;
    }

    .products-recommend-title {
        font-weight: bold;
        border-bottom: 2px solid rgb(204, 204, 204);
        padding-bottom: 12px;
        font-size: 32px;
        color: #000000;
        margin-bottom: 50px;
        text-align: center;
    }

    .products-recommend {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .download-item {
        padding: 20px 25px;
        background-color: #FFFFFF;
        width: 100%;
    }

    .download-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        margin: 5px 0 10px;
        font-weight: bold;
    }

    .download-text {
        display: flex;
        align-items: center;
    }

    .download-text > span {
        color: #6a6a6a;
        padding: 0 15px;
        border-right: 1px solid;
        font-size: 13px;
    }

    .download-text > span:first-of-type {
        padding-left: 0 !important;
    }

    .download-text > span:last-of-type {
        border: none !important;
    }

    .screen-type-menu::-webkit-scrollbar {
        height: 0 !important;
    }
}

@media (max-width: 1200px) {
    .mySwiper2 {
        height: 180px;
    }
    .swiper-slide {
        height: 100%;
    }
    .swiper-slide img {
        height: 100%;
        display: block;
        margin: 0 auto;
    }

    .swiper-slide video {
        height: 100%;
        display: block;
        margin: 0 auto;
    }
    .mySwiper .swiper-slide {
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .products-info-type {
        width: 180px;
        height: 35px;
        background: url("../static/products/type-back.png") no-repeat;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        padding: 0 20px;
        box-sizing: border-box;
        line-height: 35px;
        margin: 20px 0 10px;
    }

    .products-info-name {
        font-weight: bold;
        font-size: 20px;
        color: #2A2A2A;
        margin-bottom: 20px;
        line-height: 32px;
    }
    
    .products-info-data {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 10px;
    }

    .products-info-data > div {
        display: flex;
        flex-direction: column;
        font-size: 12px;
        line-height: 30px;
        text-indent: 2ch;
    }

    .products-info-data > div > span {
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        background-color: #EEEEEE;
        line-height: 30px;
        text-indent: 2ch;
    }

    .products-learn {
        display: block;
        width: 100px;
        height: 30px;
        background: #C30D23;
        border-radius: 20px;
        font-weight: 300;
        font-size: 14px;
        color: #FFFFFF !important;
        line-height: 30px;
        text-align: center;
        margin: 20px 0 40px;
    }

    .products-tab {
        display: flex;
        align-items: center;
    }

    .products-tab > button {
        flex: 1;
        padding: 14px 0;
        font-weight: 400;
        font-size: 14px;
        color: #8F8F8F;
        border-bottom: 2px solid #E3E3E3;
    }

    .check-products-tab {
        color: #2A2A2A !important;
        border-color: #C30D23 !important;
    }

    .products-download {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0 !important;
        gap: 10px;
    }

    .download-item {
        padding: 20px 25px;
        background-color: #FFFFFF;
        width: 100%;
        border-bottom: 1px solid #EEEEEE;
    }

    .download-top {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        font-weight: bold;
        margin: 5px 0 10px;
    }

    .download-text {
        display: flex;
        flex-direction: column;
    }

    .download-text > span {
        color: #6a6a6a;
        font-size: 13px;
        line-height: 18px;
    }

    .products-recommend-title {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
    }

    .products-recommend {
        width: 100%;
        padding: 20px 0 60px;
    }
}