.header {
    min-width: 1002px;
    height: 55px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.header .content {
    width: 1002px;
    margin: 0 auto;
}
.header .logo {
    float: left;
}
.header .nav {
    float: right;
}
.header .logo a {
     display: block;
     float: left;
     cursor: pointer;
     margin: 9px 9px 0 0;
 }
.header .logo b {
    display: block;
    float: left;
    height: 22px;
    font: 16px/22px "Microsoft Yahei";
    color: #000;
    text-indent: 9px;
    margin-top: 16px;
    border-left: 1px solid #ddd;
}
.header .nav a {
    display: inline-block;
    height: 50px;
    font: 16px/50px "Microsoft Yahei";
    color: #000;
    cursor: pointer;
    margin: 0px 0px 1px 40px;
    border-bottom: 5px solid #fff;
}
.page{

    /*background-size: 100% 100%;*/
    height: 100%;
    width: 100%;
    /*position: fixed;*/
    /* bottom: 0; */
    /* left: 0; */
    z-index: -999;
}
.cam-page{
    background: url(../img/5d05a61911e924cbbe02624b0d79fbfa.jpg) no-repeat;
}
.stu-page{
    background: url(../img/930f52a804c2b8f25413a916a80068cb.jpg) no-repeat;
}
.sign-wrap{
    width: 410px;
    position: absolute;
    left:50%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px  2px 15px rgba(0,0,0,.3);
    margin-left: -205px;
    margin-top: 50px;
}
.sign-wrap .login-header{
    height: 50px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    font-family: 'Microsoft Yahei';
}

.sign-wrap .switch{
   height: 45px;
    position: absolute;
    left:67px;
    bottom: 0;
    font-size: 18px;
}
.login-header .switch .switch-btn-focus{
    color: #5DD5C8;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    outline: none;
 	border-bottom: 2px solid #5DD5C8;
}
.login-header .switch #switch-qlogin {
    margin-right: 132px;
}
.login-header .switch .switch-btn{
    color: #999;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    outline: none;
}
.login-header .switch a:hover{
    color: #5dd5c8;
}
/*#switch-bottom {
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid #5DD5C8;
}*/

/*登录开始*/
.web-qr-login{
    position: relative;
    overflow: hidden;
    width: 324px;
    padding: 15px 43px 0;
}
.static-form{
    display: block;
}
.quick-form{
    display: none;
}
.login-switch{
    width: 48px;
    height:48px;
    line-height: 48px;
    position: absolute;
    right: 5px;
    top: 8px;
}
.login-switch .iconfont{
    font-size: 48px;
    cursor: pointer;
    color: #5DD5C8;
}
.poptip{
    border: 1px solid #5DD5C8;
    height: 16px;
    line-height: 16px;
    background: #fefcee;
    padding: 5px 20px 5px 15px;
    position: relative;
}
.login-tip{
    position: absolute;
    top: 5px;
    right: 58px;
}
.poptip-arrow{
    position: absolute;
    z-index: 10;
    top: 8px;
    right: 0;
}
.poptip-arrow em,.poptip-arrow span{
    position: absolute;
    top:0;
    left: 0;
    width: 0;
    height: 0;
    border-color: rgba(255,255,255,0);
    border-style: solid;
    border-width: 6px 0 6px 6px;
    overflow: hidden;
}
.poptip-arrow em{
    top: 0;
    left: 1px;
    border-left-color: #5DD5C8;
}
.poptip-arrow span{
   border-left-color: #fefcee;
}
.poptip .poptip-content{
    font-size: 12px;
    font-weight: 400;
    color: #5DD5C8;
}
.login-title{
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #3c3c3c;
    margin-top: 9px;
    padding-bottom: 8px;
    font-weight: 700;
}
.qrcode-main{
    position: relative;
    margin-top: 24px;
    height: 140px;
}
.qrcode-img{
    position: absolute;
    left: 92px;
    top: 0;
    z-index: 100;
}
.qrcode-img img{
    vertical-align: top;
    width: 140px;
    height: 140px;
}
.qrcode-desc{
    overflow: hidden;
    width: 148px;
    margin:12px auto 12px;
}
.qrcode-desc .iconfont{
    float: left;
    color: #5DD5C8;
    font-size: 22px;
    line-height: 24px;
    margin-right: 10px;
}
.qrcode-desc p{
    line-height: 24px;
    color: #6c6c6c;
    font-size: 16px;
    float: left;
}
.qrcode-msg{
    margin-top: 20px;
    position: relative;
    display: none;
}
.qrcode-msg .msg-icon{
    position: relative;
    text-align: center;
}
.msg-icon .icon-saomiaochenggong{
   font-size: 32px;
    line-height: 32px;
    position: absolute;
    top: 34px;
    left: 147px;
    color: #78c430;
}
.msg-icon .icon-shouji3{
    color: #ddd;
    font-size: 116px;
    line-height: 116px;
}
.qrcode-msg h6{
    margin-top: 22px;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #6c6c6c;
    text-align: center;
}
.qrcode-msg p {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #3c3c3c;
}
.qrcode-msg .link {
    margin-top: 21px;
    margin-bottom: 12px;
    text-align: center;
}
.qrcode-msg a.light-link {
    color: #f40;
}
 .inputOuter {
    position: relative;
}

