* {
	margin: 0;
	padding: 0;
}




/* banner */
.banner .main{
	margin-top: 0.33rem;
	margin-bottom: 0.68rem;
	display: flex;
	justify-content: space-between;
}
.banner .banner_fl a{
	width: 3.44rem;
	height: 1.4rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.19rem;
	font-family: CN-Regular;
	font-weight: bold;
	font-size: 0.34rem;
	color: #FFFFFF;
	border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
	overflow: hidden;
}
.banner .banner_fl a:last-child{
	margin-bottom: 0;
}
.banner .banner_fl a:hover{
    box-shadow: 0px 1px 10px 2px #0000003d;
}



.banner .banner_fr{
	width: calc(100% - 3.7rem);
	height: 6.15rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
}
.banner .banner_fr .ban_item{
	position: relative;
	width: 100%;
	height: 100%;
}
.banner .banner_fr .ban_item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .banner_fr .ban_item .ban_title{
	position: absolute;
	top: 0.47rem;
	left: 0.46rem;
	display: flex;
	align-items: center;
	font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
	font-weight: bold;
	font-size: 0.4rem;
	color: #FFFFFF;
	line-height: 1;
}
.banner .banner_fr .ban_item .ban_title span{
	margin-left: 0.34rem;
	position: relative;
}
.banner .banner_fr .ban_item .ban_title span::before{
	content: "";
	position: absolute;
	width: 0.01rem;
	height: 0.4rem;
	background: #fff;
	top: 56%;
	transform: translateY(-50%);
	left: -0.17rem;
}
.banner .banner_fr .ban_item .ban_cont{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
	padding: 0.28rem 0.3rem 0.22rem;
	box-sizing: border-box;
	font-family: CN-Medium;
	font-weight: 500;
	font-size: 0.2rem;
	color: #FFFFFF;
}
.banner .banner_fr .swiper-pagination{
	bottom: 0.24rem;
}
.banner .banner_fr .swiper-pagination span{
	width: 0.1rem;
	height: 0.1rem;
	background: #fff;
	opacity: 1;
	margin: 0 0.04rem !important;
}
.banner .banner_fr .swiper-pagination span.swiper-pagination-bullet-active{
	background: #E28000;
}








/* 推荐位 */
.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;
	position: relative;
}

.slot_body .swiper-container {
    width: 100%;
    height: auto;
}

.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;
}






/*视频*/
.video_view{
    background: #fff;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: calc(100% - 20px);
    border: 10px solid #fff;
}





