.product-wrapper .container{ border-bottom:none; padding-bottom:5%;}
.list-banner-wrapper {
    padding: 20% 0 10% 0;
    background-color: #000000;
    color: #ffffff;
}
.list-banner-wrapper .content  {
    width: 55%;
    font-size: 16px;
}
.list-banner-wrapper .content .title {
    font-size: 50px;
	text-transform:uppercase;
    font-weight: bold;
    font-family: var(--font-AlibabaSans);
    margin-bottom: 20px;
}

.screen-wrapper {
    margin: 7.5% 0 10% 0;
    font-weight: bold;
    position: relative;
    z-index: 999;
}
.screen-wrapper .title-box {
    padding: 10px 0;
    font-size:20px;
    /*border-bottom: 1px solid #D4D4D4;*/
}
.screen-wrapper .title-box .image {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
}
.screen-wrapper .item-box {
    width: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*padding-top: 3%;*/
    font-size: 15px;
    box-shadow: 0 6px 20px -6px rgb(0 0 0 / 20%);
}
.screen-wrapper .item-box .item {
    /*margin-right: 7.5%;*/
    position: relative;
    background: #D4D4D4;
    width: 300px;
    height: 120px;
    /*max-height: 360px;*/
    opacity: 1;
    transition: all .4s;
    /*z-index: 20;*/
    text-align: center;
    line-height: 120px;
    border-left: 1px solid rgba(0,0,0,.2);
    /*box-shadow: 0 6px 20px -6px rgb(0 0 0 / 20%);*/
}

.screen-wrapper .item-box .item:first-child{
    border-left: none!important;
}

.screen-wrapper .item-box .item > p{
    padding: 0!important;
    width: 100%;
    height: 120px;
    line-height: 120px;
    margin: 0!important;
    font-size: 20px;
}

/*.screen-wrapper .item-box .item:hover > ul{*/
/*    display: block!important;*/
/*}*/

.screen-wrapper .item-box .show > ul{
    display: block!important;
}

.screen-wrapper .item-box .item ul{
    position: absolute;
    top: -30px;
    left: 0;
    display: none;
    width: max-content;
    background: #FFFFFF;
    transition: all .4s;
    z-index: 20;
    box-shadow: 0 6px 20px -6px rgb(0 0 0 / 20%);
}

.screen-wrapper .item-box .item ul li {
    /*margin: 15px 0;*/
    cursor:pointer;
    display: block;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,.2);
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    background-color: #000000;
    /*padding: 0 20px;*/
    text-align: center;
    width: 300px;
}

.screen-wrapper .item-box .item ul li > a{
    display: block;
    width: 100%;
    height: 100%;
}

.screen-wrapper .item-box .item ul li:hover{
    background-color: #FFFFFF!important;
    color: #000000!important;
}

.screen-wrapper .item-box .item ul li.on{ font-weight:bold}
/*.screen-wrapper .item-box .item ul li.on::before{ border: 2px solid #000000;background-color: #000000;}*/
/*.screen-wrapper .item-box .item ul li a{ color:#000}*/
/*.screen-wrapper .item-box .item:first-child ul li::before {*/
/*    border: 2px solid #000000 !important;*/
/*    background-color: #000000;*/
/*}*/
/*.screen-wrapper .item-box .item ul li:first-child::before {*/
/*    border: 2px solid #000000;*/
/*    background-color: #000000;*/
/*}*/
/*.screen-wrapper .item-box .item ul li::before {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 3px;*/
/*    height: 3px;*/
/*    border: 2px solid #fff;*/
/*    border-radius: 50%;*/
/*    float: left;*/
/*    margin: 5px 10px 0 0;*/
/*}*/

.list-banner-wrapper .content .titles{ font-size:50px; font-weight:bold;}
.product-lists { overflow:hidden; margin:10% 0;}
.product-lists ul{display: flex;flex-direction: row;justify-content: space-between;align-items: center;flex-wrap: wrap;text-align: center;}
.product-lists ul li{ width:49%; position:relative; color:#fff; margin-bottom:2%;}
.product-lists ul li span{ text-transform:uppercase; display:block; font-size:20px}
.product-lists ul li font{ display:block; font-size:30px}
.product-lists ul li .item{ position:absolute; left:7.5%; bottom:15%; color:#fff; text-align:left;font-family: var(--font-AlibabaSans);}



@media (max-width:1366px) {
.screen-wrapper .item-box{width: 100%;}
.screen-wrapper .item-box .item{width: 19.92%;}
}

@media (max-width:1024px) {
.product-lists ul li .item{ left:10%; bottom:10%;}
}
@media (max-width:768px) {
    .screen-wrapper .item-box .item{width: 100%;height: 60px;line-height:60px;border-left: none!important;}
    .screen-wrapper .item-box .item ul{transform: translate(0, -50%); top:0}
    .screen-wrapper .item-box .item:nth-child(5) ul{transform: translate(0, -70%)}
    .screen-wrapper .item-box .item:nth-child(2) ul{transform: translate(0, -15%)}
    .screen-wrapper .item-box .item > p{height: 60px;line-height:60px;font-size: 16px;}
    .list-banner-wrapper .content{ width:auto;}
    .list-banner-wrapper .content .title,.list-banner-wrapper .content .titles{ font-size:40px;}
    .product-wrapper .size-info{ font-size:14px;}
    .product-wrapper .container{ padding-bottom:10%;}
}
@media (max-width:640px) {
    .screen-wrapper .item-box{
        width: 300px;
        margin: 0 auto;
    }
    /*.screen-wrapper .item-box .item:nth-child(1){ width:100%;} 	*/
    /*.screen-wrapper .item-box .item{ width:50%; margin-right:0}*/
    /*.screen-wrapper .item-box .item:nth-child(3),.screen-wrapper .item-box .item:nth-child(5){ padding-left:5%; width:45%;}*/
    /*.screen-wrapper .item-box .item ul li{ line-height:20px;}*/
    /*.screen-wrapper .item-box .item ul li{ margin:10px 0;}*/
}
@media (max-width:480px) {
    .list-banner-wrapper .content .title,.list-banner-wrapper .content .titles{ font-size:28px;}
    .list-banner-wrapper .content{ font-size:14px;}
    .list-banner-wrapper{ padding-top:30%;}
    .screen-wrapper .title-box{ font-size:18px;}
    .screen-wrapper .item-box{ font-size:14px;}
    .product-lists ul li { width:100%;}
    .product-lists ul li span{font-size:16px}
    .product-lists ul li font{font-size:22px}

} 


















