html,
body {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, PingFang SC, Helvetica, Tahoma, Arial, Hiragino Sans GB, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, SimSun, \\5B8B\4F53, Heiti, \\9ED1\4F53, sans-serif;
	color: #666;
	background: rgb(246, 246, 246);
	display: flex;
	justify-content: center;
}

ul,
li,
input,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #666;
}

li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clearfix::after {
	content: '';
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
}

.hide {
	display: none !important;
}

.point {
	cursor: pointer;
}

.mask {
	width: 500px;
	height: 420px;
	background: #fff;
	font-size: 16px;
	border-radius: 2px;
	padding-top: 80px;
	box-shadow: 0 2px 3px rgba(213, 213, 213, 0.7);
	text-align: center;
	user-select: none;
	margin-top: 60px;
	overflow: hidden;
	position: relative;
}

.wechatCodeBack {
	height: 10px;
	width: 10px;
	position: absolute;
	top: 30px;
	right: 30px;
}

#big_content {
	width: 296px;
	height: 548px;
	padding: 90px 92px 30px 92px;
	background: #fff;
	font-size: 16px;
	border-radius: 2px;
	box-shadow: 0 2px 3px rgba(213, 213, 213, 0.7);
	text-align: center;
	user-select: none;
	margin-top: 60px;
	overflow: hidden;
}

#info {
	margin-bottom: 10px;
	height: 34px;
	line-height: 34px;
	font-size: 12px;
	display: none;
}

#img_logoinfo {
	display: flex;
	justify-content: center;
}

#logo_info {
	font-size: 52px;
	color: #333;
	font-weight: 100;
	margin-bottom: 14px;
}

#logoInfo {
	font-size: 13px;
	margin-left: 17px;
	font-style: italic;
	color: #4f4f4f;
	padding-bottom: 50px;
}

#middle {
	width: 296px;
	/* height: 38px; */
	color: #1f1f1f;
	padding-left: 46px;
	padding-right: 44px;
	box-sizing: border-box;
	margin-bottom: 25px;
}

#middle .conuntlogin {
	font-size: 16px;
	margin-bottom: 7px;
	font-weight: 700;
}
#middle.middle-phone{
	margin-bottom: 37px;
}
#middle.middle-phone .conuntlogin{
	margin-top: 37px;
	font-size: 15px;
	margin-bottom: 28px;
}

#middle input {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 4px;
}

#usercount {
	margin-bottom: 2px;
}

#usercount input,
#userword input {
	height: 26px;
	width: 264px;
	border-radius: 3px;
	border: none;
	color: #333;
	line-height: 24px;
	font-size: 14px;
	background: #f5f5f5;
	outline: none;
	padding: 9px 16px;
	overflow: hidden;
	font-family: Arial;
}

#userword input {
	width: 180px;
	padding-right: 100px;
}

#userword {
	position: relative;
}

#bottom_wechat {
	background: url(../img/jiao.png);
	background-size: 100% 100%;
	width: 210px;
	height: 210px;
	margin: 10px auto;
}

#bottom_wechat iframe {
	height: 300px;
}

#userword span {
	position: absolute;
	margin: 12px 10px 12px 0px;
	padding-left: 10px;
	width: auto;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	right: 0;
	top: 0;
	font-size: 14px;
	border-left: 1px solid #999999;
}

#userword span:hover {
	color: #000;
}

#bottom_top {
	margin-bottom: 10px;
}

#bottom_re {
	position: relative;
}

#bottom_tip {
	line-height: 40px;
	text-align: center;
	height: 0;
}

#bottom_middle {
	position: relative;
	transition: .2s;
	font-size: 14px;
	color: #fff;
	width: 296px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #41464b;
	border-radius: 2px;
	margin-bottom: 28px;
}

#bottom_log {
	transition: all 0.2s ease-in;

}

#bottom_middle:hover {
	background-color: #2c3033;
}

#bottom_bottom {
	font-size: 14px;
	color: rgb(65, 70, 75);
	;
}

#bottom_bottom .fir-login {
	width: 102px;
	margin: 0 auto;
	/*padding-bottom: 167px;*/
	font-size: 14px;
	color: rgb(65, 70, 75);
	;
}

#bottom_bottom {
	position: relative;
	width: 100%;
	/* margin-top: -30px; */
}

#bottom_bottom .nocount {
	font-weight: 600;
	color: #41464b;
	text-decoration: underline;
}

#bottom_wechat #img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	margin-bottom: 23px;
}

#bottom_wechat {
	transition: all 0.2s ease-in;
}

#bottom_wechat span {
	color: #1f1f1f;
	margin-bottom: 28px;
	display: block;
}

#page-loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(246, 246, 246);
	z-index: 100;
}

#page-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#checkNum {
	width: 100%;
	height: 44px;
	margin-bottom: 2px;
	margin-top: 2px;
}

#num {
	padding: 9px 16px;
	line-height: 26px;
	font-size: 14px;
	outline: none;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 3px;
	color: #333;
	height: 44px;
	background: #f5f5f5;
	border: none;
	width: 100%;
}

#numInput {
	width: 153px;
	margin-right: 3px;
}

#getNum {
	padding: 9px 16px;
	line-height: 26px;
	font-size: 14px;
	box-sizing: border-box;
	border-radius: 3px;
	color: #fff;
	height: 44px;
	background: #41464b;
	width: 140px;
}

#getNum:hover {
	background-color: #2c3033;
}

.login-info {
	font-size: 14px;
	color: #003a80;
}

#userImg {
	height: 90px;
	width: 90px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 20px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid #ccc;
}

#userImg img {
	height: 90px;
	width: 90px;

}

.login-err-info {
	font-size: 14px;
	color: #000;
}

.login-err-info a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.tel-login-btn {
	margin-top: 86px;
}

.sec-login a {
	font-size: 14px;
	color: #000;
	font-weight: 700;
	text-decoration: underline;
}

.tel-login-btn a {
	font-size: 14px;
	color: #000;
}
