

@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft YaHei, verdana;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #01439a;
}

img {
	border: none;
}

ul {
	list-style: none;
}

li {
	float: left;
	display: inline-block;
}
#kfs{
	display: inline-block !important;
}
body{
	overflow-x:hidden;
}
.mainbody{
	overflow-x:hidden;
	width:100%;
	background: url("../images/loginbg.png") no-repeat;
	background-size: cover;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	min-width: 1200px;
	top: 0px;
	position: absolute;
}
.clearfix {
	clear: both;
}

.container {
	display: flex;
	width: 1000px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3);
	margin-top: 50px;

}

.placeholder{
	color: #ccc;
}
.logo {
	height: 49px;
	width: 373px;
	position: absolute;
	top: 15px;
	left: 140px;
	background: url("../images/logo.png") no-repeat;
}
.curtime{
	position: absolute;
	top: 10px;
	right: 225px;
	font-size: 14px;
	color: #b0b0b0;
}
.topbar{
	list-style: none;
	display: flex;
	gap: 10px;
	font-size: 13px;
}
.topbar li{
	float: left;
	padding-left: 13px;
}
.topbar li a{
	font-size: 13px;
	color: #4E5969;
}
.loginBg {
	width: 100%;
	height: 485px;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='indexue/guide/login/images/loginbg.png',sizingMethod='scale');
}

.loginBox {
	flex: 1;
	padding: 20px 40px;
	max-width: 450px;
	background: #fff;
}
.login-title {
	text-align: center;
	margin-bottom: 20px;
}
.login-title h2 {
	color: #333;
	font-size: 22px;
	font-weight: 500;
}
.login-subtitle {
	color: #666;
	font-size: 16px;
	margin-top: 5px;
}
.loginBox .tabs {
	display: flex;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.loginBox .tabs li {
	flex: 1;
	text-align: center;
	padding: 10px 0;
	font-size: 16px;
	cursor: pointer;
	color: #666;
	position: relative;
}
.loginBox .tabs li div{
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
}
.loginBox .tabs li.sel {
	color: #1976d2;
	font-weight: bold;
}
.loginBox .tabs li.sel div::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 20%;
	right: 20%;
	height: 3px;
	background-color: #1976d2;
	border-radius: 3px;
}

.loginBox1 {
	width: 370px;
	height: 415px;
	background: url("../images/loginboxbg1.png") -11px 0px no-repeat;
	float: left;
}

.loginBox1 .tabs li {
	background: url("../images/tab.png") no-repeat;
	width: 166px;
	height: 49px;
	color: #666;
	cursor: pointer;
	margin-top: 10px;
}
.loginBox1 .tabs li div{
	font-size: 14px;
	font-weight: bold;
	margin-left:39px;
	line-height: 49px;
}
.loginBox1 .tabs li.sel {
	font-weight: bold;
	color: #fff;
	height:54px;
	background: url("../images/tabsel.png") no-repeat;
}

.loginForm {
	height:360px;
	width:352px;
}

.login {
	margin-top: 15px;
	margin-left: 23px;
}
.login .licon{
	width: 42px;
	height: 42px;
	display: block;
	float: left;
}
.typeicon{
	background: url("../images/typeicon.png") no-repeat;
}
.usericon{
	background: url("../images/usericon.png") no-repeat;
}
.passicon{
	background: url("../images/passicon.png") no-repeat;
}
.idicon{
	background: url("../images/idicon.png") no-repeat;
}
.vericon{
	background: url("../images/vericon.png") no-repeat;
}
.login .item {
	padding: 5px 0px;
}
.login .item select option{
	font-size: 14px;
}
.login .item input,.login .item select {
	outline: none;
	width: 324px;
	height: 50px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #d6d6d6;
	float: left;
	padding-left: 10px;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s;
}

.login .item select {
	width: 324px;
	height: 50px;
	padding: 12px 15px;
	border: 1px solid #ddd;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	transition: border-color 0.3s;
}
.login .verTypeBox.item select{
	width: 130px;
	float: left;
	margin-right: 5px;
}

#vertype{
	display: none;
}
#checkCode {
	float: left;
}

#codebox {
	width: 100px;
	height: 40px;
	margin-left: 5px;
	float: left;
}

.chgCode {
	line-height: 36px;
}

.loginBtn {
	width: 327px;
	height: 42px;
	text-align: center;
	font-size: 16px;
	padding: 14px;
	background-color: #1976d2;
	color: white;
	display: block;
	font-size: 17px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.3s;
}
.loginBtn:hover{
	background-color: #1565c0;
}
.grbtn.loginBtn{
	width: 327px;
	height: 42px;
}
.grbtn.loginBtn:hover{
	background-color: #1565c0;
}
.form-footer {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	font-size: 14px;
	color: #999;
}
.form-footer a {
	color: #1976d2;
	text-decoration: none;
}
.other-login{
	text-align: center;
	color: #999;
	font-size: 14px;
	margin: 20px 0;
	position: relative;
}
.other-login::before {
	left: 0;
}
.other-login::after {
	right: 0;
}
.other-login::before, .other-login::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 30%;
	height: 1px;
	background-color: #eee;
}
.btn-provincial {
	width: 327px;
	padding: 12px;
	background-color: #f5f5f5;
	color: #666;
	font-size: 14px;
	border: 1px solid #ddd;
	border-radius: 4px;
	cursor: pointer;
}

