.box .form {
	width: 420px;
	padding: 40px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	margin: auto;
}

.box .form .h {
	margin-bottom: 30px;
	font-size: 22px;
}

.box .form .tab-list{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.box .form .tab-list .li{
	margin-right: 20px;
	color: #999999;
	padding-bottom: 4px;
	text-align: center;
}

.box .form .tab-list .li.active{
	color: #000000;
	border-bottom: 4px solid #be2623;
	font-size: 22px;
}

.box .form .input {
	background-color: #f3f2ed;
	padding: 5px 10px;
	margin-bottom: 20px;
	position: relative;
}
.box .form .input {
	display: flex;
	align-items: center;
}
.box .form .input select{
	border: 0;
	margin-right: 4px;
	background-color: transparent;
}
.box .form .input .code{
	position: absolute;
	right: 10px;
	background-color: #be2623;
	color: #ffffff;
	width: 120px;
	border-radius: 4px;
	text-align: center;
	line-height: 2;
	cursor: pointer;
	font-size: 14px;
}
.box .form .input input {
	background-color: #f3f2ed;
	outline: none;
	width: 100%;
	border: 0;
	line-height: 1.7;
}

.box .form .input span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: max-content;
	display: none;
	cursor: pointer;
}

.box .form .btn {
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box .form .btn a {
	color: #ababab;
	text-align: center;
}

.box .form button {
	background-color: #be2623;
	color: #fff;
	width: 100px;
	line-height: 2;
	text-align: center;
	border-radius: 4px;
	border: 0;
	cursor: pointer;
}

.box .form .account {
	border-top: 1px solid #cdcdcd;
}

.box .form .account .tips {
	font-size: 14px;
	color: #ababab;
	margin-top: 10px;
}

.box .form .account .img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.box .form .account .img img {
	width: 30px;
	margin: 0 16px;
}

.login-pop {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.login-pop .login-show {
	width: 420px;
	height: max-content;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
	padding: 60px 40px;
	border-radius: 10px;
}

.login-pop .login-show .close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.login-pop .login-show .h {
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}

.login-pop .login-show .tab-list{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.login-pop .login-show .tab-list .li{
	margin-right: 20px;
	color: #999999;
	padding-bottom: 4px;
}

.login-pop .login-show .tab-list .li.active{
	color: #000000;
	border-bottom: 4px solid #be2623;
	font-size: 22px;
}

.login-pop .login-show .input {
	background-color: #f3f2ed;
	padding: 5px 10px;
	margin-bottom: 20px;
	position: relative;
}
.login-pop .login-show .input {
	display: flex;
	align-items: center;
}
.login-pop .login-show .input select{
	border: 0;
	margin-right: 4px;
	background-color: transparent;
}
.login-pop .login-show .input .code{
	position: absolute;
	right: 10px;
	background-color: #be2623;
	color: #ffffff;
	width: 120px;
	border-radius: 4px;
	text-align: center;
	line-height: 2;
	cursor: pointer;
	font-size: 14px;
}

.login-pop .login-show .input input {
	background-color: #f3f2ed;
	outline: none;
	width: 100%;
	border: 0;
	line-height: 1.7;
}

.login-pop .login-show .input span {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	height: max-content;
	display: none;
	cursor: pointer;
}

.login-pop .login-show .btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-pop .login-show .btn button {
	background-color: #be2623;
	width: 100px;
	color: #fff;
	border: 0;
	padding: 6px 0;
	border-radius: 4px;
}

.login-pop .login-show .btn a {
	margin-top: 10px;
	color: #ababab;
	text-decoration: underline;
}

.login-pop .login-show .register {
	border-top: 1px solid #ababab;
	margin-top: 40px;
	padding-top: 20px;
}

.login-pop .login-show .register .title {
	text-align: center;
	font-size: 22px;
}

.login-pop .login-show .register a {
	border-radius: 4px;
	border: 1px solid #333;
	width: 100px;
	text-align: center;
	display: block;
	margin: auto;
	padding: 6px 0;
	margin-top: 20px;
	font-size: 14px;
}