.mantle_div {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	z-index: 100;
	display: flex;
	justify-content: center;
}

.mantle_tip_span {
	font-size: 30px;
	font-family: Arial, Arial-Black;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
}

.mantle_tip_div {
	width: 606px;
	margin-left: 85px;
	/*height: 69px;*/
	/*margin-top: 397px;*/
	/*margin-top: 20px;*/
	text-shadow: 0px 0px 4.65px 0px rgba(0, 0, 0, 0.25);
}

.mantle_div_max {
	width: 1040px;
	display: flex;
}

.mantle_login_btn_div {
	cursor: pointer;
	width: 120px;
	height: 48px;
	border: 2px solid #ffffff;
	border-radius: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 345px;
	margin-top: 25px;
}

.mantle_login_btn_span {
	font-size: 30px;
	font-family: Arial, Arial-Regular;
	font-weight: 400;
	text-align: left;
	color: #ffffff;
	line-height: 40px;
	text-shadow: 0px 0px 4.65px 0px rgba(0, 0, 0, 0.25);
}

.mantle_login_div {
	margin-top: 166px;
	/*margin-left: 97px;*/
	width : 243px;
	height: 260px;
	border: 1px dashed #ffffff;
	width: 243px;
}

.mantle_login_div_view {
	margin: 7px;
	pointer-events: none;
	cursor: default;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.arrow{
	margin-left: 687px;
    margin-right: 20px;
    margin-top: 327px;
}
