html {
	height: 100%;
}

body {
	height: 100%;
	position: relative;
}

.login_div {
	width: 388px;
	height: 427px;
	position: absolute;
	right: calc((370/1920)*100%);
	bottom: calc((280/1080)*100%);
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 20px 0px rgba(146, 93, 79, 0.6);
	border-radius: 8px;
	padding: 50px 30px;
}

.login_title {
	text-align: center;
	font-size: 24px;
	font-family: SourceHanSansCN-Medium;
	font-weight: 500;
	color: rgba(37, 37, 37, 1);
}

.login_form {
	margin-top: 29px;
}

.login_form>.form-group {
	position: relative;
}

.user,
.password {
	height: 50px;
	padding-left: 70px;
}

.icon {
	width: 50px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 10px;
	border-right: 1px solid rgba(133, 146, 213, 1);
	text-align: center;
	padding-top: 3px;
}
.icon>embed{
	width: 24px;
	height: 24px;
}
.notice {
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	color: rgba(54, 78, 190, 1);
}

.validcode {
	width: 139px;
	height: 49px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	padding-top: 1px;
}
.validcode>img{
	width: 136px;
	height: 48px;
	cursor: pointer;
}

.submit {
	margin-top: 23px;
	/*height: 48px;*/
	background: rgba(54, 78, 190, 1) !important;
	opacity: 0.6;
	border-radius: 6px;
}

.footer {
	font-size: 20px;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
	text-shadow: -1px 0px 4px rgba(0, 0, 0, 1);
	position: fixed;
	bottom: 29px;
	text-align: center;
	width: 100%;
}


/*头部*/

.header {
	position: fixed;
	/*left: calc((90/1080)*100%);
    top: calc((90/1920)*100%);*/
	left: 60px;
	top: 60px;
	display: flex;
	align-items: center;
}

.header>img {
	vertical-align: middle;
	/*
	width: 200px;
	*/
}

.zhxg {
	font-size: 28px;
	font-family: SourceHanSansCN-Regular;
	font-weight: 400;
	color: rgba(24, 24, 24, 1);
	display: inline-block;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid black;
}

.help {
	text-decoration: none;
}

.help:hover {
	text-decoration: none;
}
.sp-style{
	height: 50px;
}
@media only screen and (max-width:1366px) and (max-height:813px) {
	.header {
		left: 30px;
		top: 30px;
	}
	.header>img {
		width: 160px;
	}
	.zhxg {
		font-size: 20px;
	}
	.login_div {
		width: 300px;
		height: 335px;
		position: absolute;
		right: calc((100vw - 300px)/2);
		bottom: calc((311/1080)*100%);
		background: rgba(255, 255, 255, 1);
		box-shadow: 0px 0px 20px 0px rgba(146, 93, 79, 0.6);
		opacity: 0.9;
		border-radius: 8px;
		padding: 50px 25px 20px 25px;
	}
	.sp-style{
		height: 36px;
	}
	.sp-style .el-button--text{
		padding-top: 4px;
		padding-bottom: 0;
	}
	.login_title {
		text-align: center;
		font-size: 16px;
		font-family: SourceHanSansCN-Medium;
		font-weight: 500;
		color: rgba(37, 37, 37, 1);
	}
	.login_form {
		margin-top: 10px;
	}
	.login_form>.form-group {
		position: relative;
	}
	.user,
	.password {
		height: 36px;
		padding-left: 45px;
	}
	.icon {
		width: 35px;
		height: 26px;
		position: absolute;
		left: 0;
		top: 5px;
		border-right: 1px solid rgba(133, 146, 213, 1);
		text-align: center;
		/*padding-top: 4px;*/
	}
	.icon>embed{
		width: 18px;
		height: 18px;
	}
	.notice {
		font-size: 14px;
	}
	.submit {
		margin-top: 30px;
	}
	.footer{
		font-size: 16px;
	}
	.validcode {
		width: 116px;
		height: 35px;
		position: absolute;
		right: 0;
		top: 0;
		text-align: center;
		padding-top: 1px;
	}
	.validcode>img{
		width: 113px;
		height: 34px;
		cursor: pointer;
	}
	.slide_div {
		position: fixed !important;
		top: calc((100vh - 254px)/2) !important;
		left: calc((100vw - 332px)/2) !important;
	}
}
.slide_div{
	position: absolute;top:100px;z-index:999;padding:15px;background-color:#fff;border:1px solid #ccc;border-radius:4px;
}
.slide-yzm-img{
	background-color: red;
	margin: 10px auto;
	position: relative;
}
.slide-yzm-img-all{
	width: 100%;
	height: 100%;
}
.slide-yzm-img-pic{
	position: absolute;
}
.slide-yzm-img-icon{
	position: absolute;
	right:10px;
	top:10px;
	color:#fff;
	cursor: pointer;
	font-size:18px;
}
.slide-verify-slider{
	width: 300px;
	height: 42px;
	text-align: center;
	color: #45494c;
	line-height: 40px;
	margin: 20px auto 0;
	border-radius: 2px;
	border: 1px solid #e4e7eb;
	background-color: #f7f9fa;
	position: relative;
}
.slide-yzm-btn{
	position: absolute;
	top: 0;
	left: 0;
}
.slide-verify-refresh-icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 34px;
	cursor: pointer;
	background: url("../img/icon_light.png") 0 -437px;
	background-size: 34px 471px
}
.slide-verify-slider-mask {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border: 0 solid #1991FA;
	background: #D1E9FE
}

.slide-verify-slider-mask-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	transition: background .2s linear
}

.slide-verify-slider-mask-item:hover {
	background: rgba(54, 78, 190, 0.6);
}

.slide-verify-slider-mask-item:hover .slide-verify-slider-mask-item-icon {
	background-position: 0 -13px
}

.slide-verify-slider-mask-item-icon {
	position: absolute;
	top: 15px;
	left: 13px;
	width: 14px;
	height: 12px;
	background: url("../img/icon_light.png") 0 -26px;
	background-size: 34px 471px
}
.container-active .slide-verify-slider-mask-item {
	height: 38px;
	top: -1px;
	border: 1px solid #1991FA;
}

.container-active .slide-verify-slider-mask {
	height: 38px;
	border-width: 1px;
}

.container-success .slide-verify-slider-mask-item {
	height: 38px;
	top: -1px;
	border: 1px solid #52CCBA;
	background-color: #52CCBA !important;
}

.container-success .slide-verify-slider-mask {
	height: 38px;
	border: 1px solid #52CCBA;
	background-color: #D2F4EF;
}

.container-success .slide-verify-slider-mask-item-icon {
	background-position: 0 0 !important;
}

.container-fail .slide-verify-slider-mask-item {
	height: 38px;
	top: -1px;
	border: 1px solid #f57a7a;
	background-color: #f57a7a !important;
}

.container-fail .slide-verify-slider-mask {
	height: 38px;
	border: 1px solid #f57a7a;
	background-color: #fce1e1;
}

.container-fail .slide-verify-slider-mask-item-icon {
	top: 14px;
	background-position: 0 -82px !important;
}

.container-active .slide-verify-slider-text,
.container-success .slide-verify-slider-text,
.container-fail .slide-verify-slider-text {
	display: none;
}