
.position{
    padding: 0.24rem 0 0.2rem;
    box-sizing: border-box;
    background: #F6F6F6;
}
.position .main{
    display: flex;
    align-items: center;
    column-gap: 0.05rem;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #818181;
}
.position .main a{
    width: fit-content;
    height: auto;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #818181;
}

.type_list{
    padding-top: 0.5rem;
    border-bottom: 0.01rem solid #EEEEEE;
}
.type_list .type_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.type_list .type_top .zhanhui_search{
	width: 6.71rem;
	height: 0.72rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	border: 0.01rem solid #ABABAB;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.type_list .type_top .zhanhui_search span{
	font-family: CN-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000;
	margin-left: 0.2rem;
	white-space: nowrap;
}
.type_list .type_top .zhanhui_search .search{
	box-sizing: border-box;
	font-family: CN-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000;
	width: calc(100% - 2rem);
}
.type_list .type_top .zhanhui_search .search::placeholder{
	color: #737373;
}
.type_list .type_top .zhanhui_search .submit{
	width: 0.72rem;
	height: 0.72rem;
	background:#4F463D url(../img/search_icon.png) center no-repeat;
	background-size: 0.36rem 0.36rem;
	cursor: pointer;
}
.type_list .type_top .return_url{
    width: fit-content;
    background: #EBEBEB;
    border-radius: 0.38rem;
    padding: 0.22rem 0.33rem 0.23rem 0.81rem;
    box-sizing: border-box;
    position: relative;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #4F463D;
    line-height: 1;
}
.type_list .type_top .return_url i{
    position: absolute;
    top: 0.07rem;
    left: 0.07rem;
    width: 0.49rem;
    height: 0.49rem;
    display: block;
    background: url(../img/return_img.png) center no-repeat;
    background-size: cover;
}
.type_list .type_top .return_url:hover{
    background: #E28000;
    color: #fff;
}













/* 系列分类 */
.tab_item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.5rem;
    margin-top: 0.47rem;
}
.tab_item .btn_item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(33.33% - 0.4rem);
	height: 0.97rem;
	background: #4F463D;
	border-radius: 0.1rem;
	column-gap: 0.13rem;
	font-family: CN-Medium;
	font-weight: 500;
	font-size: 0.25rem;
	color: #FFFFFF;
	cursor: pointer;
}
.tab_item .btn_item img{
	width: 0.31rem;
	height: 0.31rem;
	object-fit: contain;
}
.tab_item .btn_item.act{
	background: #E28000;
}










/* 推荐位 */
.slot{
    margin: 0.5rem 0 0.7rem;
}
.slot .main{
	height: 3.16rem;
	padding-top: 0.7rem;
	padding-left: 0.34rem;
	display: flex;
	background: #FCE8D0 url(../img/slot_bg.png) center no-repeat;
    background-size: cover;
}
.slot .slot_audio{
	width: 1.42rem;
	height: 1.42rem;
	margin-top: 0.1rem;
	background: url(../img/audio_bg.png) center no-repeat;
	background-size: cover;
	padding-top: 0.58rem;
	padding-left: 0.74rem;
}
.slot .slot_audio .bofang,
.slot .slot_audio .bofang2{
	width: 0.26rem;
	height: 0.26rem;
}
.slot .slot_audio audio,
.slot .slot_audio .bofang2{
	display: none;
}
.slot .slot_audio.act .bofang {
    display: none;
}
.slot .slot_audio.act .bofang2 {
    display: block;
}
.slot .slot_audio:not(.act) .bofang {
    display: block;
}
.slot .slot_audio:not(.act) .bofang2 {
    display: none;
}


.slot .slot_fr{
	margin-left: 0.7rem;
	width: 9.27rem;
}
.slot .slot_fr .slot_title{
	font-family: CN-Heavy;
	font-weight: 800;
	font-size: 0.5rem;
	color: #4F463D;
}
.slot_body {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.16rem;
}

.slot_body .swiper-wrapper{
    flex-wrap: nowrap;
    transition-timing-function: linear !important;
}
.slot_body .swiper-slide {
    font-family: CN-Heavy;
    font-weight: 800;
    font-size: 0.56rem;
    color: #E28000;
    white-space: nowrap;
    width: fit-content !important;
}







