
.products-center-banner-image {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
}

.products-center-text {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
    
.detail-on {
    transform: rotateZ(180deg);
}


@media (min-width: 1200px) {
    .product-image {
  position: relative;
  width: 300px; /* 设置商品图片的宽度 */
  height: 300px; /* 设置商品图片的高度 */
}
.zoom-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px; /* 局部放大区域的宽度 */
  height: 150px; /* 局部放大区域的高度 */
  background-color: rgba(255, 255, 0, 0.5); /* 半透明背景 */
  display: none; /* 默认不显示局部放大区域 */
  cursor: zoom-in; /* 鼠标光标形状 */
  overflow: hidden;
}
    .products-center-banner {
        width: 1920px;
        position: relative;
        overflow: hidden;
        background: #3a59a6;
        margin: 0 auto;
    }

    .unshow-detail {
        height: 340px;
    }

    .products-center-text h1 {
        font-weight: bold;
        font-size: 52px;
        color: #FFFFFF;
    }

    .products-center-text h6 {
        padding-top: 20px;
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
    }
    
    .banner-title {
        display: flex;
        flex-direction: column;
        padding-top: 140px;
    }

    .banner-type {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 76px;
        color: #FFFFFF;
    }

    .banner-type ul {
        display: flex;
        align-items: center;
        gap: 40px;
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;        
    }

    .banner-type ul li {
        cursor: pointer;
        line-height: 20px;
    }

    .banner-type-check {
        font-weight: bold;
        position: relative;
    }

    .banner-type-check::after {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background-color: #FFFFFF;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -12px;
    }

    .rich-text-block {
        position: relative;
        z-index: 1;
        color: #FFFFFF;
        margin-top: 60px;
    }

    .show-detail-button {
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding: 10px 20px 10px 28px;
        border-radius: 30px;
    }

    .show-detail-button img {
        width: 14px;
        height: 8px;
        margin-left: 12px;
        transition: transform 500ms;
    }
    .product-nav {
        margin-top: 38px;
        margin-bottom: 60px;
        background-color: #f7f7f7;
    }

    .breadcrumb {
        background-color: #f7f7f7;
    }

    .products-list {
        display: flex;
    }

    .left-screen {
        width: 280px;
        margin-right: 26px;
    }

    .screen-style {
        width: 100%;
        height: 46px;
        background: #FFFFFF;
        border-radius: 24px;
        display: flex;
        align-items: center;
        padding: 0 20px 0 26px;
        box-sizing: border-box;
        justify-content: space-between;
        margin-bottom: 70px;
        position: relative;
    }

    .dropdown > .screen-style {
        cursor: pointer;
    }
    
    .screen-style > img[alt=搜索] {
        width: 20px;
        height: 20px;
    }
    
    .screen-label {
        font-weight: 400;
        font-size: 16px;
        line-height: 16px;
        position: absolute;
        top: -34px;
        left: 0;
    }

    .screen-text {
        font-weight: 400;
        font-size: 14px;
        color: #636363;
    }

    .dropdown-menu {
        width: 100%;
        background-color: #FFFFFF;
        border: none;
        box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%)
    }

    .banner-type ul li:hover {
        font-weight: bold;
    }


    .right-list {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .right-list-grid {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        grid-row-gap: 20px;
        grid-column-gap: 20px;
        /*min-height: 500px;*/
    }

    .right-list-item {
        width: 230px;
        cursor: pointer;
        background-color: #FFFFFF;
        overflow: hidden;
    }

    .right-list-item > img {
        width: 230px;
        cursor: pointer;
    }
    .right-list-item:hover > img {
        transform: scale(1.1);
    }
    

    .right-list-item > .item-text {
        background: #FAFAFA;
        padding: 28px 14px 22px;
        box-sizing: border-box;
        color: #000000;
    }

    .right-list-item > .item-text > h1 {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.5;
    }

    .right-list-item > .item-text > div {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 12px;
        gap: 20px;
        margin-top: 10px;
    }

    .right-list-item:hover >.item-text {
        background: #173C96;
        color: #FFFFFF;
    }

    .download-block {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 54px;
    }

    .download-button {
        display: inline-flex;
        padding: 12px 10px 12px 18px;
        border-radius: 30px;
        border: 1px solid #FFFFFF;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
    }

    .download-button img {
        width: 24px;
        height: 22px;
        margin-left: 12px;
    }

    .list-type-tag {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        position: absolute;
        top: -46px;
    }

    .list-type-tag > .type-tag {
        padding: 6px 6px 6px 17px;
        background: #EBEBEB;
        border-radius: 20px;
        display: flex;
        align-items: center;
    }

    .tag-close {
        width: 16px;
        height: 16px;
        background: #FFFFFF;
        border-radius: 50%;
        text-align: center;
        line-height: 16px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        margin-left: 12px;
    }
}

