
html body {
    *background: #f9f9f9;
}


#ser367 li[attr="1600×3200"]{
    display: none !important;
}

/*内页二级栏目*/
html body .section .second-nav a {
    width: 1.8rem;
}
@media screen and (max-width:1024px) {
html body .section .second-nav a {
    width: 49%;
}
}
/*内页二级栏目*/

/*【筛选功能】*/

/*一、切换筛选按钮*/
#screen {
    width: 100%;
    height: 100%;
    *background: #fff;
    margin: 0 0 0 0;
}

#screen  .change-screen {}
#screen  .change-screen .change {
    font-size:var(--fs16);
    color: #000;
    font-family: "MiSans-Medium";
    line-height: 0.46rem;
    text-align: right;
    margin: 0 0 0 0;
    cursor: pointer;
}
#screen  .change-screen .change::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/screen-icon.svg) no-repeat center center / 0.16rem;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
    
    transform: translate(0px,0px);
}

/*二、筛选参数*/
.screen {
    margin-top:0.1rem !important;
    margin-bottom:0.1rem !important;
}
.screen-box {
    display: flex;
	flex-flow: row wrap;
	gap: 0.1rem 0%;
	width: 100%;
	margin: 0.2rem 0;
	*border: 1px solid #f5f5f5;
	border-bottom: none;
	*background: #fff;
}
.screen-box  .screen-class {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap:0.1rem 0%;
	width: 100%;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
	width: 100px;
	padding: 5px 10px;
	overflow: hidden;
	width: 5%;
	max-width: 60px;
	float: left;
	font-size:var(--fs14);
	color: #333;
}
.screen-box  .screen-class .class-box {
    width: 95%;
}
.screen-box  .screen-class .class-box li {
	display:block;
	float:left;
	padding: 5px 10px;
	overflow: hidden;
	font-size:var(--fs16);
	color: #777;
	position: relative;
}
.screen-box  .screen-class .class-box li a {
	font-size:var(--fs14);
	color: #777;
	cursor: pointer;
}
.screen-box  .screen-class .class-box li a:hover {
	color: #e4002b;
}
.screen-box  .screen-class .class-box li a.active {
	color: #e4002b;
    font-weight: bold;
}


/*三、清除筛选条件+收起*/
.screen-close {
    display: none;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1%;
    width: 100%;
    margin: 0.2rem 0 0 0;
    padding: 0.2rem 0 0 0;
    border-top: 1px solid rgb(245, 245, 245);
}
.clearall {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    width: 49%;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 4px;
    background: #f9f9f9;
}
.clearall a {
    font-size:var(--fs14);
    color:#777;
}


@media screen and (max-width:1024px) {
    
/*启用筛选弹出浮窗绝对定位*/
/*#screen.fixed {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 99999;*/
/*}*/
/*一、切换筛选按钮*/
#screen {
    width: 100%;
    height: 100%;
    *background: #fff;
    margin: 0.2rem 0 0 0;
}

#screen  .change-screen {}
#screen  .change-screen .change {
    font-size:var(--fs14);
    color: #000;
    font-family: "MiSans-Medium";
    line-height: 0.46rem;
    text-align: right;
    margin: 0 0 0 0;
    cursor: pointer;
}
#screen  .change-screen .change::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/screen-icon.svg) no-repeat center center / 0.16rem;
    margin: 0 0 0 0;
    display: inline-block;
    vertical-align: middle;
}

/*二、筛选参数*/
.screen {
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding:0  !important;
    background: #fff;
    border-top: 1px solid rgb(245, 245, 245);
}
.screen::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #f6f6f6;
}
.screen-box {
	display: flex;
	gap: 0 0%;
	margin: 2% 0;
	position: relative;
}
.screen-box  .screen-class {
	width: 100%;
	border-bottom: none;
}
.screen-box  .screen-class .tit {
    position:relative;
    margin: 0 5px;
	padding: 5px 0px;
	width: 100%;
	max-width: 100%;
	font-size:var(--fs16);
    color: #000;
    font-family: "MiSans-Medium";
}

.screen-box  .screen-class .class-box {
    width: 100%;
    /* position: absolute; */
    /* display: none; */
    left: 0;
    top: 30px;
    z-index: 2;
}
.screen-box  .screen-class:hover .class-box {
    display: block;
    min-height: 800px;
}

