/***公共样式**/
.default-checkbox {
	position: absolute;
	opacity: 0;
}

.default-checkbox[disabled] {
	cursor: not-allowed;
}

.default-checkbox+label {
	position: relative;
	display: block;
	cursor: pointer;
	vertical-align: middle;
}

.default-checkbox+label:hover:before {
	animation-duration: 0.4s;
	animation-fill-mode: both;
	animation-name: hover-color;
}

.default-checkbox+label:before {
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #c0c0c0;
}

.default-checkbox+label:after {
	position: absolute;
	display: none;
	content: '';
}

.default-checkbox[disabled]+label {
	cursor: not-allowed;
	color: #e4e4e4;
}

.default-checkbox[disabled]+label:hover,
.default-checkbox[disabled]+label:before,
.default-checkbox[disabled]+label:after {
	cursor: not-allowed;
}

.default-checkbox[disabled]+label:hover:before {
	border: 1px solid #e4e4e4;
	animation-name: none;
}

.default-checkbox[disabled]+label:before {
	border-color: #e4e4e4;
}

.default-checkbox:checked+label:before {
	animation-name: none;
}

.default-checkbox:checked+label:after {
	display: block;
	top: 50%;
	left: 5px;
	margin-top: -7px;
}

.default-checkbox+label:before {
	top: 50%;
	margin-top: -7px;
}

.default-checkbox+label:after {
	top: 8px;
	left: 6px;
	box-sizing: border-box;
	width: 6px;
	height: 12px;
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
	border-top: 0;
	border-left: 0;
}

.default-checkbox:checked+label:before {
	border: #172B60;
	background: #172B60;
}

.default-checkbox:checked[disabled]+label:before {
	border: #c9e2f9;
	background: #c9e2f9;
}

.loading-mask {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.loading-mask>.text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.btn:focus {
	outline: none !important;
	outline-offset: 0 !important;
}

@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.loading-mask>.text>img {
	width: 40px;
	height: 40px;
	animation: rotate 2s linear infinite;
}

.loading-mask>.text>p {
	color: #fff;
}

/***吉林司法警官职业学院登录页**/
.jljg-login-page {
	height: 100vh;
}
.jljg-login-page >.header {
	height: 115px;
	display: flex;
	align-items: center;
	position: relative;
}

.jljg-login-page > .header > img {
	margin-left: 66px;
	height: 88px;
	/*max-width: 480px;*/
}

.jljg-login-page > .header > .date {
	position: absolute;
	bottom: 13px;
	right: 90px;
	font-size: 16px;
	color: #5d5d5d;
}


.jljg-login-page > .content {
	position: relative;
	background: url(../images/jljg-content.png) no-repeat center;
	background-size: 100% 100%;
	height: calc(100vh - 203px);
	/*overflow: hidden;*/
}

.jljg-login-page.banner > .content {
	background-image: none;
	/*position: initial;*/
	/*height: auto;*/
}

.jljg-login-page .content #myCarousel {
	display: none;
}

.jljg-login-page.banner .content #myCarousel {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.jljg-login-page.banner .content #myCarousel img {
	width: 100%;
	height: calc(100vh - 203px);
}

.jljg-login-page .content .login-form {
	position: absolute;
	top: 170px;
	right: 220px;
	width: 406px;
	height: auto;
	padding: 42px 28px 28px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 99;
}
.jljg-login-page .content .login-form .zfy-code {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.jljg-login-page .content .login-form .pc-code {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	display: none;
}
.jljg-login-page > .content .login-form .title {
	font-size: 26px;
	font-weight: 700;
	font-family: "Source Han Sans CN", 微软雅黑, Arial, sans-serif;
	color: #172B60;
	text-align: center;
	line-height: 35px;
	margin: 0 0 28px 0;
	padding: 0;
}
/*校园APP切换*/
.jljg-login-page > .content .login-form .tab-title {
	height: 40px;
	padding-left: 0;
	margin-bottom: 22px;
	overflow: hidden;
	display: none;
	align-items: center;
	justify-content: center;
}

.jljg-login-page > .content .login-form .tab-title li {
	list-style: none;
	width: 33.33%;
	text-align: center;
	cursor: pointer;
}

.jljg-login-page > .content .login-form .tab-title li > span {
	font-size: 16px;
	color: #5F6979;
}

.jljg-login-page > .content .login-form .tab-title li.active > span {
	color: #172B60;
	border-bottom: 3px solid #172B60;
	padding-bottom: 10px;
}

/* 正方云扫码*/
.jljg-login-page > .content .login-form .zfy-code-wrapper {
	display: none;
	position: relative;
}

.jljg-login-page > .content .login-form .zfy-code-wrapper #zfy-qrcode {
	margin: 0 auto;
	width: 190px;
	height: 190px;
}

.jljg-login-page > .content .login-form .zfy-code-wrapper .qrcode-bg {
	width: 190px;
	height: 190px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(0, 0, 0, 0.65);
	align-items: center;
	justify-content: center;
	display: none;
}

