.eis-page-bg{
	width: 100%;
	height: 100vh;
	min-width: 1470px;
	background: linear-gradient(119deg, #F8DFE6 60%, #E0F2E9 98%, rgba(224, 242, 233, 0) 100%);
	background-size: 200% 100%;
	background-position: 100% 50%;
	animation: slide-background 10s infinite alternate;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.eis-page-download {
	width: 100%;
	height: 100vh;
}

/* 定义动画，使背景从左向右移动 */
@keyframes slide-background {
	100% {
		filter: hue-rotate(360deg);
	}
}

.eis-page-content {
	height: calc(100% - 80px - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-mian {
	width: 100%;
	max-width: 1470px;
	text-align: center;
}

.download-mian-type {
	font-size: 24px;
	/* margin-top: 180px; */
	margin-bottom: 12px;
}

.download-mian-title {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 12px;
}

.download-mian-btn {
	width: 280px;
	height: 54px;
	margin: 0 auto 12px;
	line-height: 54px;
	border-radius: 10px;
	background: #5A8AFB;
	font-size: 24px;
	color: #ffffff;
	cursor: pointer;
}
.download-mian-btn .mini-text {
	font-size: 16px;
}

.download-mian-btn img {
	margin-right: 10px;
}

.download-mian-remark {
	font-size: 18px;
	color: #9a9a9a;
}


.eis-page-popup {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, .2);
	flex-wrap: wrap;
}

.popup-main {
	width: 850px;
	height: 450px;
	background-color: #ffffff;
	position: relative;
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	overflow: hidden;
}

.popup-flex {
	height: calc(100% - 80px);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.select-show {
	width: 400px;
	height: 220px;
	background-color: #ffffff;
	position: relative;
	border-radius: 20px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.adhesive-tape::before,
.adhesive-tape::after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(0, 0, 0, 0.1);
	transform: rotate(45deg);
}

.adhesive-tape::before {
	height: 100px;
	top: -40px;
	left: -20px;
}

.adhesive-tape::after {
	width: 100px;
	top: -20px;
	right: -40px;
}

.popup-title {
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.popup-title span {
	position: absolute;
	top: -8px;
	right: 30px;
	cursor: pointer;
}

.popup-title span:hover {
	color: red;
}

.popup-from {
	width: calc(50% - 2px);
	height: calc(100% - 80px -20px);
	border-right: 2px double #9a9a9a;
}

.popup-text {
	width: 50%;
}

.input-group {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.input-group span {
	margin-right: 5px;
}

.input-group input {
	width: 80%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: none;
	font-size: 16px;
}

/* .input-group input:invalid{
	border-color: red;
}
.input-group input:invalid + label::before{
	content: "❌";
    color: red;
} */

.input-group label {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
	background: #fff;
	padding: 0 5px;
	color: #999;
	pointer-events: none;
	transition: 0.3s;
}

.code-input {
	width: calc(60% - 20px) !important;
	position: relative;
	right: calc(10% + 5px);
	border-radius: 5px 0 0 5px !important;
}

.get-code {
	width: 20%;
	padding: 9px 10px;
	color: #797979;
	background-color: #dfdfdf;
	position: absolute;
	top: 0px;
	right: calc(5% + 6px);
	cursor: not-allowed;
}

.get-code-click {
	background-color: #6A6B85;
	color: #ffffff;
	cursor: pointer;
}

/* .input-group input:focus+label,
.input-group input:valid+label,
.input-group input:not(:placeholder-shown) + label {
	top: -10px;
	font-size: 12px;
	color: #333;
} */

.active {
	top: -10px !important;
	font-size: 12px;
	color: #333 !important;
}

.popup-explain {
	width: 85%;
	margin: auto;
	font-size: 18px;
	/* text-indent: 40px; */
	line-height: 36px;
	/* text-align: center; */
}

.input-btn {
	width: 80%;
	height: 40px;
	border-radius: 15px;
	background: linear-gradient(119deg, #F8DFE6 0%, #E0F2E9 98%, rgba(224, 242, 233, 0) 100%);
	box-sizing: border-box;
	border: 1px solid #000000;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	margin-left: 10%;
	cursor: pointer;
}

.input-btn:hover {
	background: linear-gradient(119deg, #E0F2E9 0%, #F8DFE6 98%, rgba(224, 242, 233, 0) 100%);
	background-size: 200% 100%;
	background-position: 100% 50%;
	/* animation: slide-background 5s infinite alternate linear; */
}

.input-checkbox {
	margin-top: 10px;
	height: 40px;
	font-size: 14px;
	padding-left: 32px;
	line-height: 20px;
	cursor: pointer;
}

.input-checkbox input {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: relative;
	top: 4px;
}

.look-text a {
	color: #5A8AFB;
}

.popup-btn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #ccc;
	display: flex;
	font-size: 20px;
}

.popup-btn div {
	flex: 1;
	text-align: center;
	cursor: pointer;
}

.popup-btn div:not(:last-child) {
	border-right: 1px solid #ccc;
}

.popup-wechat {
	height: 40%;
	width: 85%;
	margin: auto;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
}

.popup-wechat-text {
	font-size: 18px;
	/* text-align: left; */
}

.popup-wechat img {
	width: 40%;
}

.popup-download-p {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	padding: 10px 0;
}

.popup-download-p:not(:last-child) {
	border-bottom: 2px dashed #ccc;
}

.download-label {
	width: 100px;
	text-align: right;
	font-weight: 600;
}

.download-button {
	width: 150px;
	text-align: center;
	background-color: #5A8AFB;
	cursor: pointer;
	color: #ffffff;
	border-radius: 10px;
	line-height: 40px;
}

.download-code {
	width: calc(100% - 100px - 10px - 50px);
	height: 235px;
	margin-bottom: 10px;
	position: relative;
	bottom: 23px;
	display: flex;
	gap: 10px;
	
	/* overflow-y: auto; */
}

.download-code-left{
	width: 90%;
	height: 100%;
	background-color: #f1f1f1;
	color: #595959;
	padding: 5px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	cursor: pointer;
	position: relative;
	text-overflow: ellipsis;
	/* -webkit-line-clamp: 9;
	display: -webkit-box;
	-webkit-box-orient: vertical; */
	border-radius: 5px;
	font-size: 17px;
}

.download-code-right{
	width: 10%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #5A8AFB;
	cursor: pointer;
	color: #ffffff;
	border-radius: 10px;
	font-size: 18px;
}

.download-code::after {
	content: "请妥善保管授权码，切勿分享给他人。授权码可用于EIS Mega软件的激活；";
	position: absolute;
	top: calc(100% + 15px);
	left: 0;
	/* display: none; */
	padding: 5px;
	background-color: #fff4e5;
	color: #9d7b53;
	font-size: 12px;
}
.tip-text{
	color: #b2b2b2;
	font-size: 12px;
}

.download-code:hover::after {
	/* display: block; */
}

.downloadNone {
	/* width: ; */
	/* animation: downloadNone .5s 0s forwards; */
	display: none;
}

@keyframes downloadNone {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(-800px);
		opacity: 0;
		display: none;
		height: 0;
	}
}

.view-display-none {
	display: none;
}

.downloadShow {
	display: flex;
	/* opacity: 0; */
	/* animation: downloadShow .5s 0s forwards; */
	align-items: center;
}

@keyframes downloadShow {
	0% {
		transform: translateX(800px) translateY(-500px);
		opacity: 0;
		display: none;
	}

	100% {
		transform: translateX(0) translateY(0);
		opacity: 1;
		display: flex;
	}
}