@CHARSET "UTF-8"; 

body, html {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
		Helvetica Neue, PingFang SC, Noto Sans, Noto Sans CJK SC,
		Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, sans-serif;
	-webkit-font-smoothing: antialiased;
}

* {
	margin: 0;
	padding: 0
}

body, h4, h5, li {
	line-height: 20px
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.form-group1 {
	margin-top: 15px;
	margin-bottom: 0
}

.form-group1:first-child {
	margin-top: 0
}

.form-control1 {
	font-size: 16px;
	background: 0;
	color: #383838
}

input.form-control1 {
	line-height: 30px
}

input.form-control1, textarea.form-control1 {
	background-color: #fff;
	border: 1px solid #d9d9d9;
	padding: 7px 5px
}

.form-control1 {
	display: block;
	width: 100%
}

.form-control1:focus {
	outline: 0;
	border-color: rgba(0, 0, 0, .4)
}

.form-control:focus {
	outline: 0;
	border-color: rgba(0, 0, 0, .4)
}

.bodybg {
	width: 100%;
	height: 100%;
	z-index: -1
}

.bodybgmask {
	width: 100%;
	height: 100%;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1px;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden
}

.bodybgmask:after {
	content: "";
	position: absolute;
	left: -10px;
	top: -10px;
	bottom: -10px;
	right: -10px;
	background: inherit;
	z-index: 2
}

.bodybgmask.blur:after {
	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px)
}

.container {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.2)
}

.container:before {
	content: " "
}

.copyright {
	color: #999;
	font-size: 14px;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	display: block;
	text-align: center;
	width: 100%;
	margin: 10px auto
}

.copyright a {
	color: #EEE
}

.btn {
	width: 100%;
	margin-left: 0 !important
}

.btn {
	display: block;
	padding: 12px 12px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	color: #383838;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	white-space: nowrap;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.btn-primary {
	background-color: #4586eb;
	border: 0;
	color: #FFF
}

.btn:focus, .btn:hover {
	color: #383838;
	border: 1px solid #a6a6a6;
	outline: 0;
	text-decoration: none
}

.btn-lg {
	min-width: 120px;
	line-height: 20px;
	padding: 9px 16px;
	font-size: 14px;
	border-radius: 3px
}

.hide {
	display: none
}

.btn.btn-default {
	background-color: #fff
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus,
	.btn-primary:hover, .open .dropdown-toggle.btn-primary {
	color: #fff;
	border-color: #14b4fc;
	border: 0
}

.btn.btn-primary:hover {
	border-color: #19b6fc;
	background: #19b6fc
}

.jbolt_loginform {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -330px;
	width: 640px;
	margin-top: -180px;
	z-index: 999
}

@media screen and (max-width:768px) and (min-width:480px) {
	.jbolt_loginform {
		margin-left: -230px;
		width: 460px
	}
}

@media screen and (max-width:480px) {
	.jbolt_loginform {
		margin-left: -180px;
		width: 360px
	}
	.jbolt_title {
		font-size: 34px !important
	}
}

.jbolt_title {
	display: block;
	text-align: center;
	font-weight: bold;
	text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
	color: #FFF;
	letter-spacing: 6px;
	font-size: 44px;
	line-height: 1.2;
	margin-top: -60px
}

.jbolt_formbox {
	display: block;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
	background: #FFF;
	border-radius: 20px;
	padding: 50px;
	margin: 50px auto 0 auto
}

.jbolt_bg_glass .jbolt_formbox {
	background: rgba(0, 0, 0, 0.4);
	border-radius: 20px 20px 40px 40px
}

.jbolt_bg_glass .jbolt_formbox.bb6 {
	border-bottom: 6px solid #f7296f
}

.jbolt_bg_glass .jbolt_formbox .input-group-text {
	display: none
}

.jbolt_bg_glass .jbolt_formbox input.form-control {
	background-color: transparent !important;
	border: 0;
	border-bottom: 1px solid #ccc;
	color: #f5f5f5;
	height: 60px;
	position: relative;
	font-size: 16px;
	vertical-align: text-bottom
}

.jbolt_bg_glass .jbolt_formbox input::-webkit-input-placeholder {
	position: relative;
	color: #CCC;
	font-size: 16px;
	text-align: left;
	transition: .3s
}

.jbolt_bg_glass .jbolt_formbox input.form-control:focus {
	outline: 0;
	border-top: 0;
	border-right: 0;
	border-left: none;
	box-shadow: none;
	border-bottom: 1px solid #FFF;
	border-bottom-left-radius: 4px
}

.jbolt_bg_glass .jbolt_formbox input:focus::-webkit-input-placeholder {
	top: -22px;
	z-index: 999;
	color: #FFF
}

.jbolt_bg_glass .jbolt_formbox button {
	background: transparent;
	border-color: #ccc;
	margin-top: 30px;
	margin-bottom: 15px;
	padding: 10px;
	transition: .3s
}

.jbolt_bg_glass .jbolt_formbox button:active, .jbolt_bg_glass .jbolt_formbox button:hover
	{
	background-color: #DDD;
	border-color: #999;
	color: #333
}

#captchaimg {
	height: 38px;
	width: 103px;
	border: 1px solid #ced4da;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.jbolt_bg_glass .jbolt_formbox #captchaimg {
	height: 38px;
	margin-top: 8px;
	cursor: pointer
}