.kfsBtn {
	background: url("../images/loginbtn.png") no-repeat;
	width: 303px;
	height: 42px;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
}
.kfsBtn:hover{
	background: url("../images/loginbtn_h.png") no-repeat;
}

.login .item.error input {
	border: 1px solid red;
}

.bodyMask {
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	text-align: center;
	vertical-align: middle;
	background: #eee url("../images/loading.gif") no-repeat center;
	z-index: 9999;
}

#error {
	color: red;
	display: block;
	width: 300px;
	height: 100%;
	font-size: 14px;
}

.bodyMask .loading {
	position: absolute;
	font-size: 15px;
	width: 100px;
	height: 30px;
}
.footer {
	clear:both;
	text-align: center;
	padding: 30px 40px;
	color: #54708A;
	font-size: 13px;
	margin-top: 20px;
	position: fixed;
	width: 100%;
	height: 12px;
	position: fixed;
	bottom: 0px;
}

.noticeBox{
	flex: 1;
	padding: 60px 40px;
	min-height: 500px;
}
.notice-panel {
	flex: 1;
	padding: 30px 20px;
	min-height: 300px;
}
.notice-title {
	color: #1976d2;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
.notice-item {
	margin-bottom: 20px;
}
.notice-label {
	display: inline-block;
	background: #e3f2fd;
	color: #1976d2;
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 2px;
	margin-bottom: 8px;
	border: 1px solid #0067ED;
}
.notice-text {
	color: #555;
	line-height: 1.6;
	font-size: 14px;
}
.forgetpwd{
	font-size: 14px;
}
.noticeBox>div{
	height: 160px;
}
.notitle{
	margin-left: 70px;
	color:#fb9b3d;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.nocnt{
	margin-left: 70px;
	text-indent: 2em;
	width: 270px;
	color: #b0b0b0;
	font-size: 14px;
	line-height: 24px;
}
.nocnt .morecnt{
	display: none;
}
.nocnt .more{
	color: #fb9b3d;
	cursor: pointer;
	font-size: 14px;
}
.nocnt.empty{
	/* text-align: center; */
	line-height: 20px;
	/* background: url("../images/logomin.png") no-repeat; */
}
.qrcode,.wxcode,.iosqrcode{
	width: 200px;
	height: 200px;
	position: absolute;
	display: none;
	z-index: 1000;
	top: 65px;
}
.qrcode{
	background: url("../images/qrcode.png") no-repeat;
}
.wxcode{
	background: url("../images/wxcode.png") no-repeat;
}
.iosqrcode{
	background: url("../images/iosqrcode.png") no-repeat;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.3);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	z-index: 1000;
	height: 80px;
}
.logo-area {
	display: flex;
	align-items: center;
	gap: 15px;
}
.icon-desktop{
	left: 550px;
	position: fixed;
}
.icon-desktop img {
	width: 20px;
}
.icon-desktop span {
	font-size: 13px;
	color: #4E5969;
	bottom: 5px;
	position: relative;
}
.layui-layer-content{
	text-indent: 2em;
}
.qrcode-target {
    position: absolute;
    width: 46px;
    height: 50px;
    display: block;
    top: 10px;
    right: 21px;
    background-image: url(../images/chglogin.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
    -moz-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
    transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
}
.qrcode-target-hide {
    background-position: -253px -146px;
}
.qrcode-target-show {
    background-position: -207px -100px;
}
.qr-box{
	width:350px;
	height:100%;
	text-align: center;
}
.qr-title{
	font-size: 17px;
	font-weight: 700;
	margin-top:30px;
}
.qr-footer{
	font-size: 14px;
}
.qr-mask{
	position:absolute;
	top: 68px;
    left: 70px;
	height:210px;
	width:210px;
	background-color: #666;
	filter:alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
	z-index:999;
}
.mask-content{
	position:absolute;
	top: 70px;
    left: 68px;
	height:210px;
	width:210px;
	z-index: 1000;
	text-align: center;
}
.qr-mask-msg{
	font-size:15px;
	color: white;
	margin-top: 70px;
}
.refresh-button {
    outline: none;
    line-height: 1.5;
    height: 30px;
    color: #fff;
    border: none;
    background-color: #1976d2;
    display: inline-block;
    margin-top: 6px;
    margin-top: 4px\0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 20px;
    cursor: pointer;
	transition: background 0.3s;
}

.refresh-button:HOVER{
 	background-color:#1565c0;
}
.input-phone{
	width: 100%; 
	height: 50px; 
	line-height: 50px; 
	padding: 0 15px; 
	border: 1px solid #ccc; 
	border-radius: 4px; 
	box-sizing: border-box;
	font-size: 14px;
}
.input-code{
	display: flex !important; align-items: center;justify-content: flex-start;border: 1px solid #ddd; border-radius: 4px;margin-bottom: 20px;overflow: hidden;
}
.input-code input{ 
	flex: 1;height: 44px;padding: 0 15px;border: none;outline: none;font-size: 14px;
}
.input-code button{ 
	 width: 120px;
	 height: 33px;
	 /* height: 44px; */
	 border: none;
	 /* background-color: rgb(157, 153, 153); */
	 color: #fff;
	 font-size: 14px;
	 cursor: pointer;
	 border-radius: 20px;
     transition: background 0.3s;
	 background-color: rgb(170, 170, 170);
}
