.shiyong {
	background: #fff;
	border-radius: 10px;
	width: 80%;
	max-width: 500px;
	/* height: 400px; */
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	-50%: -3.8rem !important;
	box-shadow: 0 0 0.3rem rgba(0, 0, 0, .2);
	z-index: 9999;
	visibility: visible;
	display: none;
	padding: 0rem;
	box-shadow: 1px 1px 1px 2000px rgba(0, 0, 0, .5);
}

.shiyong>div {
	padding: 30px 0.7rem 20px 0.7rem;

}

.shiyong input {
	margin-bottom: 10px;
	top: 0.4rem;
	outline: none;
}

.shiyong p {
	font-size: 20px;
	color: #333333;
	text-align: center;
}

.shiyong .input_join {
	border: none;
	border-bottom: 0.02rem solid #f2f2f2;
	height: 3.5rem;
	line-height: 0.8rem;
	padding-top: 0.2rem;
	display: block;
	width: 100%;
}

.shiyong .input_join::-moz-placeholder {
	color: #333333;
}

.shiyong .input_join select {
	border: none;
	margin-right: 0.4rem;
	padding-right: 0.4rem;
	background-color: white;
	height: 0.5rem;
}

.shiyong .input_join select option {
	color: #333;
}

.close {
	width: 16px;
	height: 16px;
	background: url("d_bg.png")
		/*tpa=https://ads2.molyn.cn/changwen/popups/d_bg.png*/
		no-repeat;
	position: absolute;
	right: 0px;
	top: 20px;
}

.verCodeBtn {
	border: none;
	color: #fff;
	border-radius: 0rem;
	auto;
	cursor: pointer;
	height: 0.5rem;
	background: none;
	cursor: pointer;
}

.btn_shiyong {
	width: 2.6rem;
	text-align: center;
	cursor: pointer;
}

.btn_wxsm1 {
	background: none;
	border: none;
	height: 2.5rem;
	line-height: 1rem;
	color: #fff;
	font-size: 0.8rem;
	border-radius: 0.25rem;
	margin: 1rem auto -2.5rem auto;
	cursor: pointer;
	color: #3F84FF;
	border: 0.02rem solid #9FC1FF !important;
}

.btn_wxsm1:hover {
	opacity: 0.8;
}

.btn_join {
	width: 3rem !important;
}

.username,
.user_tel {
	font-size: 0.28rem;
	position: absolute;
	top: 0.4rem;
	right: 1rem;
}

.name {
	font-size: 2rem !important;
}

#verCodeBtn {
	border: none;
	color: #333;
	border-radius: 0rem;
	auto;
	cursor: pointer;
	height: 0.5rem;
	background: none;
	cursor: pointer;
	position: absolute;
	top: 0.32rem;
	right: 0rem;
	outline: none;
}

.formTip {
	color: #FF4E4E;
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
}

.tan_wei2 {
	position: absolute;
	z-index: -9;
	right: 55px;
	top: -46px;
	display: none;
}

.right_close {
	position: absolute;
	z-index: 18;
	right: 8px;
	top: 8px;
	width: 12px;
	display: block;
}

.popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	display: none;
}

.popupbox {
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 386px;
	height: 430px;
	background: url("pbg-1.png")
		/*tpa=https://ads2.molyn.cn/changwen/popups/pbg.png*/
		no-repeat;
	background-size: contain;
}

.popupbox_title {
	position: absolute;
	font-size: 24px;
	font-family: PingFang SC;
	color: #020202;
	line-height: 60px;
	top: 47px;
	left: 50%;
	transform: translate(-50%);
	width: 266px;
	text-align: center
}

.popup-img {
	width: 249px;
	height: 249px;
	position: relative;
	left: 50%;
	top: 27%;
	transform: translate(-50%);
}

.zixun {
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
	position: relative;
	top: 70%;
}

.zoomIn {
	-webkit-animation: zoomIn 500ms;
	animation: zoomIn 500ms;
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}

	50% {
		opacity: 1;
	}
}

.zoomOut {
	-webkit-animation: zoomOut 500ms;
	animation: zoomOut 500ms;
}

