header{
	width: 100%;
	height: 50px;
	background: #1e1b29;
	border-bottom: solid 4px red;
}
.member_wrap{
	
}
.header_item{
	overflow: hidden;
}
.user_menu{
	width: 100%;
	height: 170px;
	padding: 20px 0;
	background:url(../img/banner_bg.html) repeat;
}
.header_item{
	
	width: 980px;
	margin: 0 auto;
}
.menu_head{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: solid 3px #fff;
	overflow: hidden;
}
.menu_head img{
	width: 100%;
	height: 100%;
}
.menu_info{
	width:840px;
	margin-left: 20px;	
}
.info_name{
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #fff;
}
.info_name_box{
	margin-top: 10px;
}
.level{
	font-size: 14px;
	color: #f60;
	font-weight: bold;
}
.info_desc{
	margin-top: 10px;
	font-size: 14px;
	color: #FFF;
}
.banner_menu{
	width: 980px;
	height: 50px;
	margin: 20px auto;
	background: #fff;
}


.nav_box{
	margin-top: 50px;
}
.nav_box ul {
	overflow: hidden;
}
.nav_box ul li{
	display: block;
	padding: 0 20px;
}
.nav_box ul li a{
	color: #fff;
	font-size: 16px;
}
.nav_box ul li a:hover{
	color: red;
}





.login_wrap{
	background: url(../img/logo_bg.jpg) no-repeat;
	background-size: 100%;
	/*background-position:0px -350px;*/
	background-color:#0e6d97;
}
.logo{
	margin: 0px auto;
	text-align:center;
}

.login_box{
	width: 500px;
	background: #FFFFFF;
	margin: 0px auto;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
	padding:20px;
}
.login_title{
	font-size: 25px;
	text-align: center;
	color: #595757;
	padding: 15px 0;
	margin: 0 auto;
	font-weight:bold;
}
.down_logo{
	margin: 0px auto;
	text-align:center;
	margin-top:100px;
	margin-bottom:20px;

}
@media (max-width: 1366px){

	.login_wrap{
		/*background-position:0px -100px;*/
	}
	.down_logo{
		margin-top:100px;
		margin-bottom:20px;
	}
}
@media (max-width: 768px){
	.login_box{
		width: 300px;
		background: #FFFFFF;
		margin: 0px auto;
		box-shadow: 0px 0px 12px rgba(0,0,0,0.5);
		padding:20px;
	}
	.login_title{
		font-size: 1em;
		text-align: center;
		color: #595757;
		padding: 15px 0;
		margin: 0 auto;
		font-weight:bold;
	}
	.down_logo{
		
		margin-top:100px;
		margin-bottom:20px;
	
	}
	.login_wrap{
		background-position:0px 0px;
	}
}

.form_text_ipt{
	width: 300px;
	height: 40px;
	border: solid 1px #78a36f;
	margin: 0px auto 0 auto;
	background: #FFFFFF;
}
.form_check_ipt{
	width: 300px;
	margin:  10px auto;
	overflow: hidden;
}
.form_text_ipt input{
	width: 290px;
	height: 40px;
	border: none;
	font-family: "微軟正黑體";
	font-size: 14px;
	color: #000;
	padding-left:10px;
}
.check_left label{
	cursor: pointer;
}
.check_left label input{
	position: relative;
	top: 2px;
}
.form_btn{
	width: 300px;
	height: 40px;
	margin:  10px auto;
}
.form_btn button{
	width: 100%;
	height: 100%;
	border: none;
	color: #FFFFFF;
	font-size: 1.2em;
	background: #78a36f;
	cursor: pointer;
}
.form_btn button:hover{
	width: 100%;
	height: 100%;
	border: none;
	color: #FFFFFF;
	font-size: 1.2em;
	background: #87ba7c;
	cursor: pointer;
}
.form_reg_btn{
	width: 300px;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
}
.other_login{
	overflow: hidden;
	width: 300px;
	height: 80px;
	line-height: 80px;
	margin: 0px auto;
}
.other_left{
	font-size: 14px;
	color: #999;
}

.other_right a{
	margin:5px;
	color:#636363;
}

.other_right a:hover{
	color:#AEEEEE;
}

.copyright{
	background-color:#78a36f;
	text-align:center;
	color:#FFF;
	padding:10px 5px;
	font-size:1em;
	position:fixed;
	bottom:0px;
	width:100%;

}
@media (max-width: 640px) {

	.copyright{
		background-color:#78a36f;
		text-align:center;
		color:#FFF;
		padding:6px 5px;
		font-size:0.7em;
		position:fixed;
		bottom:0px;
		width:100%;
	
	}
}
@media (max-width: 480px) {

	.copyright{
		background-color:#78a36f;
		text-align:center;
		color:#FFF;
		padding:6px 5px;
		font-size:0.7em;
		position:fixed;
		bottom:0px;
		width:100%;
	
	}
}
