* {
	padding: 0;
	margin: 0;
}

.contain {
	width: 100%;
	min-width: 1500px;

}
.topLogo{
	width: 1500px;
	margin: 0 auto;
	display: flex;
	height: 80px;
	align-items: center;
}
.topLogo div{
	width: 1px;
	height: 20px;
	background-color: #7f7f7f;
	margin: 0 20px;
	position: relative;
	top: 3px;
}
.topLogo p{
	color: #666;
	font-size: 16px;
}
input {
	border: 1px darkgray solid;
}

.title {
	width: 100%;
	height: 50px;
}

.title_container {
	line-height: 50px;
	color: white;
	width: 1090px;
	margin: 0 auto;
	overflow: hidden;
}

.title_container img {
	vertical-align: -8px;
}

.title span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	line-height: 20px;
}

.title_container>div:nth-child(1) {
	float: left;
}

.comp {
	margin-left: 10px;
	color: #fff;
}

.title_container>div:nth-child(2) {
	float: right;
}

.contain_body {
	width: 100%;
	min-width: 1500px;
	position: relative;
}

.contain_main {
	width: 1500px;
	position: absolute;
	left: 50%;
	height: 100%;
	top: 0;
	transform: translate(-50%, 0);
}

.contain_left {
	width: 474px;
	height: 510px;
	background-color: rgba(0,0,0,1);
	position: absolute;
	overflow: hidden;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index:12;
	/* margin: 0 auto; */
}
.contain_left img#mohuImg{
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 11;
	filter:blur(16px);
}
.contain_right {
	width: 634px;
}

.contain_right img {
	width: 100%;
}

.contain_left_top {
	margin-top: 70px;
	margin-left: 180px;
}

.contain_left_middle {
	width: 380px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	text-align: center;
	color: #333333;
	/* line-height: 40px; */
}

.contain_left_bottom {
	width: 474px;
	height: 510px;
	text-align: center;
	position: relative;
	z-index: 999999;
	box-sizing: border-box;
	background: rgba(13,26,40,0.27);
}

.contain_input {
	width: 322px;
	margin: 0 auto;
	padding-top: 50px;
}

.log_tip_left {
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.login_pwd{
	margin-right: 30px;
	display: inline-block;
	position: relative;
}
.login_pwd span{
	position: absolute;
	bottom:-10px;
	display: inline-block;
	width: 38px;
	height: 3px;
	left: 50%;
	margin-left: -19px;
	background-color: #fff;
}
.login_phone{
	cursor: pointer;
	display: inline-block;
}
.log_tip_right {
	float: right;
}

/* .log_tip-father {
	overflow: hidden;
	margin-top: 30px;
	position: relative;
} */
.hr{
	width: 100px;
	height: 4px;
	background-color: #4367FD;
	position: absolute;
	top: -5px;
	z-index: 1000;
}
.img1{
	position: absolute;
	top: 16px;
	right: 45px;
	z-index: 1000;
}
.img2{
	position: absolute;
	right: 0;
	top: 0;
}
.img2:hover{
	cursor: pointer;
}
.name {
	margin-top: 28px !important;
	margin-bottom: 18px;
}

.contain_input input {
	border: 1px solid #fff;
	/* padding: 0 10px; */
	box-sizing: border-box;
}

.contain_input input,
.login_in {
	width: 323px;
	height: 48px;
}

.layui-btn.login_in {
	margin-top: 20px;
	height: 50px!important;
	line-height: 50px;
	color: white;
	cursor: pointer;
	background: #EC830F;
}
.logo_bottom{
	padding-top:10px ;
	padding-bottom: 15px;
}
.logo_bottom>span:nth-child(1) {
	float: left;
	font-size: 14px;
}

.logo_bottom>span:nth-child(2) {
	float: right;
	font-size: 14px;
}

.logo_bottom {
	overflow: hidden;
}

.forgot_pass {
	/* border-right: 1px darkgray solid; */
	/* padding-right: 15px; */
	color: #fff;
}

.registered {
	/* padding-left: 15px; */
	color: #fff;
}

.bottom_last {
	width: 1090px;
	border: 1px #0F142A solid;
	margin: 0 auto;
}

.bottom {
	background-color: #0F142A;
	min-width: 1090px;
}

.bottom_last_son {
	color: rgba(128, 133, 136, 1);
}

.about {
	font-size: 16px;
	font-weight: 400;
	color: rgba(128, 133, 136, 1);
	line-height: 22px;
	margin-top: 39px;
	margin-bottom: 34px;
}

.about>span {
	margin-right: 40px;
}

.center>span,
.bottom_number>span,
.bottom_number>a,
.numb>span {
	font-size: 14px;
	font-weight: 400;
	color: rgba(128, 133, 136, 1);
	line-height: 20px;
	margin-right: 20px;
}

.center {
	margin-bottom: 12px;
}

.numb {
	margin-top: 4px;
}

.police_img {
	height: 20px;
	vertical-align: -4px;
}

a {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}

.logo-input::placeholder {
	color: #9F9F9F;
	padding-left: 0px;
}

#logo-input::placeholder {
	color: #9F9F9F;
	padding-left: 0px;
}

.bottom_last a {
	color: rgba(110, 110, 117, 1);
}
.registered:visited,.forgot_pass:visited{
	color: #333;
}
.registered:hover,.forgot_pass:hover{
	color: rgb(65, 101, 253);
}
#bannerBg{
	display: block;
	width: 100%;
}
.loginForm .layui-input {
	padding-left: 46px;
}
.layui-input-block {
	margin-left: 0!important;
}
.layui-form-item{
	position: relative;
}
.layui-form-item img.iconInput{
	position: absolute;
	left: 12px;
	top: 12px;
}
.wxText{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom:74px;
	left: 0px;
}
.wxText span{
	color: #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 15px;
}