@charset "utf-8";
html,
body {
    height: 100%;
    margin: 0;
}
.login_bg{
    margin-top:80px;
    min-height:600px;
    width:100%;
    background-image: url(../../image/home/login_enlive_bj.jpg);
    background-size: 100% 100%;
    text-align:center;
    padding-bottom:40px;
}
.one_box{
    width: 87%;
    height: 44px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #999;
    margin: 12px auto;
}
.one_box img{
    float: left;
    width: 20px;
    margin-top: 11px;
    margin-left: 11px;
}
.one_box input{
    width: 321px;
    float: left;
    margin-left: 19px;
    height: 42px;
    outline: none;
    border: none;
    font-size: 15px;
    color: #000;
}
.one_box input::-webkit-input-placeholder{
　　color:#999;
    font-size:16px;
}
.one_box input:-moz-placeholder{
　　color:#999;
    font-size:16px;
}
.one_box input::-moz-placeholder{
　　color:#999;
    font-size:16px;
}
.one_box input:-ms-input-placeholder{
　　color:#999;
    font-size:16px;
}
.tel_img{
    width:23px!important;
    margin-left:19px!important;
}
/*.tel_in{*/
    /*margin-left:33px!important;*/
/*}*/
.psd_img{
    width:20px!important;
    margin-left:11px!important;
}
.pos_in{
    margin-left:15px!important;
}
.pos_img{
    width:24px!important;
    margin-left: 10px !important;
}
/*外部*/
.enlive_notice{
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    margin: 28px auto;
    word-break: break-all;
    text-indent: 24px;
}
.login__middle--getcode {border-left: 1px solid #e3e3e3;padding-left: 28px;margin-top:20px;margin-left:-60px;}
.login__middle--getcode:hover,.login__middle--getcode:focus{text-decoration: none;}
.disableButton{
    width: 80px !important;
    height: 20px !important;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 19px;
    right: 33px;
    display: none;
}
.newsBox{
    position: fixed;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    display: none;
}
.shadow{
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
}
.newsBox_content{
    width: 450px;
    height:auto;
    overflow: auto;
    border-radius: 5px;
    background-color: #ffffff;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.entry {
    width: 450px;
    background: #1da5f9;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto;
    margin-bottom: 60px;
}
.entry:hover,.entry:active{opacity: 0.7}
.entryInside{
    width: 235px;
    background: #1da5f9;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    margin: 20px auto;
}
.entryInside:hover,.entryInside:active{opacity: 0.7}
.act_icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #eee;
    border: 1px solid #ccc;
    color: #666;
    cursor: pointer;
    position: fixed;
    right: 8%;
    bottom: 260px;
    font-size: 12px;
}
.act_desc img{
    display: block;
    max-width:100%;
    height: auto;
}