@charset "utf-8";
@import url("https://at.alicdn.com/t/c/font_2247001_acq5j0yb7us.css");/* huzhangjun001 防伪溯源 */

/*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;
	}
}

@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;
	}
}

@media screen and (max-width: 750px) {
	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;
	}
}

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;
}

.wrapper {
	width: 100%;
	position: relative;
	height: 100%;
}

.footer {
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: rgba(104, 169, 255, 0.2);
	color: #666;
	padding: 0.1rem 0;
	font-size: 0.16rem;
}
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: 4.24rem;
	height: 1.77rem;
	margin: 0 auto 0.2rem;
}
.logo img{max-width: 374px}
.title {
	font-size: 0.41rem;
	font-weight: bold;
	color: #554e4e;
}

.login-left {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.login-right {
	width: 5rem;
	height: 100%;
	/*background: url(../images/1_05.png) center center no-repeat;*/
	/*background-size:contain;*/
	flex: none;
}
.leftimg{
	/*background: url(../images/1_05.png) center center no-repeat;
	background-size:contain;*/
	position: absolute;
	width: 8.52rem;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 100;
	display: flex;
	align-items: center;
}
.leftimg img{width:100%;max-width: 840px;}
.form-group {
	/* background-color: #fff; */
}

.title-info {
	width: 100%;
	text-align: center;
	font-size: 0.35rem;
	color: #1e8f8e;
	margin: 0.2rem auto;
	font-weight: bold;
}

.title-info em {
	display: block;
	font-size: 0.15rem;
	color: #7e7e7e;
	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.15rem;
	top: 0.15rem;
	z-index: 99;
}

.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;
	padding-left: 0.8rem;
	font-size: 0.3rem;
	transition: all 0.2s ease-in-out;
	color: #554e4e;
	background-color: transparent !important;
}

.t-box:focus {
	/*box-shadow: 0 0 10px #1875cb;*/
	border-bottom: solid 1px #2d6938 !important;
}

.btn {
	display: inline-block;
	width: 1.94rem;
	height: 0.59rem;
	line-height: 0.59rem;
	border: solid 1px #1e8f8e !important;
	background-color: #1e8f8e;
	font-size: 0.2rem;
	color: #fff;
	border-radius: 25px;
	transition: all 0.2s ease-in-out;
	text-shadow: 2px 1px 3px rgba(1,54,26,0.45);
}

.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;
	border-color: #656565 !important;
	color: #fff;
	background-color: #656565 !important;
	margin-left: 0.55rem;
}

.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{
	margin: 0.4rem auto 0;
	background:linear-gradient(to right, #d0e9cd 0%, #e0eed2 50%, #d2eace 100%);
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top:10px solid #bee3c7;
    border-bottom: 10px solid #bee3c7;
}

/**
 * 忘记密码？
 **/

.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;
}
/* 小程序悬浮窗 */
.mini-program-float {
	position: fixed;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 100;
	transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mini-program-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: linear-gradient(135deg, #2C7A42, #3F9E5A);
	border-radius: 50% 0 0 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
	cursor: pointer;
	box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.2), inset 2px 0 0 rgba(255, 255, 255, 0.25);
	transition: all 0.3s ease;
	z-index: 2;
}

.mini-program-toggle:hover {
	background: linear-gradient(135deg, #3F9E5A, #2C7A42);
	transform: scale(1.05);
	box-shadow: -7px 7px 25px rgba(0, 0, 0, 0.25);
}

.mini-program-toggle i {
	transition: transform 0.3s ease;
	font-size:30px;
}

.mini-program-content {
	background: white;
	border-radius: 20px 0 0 20px;
	padding: 25px;
	box-shadow: -10px 10px 40px rgba(0, 0, 0, 0.2);
	width: 280px;
	transform: translateX(100%);
	transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	position: relative;
	z-index: 1;
	border: 1px solid rgba(44, 122, 66, 0.3);
	border-right: none;
}

.mini-program-float.expanded .mini-program-content {
	transform: translateX(0);
}

.mini-program-float.expanded .mini-program-toggle i {
	transform: rotate(180deg);
}

.qrcode-title {
	font-size: 18px;
	color: #2C7A42;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.qrcode-title i {
	font-size: 22px;
}

.qrcode-container {
	width: 200px;
	height: 200px;
	margin: 0 auto 20px;
	background: white;
	padding: 15px;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid rgba(44, 122, 66, 0.25);
	display: flex;
	align-items: center;
	justify-content: center;
}

.qrcode-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 8px;
}

.qrcode-desc {
	color: #5D7A5D;
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 15px;
}

.qrcode-desc strong {
	color: #2C7A42;
	font-weight: 600;
}

.qrcode-tips {
	background: rgba(44, 122, 66, 0.08);
	border-radius: 10px;
	padding: 12px 15px;
	font-size: 12px;
	color: #486D48;
	line-height: 1.4;
	border-left: 3px solid #2C7A42;
}

.qrcode-tips i {
	color: #2C7A42;
	margin-right: 2px;
}