/* 列表 */
.zhanshi_list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.25rem;
	row-gap: 0.5rem;
	margin-bottom: 0.7rem;
}
.zhanshi_list .zhanshi_item{
	width: calc(20% - 0.2rem);
	height: 3.7rem;
	background: #EEEEEE;
	padding: 0.1rem 0.12rem;
	box-sizing: border-box;
}
.zhanshi_list .zhanshi_item .zhanshi_img{
	width: 100%;
	height: 2.77rem;
	overflow: hidden;
}
.zhanshi_list .zhanshi_item .zhanshi_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.zhanshi_list .zhanshi_item .zhanshi_title{
	width: 100%;
	text-align: center;
	margin-top: 0.3rem;
	line-height: 1;
	font-family: CN-Medium;
	font-weight: 500;
	font-size: 0.18rem;
	color: #000000;
}
.zhanshi_list .zhanshi_item:hover .zhanshi_img img{
	transform: scale(1.1);
}
.zhanshi_list .zhanshi_item.more .zhanshi_title{
	font-family: Poppins-Medium;
	color: #E28000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhanshi_list .zhanshi_item:hover .zhanshi_title{
	color: #E28000;
}
.zhanshi_list .zhanshi_item.more .zhanshi_title i{
	width: 0.16rem;
	height: 0.12rem;
	display: block;
	margin-left: 0.12rem;
	background: url(../img/more_icon.png) center no-repeat;
	background-size: cover;
}

.zhanshi_url{
	width: fit-content;
	padding: 0.23rem 0.82rem 0.22rem 0.68rem;
	box-sizing: border-box;
	background: #4F463D;
	border-radius: 0.38rem;
	margin: 0 auto;
	font-family: CN-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 1;
	position: relative;
	cursor: pointer;
} 
.zhanshi_url i{
	width: 0.49rem;
	height: 0.49rem;
	border-radius: 50%;
	position: absolute;
	top: 0.07rem;
	right: 0.07rem;
	background: #E28000 url(../img/xiala.png) center no-repeat;
	background-size: 0.19rem 0.11rem;
}




