body{
	color: #444;
	background: radial-gradient(circle, #e2e2e2, #e4e4e4, #dadada);
}

input{
	outline: none !important;
}
input:focus{
	outline: none !important;
	box-shadow: none !important;
}
a:hover{
	text-decoration: none;
	color: #5490ba;
}
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;
}
.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-top{
	margin-top: 1.5rem;
	border-top: 1px solid #e6e6e6;
}
.layui-bg-white{
	background-color: #fff;
}
header{
	background: rgb(255 255 255);
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
	/* background: radial-gradient(circle, #fbfffc, #fbfffc, #ddfff7); */
}
header.sticked {
  z-index: 99;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
header .logo-search{
	padding: 1rem;
}
header .logo-search .layui-row{
	align-items: center;
	justify-content: space-between;
}
.logo-search .layui-logo{
	font-size: 2.4rem;
	letter-spacing: .1rem;
}
.logo-search .layui-logo a{
	color: #484848;
	font-weight:400;
}

menu{
	padding: 0;
	margin: 0;
}
menu .layui-nav{
	background: radial-gradient(circle, #fbfffc, #fbfffc, #f2fffb);
	padding: 0;
	color: #2f2f2f;
}
menu .layui-nav li.active{
	/* background-color: #4d8cb8; */
	/* font-weight: bold; */
	letter-spacing: .05rem;
}
menu .layui-nav li.active a{
	/* color: #ffffff; */
}
menu .layui-nav li{
	text-align: center;
}
menu .layui-nav .layui-nav-item a{
	color: rgb(19 19 19 / 70%);
}
menu .layui-nav li a:hover{
	background-color: #4d8cb8;
}
menu .layui-nav-bar{
	display: none;
}

footer{
	padding: 1.5rem 1rem;
	margin-top: 1rem;
	box-sizing: border-box;
	background: #2d3236;
}
footer p{
	margin-bottom: 0;
	font-size: .95rem;
    line-height: 1.7;
	text-align: center;
	color: #777;
}
footer a,footer a:hover{
	color: #777;
}
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.9375rem;
    bottom: 0.9375rem;
    z-index: 999999;
}
.backUp li{
	width: 3.125rem;
	height: 3.125rem;
	line-height: 3.125rem;
	margin-bottom: 1px;
	text-align: center;
	cursor: pointer;
	font-size: 1.875rem;
	background-color: #4d8cb8;
	color: #fff;
	border-radius: 2px;
	opacity: .95;
}
@media(max-width: 800px) {
	header .lay-top,.lay-hot-box,menu,.layui-form-item,.lay-banner .area_h2,.lay-banner>ul{
		display: none; 
	}
	header .layui-form{
		margin-top: .7rem;
	}
	.layui-input[type="text"]{
		width: 80%;
	}
}
@media(max-width: 800px) {
	header .logo-search{
		padding: .5rem;
	}
	.layui-icon-add-1{
		display: block;
		text-align: right;
		padding-top: 1rem;
		font-size: 1.2rem;
	}
	body{
		position: relative;
	}
	header .logo-search .lay-menu{
		display: none;
	}
	menu.lay-menu{
		box-shadow: 0 0 29px 0 rgb(0 0 0 / 5%);
		position: absolute;
		z-index: 99;
		width: 50%;
		right: 0;
		top: 4rem;
	}
	.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: #49ecc8;}
	.smf2 { width: 33%; background-color: #019c08; position: relative;}
	.smf2 span {position: absolute;border-radius: 1.1rem; background-color: #44b549; width: 1.1rem; font-size: .9rem;line-height: 1.1rem; top: 0.3rem;}
	.smf3 {width: 34%;background-color: #64569d; background-position: 19%;}
}
