*{
	padding: 0;
	margin: 0;
	list-style: none;
}
[v-cloak]{
	display: none !important;
}
/*
body,html{
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}*/
iframe{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	border: none;
}
button,select,input,textarea,div{
	outline: none;
}

::-webkit-scrollbar  
{  
    width: 8px;    
    background-color: rgba(0,0,0,0);  
}
::-webkit-scrollbar-track  
{  
    border-radius: 0.2vw;
    background-color: rgba(0,0,0,0); 
}
::-webkit-scrollbar-thumb  
{  
    border-radius: 0.2vw;  
    background-color:none;
	background: #ccc;
}
a{
	color: #999999;
	text-decoration: none;
}

/* 手机 */
.login_phones{
 position: absolute;
 height: 30px !important;
 line-height: 30px !important;
 top:-30px;
 right: 100px;
}
.login_phones:hover .login_pimg{
	display: flex!important;
}
.login_phones span{
 color: #fff;
 font-size: 14px;
}
.login_pimg{
 display: none!important;
 position: absolute;
 display: flex;
 justify-content: center;
 align-items: center;
 top:20px;
 width:150px;
 height:150Px;
 z-index: 999999;
 background: url(../nmhome/nm_ewm.png) no-repeat!important;
 background-size: 100% 100%!important;
}
.login_pimg img{
 width: 80px;
 height: 80px;
}

.clear {
    clear: both;
}
.wrapper{
	margin: auto;
	width: 1200px;
	padding: 36px 0 55px 0;
	background: #fff;
}
.header{
	height: 151px;
	min-width: 1200px;
	width: 100%;
	background: #fff;
}
.box_left{
	width: 1200px;
	margin: auto;
}
.logowrap{
	height: 85px;
	width: 100%;
	margin: auto;
	padding: 2px 0;
	box-sizing: border-box;
	/*background: url(../images/head_bg.png) no-repeat!important;*/
    background-size: 100% 100%!important;
	
}
.logowrap>div{
	height: 47px;
	margin-top: 0.5%;
}
.logowrap .nav_left{
	float: left;
}
.logowrap .nav_right{
	position: relative;
	float: right;
}
.nav_left>div{
	/*height: 100%;*/
	display: inline-block;
	vertical-align: middle;
}
.nav_right>div{
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.nav_right .search{
	border-radius: 20px;
	width: 240px;
	border: 1px solid #E00B0B;
	height: 40px;
	padding-left: 18px;
	box-sizing: border-box;
	background-color: #fff;
}
.nav_right .search input{
	color: #6C6C6C;
	font-size: 14px;
	border: none;
	width:155px;
	height: 80%;
	margin-top: 0.8%;
	display: inline-block;
	vertical-align: top;
}
.nav_right .search span{
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 58px;
	margin-top:2px;
	color: #fff;
	height: 34px;
	line-height: 34px;
	background: #E00B0B;
	border-radius: 17px;
}
.nav_right .search span:hover{
	opacity: 0.8;
}
.navBar{
	position: relative;
	height: 44px;
	/*background-color: #a20015;*/
	background: linear-gradient(to bottom, #aa0017, #d13944);
	/*background-image: linear-gradient(0deg, #d91919, transparent);*/
	z-index: 999;
}
.navBar .nav{
	position: relative;
	width: 1200px;
	margin: auto;
	color: #fff;
	font-size: 16px;
	height: inherit;
}
.top_item{
	cursor: pointer;
	width: 10.6%;
	line-height: 44px;
	text-align: center;
	display: inline-block;
}
.select_nav{
	background-color: #E05157 !important;
}
.top_item>a{
	width: 100%;
	height: 100%;
	display: inline-block;
	color: #fff !important;
}
.top_item:hover{
	background-color: #E05157;
}
.logo{
	/* width: 250px; */
}
.logo>p:nth-child(1){
	/*color: rgb(203,39,43);*/
	color: #dc0012;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0;
	letter-spacing: 15px;
}
.logo>p:nth-child(2){
	/*color: rgb(148,148,148);*/
	color: #dc0012;
	font-size: 18px;
	margin-top: 10px;
	font-weight:bold;
	/*text-indent: 12px;*/
	letter-spacing: 2px;
}
.word{
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #EEEEEE;
}
.word p:nth-child(1){
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
	font-size:16px;
}
.word p:nth-child(2){
	color: #666;
	margin-top: 3px;
	font-size:14px;
}
.login_box{
	margin-left: 24px;
	margin-right: 44px;
	line-height: 40px;
}
.login_box>span{
	color: #dc0013;
	font-size: 14px;
}
.login_box>span:nth-child(1){
	cursor: pointer;
}
.login_box>span:nth-child(3){
	cursor: pointer;
}
.pagebox{
	width: 100%;
	margin-top: 80px;
	height: 50px;
	text-align: center;
	font-size: 16px;
}
.pagebox .current{
	display: inline-block;
	text-align: center;
	margin: 0 10px;
}
.pagebox .zxfPagenum{
	display: inline-block;
}
.more_wrap{
	width: 1200px;
	margin: auto;
}
.more_wrap .title{
	color: #666666;
	line-height: 60px;
	font-size: 16px;
}
.more_list{
	border-top: 1px solid rgba(0,0,0,.1);
	margin-bottom: 40px;
}
.list_item{
	position: relative;
	cursor: pointer;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
	height: 60px;
	line-height: 60px;
	color:#666;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.list_item:hover{
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
	color:#d30306 ;
}
.more_list li:before{
	position: absolute;
	left: 10px;
	margin-top: 25.50px;
    content: "";
	margin-right: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #d30306;
}
.more_time{
	position: absolute;
	right: 10px;
}
.list_item span:nth-child(1){
	display: inline-block;
	width: 1000px;
	overflow: hidden;
}
.nodata{
	text-align: center;
	padding: 20px  0;
	color: #333333;
	font-size: 16px;
}
.nodataimg{
	width: 200px;
	height: 200px !important;
	margin: 40px auto;
	background: url(../images/nodata.png) no-repeat;
	background-size: 100% 100%;
}
.loading{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading>img{
	height: 20vh;
	width: 20vh;
}
.resourceChange {
    display: none;
    z-index: 10000;
    left: 49.5%;
    width: 12%;
    text-align: center;
    position: absolute;
}
.resourceChange>div{
	cursor: pointer;
	line-height: 44px;
	background: rgb(217,25,25);
}
.resourceChange>div:hover{
	background: rgb(224,81,87);
}
.resourceChange>div>a{
	color: #fff !important;
}
.nav_right .has_user{
	display: none;
}

/*访问量*/
.box_fwl{
	width: 1200px;
    margin: 0 auto;
}

.box_fwl p{
	text-align: right;
    padding-top: 15px;
	font-size: 12px;
	color: #a79e9e;
	padding-right: 60px;
}