@media screen and (min-width: 1280px) {
	#login {
		width: 52%;
		height: 500px;
		margin: 50px auto 0;
		border: 1px solid #ddd;
		border-radius: 6px;
		position: relative;
	}
	.title {
		font-size: 24px;
		color: #333;
		margin: 0 30px;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #ddd;
	}
	.loginBox>p {
		width: 100%;
		height: 40px;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	.loginBox>p>span {
		font-size: 18px;
		color: #333;
	}
	.loginBox .msg {
		font-size: 14px;
		color: red;
		margin-left: 3px;
	}
	#account {
		margin-left: 62px;
	}
	.inpu {
		width: 60%;
		text-indent: 10px;
		height: 38px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}
	.linkBo {
		width: 60%;
		padding-left: 7%;
		overflow: hidden;
	}
	.linkBo>a {
		font-size: 16px;
		color: #3f96e7;
	}
	.loginBtn {
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #ee8b20;
		border-radius: 4px;
		font-size: 20px;
		color: #fff;
		cursor: pointer;
	}
	.bottom {
		width: 100%;
		text-align: right;
		background: #eee;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.bottom>p {
		height: 60px;
		line-height: 60px;
		margin-right: 30px;
		font-size: 16px;
		color: #666;
	}
	input::-webkit-input-placeholder {
		font-size: 18px;
		color: #999;
	}
	input::-moz-placeholder {
		font-size: 18px;
		color: #999;
	}
	input::-ms-input-placeholder {
		font-size: 18px;
		color: #999;
	}
}

@media screen and (min-width:1025px) and (max-width:1280px) {
	#login {
		width: 52%;
		height: 500px;
		margin: 50px auto 0;
		border: 1px solid #ddd;
		border-radius: 6px;
		position: relative;
	}
	#account {
		margin-left: 62px;
	}
	.title {
		font-size: 24px;
		color: #333;
		margin: 0 30px;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #ddd;
	}
	.loginBox>p {
		width: 100%;
		height: 40px;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	.loginBox>p>span {
		font-size: 18px;
		color: #333;
	}
	.loginBox .msg {
		font-size: 14px;
		color: red;
		margin-left: 3px;
	}
	.inpu {
		width: 60%;
		text-indent: 10px;
		height: 38px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}
	.linkBo {
		width: 60%;
		padding-left: 7%;
		overflow: hidden;
	}
	.linkBo>a {
		font-size: 16px;
		color: #3f96e7;
	}
	.loginBtn {
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #ee8b20;
		border-radius: 4px;
		font-size: 20px;
		color: #fff;
		cursor: pointer;
	}
	.bottom {
		width: 100%;
		text-align: right;
		background: #eee;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.bottom>p {
		height: 60px;
		line-height: 60px;
		margin-right: 30px;
		font-size: 16px;
		color: #666;
	}
	input::-webkit-input-placeholder {
		font-size: 18px;
		color: #999;
	}
	input::-moz-placeholder {
		font-size: 18px;
		color: #999;
	}
	input::-ms-input-placeholder {
		font-size: 18px;
		color: #999;
	}
}

@media screen and (min-width: 768px) and (max-width:1024px) {
	.linkBo a {
		float: none !important;
	}
	.linkBo {
		text-align: center;
	}
	#login {
		width: 52%;
		height: 500px;
		margin: 50px auto 0;
		border: 1px solid #ddd;
		border-radius: 6px;
		position: relative;
	}
	#account {
		margin-left: 61px;
	}
	.title {
		font-size: 24px;
		color: #333;
		margin: 0 30px;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #ddd;
	}
	.loginBox>p {
		width: 100%;
		height: 40px;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	.loginBox>p>span {
		font-size: 18px;
		color: #333;
	}
	.loginBox .msg {
		font-size: 14px;
		color: red;
		margin-left: 3px;
	}
	.inpu {
		width: 60%;
		text-indent: 10px;
		height: 38px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}
	.linkBo {
		width: 60%;
		padding-left: 7%;
		overflow: hidden;
	}
	.linkBo>a {
		font-size: 16px;
		color: #3f96e7;
	}
	.loginBtn {
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #ee8b20;
		border-radius: 4px;
		font-size: 20px;
		color: #fff;
		cursor: pointer;
	}
	.bottom {
		width: 100%;
		text-align: right;
		background: #eee;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.bottom>p {
		height: 50px;
		/*line-height: 60px;*/
		padding-top: 10px;
		margin-right: 30px;
		font-size: 16px;
		text-align: center;
		color: #666;
	}
	input::-webkit-input-placeholder {
		font-size: 18px;
		color: #999;
	}
	input::-moz-placeholder {
		font-size: 18px;
		color: #999;
	}
	input::-ms-input-placeholder {
		font-size: 18px;
		color: #999;
	}
}

@media screen and (max-width:768px) {
	.linkBo a {
		float: none !important;
	}
	.linkBo {
		text-align: center;
	}
	#login {
		width: 100%;
		height: 500px;
		margin: 50px auto 0;
		border: 1px solid #ddd;
		border-radius: 6px;
		position: relative;
	}
	#account {
		margin-left: 61px;
	}
	.title {
		font-size: 24px;
		color: #333;
		margin: 0 30px;
		height: 60px;
		line-height: 60px;
		border-bottom: 1px solid #ddd;
	}
	.loginBox>p {
		width: 100%;
		height: 40px;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	.loginBox>p>span {
		font-size: 18px;
		color: #333;
	}
	.loginBox .msg {
		font-size: 14px;
		color: red;
		margin-left: 3px;
	}
	.inpu {
		line-height: 38px;
		width: 60%;
		text-indent: 10px;
		height: 38px;
		border: 1px solid #ddd;
		border-radius: 4px;
	}
	.linkBo {
		width: 60%;
		padding-left: 7%;
		overflow: hidden;
	}
	.linkBo>a {
		font-size: 16px;
		color: #3f96e7;
	}
	.loginBtn {
		margin-top: 20px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #ee8b20;
		border-radius: 4px;
		font-size: 20px;
		color: #fff;
		cursor: pointer;
	}
	.bottom {
		width: 100%;
		text-align: right;
		background: #eee;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.bottom>p {
		height: 50px;
		/*line-height: 60px;*/
		padding-top: 10px;
		margin-right: 30px;
		font-size: 16px;
		text-align: center;
		color: #666;
	}
	input::-webkit-input-placeholder {
		font-size: 15px;
		color: #999;
	}
	input::-moz-placeholder {
		font-size: 15px;
		color: #999;
	}
	input::-ms-input-placeholder {
		font-size: 15px;
		color: #999;
	}
}