* {
	padding: 0;
	margin: 0;
	font-family: 'PingFang SC','microsoft yahei';
}

.LOGIN_COM a{
	color: #999;
}
.LOGIN_COM {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
}

.LOGIN_BOX {
	width: 100%;
}

.LOGIN,.FORGET {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 400px;
	padding: 50px 30px;
	border-radius: 5px;
	background-color: #FFF;
}

.LOGIN_COM>h1 {
	font-weight: 500;
	text-align: center;
}

.login_input {
	width: 100%;
	/* height: 50px; */
	margin: 52px 0 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login_input img {
	position: absolute;
	top: 20px;
	left: 40px;
}

.login_input input:focus {
	outline: none;
}

.login_input>div {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login_input input {
	text-indent: 3em;
	font-size: 1.1em;
	width: 90%;
	padding: 15px 0;
	border-radius: 50px;
	border: 1px solid #CDCDCD;
	margin-bottom: 25px;
}

.forget_password {
	width:90%;
	font-size: 14px;
	margin:0 0 25px 0;
	position: relative;
	text-align: end;
	left: 50%;
	transform: translateX(-50%);
	color: #999;
	cursor: pointer;
}

.post_login_btn {
	margin: 0 auto;
	cursor: pointer;
	width: 90%;
	height: 50px;
	border-radius: 50px;
	font-size: 18px;
	
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 5px;
	line-height: 18px;
	background-color: #ddb97e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.close_login_1 {
	padding: 2rem;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	text-align: end;
	font-size: 1.2em;
	color: #b3b3b3;
}

.sign {
	text-align: center;
	margin-top: 30px;
}

.sign>span {
	cursor: pointer;
	color: #ddb97e;
}


.forget_1_com {
	position: relative;
	text-align: center;
}

.LOGIN_COM h1 {
	font-weight: 500;
}

.forget_input {
	position: relative;
	margin-top: 40px;
}

.forget_input>div {
	position: relative;
	display: flex;
	align-items: center;
}

.forget_input img {
	position: absolute;
	width: 20px;
	height: 40px;
	top: -5px;
	left: 20px;
}
#right_btn {
	z-index: 2;
}

.right_back {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	/* background-color: #00B476; */
	width: 0;
	height: 55px;
	border-radius: 50px;
	color: #FFF;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 0;
}
#login_right{
	background-color: #006400;
}
.forget_input>#login_right>img {
	width: 20px;
	height: 20px;
	top: 0px;
	left: 0;
	background-color: #FFF;
	border-radius: 50px;
	padding: 1.1rem;
	border: 1px solid #CDCDCD;
	cursor: pointer;
}

.forget_input>#login_right>input {
	background-color: #f7f9fa;
	padding: 17px 100px;
}

input {
	width: 100%;
	font-size: 1.1em;
	padding: 17px 50px;
	border-radius: 50px;
	border: 1px solid #CDCDCD;
	margin-bottom: 25px;
}

input:focus {
	outline: none;
}

.post_forget_btn {
	cursor: pointer;
	width: 100%;
	height: 50px;
	border-radius: 50px;
	font-size: 18px;
	
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 5px;
	line-height: 18px;
	background-color: #ddb97e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.close_login {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	text-align: end;
	font-size: 1.2em;
	color: #b3b3b3;
}

.sign>span {
	cursor: pointer;
	color: #ddb97e;
}
	
.sign>a{
	cursor: pointer;
	color: #ddb97e;
}

#mail_address{
	font-weight: bold;
}
.LOGIN_COM h1 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

.forget_2_com {
	padding:2rem 0;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.close_login {
	/* padding: 2rem; */
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	text-align: end;
	font-size: 1.2em;
	color: #b3b3b3;
}

.post_forget_btn {
	margin: 40px 0;
	cursor: pointer;
	width: 100%;
	height: 50px;
	border-radius: 50px;
	font-size: 18px;
	
	font-weight: 600;
	color: #FFFFFF;
	letter-spacing: 5px;
	line-height: 18px;
	background-color: #ddb97e;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sign>span {
	cursor: pointer;
	color: #ddb97e;
}


@media screen and (max-width:1000px) {
	.LOGIN_COM{
		z-index: 999999;
	}
	.LOGIN,.FORGET{
		width: 90%;
		padding: 1rem;
	}
}