.waik{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}





/*头部位置*/
.nav {
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
	background: #fff;
}
.nav-box{
	width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 80px;
}
.logo{
	float: left;
}
.nav-mid{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nav-mid li{
	float: left;
	margin: 0 20px;
	font-size: 18px;
}
.clear{
	clear: both;
}
.nav a{
	color: #333;
}
.nav a:hover{
	color: deepskyblue;
}
.login{
	float: right;
	margin-top: 25px;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 0 10px;
	display: none;
}
.login a{
	line-height: 30px;
}
.login1{
	border-right: 1px solid #aaa;
	padding-right: 6px;
}
.login2{
	padding-left: 5px;
}
.clear{
	clear: both;
}




/*登录界面*/
.log-update{

	margin-left: auto;
	margin-right: auto;
	width: 450px;height: 500px;background: white;
	box-shadow: 0 0 8px rgba(0,0,0,.5);
}
.log-update .tab { height: 80px; line-height: 80px;color: #808080; background-color: #f5f5f5;}
.tab-in{float: left;width: 50%; text-align: center;font-size: 18px;}
.tab-in-2{float: left;width: 50%; text-align: center;font-size: 18px;}
.yiru a{
	display: block;color: #333;
}
.tab-in-2{
	background: #fff;
}
.yiru a:hover{color: #333;}
.log-main{
	margin-left: 35px;
	margin-right: 35px;
}
.item{position: relative;margin-top: 30px;border-bottom: 1px solid #dbdbdb;}
.item-icon{background-image:url(../images/login1.png);display: inline-block;width: 16px;height: 16px;background-position: 0 0;
background-repeat: no-repeat;vertical-align: sub;}
.item-text{width: 240px;padding: 8px 10px 8px 6px;font-size: 14px;line-height: 20px; border: none;}
.pass{background-image:url(../images/login2.png);}
.yzm{background-image:url(../images/login3.png)}
.mobile-yzm{position: absolute;right: 0;top: -11px;}
.item-btn{margin-top: 60px;margin-bottom: 10px;font-size: 16px;}
.item-btn a{display:block; text-align: center;width: 380px;height: 46px;background:#08b9ff;
line-height: 46px;border-radius: 4px;cursor: pointer;color: white;}
.item-bot{
	width: 280px;margin: 0 auto;
	padding-top: 30px;
}
.zhuce{display:block; float: left;font-size: 14px;line-height: 14px;cursor: pointer;color: #08b9ff;}
.wangji{display: block; float: right;font-size: 14px;line-height: 14px;cursor: pointer;}



/*版权位置*/
.banq{
	width: 600px;
	text-align: center;
	line-height: 40px;
	color: #666;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.item-btn button{
    display: block;
    text-align: center;
    width: 380px;
    height: 46px;
    background: #08b9ff;
    line-height: 38px;
    border-radius: 4px;
    cursor: pointer;
    color: white;
    border-color: transparent;
}
.btn-warning:hover {
    background-color: #08b9ff;
    border-color: #08b9ff;
}