
html body {
    *background: #f9f9f9;
}

/*内页二级栏目*/
html body .section .second-nav a {
    width: 1.8rem;
}
@media screen and (max-width:1024px) {
html body .section .second-nav a {
    width: 49%;
}
}
/*内页二级栏目*/

/*筛选功能*/
.screen {
    margin-top:1% !important;
    margin-bottom:1% !important;
    
}
.screen-box {
	padding: 0.2rem 0;
	*border: 1px solid #f5f5f5;
	border-bottom: none;
	*background: #fff;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	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;
	*background: #fff;
	font-size: 14px;
	color: #333;
}
.screen-box  .screen-class .class-box {
	float: left;
    width: 95%;
}
.screen-box  .screen-class .class-box li {
	display:block;
	float:left;
	padding: 5px 10px;
	overflow: hidden;
	font-size: 16px;
	color: #999;
	position: relative;
}
.screen-box  .screen-class .class-box li a {
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.screen-box  .screen-class .class-box li a.active {
	color: #9f7851;
    font-weight: bold;
}

.clearall {
    width: 100%;
    padding:0 0 0 10px;
}
.clearall a {
    font-size: 14px;
    color:#999;
}


@media screen and (max-width:1024px) {
.screen {
    margin-top:1% !important;
    margin-bottom:1% !important;
    padding:0  !important;
    background: #fff;
}
.screen-box {
	display: flex;
	margin: 2% 0;
	padding: 0 2%;
    position: relative;
}
.screen-box  .screen-class {
	display: table;
	width: 100%;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgb(245, 245, 245);
}
.screen-box  .screen-class .tit {
    position:relative;
    margin: 0 5px;
	padding: 5px 0px;
	width: 100%;
	max-width: 100%;
	font-size: 14px;
}
.screen-box  .screen-class .tit:after {
    content: "";
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translate(-0%, -50%);
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #2d2926;
}
.screen-box  .screen-class .tit:hover:after {
    border-top: 4px solid #9f7851;
}
.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:hover .class-box::after {
    display: block;
    content: "";
    width: 100%;
    height: 500px;
    background: rgb(0,0,0,0.2);
    z-index: 1;
    
}
.screen-box  .screen-class .class-box ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4%;
	padding: 30px 2%;
	background: #fff;
	overflow: hidden;
}
.screen-box  .screen-class .class-box li {

	width: 48%;
	margin:0.1rem 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    background: #f9f9f9;
}
.screen-box  .screen-class .class-box li a {
	display: block;
        font-size: 14px;
        color: #999;
        line-height: 0.44rem;
}
.screen-box .screen-class .class-box li a.active {
    color: #fff;
    background:#9f7851 ;
}
.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;
}
}
/*筛选功能 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;
}
.search-list .search .bottom {
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
    width: 0.3rem;
    height: 0.3rem;
    background: url(../fonts/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 #9f7851;
}
/*搜索产品功能 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: "新品";
    padding: 0 0.1rem;
    height: 0.26rem;
    line-height: 0.26rem;
    font-size: 0.12rem;
    color: #fff;
    position: absolute;
    border-radius: 5px;
    z-index: 1;
    top: 0.1rem;
    left: 0.1rem;
    background: #9f7851;
}

.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: 150%;
	overflow:hidden;
}

.product-list ul li .photo figure {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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 {

}
.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: 0.16rem;
    color: #333;
    text-align: center;
    font-family: "Futura-Medium";
    font-family: "MiSans-Medium";
}
.product-list ul li:hover .word h3 {
    color: #9f7851;
}
.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: 12px;
    color: #999;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

@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::after {
    padding: 0 10px;
    font-size: 12px;
    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: center;
}
.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: 0.16rem;
    line-height: 1.6;
    
}
.product-list ul li .word p {
    font-size: 0.12rem;
}
}
/*产品列表 end*/
