img{filter: blur(7px);-webkit-filter: blur(7px);}
header.layui-main img,.layui-carousel img{filter: none;-webkit-filter: none;}
body{
	background: #fff;
	min-width: 1200px;
}
.clamp { display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word;  white-space: normal; -webkit-box-orient: vertical;}
.clamp1 { -webkit-line-clamp: 1;}
.clamp2 { -webkit-line-clamp: 2;}
.clamp3 { -webkit-line-clamp: 3;}
.flex{
	display: flex;
}
.layui-nav *{
	font-size: 1rem !important;
}
.top-nav{
	height: 30px;
	border-bottom: 1px solid #e6e6e6;
	background: #f6f6f6;
	line-height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
}
.top-nav>div:last-child{
	text-align: right;
}
header.layui-main{
	padding-top: 2rem;
}
header.layui-main img{
	display: block;
	padding-bottom: 2rem;
}
header.layui-main .layui-col-md3{
	padding-top: 1rem;
	text-align: right;
}
menu{
	padding: 0;
	margin: 0;
}
menu{
	width: 100%;
    height: 46px;
    background: #393d49;
    clear: both;
    border-bottom: 1px solid #181c27;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
menu .layui-nav{
	padding: 0;
}
menu .layui-nav .layui-nav-item{
	line-height: 47px;
	width: 15%;
	text-align: center;
}
menu .layui-nav .layui-nav-item a{
	color: #fff;
}
menu .layui-nav .layui-nav-item a:hover{
	background: #ff5370;
}
.exr-search-input {
    margin: 0 auto;
}
.exr-search-input form{
	padding-right: 10px;
	box-sizing: border-box;
	position:relative;
	display: block;
	padding-top: 10px;
}
.exr-search-input input,button {
    border: none;
    outline: none;
}
.exr-search-input input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    background: #efefef;
    color: #9E9C9C;
    font-size: 10px;
}

.exr-search-input button {
    height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 10px;
    cursor: pointer;
}
.InputIcon-search{
    color: #757575;
    font-size: 20px !important;
}

.gray3, .c9 {
    color: #999;
}
.bj_mt10{
	margin-top: 10px !important;
}
.bj_mt20 {
    margin-top: 20px !important;
}
.bj_mb20 {
    margin-bottom: 20px !important;
}

.footer{
	background: #000;
	padding: 15px 0;
	text-align: center;
	line-height: 25px;
}
.footer,.footer a{
	color: #a9a6a6;
}
.bottom_a{
    border-bottom: 1px solid #333;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
.bottom_a a {
    padding-right: 10px;
    padding-left: 10px;
    color: #b7b5b5;
}
@media(max-width:991px) {
	.layui-col-md9{
		width: 75%;
	}
	.layui-col-md8 {
		width: 66.66666667%;
	}
	.layui-col-md3 {
		width: 25%;
	}
	.layui-col-md4 {
		width: 33.33333333%;
	}
	.layui-col-md1, .layui-col-md10, .layui-col-md11, .layui-col-md12, .layui-col-md2, .layui-col-md3, .layui-col-md4, .layui-col-md5, .layui-col-md6, .layui-col-md7, .layui-col-md8, .layui-col-md9 {
	    float: left;
	}
}
.editor{color: #C0C4CC;padding: .5rem 0 1.5rem 0;font-size: .9rem;border-bottom: 1px solid #f0f0f0;margin: .7rem 0 1rem 0;display: flex;justify-content: space-between;flex-wrap: wrap;}
.editor .user-name{text-align: left;}
.editor .user-other span{ padding-right: .5rem;}
.editor p a{color: #555ba6;}
.shenming{border: 1px solid #eee;padding: 10px;box-sizing: border-box;color: #7d7d7d;}
.shenming div{text-align: center !important;margin-bottom:.3rem;line-height: 1.5rem;font-size: 1rem;}
.shenming span{ font-size:.9rem}
@media(max-width: 480px) {
	.editor p{ width:100%;}
	.editor .user-name{ margin-bottom:.5rem;}
}