@media (max-width: 1200px) {
    .unshow-detail {
        height: 270px;
        overflow: hidden;
    }

    .products-center-banner {
        position: relative;
        overflow: hidden;
        background: #3a59a6;
        margin: 0 auto;
    }
    
    .banner-title {
        display: flex;
        flex-direction: column;
        padding-top: 90px;
    }


    .products-center-text h1 {
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
    }

    .products-center-text h2 {
        padding-top: 10px;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        display: none;
    }

    .banner-type {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 20px;
        color: #FFFFFF;
    }

    .banner-type ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        font-weight: 400;
        font-size: 12px;
        color: #FFFFFF;        
    }

    .banner-type ul li {
        cursor: pointer;
        line-height: 16px;
    }
    .banner-type-check {
        font-weight: bold;
        position: relative;
    }

    .banner-type-check::after {
        content: '';
        display: block;
        width: 20px;
        height: 2px;
        background-color: #FFFFFF;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -6px;
    }

    .show-detail-button {
        color: #FFFFFF;
        border-radius: 30px;
        font-size: 16px;
        width: 100%;
        margin-top: 14px;
    }

    .show-detail-button img {
        width: 14px;
        height: 8px;
        margin-left: 6px;
        transition: transform 500ms;
    }
    
    .rich-text-block {
        position: relative;
        z-index: 1;
        color: #FFFFFF;
        margin-top: 30px;
    }
    
    .download-block {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 34px;
    }

    .download-button {
        display: inline-flex;
        padding: 12px 10px 12px 18px;
        border-radius: 30px;
        border: 1px solid #FFFFFF;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
    }

    .download-button img {
        width: 20px;
        height: 18px;
        margin-left: 8px;
    }

    .screen-style {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #999999;
        padding: 0 20px;
        height: 40px;
        border-radius: 20px;
        margin: 20px 0;
    }

    .screen-style input {
        flex: 1;
    }
    
    .screen-type {
        display: flex;
        align-items: center;
        height: 50px;
    }

    .screen-type-menu {
        flex: 1;
        overflow: scroll;
        display: flex;
    }

    .screen-type-item {
        white-space: nowrap;
        padding: 6px 12px;
        border-radius: 20px;
    }

    .screen-type-check {
        font-weight: bold;
        color: #FFFFFF;
        background: #C30D23;
    }

    .screen-label {
        margin-right: 14px;
        font-weight: bold;
    }

    .right-list-grid {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        justify-content: space-between;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
    }

    .right-list-item {
        display: inline-flex;
        break-inside: avoid;
        flex-direction: column;
    }

    .right-list-item > .item-text {
        background: #FAFAFA;
        padding: 14px 14px 18px;
        box-sizing: border-box;
        color: #000000;
    }

    .right-list-item > .item-text > h1 {
        font-weight: bold;
        font-size: 14px;
    }

    .item-size {
        display: flex;
        flex-direction: column;
        margin-top: 4px;
        font-size: 12px;
    }

    .item-size > span {
        line-height: 20px;
    }

    .right-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}