@CHARSET "UTF-8";
html,body{
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: '微软雅黑','宋体',arial;
    font-size: 16px;
}
.table td, .table th{
    vertical-align: middle;
}
.user-login-header{
     background: #fff;
     height: 80px;
     line-height: 80px;
     font-weight: bold;
}
.user-login-header .logo{
    position: relative;
    top: 16px;
    margin-right: 10px;
}
/* 登录页样式 */
.login-body{
    height:600px;
    background: url('../images/user-login-img.png') no-repeat #31aa36;
    border: none;
}
.login-panel{
    position: absolute;
    width: 390px;
    height: 410px;
    background: #ffffff;
    top: 100px;
    right: 20px;
    padding: 32px 0;
    box-shadow: 0px 1px 3px #8A9AB3;
}
.login-form-panel{
    width: 310px;
    margin: 0 auto;
    position: relative;
}
.login-title{
    font-size: 16px;
    font-weight: bold;
	color: #444;;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
	text-align: center;
}
.login-titles{
    font-size: 16px;
    font-weight: bold;
    color: #444;;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.login-type-btn{
    width: 32px;
    height: 32px;
    background-image: url('../images/user-login-pc-qr-icon.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    position: absolute;
    top: 70px;
    right: 40px;
    cursor: pointer;
    z-index: 99;
}
.login-form{
    display: block;
}
.login-form-controls{
    width: 100%;
    margin-bottom: 25px;
}
.login-form-controls dd{
    width: 100%;
    margin: 0;
    font-size: 14px;
}
.login-form-controls dd input{
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding:  10px;
    font-size: 14px;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    outline: none;
    transition: all 0.3s ease 0;
    height: 38px;
}
.login-form-controls dd input:hover{
    border: 1px solid #a6a6a6;
}
.login-form-controls dd input:focus{
    border: 1px solid #1996e6;
}
.login-form-controls dd input.alert{
    border: 1px solid #aa0000;
    border-radius: 0;
}
.submit-btn{
    background: #F29200;
    border-radius: 3px;
    outline: 0;
    border: none;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}
.alert-label{
    color: #a00;
    font-weight: normal;
    font-size: 12px;
    display: none;
}
.return-home{
    width: 100%;
    position: absolute;
    padding:10px 40px;
    bottom: 25px;
    font-size: 14px;
    z-index: 100;
}
.return-home a{
    text-decoration: none;
    color: #F29200;
    padding-right: 53px;
}

/* footer 样式 */
div.em-container-fluid.login-footer{
    text-align: center;
    font-size: 12px;
    
    color: #666666;
    padding-top: 20px;
    padding-bottom: 20px;
}
div.em-container-fluid.login-footer a{
   text-decoration: none;
}
div.em-container-fluid.login-footer a:hover{
   color: #F29200;
}
div.em-container-fluid.footer{
    width: 100%;
    /*text-align: center;*/
    /*font-size: 12px;*/
    color: #666666;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
    position: relative;
    bottom:0;
    z-index: 1000;
    border-top: 5px solid #31aa36;
}
/* 二维码部分的样式 */
.qr-code-panel{
    position: absolute;
    width: 100%;
    padding-left: 45px;
    top: 70px;
    bottom: 30px;
    background: #ffffff;
    z-index: 98;
    display: none;
}
.qr-code-panel > iframe{
    margin: 0 auto;
}
/* main 页面样式 */
.main-header{
    height: 75px;
}
.main-header > .logo{
    margin-left: 0.5rem;
}
.main-header > .site-name{
    top: 25px;
    left: 60px;
}
.header-tools{
    float: right;
}
.main-body{
    position: absolute;
    width: 100%;
    top: 75px;
    bottom: 50px;
}
.main-sidebar,
.main-content{
    height: 100%;
    background: #ffffff;
    box-sizing: border-box;
}
.main-sidebar{
    width: 180px;
    float: left;
    overflow: auto;
}
.main-sidebar > ul.main-sidebar-menus{
    padding: 0;
    margin: 5px;
    list-style: none;
}
.main-sidebar > ul.main-sidebar-menus > li{
    padding-left: 5px;
    list-style: none;
    min-height: 35px;
    line-height: 35px;
    border-left: 2px solid #ffffff;
    border-bottom: 1px dotted #cccccc;
    cursor: pointer;
}
.main-sidebar > ul.main-sidebar-menus > li.current{
    border-left: 2px solid #333333;
}
.main-content{
    margin-left: 185px;
    padding: 5px;
    overflow: auto;
}
.content-title{
    background: #efefef;
    font-size: 24px;
    padding: 10px 5px;
}
.content-body{
    padding: 10px 5px;
}
.main-footer{
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-top: 1px solid #cccccc;
    background: #ffffff;
}

/***** 用户注册部分样式 ******/
.res-type{
	width: 100%;
}
.res-type-item{
	width: 50%;
	height: 50px;
	line-height: 50px;	
	text-align: center;
	display: inline-block;
	float: left;
	font-size: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	color: #1954a0;
}
.current-type{
	border-bottom: 5px solid #1954a0;
}
.res-type-item:hover{
	background: #ccc;
}
.res-form-item{
	clear: both;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
.res-form-item label{
	float: left;
    text-align: right;
	display: block;
	padding: 9px 15px;
	font-weight: 400;
	line-height: 20px;
	width: 160px;
}
.res-input-block{
	width: 350px;
	margin-left: 160px;
	min-height: 36px;
	position:relative;
}

.res-form-item::after{
	clear: both;
}
.res-input-block input{
	width: 100%;
	min-height: 36px;
	display: inline;
    float:left;
	padding-left: 10px;
    border: 1px solid #555;
}
.res-input-block span{
	position: absolute;
	top: 0;
	float:left;
	height: 36px;
	line-height: 18px;
	padding-left: 9px;
	width: 460px;
    font-size: 15px;
    color: #BABABA;
}
.res-input-block span.message{
    padding-left: 28px;
    background: url(../images/faq.png) no-repeat 9px 0;
}
.res-input-block a{
    font-size: 15px;
    text-decoration: none;
    color:#465664;
}
#pwdPrompt{display: none;}
#pwdLength{margin-top: 10px;}
#pwdLength span { position:static;padding-left: 0;display: none;float: left; height: 18px; width: 61px; font-size: 14px; text-align: center; line-height: 18px; color: white; border-right: 1px solid white; }
.res-input-block a:hover{
    color:#31aa36;
}
.licence{
	width: 200px;
	height: 200px;
	overflow: hidden;
	background: #f6f6f6;
	text-align: center;
	cursor: pointer;
}
.licence img{
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
}
.licence p{
	margin-top: 80px;
}
.res-btn{
	width: 200px;
	display: block;
	background: #F29200;
	color: #ffffff;
	border: none;
	margin: 20px auto 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	outline: 0;
	cursor: pointer;
}
.layui-upload-file{
	display: none;
}
.get-code-btn{
	display: block;
	width: 100px;
	height: 36px;
	line-height: 36px;
	background: #f60;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	border: none;
}
.tc{
    text-align: center;
    line-height: 36px;
}
.b{
    font-weight: bold;
}
.oninage{
    color: #f29200;
}
.qysedcms_form_group input{
    width: 200px;
    display: block;
    background: #F29200;
    color: #ffffff;
    border: none;
    margin: 10px auto 0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    outline: 0;
    cursor: pointer;
}