.jbolt_bg_glass .jbolt_formbox .input-group-append {
	border-bottom: 1px solid #ccc
}

.jbolt_bg_glass .jbolt_title {
	margin-top: -100px
}

.jbolt_bg_glass input:-internal-autofill-previewed, .jbolt_bg_glass input:-internal-autofill-selected
	{
	-webkit-text-fill-color: #fff !important;
	transition: background-color 5000s ease-in-out 0s !important
}

.tooltip .tooltip-inner {
	background-color: #0e8ee7;
	border-color: #0e8ee7;
	padding: 5px 10px;
	font-size: 14px;
	max-width: 300px
}

.tooltip.bs-tooltip-top .arrow::before {
	border-top-color: #0e8ee7
}

.tooltip.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #0e8ee7
}

.tooltip.bs-tooltip-left .arrow::before {
	border-left-color: #0e8ee7
}

.tooltip.bs-tooltip-right .arrow::before {
	border-right-color: #0e8ee7
}

.jbolt_tooltip .tooltip-inner {
	padding: 8px;
	font-size: 14px
}

.tooltip.error .tooltip-inner {
	background-color: #dc3545;
	border-color: #f8d7da
}

.tooltip.error.bs-tooltip-top .arrow::before {
	border-top-color: #dc3545
}

.tooltip.error.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #dc3545
}

.tooltip.error.bs-tooltip-left .arrow::before {
	border-left-color: #dc3545
}

.tooltip.error.bs-tooltip-right .arrow::before {
	border-right-color: #dc3545
}

video {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	-webkit-filter: grayscale(20%);
	filter: grayscale(20%);
	z-index: -100
}

source {
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto
}

.jbolt_loginform.style2 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	width: 980px;
	height: 560px;
	margin-top: -280px;
	z-index: 999;
	background-color: #fff;
	box-shadow: 0 20px 80px 0 rgb(0 0 0/ 10%);
	border-radius: 6px;
	overflow: hidden
}

.jb_logo {
	height: 80px;
	line-height: 80px;
	text-align: center
}

.jb_logo img {
	height: 80px
}

.jb_login_box {
	height: 100%
}

.jb_login_leftbox {
	height: 100%;
	color: #fff;
	position: relative;
	background: -webkit-gradient(linear, left bottom, left top, from(#0d57b7),
		to(#4687ec));
	background: linear-gradient(0deg, #0d57b7 0, #4687ec 100%);
	padding-right: 0
}

.jb_left_content {
	display: block;
	position: relative;
	height: 100%;
	padding: 60px 10px
}

.jb_left_ul {
	padding: 30px 10px 30px 70px
}

.jb_left_ul>li {
	font-size: 14px;
	letter-spacing: 2px;
	padding: 4px 0
}

.jb_left_content:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(img/login_left_bg.png) no-repeat 0 0
}

.jb_left_content:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(img/login_left_bg_rb.png) no-repeat right bottom
}

.jb_login_rightbox {
	padding-left: 0
}

.jb_right_content {
	height: 100%;
	padding: 100px 80px
}

.jb_login_systitle {
	font-size: 30px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	letter-spacing: 2px
}

.jb_login_name {
	margin-bottom: 32px;
	font-size: 26px;
	letter-spacing: 2px
}

.jb_login_rightbox .form-group {
	margin-bottom: 20px
}