*:focus { outline: none; }
/**页面载入提醒***/
.loading_mask{
	position:absolute;
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; 
	z-index:20000
}

.login_mask{
	position:absolute;
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	display:none;
	background:none repeat scroll 0 0 rgba(0, 0, 0, 0.8) !important; 
	z-index:20000
}

.pageloading{
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-120px 0px 0px -120px; 
	text-align:center; 
	border:1px solid #606163; 
	width:200px; 
	height:31px;  
	font-size:14px;
	padding:10px; 
	font-weight:bold; 
	background:#fff; 
	color:#000000;
	line-height:31px;
}

.pagelogin{
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-160px 0px 0px -240px; 
	text-align:center; 
	border:1px solid #606163; 
	width:480px; 
	font-size:14px;
	padding:10px; 
	font-weight:bold; 
	background:#fff; 
	color:#000000;
	line-height:31px;
}

.error_tip{
	line-height: 35px;
	font-size: 13px;
	color: red;
	text-align: center;
	width: 347px;
	padding:0px 66px;
	display: none;	
}

.login_title{
	height:35px;
	line-height:35px;
	padding: 0px 0px 0px 50px;
	text-align:left;
	font-size: 16px;
	color: #000000;
}
.login_username{
	height: 52px;
	width: 347px;
	margin:0px 66px;
	background: url("../images/ic_username_normal.png") left top no-repeat;
}
.login_username_selected{
	height: 52px;
	width: 347px;
	margin:0px 66px;
	background: url("../images/ic_username_selected.png") left top no-repeat;
}

.login_username_selected input,.login_password_selected input{
	margin-left: 55px;
	margin-top:10px;
	height: 28px;
	width: 276px;
	border: #FFFFFF;
	font-size: 20px;
	font-weight:bold;
	letter-spacing:1px;
	color: #98DAE9;
	background-color:#FFFFFF;
	border: 0 none;
	text-decoration:none;
	padding: 2px;
	border: 0px;
}	

.login_username input,.login_password input{
	margin-left: 55px;
	margin-top:10px;
	height: 28px;
	background-color:#FFFFFF;
	width: 276px;
	border: #FFFFFF;
	font-size: 20px;
	font-weight:bold;
	letter-spacing:1px;
	color: #D4D5D5;
	border: 0 none;
	text-decoration:none;
	padding: 2px;
	border: 0px;
}	

.login_password{
	height: 52px;
	width: 347px;
	margin:0px 66px;
	background: url("../images/ic_password_normal.png") left top no-repeat;
}

.login_password_selected{
	height: 52px;
	width: 347px;
	margin:0px 66px;
	background: url("../images/ic_password_selected.png") left top no-repeat;
}

.login_remember{
	width: 347px;
	padding:0px 66px;
	height: 45px;
}

.login_remember_left{
	float: left;
	height: 45px;
	line-height: 45px;
}

.login_remember_right{
	float: right;
	height: 45px;
	line-height: 45px;
}


.login_btn{
	width: 347px;
	margin:0px 66px;
	height: 55px;
	line-height:55px;
	text-align:center;
	background-color: #02A8CC;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}

.login_create{
	width: 347px;
	text-align:left;
	height:50px;
	line-height:50px;
	font-size:15px;
	padding:0px 66px;
	color: #B455BA;
}

.login_placeholder{
	height: 30px;
}

.login_closed{
	background: url("../images/ic_close.png")  -10px -10px no-repeat;
	width: 28px;
	float:right;
	height: 23px;
	cursor: pointer;
}


.loading_icon{
	height:31px;
	width:31px;
	float:left;
}
.loding_info{
	padding-left:10px;
	height:31px;
	line-height:31px;
	float:left;
}

.top_wrapper{
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 91px;
    border-bottom: 1px solid #eee;
    background-color: #9A01CB;
}





/**页面头部导航**/

.header_fixed {
	height:90px;
	background-color:#9A01CB;
}
.header_wrap {
	width:100%;
	min-width:1190px;
	overflow:hidden;
	background-color:#9A01CB;
	z-index:12;
	position:fixed;
}

.header {
	width:1190px;
	height:90px;
	padding:0px 10px;	
	margin:0px auto;
}

.content{
	width:1190px;
	padding:0px 10px;	
	margin:0px auto;
}

.fixed .header_wrap {
    position: fixed;
}
.fixed .header {
    height: 50px;
}

.logo {
    float: left;
    height: 50px;
    margin: -27px 0 0;
    position: relative;
    text-indent: -999em;
    top: 50%;
    width: 272px;
}
.fixed .logo {
    height: 35px;
    margin-top: -20px;
    width: 190px;
}

.logo a {
    background: url("../images/logo.png") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 100%;
}


.menus {
    float: right;
    font-size: 14px;
    height: 100%;
    position: relative;
}


.menus .menus_item {
    color: rgba(255, 255, 255, 0.6);
    float: left;
    font-weight: bold;
    height: 100%;
    letter-spacing: 1px;
    padding: 0 26px;
    position: relative;
}

.menus .menus_login{
	padding: 0px 5px 0px 26px;
}

#menus a span {
    cursor: pointer;
    float: left;
    height: 35px;
    letter-spacing: 2px;
    line-height: 35px;
    margin-top: -17px;
    overflow: hidden;
    position: relative;
    top: 50%;
    font-size:16px;
    white-space: nowrap;
    font-weight: normal;
}



