body{
	color: #444;
	background-color: #fafafa;
}

input{
	outline: none !important;
}
input:focus{
	outline: none !important;
	box-shadow: none !important;
}
a:hover{
	text-decoration: none;
	color: #ff3636;
}
ul,li,ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
.clearf:after,.clearf:before { 
	content: ""; 
	display: block;
}
.clearf:after { 
	clear: both;
}
.clearf { 
	zoom: 1;
}
.flex{
	display: flex;
}
.flex-between-top {
	display: flex;
	justify-content: space-between; 
	align-items: flex-start;
}
.flex-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clam {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal;
	-webkit-box-orient: vertical;
}

.clam1 {
	-webkit-line-clamp: 1;
}

.clam2 {
	-webkit-line-clamp: 2;
}

.clam3 {
	-webkit-line-clamp: 3;
}
.layui-bg-white{
	background-color: #fff;
}
.layui-marge-bottom{
	margin-bottom: 1rem;
}
header{
	background-color: #fff;
	border-bottom: 1px solid #EDEDED;
	padding: .5rem 0;
}
header .logo-search .layui-row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.logo-search .layui-logo{
	font-size: 2.2rem;
	letter-spacing: .1rem;
}
.logo-search .layui-logo a{
	color: #4c4b4b;
	font-weight: 600;
}
.sticked {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
menu{
	padding: 0;
	margin: 0;
}
menu .layui-nav{
	background-color: #ffffff;
	padding: 0;
	color: #ffffff;
}
menu .layui-nav li.active{
	background-color: #ffffff;
	font-weight: bold;
	letter-spacing: .05rem;
}
menu .layui-nav li.active a{
	color:#ff3636;
}
menu .layui-nav li.active:before{
	width: 2rem;
	position: absolute;
	content: '';
	background: #ff3366;
	height: 3px;
	left: 0px;
	right: 0;
	margin: 0px auto;
	bottom: .5rem;
	transition: all 500ms ease;
	-webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0,0,0,1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
menu .layui-nav li.active:after{
    position: absolute;
    content: '';
    background: #ffffff;
    width: 6px;
    height: 3px;
    right: 40%;
    bottom: .5rem;
    transition: all 300ms ease;
}
@-webkit-keyframes shine {from{-webkit-mask-position: 150%;}to{-webkit-mask-position: -50%;}}
menu .layui-nav li{
	text-align: center;
}
menu .layui-nav .layui-nav-item a{
	color: #636363;
}
menu .layui-nav .layui-nav-item a:hover{
	background-color: #fff;
	color: #ff3636;
	transition: all 500ms ease;
}
menu .layui-nav-bar{
	display: none;
}
.layui-layer-title{
	border-bottom: none !important;
}
.layui-icon-search{
	text-align: right;
	font-weight: bold;
}
.layui-search{
	display: none;
	position: absolute;
	right: 0;
	padding: 1.25rem;
	background-color: #fff;
	bottom: -6rem; 
	z-index: 9; 
}
.layui-search .layui-input-group{
	align-items: center;
}
.layui-search .layui-input-group .layui-input-split{
	background: #ff3636;
	padding: .6rem;
	color: #fff;
}

footer{
	padding: 1.5rem 1rem;
	margin-top: 1rem;
	box-sizing: border-box;
	/* background-color: #4c4b4b; */
}
footer p{
	margin-bottom: 0;
	font-size: .95rem;
	line-height: 1.7;
	text-align: center;
	color: #999;
}
footer a,footer a:hover{
	color: #999;
}
footer p.f-menu span.sep{
	padding: 0 .2rem;
}
footer p.footer-beian{
    align-items: center;
	justify-content: center;
}
.layui-icon-add-1{
	display: none;
}
.backUp{
    position: fixed;
    right: 0.5rem;
    bottom: 3.75rem;
    z-index: 999999;
}
.backUp li{
	width: 3rem;
	height: 3rem;
	border-radius: 3rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	font-size: 1.875rem;
	background-color: #ffffff;
	color: #999;
	opacity: .95;
	box-shadow: 0px 1px 6px 0px rgba(65, 106, 123, 0.1);
}
@media(max-width: 800px) {
	.layui-icon-search,.lay-hot-box,menu,.lay-banner .area_h2,.lay-banner>ul{
		display: none; 
	}
}
@media(max-width: 800px) {
	header .logo-search{
		padding: .5rem;
	}
	.layui-icon-add-1{
		display: block;
		text-align: right;
		font-size: 1.4rem;
		font-weight: bold;
		/* color: #fff; */
	}
	body{
		position: relative;
	}
	menu.lay-menu{
		display: none;
		position: absolute;
		z-index: 99;
		width: 50%;
		right: 0;
		top: 3.5rem;
		box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
	}
	.layui-nav .layui-nav-item{
		display: inherit;
	}
}
@media(max-width: 480px) {
	footer p{
		font-size: .9rem;
	}
	footer .footer-beian span.sep{
		display: none;
	}
	footer p.footer-beian{
		flex-wrap: wrap;
	}
}
.bottomFixed{ display:none;}
@media(max-width: 800px){
	footer{margin-bottom: 3rem;}
	.bottomFixed {display: flex;font-size:.9rem;position: fixed;bottom: 0;width: 100%;}
	.bottomFixed img { width: 1.2rem; margin-top: -0.3em; margin-right: 1.5%; display: inline-block;vertical-align: middle;}
	.bottomFixed a{ line-height: 3.7rem;text-align: center; color: #FFFFFF;padding-top: 0.2%;}
	.smf1 {width: 33%;background-color: #ff6b6b;}
	.smf2 {width: 33%;background-color: #ff6b6b;position: relative;}
	.smf2 span {position: absolute;border-radius: 1.1rem;background-color: #ffffff;width: 1.1rem;font-size: .9rem;line-height: 1.1rem;top: 0.3rem;color: #ff6b6b;}
	.smf3 {width: 34%;background-color: #ff6b6b;background-position: 19%;}
	.smf1,.smf2{ border-right: 1px solid #f15f5f;}
}