

.user-centre-layout-row {
	display: flex;
	margin: 10px 0;
}

.user-centre-layout-row-col {
	width: 50%;
	padding: 0 10px;
}

.top-login {
	position: absolute;
	right: 0px;
	top: 40px;
	display: flex;
	justify-content: right;
	align-items: center;
	width: 100%;
	/* background: #1a6fbd; */
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
	font-size: 18px;
	
}

.top-login-btn {
	display: none;
	cursor: pointer;
	float: right;
	/* color: #ffffff; */
	/* color: #2c2c2c; */
	font-size: 20px;
	/* background: #1a6fbd; */
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	transition: all 0.2s ease;
	font-family: SimSun;
}
.top-login-btn:hover {
	background: #1a6fbd;
	color: #ffffff;
}

.top-login-user {
	display: none;
	cursor: pointer;
	float: right;
	position: relative;
	
	display: flex;
	justify-content: right;
	align-items: center;
	height: 100px;
	line-height: 100px;
}

.top-login-user-avatar {
	/* margin: 0 5px; */
}

.top-login-user-name {
	margin: 0 5px;
}

.top-login-user-btn {
	margin: 0 5px;
}

.top-login-user-down {
	display: none;
	position: absolute;
	right: 0;
	top: 70px;
	width: 200px;
	background: #353535;
	/* background: #1a6fbd; */
	color: #ffffff;
	/* text-align: center; */
	padding: 5px 0;
}

.top-login-user-down-item {
	width: 200px;
	padding: 0px 20px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}

.top-login-user-down-item:hover {
	background-color: #50a9d6;

}

@media (max-width: 1024px) {
	.top-login {
		position: static;
		right: 0px;
		top: 0px;
		width: 100%;
		background: #1a6fbd;
		height: 38px;
		line-height: 38px;
		padding: 0 30px;
		font-size: 18px;
		color: #ffffff;
	}

	.top-login-btn {
		display: none;
		cursor: pointer;
		float: right;
		color: #ffffff;
		/* color: #2c2c2c; */
		font-size: 15px;
		background: #1a6fbd;
		padding: 0 10px;
	}

	.top-login-user {
		display: none;
		cursor: pointer;
		float: right;
		position: relative;
		display: flex;
		align-items: center;
	}

	.top-login-user-avatar {
		height: 30px;
		width: 30px;
		/* margin: 0 5px; */
	}

	.top-login-user-name {
		margin: 0 5px;
	}

	.top-login-user-btn {
		margin: 0 5px;
	}

	/*.top-login-user-down {*/
	/*	display: none;*/
	/*	position: absolute;*/
	/*	left: 0;*/
	/*	top: 38px;*/
	/*	width: 90px;*/
	/*	background: #1a6fbd;*/
	/*	color: #ffffff;*/
	/*	text-align: center;*/
	/*	padding: 5px 0;*/
	/*}*/

	/*.top-login-user-down-item {*/
	/*	width: 90px;*/
	/*}*/
}

/*登录页*/
.login {
	position: relative;
	width: 85%;
	margin: 0 auto;
}

.login img {
	width: 100%;
}

.login .login-popup {
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translate(0, -50%);
	height: auto;
	width: 30%;
	background-color: #fff;
	border-radius: 6px;
	padding: 2.5rem 4rem;
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
}

.login .login-popup .login-popup-title {
	/*margin: 0% 0 10% 0;*/

	display: flex;
	align-items: center;
	justify-content: flex-start;
	white-space: nowrap;
}

.login .login-popup .login-popup-title .login-popup-title-text {
	width: 30%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	/*border-bottom: 5px solid #1a6fbd;*/
	padding-bottom: 12%;
}

.login-popup-form {
	font-size: 18px;
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}

.login-popup-form .login-popup-form-item {
	margin: 5px 0;
}

.login-popup-form .login-popup-form-item .login-popup-form-item-title {
	width: 25%;
}

.login-popup-form .login-popup-form-item .login-popup-form-item-input {
	width: 100%;
	position: relative;
}

