.index_login{
    width:400px;
    font-size:16px;
    position:relative;
}
.index_login_title{
    background-color:#4A90E2;
    height:48px;
    line-height:48px;
    color:#fff;
    text-align:center;
}

.index_login_box{
   /* height:347px;*/
    height:290px;
    background-color: #fff;
    overflow:hidden;
    border:1px solid #ececec;
}
.index_login_form,.index_login_btm {
    width:340px;
    margin:0 auto;
}
.index_login_btm{
    margin-top:20px;
}
.index_login_box .input_box{
    margin:15px auto;
    height:35px;
    border:1px solid #ccc;
    padding-left:10px;

}
.index_login_box .input_box input{
    width: 286px;
    height: 32px;
    line-height: 32px;
    /*margin-top:3px;*/
    background:#fff;
}
.login_btn input{
    color:#fff;
    background-color:#F5A623;
    width:100%;
    height:40px;
    line-height:40px;
    letter-spacing: 8px;
    text-indent:8px;
    border-radius:2px;
    font-size:16px;
    cursor:pointer;
}

/******ɨ���¼*******/
.index_login{display:none;}
.login_scan_box{
    background:#fff;
    height:338px;
    text-align:center;
}
.login_scan_title{
    padding:14px 0;
    font-size:18px;
}
.login_scan_box>img{
    margin:10px 0;
}
.login_tip {
    width: 120px;
    height: 40px;
    margin: 5px 0 0 0;
    cursor: pointer;
    bottom: 10px;
    z-index: 999;
}
.quick_login {
    position: absolute;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}
.login_tip .poptip {
    color: #3a7ab2;
    position: absolute;
    font-size: 12px;
    right: 40px;
    bottom: 20px;
    padding: 5px 10px;
    border: 1px solid #3a7ab2;
}

.left {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 78px;
    top: 7px;
    z-index: 2;
}


.left-arrow1,.left-arrow2{
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}
.left-arrow1{
    border-width: 6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #3a7ab2;
    left: 99px;
    top: 0px;
}
.left-arrow2{
    border-width:6px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    left: 98px;
    top: 0px;
}

/*****登陆后***/
.login_status{
    text-align:center;
    display:none;
}
.avatar{
    margin:26px 0;
}
.login_status_btn a{
    color:#9b9b9b;
    margin-right:16px;
}
.logout_btn_box{
	    width: 260px;
    margin: 36px auto;
}
.login_status .exit{
       min-width: 100px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #F5A623;
    margin:0 auto ;
    float: left;
    padding: 0 15px;
}


/****忘记密码********/
.mask{display:none;position:fixed;left:0;top:0;z-index:111;width:100%;height:100%;background:rgba(0,0,0,0.6)}
.index_forget {
    width: 760px;
    height: 488px;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -220px;
    background-color:#fff;
    border-radius:2px;
    position:fixed;
    z-index:9999;
    display:none;


}

.zc_title {
    background-color: #f8f8f8;
    font-size: 20px;
    line-height: 65px;
    color: #666;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.zc_title i {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #d8d8d8;
    transition: all 0.5s ease;
    cursor: pointer;
    line-height:1;
}

.zc_title i:hover {
    color: #e69f2d;
    transform: rotate(90deg)
}

.zc_form {
    width: 466px;
    margin: 4px auto;
    font-size: 16px;
}

.zc_form .zc_prompt {
    font-size: 14px;
    color: #999;
}

.zc_form td {
    padding: 14px 0
}

.zc_form input[type="text"],.zc_form input[type="password"] {
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin: 0 16px;
    border:1px solid #ccc;
}

.zc_form  .send_code {
    font-size: 14px;
    color: #e69f2d;
    cursor: pointer
}

.zc_form .zc_item {
    text-align: right;
}

.zc_form .zc_sure, .zc_form .zc_cancel {
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.zc_form .zc_cancel {
    margin-left: 10px;
    background-color: #999;
}

.zc_form .zc_sure {
    margin-left: 16px;
    background-color: #cc0000;
}

/****短信验证码登录********/
.mask1{display:none;position:fixed;left:0;top:0;z-index:111;width:100%;height:100%;background:rgba(0,0,0,0.6)}
.index_sms_login {
    width: 760px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -220px;
    background-color:#fff;
    border-radius:2px;
    position:fixed;
    z-index:9999;
    display:none;
}

.index_sms_login_admin {
    width: 760px;
    height: 360px;
    top: 50%;
    left: 50%;
    margin-left: -380px;
    margin-top: -220px;
    background-color:#fff;
    border-radius:2px;
    position:fixed;
    z-index:9999;
    display:none;
}

.sms_title {
    background-color: #f8f8f8;
    font-size: 20px;
    line-height: 65px;
    color: #666;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.sms_title i {
    position: absolute;
    top: 25px;
    right: 25px;
    color: #d8d8d8;
    transition: all 0.5s ease;
    cursor: pointer;
    line-height:1;
}

.sms_title i:hover {
    color: #e69f2d;
    transform: rotate(90deg)
}

.sms_form {
    width: 466px;
    margin: 4px auto;
    font-size: 16px;
}

.sms_form .sms_prompt {
    font-size: 14px;
    color: #999;
}

.sms_form td {
    padding: 14px 0
}

.sms_form input[type="text"],.sms_form input[type="password"] {
    width: 230px;
    height: 40px;
    line-height: 40px;
    margin: 0 16px;
    border:1px solid #ccc;
}

.sms_form  .send_code {
    font-size: 14px;
    color: #e69f2d;
    cursor: pointer
}

.sms_form .sms_item {
    text-align: right;
}

.sms_form .sms_sure, .sms_form .sms_cancel {
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.sms_form .sms_cancel {
    margin-left: 10px;
    background-color: #999;
}

.sms_form .sms_sure {
    margin-left: 16px;
    background-color: #cc0000;
}

.zoom {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
.zoom .scan {
    background: url(../imgs/scanIcon_white.png) no-repeat;
    background-size: 60px 60px;
    position: relative;
}
.zoom .scan,.zoom .scan_ewm:hover {
    display: block;
}
.zoom a {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 6px;
    cursor: pointer;
    margin-left: 49px;
}
.zoom .scan_ewm {
    display: none;
    width: 156px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
    padding: 12px 0;
    position: absolute;
    right: 76px;
}
.zoom .scan_ewm .welcomeScan {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.zoom .service {
    background: url(../imgs/onlineService_white.png) no-repeat;
}
.zoom .ask {
    background: url(../imgs/question_white.png) no-repeat;
}
.zoom .student_guide {
    background: url(../imgs/studentGuide_white.png) no-repeat;
}
.zoom .survey {
    background: url(../imgs/survey_white.png) no-repeat;
}
.eye_icon{
    width:20px;height:20px;
    	    position: relative;
    		top: 6px;
    		left: 6px;
    }