/*****
**
*	这是公共的一些class，可以覆盖之前的css，
*
*
*    公共css 命名规则
*
    所有公共css都以e_开头，直接描述其功能，
*
*
*
********/
/********弹出遮罩层类*************/
.e_rgba{background:transparent;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);zoom: 1;}
.e_mask{width:100%;height:100%;background:#000;opacity:.6;filter:alpha(opacity=60);position:fixed;z-index:88;display:none;left:0px;top:0px;}
/********弹出遮罩层类*end************/
















/******************响应式布局************************/
@media screen and (max-width : 500px){
html{font-size:62.5%;height:100%;}
body{-webkit-overflow-scrolling: touch;}
input,input[type='button'],input[type='submit'],input[type='reset']{cursor:pointer;vertical-align:middle;-webkit-appearance: none;}
}
/******************响应式布局 end************************/



/******************登录框************************/
.e_log_box{
    width:540px;
    height:520px;
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-260px;
    margin-left:-270px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 0 4px 4px rgba(56, 56, 56, 0.4);
}

.e_log_box i.log_icon{
    position: absolute;
    width: 26px;
    background: url(pic_login.png) no-repeat;
    height: 26px;
    left: 0;
    top: 6px;
}
.e_log_box i.log_icon.phone{
    background-position: 8px -43px;
}
.e_log_box i.log_icon.pwd{
    background-position: 8px -80px;
}
.e_log_box i.log_icon.vcode{
    background-position: 8px -115px;
}
.e_log_box i.log_icon.ldap{
    background-position: 8px -152px;
}
.e_log_box a{
    cursor: pointer;
}
.e_log_box_inner{
    padding:0 60px;
    position:relative;
}
.e_log_header{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f5f5f5;
    font-size: 18px;
    position: relative;
    margin-bottom: 16px;
}
.e_log_close{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-indent: -10em;
    overflow: hidden;
    background: url(pic_login.png) no-repeat 16px 18px;
}
.e_log_tab{
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 42px;
    height: 40px;
}
.e_log_tab span{
    display: inline-block;
    width:50%;
    text-align: center;
}
.e_log_tab a{
    font-size: 16px;
}
.e_log_tab a.active{
    color:#ffb403;
    border-bottom: 3px solid #ffb403;
    display: inline-block;
    line-height: 37px;
}
.e_log_field{
    margin-bottom: 20px;
    position: relative;
}
.e_log_field label{
    display:block;
    padding:6px 6px 6px 28px;
    border:1px solid #ddd;
    position:relative;
}
.e_log_field .e_log_text{
    border:none;
    display: block;
    width:100%;
    height:26px;
    line-height: 26px;
}
.e_log_code label {
    margin-right: 120px;
}
.e_log_code_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 108px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 1px solid #ddd;
    background: #fff;
    overflow:hidden;
}
.e_log_submit{
    display: block;
    text-align: center;
    line-height: 40px;
    background: #ffb403;
    color:#fff;
    font-size: 16px;
}
.e_log_other{
    border-top:1px solid #eee;
    height:1px;
    margin:40px 0 19px;
    text-align: center;
    line-height: 1px;
}
.e_log_other span{
    padding: 0 22px;
    color:#999;
    background: #fff;
}
.e_mask_show{
    display: block !important;
}

p.login-error{
    position: absolute;
    background: url(pic_login.png) no-repeat 0 -190px;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    top: 53px;
    left: 60px;
    padding-left: 26px;
    display: none;
    white-space: nowrap;
}
.e_log_field label.login-error{
    border-color:red;
}
.hr_toast,.hr_popview{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    display: none;
    max-width: 500px;
    min-width: 300px;
    _width: 400px;
    text-align: center;
    background: #fff;
}
.hr_toast .hr_toast_message,.pop_message{
    padding: 40px 40px 40px 80px;
    display: inline-block;
    text-align: left;
}
.hr_toast_right,.hr_popview_right{
    background: #fff url(hr_ico_ture.png) no-repeat 15px center;
}
.hr_toast_error{
    background: #fff url(hr_ico_errow.png) no-repeat 15px center;
}
.hr_toast_info{
    background: #fff url(hr_ico_info.png) no-repeat 15px center;
}

.pop_btns{
    padding: 10px;
    text-align: center;
    background: #f2f2f5;
}
.pop_btns span{
    display: inline-block;
    margin-right: -10px;
}
.pop_btns a{
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    background: #cccccc;
    cursor: pointer;
}
.pop_btns a.default{
    background: #fdb32c;
}
.pop_close{
    position: absolute;
    width: 40px;
    height: 40px;
    background: url(hr_close_big.png) center center no-repeat;
    top: 0;
    right: 0;
    cursor:pointer;
}
.pop_close:hover{opacity: .6;}
#login_container{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 3px 4px rgba(0, 0, 0, 0.28);
    margin-top: -210px;
    margin-left: -180px;
    padding: 0 30px;
    display: none;
}
.login-wechat{
    text-align: center;
}
.e_mask_toast{z-index:9998;}
@media screen and (max-width: 500px){
    .e_log_box{
        width: 100%;
        height: 100%;
        margin: 0;
        left: 0;
        top: 0;
        min-width: 320px;
        min-height:500px;
    }
    .e_log_submit{
        font-size: 0.48rem;
        line-height: 1.2rem;
    }
    .e_log_header {
        font-size: 0.48rem;
    }
    .e_log_box_inner {
        padding: 0 0.59rem;
    }
    .e_log_tab a {
        font-size: 0.48rem;
    }
    p.login-error{
        left:0.59rem;
        font-size:0.42rem;
    }
    .e_log_close {
        left: 0.59rem;
        font-size: 0.42rem;
        top: 0;
        right:auto;
        color: #ffb301;
        text-indent: 0;
        background: none;
    }
    .e_log_field{margin-bottom:0.56rem;}
    .e_log_code_btn img{
        width:100%;
    }
    .e_log_field .e_log_text{
        height:0.75rem;line-height:1.5;
    }
    .e_log_field label{
        padding:0.16rem 0.16rem 0.16rem 0.84rem;
    }
    .e_log_code_btn{width:3rem;line-height:1.06rem;height:1.06rem;}
    .hr_toast .hr_toast_message,.pop_message{
        max-width:300px;
    }

}

/******************登录框 end************************/