@charset "utf-8";

/*html{
	font-size: 100px;
}*/

html {
	font-size: 100px;
	font-size: -moz-calc(100vw / 19.2);
	font-size: -webkit-calc(100vw / 19.2);
	font-size: calc(100vw / 19.2);
	/*除以100*/
}

@media screen and (min-width: 2564px) {
	html {
		font-size: 150px;
		font-size: -moz-calc(100vw / 12.8);
		font-size: -webkit-calc(100vw / 12.8);
		font-size: calc(100vw / 12.8);
		/*除以150*/
	}
}

@media screen and (max-width: 1024px) {
	html {
		font-size: 150px;
		font-size: -moz-calc(100vw / 12.8);
		font-size: -webkit-calc(100vw / 12.8);
		font-size: calc(100vw / 12.8);
		/*除以150*/
	}

	.login-right {
		display: none !important;
	}

	.form-bg-left {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 200px;
		font-size: -moz-calc(100vw / 9.6);
		font-size: -webkit-calc(100vw / 9.6);
		font-size: calc(100vw / 9.6);
		/*除以200*/
	}

	.login-right {
		display: none !important;
	}

	.form-bg-left {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	html {
		font-size: 300px;
		font-size: -moz-calc(100vw / 6.4);
		font-size: -webkit-calc(100vw / 6.4);
		font-size: calc(100vw / 6.4);
		/*除以200*/
	}

	.login-right {
		display: none !important;
	}

	.logo-title {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.titile-sub {
		width: 80% !important;
	}

	.link {
		display: flex;
		width: 4.7rem;
		height: 0.35rem;
		text-align: center;
		margin: auto;
	}

	.link img {
		width: 100%;
		height: 100%;
	}

	.title {
		font-size: 0.32rem !important;
		letter-spacing: 0 !important;
		margin-left: 0 !important;
	}

	.form-bg-left {
		display: none !important;
	}

	.login-left {
		margin: auto !important;
		align-items: center !important;
	}

	.logo {
		margin: 0 auto 0.2rem !important;
	}
	.footer-info {
	   flex-direction: column;
	}
	.right-xcx {
		transform: scale(0.9);
		bottom: 1.4rem !important;
	}
}

body,
button,
input,
select,
textarea {
	font-family: Helvetica, Tahoma, Arial, "微软雅黑", "黑体-简", "Heiti SC", "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "文泉驿微米黑", "WenQuanYi Micro Hei", sans-serif;
}

.box-flex {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
}

.flex-column {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.logo-title {
	display: flex;
	align-items: center;
}

.wrapper {
	width: 100%;
	position: relative;
	height: 100%;
}

/* .footer {
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: rgba(255, 255, 255, 1);
	color: #666;
	padding: 0.42rem 0;
	font-size: 0.16rem;
}

.footer p a {
	color: #8f8f8f;
	font-size: 0.26rem;
} */
/* 底部信息区样式 */
.footer {
	width: 100%;
    padding: 0.2rem;
    background-color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0.2rem;
}

.footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
}

.address-info {
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
    font-size: 0.2rem;
	color: #2b2727;
	font-weight: 400;
}
.address-info a{
	color: #2b2727;
}
.location-icon {
    display: inline-block;
    width: 0.19rem;
    height: 0.24rem;
    margin-right: 0.1rem;
    background-image: url('../images/location-icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.qr-codes {
    display: flex;
}

.qr-code {
    width: 70px;
    height: 70px;
    margin-left: 10px;
}

.qr-code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.right-xcx {
	width: 1.73rem !important;
	height: 1.89rem !important;
	position: fixed;
	right: 0.66rem;
	bottom: 1.6rem;
}
body {
	background: #f6f5f3 url(../images/bg.jpg) top center no-repeat;
	background-size: 100% 100%;
	background-color: #FFFFFF;
}

/****
 * 主体部分
 * **************/

.login-main {
	width: 100%;
	margin: auto;
	/* padding: 1.29rem 0; */
}

.logo {
	width: 2.26rem;
	height: 1.77rem;
	margin: 0 0 0 -2.1rem;
}

.logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.title {
	font-size: 0.7rem;
	font-weight: 900;
	color: #03619a;
	letter-spacing: 0.06rem;
	/* text-shadow: 0 2px 2px rgba(25, 49, 112, 0.27); */
	/* font-family: var(--TXRHJ); */
	/* width: 8.08rem;
	height: 0.51rem;
	background: url(../images/title.png) top center;
	background-size: 100% 100%; */
	/* margin-left: 0.6rem; */
	margin-bottom: 0.66rem;
}

.titile-sub {
	width: 7.58rem;
	height: 0.74rem;
	margin: 0.6rem auto 0;
}

.login-left {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	/* border-radius: 0.6rem 0 0 0.6rem; */
	margin-top: -0.4rem;
}

.login-right {
	width: 10.9rem;
	height: 100%;
	/* background: url(../images/left_01.png) top center no-repeat;
	background-size: 100% 100%; */
	flex: none;
}

.link {
	display: flex;
	width: 4.7rem;
	height: 0.35rem;
	line-height: 0.35rem;
	margin: auto;
	text-align: center;
	color: #8f8f8f;
	font-size: 0.24rem;
}

.link img {
	width: 100%;
	height: 100%;
}

.title-info {
	width: 100%;
	text-align: center;
	font-size: 0.4rem;
	color: #16618b;
	margin: 0 auto 0.2rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.title-info em {
	display: block;
	font-size: 0.15rem;
	color: #2857ab;
	font-weight: 400;
}

.forget-group {
	display: block;
	text-align: right;
	font-size: 0.16rem;
	color: #1b82e2;
	margin-bottom: 0.15rem;
	transition: all 0.2s ease;
}

.forget-group:hover {
	color: #1875cb;
	opacity: 0.86;
}

.input-group {
	width: 100%;
	margin-bottom: 0.3rem;
	position: relative;
}

.btn-group {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0.3rem auto;
}

.label-info {
	position: absolute;
	left: 0.12rem;
	top: 0.12rem;
	z-index: 99;
}

.label-info:before {
	content: "";
	position: absolute;
	left: -0.12rem;
	top: -0.12rem;
	width: 0.55rem;
	height: 0.55rem;
	/* background: #2576e6; */
	z-index: -1;
}

.icon-user {
	width: 0.31rem;
	height: 0.3rem;
	/* background: url(../images/user.png) top center no-repeat;
	background-size: cover; */
}

.icon-password {
	width: 0.28rem;
	height: 0.31rem;
	/* background: url(../images/password.png) top center no-repeat;
	background-size: cover; */
}

.icon-eye {
	position: absolute;
	right: 0.35rem;
	top: 0.18rem;
	z-index: 99;
}

.icon-eye-close {
	width: 0.23rem;
	height: 0.17rem;
	background: url(../images/eye-close.svg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
}

.icon-eye-close:hover {
	background: url(../images/eye-close-hover.svg) top center no-repeat;
	background-size: cover;
}

.icon-eye-open {
	width: 0.23rem;
	height: 0.2rem;
	background: url(../images/eye-open.svg) top center no-repeat;
	background-size: cover;
	cursor: pointer;
	top: 0.15rem;
}

.icon-eye-open:hover {
	background: url(../images/eye-open-hover.svg) top center no-repeat;
	background-size: cover;
}

.clear-btn {
	position: absolute;
	right: 0.45rem;
	top: 0.18rem;
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	background-color: #ddd;
	text-align: center;
	cursor: pointer;
	border-radius: 20px;
	display: none;
}

.clear-btn:hover,
.clear-btn:focus {
	background-color: #eee;
}

.t-box {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-bottom: solid 1px #7e7e7e !important;
	/* box-shadow: 0 0 0.04rem #55aae7 !important; */
	padding-left: 0.8rem;
	font-size: 0.23rem;
	transition: all 0.2s ease-in-out;
	color: #333;
	background-color: transparent !important;
	border-radius: 0.04rem;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
}

.t-box:focus {
	/* box-shadow: 0 0 10px #1875cb; */
	border-bottom: solid 2px #16618b !important;
}

.t-box::placeholder {
	color: #7e7e7e;
}

.btn {
	display: inline-block;
	width: 100%;
	height: 0.59rem;
	line-height: 0.59rem;
	background-color: #0a7ed4;
	background-image: linear-gradient(to left, #74d4fe, #50b9e0);
	font-size: 0.34rem;
	color: #fff;
	/* border-radius: 0.04rem; */
	transition: all 0.2s ease-in-out;
	text-shadow: 2px 1px 3px rgba(1, 54, 26, 0.45);
	font-weight: 400;
	letter-spacing: 0.02rem;
	box-shadow: 0 0 0.2rem rgba(96, 150, 246, 0.43);
}

.btn:hover,
.btn:active {
	opacity: 0.86;
	transform: scale(0.96);
	box-shadow: 2px 2px 3px rgba(4, 39, 158, 0.35);
}

.cx-btn {
	height: 0.59rem;
	background-color: #f39c12;
	background-image: linear-gradient(to left, #16618b, #2062a6);
	margin-left: 0.25rem;
}

.cx-btn:hover,
.cx-btn:active {
	opacity: 0.86;
	transform: scale(0.96);
	box-shadow: 2px 2px 3px rgba(4, 39, 158, 0.35);
}

.form-bg {
	background-color: rgba(255, 255, 255, 0.85);
	margin: 0.5rem auto 0;
	border-radius: 0.1rem;
	overflow: hidden;
	/* border: solid 1px #2c6aad; */
	box-shadow: 0 0 0.2rem rgba(96, 150, 246, 0.43);
	padding: 0.66rem 0;
}

.form-bg-left {
	/* background-color: #3498db;
	background-image: linear-gradient(90deg, #2670b2, #2a8fcd); */
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.74rem;
}

.form-bg-left img {
	width: 2.61rem;
	height: 2.63rem;
	margin-bottom: 0.4rem;
}
.form-bg-left p {
	font-size: 0.43rem;
	color: #303b3d;
	font-weight: 600;
	font-family: 'TXRHJ';
}

.form-group {
	/* background-color: #fff; */
	padding: 0.2rem 0.4rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/**
 * 忘记密码？
 **/

.xg-btn {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-color: #fff !important;
	color: #fff;
	background-color: rgba(39, 149, 66, 1) !important;
}

.xg-btn:hover,
.xg-btn:active {
	background-color: #1b82e2 !important;
	color: #fff;
}

.qx-btn {
	width: 4.48rem;
	height: 0.54rem;
	line-height: 0.5rem;
	border-color: #fff !important;
	color: #fff;
	background-color: rgba(39, 149, 66, 1) !important;
}

.qx-btn:hover,
.qx-btn:active {
	background-color: #1b82e2 !important;
	color: #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.65);
	z-index: 99;
	display: none;
}

.open-popup {
	width: 4.8rem;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -3000px;
	bottom: 0;
	z-index: -1;
}

.password-cont {
	background-color: #fff;
	padding: 0.5rem;
}

.send-info {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 1.2rem;
	line-height: 0.52rem;
	background-color: #fff;
	font-size: 0.16rem;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease-in;
}

.send-info:hover {
	color: #0062CC;
}

.icon-new-password {
	width: 0.2rem;
	height: 0.25rem;
	background: url(../images/icon-new-password.svg) top center no-repeat;
	background-size: cover;
}

.icon-phone {
	width: 0.22rem;
	height: 0.27rem;
	background: url(../images/icon-phone.svg) top center no-repeat;
	background-size: cover;
}

.icon-qrcode {
	width: 0.18rem;
	height: 0.25rem;
	background: url(../images/icon-code.svg) top center no-repeat;
	background-size: cover;
}


/****
提示信息
***/

.Tips {
	width: 2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	margin: auto;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	display: none;
	z-index: 9999;
}