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 center;*/
	/*background-size: 100%;*/
	background-color: #fff;
}

.navContent{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 80px;
	background-color: #32323E;
}
.logo{
	width: 100%;
	max-width: 1280px;
	position: relative;
	margin: 0 auto;
	height: 80px;
	/*height: auto;*/
	/*margin: 40px auto 10px auto;*/
	/*background: url(../img/logowz.png) no-repeat center;*/

}

.logoImg{
	display: block;
	position: absolute;
	left: 20px;
	top: 0;
	width: 80px;
	height: 80px;
	/*padding: 10px;*/
	background-color: #af0001;
}

.logoImg img{
	position: static!important;
	display: block;
	width: 100%;
	height: 100%;
}

.navigation{
	width: 100%;
	margin-left: 40px;
	height: 24px;
	padding: 28px 0 0 88px;
}

.navigation p{
	color: #a3a3a3;
}

.navigation p:hover{
	color: ;
}

.navigation img{
	display: block;
	float: left;
}

.navigation div{
	float: left;
	margin-right: 20px;
	width: 120px;
	height: 24px;
	line-height: 24px;
	color: #a3a3a3;
	font-size: 16px;
}

.navigation .active p{
	color: #fff;
}

.navigation .right{
	position: absolute;
	right: 20px;
	top: 28px;
	width: 250px;
	height: 24px;
	line-height: 24px;
	color: #a3a3a3;
	font-size: 16px;
	text-align: right;
}

.navigation a{
	user-select: none;
	text-decoration: none;
}


.sign-content{
	width: 100%;
	height: 100%;
}

.sign-bg{
	float: left;
	width: 50%;
	height: 100%;
	background-image: url("../images/loginBg.jpg");
	background-size: auto 100%;
}

.login_box{
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	width: 40%;
	height: 100%;
	background: #fff;
}

.login_form{
	padding: 150px 20px 20px 20px;
}

.login_title{
	font-size: 30px;
	text-align: left;
	color: #000;
	font-weight: bold;
	padding: 15px 0;
	width: 100%;
	margin: 0 auto;
	border-bottom: solid 1px #CCCCCC;
}
.form_text_ipt{
	width: 100%;
	height: 40px;
	border: solid 1px #CCCCCC;
	margin: 20px auto 0 auto;
	background: #FFFFFF;
}
.form_check_ipt{
	width: 100%;
	margin:  10px auto;
	overflow: hidden;
}
.form_text_ipt input{
	width: 290px;
	height: 30px;
	margin: 5px;
	border: none;
	font-size: 15px;
	color: #666;
}
.check_left label{
	cursor: pointer;
}
.check_left label input{
	position: relative;
	top: 2px;
}
.form_btn{
	width: 100%;
	height: 40px;
	margin:  10px auto;
}
.form_btn button{
	float: left;
	width: 100px;
	height: 100%;
	border: none;
	color: #FFFFFF;
	font-size: 14px;
	background: #098250;
	cursor: pointer;
}
.form_reg_btn{
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	color: #666;
}
.other_login{
	overflow: hidden;
	width: 100%;
	height: 80px;
	line-height: 80px;
	margin: 0 auto;
}
.other_left{
	font-size: 14px;
	color: #666;
}

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

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

.yanZM{
	float: right;
	width: 120px;
	background-color: #272526;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
}
.pupo-start:before{
	color: #098250!important;
}

@media screen and (max-width: 1280px) {
    .sign-bg{
        display:none;
    }
    
    .login_box{
        margin-left: 5%;
        margin-right: 5%;
        width: 80%;
    }
}

