/*  ----------  ---------- */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
}

a {
	text-decoration: none;
}

a:hover {

	text-decoration: none;
	transition: all .25s;
}


.no-gutters {
	margin-right: 0;
	margin-left: 0;
}


html,
body {
	width: 100%;
	height: 100%;
}

body {
 background: url(../img/kf_bg.png) no-repeat;
	width: 100%;
	background-size: 100% 100%;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 13px
}

@font-face {
	font-family: "title";
	src: url("../img/zihun.ttf") format("truetype");
}

@font-face {
	font-family: "logotitle";
	src: url("../img/tengxiang.ttf") format("truetype");
}

.jclogin_box {
	width: 100%;
	height: 100%;
	margin: 0 auto;

	width: 100%;
}

.jclogin_rbg {
	height: auto;
	width: 20%;
	position: fixed;
	left: 6%;
	top: 20%;
	padding-top: 0;
	;
}

.wechat_icon {
	width: 100px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer
}

.code_wrap {
	position: absolute;
	right: 10%;
	top: 20%;
}

.aui-chang-list {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	padding-bottom: 10px;
	height: 40vh;
}

.aui-user-text h1 {
	font-size: 18px;
	font-weight: normal;
	color: #8d9699;
	padding-left: 1rem;
	z-index: 2;
	margin-top: 2rem;
	margin-bottom: 0;
}

.aui-user-text h1 span {
	padding: 5px;
}

.aui-flex-box {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}

.aui-flex-c {
	display: flex;
	justify-content: space-between;
	flex: 1;
	padding: 0;
	justify-content: space-between;
}

.aui-flex {
	display: flex;
	align-items: center;
	padding: .2rem;
	border-radius: 6px;
	margin: 1rem 0;
	margin-bottom: 0;
	position: relative;
	line-height: 28px;
	border: 1px solid #f1f1f1;
	background: #fff
}

.aui-flex2 {
	display: flex;
	align-items: center;
	padding: .6rem;
	border-radius: 6px;
	margin: 1rem;
	position: relative;
	background: none
}


.aui-flex2 .aui-form-item {
	line-height: 25px;
	width: auto !important;
	margin-right: 2px
}

.aui-form-item img {
	margin: 5px 20px
}

.text-rihgt {
	text-align: right
}

