.big-box{
	width: auto;
	height: 550px;
	background-image: url(../img/login.png);
	background-size: 100% 100%;
}

.box{
	position: relative;
}


.logon-box{
	width: 346px;
	height: 419px;
	padding: 22px 19px 23px 20px;
	position: absolute;
	top: 50px;
	right: 150px;
	background: #fff;
}

.logon-box.active{
	display: block;
}


.logon-box .title{
	height: 20px;
}

.logon-box .title .denglu{
	cursor: pointer;
}

.logon-box .warn{
	width: 260px;
	height: 26px;
	padding-left: 5px;
	background-image: url(../img/warn.png);
	margin-top: 20px;
	margin-left: 5px;
}

.logon-box .handset{
	width: 306px;
	height: 40px;
	border: 2px solid #ccc;
	margin-top: 1px;
	background: url(../img/handset.png) no-repeat 8px center;
	padding-left: 30px;
}

.logon-box .mark{
	width: 260px;
	height: 12px;
}


.logon-box .code{
	height: 40px;
	margin-top: 8px;
}

.logon-box .code .text{
	width: 191px;
	height: 40px;
	border: 2px solid #ccc;
	background: url(../img/code.png) no-repeat 8px center;
	padding-left: 30px;
}

.logon-box .code .button{
	height: 40px;
	width: 110px;
	background: #ececec;
	color: #000;
}

.logon-box .lock{
	width: 306px;
	height: 40px;
	border: 2px solid #ccc;
	background: url(../img/lock.png) no-repeat 8px center;
	padding-left: 30px;
	margin-top:20px;
}

.logon-box .password{
	width: 306px;
	height: 40px;
	border: 2px solid #ccc;
	background: url(../img/lock.png) no-repeat 8px center;
	padding-left: 30px;
	margin-top:20px;
}

.logon-box .agreement{
	position: relative;
	width: 306px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

.logon-box .agreement .input{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 14px;
	left: 0;
}

.logon-box .logon{
	width: 306px;
	height: 40px;
	background: #FF2D52;
	font-size: 16px;
	border: 0;
	color: #fff;
}

