* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f8fafc;
	font-size: 14px;
}

ul,
ol {
	list-style-type: none;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.2s linear, color 0.2s linear;
	transition: background 0.2s linear, color 0.2s linear;
}

h1 {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}

label a {
	color: #37f;
}

.login-wrap {
	width: 384px;
	margin: 0 auto;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0 12px 24px 0 rgba(28, 31, 33, .1);
	box-shadow: 0 12px 24px 0 rgba(28, 31, 33, .1);
	border-radius: 12px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.tag {
	padding: 0 20px 25px;
}

.tag ul li {
	display: inline-block;
	width: 80px;
	text-align: center;
	height: 49px;
	line-height: 49px;
	cursor: pointer;
	font-weight: 700;
}

.tag ul li.active a,
.tag ul li:hover a {
	color: #f20d0d;
}

.tag ul li.active:after,
.tag ul li:hover:after {
	content: " ";
	width: 16px;
	height: 4px;
	line-height: 4px;
	background: #f20d0d;
	border-radius: 2px;
	display: block;
	margin: 0 auto;
}

.tag h2 {
	font-size: 20px;
	color: #1c1f21;
	line-height: 30px;
	font-weight: 700;
	padding: 20px 0 0 10px;
}

form {
	margin: 0 auto;
	width: 320px;
}

.input-text {
	width: 100%;
	height: 48px;
	line-height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px;
	-webkit-box-shadow: 2px 0 5px 0 #fff;
	box-shadow: 2px 0 5px 0 #fff;
	background: rgba(28, 31, 33, .06);
	border-radius: 8px;
	border: 0;
	font-size: 14px;
	color: #1c1f21;
	outline: none;
}

.error {
	font-size: 12px;
	height: 20px;
	color: #EF1300;
	visibility: hidden;
}

form label {
	margin-bottom: 20px;
	display: inline-block;
	color: #9199a1;
	font-size: 14px;
	line-height: 14px;
}

[type=checkbox],
[type=radio] {
	vertical-align: bottom;
}

form button {
	padding: 11px 32px;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	border-radius: 24px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	color: #fff;
	background-color: #f20d0d;
	border-color: #f20d0d;
	opacity: 1;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
}

#sendCode{
	width: 30%;
	border-radius: 3px;
	height: 48px;
	padding: 0px;

}

form button:hover {
	color: #fff;
	border-color: #c20a0a;
	background: #c20a0a;
	opacity: 1;
}

form button[disabled] {
	color: #B7BBBF;
	background-color: #ec7c7c;
	border-color: #ec7c7c;
}

form div {
	position: relative;
}

form .icon-eye {
	position: absolute;
	top: 12px;
	right: 14px;
	font-size: 23px;
	color: #b5b9bc;
	cursor: pointer;
}

form img {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 120px;
	cursor: pointer;
}

form .info {
	color: #777c81;
	margin: 10px 0;
	cursor: pointer;
	text-align: left;
}

.forgot {
	float: right;
	color: #9199a1;
}

.forgot:hover {
	color: #545c63;
}

.login-way span {
	display: block;
	text-align: right;
	font-size: 14px;
	color: #f20d0d;
	line-height: 24px;
	cursor: pointer;
}

.vright {
	text-align: center;
	color: #b5b9bc;
	font-size: 12px;
	line-height: 50px;
}

.privacy_tip {
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
	color: #717a84;
}

.privacy_tip a {
	color: #37f;
}

.mobile input {
	padding-left: 75px;
}

.mobile:after {
	position: absolute;
	top: 15px;
	left: 20px;
	display: block;
	content: "+ 86";
}

.gender {
	margin-left: 70px;
}

.wx {
	padding-top: 5px;
	padding-left: 250px;
}

.wxlogin {
	display: block;
	width: 80%;
	font-size: 12px;
	line-height: 24px;
	border-radius: 15px;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	color: #fff;
	background-color: green;
	border-color: green;
	opacity: 1;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	outline: none;
}

footer .icon-home {
	position: fixed;
	right: 23px;
	bottom: 68px;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: #FD2063;
	border-radius: 50px;
	-webkit-box-shadow: 2px 2px 8px #333;
	box-shadow: 2px 2px 8px #333;
}