.login-popup-form .login-popup-form-item .login-popup-form-item-input .input-prefix-icon {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
}

.login-popup-form .login-popup-form-item .login-popup-form-item-input .input-suffix-icon {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
	cursor: pointer;
}

.login-popup-form .login-popup-form-item .login-popup-form-item-input input {
	width: 100%;
	height: 45px;
	font-size: 16px;
	background: transparent !important;
	outline: none;
	border: 3px solid #ececec;
	border-radius: 6px;
	padding: 0 30px;
	/* border-radius: 1px; */
}

.login-popup-btn {
	cursor: pointer;
	margin-top: 10%;
	border: 0;
	margin-right: 20px;
	border-radius: 6px;
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #116ebf;
	font-size: 16px;
	letter-spacing: 4px;
}

.login-popup-other {
	margin-top: 10%;
	font-size: 18px;
}

.login-popup-other .login-popup-other-left {
	cursor: pointer;
	/* color: #ff9a00; */
	font-weight: 500;
	color: #1a6fbd;
	text-decoration: underline;
}

.login-popup-other .login-popup-other-right {
	cursor: pointer;
	font-weight: 500;
	color: #1a6fbd;
	text-decoration: underline;
}

@media (max-width: 640px) {
	.login {
		position: relative;
		width: 98%;
		margin: 0 auto;
	}

	.login img {
		min-width: 100%;
		min-height: 400px;
	}

	.login .login-popup {
		width: 96%;
		margin: 0 auto;
		/*position: absolute;*/
		/*left: 2%;*/
		/*top: 2%;*/
		/*height: 96%;*/
		/*width: 96%;*/
		/*background-color: rgba(255, 255, 255, 0.8);*/
		/*padding: 1.55rem 4rem;*/
		/*display: flex;*/
		/*flex-direction: column;*/
		/*justify-content: center;*/
	}

	.login .login-popup .login-popup-title {
		/*margin: 0% 0 10% 0;*/

		/*display: flex;*/
		/*align-items: center;*/
		/*justify-content: center;*/
	}

	.login .login-popup .login-popup-title .login-popup-title-text {
		/*width: 30%;*/
		/*font-size: 25px;*/
		/*font-weight: bold;*/
		/*text-align: center;*/
		/*border-bottom: 5px solid #1a6fbd;*/
		/*padding-bottom: 3%;*/
	}

	.login-popup-form .login-popup-form-item .login-popup-form-item-title {
		/*width: 30%;*/
	}

	.login-popup-form .login-popup-form-item .login-popup-form-item-input {
		/*width: 100%;*/
	}
}

/*找回密码*/
.login .login-retrieve {
	position: absolute;
	right: 0%;
	top: 0%;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	/* padding: 1.55rem 4rem; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login-retrieve-title {
	z-index: 1;
	margin: 0% 0 3% 0;

	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-retrieve-title-text {
	z-index: 1;
	min-width: 10%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid #1a6fbd;
	padding-bottom: 1%;
}

.login-retrieve-form {
	width: 30%;
}

.login-retrieve-form .login-retrieve-form-input {
	margin: 10px 0;
}

.login-retrieve-form .login-retrieve-form-input input {
	height: 35px;
	width: 100%;
}

.login-retrieve-form-input-btn {
	cursor: pointer;
	min-width: 100px;
	background-color: #1a6fbd;
	color: #ffffff;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-left: 5px;
}

.login-retrieve .login-retrieve-next {
	cursor: pointer;
	margin-top: 2%;
	width: 15%;
	background-color: #1a6fbd;
	color: #ffffff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-left: 5px;
	font-size: 18px;
}

@media (max-width: 640px) {
	.login .login-retrieve {
		position: absolute;
		left: 2%;
		top: 2%;
		height: 96%;
		width: 96%;
		background-color: rgba(255, 255, 255, 0.8);
		/* padding: 1.55rem 4rem; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.login-retrieve-title {
		z-index: 1;
		margin: 0% 0 3% 0;

		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.login-retrieve-title-text {
		z-index: 1;
		/* width: 10%; */
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		border-bottom: 5px solid #1a6fbd;
		padding-bottom: 1%;
	}

	.login-retrieve-form {
		width: 90%;
	}

	.login-retrieve-form .login-retrieve-form-input {
		margin: 10px 0;
	}

	.login-retrieve-form .login-retrieve-form-input input {
		height: 35px;
		width: 100%;
	}

	.login-retrieve-form .login-retrieve-form-input .login-retrieve-form-input-btn {
		cursor: pointer;
		min-width: 100px;
		background-color: #1a6fbd;
		color: #ffffff;
		height: 35px;
		line-height: 35px;
		text-align: center;
		margin-left: 5px;
	}

	.login-retrieve .login-retrieve-next {
		cursor: pointer;
		margin-top: 2%;
		min-width: 40%;
		background-color: #1a6fbd;
		color: #ffffff;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-left: 5px;
		font-size: 18px;
		/* padding: 0 15px; */
	}
}

