@CHARSET "UTF-8";
*{margin:0;padding:0;font-size:14px;font-family:'Microsoft Yahei','Simhei'}
body{height:100%;overflow-x:hidden}
a{color:#05f;text-decoration:none;cursor:pointer}
a:hover{color:#06c;text-decoration: none;}
input,img,label,select,textarea{outline:none!important;}
input{outline:0;}
ul{padding:0;margin:0!important;}
ul li{list-style:none;padding:0;position:relative;}
.clear{
	clear:both;
}
.m10{
	margin:10px 0;
}
.mb10{margin-bottom: 10px;}

@font-face {
    font-family: "agencyb";
    src:url(../font-awesome/fzh/AGENCYB.TTF)
}
@font-face {
    font-family: "fangzheng";
	src:url(fonts/FZZhengHeiS-DB-GB.eot);/* IE9 */
	/*src: url('fonts//FZZhengHeiS-DB-GB.eot?t=1575364558232#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url(fonts/FZZhengHeiS-DB-GB.ttf) format('truetype'),
}
/**********v2登录/注册/找回密码*************/
.login-box2{
	height:100%;
	width:100%;
	background-color:#F0F0F0;
	position:absolute;
}
.login-box2 .content-bjdx{
	height:calc(100% - 5.34rem);
	background-color: #fff
}
.login-box2 .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.14rem;
    line-height: 2.14rem;
    background-size: contain;
    margin: 0 auto;
    background-color: #114488;
}

input,button,select,textarea{outline:none;}
.bdnav{
	background-color: #8B0012;
}
.bdnav ul li:hover .submenu{}
.bdnav ul li .submenu{display:none;position:absolute;top:100%;left:0;/* width:120px; */background-color:#fff;box-shadow:2px 2px 4px 0 rgba(0,0,0,0.5);padding:0;z-index:999;white-space: nowrap;}
.bdnav ul li .submenu a{color:#000;display:block;height:40px;line-height:40px;text-align:left;}
.bdnav ul li .submenu a:hover{background-color:#29aad5;color:#f4f7fa;}
.login-box-bd{
	height:100%;
	width:100%;
	background-color:#8B0012;
	position:absolute;
}
.login-top{
	width:100%;
}
.login-top span{
	height:260px;
}

.header {
    width: 100%;
    height: 3.2rem;
    background-color: #114488;
}
.main {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/v2/bg2.jpg) no-repeat center center;
	height: calc(100vh - 5.357rem);
    background-size: cover;
	}
#regist-form table tr,#xwregist-form table tr{
	height: 50px;
	line-height: 50px;
}	
.header_l img{
    width: 7rem;
    display: inline-block;
    vertical-align: middle;
}
.header_wxit img{
	width: 9.5rem;
	height: 1.8rem;
	display: inline-block;
	vertical-align: middle;
}
.bd_logo{
    width: 1200px;
    margin: 0 auto;
    height: 3.2rem;
    line-height: 3.2rem;
}
.bd_logo.dblydx_logo img{width: 18%;height: auto;}
.bd_logo.mjxy_logo img{width: 18%;height: auto;}
.bd_logo_wxit{
	margin: 0 auto;
	height: 3.2rem;
	line-height: 3.2rem;
}
.login_sysname {
	color: #fff;
    font-size: 1rem;
    vertical-align: middle;
    display: inline-block;
    padding-top: 5px;
    letter-spacing: 3px;
}
.login_sysname_wxit {
	color: #fff;
	font-size: 1rem;
	vertical-align: middle;
	display: inline-block;
	letter-spacing: 5px;
}
.header_r {
    float: right;
	width: 600px;
	height:130px;
	}
.header_r img{
	width:100%;
	padding: 0;
	}
#login-form {
    position: absolute;
    top: 38%;
    left: 63%;
    margin: -150px 0 0 -30px;
	padding:50px 0 0 0;
    width: 380px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 4px 16px 0px rgba(17,68,136,0.12);
	}
#login-form table{
	width:100%;
	}
#login-form table tr{
	padding:10px 0;
	}
#login-form .btn,#isXnw-form .btn,#forgot-form .btn{
	margin:0 0 15px 0;
	}
#regist-form table{
	margin:0;
	padding-top:10px;
	}
#xwregist-form table{
	margin:0;
	padding-top:10px;	
	}
#ctidRegist-form table{
	margin:0;
	padding-top:10px;
	width: 100%;	
	}

#forgot-form {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 550px;
}
#isXnw-form,#forgot-form,#ctidRegist-form{
	position:absolute;
	top:35%;
	left:63%;
	margin:-150px 0 0 -30px;
	width:380px;
	background-color:#fff;
	border-radius:20px;
	box-shadow:0px 4px 16px 0px rgba(17,68,136,0.12);
	padding: 50px 0 0 0;
	display:none;
	}
#forgot-form {
	position: fixed;
	left: 50%;
	top: 70%;
	transform: translate(-50%, -50%);
	width: 550px;
}
#isXnw-form table,#ctidRegist-form{margin:0 16px;}
#forgetpwd-form{
	position:absolute;
	top:35%;
	left:63%;
	margin:-150px 0 0 -30px;
	width:360px;
	background-color:#fff;
	border-radius:0;
	display:none;
	padding:30px;
	}

#forgot-form {
	/*display: flex !important;*/
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 20px;
}
#forgot-form .forget-header {
	display: flex;
	margin-bottom: 13px;
}
#forgot-form .forget-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#forgot-form .forget-header button {
	width: 80px;
	height: 36px;
	border: unset;
	margin-right: 10px;
	background-color: #ccc;
	border-radius: 4px;
}
#forgot-form .forget-body .send-code {
	min-width: 80px;
	height: 36px;
	background-color: #148;
	color: #fff;
	border: 1px solid #148;
	border-radius: 10px;
	margin-left: 10px;
	padding: 0 10px;
}
#forgot-form .forget-header button.active {
	color: #fff;
	background-color: #114488;
}
.forget-body label {
	margin: 20px;
	color: red;
	width: 339px;
}

#forgot-form .forget-body .row1,
#forgot-form .forget-body .row2,
#forgot-form .forget-body .row3,
#forgot-form .forget-body .row4,
#forgot-form .forget-body .row5 {
	display: flex;
	align-items: center;
	margin-top: 14px;
}

#forgot-form .forget-body .row1 span,
#forgot-form .forget-body .row2 span,
#forgot-form .forget-body .row3 span,
#forgot-form .forget-body .row4 span,
#forgot-form .forget-body .row5 span {
	margin-right: 20px;
	width: 100px;
	text-align: right;
}

#forgot-form .forget-body .row1 input,
#forgot-form .forget-body .row2 input,
#forgot-form .forget-body .row3 input,
#forgot-form .forget-body .row4 input,
#forgot-form .forget-body .row5 input {
	padding-left: 20px;
	width: 250px;
	height: 29px;
	border-radius: 3px;
	border-color: rgb(204, 204, 204);
}

