body{
    background: url("../../static/images/background.png");
}
.body{
    padding-top: 120px;
    font-size: 0;
}
.header{
    padding-top: 30px;
    box-sizing: border-box;
}
.header_phone{
    position: absolute;
    right: 148px;
    top: 50px;
    font-size: 16px;
}
.header_phone a{
    color: #6bc955;
}
.header_phone a:after{
    position: absolute;
    content:'';
    width: 100%;
    height: 1px;
    background-color: #6bc955;
    bottom: 0px;
    left: 0;
}
.header_logo{
    display: block;
    margin:0;
    width: 272px;
    height: 52px;
}
.left{
    width: 456px;
    height: 512px;
    display: inline-block;
    box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 0.33);
    background-color: #ffffff;
    vertical-align: top;
    margin-left:90px;
    font-size: 14px;
}
.right{
    width: 466px;
    height: 512px;
    display: inline-block;
    box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 0.33);
    background-color: #ffffff;
    vertical-align: top;
    box-sizing: border-box;
    padding: 92px 74px 0;
    position: relative;
    font-size: 14px;
}
.right_title{
    border-bottom: 1px solid #dadada;
    height: 34px;
    text-align: center;
    margin-bottom: 18px;
}
.ml50{
    margin-left: 50px;
}
.lg_active{
    color: #6bc955;
    position: relative;
}
.lg_active:after{
    display: inline-block;
    width: 52px;
    height: 1px;
    background-color: #6bc955;
    content: '';
    position: absolute;
    bottom: -15px;
    left: 3px;
}
.right_input,.right_code{
    width: 308px;
    height: 38px;
    border: 1px solid #cccccc;
    text-indent: 6px;
    margin-top: 18px;
}
.right_btn{
    width: 307px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    background-color: #6bc955;
    color: #ffffff;
    margin-top: 26px;
    margin-bottom: 26px;
}
.right_btn:active{
    position: relative;
    top: 1px;
}
.mlres{
    margin-left: 132px;
}
.phone_type{
    display: none;
}
.right_code{
    width: 176px;
}
.right_get_code{
    width: 118px;
    height: 40px;
    background-color: #e6e6e6;
    color: #666666;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-left: 8px;
}
.login_tips{
    color:red;
    font-size: 12px;
    position: absolute;
    top: 262px;
    left: 0;
    text-align: center;
    width: 100%;
}
.rember_pwd{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #c3c3c3;
    position: relative;
    top: 2px;
}
.rember_bgc{
    background-image: url('../../static/images/true.png');
    background-repeat: no-repeat;
    background-position: 2px 2px;
}
.copyright{
    margin-top: 130px;
}