﻿.loginBox {}
.loginBox a:hover {text-decoration: underline}
.loginBox h1 {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	letter-spacing: 7px;
	padding: 20px 0;
}
.loginBox .item {
	height: 45px;
	border: 1px solid #dee2e6;
	margin-bottom: 10px;
	display: flex;
}
.loginBox .item .icon {
	float: left;
	width: 45px;
}
.loginBox .item .icon i {
	display: block;
	width: 20px;
	margin: 12px;
}
.loginBox .item .txt {
	flex: 1;
}
.loginBox .item .txt input {
	border: 0;
	background: none;
	outline: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	letter-spacing: 1px;
	font-size: 14px
}
.loginBox .item .yzm {
	float: right;
	width: 100px;
	overflow: hidden;
	padding-left: 10px
}
.loginBox .item .yzm img {
	display: block;
	width: 100px;
	height: 45px;
}

.loginBox .item_2 {
	overflow: hidden;
	padding-bottom: 20px
}
.loginBox .item_2 a {
	float: right;
	font-size: 12px
}
.loginBox .item_2 input {
	float: left;
}
.loginBox .item_2 span {
	float: left;
	font-size: 12px
}
.loginBox .item_3 {
	overflow: hidden
}
.loginBox .item_3 .btn {
	height: 45px;
	width: 100%;
	background: #b96950;
	border: 0;
	outline: none;
	text-align: center;
	line-height: 45px;
	color: #fff;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer
}
input[type=checkbox] {
	margin-right: 5px;
	cursor: pointer;
	font-size: 14px;
	width: 11px;
	height: 10px;
	position: relative;
}
input[type=checkbox]:after {
	position: absolute;
	width: 6px;
	height: 13px;
	top: 0;
	content: " ";
	background: #b9b0ab;
	border: 1px solid #b9b0ab;
	color: #fff;
	display: inline-block;
	visibility: visible;
	padding: 0px 3px;
	border-radius: 3px;
}
input[type=checkbox]:checked:after {
	content: "✓";
	font-size: 12px;
}
.loginBox .item_4 {
	overflow: hidden;
	margin-top: 10px;
	font-size: 12px;
	letter-spacing: 0.5px
}
.loginBox .item_4 a {
	color: #1d90c5;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px
}
.loginBox .item_5 {
	overflow: hidden;
	margin-top: 80px;
	letter-spacing: 0.5px;
	margin-bottom: 70px
}
.loginBox .item_5 p {
	text-align: center;
	font-size: 14px;
}

.wechat-login{margin:-20px auto; width:50px; height:50px;}
.wechat-login img{width:40px;height:40px;}