#forgot-form .forget-body .row1 input:focus,
#forgot-form .forget-body .row2 input:focus,
#forgot-form .forget-body .row3 input:focus,
#forgot-form .forget-body .row4 input:focus,
#forgot-form .forget-body .row5 input:focus {
	box-shadow: 0 0 0px #0099cb;
}

#forgot-form .forget-body .row1 span i,
#forgot-form .forget-body .row2 span i,
#forgot-form .forget-body .row3 span i,
#forgot-form .forget-body .row4 span i,
#forgot-form .forget-body .row5 span i {
	margin-right: 6px;
	color: red;
}

#forgot-form .forget-footer  {
	margin-top: 37px;
	color: red;
	display: flex;
	justify-content: center;
}

#forgot-form .forget-footer button  {
	width: 70px;
	height: 36px;
	border: unset;
	margin-right: 10px;
	background-color: #fff;
	border-radius: 4px;
}
#forgot-form .forget-footer button:last-child  {
	color: #fff;
	background-color: #114488;
}

#forgetpwd-form table{margin:0 16px;}
#resetpwd-form{
	position:absolute;
	top:35%;
	left:63%;
	margin:-150px 0 0 -30px;
	width:360px;
	background-color:#fff;
	border-radius:0;
	display:none;
	padding:30px;
	}
#resetpwd-form table{margin:0 16px;}
#regist-form{
	position:absolute;
	top:35%;
	left:63%;
	margin:-250px 0 0 -30px;
	padding:30px;
	width:315px;
	background-color:#fff;
	border-radius:0;
	display:none;
	z-index:2;
	}
#xwregist-form{
	position:absolute;
	top:32%;
	left:63%;
	margin:-250px 0 0 -30px;
	padding:30px;
	width:315px;
	background-color:#fff;
	border-radius:0;
	display:none;
	z-index:3;
	}
#cimg{
	display: inline-block;
	height: 42px;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 3px;
	}
#cimg[src='#']{
	position: relative;
    top: 12px;
}
#message,#rmessage,#rmessage2,#forgotMessage{
	padding-left: 105px;
}
#rmessage2{
	color:#8B0012;
	text-align: left;
	}
.img{
	display:block;
	width:457px;
	height:334px;
	border:0;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-160px;
	margin-left:-530px;
	}
.top-name{
	text-align: center;
    padding-bottom: 29px;
}
.egls{
	display:inline-block;
	height:60px;
	line-height:60px;
	font-size: 70px;
	font-family:agencyb;
	color: #0590df;
	}
.egls2{
	display:inline-block;
	height:60px;
	line-height:60px;
	font-size: 45px;
	font-family:agencyb;
	color: #8B0012;
	}
.chis{
	font-size: 36px;
    font-family: "fangzheng";
    color: #114488;
    display: inline-block;
    padding-left: 5px;
	padding-top: 15px;
	}
.chis2{
	font-size: 16px;
	font-family:  Microsoft YaHei;
	color: #8B0012;	
	}
.loginbox{
	width: 100%;
    padding-top: 5%;
	text-align: center;
	}

.loginbox .btn-ok{width: 312px;}
.registbox{
	width:100%;
	margin-top: 5%;
	}

.msg{
	color:#333;
	text-align:center;
	width:100%;
	margin-top:60px
	}
.btn{
	width:100%;
	padding:10px;
	text-align:center;
	border-radius:3px;
	cursor:pointer;
	margin:0 0 10px;
	}
.btn-regist{
	color: #0590df;
	outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.btn-regist:hover{
	color:#027dc2;	
}
.btn-passwodrd{
	outline: none;
    border: none;
    background-color: transparent;	
    cursor: pointer;
}	
.btn2{
	width:200px;
	padding:10px;
	text-align:center;
	border-radius:0;
	cursor:pointer;
	}
.btn3{
	width:35%;
	padding:10px;
	text-align:center;
	border-radius:0;
	cursor:pointer;
	float:right;
	}
.btn:hover{
	background-color:#1C54A0;
	}
.btn-ok:hover{color: #fff;}
.btn-ok:active{
	box-shadow:none;
	background-color: #114488;
    color: #fff;
}
.btn-ok:focus{
	outline: 0;
    background-color: #114488;
    color: #fff;
}
.btn2:hover{
	background-color:#ff8080;
	}
.btn-ok{
	color: #fff;
    background-color: #114488;
    border: 1px #114488 solid;
	}
#forgot-form .btn-ok,#ctidRegist-form .btn-ok{
    width: 48%;
    float: left;
    margin-right: 2%;
}
#forgot-form .btn-gray,#ctidRegist-form .btn-gray{width: 50%;}
.btn-gray{
	color: #999999;
    background-color: #EEEEEE;
    border: 1px #EEEEEE solid;
	}
.btn-gray:hover{
	background-color:#BBBBBB;
	color:#fff;
}	
.btn-bak{
    color: #fff;
    background-color: #999;
    border: 0;
	outline:0;	
	cursor:pointer;
}
.btn-bak:hover {
    background-color: #999;
}
.xn-login-dlcn{
	padding: 0 40px;
}
.xn-login-regist{
	padding: 30px 10px 10px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    text-align: center;
}
.btn2-bak{	
	color: #8B0012;
    background-color: transparent;
    border: none;
	outline:0;
	cursor:pointer;
}
.row{padding:20px 30px 0}
#login-form .ipt{
	border: 1px solid #ccc;
	background-color:#fff;
	width:87.9%;
	height:30px;
	line-height:30px;
	padding: 5px 18px 5px 19px;
	margin: 0 0 20px;
	border-radius: 3px;
	}
#forgot-form .ipt{
	border: 1px solid #ccc;
    background-color: #fff;
    width: 96.5%;
    height: 30px;
    line-height: 30px;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 3px;
	}
.ipt{
	border: 1px solid #D9DCDE;
    background-color: #fff;
    width: 96%;
    height: 26px;
    line-height: 26px;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0;
	}
input.ipt{
	border: 1px solid #D9DCDE;
    background-color: #fff;
    width: 56%;
    height: 0.928rem;
    line-height: 0.928rem;
    padding: 5px;
    border-radius: 3px;
    margin: 0.178rem 0;
    font-size: 0.5rem;
	}