.screen-box  .screen-class .class-box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.1rem 1%;
    padding: 0.1rem 0%;
    background: #fff;
    overflow: hidden;
}
.screen-box  .screen-class .class-box li {width: 24.25%;/* margin:0.1rem 0; */padding: 0;font-size:var(--fs14);text-align: center;border-radius: 50px;background: #f9f9f9;}
.screen-box  .screen-class .class-box li a {
	display: block;
	font-size:var(--fs14);
	color: #777;
	font-family: "MiSans-Light";
	line-height: 0.36rem;
}
.screen-box .screen-class .class-box li a.active {
    color: #fff;
    background:#e4002b ;
}
.screen-box  .screen-class .class-box li a i {
    width: 14px;
    height: 14px;
}
.screen-box  .screen-class .class-box li a span {
    padding:0 0 0 5px;
}

/*三、清除筛选条件+收起*/
.screen-close {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 1%;
    width: 100%;
    margin: 0.2rem 0 0 0;
    padding: 0.2rem 0 0 0;
    border-top: 1px solid rgb(245, 245, 245);
}
.clearall {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
    width: 49%;
    line-height: 0.36rem;
    text-align: center;
    border-radius: 4px;
    background: #f9f9f9;
}
.clearall a {
    font-size:var(--fs14);
    color:#777;
    font-family: "MiSans-Light";
}
}
/*筛选功能 end*/

/*搜索产品功能*/
.search-list {
    margin: 0 0 15px 0;
}
.search-list .search {
    position: relative;
}
.search-list .search .keywords {
    width: 100%;
    padding: 15px 0 15px 50px;
    *
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
    font-family: "MiSans-Light";
}
.search-list .search .bottom {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/search-fix.svg) no-repeat center/0.24rem;
    opacity: 1;
}

.search-list .search .bottom:hover {
    opacity: 0.8;
}
.search-list .search input.keywords:focus {
    border-bottom: 1px solid #e4002b;
}
/*搜索产品功能 end*/

/*产品列表*/
.product-list {
    margin:0.4rem 0 0 0;
}
.product-list ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap:0.3rem 2%;
}
.product-list ul li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 23.5%;
    border-radius: 4px;
    background: #fff;
}
.product-list ul li .new {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0.1rem;
    left: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #e4002b;
}

.product-list ul li .new.news{
    background: url(../images/product/icon-new.png) no-repeat center center / 100%;
}
.product-list ul li .new.recom{
    background: url(../images/product/icon-recom.png) no-repeat center center / 100%;
}
.product-list ul li .new.hot{
    background: url(../images/product/icon-hot.png) no-repeat center center / 100%;
}

.product-list ul li a {
    display: block;
    width: 100%;
}
.product-list ul li .photo {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0% 0 0 0;
    padding-top: 100%;
	overflow:hidden;
}

.product-list ul li .photo figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.product-list ul li .photo figure img {
    max-width: 100%;
    max-height: 100%;
    padding: 0 10%;
    transition: all 0.6s ease;
}
.product-list ul li .photo figure:before {
	content:"";
	position:absolute;
	width:80px;
	height:850px;
	top:0;
	left:-150px;
	z-index: 999999999999999999;
	overflow:hidden;
	background:-moz-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	background:-webkit-gradient(linear,left top,righttop,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.2)),color-stop(100%,rgba(255,255,255,0)));
	background:-webkit-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	background:-o-linear-gradient(left,rgba(255,255,255,0)0,rgba(255,255,255,.2)50%,rgba(255,255,255,0)100%);
	-webkit-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	
}
.product-list ul li:hover .photo figure:before {
	left:600px;
	transition:left 2s ease 0s;
}
.product-list ul li:hover {
    *box-shadow: 0 10px 15px 8px rgba(0, 0, 0, 0.05);
}
.product-list ul li:hover .photo figure img {
    transform: scale(1.05);
}

.product-list ul li .photo .effect {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.product-list ul li:hover .photo .effect {
    display: block;
}
.product-list ul li .photo .effect img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-list ul li .word {
    padding: 0.2rem 0.1rem;
    overflow: hidden;
}
.product-list ul li .word h3 {
    font-size:var(--fs18);
    color: #000;
    text-align: center;
    font-family: "Futura-Medium";
    font-family: "MiSans-Medium";
}
.product-list ul li:hover .word h3 {
    color: #e4002b;
}
.product-list ul li .word h4 {
    font-size: 18px;
    color: #777;
    text-align: center;
    padding:15px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.product-list ul li .word p {
    font-size:var(--fs12);
    color: #999;
    font-family: "MiSans-Light";
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin:0.1rem 0 0 0;
}

@media screen and (max-width:1024px){
.product-list {}
.product-list ul {
    gap:0.3rem 4%;
}
.product-list ul li {
    width: 48%;
}
.product-list ul li .new {
    top: 0.05rem;
    left: 0.05rem;
    width: 0.3rem;
    height: 0.3rem;

}
.product-list ul li::after {
    padding: 0 10px;
    font-size:var(--fs12);
    height: 26px;
    line-height: 26px;
    top: 10px;
    left: 10px;
}
.product-list ul li .photo {
    margin: 0 0 0 0;
}
.product-list ul li .photo figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.product-list ul li .photo figure img {
    max-width: 100%;
    max-height: 100%;
}
.product-list ul li:hover .photo figure img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.product-list ul li .word {
    overflow: hidden;
}
.product-list ul li .word h3 {
    height: auto;
    font-size:var(--fs16);
    line-height: 1.6;
    
}
.product-list ul li .word p {
    font-size:var(--fs14);
}
}
/*产品列表 end*/
