/*img{filter: blur(7px);-webkit-filter: blur(7px);}*/
header.layui-main img,.banner img{filter: none;-webkit-filter: none;}
body{
	background: #f5f5f5;
	width: 100%;
}
html,body{
	max-width: 100%;
	min-width: 1024px;
	padding: 0;
	margin: 0;
}
input:-moz-placeholder,   
textarea:-moz-placeholder {   
    color: #999999;   
}   
input:-ms-input-placeholder,   
textarea:-ms-input-placeholder {   
    color: #999999;   
}   
input::-webkit-input-placeholder,   
textarea::-webkit-input-placeholder {   
    color: #999999;   
}
a:hover{
	color: #21bb9b !important;
}
.layui-main{
	max-width:1160px;
	min-width:1024px;
}
.flex{
	display: flex;
}
#DIALOG_CENTER{ display:none !important;}
.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;}
.layui-nav *{font-size: 1rem !important;}

.top{
	position: fixed;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: #fff;
}
header.layui-main{
	padding: .5rem 0;
	display: flex;
	align-items: center;
}
header.layui-main img{
	display: block;
	width: 80%;
}
header.layui-main .layui-col-md3{
	padding-top: 1rem;
	text-align: right;
}

menu{
	padding: 0;
	margin: 0;
}
menu{
	width: 100%;
	height: 46px;
	background: #ffffff;
	clear: both;
}
menu .layui-nav{
	padding: 0;
	background-color: #fff;
}
menu .layui-nav .layui-nav-item{
	line-height: 47px;
	font-weight: bold;
}
menu .layui-nav .layui-nav-item a{
	color: #333;
}
menu .layui-nav .layui-nav-item a:hover{
	background: #21bb9b;
	color:#fff !important;
}

.gray3, .c9 {
    color: #999;
}
.bj_mt20 {
    margin-top: 2rem;
}
.bj_mt10 {
    margin-top: .95rem !important;
}
.bj_mt5{
	margin-top: .5rem;
} 
.bj_mb10{
	margin-bottom: 1rem !important;
}
.exr-search-input{
	margin-top: .2rem;
}
.exr-search-input form{
    position: relative;
}

.exr-search-input input,button {
    border: none;
    outline: none;
}

.exr-search-input input {
    width: 90%;
    height: 40px;
    box-shadow: 2px 5px 20px 0px rgb(10 10 10 / 20%);
    border-radius: 5px;
    padding-left: 15px;
    background: #FFFFFF;
    color: #9E9C9C;
    font-size: 14px;
}

.exr-search-input button {
    width: 60px;
    height: 40px;
    background: #2ebfa1;
    border-radius: 0 5px 5px 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.InputIcon-search{
    width:21px;
    z-index: 999;
    position: absolute;
    top: 19px;
    left: 17px;
    cursor: pointer;
}
.banner-update{
	overflow: hidden;
	box-sizing: border-box;
	/* margin-bottom: 1rem; */
}
.banner-update>div{
	margin-bottom:10px;
}
.update-list .layui-row{
    border-bottom: 1px solid #ececec;
    padding-bottom: .8rem;
}
.update-list{
	background-color: #fff;
	padding: .01rem 1rem 0;
	border-radius: 2px;
}
.item-img .item-img-inner{
	height: 58px;
}
.item-img .item-img-inner img{
	width: 100%;
	height: 58px;
	border-radius: 2px;
	overflow: hidden;
	object-fit: cover;
	display: block;
	z-index:-1;
}
.item-content{padding-left: .5rem;}
.item-content .item-date {
    margin-top: .5rem;
    font-size: 12px;
    color: #999;
    line-height: 14px;
}
.footer{
	background: #333;
	padding: 15px 0;
	color: #8a8a8a;
	text-align: center;
	line-height: 25px;
}
.footer,.footer a{
	color: #8a8a8a;
}
.bottom_a a {
    padding-right: 10px;
    padding-left: 10px;
    color: #8a8a8a
}
.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;}
}
