.popmask {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.popmask input[type=tel] {
	border: none;
}

.popmask .logincontent {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #FFFFFF;
	border-radius: 10px;
	z-index: 222;
	padding: 28px;
}


.popmask .logincontent .logo {
	width: 134px;
}

#logincheck {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	-webkit-appearance: auto;
	cursor: pointer;
}

.popmask .logincontent .CloseModal {
	position: absolute;
	/* width: 65px;
	height: 65px; */
	top: -11px;
	right: 0;
	width: 36px !important;
	height: 36px !important;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
	-webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 17%);
	-ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
	-moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
	-o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
	background-image:  url('../img/close1.png') ;
	cursor: pointer;
}
.popmask .logincontent .logintitle {
	padding-left: 10px;
	padding-top: 30px;
}

.popmask .logincontent .title {
	text-align: left;
	font-size: 18px;
	border-bottom: 2px solid rgb(249, 98, 3);
	color: rgb(249, 98, 3);
	padding-bottom: 5px;
	display: inline-block;
}

.popmask .logincontent .loginphone {
	width: 100%;
	padding: 0 12px;
	height: 40px;
	background: #f8f8f8;
	margin-top: 10px;border-radius: 6px;
}

.popmask .logincontent .codeview {
	width: 100%;
	margin-top: 10px;
}

.popmask .logincontent .logincode {
	width: calc(100% - 98px);
	padding: 0 12px;
	height: 40px;
	border-radius: 6px;
	background: #f8f8f8;
}

.popmask .logincontent .codebtn {
	width: 98px;
	height: 40px;
	line-height: 40px;
	background: #F96203;
	text-align: center;
	color: #fff;
	font-size: 13px;
	border-radius: 6px;
	cursor: pointer;
}

.popmask .logincontent .agreementview {
	/* height: 50px; */
	margin: 20px 0;
	width: 100%;
	cursor: pointer;
}

.popmask .logincontent .agreementtitle {
	color: #999;
	margin-left: 5px;
	font-size: 14px;
	line-height: 14px;
}

.popmask .logincontent .agreementlable {
	color: #000;
	margin-left: 5px;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}

.popmask .logincontent .loginbtn {
	background: #ff7106;
	height: 40px;
	width: 100%;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border-radius: 6px;
}