@keyframes zoomOut {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
}




.rightPoup {
	position: fixed;
	right: 10px;
	bottom: 90px;
	z-index: 1000;
	width: 186px;
	height: 240px;
	background: url("rbg.png")
		/*tpa=https://ads2.molyn.cn/changwen/popups/rbg.png*/
		no-repeat center;
}

.rightTel {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1000;
	width: 186px;
	height: 40px;
	text-align: center;
	display: none
}

.noTelButWechat {}

.noWechatOnlyTel {
	position: absolute;
	font-size: 16px;
	font-family: PingFang SC;
	color: #020202;
	line-height: 180%;
	top: 360px;
	left: 50%;
	transform: translate(-50%);
	width: 266px;
	text-align: center
}

@media (max-width: 992px) {
	.rightPoup {
		display: none;
	}

	.rightTel {
		display: none;
	}

	.noTelButWechat {
		display: block;
	}
}


.addText {
	margin-left: 20%;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 800;
	color: #333333;
	margin-top: 21px;
	margin-bottom: 17px;
}

.rightPoupEwm {
	margin-left: 20%;
	width: 115px;
	height: 115px;
	background: url("qrcode.png")
		/*tpa=https://ads2.molyn.cn/changwen/popups/qrcode.png*/
		no-repeat center;
}

.rightPoupText1 {
	margin-top: 20px;
	margin-left: 19%;
	color: #FFFFFFC7;
}

.rightPoupText2 {
	margin-top: 8px;
	margin-left: 20%;
	width: 118px;
	font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #333333;
}

.foot-tc,
.foot-ct {
	display: none;
}

.foot-tc p {
	font-size: 18px;
	margin: 0;
	margin-top: calc(15rem / 20);
}

@media (max-width: 992px) {
	.footer-area {
		display: none;
	}

	.foot-ct {
		width: 100%;
		height: calc(102rem / 20);
		background: #1C1F36;
		font-size: calc(12rem / 20);
		text-align: center;
		color: #B2B6B6;
		padding-top: calc(12rem / 20);
		display: block;
	}

	.foot-tc {
		position: fixed;
		width: 100%;
		height: calc(90rem / 20);
		bottom: 0;
		background: #105CFB;
		color: #FFFFFF;
		text-align: center;
		line-height: calc(90rem / 20);
		z-index: 99;
		display: block;
		padding: 0;
	}

	.foot-tc a {
		color: #FFFFFF;
		font-size: 14px
	}

	.foot-tc div {
		width: 50%;
		float: left;
		height: calc(90rem / 20);
		text-align: center;
		line-height: calc(30rem / 20);
	}

	.foot-tc div.cluePhone {
		background: #0055FF
	}
	.foot-tc div.cluePhone .popups {
		color: #fff !important;
	}

	.foot-tc div.linkWechat {
		background: #4CAF50
	}
}

/*banner �ϵĵ绰��΢����ѯ*/
.banner_phone {
	width: 48%;
	float: left;
	padding: 20px;
	background: rgb(63 111 245);
	height: 230px;
	text-align: center
}

.banner_wechat {
	width: 48%;
	float: right;
	padding: 20px;
	background: rgb(63 111 245);
	height: 230px;
}

@media (max-width: 992px) {
	.banner_phone {
		display: none
	}

	.banner_wechat {
		width: 100%
	}
}

/*隐藏品牌*/
.hideBrand {
	display: none
}
#phone_hover {
	position: relative;
}
#phone_hover:hover {
	.cooperate_hideen {
		display: flex;
	}
}
.cooperate_hideen {
    position: absolute;
    top: 0;
    right: 65px;
    display: none;
	gap: 8px;
    align-items: center;
    background-color: #fff;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    box-shadow: 0 0 10px #0000001a;
}
.cooperate_hideen_icon {
	width: 44px !important;
	height: 44px !important;
	margin: 0 !important;
}
.cooperate_title {
	font-size: 12px;
	margin-bottom: 8px;
}
.cooperate_phone {
	font-weight: bold;
	white-space: nowrap;
	font-size: 16px !important;
}