.big-box{
	width: auto;
	height: 550px;
	background-image: url(../img/login.png);
	background-size: 100% 100%;
}

.box{
	position: relative;
}

.login-box{
	height: 324px;
	width: 346px;
	position: absolute;
	top: 85px;
	right: 150px;
	background: #fff;
	padding: 23px 20px;
}

.login-box .title-box .round{
	background: #FF2D52;
	width: 16px;
	height: 16px;
	text-align: center;
	display: inline-block;
	line-height: 16px;
	border-radius: 50%;
}

.login-box .title-box .zhuce{
	cursor: pointer;
}

.login-box .prompt{
	width: 306px;
	height: 26px;
	border: 2px solid #ff92a5;
	margin-top: 30px;
	background: #fff9f5;
	padding-left: 30px;
	background: url(../img/prompt.png) no-repeat 8px center;
}

.login-box .account{
	width: 306px;
	height: 40px;
	border: 2px solid #ccc;
	margin-top: 20px;
	background: url(../img/account.png) no-repeat 8px center;
	padding-left: 30px;
}

.login-box .pass{
	width: 306px;
	height: 40px;
	border: 2px solid #ccc;
	margin-top: 20px;
	background: url(../img/password.png) no-repeat 8px center;
	padding-left: 30px;
}

.login-box .text-box{
	width: 306px;
	height: 40px;
	margin-top: 20px;
	line-height: 40px;
	position: relative;
}

.login-box .text-box .check{
	width: 14px;
	height: 14px;
	position: absolute;
	top: 15px;
	left: 0;
	margin-left: 5px;
}

.login-box .login{
	width: 306px;
	height: 40px;
	background: #FF2D52;
	font-size: 16px;
	border: 0;
	color: #fff;
}

.login-box .login-way{
	width: 306px;
	height: 40px;
}

.login-box .login-way .text{
	height: 40px;
	width: 120px;
	margin-top: 5px;
}

.login-box .login-way img{
	width: 30px;
	height: 30px;
}