.header_box {
	width:100%;
	min-width:1190px;
	overflow:hidden;
	z-index:12;
	position:absolute;
	top: 90px;
}
.fixed .header_box {
    top: 51px;
    position: fixed;
}
.box {
	width:1190px;
	padding:0 0 0px;	
	margin:0px auto;
}
.header_box .member_center{
    float: right;
    font-size: 14px;
    position: relative;
    width: 180px;
    display: none;
}
.header_box .member_center_list{
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
}
.header_box .member_center_item{
	height: 40px;
	line-height: 40px;
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}
.header_box .member_center_item:hover{
	background-color: #ECECEC;
}

.header_box .quit{
	color:#FF946A;
	border-top: 1px solid #FF946A;
}
.menus .user_info{
	padding: 0px 5px 0px 26px;
}

.menus .user_info .ic_goldmember{
	height:35px;
	width: 35px;
	background:url("../images/ic_goldmember.png") center center;	
	float: left;
}

.menus .user_info .ic_silvermember{
	height:35px;
	width: 35px;
	background:url("../images/ic_silvermember.png") center center;	
	float: left;
}

.menus .user_info .ic_member{
	height:35px;
	width: 35px;
	background:url("../images/ic_member.png") center center;	
	float: left;
}


.menus .user_info .username{
	margin-left: 5px;
	width: 100px;
	text-overflow:ellipsis;
	white-space:nowrap;
	text-align: center;
	overflow:hidden;
}

.menus .user_info .unfold{
	background:url("../images/ic_unfold_sel.png") center center;
	height:35px;
	width:35px;
	float: right;
}

.menus .info:hover{
	color: #FFFFFF;
}
.menus .login{
	border:1px solid #FFFFFF; 
	width: 80px;
	text-align: center;
}

/* footer */
#footer {
	text-align:center;
	padding:10px 0 5px;
	word-spacing:5px;
	font-size:13px;
	line-height:20px;
	height:40px;
}
#footer a:hover {
	text-decoration:underline;
}


/***********************************************
1000-1200
***********************************************/
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
		
	.header_wrap,.header_box {
		min-width:990px;
	}
	
	.header,.box{
		width:990px;
	}	
	
}	


/***********************************************
800-1000
***********************************************/
@media only screen and (min-width: 800px) and (max-width: 999px) {

	.header_wrap,.header_box {
		min-width:790px;
	}
	
	.header,.box{
		width:790px;
	}	
	.menus .menus_item {
		padding: 0 15px;
	}			

	.logo{
		height: 35px;
		margin-top: -20px;
		width: 190px;
	}
	
	.fixed .logo {
	    height: 30px;
	    margin-top: -15px;
	    width: 162px;
	}	
	
	.header_fixed,.header{
		height: 70px;
	}
	.header_box{
		top: 70px;
	}	
}	
	
/***********************************************
600-800
***********************************************/
@media only screen and (min-width: 600px) and (max-width: 799px) {
	
	.header_wrap,.header_box {
		min-width:590px;
	}
	
	.header,.box{
		width:590px;
	}	
	.menus .menus_item {
		padding: 0 10px;
	}			
	.logo{
		height: 25px;
		margin-top: -15px;
		width: 135px;
	}
	.fixed .logo {
		height: 25px;
		margin-top: -15px;
		width: 135px;
	}	
	
	.header_fixed,.header{
		height: 50px;
	}
	.header_box{
		top: 50px;
	}
	
}

/***********************************************
Mobile
***********************************************/
@media only screen and (max-width: 599px) {

	.header_wrap,.header_box {
		min-width:520px;
	}
	
	.header,.box{
		width:520px;
	}	
	.menus .menus_item {
		padding: 0 5px;
	}			
	.logo{
		height: 20px;
		margin-top: -12px;
		width: 108px;
	}

	.fixed .logo {
		height: 20px;
		margin-top: -12px;
		width: 108px;
	}	
	
	.header_fixed,.header{
		height: 50px;
	}
	.header_box{
		top: 50px;
	}
		
}	
