.ql_login_log{
    width: 1350px;
    height: 87px;
    margin: 0 auto;
    padding: 20px 175px;
    font-size: 22px;
}
.ql_login_log span{
    line-height: 47px;
    margin-left: 10px;
}
.main_bg{
    height: 600px;
    background-color: #edecf1;
}
.ql_login{
    position: relative;
    height: 600px;
    width: 1350px;
    margin: 0 auto;
    background: url(../images/ql_login_bg.png) no-repeat left bottom;
}
.login_box{
    position: absolute;
    right: 175px;
    top: 120px;
    background: #fdfdfe;
    width: 350px;
    height: 360px;
    padding: 25px 40px;
}
.login_box .notice{
    height: 30px;
    line-height: 30px;
    background-color: #fef2f2;
    color: #ff6600;
    border: 1px solid #ffb4a8;
    margin-bottom: 3px;
    visibility: hidden;
    padding-left: 5px;
    font-size: 14px;
}
.login_box h3{
    margin-top: 12px;
    font-size: 18px;
}
.login_box div{
    height: 40px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.login_box label{
    display: inline-block;
    height: 100%;
    width: 40px;
    float: left;
    background-color: #ddd;
}
.login_box input{
    height: 40px;
    width: 226px;
    border: none;
    padding-left: 8px;
    float: left;
    font-size: 14px;
    line-height: 40px;
}
.ql_login_icon{
    background-image: url(../images/login_icon.png);
}
.icon_notice{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: -120px 0px;
    vertical-align: -2px;
}
.login_box .checkId input{
    width: 120px;
}
.yzm_picBox{
    display: inline-block;
    width: 108px;
    height: 40px;
}
.login_box .user label{
    background-position: 0px 0px;
}
.login_box .password label{
    background-position: -82px 0px;
}
.login_box .checkId label{
    background-position: -41px 0px;
}
.btn_login{
    display: inline-block;
    color: #fdfdfe;
    background-color: #E94F25;
    height: 40px;
    text-align: center;
    line-height: 40px;
    width: 100%;
    font-size: 20px;
}
.line_list{
    width: 540px;
    margin: 0 auto;
    font-size: 16px;
}
.line_list li{
    width: 30%;
    padding: 30px 0;
    cursor: pointer;
}
footer a:hover{
    color: #E94F25;
}
footer p{
    line-height: 40px;
}
.app_ewm_box{
    width: 430px;
    height: 250px;
    padding: 20px 20px 30px;
    box-shadow: 0 0 10px 1px #cfcfcf;
    position: absolute;
    border: 1px solid #ececed;
    top: -235px;
    left: -138px;
    background: #fff;
    display: none;
}
.app_ewm_box:after{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    background: #fff;
    filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=-0.70710678,M21=0.70710678,M22=0.70710678,SizingMethod='auto expand');
    box-shadow: 2px 2px 10px -2px #9e9e9e;
    position: absolute;
    bottom: -7px;
    left: 208px;
}
.ewm_box{
    float: left;
    width: 160px;
    text-align: center;
    margin: 0 17px;
}
.ewm_box div{
    padding: 6px 6px 4px;
    border: 1px solid #eee;
}
.ewm_icon{
    background-image: url(../images/ewm_icon.png);
    display: inline-block;
    width: 138px;
    height: 138px;
}
.wx_ewm_box{
    width: 220px;
    height: 250px;
    padding: 15px 33px 0;
    border: 1px solid #eee;
    box-shadow: 0 0 7px 1px #cfcfcf;
    position: absolute;
    top: -235px;
    left: -35px;
    background: #fff;
    display: none;
}
.wx_ewm_box:after{
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    background: #fff;
    filter:progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand',M11=0.70710678,M12=-0.70710678,M21=0.70710678,M22=0.70710678);
    box-shadow: 2px 2px 10px -2px #9e9e9e;
    position: absolute;
    bottom: -7px;
    left: 108px;
}
.wx_ewm_box div{
    padding: 6px;
    border: 1px solid #eee;
}
/*二维码定位*/
.icon_wx{
    background-position: -289px 2px;
}
.icon_ios{
    background-position: 0px 0px;
}
.icon_android{
    background-position: -146px 0px;
}
.copyright{
    font-size: 14px;
}