.ipt:focus{
	border-color:#114488;
}
#x_dept_id_add{
    border: 1px solid #D9DCDE;
    border-right: 0;
    width: 89.6%;
    height: 0.928rem;
    line-height: 0.928rem;
    padding: 5px;
    border-radius: 3px 0 0 3px;
    margin: 0.178rem 0;
    box-shadow: none;
}
#x_dept_id_add + .xn-pageInfo-down{
	border: 1px solid #D9DCDE;
    border-left: 0;
    height: 0.928rem;
    line-height: 0.928rem;
    padding: 0.35rem 11px 0.42rem 11px;
    margin-left: -5px;
    border-radius: 0 3px 3px 0;
}
input[readonly] + .xn-pageInfo-down{background-color: #eee;}
.modal{
	position: fixed;
    top: 7%;
    left: 48.2%;
    z-index: 1050;
    width: 460px;
    margin-left: -165px;
    background-color: #fff;
    outline: 0;
    border: 1px solid rgba(209,209,209,1);
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
#main_org_div_add.modal,#main_borrow_org_div.modal{
	width:280px;margin-left: 0;z-index: 999991 !important;
}
#main_org_div_add.modal .modal-body,#main_borrow_org_div.modal .modal-body{
	max-height: calc(100vh / 3.8);
}
*:focus{outline: none;}
.modal-body {
    position: relative;
    max-height: 420px;
    padding: 15px;
    overflow-y: auto;
    clear: both;
}
.sel{
	border: 1px solid #ccc;
	background-color:#fff;
	width:100%;
	height:44px;
	border-radius:0;
	display: inline-block;
    vertical-align: middle;
	}
.sel option{
	width:100%;
}
.sml-ipt{
	border: 1px solid #ccc;
    background-color: #fff;
    width: 141px;
    height: 30px;
    line-height: 30px;
    padding: 5px 5px 5px 19px;
    border-radius: 3px;
	}
.div_jyyy_regist{height:44px;}
input.ipt.sml-ipt1{width:56%;vertical-align:middle;}
.cimg_regist{width:120px;height:38px;margin:0;border:0;padding:0;vertical-align:middle;}
.clear{
	clear:both
	}
.hide{
	display:none
	}
.footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    height: 2.14rem;
    line-height: 2.14rem;
    background-size: contain;
    margin: 0 auto;
    background-color: #114488;
	}
.footer p{
	text-align: center;
	}
.footer p a{
	color:#fff;
	}
.header_l h3{color:#009acd;font-weight:bold;font-size:20px;padding:31px 10px;}
.header_l h3 span{color:#232323;font-size:14px;padding-left:15px;font-weight:normal;}
#login-form h1{font-size:20px;text-align:center;font-weight: normal;height:35px;line-height:35px;font-family:'Microsoft Yahei'}
#regist-form h1{font-size:20px;text-align:center;font-weight: normal;/* height:35px;line-height:35px; */font-family:'Microsoft Yahei'}
#xwregist-form h1{font-size:20px;text-align:center;font-weight: normal;height:35px;line-height:35px;font-family:'Microsoft Yahei'}
#ctidRegist-form h1{font-size:20px;text-align:center;font-weight: normal;height:35px;line-height:35px;font-family:'Microsoft Yahei'}
#isXnw-form h1,#forgot-form h1,#ctidRegist-form h1{
	font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    color: #333;
    font-family: 'Microsoft Yahei';
	}
#forgetpwd-form h1{
	font-size:20px;
	font-weight: normal;
	height:35px;
	line-height:35px;
	color:#8B0012;
	font-family:'Microsoft Yahei'
	}
#resetpwd-form h1{
	font-size:20px;
	font-weight: normal;
	height:35px;
	line-height:35px;
	color:#8B0012;
	font-family:'Microsoft Yahei'
	}
#ctidRegist-form h1{
	font-size:20px;
	font-weight: normal;
	height:35px;
	line-height:35px;
	color:#8B0012;
	font-family:'Microsoft Yahei'
	}
#login-form input:focus{outline: none;border-color: #0099cb;box-shadow: 0 0 0px #0099cb;}
#regist-form input:focus{outline: none;border-color: #0099cb;box-shadow: 0 0 0px #0099cb;}
#xwregist-form input:focus{outline: none;border-color: #0099cb;box-shadow: 0 0 0px #0099cb;}
#ctidRegist-form input:focus{outline: none;border-color: #0099cb;box-shadow: 0 0 0px #0099cb;}
.btn-sign{
	margin-top: 10px;
}
.body-content{margin-top: 15px;text-align: center;}
#showCodeRow{margin-bottom: 10px;}
/****************reset重新设置密码***************/
.login-box-bd .content-bjdx{
	height:77%;
	background-color: #fff
	}
.content-inner{
	width: 34%;
	margin: 0 auto;
	padding: 5% 0;
	}
.pw-img{
	text-align: center;
	padding:0 0 5%
	}
.pwbox-inner{
	width: 100%
	}
.pwbox-inner span{
	display: inline-block;
    width: 30%;
    padding-right: 1%;
    color: #333;
    font-size: 16px;
    text-align: right;
	}
.pwbox-inner input{
	display: inline-block;
	width:300px;
	}
.pwtip-bd{
	color:#333;
	padding-left: 19%;
	}

/****************error页面出错***************/
.content-inner .error-img{
	text-align:center;
	padding:0 0 5%;
	}
.content-inner .error-tip{
	display:block;
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:24px;
	}
.content-inner .error-back{
	text-align: center;
}
.content-inner .error-back a{
	padding: 10px 50px;
    color: #fff;
    background-color: #114488;
    border-radius: 3px;
}
/***************************************************CTID身份核验*******************************************************************/
#ctidRegist-form table tr td font,#ctidRegist-form table tr td img,#ctidRegist-form table tr td input{vertical-align: middle;display: inline-block;}
.mt10{margin-top: 10px;}
.mt9{margin-top: 9px !important;}
#ctidRegist-form table tr td input{margin:10px 0 0 ;}
#finalImg{width: 35%;border:1px solid #cccccc;border-radius: 100%;}
.t-a-center{text-align: center;}
.btn-photobox{margin: 10px 0 0;display: none;}
.jyshow{display: block !important;}
.photo-btn{background-color: #0590df;outline: 0;border: 0;color: #fff;padding: 11px 40px;cursor: pointer;}
#ctidRegist-form{position: absolute;top: 35%;z-index: 3;margin: -150px 0 0 -30px;padding: 50px 40px;width: 300px;}
.person-info-tip{width: auto;padding: 6px;background: rgba(5,144,233,0.4);}
.person-info-tip a{background: #333333;border: 4px solid rgba(5, 144, 223, 1);}

.login-box-bd .photo-btn{background-color: #8b0012;}
#ctidMessage{
	color: red;
    font-size: 13px;
    line-height: 20px;
	margin-top: 4px;
}
/***************************************************北京大学login登陆*******************************************************************/
.login-box-bd .header {
    width: 100%;
    height: 130px;
	/* line-height:6;/**important!**/
    margin: 0 auto;
	/* background-color:transparent; */
	background: url(../images/img/pattern2.png) no-repeat center right;
	 background-size: contain;
}	
.login-box-bd .header_l img{
    width: 180px;
    height: 48px;	
	display: inline-block;
	vertical-align:middle;
	}
.login-box-bd .header {
    width: 100%;
    height: 130px;
    margin: 0 auto;
	background: url(../images/img/pattern2.png) no-repeat center right;
	background-size: contain;
}
.login-box-bd .main {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/img/bg.jpg) no-repeat center center;
	height: calc(100vh - 225px);
    background-size: cover;
}
.login-box-bd .egls {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 70px;
    font-family: agencyb;
    color: #8B0012;
}
.login-box-bd .chis {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #8B0012;
    width: 163px;
    display: inline-block;
}
.login-box-bd .chis2 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #8B0012;
    width: 100px;
    display: inline-block;
}
.login-box-bd .btn-ok {
    color: #fff;
    background-color: #8B0012;
    border: 1px #8B0012 solid;
}
.login-box-bd .btn-regist {
    color: #8B0012;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.login-box-bd .btn:hover {
    background-color: #a20016;
}
.login-box-bd .btn-gray:hover{
    background-color: #a4a4a4 !important;
}
.login-box-bd #isXnw-form h1,.login-box-bd  #forgot-form h1 {
    font-size: 20px;
    font-weight: normal;
    /* height: 35px; */
    line-height: 35px;
    color: #8B0012;
    font-family: 'Microsoft Yahei';
}
.login-box-bd .footer {
	position:fixed;
	bottom:0;
    width: 100%;
    height: 95px;
	line-height:95px;
	background: url(../images/img/pattern2.png) no-repeat center left;	
	background-size: contain;
	margin:0 auto;
	background-color: #8B0012;
	}	
