﻿*{
	font-family:"Helvetica","Tahoma","Arial","PingFang SC","Microsoft JhengHei","SimSun","sans-serif";
	*font-family:Helvetica,Tahoma,Arial;
}
*html{
    background-image:url(about:blank);
    background-attachment:fixed;
}
body{ 
	behavior:url("css/csshover.htc"); 
}
body{
	margin: 0px;
	padding: 0px;
	padding-top:50px;
} 
table{
	border:thin #CBCBCB solid;
	cellspacing:0;
	border-collapse: collapse;
}
table td{
	padding: 5px;
}
table thead td{
	font-weight: bold;
}
img{
	border:0px;
}
/* 滚动条颜色 */  
scrollbar {   
	-moz-appearance: none !important;   
	background: #666666 !important;   
}   
/* 隐藏上下箭头 */  
scrollbarbutton {   
	display: none !important;   
}   
/* 纵向滚动条宽度 */  
scrollbar[orient="vertical"] {   
	min-width: 6px !important;   
}  
::-webkit-scrollbar{
	width:6px;
	height:6px;
	background-color:#9A9A9A;
	}
::-webkit-scrollbar-thumb{
	background-color:#666666;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px
}
ul{
	list-style-type: none;
}
input,textarea{
	outline: none;
}
input:focus,textarea:focus{
	border: #10AE58 1px solid;
}
a{
	text-decoration: none;
}
.btn{
	border:0px;
	padding: 8px;
	margin:1px;
	color:#FFFFFF;
    background-color: #B5B5B5;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	position:relative;
	display:inline;
}
.green-button,.red-button{
	border:0px;
	height:30px;
	color:#FFFFFF;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
}
.green-button{
	background-color: #337AB7;
}
.red-button{
	background-color: #F35656;
}
.green-button:hover{
	background-color: #125B9B; 
}
.red-button:hover{
	background-color: #9D2626;
}
.black-red-table{
	color: #FFFFFF;
}
/*return top*/
#return-top{
	position: fixed;
	right: 40px;
	bottom: 40px;
	cursor: pointer;
}
/*登录注册*/
.cover-paper{
	display: none;
  	position: absolute; 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
 	height: 100000px; 
  	background-color: black; 
  	z-index:1005; 
  	filter: alpha(opacity=80); 
	opacity: 0.8; 
}
#login-register{
	display: none;
	margin:0 auto; 
  	text-align: center;
  	padding-top: 20px;
  	padding-bottom: 20px;
  	width:30%;
  	position: fixed;
  	*position: absolute; 
  	font-size:14px;
  	top: 6%;
  	left: 35%;
  	right: 35%;
  	background-color: white; 
  	z-index:1006;
}
#login-register input{
	outline: none;
	border:1px solid #A7A7A7;
}
#login-register input:focus{
	border:1px solid #10AE58;
}
.choose-btn span,.title-color{
	padding:10px;
	float: left;
	margin-left: 10%;
	font-size: 16px;
    font-weight:bold;
	cursor:pointer;
}
.choose-btn span:hover{
	color: #10AE58;
}
.title-color{
	color: #10AE58;
}
.close-login img{
	padding-right:10px;
	float:right;
	cursor:pointer;
}
.close-login:hover{
	color:#10AE58;
}
.login-un,.login-pw,.login-submit,.register-email,.register-password,.register-confirm_password,.register-username,.register-security,.register-submit{
	width: 80%;
	padding: 8px 12px;
}
.register-form{
	display: none;
}
.login-submit,.register-submit{
	width: 86%;
	border: 1px solid #3EC47B;
	background-color: #3EC47B;
	color: white;
	cursor: pointer;
	border:none;
	font-size: 16px;
}
.login-submit:hover,.register-submit:hover{
	border: 1px solid #10AE58;
	background-color: #10AE58;
}
.remember{
	float:left;
	margin-left:10%; 
}
.forget{
	float:right;
	margin-right: 10%;
	text-decoration: none;
	color:#A7A7A7;
}
.forget:hover{
	text-decoration: none;
	color:#10AE58;
}
.other-login{
	margin-top:20px;
	color:#A7A7A7;
}
.other-login img{
	position:relative;
	top:10px;
	margin-left:10px;
	width:30px;
	color: #9A9A9A;
}
label.error{
	font-size: 12px;
	color:red;
}
/*header*/
#header{
	position: fixed;
	*position:absolute;
	top: 0px;
	*top:expression(eval(document.documentElement.scrollTop));
	left: 0px;
	width: 100%;
	height: 50px;
	*height: 34px;
	background-color: #222222;
	color: #9D9D9D;
	font-size: 16px;
	font-weight: 500;
	z-index: 1001;
}
/*navigation*/
.web-title{
	float: left;
	line-height: 50px;
	color: #10AE58;
	font-size: 18px;
	font-weight: bold;
	padding-left: 40px;
}
.web-title a{
	color: #10AE58;
}
.nav-list{
	display: inline;
}
.nav-list li{
	display: inline;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 50px;
}
.nav-list li:hover{
	background-color: #10AE58;
	color: #FFFFFF;
}
.nav-list a{
	text-decoration: none;
	color: #9D9D9D;
}
.phone-nav-list{
	display: none;
}
.user-msg{
	position: absolute;
	right: 80px;
	line-height: 50px;
	cursor:pointer;
}
.quit {
    color:#F35656;
    font-weight:800;
}
.user-name {
    text-decoration: none;
    color:#FFFFFF;
    font-weight: bold;
}
.login-register{
	position: absolute;
	right: 80px;
	line-height: 50px;
	cursor:pointer;
}
.login-register:hover{
	color: #10AE58;
}
.phone-menu {
	width:100%;
	padding:10px;
    display:none;
    position: fixed;
    top: 50px;
    z-index: 1000;
}
/*content*/
#content{
	width:100%;
	height:auto;
}
/*footer*/
#footer{
	display: block;
	margin: 0px;
	padding:10px;
	background-color: #222222;
	padding-left: 20px;
	padding-right: 20px;
	color: #9A9A9A;
	font-size: 14px;
	clear:both;
}
#footer a{
	text-decoration: none;
	color: #9A9A9A;
	padding-right: 10px;
}
#footer a:hover{
	text-decoration: none;
	color:#FFFFFF;
}
#footer h{
	font-size: 16px;
	font-weight: bold;
}
.social img{
	width:30px;
	color: #9A9A9A;
}
/*=============================================small=============================================*/
@media screen and (max-width:768px){
	.phone-menu{
		margin:0px;
		padding:0px;
	}
    
    .web-title{
        padding-left:10px;
	    padding-right: 10px;
    }
	.main-nav{
		display: none;
	}
	.nav-menu{
		float: right;
		margin-right: 20px;
		display: block;
		line-height: 50px;
	}
	.nav-menu span{
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		cursor: pointer;
	}
	.menu-btn,.menu-close-btn{
		padding: 6px;
		background-color: #10AE58;
	}
	.menu-close-btn{
		display: none;
	}
	.phone-nav-list{
		background-color: #222222;
		margin:0 auto;
		display: block;
		padding:5px;
		text-align: center;
	}
	.phone-nav-list li{
		display: inline;
		padding: 10px;
		margin-right: 5px;
		line-height: 50px;
		color: #FFFFFF;
		background-color: #10AE58;
	}
	.user-msg{
		padding: 10px;
		position: static;
		line-height: 50px;
		cursor:pointer;
		color: #FFFFFF;
		background-color: #10AE58;
	}
	.login-register:hover{
		color: #FFFFFF;
	}
	.web-title{
		padding-right: 60px;
	}
	#login-register{
		width:90%;
  		position: absolute;
  		top:15%;
  		left: 2%;
  		right: 2%;
	}

}
/*=============================================middle=============================================*/
@media screen and (min-width:768px) and (max-width:992px){
	.nav-menu{
		display:none;
	}
	
	.main-nav{
		display: block; 
	}
    .web-title{
	    padding-right: 80px;
    }
	#login-register{
		width:55%;
  		position: absolute;
  		top:15%;
  		left: 2%;
  		right: 2%;
	}
}
/*=============================================big=============================================*/
@media screen and (min-width:992px){
	.nav-menu{
		display:none;
	}
    .web-title{
	    padding-right: 120px;
    }
	.nav-content-left li:hover{
		background-color: #10AE58;
		color:#10AE58;
	}
	.user-img>a>img{
		margin-top: -10px;
		margin-bottom: -10px;
	}
}