/* 超小设备（手机，小于 768px） */
@media (max-width: 768px) {

	html,
	body {
		height: 100%;
	}
	/* 用户协议 */
	.policies-box {
		display: none;
	}

	.user-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.user-policies {
		padding: 10px 0;
		position: fixed;
		left: 8%;
		right: 8%;
		top: 12%;
		bottom: 16%;
		background-color: #fff;
		z-index: 1000;
	}

	.user-close-btn {
		position: absolute;
		bottom: -88px;
		left: 50%;
		z-index: 1001;
		margin-left: -22px;
	}

	.user-close-btn img {
		width: 44px;
		height: 44px;
	}

	.user-policies-content {
		height: 100%;
		overflow: auto;
		padding: 0 10px;
	}

	.user-policies-content h5 {
		font-size: 18px;
		margin: 10px 0;
	}

	.user-policies-content p {
		font-size: 15px;
		margin: 10px 0;
	}
	.login-container {
		height: 100%;
		position: relative;
		background: #fff;
	}

	.login-title {
		overflow: hidden;
		padding: 0 15px;
		background: #f5f6f7;
	}

	.login-title .logo {
		float: left;
		padding: 10px 0;
		height: 40px;
	}

	.login-title .logo img {
		height: 40px;
	}

	.login {
		min-height: 600px;
	}

	.login-title .btn {
		float: right;
		height: 40px;
		line-height: 40px;
		margin: 10px 0;
		color: #c30e23;
		font-weight: bold;
	}

	.login .form {
		margin-top: 15px;
		width: 100%;
	}

	.login .form-title {
		font-size: 16px;
		font-weight: bold;
		margin: 0 15px;
		color: #ccc;
		margin-bottom: 10px;
	}

	.login .item {
		margin: 5px 0;
		padding: 5px 15px;
	}

	.login .item-input {
		width: 100%;
		height: 40px;
		/* padding-left:8px; */
		outline: none;
		border: none;
		font-size: 15px;
		background: none;
		border-bottom: 1px solid #e6e6e6;
	}

	.login .item-input:focus {
		border-bottom: 1px solid #c30e23;
	}

	.login .login-btn {
		overflow: hidden;
	}

	.login .login-btn {
		margin: 0 15px;
	}

	.login .login-btn a {
		color: #c30e23;
		font-size: 13px;
		display: block;
		line-height: 32px;
	}

	.login .login-btn button {
		margin-top: 5px;
		font-size: 13px;
		width: 100%;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		height: 40px;
		line-height: 40px;
	}

	.login .login-btn button:active {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.login .register-btn {
		margin: 0 15px;
		padding-top: 5px;
	}

	.register-agreement {
		padding: 10px 15px;
		overflow: hidden;
	}

	.register-agreement input {
		float: left;
		width: 14px;
		height: 14px;
		vertical-align: middle;
	}

	.register-agreement .text {
		font-size: 14px;
		color: #999;
	}

	.register-agreement .text a {
		color: #c30e23;
	}

	.login .register-btn button {
		font-size: 13px;
		width: 100%;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		height: 40px;
		line-height: 40px;
	}

	.login .register-btn button:active {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.footer {
		text-align: center;
		/*position: absolute;*/
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		font-size: 12px;
		color: #999;
		padding: 5px 0;
	}
}

/* 小型设备（平板电脑，768px 起） */
@media (min-width: 768px) and (max-width: 1200px) {

	html,
	body {
		height: 100%;
	}
	/* 用户协议 */
	.policies-box {
		display: none;
	}

	.user-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.user-policies {
		padding: 15px 0;
		position: fixed;
		left: 10%;
		right: 10%;
		top: 12%;
		bottom: 18%;
		background-color: #fff;
		z-index: 1000;
	}

	.user-close-btn {
		position: absolute;
		bottom: -96px;
		left: 50%;
		z-index: 1001;
		margin-left: -24px;
	}

	.user-close-btn img {
		width: 48px;
		height: 48px;
	}

	.user-policies-content {
		height: 100%;
		overflow: auto;
		padding: 0 15px;
	}

	.user-policies-content h5 {
		font-size: 18px;
		margin: 10px 0;
	}

	.user-policies-content p {
		font-size: 15px;
		margin: 10px 0;
	}
	.login-container {
		height: 100%;
		position: relative;
		/* background: url("../img/login_smbg.png") right top no-repeat; */
	}

	.login {
		margin: 0 30px;
		min-height: 768px;
	}

	.login-title {
		overflow: hidden;
	}

	.login-title .logo {
		float: left;
		padding: 10px 0;
		height: 50px;
	}

	.login-title .logo img {
		height: 50px;
	}

	.login-title .btn {
		float: right;
		padding: 0 15px;
		height: 40px;
		line-height: 40px;
		margin: 15px 0;
		text-align: center;
		background: #c30e23;
		color: #fff;
		cursor: pointer;
	}

	.login-title .btn:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.login .form {
		margin: 80px 80px 0;
	}

	.login .form-title {
		font-size: 18px;
		font-weight: bold;
		color: #c30e23;
		margin-bottom: 10px;
	}

	.login .item {
		margin: 10px 0;
		padding: 5px 0;
	}

	.login .item-input {
		width: 100%;
		height: 40px;
		/* padding-left:8px; */
		outline: none;
		border: none;
		font-size: 15px;
		background: rgba(255, 255, 255, .6);
		border-bottom: 1px solid #e6e6e6;
	}

	.login .item-input:focus {
		border-bottom: 1px solid #c30e23;
	}

	.login .login-btn {
		overflow: hidden;
	}

	.login .login-btn a {
		color: #c30e23;
		font-size: 13px;
		line-height: 32px;
	}

	.login .login-btn button {
		color: #999;
		font-size: 13px;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		padding: 0 18px;
		height: 40px;
		line-height: 40px;
		float: right;
		cursor: pointer;
	}

	.login .login-btn button:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.register-agreement {
		padding-bottom: 15px;
		overflow: hidden;
		cursor: pointer;
	}

	.register-agreement input {
		float: left;
		width: 14px;
		height: 14px;
		vertical-align: middle;
	}

	.register-agreement .text {
		float: left;
		font-size: 15px;
		color: #999;
	}

	.register-agreement .text a {
		color: #c30e23;
	}

	.login .register-btn button {
		color: #999;
		font-size: 13px;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		padding: 0 18px;
		height: 40px;
		line-height: 40px;
		cursor: pointer;
	}

	.login .register-btn button:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.footer {
		text-align: center;
		/*position: absolute;*/
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		font-size: 13px;
		color: #666;
		padding: 15px 0;
	}
}

/* 大型设备（大台式电脑，1200px 起） */
@media (min-width: 1200px) {

	html,
	body {
		height: 100%;
	}

	/* 用户协议 */
	.policies-box {
		display: none;
	}

	.user-mask {
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}

	.user-policies {
		padding: 20px 0;
		position: fixed;
		left: 15%;
		right: 15%;
		top: 12%;
		bottom: 18%;
		background-color: #fff;
		z-index: 1000;
	}

	.user-close-btn {
		position: absolute;
		bottom: -96px;
		left: 50%;
		z-index: 1001;
		margin-left: -24px;
	}

	.user-close-btn img {
		width: 48px;
		height: 48px;
	}

	.user-policies-content {
		height: 100%;
		overflow: auto;
		padding: 0 20px;
	}

	.user-policies-content h5 {
		font-size: 18px;
		margin: 10px 0;
	}

	.user-policies-content p {
		font-size: 15px;
		margin: 10px 0;
	}

	.login-container {
		height: 100%;
		position: relative;
		/* background: url("../img/login_bg.png") right top no-repeat; */
	}

	.login {
		width: 1200px;
		margin: 0 auto;
		min-height: 820px;
	}

	.login-title {
		overflow: hidden;
	}

	.login-title .logo {
		float: left;
		padding: 10px 0;
		height: 50px;
	}

	.login-title .logo img {
		height: 50px;
	}

	.login-title .btn {
		float: right;
		padding: 0 15px;
		height: 36px;
		line-height: 36px;
		margin: 17px 0;
		text-align: center;
		background: #c30e23;
		color: #fff;
		cursor: pointer;
	}

	.login-title .btn:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.login .form {
		margin: 100px auto 0;
		width: 400px;
	}

	.login .form-title {
		font-size: 18px;
		font-weight: bold;
		color: #c30e23;
		margin-bottom: 10px;
	}

	.login .item {
		margin: 15px 0;
		padding: 5px 0;
	}

	.login .item-input {
		width: 100%;
		height: 36px;
		/* padding-left:8px; */
		outline: none;
		border: none;
		font-size: 15px;
		border-bottom: 1px solid #e6e6e6;
	}

	.login .item-input:focus {
		border-bottom: 1px solid #c30e23;
	}

	.login .login-btn {
		overflow: hidden;
	}

	.login .login-btn a {
		color: #c30e23;
		font-size: 13px;
		line-height: 32px;
	}

	.login .login-btn button {
		color: #999;
		font-size: 13px;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		padding: 0 15px;
		height: 32px;
		line-height: 32px;
		float: right;
		cursor: pointer;
	}

	.login .login-btn button:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.register-agreement {
		padding-bottom: 15px;
		overflow: hidden;
		cursor: pointer;
	}

	.register-agreement input {
		float: left;
		width: 14px;
		height: 14px;
		vertical-align: middle;
	}

	.register-agreement .text {
		float: left;
		font-size: 15px;
		color: #999;
	}

	.register-agreement .text a {
		color: #c30e23;
	}

	.login .register-btn button {
		font-size: 13px;
		background: #c30e23;
		color: #fff;
		border: none;
		outline: none;
		padding: 0 15px;
		height: 32px;
		line-height: 32px;
		cursor: pointer;
	}

	.login .register-btn button:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}

	.footer {
		text-align: center;
		/*position: absolute;*/
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		font-size: 13px;
		color: #666;
		padding: 15px 0;
	}
}

.user-form-list{
	clear: both;
}

.user-form-list .inp-code .btn.disabled{
	color: #999;
	border: none;
	background: #f2f2f2;
}

@media (min-width: 1200px) {
	.item input.email-code{
		width: 62%;
		float: left;
	}
	.item .inp-code .btn{
		width: 36%;
		float: left;
		margin-left:2%;
		height: 38px;
		line-height: 38px;
		border: 1px solid #c30e23;
		box-sizing: border-box;
		text-align: center;
		cursor: pointer;
		color: #c30e23;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.item input.email-code{
		width: 60%;
		float: left;
	}
	.item .inp-code .btn{
		width: 38%;
		float: left;
		margin-left:2%;
		height: 38px;
		line-height: 38px;
		border: 1px solid #c30e23;
		box-sizing: border-box;
		text-align: center;
		cursor: pointer;
		color: #c30e23;
	}
}
@media (max-width: 768px) {
	.item input.email-code{
		width: 65%;
		float: left;
	}
	.item .inp-code .btn{
		width: 33%;
		float: left;
		margin-left:2%;
		height: 38px;
		line-height: 38px;
		border: 1px solid #c30e23;
		box-sizing: border-box;
		text-align: center;
		cursor: pointer;
		color: #c30e23;
	}
}