body{
	color: #444;
	background-color: #fff;
	font-family: "Microsoft Yahei", "Helvetica";
}
dl,dt{
	padding: 0;
	margin: 0;
}

input{
	outline: none !important;
}
input:focus{
	outline: none !important;
	box-shadow: none !important;
}
input::placeholder{
	color:#acacac;
}
a:hover{
	text-decoration: none;
	color: #318cf5;
}
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;
}
.lay-bg{
	background-color: #fff;
}
header{
	background-color: #373737;
	color:#cacaca;
}
header .fun-top{
	font-size: .8rem;
	line-height: 2.2rem;
}
header .fun-top a:last-child{
	padding-left: .5rem;
	font-weight: bold;
}
header .fun-top .fun-tetx{
	text-align: right;
}
.head-search-box{
	background-color: #fff;
	box-shadow: 0px -3px 6px #373737;
	margin-bottom: 1.5rem;
}
.logo-search{
	padding: 1rem 0;
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.fun-logo{
	padding-left:0;
}
.fun-search{
	padding-right:0;
}
.fun-input[type="text"] {
	width: 100%;
	padding-left: 4%;
	font-size: .9rem;
	border: none;
	border-radius: 1.5rem;
	box-sizing: border-box;
	color: #acacac;
	background-color: #f7f7f7;
}
footer{
	background: #38373d;
	padding: 1.5rem 0;
	margin-top: 1rem;
	line-height: 2.5rem;
}
footer p{
	margin-bottom: 0;
	font-size: .95rem;
	line-height: 1.7;
	text-align: center;
	color: #9c9797;
}
footer a,footer a:hover{
	color: #9c9797;
}
footer p.f-menu span.sep{
	padding: 0 .2rem;
}
footer font{
	display: block;
	text-align: center;
		color: red;
	}
.sj-btn{
	display: none;
}
@media(max-width: 1200px) {
	.head-search-box{
		margin-bottom: 1rem;
	}
	.logo-search{
		padding: .5rem 0 0 .5rem;
		border-bottom: 1px solid #f4f4f4;
	}
	footer{
		padding-left: .5rem;
		padding-right: .5rem;
	}
}
@media(max-width: 800px) {
	header .fun-top,.fun-search,menu{
		display: none; 
	}
	header .logo-search{
		padding: .5rem;
	}
	.logo-search .fun-logo img{
		display: block;
	}
	.lay-search{
		display: none;
	}
	.fun-logo.medium-2{
		width: 50%;
	}
	.sj-btn{
		display: block;
		height: 3rem;
		overflow: hidden;
		text-align: right;
	}
	.sj-btn i{
		display: block;
		height: 8px;
		font-size: 1.5rem;
		font-weight: bold;
	}
	menu{
		position: absolute !important;
		z-index: 99;
		width: 50% !important;
		right: 0;
		top: 4rem;
		background-color: #fbf3f2;
	}
	menu li{
		width: 100% !important;
		border-top: 1px solid #d3d4d6;
	}
	menu li:first-child{
		border-top:none;
	}
	menu li a{
		line-height:3rem !important;
	}
}
@media(max-width: 600px) {
}
@media(max-width: 480px) {
	footer p{
		font-size: .9rem;
	}
}