/**************************new注册页面*********************************/
#crumbs {
	text-align: center;
	margin-bottom: 23px;
}
#crumbs ul {
	list-style: none;
	display: inline-table;
}
#crumbs ul li {
	display: inline;
}
#crumbs ul li a {
	display: block;
    float: left;
    height: 30px;
	line-height: 22px;
    background: #D9DCDE;
    text-align: center;
    width: 150px;
    padding: 10px 0 0 0;
    position: relative;
    margin: 0 5px 0 0;
    font-size: 16px;
    text-decoration: none;
    color: #333333;
}

#crumbs ul li:first-child a:before {
	display: none;
}
#crumbs ul li:last-child a:after {
	display: none;
}
#crumbs ul li a:hover {
	background: #114488;
	color: #fff;
}
#crumbs ul li a:hover:after {
	border-left-color: #114488;
}
#crumbs ul li a.active{
	background: #114488;
    color: #fff;
}
#crumbs ul li a.active:after{
	border-left-color: #114488;
}
.xn-register-content {
	position: absolute;
	width: 670px;
	left: 50%;
	top: 48%;
	transform: translate(-50%, -50%);
	box-shadow: 0px 1px 0px 5000px rgba(0,0,0,.3);
	overflow: auto;
	box-sizing: border-box;
	z-index: 1;
}
.xn-register-content .xn-register-zcn{
	width: 100%;
	height: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(29,29,29,0.1);
    border-radius: 4px;
    padding: 1.48rem 0 1.07rem 0;
	box-sizing: border-box;
}
.xn-register-zcn .xn-register-mbx{
	/*padding: 2.14rem 10.3rem;*/
}
.xn-register-zcn #faceRecognite.xn-register-mbx{padding: 1.3rem 7.85rem;}
.xn-register-zcn #registerTable table{width: 100%;}
.xn-register-zcn #registerTable-email table{width: 100%;}
.xn-register-zcn #registerTable table tr td[align='right']{width:28%;}
.xn-register-zcn #registerTable-email table tr td[align='right']{width:28%;}
.xn-register-btn{
	text-align: center;
    padding-top: 0.8rem;
}
.xn-register-yzok{
	text-align: center;
    padding: 7rem 0 5rem 0;
}
#registerSuccess .xn-register-yzok{padding: 5.8rem 0 4rem 0;}
.xn-register-yzok .xn-register-slsbok{
	background: url(../images/v2/xn-ok.svg) no-repeat center center;	
	height:100px;
	margin-bottom: 12px;
}
.xn-register-yzok .xn-register-slsberror{
	background: url(../images/v2/xn-error.svg) no-repeat center center;	
	height:100px;
	margin-bottom: 12px;
}
.xn-register-yzok .xn-register-oktext{
	line-height: 30px;
}
.xn-register-yzok .xn-register-oktext span{
	color: #45A4FC;
    padding-right: 8px;
}
.xn-btn-cancel{
	border: none;
    padding: 0.2rem 0.71rem !important;
	background: #eeeeee;
	color: #999;
	margin: 0 3px;
	font-size: 0.5rem;
}
.xn-btn-cancel:hover{
	background-color: #BBBBBB !important;color: #fff;border-color: #BBBBBB;
}
.xn-btn-commit{
	background: #114488;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 0.2rem 0.71rem !important;
    margin: 0 3px;
    font-size: 0.5rem;
}
.xn-btn-commit:hover{background-color: #1C54A0;color: #fff;border-color: #1C54A0;}
input::-webkit-input-placeholder{
	color:#BBBBBB;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#BBBBBB;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#BBBBBB;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#BBBBBB;
}
.xn-pagemb-header,.xn-mblogin-cdli label,#xwregist-form table tr td label{display:none;}
/********************页面响应式*****************************/

.xn-mytree .ztree{
    background: url(img/line_conn.gif) -2px 0 repeat-y;
    padding: 0px 8px;
}
.ztree .button {
    vertical-align: text-bottom;
}
.xn-mytree .ztree li a{color:#333333;}
.xn-mytree .ztree li span.button{background-image:url("img/zTreeStandard2.png") !important;*background-image:url("img/zTreeStandard2.gif") !important;}
.xn-mytree .ztree li span.button.ico_loading{margin-right:2px;background:url("img/loading.gif") no-repeat scroll 0 0 transparent;vertical-align:top;*vertical-align:middle}
.xn-mytree .ztree li a.curSelectedNode{
	background: none;
	color: #358FE2;
	font-weight: bold;
}
#sidebar .xn-mytree .ztree li a.curSelectedNode{background: #212C36;}
.xn-mytree .ztree li span.button.switch{width: 20px;}
.xn-mytree .ztree li span.button.bottom_close{background-position: -92px -67px;}
.xn-mytree .ztree li span.button.roots_close{background-position: -92px -67px;}
.xn-mytree .ztree li span.button.roots_docu{/*background-position: -88px -88px;*/background-position: -70px 0px;}
.xn-mytree .ztree li span.button.center_close{background-position: -92px -67px;}
.xn-mytree .ztree li span.button.roots_open{background-position: -115px -44px}
.xn-mytree .ztree li span.button.center_open{background-position: -115px -44px;}
.xn-mytree .ztree li span.button.bottom_open{background-position: -115px -44px;}
.xn-mytree .ztree li span.button.ico_close,.xn-mytree .ztree li span.button.ico_open,.xn-mytree .ztree li span.button.ico_docu{
	display: none;
	background-position: 0 16px;
	background-image: none !important;
}
.xn-mytree .ztree li span.button.chk.radio_false_full{background-position: -32px 0;}
.xn-mytree .ztree li span.button.chk.radio_true_full{background-position: -48px 0;}
.xn-mytree .ztree li span.button.chk.radio_false_full_focus{background-position:-32px -48px;}
.xn-mytree .ztree li span.button.chk.radio_true_full_focus{background-position:-48px 0;}
.xn-mytree .ztree li span.button.chk.radio_false_part{background-position:-32px -48px;}
.xn-mytree .ztree li span.button.center_docu{background-position: -70px -22px;;}
.xn-mytree .ztree li span.button.chk.checkbox_false_full_focus{background-position:0 0px}
.xn-mytree .ztree li span.button.chk.checkbox_true_part{background-position: -16px -32px;}
.xn-mytree .ztree li span.button.chk.checkbox_true_part_focus{background-position:-16px -32px;}
.xn-mytree .ztree li span.button.chk.checkbox_true_full{background-position:-16px 0px}
.xn-mytree .ztree li span.button.chk.checkbox_true_full_focus{background-position:-16px 0px}
/*.xn-mytree .ztree > li > ul > li > span.button.bottom_docu{background-position: -76px -64px;margin-left:0;}*/
.xn-mytree .ztree li span.button.bottom_docu{background-position: -70px -22px;}
.xn-mytree .ztree li span.button.chk.radio_false_part_focus{background-position:-48px -48px}
.xn-mytree .ztree li span.button.chk.checkbox_false_part{background-position: 0 -32px;}
.xn-mytree .ztree li span.button.chk.checkbox_false_part_focus{background-position: 0 -32px;}
.xn-mytree .ztree li span.button.root_open{background-position: -115px -44px;}
.xn-mytree .ztree li span.button.root_close{background-position: -92px -67px;}
.xn-mytree .ztree li span.button.chk.radio_false_full ~ .xn-mytree .ztree li span.button.center_docu{margin-left: 16px;}
.xn-mytree .ztree li span.button.root_docu{background:none !important;width:0;}
.xn-mytree .ztree li span.button.chk.checkbox_false_disable{background-position: 0 -32px;}
.xn-mytree .ztree li span.button.chk{
	width: 16px;
	height: 16px;
	margin: 2px 0 0 10px;
	cursor: pointer;
}
.xn-mytree .ztree li ul{background: url(img/line_conn.gif) 4px 0 repeat-y;}
.ztree li ul.line{background-position: 4px !important;}
.xn-orgDw.modal{position:absolute;}
input::-ms-reveal{
      display: none;
}
.xn-password-iyc{position:relative;}
.xn-password-iyc label{color: #E95151;}
.xn-password-pwtd{
    position: relative;
    top: -12px;
}
.xn-password-iyc:after {
    content: "";
    display: inline-block;
    width: 1.07rem;
    height: 1.21rem;
    position: absolute;
    background-color: #fff;
    top: 7px;
    right: 0.8rem;
}
.popover{
	width: auto;
    min-width: 150px;
	white-space: nowrap;
	border: 1px solid rgba(255,0,0,0.5);
    border: 1px solid rgba(255,0,0,0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.popover.bottom .arrow{
	top: -16px;
    margin-left: -15px;
    border-width: 8px;
    border-bottom-color: rgba(255,0,0,0.45);
}
.popover.bottom {
    margin-top: 6px;
}
.popover .popover-content{padding:2px 5px;}
.popover .popover-content p{
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*南京航天航空大学*/
/*登录*/
.xn-njhkColor .header{
	background-color: #1D2089;
}
.xn-njhkColor .login-box2 .footer{
	background-color: #1D2089;
}
.xn-njhkColor .btn-regist:hover{
	color: #1D2089;
}
.xn-njhkColor .btn-regist{
	color: #4B4DA0;
}
.xn-njhkColor .btn-ok{
	background-color: #1D2089;
}
.xn-njhkColor .chis{
	color: #1D2089;
}
.xn-njhkColor #login-form input:focus{
	border-color: #1D2089 !important;
}
.xn-njhkColor #crumbs ul li a.active{
	background: #1D2089;
}
.xn-njhkColor #crumbs ul li a:hover{
	background: #1D2089;
}
.xn-njhkColor .xn-btn-commit{
	background: #1D2089;
}
.xn-njhkColor .header_l img{
	width: 200px;
	height: auto;
	line-height: 3.2rem;
	top: 0;
}
.xn-zghydx.header_l img{
	width: 60px;
	height: auto;
}
.xn-zghydx.header_l .login_sysname{
	padding: 0;
	vertical-align: unset;
}
.mjxy_logo.bd_logo img{
	width: auto;
	height: auto;
	object-fit: contain;
	top: 0;
}
.registerStep {
	display: flex;
	align-items: center;
	margin-left: 17%;
	margin-bottom: 17px;
}
.registerStep p.line {
	height: 1px;
	width: 200px;
	background-color: #ccc;
	margin: 0 34px;
	/* margin-top: 13px; */
}
.registerStep .step1,
.registerStep .step2{
	display: flex;
	align-items: center;
}

.registerStep .step1 .circle,
.registerStep .step2 .circle{
	width: 30px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #ccc;
	line-height: 30px;
	text-align: center;
	margin-right: 7px;
}

.registerStep .step1 .circle {
	background-color: #148;
	color: #fff;
}

.registerStep .step2 .active {
	background-color: #148;
	color: #fff;
}
.login-qrcode-header {
	font-size: 19px;
	margin-bottom: 19px;
	font-weight: 600;
}
button.getqrcode-again {
	margin: 35px;
	font-size: 17px;
	color: #666;
}
.qrcode-login-change {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

.login-qrcode-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.login-qrcode-wrap .login-qrcode-img {
	width: 300px;
	height: 300px;
	background-color: red;
}
.login-qrcode-wrap button {
	border: none;
	background-color: transparent;
	color: #111;
}
/*西南财经大学登录*/
.xn-xncjColor .header{
	background-color: #0068b7;
}
.xn-xncjColor .xncj_logo img{
	width: 8.92rem;
    height: 1.71rem;
    top: 0;
    padding-right: 8px;
}
.xn-xncjColor .main{
	background: url(../images/xncjdx/bg_05.jpg) no-repeat center center;
    background-size: 100% 100%;
}
.xn-xncjColor .login-box2 .footer{
	background-color: #0068b7;
}
.xn-xncjColor .btn-ok{
	color: #fff;
    background-color: rgba(0,104,183,0.5);
    border: none;
	border-radius: 21px;
}
.xn-xncjColor .btn-ok:hover{
	background-color: rgba(0,104,183,1);
}
.xn-xncjColor .chis{
	color:#444444;
}
.xn-xncjColor #login-form .ipt,.xn-xncjColor #showCodeRow .sml-ipt{
	border-width: 0 0 1px 0;
    border-radius: 0;
	box-shadow: none;
}
.xn-xncjColor .body-content .xn-mblogin-cdli{
	position:relative;
}
.xn-xncjColor .body-content .xn-mblogin-cdli:first-of-type:after{
	content:"";
	display: inline-block;
	background: url(../images/xncjdx/account.png) no-repeat;
	background-size: contain;
	width: 0.78rem;
	height: 0.78rem;
	position: absolute;
	right: 10px;
    top: 10px;
}
.xn-xncjColor .body-content .xn-mblogin-cdli:last-of-type:after{
	content:"";
	background: url(../images/xncjdx/password.png) no-repeat;
    background-size: contain;
	width: 0.78rem;
	height: 0.78rem;
	position: absolute;
	right: 10px;
    top: 10px;
}
.xn-xncjColor .xn-login-regist{
	background-color: #F5F5F5;
    padding: 0.46rem 1.428rem 0.46rem 3.5rem;
    text-align: left;
}
.xn-xncjColor .xn-login-regist .btn-regist{
	color: #114488;
}
.xn-xncjColor .btn-passwodrd{
	float: right;
    position: relative;
    top: 1.14rem;
}
.xn-xncjColor .body-content .xn-mblogin-cdli input:-internal-autofill-previewed, .xn-xncjColor .body-content .xn-mblogin-cdli input:-internal-autofill-selected {
    background: none !important;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.xn-xncjColor #login-form{
	height: auto !important;
}
/*西南交通大学*/
.xn-xnjtdxColor{
	background: #EFF7FF;
}
.xn-xnjtdxColor .header{
	background: #EFF7FF;
	padding-bottom: 90px;
	padding-top: 50px;
}
.xn-xnjtdxColor .footer{
	background: #EFF7FF;
	display: none;
}
.xn-xnjtdxColor .footer p a{
	display: none;
}
.xn-xnjtdxColor .main{
	background: #EFF7FF;
	height: calc(100vh - 3.2rem - 140px);
}
.xn-xnjtdxColor .header_l.bd_logo{
	position: relative;
}
.xn-xnjtdxColor .header_l.bd_logo img{
	width: 219px;
	height: 56px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.xn-xnjtdxColor .header_l.bd_logo span{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 37px;
	color: #000000;
	padding: 0;
	margin-left: 230px;
}
.xn-xnjtdxColor .main_login{
	text-align: center;
}
.xn-xnjtdxColor #login-form{
	margin: 0;
	width: 1200px;
	position: unset;
	padding: 0;
	display: inline-block;
	height: 560px !important;
}
.xn-xnjtdxColor #login-form >div{
	width: 50%;
	display: inline-block;
	padding: 0;
}
.xn-xnjtdxColor #login-form .xn-login-dlcn{
	float: right;
	height: 560px;
	padding: 75px 100px 50px 100px;
	box-sizing: border-box;
	position: relative;
}
.xn-xnjtdxColor #login-form .xn-login-dlcn .top-name{
	text-align: left;
	border-left: 2px solid #0C6ABA;
	padding: 0;
	margin-bottom: 50px
}
.xn-xnjtdxColor #login-form .xn-login-dlcn .top-name .chis{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #454545;
	padding: 0;
	margin-left: 5px;
}
.xn-xnjtdxColor #login-form .xn-login-dlcn .loginbox{
	padding: 0;
}
.xn-xnjtdxColor #login-form .xn-login-dlcn .loginbox button{
	width: 100%;
	border-radius: 48px;
	box-sizing: border-box;
	height: 48px;
}
.xn-xnjtdxColor #login-form .xn-login-dlcn .loginbox button:nth-of-type(1){
	background: #0C6ABA;
	border-color: #0C6ABA;
	font-size: 20px;
}
.xn-xnjtdxColor #login-form .xn-login-dlcn .loginbox button:nth-of-type(2){
	background: #fff;
	border-color: #0C6ABA;
	color: #0C6ABA;
	font-size: 20px;
}
.xn-xnjtdxColor #login-form .xn-lct img{
	border-radius: 20px 0 0 20px;
}
.xn-xnjtdxColor #login-form .body-content input{
	width: 100%;
	border-radius: 48px;
	box-sizing: border-box;
	height: 48px;
	border: 1px solid #DCDCDC;
}
.xn-xnjtdxColor #login-form .xn-registpasswodrd{
	text-align: left;
	position: absolute;
	bottom: 25px;
	left: 100px;
	right: 100px;
}
.xn-xnjtdxColor #login-form .xn-registpasswodrd button{
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #ABB5C3;
}
.xn-xnjtdxColor #login-form #showCodeRow{
	margin-bottom: 20px;
}
.xn-xnjtdxColor #login-form #showCodeRow input{
	width: 70%;
	box-sizing: border-box;
	height: 48px;
	border-radius: 48px 0 0 48px;
	border: 1px solid #DCDCDC;
	box-shadow: none;
}
.xn-xnjtdxColor #login-form #showCodeRow img{
	width: 30%;
	float: right;
	height: 48px;
	border-radius: 0 48px 48px 0;
	margin-top: 0px;
}
.xn-xnjtdxColor #login-form #message{
	padding: 0;
}
.xn-xnjtdxColor #login-form .xn-log-acc{
	position: relative;
}
.xn-xnjtdxColor #login-form .xn-log-pass{
	position: relative;
}
.xn-xnjtdxColor #login-form .xn-log-acc:after{
	content: '';
	background: url("../images/xnjtdx/icon_user.svg");
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 13px;
}
.xn-xnjtdxColor #login-form .xn-log-pass:after{
	content: '';
	background: url("../images/xnjtdx/icon_password.svg");
	width: 18px;
	height: 22px;
	display: inline-block;
	position: absolute;
	right: 35px;
	top: 13px;
}
.xn-xnjtdxColor #crumbs ul li a.active{
	background: #0C6ABA;
}
.xn-xnjtdxColor #crumbs ul li a:hover{
	background: #0C6ABA;
}
.xn-xnjtdxColor .xn-btn-commit{
	background-color: #0C6ABA;
}
.xn-xnjtdxColor .xn-btn-commit:hover{
	background-color: #0C6ABA;
	border-color: #0C6ABA;
}
.xn-xnjtdxColor #forgot-form .forget-body .send-code{
	background-color: #0C6ABA;
	border-color: #0C6ABA;
}
.xn-xnjtdxColor .registerStep .step1 .circle{
	background-color: #0C6ABA;
}
.xn-xnjtdxColor #forgot-form .forget-header button.active{
	background-color: #0C6ABA;
}
.xn-xnjtdxColor #forgot-form .forget-footer button:last-child{
	background-color: #0C6ABA;
}
.xn-xnjtdxColor #registerTYpe button.active{
	border-color: #0C6ABA;
}

