@charset "utf-8";

.login-wrap-container {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.login-wrap {
	min-height: 500px !important;
	height: 100% !important;
	position: relative;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.login-style1 {
	width: 100%;
	position: relative;
	background-position: right top;
}

.login-style2:before {
	content: "";
	display: block;
	width: 100%;
	height: 220px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.login-style3:before {
	content: "";
	display: block;
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center 70%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
}

.login-style4 {
	width: 100%;
	position: relative;
	background-position: right bottom;
}

.login-style4.login-wrap  .login-footer {
	background-color: #fff;
}

.login-style4.login-wrap .loginBox {
	left: 75%;
}

.login-style4.login-wrap .loginBox h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 26px;
	color: #444;
}

.login-style4.login-wrap .login-logo {
	color: #fff;
	font-size: 28px;
	position: absolute;
	left: 50px;
	top: 50px;
	line-height: 50px;
}

.login-style4.login-wrap .login-logo img {
	vertical-align: bottom;
	padding-right: 12px;
}

.login-style5:before {
	content: '';
	display: block;
	width: 40%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 0px 5px rgba(136, 136, 136, 0.8);
	background-position: 50% 100%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: cover;
	z-index: 9;
}

.login-style5.login-wrap {
	background-color: #ffffff;
	padding-left: 40%;
}

.login-style5.login-wrap .loginBox {
	background-color: #f4f4f4;
	box-shadow: none;
	width: 500px;
	left: 60%;
	transform: translate(0, -55%);
}

.login-style5.login-wrap .loginBox .login-form .form-input {
	width: 400px;
}

.login-style5.login-wrap .loginBox .auth-method {
	width: 400px;
}

.login-style5.login-wrap .loginBox .remember-info {
	width: 400px;
}

.login-style5.login-wrap .loginBox .form-btn .submit {
	width: 400px;
}

.login-style5.login-wrap .login-footer {
	width: 500px;
	left: 60%;
}

.login-wrap .login-footer {
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: rgb(35 48 65/ 70%);
	padding: 10px 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.login-wrap .login-footer.white {
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 10px 0;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

.login-wrap .login-footer.white a {
	color: #fff;
}

.loginBox {
	width: 500px;
	padding-bottom: 30px;
	padding-top: 30px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 5px rgb(136 136 136/ 60%);
	border-radius: 4px;
	border: none;
	color: #999999;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -55%);
	z-index: 99;
}

.loginBox .login-tit {
	text-align: center;
	padding: 0 30px;
	margin-bottom: 20px;
}

.loginBox .login-tit h2 {
	font-size: 28px;
	color: #0079FE;
	margin-top: 10px;
	line-height: 1.5;
}

.loginBox .login-tit img {
	width: auto;
	max-width: 100%;
}

.loginBox .login-form-list {
	text-align: center;
	padding: 0 30px;
}

.loginBox .login-form {
	width: 400px;
	text-align: center;
	margin: 0 auto;
	margin-top: 30px;
	display: none;
}

.loginBox .login-form:first-child {
	display: block;
}

.loginBox .login-form .form-input {
	width: 100%;
	height: 51px;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	background-color: #fff;
}

.loginBox .login-form .form-input.textbox-focused {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgb(0, 0, 0, 0.08), 0 0 8px
		rgb(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgb(0, 0, 0, 0.08), 0 0 8px
		rgb(102, 175, 233, 0.6);
}

.loginBox .login-form .form-input.code .text-ipt {
	width: calc(100% - 180px);
}

.loginBox .login-form .form-input.code .dynamic-password {
	float: right;
	margin-right: 5px;
	margin-top: 5px;
}

.loginBox .login-form .form-input.code .dynamic-password input {
	padding: 0 8px;
	width: 100px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	border: none;
	outline: none;
}

.loginBox .login-form .form-input.code .dynamic-password .getPassword {
	background-color: #006EFF;
	cursor: pointer;
}

.loginBox .login-form .form-input.code .dynamic-password .getCountdown {
	background-color: #cecfd1;
	cursor: default;
}

.loginBox .login-form .form-input.code .identifying-code {
	width: 100px;
	height: 40px;
	margin-top: 4px;
	margin-right: 5px;
	float: right;
	cursor: pointer;
}

.loginBox .login-form .form-input .form-icon {
	margin: 10px 10px;
	width: 30px;
	height: 30px;
	float: left;
}

.loginBox .login-form .form-input .text-ipt {
	width: calc(100% - 52px);
	height: 48px;
	padding-left: 10px;
	border: none;
	float: left;
	outline: none;
	margin-top: 1px;
}

.loginBox .remember-info {
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
}

.loginBox .remember-info label {
	float: left;
	font-weight: 400;
	color: rgb(35 48 65/ 70%);
}

.loginBox .remember-info label input[type='checkBox'] {
	margin-right: 4px;
	vertical-align: -2px;
	width: 14px;
	height: 14px;
}

.loginBox .auth-method {
	overflow: hidden;
	display: inline-block;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: left;
	display: inline-block;
}

.loginBox .form-btn .submit {
	width: 360px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	background: inherit;
	border-radius: 3px;
	border: none;
	cursor: pointer;
}

.loginBox .form-btn .submit:hover {
	opacity: 0.8;
	filter: alpha(opacity = 80);
}

.loginBox .protocol {
	text-align: center;
	margin-top: 20px;
	color: rgb(35 48 65/ 70%);
	font-size: 14px;
}

.loginBox .login-loading {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 13px;
	color: #999;
}

.loginBox .login-loading img {
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 5px;
}

.loginBox .notice-wrapper {
	display: block;
	width: 400px;
	height: 40px;
	text-align: center;
	margin: 10px auto 0 auto;
}

.login-notice {
	position: relative;
	padding: 0 10px;
	padding-left: 40px !important;
	background-image: url('/framework/images/login/notice.png');
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.login-notice .bd .tempWrap {
	width: 100% !important;
}

.login-notice .bd ul {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	zoom: 1;
}

.login-notice .bd ul li {
	margin-right: 20px;
	float: left;
	text-align: left;
	display: inline;
	width: auto !important;
}

.login-notice .bd ul li a {
	display: inline-block;
	color: #0085d0;
	width: calc(100% - 60px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.login-notice .bd ul li span {
	color: #999;
	float: left;
	margin-right: 2px;
}

/* 扫码登录样式 */
.login_switch {
	position: absolute;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	overflow: hidden;
	cursor: pointer;
	margin: 5px;
}

.login_switch img {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
}

.login-form-scan {
	height: auto;
	padding-top: 0 !important;
}

.login-form-scan .scan-flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.login-form-scan .ewm_imgbox {
	/* margin: 10px 0 30px; */
	padding-top: 1px;
}

.login-form-scan .ewm_imgbox img {
	display: block;
	margin: 0 auto;
	width: 240px;
	height: 240px;
	visibility: hidden;
}

.login-form-scan .ewm_textbox {
	padding: 6px 10px;
	text-align: center;
	font-size: 16px;
	color: #212121;
	margin-top: 20px;
}

.login-form-scan .ewm_textbox p {
	font-size: 16px;
	line-height: 1.5;
}

.login-form-scan .ewm_success {
	width: 200px;
	height: 200px;
	background-color: rgba(255, 255, 255, 0.95);
	position: absolute;
	top: 25px;
	left: 110px;
	text-align: center;
	padding-top: 25px;
}

.login-form-scan .ewm_success img {
	width: 120px;
	height: 120px;
}

.login-form-scan .ewm_success .state {
	display: block;
	font-size: 18px;
	color: #212121;
	margin: 10px 0 30px;
}

.login-form-scan .ewm_success p {
	font-size: 14px;
	color: #6b7883;
	margin: 10px 0;
}

.login-form-scan .ewm_success .rescan_code {
	cursor: pointer;
	color: #358ed7;
	font-size: 16px;
}

/*login-tab*/
.login-tab {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-shadow: 0px 1px 0px rgba(136, 136, 136, 0.4);
}

.login-tab .item {
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #A8ABB2;
	position: relative;
	cursor: pointer;
}

.login-tab .item.active, .login-tab .item:hover {
	color: #000;
	font-weight: 700;
}

.login-tab .item:after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #006EFF;
	position: relative;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	transition: 0.5s all;
}

.login-tab .item.active:after {
	width: 100%;
}

#imgyzBox {
	padding: 10px 50px;;
	text-align: center;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -200px;
	z-index: 99;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 0 2px 2px #eee;
	border: 1px solid #eee;
}

#imgyzBox h4 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0;
	margin-bottom: 10px;
}

#imgyzBox h4 span {
	font-weight: 400;
	font-size: 14px;
	color: #A8ABB2;
	line-height: 16px;
}

#imgyzBox h4 em {
	display: block;
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	padding: 3px;
	margin-top: -3px;
}

#imgyzBox h3 {
	font-size: 14px;
	float: left;
	padding: 5px 0px;
	color: #2196F3;
	margin-top: 0;
	display: inline-block;
	margin-bottom: 10px;
}

#imgyzBox .imgBox {
	width: 300px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	clear: both;
}

#imgyzBox .imgBox img {
	width: 100%;
	display: block;
}

#imgyzBox .imgBox .imgBlock {
	width: 48px;
	height: 48px;
	left: 0;
	position: absolute;
	z-index: 10;
}

#imgyzBox .slider {
	width: 100%;
	height: 30px;
	margin: 20px auto 10px;
	background-color: rgba(221, 221, 221, 1);
	border-radius: 15px;
	position: relative;
}

#imgyzBox .slider .sliderBg {
	width: 0px;
	height: 30px;
	margin: 10px auto;
	background-color: #2196F3;
	top: -10px;
	left: 0;
	border-radius: 10px;
	position: absolute;
	color: white;
	font-weight: bold;
	line-height: 30px;
	font-size: 14px;
}

#imgyzBox .slider button {
	z-index: 20;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	top: -10px;
	background: white url(/framework/images/login/yz.png) no-repeat;
	background-size: 100%;
	border-radius: 50%;
	border: 0;
}

#imgyzBox .changeBtn {
	font-weight: 400;
	font-size: 14px;
	color: #2196F3;
	padding: 5px 0;
	cursor: pointer;
	display: inline-block;
	float: right;
	margin-bottom: 10px;
}