*{
	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;
}
.clear {
    clear: both;
}
.wrapper{
	margin: auto;
	width: 1200px;
	padding: 0 0 55px 0;
	background: #fff;
}
.header{
	height: 124px;
	width: 100%;
	background: #fff;
}
.logowrap{
	height: 80px;
	width: 1200px;
	margin: auto;
	padding: 20px 0;
	box-sizing: border-box;
	background: url(../images/head_bg.png) no-repeat!important;
  background-size: 100% 100%!important;
}
.logowrap>div{
	height: 47px;
}
.logowrap .nav_left{
	float: left;
}
.logowrap .nav_right{
	float: right;
}
.nav_left>div{
	height: 100%;
	display: inline-block;
	/*vertical-align: top;*/
}
.nav_right>div{
	height: 100%;
	display: inline-block;
	vertical-align: top;
}
.nav_right .search{
	border-radius: 20px;
	width: 240px;
	border: 1px solid #979797;
	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: #D91919;
}
.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);
	font-size: 22px;
	font-weight: bold;
	padding-top: 2px;
}
.logo>p:nth-child(2){
	color: rgb(148,148,148);
	font-size: 14px;
	margin-top: 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: 34px;
}
.login_box>span{
	color: #fff;
	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;
}