.jljg-login-page > .content .login-form .zfy-code-wrapper .qrcode-bg .refresh-text {
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


.jljg-login-page > .content .login-form .zfy-code-wrapper .qrcode-bg #qrcode_refresh {
	margin-left: 4px;
	color: #fff;
}

.jljg-login-page > .content .login-form .zfy-code-wrapper .scan-text {
	margin: 16px 0 0 0;
	text-align: center;
	/*color: #7d7d7d;*/
}


/* 表单项 */
.jljg-login-page > .content .login-form #loginAppForm {
	display: none;
}
.jljg-login-page > .content .login-form .form-group {
	margin-bottom: 20px;
}

.jljg-login-page > .content .login-form #loginForm .form-group.yzm {
	display: none;
}

.jljg-login-page > .content .login-form .form-group .input-group {
	border-radius: 4px;
	border: 1px solid #bbb;

}

.jljg-login-page > .content .login-form .form-group .input-group .input-group-addon {
	border: none;
	background: transparent;
}

.jljg-login-page > .content .login-form .form-group .input-group .form-control {
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: transparent;
	height: 38px;
}

.jljg-login-page > .content .login-form .form-group.yzm .input-group {
	display: flex;
	align-items: center;
	border: none;
}

.jljg-login-page > .content .login-form #loginAppForm .form-group.yzm .input-wrapper {
	display: flex;
	align-items: center;
	border: 1px solid #bbb;
	margin-right: 12px;
	border-radius: 4px;
}

.jljg-login-page > .content .login-form #loginForm .form-group.yzm .input-group .form-control {
	border-radius: 4px;
	border: 1px solid #bbb;
	margin-right: 12px;
}

.jljg-login-page > .content .login-form .form-group.yzm .input-group #sendsms,
.jljg-login-page > .content .login-form .form-group.yzm .input-group #sendAppSms {
	background-color: #172B60;
	border-color: #172B60;
}

.jljg-login-page > .content .login-form .form-group.yzm .input-group #sendsms:hover,
.jljg-login-page > .content .login-form .form-group.yzm .input-group #sendAppSms:hover{
	background-color: #172B60;
	border-color: #172B60;
}

.jljg-login-page > .content .login-form #kaptcha .input-group {
	display: flex;
	align-items: center;
	border: none;
}

.jljg-login-page > .content .login-form #kaptcha .input-group .form-control {
	border-radius: 4px;
	border: 1px solid #bbb;
	margin-right: 12px;
	flex: 1;
}

.jljg-login-page > .content .login-form #kaptcha .input-group #yzmPic {
	width: 170px;
}
.jljg-login-page > .content .login-form .form-group .bottom-error-text {
	color: red;
}
.jljg-login-page > .content .login-form .form-group .top-error-text {
	color: red;
}

.jljg-login-page > .content .login-form #loginForm #dl,
.jljg-login-page > .content .login-form #loginAppForm #appDl{
	padding: 10px 12px;
	background-color: #172B60;
	border-color: #172B60;
}

.jljg-login-page > .content .login-form #loginForm .other-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
}

.jljg-login-page > .content .login-form #loginForm .other-wrap .remember-me label {
	padding-left: 20px;
	color: #7c7c7c;
	font-weight: 400;
}

.jljg-login-page > .content .login-form #loginForm .other-wrap .forget-pwd {
	color: #172B60;
	font-size: 12px;
}

/* 第三方账号登录*/
.jljg-login-page .login-form .login-way {
	margin-top: 10px;
	text-align: center;
}

.jljg-login-page .login-form .login-way>p {
	color:  #172B60;
	font-size: 16px;
}

.jljg-login-page .login-form .login-way img {
	height: 22px;
	margin: 0 5px 5px 5px;
	cursor: pointer;
}

.jljg-login-page .login-form .other-operate {
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 22px;
}

.jljg-login-page .login-form .other-operate > a {
	color: #407BFF;
	vertical-align: middle;
	cursor: pointer;
	line-height: 22px;
}

.jljg-login-page .login-form .other-operate > .line {
	display: inline-block;
	width: 1px;
	height: 20px;
	margin: 0 15px;
	vertical-align: middle;
	background: #407BFF;
}

.jljg-login-page > .footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 88px;
	line-height: 88px;
	background-color: #172B60;
}
.jljg-login-page > .footer> .inner {
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.jljg-login-page > .footer p {
	color: #fff;
	margin-bottom: 0;
	text-align: center;
}

@media (max-width:1024px) {
	.jljg-login-page .content .login-form {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
}
@media (max-width:500px) {
	.jljg-login-page >.header {
		height: 70px;

	}
	.jljg-login-page > .header > img {
		height: 40px;
		margin-left: 0;
	}
	.jljg-login-page > .header > .date {
		bottom: 2px;
		right: 10px;
		font-size: 12px;
	}
	.jljg-login-page .content {
		height: calc(100vh - 70px);
	}
	.jljg-login-page.banner .content #myCarousel img {
		height: calc(100vh - 70px);
	}
	.jljg-login-page .content .login-form {
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 85%;
		padding: 20px;
	}
	.jljg-login-page > .footer {
		display: none;
	}
}