/* 工厂介绍 */
.jieshao{
    padding: 0.5rem 0;
    background: #F6F6F6;
}
.jieshao .main{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jieshao .jieshao_txt{
    display: flex;
    align-items: center;
    column-gap: 0.46rem;
    font-family: CN-Medium;
    font-weight: bold;
    font-size: 0.4rem;
    color: #000000;
}
.jieshao .jieshao_txt .jieshao_logo{
    width: 1.2rem;
    height: 1.2rem;
}
.jieshao .jieshao_txt .jieshao_logo img{
    object-fit: contain;
}

.jieshao .jieshao_address{
    display: flex;
    column-gap: 0.14rem;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1;
    align-items: end;
}
.jieshao .jieshao_address img{
    width: 0.27rem;
    height: 0.27rem;
    object-fit: contain;
}




/* 产品展示 */
.product_tab{
    width: 100%;
    display: flex;
    margin-bottom: 1.09rem;
    border-top: 0.01rem solid #C6C6C6;
    border-bottom: 0.01rem solid #C6C6C6;
}
.product_tab .product_btn{
    width: 50%;
    height: 1.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.24rem;
    font-family: CN-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #E28000;
    cursor: pointer;
}
.product_tab .product_btn img{
    width: 0.3rem;
    height: 0.3rem;
    object-fit: contain;
}
.product_tab .product_btn.act{
    background: #E28000;
    color: #fff;
}
.product_tab .product_btn.act img{
    filter: brightness(0) invert(1);
}


.product_box .product_show{
    display: none;
}
.product_box .product_show.on{
    display: block;
}






/* 品牌形象 */
.product_class{
	width: 100%;
	position: relative;
	margin-top: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.product_class .product_en{
	font-family: Poppins-Medium;
    font-weight: 500;
    font-size: 0.45rem;
    color: #E6E6E6;
    line-height: 0.63rem;
    text-transform: uppercase;
    width: max-content;
}
.product_class .product_cn{
	font-family: CN-Medium;
	font-weight: bold;
	font-size: 0.4rem;
	color: #000000;
	line-height: 1;
}
.product_class .class_hr{
	width: 100%;
	height: 0.01rem;
	background: #D1D1D1;
}


/* 品牌介绍 */
.product_view1{
	margin-top: 0.75rem;
	display: flex;
	justify-content: space-between;
	column-gap: 1.36rem;
}
.product_view1 .view_txt{
	width: calc(100% - 5.02rem);
}
.product_view1 .view_txt,
.product_view1 .view_txt p{
	font-family: CN-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #585858;
	line-height: 2;
}
.product_view1 .view_img{
	width: 3.66rem;
	height: 3.66rem;
	background: #FFFFFF;
	border: 0.1rem solid #C2C2C2;
}



/* 工厂信息 */
.product_view2{
	width: 100%;
	margin-top: 0.55rem;
	padding: 0.75rem 1.16rem 0.75rem 0.6rem;
	box-sizing: border-box;
	background: #F6F6F6;
	border-radius: 0.15rem;
	display: flex;
	justify-content: space-between;
}
.product_view2 .view_fl{
	width: calc(100% - 5rem);
}
.product_view2 .view_fl .view_li{
	display: flex;
	column-gap: 0.35rem;
	margin-bottom: 0.68rem;
}
.product_view2 .view_fl .view_li .view_icon{
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	overflow: hidden;
}
.product_view2 .view_fl .view_li .view_title,
.product_view2 .view_fl .view_li .view_cont{
	font-family: CN-Regular;
	font-size: 0.2rem;
	color: #000000;
}
.product_view2 .view_fl .view_li .view_title{
	margin-bottom: 0.14rem;
	font-weight: bold;
	line-height: 1;
	margin-top: 0.1rem;
}
.product_view2 .view_fl .view_li .view_code{
	width: 1.74rem;
	height: auto;
	overflow: hidden;
}
.product_view2 .view_fr{
	width: 4.56rem;
	height: auto;
	max-height: 6.26rem;
}


/* 服务承诺 */
.product_litpic{
	width: 7.87rem;
	height: auto;
	margin: 0.56rem auto 0;
	background: url(../img/border.png) center no-repeat;
	padding: 0.56rem 0.53rem;
	box-sizing: border-box;
}


/* 厂容厂貌 */
.product_content{
	margin-top: 0.88rem;
	margin-bottom: 1rem;
}
.product_content img{
	width: fit-content;
	max-width: 100%;
	display: inline;
}






/* 产品规格 */
.product_view3{
    display: flex;
    margin-top: 0.6rem;
    column-gap: 0.75rem;
}
.product_swiper,
.product_swiper .swiper-slide{
    width: 8rem;
    height: 8rem;
    overflow: hidden;
    position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
} 
.product_swiper .swiper-slide img,
.product_swiper .swiper-slide video{
	object-fit: contain;
	width: 100%;
	height: 100%;
}
.product_swiper .swiper-pagination{
    bottom: 0.29rem;
}
.product_swiper .swiper-pagination span{
    width: 0.14rem;
    height: 0.14rem;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 0.05rem !important;
    opacity: 1;
}
.product_swiper .swiper-pagination .swiper-pagination-bullet-active{
    background: #E28000;
}


.product_article{
    width: calc(100% - 8rem);
    padding-top: 0.2rem;
}
.product_article .product_name{
    margin-bottom: 0.3rem;
    font-family: CN-Regular;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
}
.product_article .product_label{
    margin-bottom: 0.2rem;
    font-family: CN-Regular;
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1;
}
.product_article .product_price{
    margin-top: -0.1rem;
    margin-bottom: 0.3rem;
    font-family: CN-Regular;
    font-weight: bold;
    font-size: 0.18rem;
    color: #E28000;
}
.product_article .product_price span{
    font-size: 0.5rem;
    font-family: CN-Regular;
    font-weight: bold;
}

.product_article .product_material{
    margin-bottom: 0.45rem;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
}

.product_color,
.product_size{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.14rem;
    margin-bottom: 0.3rem;
}
.product_color .color_item,
.product_size .size_item{
    min-width: 1.38rem;
    height: 0.42rem;
    padding: 0.12rem;
    box-sizing: border-box;
    border-radius: 0.05rem;
    border: 1px solid #C1C1C1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: CN-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #737373;
    cursor: pointer;
}
.product_color .color_item.act,
.product_size .size_item.act{
    border: 2px solid #E28000;
}
.product_size .size_box{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.14rem;
    width: 100%;
}








/* 搜索 */
.search_box{
	width: 100%;
	height: 1.5rem;
	display: flex;
	align-items: center;
	background: #F6F6F6;
}
.search_box .search_name{
	font-family: CN-Regular;
	font-weight: bold;
	font-size: 0.3rem;
	color: #000000;
	line-height: 1;
	margin-bottom: 0.21rem;
}
.search_box .search_mun{
	font-family: CN-Regular;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000000;
	line-height: 1;
}
.search_box .search_mun span{
	color: #E28000;
}

.search_body .zhanshi_list{
	margin-top: 0.7rem;
	margin-bottom: 1.1rem;
}
.search_body .search_null{
	width: 3.6rem;
	height: auto;
	margin: 0.19rem auto 0.41rem;
}










