﻿#login {
	width: 290px;
	height: auto;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	border-radius: 5px;
	position: fixed;
	left: 40%;
	top: 120px;
	display: none;
	z-index: 1002;
	box-shadow: 2px 2px 36px #E7E7E7;
}

.close{
	cursor: pointer;
	position: absolute;
	right: 8px;
	top: 8px;
}

.loginMode {
	margin-top: 10px;
	border-bottom: 1px solid #F5F5F5;
}

.loginMode li {
	width: 142px;
	height: 35px;
	color: #828282;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
}

.nowMode {
	font-weight: bold;
	color: #1570E6 !important;
	border-bottom: 2px solid #1570E6;
}

.modeBox{
	margin-top: 15px;
}

.modeBox input{
	width: 266px;
	height: 40px;
	padding: 0 10px;
	margin-top: 10px;
	border: 1px solid #CECECE;
}

.modeBox>span{
	color: #E41212;
	font-size: 12px;
	text-align: left;
	display: none;
	padding:4px 0 4px 12px;
}

.forgetPassword{
	color: #828282;
	font-size: 12px;
	float: right;
	padding:4px 0 0 0;
	cursor: pointer;
}

input[value="登录"]{
	color: #FFFFFF;
	width: 290px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 18px;
	background: #055FD5;
	border-radius: 2px;
	margin-top: 20px;
}

input[value="点击按钮进行验证"]{
	width: 290px;
	border: none;
	outline: none;
	text-align: left;
}

.separate{
	color: #828282;
	text-align: center;
	margin: 20px 0;
}
.modeBox ul{
	width: 100%;
}
.modeBox ul li{
	width: 32%;
	text-align: center;
	display: inline-block;
}

.modeBox ul li img{
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.noAccount{
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.noAccount span{
	color: #1570E6;
	cursor: pointer;
	display: inline-block !important;
}

.messgesCode{
	width: 266px;
	height: 40px;
	padding: 0 10px;
	margin-top: 10px;
	border: 1px solid #CECECE;
}

.messgesCode>input{
	width: 160px;
	border: none;
	outline: none;
	margin-top: 0px;
	padding: 0;
}

.messgesCode>input[type="button"]{
	width: 100px;
	height: 20px;
	color: #247FFB;
	padding-left:12px;
	cursor: pointer;
	display: inline-block;
	background: #FFFFFF;
	border-left: 1px solid #CECECE;
}



/*图片验证*/
.imgCode{
	width: 288px;
	height: 45px;
	overflow: hidden;
	margin-top: 10px;
}

.imgCode>input{
	width: 120px;
	height: 42px;
	float: left;
	margin-top: 0px;

}

.imgCode>div{
	width: 140px;
	height: 42px;
	float: left;
	margin-left: 4px;
}

.imgCode>div>img{
	width: 100%;
	height: 100%;
}