* {
	margin: 0px;
	padding: 0px;
}

.box {
	width: 100%;
	height: 810px;
	background-color: #f0f0f0;
	box-shadow: 4px 4px 10px linear-gradient(to bottom right, #ff0000, #00ff00);
}

#head {
	width: 100%;
	height: 60px;
}

.conter {
	width: 100%;
	height: 600px;
	background: url("../img/大图.png") no-repeat;
	flex: content;
}

#bg_log {
	width: 68%;
	height: 600px;

}

#login_log {
	width: 32%;
	height: 600px;



}

.log_menu {
	float: left;
}

.row {
	width: 300px;
	height: 430px;
	margin: 100px 0 0 0;
	background-color: white;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}

.row-header {
	width: 300px;
	height: 70px;
	background-color: dodgerblue;
}

.row-header h2 {
	text-align: center;
	color: #f0f0f0;
	line-height: 60px;
}

.row_input p {
	display: block;
	width: 280px;
	padding: 10px;
}

.row_input p .no-border {
	width: 280px;
	height: 40px;
	border-radius: 5px;
	border: none;

}


.row-pwd span {
	display: block;
	width: 140px;
	height: 20px;
	float: left;
	margin-left: 10px;
	justify-content: center;
	align-items: center;

}
#captcha-text{
	border: none;
	width: 80px;
	height: 30px;
	font-size: 13px;
	opacity: 0.9;
	color:white;
	font-family: "微软雅黑";
	background-color:cornflowerblue;
	border-bottom: 1px solid #000;
	font-style: italic;
	border-radius: 5px;
	
}
.Error{
	color: #ff0000;
	font-size: 12px;
}
#txtCaptcha {
	width: 100px;
	height: 40px;
}
.cbbox {
	width: 15px;
	height: 15px;
	vertical-align: -0.1em;
}

.row_pwd {
	margin-left: 40px;
	text-decoration: none;
	color: darkgray;
}
.row_pwd:hover {
	color: black;
}

.user, .userNumber, .no-border:focus {
	outline: none;
}


#btnLogin {
	width: 280px;
	height: 40px;
	background-color: cornflowerblue;
	border: none;
	color: #F5F5F5;
	margin-top: 10px;
}

.regetir a {
	color: black;
	text-decoration: none;
}

.regetir a img {
	width: 20px;
	height: 20px;
}

.phone {
	width: 280px;
}

.u_phone {
	display: block;
	width: 280px;
	height: 40px;
	margin-top: 10px;
	margin-left: 10px;
	border: #f0f0f0 solid 1px;
	color: darkgray;
}
#validationResult,#RequiredFieldValidatorResult {
	margin-left: 10px;
}
.user {

	width: 200px;
	height: 40px;
	font-size: 16px;
	border: none;
}
.u_number {
	display: block;
	width: 280px;
	height: 40px;
	margin-top: 10px;
	margin-left: 10px;
	border: #f0f0f0 solid 1px;
	color: darkgray;
}

.userNumber {
	width: 140px;
	height: 40px;
	font-size: 16px;
	border: none;
}

.btnNumber {
	width: 80px;
	height: 40px;
	background-color: cornflowerblue;
	border: none;
	color: #F5F5F5;
	border-radius: 2px;
}

.btnPLogin {
	width: 280px;
	height: 40px;
	background-color: cornflowerblue;
	border: none;
	margin-top: 10px;
	margin-left: 10px;
	color: #F5F5F5;
	border-radius: 2px;
}

.tooltip {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	left: 10px;
}

.tooltip img {
	width: 20px;
	height: 20px;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 150px;
	background-color:#f0f0f0;
	color: black;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 12px;
	
}
.tooltip a{
	text-decoration: none;
}
.tooltip:hover .tooltipPhone {
	visibility: visible;
	opacity: 1;
}
.qr-code {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  /* border: 2px dashed #00aaff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.instructions {
text-align: center;
}
.content {
	display: none;
}