@media(max-width:1000px){
	.content-inner .error-tip{font-size:20px;line-height:90px}
	.content-inner .error-back a{padding:10px 30px}
}
@media(max-width:819px){
	.content-inner .error-tip{font-size:20px;;line-height:40px}
	.content-inner .error-back a{padding:10px 30px}
}
@media(max-width:648px){
	.content-inner .error-tip{font-size:16px;;line-height:30px}
	.content-inner .error-back a{padding:10px 30px}
}

@media(min-width:1280px){
	.content-inner {padding: 6% 0;}
	.pwtip-bd {padding-left: 23%;}
}
@media( max-width: 1280px ) and (min-width: 800px){
	.content-inner {padding: 14% 0;}
	.pwtip-bd {padding-left:38%;}
}
@media( max-width: 799px ) and (min-width:636px){
	.content-inner {padding: 20% 0;}
	.pwtip-bd {padding-left:0;}
}
@media( max-width: 635px ) and (min-width: 200px){
	.content-inner {padding: 24% 0;}
	.pwtip-bd {padding-left:0;}
	.content-inner{width: 95%;}
	.pwbox-inner input{width: 60%;}
	.loginbox{text-align: center;}
}


@media( min-width: 1680px )and( max-width: 1367px ){
	#login-form {top: 39%;padding: 20px 0 0 0;}
	#login-form .ipt {width: 87%;}
	#xwregist-form {padding: 20px;}
	#ctidRegist-form {padding: 20px;}
	.egls {height: 56px;line-height: 56px;font-size: 58px;}
	#regist-form table tr, #xwregist-form table tr, #ctidRegist-form table tr{height: 42px;line-height: 42px;}
	.cimg_regist {height: 1.54rem;}
	.sel {height: 38px;}
	.ipt {height: 26px;line-height: 26px;}
	#xwregist-form {top: 38%;}
	#isXnw-form, #forgot-form,#ctidRegist-form {top: 31%; padding: 20px 0 0 0;}
}
@media(max-width: 1366px ){
	#login-form {top: 36%;padding: 20px 0 0 0;}
	#login-form .ipt {width: 87%;}
	#xwregist-form {padding: 20px;}
	.xn-login-regist{margin-top: 42px;}
	.egls {height: 56px;line-height: 56px;font-size: 58px;}
	#regist-form table tr, #xwregist-form table tr {height: 38px;line-height: 38px;}
	.cimg_regist {height: 32px;}
	.sel {height: 32px;}
	.ipt {height: 20px;line-height: 20px;}
	#xwregist-form {top: 33%;}
	#isXnw-form, #forgot-form,#ctidRegist-form {top: 31%; padding: 20px 0 0 0;}
}
#forgot-form{top: 61%; padding: 34px 50px 34px 30px;box-shadow: 0px 1px 0px 5000px rgba(0,0,0,.3);}
@media all
{
	html
	{
		font-size:14px;
	}
}
@media screen and (max-width: 1920px){
	html
	{
		font-size: 28px;
	}
}
@media screen and (max-width: 1680px){
	html
	{
		font-size: 27px;
	}
}