/* 展会入口 */
.zhanhui{
	margin-top: 0.85rem;
}
.zhanhui .zhanhui_top{
	display: flex;
    justify-content: space-between;
    align-items: end;
}
.zhanhui .zhanhui_top .zhanhui_class .class_en{
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 0.45rem;
	color: #E6E6E6;
	line-height: 0.63rem;
	text-transform: uppercase;
}
.zhanhui .zhanhui_top .zhanhui_class .class_cn{
	display: flex;
	align-items: center;
	column-gap: 0.21rem;
	font-family: SC-Regular;
	font-weight: bold;
	font-size: 0.4rem;
	color: #000000;
	line-height: 1;
}
.zhanhui .zhanhui_top .zhanhui_class .class_cn i{
	width: 0.36rem;
	height: 0.36rem;
	display: block;
	background: url(../img/class_icon.png) center no-repeat;
	background-size: contain;
}
.zhanhui .zhanhui_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;
}
.zhanhui .zhanhui_top .zhanhui_search span{
	font-family: CN-Regular;
	font-weight: 400;
	font-size: 0.18rem;
	color: #000;
	margin-left: 0.2rem;
	white-space: nowrap;
}
.zhanhui .zhanhui_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);
}
.zhanhui .zhanhui_top .zhanhui_search .search::placeholder{
	color: #737373;
}
.zhanhui .zhanhui_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;
}
.zhanhui .zhanhui_list{
	margin-top: 0.7rem;
	display: flex;
	justify-content: space-between;
} 
.zhanhui .zhanhui_list .zhanhui_item{
	width: 3rem;
	height: 3rem;
	border-radius: 0.1rem;
	overflow: hidden;
	position: relative;
	display: flex;
}
.zhanhui .zhanhui_list .zhanhui_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.zhanhui .zhanhui_list .zhanhui_bg::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(226,128,0,0.8);
}
.zhanhui .zhanhui_list .zhanhui_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.zhanhui .zhanhui_list .zhanhui_txt{
	width: 100%;
	height: 100%;
}
.zhanhui .zhanhui_list .zhanhui_icon{
	width: 0.74rem;
	height: 0.74rem;
	margin: 0.61rem auto 0;
}
.zhanhui .zhanhui_list .zhanhui_title{
	width: 100%;
	text-align: center;
	font-family: SC-Regular;
	font-weight: bold;
	font-size: 0.3rem;
	line-height: 1;
	color: #FFFFFF;
	margin-top: 0.5rem;
	transition: all 0.5s;
}
.zhanhui .zhanhui_list .zhanhui_url{
	width: 0.26rem;
	height: 0.19rem;
	margin: 0.32rem auto 0;
	display: none;
	filter: brightness(0) invert(1);
}
.zhanhui .zhanhui_list .zhanhui_item>img{
	position: absolute;
	width: 0.32rem;
	height: auto;
	right: 0.13rem;
	bottom: 0.11rem;
}
.zhanhui .zhanhui_list .zhanhui_item:hover .zhanhui_txt{
	background: #4F463D;
}
.zhanhui .zhanhui_list .zhanhui_item:hover .zhanhui_title{
	margin-top: 0.32rem;
}
.zhanhui .zhanhui_list .zhanhui_item:hover .zhanhui_url{
	display: block;
}





.body_top{
    width: 100%;
    height: 2.3rem;
    background: url(../img/notice_bg.jpg) center no-repeat;
    background-size: cover;
    margin-top: 0.85rem;
    padding: 0.59rem 0 0;
    box-sizing: border-box;
}
.body_top .notice_class1{
    width: 100%;
    text-align: center;
    font-family: CN-Heavy;
    font-weight: 800;
    font-size: 0.45rem;
    color: #E28000;
    margin-bottom: 0.16rem;
    line-height: 1;
}
.body_top .notice_class2{
    width: 100%;
    text-align: center;
    font-family: CN-Heavy;
    font-weight: 800;
    font-size: 0.56rem;
    color: #4F463D;
    line-height: 1;
}







/* 栏目名 */
.zhanshi_class{
	position: relative;
	margin-top: 0.82rem;
	margin-bottom: 0.67rem;
}
.zhanshi_class::after,
.zhanshi_class::before{
	content: "";
	position: absolute;
	width: 4.4rem;
	height: 0.01rem;
	background: #D1D1D1;
	bottom: 0.35rem;
}
.zhanshi_class::after{
	left: 0;
}
.zhanshi_class::before{
	right: 0;
}
.zhanshi_class .zhanshi_en{
	text-align: center;
	font-family: Poppins-Medium;
	font-weight: 500;
	font-size: 0.45rem;
	color: #E6E6E6;
	text-transform: uppercase;
	line-height: 0.63rem;
}
.zhanshi_class .zhanshi_cn{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.2rem;
	font-family: SC-Regular;
	font-weight: bold;
	font-size: 0.4rem;
	color: #000000;
	line-height: 1;
}
.zhanshi_class .zhanshi_cn span{
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #E28000;
}




/* 列表 */
.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;
}







/* 品牌榜 */
.pinpai .zhanshi_class::after,
.pinpai .zhanshi_class::before{
	width: 3.88rem;
}
.pinpai .zhanshi_class .zhanshi_cn{
	column-gap: 0.3rem;
}
.pinpai .zhanshi_list{
	margin-bottom: 1rem;
	display: none;
}
.pinpai .zhanshi_list.on{
	display: flex;
}




/* 系列分类 */
.tab_item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.7rem;
}
.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;
}





