@charset "UTF-8";


.bg-black{
	    background-color: #000;
}
.w-1200{
	/* width: 1200px; */
	width: 1260px;
	padding-left: 0px;
	padding-right: 0px;
}
.hide {
	display: none;
}

.logo-box:hover{
	cursor: pointer;
}

.logo-box img {
	width: 130rpx;
	height: 52rpx;
}

.login-btn {
	width: 120px;
	height: 56px;
	color: #FFFFFF;
	text-align: center;
	line-height: 56px;
	background-color: #004BAA;

}

.login-btn:hover {
	cursor: pointer;
	background-color: rgba(0, 75, 170, 0.8);
}

.out-box {
	font-size: 16px;
	color: #999;
}

.out-btn {
	background-color: #004BAA;
	width: 120px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	color: #FFFFFF;
}

.out-btn:hover {
	cursor: pointer;
	background-color: rgba(0, 75, 170, 0.8);
}

.login-mask {
	background-color: rgba(0, 0, 0, 0.5);
	position: relative;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 99;
	width: 100%;
	height: 100%;
}

.login-box {
	width: 1000px;
	height: 550px;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	box-shadow: 4px 0px 12px 0px rgba(0, 0, 0, 0.1);
	margin: auto;
	z-index: 99;
	padding: 0;

}

.login-box-left {
	padding: 0;
	width: 450px;
	height: 550px;
	background-image: url(https://photo.tuchong.com/8970834/f/122933369.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
}

.login-box-right {
	width: 550px;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.login-title {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	text-align: left;
}

.login-active {
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}

.login-title>div:hover {
	cursor: pointer;
	position: relative;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}


.login-active:after {
	content: '';
	width: 50%;
	height: 2px;
	background-color: #004BAA;
	position: absolute;
	bottom: -5px;
	left: 25%;
}

.login-tel-form {
	width: 345px;
}

.login-form-item {
	position: relative;
	width: 345px;
}

.login-form-item input {
	width: 345px;
	height: 45px;

}

.btn-code {
	cursor: pointer;
	width: 114px;
	height: 45px;
	border-radius: 0px 4px 4px 0px;
	color: #FFFFFF;
	background-color: #004BAA;
	text-align: center;
	line-height: 45px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.btn-code:hover {
	cursor: pointer;
	background-color: rgba(0, 75, 170, 0.8);
}

.local-code {
	color: #004BAA;
}

.local-code:hover {
	cursor: pointer;
	background-color: #004BAA;
	color: #FFFFFF;
}

.form-check-label {
	color: #666666;
	font-size: 16px;
}

.login-submit {
	width: 346px;
	height: 44px;
	border-radius: 4px;
	text-align: center;
	background-color: #004BAA;
	line-height: 44px;
	font-size: 18px;
	color: #FFFFFF;
}

.login-wx-form {}

.code-scan {
	width: 145px;
	height: 145px;
	padding: 5px;
	border: 1px dotted #666666;
}

.code-tip {
	font-size: 16px;
	color: #004BAA;
	cursor: pointer;
}

.code-tip2 {
	font-size: 18px;
	color: #333333;
}
iframe{
width: 300px;
height: 330px;
}
.userAgreement:hover{
	color: #004BAA;
}
#exampleCheck1{
	transform: translateY(2px);
}