.icon-01,.icon-huiyuan,.icon-gongsi,.icon-shouji,.icon-mima,.icon-yanzhengma,.icon-duanxinyanzhengma,.icon-youxiang-copy{
    position: absolute;
    left: 9px;
    top: 11px;
    width: 20px;
    height: 20px;
    color: #c1c5cb;
    -webkit-transition: box-shadow linear .2s;
     transition: box-shadow linear .2s;

}
.inputstyle{
    min-height: 22px;
    line-height: 22px;
    border: 1px solid #E3E7ED;
    font-size: 13px;
    min-width: 0;
    padding: 9px 18px;
    vertical-align: middle;
    width: 266px;
    color:#555555!important;
}
.inputstyle{
    padding-left:38px;
}
.pwArea{
    margin-top: 18px;
    position: relative;
}
.firArea{
    margin-top: 0;
}
.pwArea label{
   font-size: 14px;
    color: #7d7d7d;
}
.button-blue{
    margin:0 auto 10px;
    display:block;
    width: 100%;
    box-sizing: content-box;
    color: #fff;
    letter-spacing: 1px;
    background: #5dd5c8;
    text-align: center;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    border: none;
    cursor: pointer;
    opacity: 1;
    pointer-events: auto;
}
.btn-fir{
    margin-right: 28px;
}
.button-blue:hover{
    opacity: .8;
}
.forgetpw{
    display:inline-block;
    padding-bottom: 35px;
    color:#9fa3af ;
}
/*登录结束*/

/*注册开始*/
.qlogin{
    position: relative;
    overflow: hidden;
    width: 324px;
    padding: 20px 43px 0;
}
.verifimg{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 103px;
    height: 40px;
    border:1px solid #e3e7ed;
    border-left: 0;
    vertical-align: middle;
}
.inputstyle.txinput{
    width: 162px;
}
.btn-sms{
    position: absolute;
    right: 1px;
    top: 11px;
    font-size: 14px;
    min-width: 104px;
    color: #5dd5c8;
    border: 0;
    border-left: 1px solid #e7e7e7;
}
.agreement{
    padding-bottom: 35px;
    color:#9fa3af ;
}
.icon-tishi{
    display: inline-block;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    color:#5DD5C8;
}
.error_message{
    position: absolute;
    bottom: -20px;
    left:0
}
.error{
    color: #5DD5C8;
}
/*注册结束*/

/*忘记密码*/
body{
    background: #fff;
}
.clears{
    clear:both;
}
.for-liucheng{
    width:640px;
    margin:30px auto;
    height:50px;
    padding:20px 0 0 0;
    position:relative;
}
.liulist{
    float:left;
    width:25%;
    height:7px;
    background:#ccc;
}
.liutextbox{
    position:absolute;
    width:100%;
    left:0;
    top:10px;
}
.liutextbox .liutext{
    float:left;
    width:25%;
    text-align:center;
}
.liutextbox .liutext em{
    display:inline-block;
    width:24px;
    height:24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius:24px;
    background:#ccc;
    text-align:center;
    font-size:14px;
    line-height:24px;
    font-style:normal;
    font-weight:bold;
    color:#fff;
}
.liutextbox .liutext strong{
    display:inline-block;
    height:26px;
    line-height:26px;
    font-weight:400;
}
.liulist.for-cur{
    background:#5DD5C8;
}
.liutextbox .for-cur em{
    background:#5DD5C8;
}
.liutextbox .for-cur strong{
    color:#5DD5C8;
}

.forget-pwd{
    width:500px;
    margin:20px auto;
    min-height:400px;
}
.forget-pwd input,.forget-pwd select,.forget-pwd button{
    border:0;
    margin:0;
    padding:0;
    background:none;
}
.forget-pwd dl{
    margin-bottom:20px;
}
.forget-pwd dt{
    float:left;
    padding-right:10px;
    width:100px;
    height:30px;
    line-height:30px;
    text-align:right;
    font-size:14px;
}
.forget-pwd dd{
    float:left;
    width:380px;
    height:30px;
    position:relative;
}
.forget-pwd dd input{
    width:190px;
    height:28px;
    line-height: 28px;
    border:#ccc 1px solid;
    background: #fff;
    padding: 1px 6px;
    font-size: 14px;
}
.forget-pwd dd select{
    width:203px;
    height:32px;
    border:#ccc 1px solid;
    background: #fff;
    padding: 1px 6px;
}
.forget-pwd dd button{
    width:120px;
    height:30px;
    line-height:30px;
    border:#ddd 1px solid;
    background:#f1f1f1;
    text-align:center;
    cursor:pointer;
    font-size:14px;
    color:#666;
}
.forget-pwd .yanzma{
    position:absolute;
    left:205px;
    top:0;
    height:33px;
    line-height:33px;
    width:180px;
}
.subtijiao{
    padding:0 0 0 110px;
}
.subtijiao input,.sub-return a{
    width:85px;
    height:32px;
    background:#5DD5C8;
    color:#fff;
    font-size:14px;
    cursor:pointer;
}
.successs{
    text-align:center;
    padding: 20px 0 60px 0;
}
.successs h3{
    padding:20px;
    font-size:25px;
    color:#5DD5C8;
}
.sub-return a{
    display: inline-block;
    line-height: 32px;
    margin-right: 20px;
}
.sub-return{
    text-align: center;
}
.getIdeCode{
 	position: absolute;
    width: 80px;
    height: 33px;
    background-color: #dee0e3;
    color: #ffffff;
    border-radius: 2px;
    line-height: 33px;
    text-align: center;
    left: 205px;
    top: 0;
}

.bottom-red-error{
	color:red!important;
	display: block;
}