@media screen and (max-width: 1600px){
	html
	{
		font-size: 27px;
	}
	#x_dept_id_add + .xn-pageInfo-down{padding: 0.36rem 11px 0.42rem 11px;}
}
@media screen and (max-width: 1440px){
	html
	{
		font-size: 24px;
	}
	#x_dept_id_add + .xn-pageInfo-down {
		padding: 0.32rem 11px 0.44rem 11px;
	}
}
@media screen and (max-width: 1366px){
	html
	{
		font-size: 18px;
	}
}
@media screen and (max-width: 1200px){
	html
	{
		font-size: 24px;
	}
}
@media screen and (max-width: 992px){
	html
	{
		font-size: 30px;
	}
}
@media screen and (max-width: 768px){	/*640px显示屏样式*/
	html{
		font-size:20px;
	}
	body{overflow: hidden;}
	.content-inner {padding: 20% 0;}
	.pwbox-inner span { width: 100%;text-align: center}
	.pwbox-inner input {width: 94%;}
	.pwtip-bd {padding-left:0;}
	.login-box2{background-color: #fff;}
	.xn-pagemb-header{
		display: block;
		text-align: center;
		position: relative;
		padding: 0.53rem 0;
		border-bottom: 1px solid #D5D5D5;
		background-color: #fff;
		height: 1.05rem;
	}
	.xn-pagemb-header .xn-pagemb-back{
		position: absolute;
		left: 0.8rem;
		top: 0.8rem;
		border-top-color: rgba(24,24,24,1);
		width: 0.51rem;
		height: 0.51rem;
		border: #181818 solid;
		border-width: 2px 2px 0 0;
		transform: rotate(-135deg);
		cursor: pointer;
	}
	.xn-pagemb-header .xn-pagemb-title{
		font-weight: bold;
		color: #181818;
		font-size: 0.8rem;
	}
	.login-box2 .header,.top-name,.xn-mblogin-btn{display: none;}
	.login-box2 .footer{background-color: transparent;}
	.footer p a{color:#fff;}
	.login-box2 .main{
		background: none;
		height: calc(100vh - 4.28rem);
		overflow-y: auto;
	}
	#login-form, #ctidRegist-form{
		position: static;
		margin: 0;
		padding: 0;
		width: 100%;
		left: 0;
		top: 0;
		box-shadow: none;
	}
	.xn-login-dlcn{padding:0;}
	.btn-passwodrd{position: relative;top: 20px;}
	.xn-login-regist {
		margin-top: 0;
		background-color: transparent;
		text-align: left;
		border-radius: 0;
		padding: 0;
	}
	.main_login {
		padding: 2rem 1.5rem 1.25rem 1.5rem;
		height: calc(100% - 3.25rem);
	}
	.msg{
		position: absolute;
		bottom: 1.25rem;
		margin-top: 0;
		width: calc(100% - 3rem);
		font-size: 0.6rem;
	}
	.xn-mblogin-cdli {
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.xn-mblogin-cdli label {
		display: inline-block;
		width: 22%;
		font-size: 0.85rem;
		color: rgba(0,0,0,0.9);
		text-align: center;
	}
	#login-form .xn-mblogin-cdli input.ipt,#forgot-form .xn-mblogin-cdli input.ipt,#ctidRegist-form .xn-mblogin-cdli input.ipt {
		display: inline-block;
		font-size: 0.85rem;
		border: 0;
		width: 70%;
		margin: 0;
		padding: 0.5rem 0.3rem;
		background: none;
		-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
	}
	#forgot-form .btn-ok,#ctidRegist-form .btn-ok{
		width: 100%;
	}
	#forgot-form .btn-gray,#ctidRegist-form .btn-gray{width: 50%;display:none;}
	#ctidRegist-form table tr td input{height:30px; line-height:30px;}
	#cimg{
		padding-left: 0;
		margin-left: -5px;
		margin-top: 0;
	}
	.xn-mblogin-cdli .sml-ipt{
		display: inline-block;
		font-size: 0.85rem;
		border: 0px rgb(204, 204, 204);
		width: 31%;
		margin: 0px;
		padding: 0.5rem 0.3rem;
		background: none;
		box-shadow: rgb(255, 255, 255) 0px 0px 0px 1000px inset !important;
	}
	.loginbox,.xn-mblogin-fsfh{margin-top: 3rem;}
	.xn-login-dlcn .btn-ok,.xn-login-dlcn .btn-gray,.xn-mblogin-fsfh .btn,.btn-sign .btn{
		width: 100%;
		border-radius: 4px;
		padding: 0.65rem 10px;
		font-size: 0.8rem;
	}
	#forgot-form{
		position: static;
		margin: 0;
		padding: 0;
		width: auto;
		box-shadow: none;
	}
	#forgot-form .xn-login-regist{display:none;}
	.xn-register-content .xn-register-zcn{
		position: static;
		margin: 0;
		padding: 1.5rem 1.5rem 1.25rem 1.5rem;
		width: auto;
		height: calc(100% - 2.75rem);
		overflow: auto;
	}
	.xn-register-content .xn-register-zcn table{padding-top: 0;width: 100%;}
	.xn-register-content .xn-register-zcn table tr td span{
		display: inline-block;
		font-size: 0.85rem;
		color: rgba(0,0,0,0.9);
	}
	.xn-register-content .xn-register-zcn table tr td {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.xn-register-zcn #registerTable table tr td[align='right']{width: 23%;text-align: left;}
	.xn-register-zcn #registerTable-email table tr td[align='right']{width: 23%;text-align: left;}
	.xn-register-content .xn-register-zcn table tr td:last-of-type{
		width: 60%; position: relative;
	}
	.xn-register-content .xn-register-zcn table tr td:last-of-type input{
		width: 94.9%;
		font-size: 0.85rem;
		border: 0;
		height: auto;
		line-height: normal;
		padding: 0.65rem 0;
		box-shadow: none;
	}
	.xn-register-content .xn-register-zcn table tr td:last-of-type select{
		font-size: 0.85rem;
		border: 0;
		height: 2.4rem;
	}
	.div_jyyy_regist{height:auto;}
	.cimg_regist{width:100px;}
	.xn-register-content .xn-register-zcn table tr td:last-of-type input.sml-ipt1{width: 48%;}
	.btn-sign .btn-gray,.xn-mblogin-fsfh .btn-gray{display:none;}
	.btn-sign{margin-bottom: 0.5rem;}
	.registbox span,.registbox .btn-regist,.registbox .btn-passwodrd{font-size:0.75rem;}
	.login-box2 #isXnw-form h1, .login-box2 #forgot-form h1{
		font-size: 1rem;
		line-height: normal;
		padding-bottom: 0.5rem;
		color: #114488;
	}
	.xn-register-content{
		background: none;
		height: calc(100vh - 2.14rem);
		overflow-y: auto;
		padding: 0;
	}
	.xn-register-zcn .xn-register-mbx{padding:1.14rem 0 0;}
	#crumbs ul li a{ width: 6.5rem;}
	#x_dept_id_add{width: 78%;padding: 0.65rem 0;background-color: #fff;border: none;}
	#x_dept_id_add + .xn-pageInfo-down{padding: 0.69rem 11px 0.8rem 11px;border: 0;background-color: #fff;}
	td.xn-password-pwtd{position:static;vertical-align: baseline;padding-top: 0.75rem;}
	#main_org_div_add.modal{
		left: -2px !important;
		top: -13.4rem !important;
	}
	#main_org_div_add.modal .modal-body{height:12rem; max-height:none;}
	.xn-register-btn .xn-btn-cancel{display:none;}
	.xn-register-btn .xn-btn-commit{
		display: inline-block;
		width: 100%;
		border-radius: 4px;
		padding: 0.65rem 0 !important;
		font-size: 0.8rem;
	}
	.xn-xnjtdxColor #login-form{
		position: static;
		margin: 0;
		padding: 0;
		width: 100%;
		left: 0;
		top: 0;
		box-shadow: none;
	}
	.xn-xnjtdxColor #login-form >div.xn-lct{
		display: none;
	}
	.xn-xnjtdxColor #login-form .xn-login-dlcn{
		width: 100%;
		padding: 0;
	}
	.xn-xnjtdxColor #login-form .xn-log-acc:after,.xn-xnjtdxColor #login-form .xn-log-pass:after{
		right: 15px;
	}
	.xn-xnjtdxColor #login-form .xn-registpasswodrd button{
		top: 0;
	}
	.xn-register-content{
		width: 100%;
		top: 2.14rem;
		transform: none;
		left: 0;
		box-shadow: none;
	}
	.xn-register-content .xn-register-zcn{
		padding: 0.5rem;
		height: 100%;
	}
	#crumbs ul{
		display: flex;
		justify-content: space-between;
	}
	#crumbs ul li a{
		margin: 0;
	}
	#xn-td-phone #xn-btn-yzm,#xn-td-email #xn-btn-yzm{
		position: unset;
	}
	.registerStep{
		margin: 0;
		justify-content: space-around;
	}
	.registerStep p.line{
		width: 150px;
		margin: 0;
	}
	#forgot-form{
		position: fixed;
		top: 2.14rem;
		transform: none;
		left: 0;
		width: 100%;
		height: calc(100vh - 2.14rem);
		justify-content: flex-start;
	}
	.xn-xncjColor #forgot-form .forget-body{
		padding-right: 1rem;
	}
	.xn-xncjColor .btn-passwodrd{
		top: 1.4rem;
    	right: 10px;
	}
	#forgot-form .forget-header{
		justify-content: space-around;
		margin-top: 1rem;
	}
	.xn-xnjtdxColor #login-form #showCodeRow input{
		width: 41%;
		border: 0px rgb(204, 204, 204);
	}
}
@media screen and (max-width: 320px){
	html{font-size:16px;}
	.xn-register-content .xn-register-zcn table tr td:last-of-type input.sml-ipt1 {
		width: 47%;
	}
}
@media screen and (max-width: 280px){
	html{font-size:15px;}
	.xn-register-content .xn-register-zcn table tr td:last-of-type input.sml-ipt1 {
		width: 38%;
	}
}
@media screen and (min-width: 1920px){
	html
	{
		font-size: 28px;
	}
}
