.footer_act {
	display: flex;
	align-items: center;
	background-color: #6e6de880; /* Primary color */
	color: #fff;
	font-size: 26px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 98px;
	z-index: 99;
	justify-content: center;
	box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.3); /* 向上的投影 */
	opacity: 0;
}

.footer_act .act_ip {
	width: 89px;
	height: 112px;
	margin-bottom: 50px;
}

.footer_act .act_free {
	font-size: 32px;
	font-weight: bold;
	color: rgba(255, 199, 48, 1);
	margin-bottom: 4px;
}

.footer_act .act_btn {
	background-color: #ffffff; /* Button background */
	color: #6e6de8; /* Button text color */
	padding: 2px 16px;
	margin-left: 20px;
	border-radius: 4px;
	text-decoration: none;
	opacity: 0.8;
}

.footer_act .act_btn:hover {
	opacity: 1;
}
.footer_act .act_qr {
	margin-left: -45px;
	margin-bottom: 60px;
}

#act_dialog_1 {
	display: none;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	color: #4e4290;
}

.layui-layer {
	color: #6e6de8; /* Button text color */
}

#reg {
	width: 505px;
	height: 600px;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
}

/*页面内弹窗*/
#reg .top1 p i {
	font-size: 24px;
}
#reg .top1 p span {
	font-size: 36px;
}
#reg .top1 p {
	padding: 28px;
	font-size: 30px;
	font-weight: bold;
	color: #4c4472;
}

#reg .top img {
	position: absolute;
	width: 790px;
	left: -150px;
	max-width: unset;
}
#reg .top p {
	text-align: center;
	padding: 28px;
	font-size: 30px;
	font-weight: bold;
	color: #4c4472;
}
#reg .form {
	margin-top: 20px;
	padding: 20px 40px;
	position: relative;
}

#reg .bot {
	position: absolute;
	width: 375px;
	bottom: -65px;
	width: 209px;
	left: 355px;
}
#reg .form .row {
	background-color: #f8f7fb;
	margin-bottom: 20px;
	padding: 10px;
}
#reg .form .txt {
	display: inline-block;
	margin-right: 20px;
	color: #4e4290;
}
#reg .form .row input {
	background-color: #f8f7fb;
	height: 30px;
	width: 65%;
	border: 0;
	color: #4e4290;
}
#reg a.btn {
	background-color: #4e4290;
	color: #fff;
	width: 170px;
	font-size: 20px;
	padding: 12px 0;
	display: block;
	margin: auto;
}
#reg i {
	font-style: normal;
}
#reg .txt i {
	margin-left: 10px;
}
#reg .tel {
	position: relative;
	display: none;
}
#reg .tel p {
	position: absolute;
	top: -55px;
	right: 0;
	background-color: #ffbd52;
	color: #fff;
	padding: 5px 10px;
}
#reg .tel p:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #ffbd52;
	bottom: -5px;
	right: 24px;
	transform: rotate(45deg);
}
#reg a.btn {
	cursor: pointer;
}
#reg .tips {
	position: absolute;
	bottom: 70px;
	padding: 8px 17px;
	background-color: #ffbe50;
	display: none;
	left: 33%;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 22px;
}
/* #reg .tips p{position: relative;} */
#reg .tips::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #ffbe50;
	bottom: -4px;
	transform: rotate(45deg);
	left: 45%;
}
#reg .tl {
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	border: 1px solid rgba(248, 247, 251, 1);
}
#reg .active {
	background-color: #d2c6f5;
}
#reg .sel .top {
	font-size: 16px;
	margin-bottom: 19px;
	padding: 25px 0 0 34px;
	font-weight: 600;
	color: rgba(78, 66, 144, 1);
	line-height: 22px;
}
#reg li {
	font-size: 14px;
	font-weight: 500;
	padding: 10px 34px;
	color: rgba(51, 51, 51, 1);
	line-height: 22px;
}

#reg .row {
	position: relative;
}
#reg .sel {
	position: absolute;
	background-color: #fff;
	z-index: 1;
	display: none;
	width: 100%;
	left: 0;
	right: 0;
	top: 60px;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	border: 1px solid rgba(248, 247, 251, 1);
}
#doyoo_mobile_chat_hint {
	display: none !important;
}
#reg .city {
	position: absolute;
}
#reg .school {
	position: absolute;
}

@media screen and (max-width: 768px) {
	.footer_act {
		font-size: 16px;
	}

	.footer_act .act_free {
		font-size: 22px;
	}

	#reg {
		transform: scale(0.6);
	}
}