.aui-chang-list .logo {
	width: 100%;
	margin-bottom: 48px;
	
	
}
.aui-chang-list .logo p{color: #666;}
.aui-chang-list .logo img {
	width: 48px;
	margin-right: 5px;
}

.aui-chang-list .logo span {
	font-family: 'logotitle';
	font-size: 36px;
	color: #333;
}

.aui-palace-top {
	margin-top: 6rem !important;
	padding-bottom: 1rem;
}

.aui-flex-box input {
	width: 100%;
	height: auto;
	outline: medium;
	padding: 6px;
	line-height: 30px;
	color: #000 !important;
	border-radius: 3px;
	border: none;
}

.aui-flex-box input::-webkit-input-placeholder {
	color: #555;
}

.aui-flex-box input:-moz-placeholder {
	color: #555;
}

.aui-flex-box input::-moz-placeholder {
	color: #555;
}

.aui-flex-box input:-ms-input-placeholder {
	color: #555;
}

.aui-psd a {
	color: #646464;
	font-size: 0.85rem;
}

.checkbox {
	color: #fff
}

.aui-flex-box a {
	color: #fff
}

.aui-form-button {
	padding: .5rem 0 1rem 0;
}

.aui-form-button button {
	outline: medium;
	background: linear-gradient(to right, #5fa7ff 0%, #2d7cff 100%);
	width: 98%;
	margin: 8px auto;
	display: block;
	letter-spacing: 3px;
	padding: 10px 0;
	border-radius: 3px;
	border: none;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	transition: all .3s ease-out;
	box-shadow: 0 0 20px #bdd7ff;
}

.aui-form-button button:hover {
	background: linear-gradient(to right, #0652c4 0%, #37b1e3 100%);
	box-shadow: 0 2px 5px 10px rgba(177, 221, 254, 0.225);
}

.aui-jop-top-box {
	margin-top: 9%
}


.p_right {
	position: absolute;
	right: 0;
	top: 0
}

.jclogin_title {

	color: #fff;

	letter-spacing: 10px;

	text-align: left;

	position: fixed;

	top: 30%;

	width: 50%;

	left: 9%;

	text-align: center;

	font-weight: bold;

	font-size: 2.8rem;
}

.jclogin_title p {
	letter-spacing: 0px;
}

.jclogin_title img {
	width: 460px;
	margin-top: 5px;
}

.jclogin_title h2 {
	background: url(../img/title.png);
	background-size: 100% 100%;
	font-size: 2.6rem;
	padding: 10px;
	margin-bottom: 15px;
}

.jclogin_title h3 {
	letter-spacing: 5px;
	font-family: 'title' !important;
	font-weight: normal;
	background-size: 100% 100%;
	width: 500px;
	font-size: 28px;
	margin: 0 auto;
	margin-top: 6px;
	height: 60px;
	line-height: 60px;
	color: #fff;
}

.jclogin_title h3 font {
	font-size: 16px;
}

.aui-tab {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex: 1 1 auto;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-bottom: 2px solid #f1f1f1;
}

.aui-hide {
	display: none !important;
}

.aui-tab-item {
	position: relative;

	width: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;

	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	color: #333;
	-webkit-box-flex: 1;
	box-flex: 1;

}

.aui-tab-item2 {
	position: relative;
	width: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	font-weight: 800;
	cursor: pointer;text-align: center;
	color: #333;
	-webkit-box-flex: 1;
	box-flex: 1;

}

.aui-tab-item2 a {
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: block;
}

.aui-tab-item.aui-active {
	color: #0f5efc;
	border-bottom: 2px solid #0f5efc;
}

.codebox {
	text-align: center;
}

.codebox img {
	margin: 0 auto;
	width: 70%;
	padding: 20px;
}

.aui-tab-item2 a {
	color: #333;
}

.aui-tab-item2 a:hover {
	color: #33a0ea;
}

.aui-tab-item.aui-active span {
	color: #33a0ea;
	border-bottom: 2px solid #41b6f0;
	background-image: -webkit-linear-gradient(bottom, #42c4f4, #41a2eb, #319cea);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 40px;
	display: inline-block;
}

.p_text {
	text-align: center;
}

.p_text span {
	margin: 5px;
}

.p_text span a {
	color: #33a0ea;
}

.login_img {
	position: fixed;
	left: 9%;
	top: 8%;
	width: 760px
}

.jclogin-font {
	color: #fff;
	position: fixed;
	bottom: 0;
	background: rgba(5, 16, 42, 0.65);
	text-align: left;
	width: 71%;
	float: 12px;
	font-weight: normal;
}

.jclogin-font ul {
	display: flex;
	justify-content: center;
}

.jclogin-font ul li {
	font-size: 12px;
	display: flex;
	align-items: center;
	margin: 0 5px;
}

.jclogin-font ul li img {
	width: 16px;
	margin: 0 3px;
}

.aui-remember {
	display: flex;
	clear: both;
	justify-content: space-between;
	color: #a6a7a9;
	padding-top: 2px;
	margin-left: 6px;
}

.aui-remember a {
	color: #5ca0ff;
}

.aui-remember .logdv2 {
	display: flex;
	align-items: center;
}

.qrcode-desc {
	padding-left: 20%;
}

.aui-remember .checkbox {
	border: 1px solid #ddd;
}

.qrcode-desc p {
	margin: 0;
	padding: 0;
}

.aui-user-img {
	height: 96px;
	width: 157px;
	margin: 0 auto;
	float: left;
	background: url(../img/02.png )100%;
	position: relative;
	top: -25px;
	right: 8px;
	text-align: center
}


#imgCode {
	width: 100%;
	height: 100%;
	border: 2px solid #f2f2f2;
	border-radius: 3px
}

.bnt_info {
	width: 100px;
	margin-top: 1rem
}

.jclogin_img img {
	width: 100%
}

.jclogin_title {
	color: #fff;
	text-shadow: 1px 3px 1px #555;
}

.jclogin_title p {
	color: #fff;
	font-size: 20px;
	margin: 0;
	margin-top: .5rem;
	font-weight: normal;
	text-shadow: 1px 1px 1px #333;
}

.verify-wrap {
	width: 100% !important;
	margin: 0 auto;
	background-color: #e5e5e5;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	position: relative;
	margin-top: 1rem;
}

.verify-wrap .drag-btn {
	position: absolute;
	left: -1px;
	top: -1px;
	width: 50px;
	height: 40px;
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAiCAYAAAApkEs2AAAA/UlEQVRYhe3XLc9GYBjG8eN6dkdFIQuqoCiCbj6ob2CCIplRaJKqEHT3c/kAz66Xc/fLnvO3UY7N/jNmxDAMF77AQ57iOH53x5/GccTPuyNUcSg1DqXGodQ4lNr/CC3LEsuyaG8mrEKzLEPXdZjnWWszYRXq+z7yPMc0Tej7XnkzYf2Muq6LoiiwrivatsV1XUrby0Mlx3Huu7fvO5qmUd50kL31QgijTdXD+gq/zvNEVVXwPA9pmipvOqxDj+O4Q4IgQJIkypsuq9Bt21DXNaIoug/VzYRVqHw55J0Kw1BrMyHkXyj/3BHiUGocSo1DqXEota8Jvb/18hP16Z7qL3h/w53n4AAAAABJRU5ErkJggg==) no-repeat center center;
	background-size: 100% 100%;
	z-index: 2;
	cursor: move;
}

.verify-wrap .suc-drag-btn {
	background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAiCAYAAAApkEs2AAACA0lEQVRYhe2Y2yuDYRzHv7PJYc5zKspYSRMymStXu5NCs5W4csEfwJ+gSA53csg1F4R/gSu0OcWSmNIQkfMcEvu9tdpY79793leo91Nbbft993x6nj2/52kal8v1gX+Ajp4sFstve4jidrsR99sSUlFFlUYVVRpVVGl0SnyJ934VaxczOLpdwd3bufBeWnw+StLrYc1tQ3FqnewxZIk+vz9g7rAHO9dL3z67efXBfTkrPCqymtBqGkaiNoU9FnvpSXJyzx5R8itUQ7WU4cIWnT/qhe9xS3I91VKGC0uUfpPbV4uSajUhQ1CGshxYorRxpGDObECf1Ysm40DM2a+wNhPt7mhUZzvhMI1Aq9HBkFgUUzYSrBkNtiDCkGBES/Eg8pLKwiSdplFB8uRhEzMH3RGzsSC7j9oKe1CT4wi0oEZMeRzITy4XJOM0WkFy2uOE//1O7jA8UWrm1CeJ5dMxlGXYoI/PQrd5AQlavagkZTmwlt4UOHGCnPs9wkw+vl0jSZcWdSZDsz8uas1tD3t99rSL8b0W3Lz4cHy/LrrctYEjlQNr6Y2ptag0NIf10gv/Pvo3akRzlOGe++yTyV4yhAJ9leR6qqUMF7YoXTC6zPPChSMaVEO1ci4lstoTDdxROhE4Fjv/9jUvCIkoISPGv7nhq6JKo4oqjSqqNEIfpf8f/zqf+36643RPeo8AAAAASUVORK5CYII=) no-repeat center center;
	background-size: 100% 100%
}

.verify-wrap .drag-progress {
	position: absolute;
	left: 0;
	top: -1px;
	height: 40px;

	width: 0;
	background: linear-gradient(to right, #7ac23c 0%, #98e15a 100%);
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px
}

.verify-wrap .fix-tips,
.verify-msg {
	width: 100%;
	position: absolute;
	right: 0;
	left: 1px;
	height: 100%;
	color: #51555c;
	z-index: 1;
	line-height: 38px;
	font-size: 12px;
	text-align: center
}

.verify-wrap .verify-msg {
	background: linear-gradient(to right, #7ac23c 0%, #98e15a 100%);
	color: #fff;
	display: none
}
.login-version {
	position:fixed;
	right:0;
	top:0;
	width:82px;
	height:82px;
	background:url(../img/login_version.png) no-repeat 50%;
	background-size:100%
  }
  .login-version .login-version-text {
	width:82px;
	height:82px;
	line-height:50px;
	text-align:center;
	color:#fff; margin: 0;
	font-size:13px;padding: 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
  }
@media only screen and (min-width: 800px) and (max-width: 1700px) {
	.aui-chang-list .logo span {
		font-size: 30px;
	}

	.aui-tab-item2 a {

		font-size: 14px;

	}

	.aui-tab-item2 {

		font-size: 14px;

	}

	.aui-tab-item {

		font-size: 14px;

	}

	.jclogin_rbg {

		width: 22%;


	}

	.jclogin_title {
		letter-spacing: 5px;
		font-size: 2.3rem;
	}
}