/*会员注册*/
.login .login-register {
	position: absolute;
	right: 0%;
	top: 0%;
	min-height: 96%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	/* padding: 1.55rem 4rem; */
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.login-register-title {
	z-index: 1;
	margin: -3% 0 3% 0;

	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-register-title-text {
	z-index: 1;
	min-width: 10%;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid #1a6fbd;
	padding-bottom: 1%;
}

.login-register-form {
	width: 60%;
	/* height: 70%; */
}

.login-register-form-item {
	margin: 10px 0;
	display: flex;
}

.login-register-form-item-title {
	width: 20%;
	font-size: 20px;
}

.login-register-form-item-input {
	width: 80%;
}

.login-register-form-item-input input {
	height: 35px;
	width: 100%;
}

.login-register-submit {
	cursor: pointer;
	margin-top: 2%;
	min-width: 15%;
	background-color: #1a6fbd;
	color: #ffffff;
	height: 45px;
	line-height: 45px;
	text-align: center;
	/* margin-left: 5px; */
	font-size: 20px;
	/* letter-spacing: 5px; */
}

@media (max-width: 640px) {
	.login img {
		min-width: 100%;
		min-height: 500px;
	}
	.user-centre-layout-row {
		display: block;
		margin: 10px 0;
	}
	
	.user-centre-layout-row-col {
		width: 100%;
		padding: 0 10px;
	}
	
	.login .login-register {
		position: absolute;
		left: 2%;
		top: 2%;
		height: 96%;
		width: 96%;
		background-color: rgba(255, 255, 255, 0.8);
		/* padding: 1.55rem 4rem; */
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.login-register-title {
		z-index: 1;
		margin: -3% 0 3% 0;
	
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.login-register-title-text {
		z-index: 1;
		min-width: 10%;
		font-size: 25px;
		font-weight: bold;
		text-align: center;
		border-bottom: 5px solid #1a6fbd;
		padding-bottom: 1%;
	}
	
	.login-register-form {
		width: 90%;
		/* height: 70%; */
	}
	
	.login-register-form-item {
		margin: 10px 0;
		/* display: flex; */
	}
	
	.login-register-form-item-title {
		width: 40%;
		font-size: 20px;
	}
	
	.login-register-form-item-input {
		width: 80%;
	}
	
	.login-register-form-item-input input {
		height: 35px;
		width: 100%;
	}
	
	.login-register-submit {
		cursor: pointer;
		margin-top: 2%;
		min-width: 40%;
		background-color: #1a6fbd;
		color: #ffffff;
		height: 45px;
		line-height: 45px;
		text-align: center;
		/* margin-left: 5px; */
		font-size: 20px;
		/* letter-spacing: 5px; */
	}
}

/*用户中心*/
.user-centre {
	position: relative;
	width: 85%;
	margin: 0 auto;
}

.user-centre img {
	width: 100%;
}

.user-centre .user-centre-box {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 2% 10%;
	/* display: flex;
	flex-direction: column;
	justify-content: center; */
}

.user-centre-box-form {
	background-color: #fff;
	height: 80%;
	width: 100%;
	padding: 5% 5%;
}

.user-centre-box-form .user-centre-box-form-item {
	display: flex;
	margin: 10px 0;
	min-height: 50px;
	line-height: 50px;
	width: 100%;
}

.user-centre-box-form .user-centre-box-form-item i {
	font-size: 30px;
}

.user-centre-box-form-item-title {
	font-size: 24px;
	/* font-weight: 600; */
	/* width: 18%; */
}

.user-centre-box-form-item-input {
	min-width: 20%;
}

.user-centre-box-form-item-input input {
	height: 40px;
	width: 100%;
	border: 2px solid #fff;
	border-bottom: 2px solid #cccccc;
	outline: none;
	font-size: 18px;
}

.user-centre-box-form-item-input img {
	height: 60px;
	width: 60px;
	border-radius: 50%;

}

.user-centre-box-form-save {
	cursor: pointer;
	margin: 0 auto;
	margin-top: 50px;
	min-width: 40%;
	background-color: #1a6fbd;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	padding: 0 25px;
}

.user-centre-box-form-out {
	display: none;
}

.user-centre-box-form-img-text {
	margin-top: 15px;
	font-size: 12px;
	color: #1e1e1e;
	text-align: center;
	font-weight: bold;
}

.user-centre-avatar-btn {
	cursor: pointer;
	font-size: 14px;
	color: #1e1e1e;
	color: #1a6fbd;
	text-decoration: underline;
}

@media (max-width: 640px) {
	.user-centre-layout-row {
		display: block;
		margin: 10px 0;
	}

	.user-centre-layout-row-col {
		width: 100%;
		padding: 0 10px;
	}

	.user-centre {
		position: relative;
		width: 98%;
		margin: 0 auto;
	}

	.user-centre>img {
		/* width: 100%; */
		min-height: 1150px;
	}

	.user-centre .user-centre-box {
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 2% 1%;
		/* display: flex;
		flex-direction: column;
		justify-content: center; */
	}

	.user-centre-box-form {
		background-color: #fff;
		height: 82%;
		width: 100%;
		padding: 5% 5%;
	}

	.user-centre-box-form .user-centre-box-form-item {
		display: block;
		margin: 10px 0;
		min-height: 50px;
		line-height: 50px;
		width: 100%;
	}

	.user-centre-box-form .user-centre-box-form-item i {
		font-size: 30px;
	}

	.user-centre-box-form-item-title {
		font-size: 24px;
		/* font-weight: 600; */
		/* width: 18%; */
	}

	.user-centre-box-form-item-input {
		min-width: 20%;
	}

	.user-centre-box-form-item-input input {
		height: 40px;
		width: 100%;
		border: 2px solid #fff;
		border-bottom: 2px solid #cccccc;
		outline: none;
		font-size: 18px;
	}

	.user-centre-box-form-item-input img {
		height: 60px;
		width: 60px;
		border-radius: 50%;

	}

	.user-centre-box-form-save {
		cursor: pointer;
		margin: 0 auto;
		margin-top: 50px;
		min-width: 40%;
		background-color: #1a6fbd;
		color: #ffffff;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 18px;
		padding: 0 25px;
	}

	.user-centre-box-form-out {
		cursor: pointer;
		display: block;
		margin: 0 auto;
		margin-top: 10px;
		min-width: 40%;
		background-color: #ff9a00;
		color: #ffffff;
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 18px;
		padding: 0 25px;
	}

	.user-centre-right-img {
		height: 100%;
	}

	.user-centre-box-form-img-text {
		margin-top: 15px;
		font-size: 12px;
		color: #1e1e1e;
		text-align: center;
		font-weight: bold;
	}

	.user-centre-avatar-btn {
		cursor: pointer;
		font-size: 14px;
		color: #1e1e1e;
		color: #1a6fbd;
		text-decoration: underline;
	}
}
