﻿.login-head {
    padding: 10px;
    text-align: center;
    background: #fff6dd;
    color: #9fa08b;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
}
.login-cont {
    /*background-image: url('../../images/2.jpg');*/
    background-position: center;
    height: 550px;
}
.login-cont .container {
    position: relative;
}
.login-box{
    width:340px;
    height:500px;
    position:absolute;
    right:0;
    top:25px;
    background:#fff;
    box-shadow:0px 0px 5px #5e5f4b;
}
.act-nav{
    overflow:hidden;
}
.act-nav span{
    float:left;
    /*width:50%;*/
    width:100%;
    text-align:center;
    cursor:pointer;
    padding:18px 0px;
}
.lg-head {
    color: #ed2111;
    font-weight: 600;
}
.act-login{
    padding:20px;
}
.lg-li-box{
    margin-bottom:15px;
    position:relative;
}
.lg-txt {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    width: 100%;
    height: 42px;
    box-shadow: inset 0 0 0 100px #fff;
}
.lg-error{
    color:#ed2111;
    font-size:13px;
    margin:5px 0px 0px 0px;
    display:none;
}
.dx-login-btn {
    color: #10b2ff;
    background:#fff;
    border:0;
}
.dx-login-btn:before{
    margin-right:5px;
}
.ac-submit{
    display:block;
    margin:15px 0px;
    color:#fff;
    background:#ed2111;
    border:0;
    border-radius:20px;
    width:100%;
    height:42px;
}
.check-tx {
    background: #fff6dd;
    border: 1px solid #b78e1c;
    color: #b78e1c;
    margin: 10px 0;
    border-radius: 4px;
    font-size: 12px;
    padding: 10px;
}
.lg-more-box{
    text-align:center;
    font-size:13px;
    margin-top:20px;
}
.lg-more-box a{
    position:relative;
    color:#10b2ff;
    padding:0px 10px;
}
.lg-more-box a:before{
    content:"|";
    font-size:12px;
    color:#ccc;
    position:absolute;
    right:0;
    top:0;
}
.lg-more-box a:last-child:before{
    content:"";
}
/*二维码登录*/
.sm-login{
    padding:50px 20px;
    display:none;
}
.sm-cont {
    margin:20px auto 100px auto;
    position:relative;
}
.sm-cont ,.sm-cont img {
    width: 140px;
    height: 140px;
}
.ec-invalid{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index:1;
    background:rgba(0,0,0,0.4);
    color:#fff;
}
.ec-invalid p{
    text-align:center;
    margin:50px 0px 5px 0px;
    font-size:13px;
}
.ec-invalid input{
    width:50px;
    height:24px;
    background:#10b2ff;
    color:#fff;
    border:0;
    border-radius:20px;
    display:block;
    margin:0 auto;
}
.sm-btm{
    text-align:center;
    color:#666;
    font-size:13px;
}
.sm-btm span{
    color:#10b2ff;
}
.pcode-login {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    display:none;
}
.p-lhead {
    padding: 15px;
    color:#10b2ff;
}
.p-lhead span{
    cursor:pointer;
}
.p-lhead span:before{
    margin-right:10px;
}
.pcode-lg{
    padding:20px;
}
.pcode-lg .phone-code {
    position:absolute;
    z-index:1;
    right:0;
    top:0;
    background:transparent;
    border:0;
    color:#10b2ff;
    height:42px;
}