/* 背景 S  */

.loginbj {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.loginbj img {
	width: 100%;
}k

/* 背景 E  */

/* 内容 S  */
@media (max-width:575px) {
	.logincon {
		width: 80%;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}

	.logincon .loginleft {
		width: 100%;
		display: none;
	}

	.mobilelogo {
		display: block;
		text-align: center;
		margin-bottom: 40px;
		width: 200px;
		margin: 20px auto;
	}

	.mobilelogo img {
		width: 200px;
	}

	.logincon .loginright {
		width: 100%;
		background: #fff;
		padding: 5%;
	}

	.mt30 {
		margin-top: 1.5rem;
	}

	.mb50 {
		margin-bottom: 1rem;
	}

	.mt50 {
		margin-top: 1rem;
	}

	.loginright .account .con .item {
		margin-bottom: 1rem !important;
	}

	.loginright .account .con .but {
		line-height: 3rem !important;
		height: 3rem !important;
		margin-bottom: 0 !important;
	}

	.loginright .account .con .log_yzm {
		width: 7rem !important;
		height: 3rem !important;
		overflow: hidden;
		margin-bottom: 1rem !important;
		margin-left: 1rem !important;
	}

	.loginright .account .con .log_yzm img {
		width: 7rem !important;
		height: 3rem !important;
	}

	.loginright .account .con .log_yzmbox .item {
		width: calc(100% - 8rem);
	}
}

@media (min-width:576px) {
	.logincon {
		width: 80%;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}

	.logincon .loginleft {
		width: 100%;
		display: none;
	}

	.mobilelogo {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}

	.logincon .loginright {
		width: 100%;
		background: #fff;
		padding: 5%;
	}

}

@media (min-width:768px) {
	.logincon {
		width: 80%;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}

	.logincon .loginleft {
		width: 100%;
		display: none;
	}

	.mobilelogo {
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}

	.logincon .loginright {
		width: 100%;
		background: #fff;
		padding: 5%;
	}

}

@media (min-width:992px) {
	.logincon {
		width: 1200px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 100;
		background: #fff;
	}

	.mobilelogo {
		display: none;
	}

	.logincon .loginleft {
		width: 50%;
		display: block;
	}

	.logincon .loginright {
		width: 50%;
		background: #fff;
		padding: 3%;
	}
}

@media (min-width:1200px) {
	.logincon {
		width: 1200px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 100;
	}

	.logincon .loginleft {
		width: 50%;
		display: block;
	}

	.logincon .loginright {
		width: 50%;
		background: #fff;
		padding: 3%;
	}
}


.logincon .loginleft .img img {
	width: 100%;
}

.logincon .loginleft .logo {
	top: 50px;
	left: 50px;
}

.loginright .account .title {
	font-size: 16px;
	color: #999;
	text-align: center;
	cursor: pointer;
}

.loginright .account .title span {
	position: relative;
	padding: 0 10%;
}

.loginright .account .title .active {
	font-weight: bold;
	color: #333;
}

.loginright .account .title .active::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #0d6ab0;
	width: 20px;
	height: 4px;
	bottom: -10px;
}

.loginright .account .con input.password {
	background: none;
	height: 55px;
	padding: 10px 0;
	line-height: 35px;
	flex: 1;
	border: 0;
	padding-left: 10px;
	padding-right: 25px;
	outline: none;
	/*color: #a6b0c4;*/
}

.loginright .account .con .item {
	border: 1px solid #f1f1f1;
	height: 55px;
	padding: 4%;
	line-height: 55px;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}

.loginright .account .con .log_yzmbox .item {
	flex: 1;
}

.loginright .account .con .log_yzm {
	width: 100px;
	height: 55px;
	overflow: hidden;
	margin-bottom: 15px;
	margin-left: 20px
}

.loginright .account .con .log_yzm img {
	width: 100px;
	height: 55px;
}

.loginright .account .con .item .ico {
	width: 19px;
	text-align: center;
	display: inline-block;
}

.loginright .account .con .item img {
	height: 19px;
}

.loginright .account .con .but {
	border: 0;
	color: #013e7f;
	border: 1px solid #0d6ab0;
	line-height: 60px;
	font-size: 15px;
	margin-top: 20px;
	background: 0;
	flex: 1;
	margin-right: 20px;
	height: 60px;
}

.loginright .account .con .but:last-child {
	margin-right: 0;
}

.loginright .account .con .but.active {
	background: #0d6ab0;
	color: #fff;
}

.loginright .account .con .forget a {
	font-size: 14px;
	color: #013e7f;
}

.otherbox {
	text-align: center;
}

.otherbox .line {
	width: 40px;
	height: 1px;
	background: #eaeaea;
	display: inline-block;
	margin: 0 15px;
}

/* 内容 E  */
