.all_body{
    display: flex;

}
.mybanner{
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% auto;
    background-image: url("/static/5555.png");
}
.info_bg{
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:100% auto;
    background-image: url("/static/3444.png");
}
.sub_nav_body{
    clear: both;
    width: 240px;
    position: relative;
    margin-right: 14px;
    min-height: 400px;
    overflow: auto;
}
.sub_menu{
    position: absolute;
    left: 0px;
    top:0px;
    width: 100%;
}

.sub_nav_body .title{
     font-size: 30px;
    margin-bottom: 14px;
    color: #999;
    font-weight: bold;
    font-family: Poppins-Bold;
    border-left: solid 4px #666;
    padding-left: 20px;
    line-height: 34px;
}

.sub_nav{


}
.sub_nav a{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    grid-gap: 20px;
   color: #fff;
    padding: 8px 10px;

    margin: 6px 0px;

}
.sub_nav a i{
    font-size: 10px;
    color: #999;
}
.sub_nav a:hover{
    background-color: #333;
    color: #fff;
}
.sub_nav a.on{
    background-color: #333;
    color: #fff;
}
.goods_b{

    width: 100%;
}
.goods_weigh{
    display: grid;
    grid-template-columns: 1fr auto;

    grid-gap: 10px;
    border-bottom: solid 1px #666;
    border-top: solid 1px #666;
    margin-bottom: 20px;
    align-items: center;
}
.goods_weigh ul.t{
    display: flex;

}
.goods_weigh ul.t li{
    padding: 10px;

}
.goods_weigh ul.t i{
    font-size: 40px;
    color: #666;
}
.goods_weigh ul.t li.on i{
    color: #fff;
}
.goods_weigh ul.t i:hover{
    color: #fff;
}
.goods_weigh ul.f li{
    display: flex;
    gap:10px;
    color: #fff;
    justify-content: center;
    align-items: center;
}
.goods{
    display: grid;
    grid-gap: 14px;
    transition: all 0.2s;
}
.goods_grip{

    grid-template-columns: 1fr 1fr 1fr 1fr;

}
.goods_list{

    grid-template-columns: 1fr 1fr;

}
.goods a{
    overflow: hidden;
    background-color: #333;
    border-radius: 4px;

}
.goods_list a{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 2fr;
}
.goods a:hover{
    background-color: #222;
}
.goods a ul.img img{
    width: 100%;
    font-size: 0px;
}
.goods a ul.img{
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.goods a ul.cons{
    margin: 10px;
    color: #fff;
}
.goods a ul.cons li.title{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制行数为2 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.goods a ul li.ends{
    margin-top: 10px;
    margin-bottom: 10px;
}
.goods a ul li.ends span:first-child{
  margin-right: 4px;
}
.goods a ul li.ends span.t{

    background: #222;
    padding: 4px 10px;


}
.goods a li.ends span.f{
    float: right;
    padding: 4px 0px;
}


.min_nav{
    padding: 20px 0px;
    clear: both;
    overflow: hidden;
    color:#999 ;
}

.goods_top{
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 20px;
    color: #fff;
}
.goods_top .main{
    overflow: hidden;
}
.goods_top .main .logo_min{
    display: flex;
    flex-direction: row;

    overflow: auto;

}
.goods_top .main .logo_min img{
    width: 100px;
    margin: 4px;
    border: solid 4px #333;
    cursor: pointer;
}
.goods_top  .main .logo_min img.on{
    border: solid 4px #fff;
}
.goods_top  .main .logo_min img:hover{
    border: solid 4px #fff;
}
.goods_top .main .logo img{
    width: 100%;
}
.goods_top .info ul{
    margin-top: 20px;
}
.goods_top .info ul.price{
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;

}
.goods_top .info ul.price li h3{
    font-family: Poppins-SemiBold;
    font-size: 34px;
}
.goods_top .info ul.price li a{
    display: block;
    color: #fff;
}
.goods_top .info ul.price li a i{
    font-size: 40px;
}
.goods_top .info .sku{
    margin-top: 20px;
    max-height: 500px;
    overflow: auto;
}
.goods_top .info .sku .item{
  display: grid;
    grid-gap: 20px;
    grid-template-columns: auto 1fr;
    padding: 10px;
    border-top: solid 1px #666;
    align-items: center;
}
.goods_top .info .sku .item:hover{
    background-color: #333;
}
.goods_top .sku .item img{
    width: 50px;
}
.goods_top .sku .item .ps{
    display: flex;
    flex-direction: column;
    font-size: 14px;
}
.goods_top .sku .item .ps b{
    margin-top: 10px;
}




.goods_top .sku .item .num input{
    outline: none;
    font-size: 16px;
    width: 80px;
    text-align: center;

}

.goods_top .info .total{
    display: none;
    grid-gap: 20px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    margin-top: 20px;
    background-color: var(--bg-color);
    padding: 10px;
}
.goods_top .info .total a{
    display: block;
    border-radius: 4px;
    background-color: var(--color-333);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
}
.goods_top .info .total li{
    font-size: 24px;
    font-weight: bold;
}
.goods_top .info .label{
    display: flex;
    align-items: center;
    gap: 10px;
}
.goods_top .info .label span{
    background-color: var(--color-333);
    color: var(--color-white);
    padding: 4px 10px;

}
.all_pics{
    margin-top: 20px;

}
.all_pics img{
    width: 100%;
}
.attr_body{
    margin-top: 20px;
    border-top: solid 1px #666;
    padding: 8px 0px;
    color: #fff;
}
.attr_body .top{
   display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}
.attr_body .top .title{
    color: #999;
    font-size: 26px;
    font-family: Poppins-SemiBold;
}
.attr_body .top .dor{
    padding: 10px 4px;
}
.attr_body .attr ul{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 20px;
    font-size: 14px;
}
.attr_body .attr ul li{
    padding: 6px 0px;
    font-size: 16px;
}
.attr_body .attr ul li:first-child{
   color: #999;
   font-family: Poppins-SemiBold;
}
.attr_body .attr ul li:last-child{
    text-align: right;
}
.pages{
    clear: both;
    overflow: hidden;
    margin-top: 14px;
}
.pagination{
    display: flex;
    gap: 10px;

}
.pagination li{

    border-radius: 4px;
    background-color: var(--color-white);
    overflow: hidden;
}
.pagination li a,.pagination li span{
    padding: 10px 20px;
    font-size: 16px;
    display: block;
}
.pagination li a:hover{
    background-color: var(--color-666);
    color: var(--color-white);
}
.pagination li.disabled{
    background-color: var(--color-999);
    color: var(--color-666);
}
.pagination li.active{
    background-color: var(--color-333);
    color: var(--color-999)
}
.norecode{
    text-align: center;
}
.norecode ul{
    margin: 100px;
}
.norecode li{
    font-size: 14px;
    margin-top: 16px;
}
.norecode i{
    font-size: 40px;
}

.goods-mask{
    background-color: var(--color-333);
    opacity: 0.9;
    position: fixed;
    left: 0px;
    top:0px;
   z-index: 9999;
    width: 100%;
    bottom: 0px;
    display: none;

}

.pics_body{


    position: fixed;
    left: 0px;
    top:0px;
    z-index: 9999;
    width: 100%;
    bottom: 0px;
    display: none;

}
.pics_bodys{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pics_body .t a{
    display: block;
    float: right;
    padding: 20px;
    background-color: var(--color-white);
}
.pics_body .t a:hover{
    color: #0077aa;

}
.pics_body .f{
    margin-bottom: 40px;
    text-align: center;
    color: var(--color-white);
}
.pics_body .cons{

    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-gap: 20px;

    height: 100%;
    overflow: hidden;

}
.pics_body .cons ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pics_body .cons ul.img{



    overflow: hidden;

}
.pics_body .cons ul.img li{
    overflow: hidden;
}
.pics_body .cons ul.img .txt{
   padding: 20px;
}
.pics_body .cons ul.img img{
   height: 90%;
}
.pics_body .cons .pos a{

    border: solid 2px var(--color-white);
    height: 40px;
    width: 40px;
    margin: 20px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;


}
.pics_body .cons .pos a i{
    font-size: 24px;
    color: #fff;
}
.pics_body .cons .pos a:hover{

    border: solid 2px #0077aa;
}
.pics_body .cons .pos a:hover i{
    color: #0077aa;
}
.pager{
    display: flex;
    justify-content: space-between;
}
.pager li a{
    display: block;
    width: 100%;
    color: #fff;
}
.pager li{
    font-size: 40px;
    color: #fff;
    width: 160px;
    background: #333;
    text-align: center;
    border: solid 1px #333;
    line-height: 40px;
    display: flex;
    justify-content: center;

}
.pager li.disabled{
    background: #222;
    color: #999;

}
@media screen and (max-width:1100px) {
    .goods_grip{
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width:800px) {
    .goods_top {
        grid-template-columns: 1fr;

    }
    .min_nav{
        display: none;
    }
    .sub_nav_body{
        display: none;
    }
    .goods_grip{
        grid-template-columns: 1fr 1fr;
    }
    .goods_list{
        grid-template-columns: 1fr;
    }
    .mybanner{
        height: 300px;
        background-size:auto 100%;
    }
    .info_bg{
        height: 120px;
        background-image: none;

    }

}