.login_area {
    width: 957px;
    margin: 0 auto;
    background: #f4f4f4;
    padding-bottom: 30px;
}

.login_area>.top_bg {
    height: 175px;
    position: relative;
}

.login_area>.top_bg.bg1 {
    background: url(../images/lrHead-bg2.jpg) no-repeat;
}

.login_area>.top_bg.bg2 {
    background: url(../images/lrHead-bg1.jpg) no-repeat;
}

.login_area>.top_bg p {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    padding-top: 20px;
}

.login_area>.top_bg h2 {
    position: absolute;
    bottom: 22px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.login_area>.form_area {
    display: flex;
    justify-content: space-between;
}

.login_area>.form_area .form_part {
    width: 615px;
    padding: 52px 20px 0 15px;
}

.mb30 {
    margin-bottom: 33px !important;
    position: relative;
}

.pdl100 {
    padding-left: 100px !important;
}

.wd200{
    width: 237px !important;
}

.mr0{
    margin-right: 0 !important;
}

.red {
    color: red;
}

.jc_fc{
    justify-content: center !important;
}

.msg_tips {
    position: absolute;
    color: #999;
    padding-left: 122px;
    padding-top: 1px;
}

.getMsgBtn {
    background-color: #ff6666 !important;
    line-height: 36px !important;
    height: 36px !important;
    margin-top: 1px;
}

.sendBtn {
    background-color: #ff6666 !important;
}

.goBackBtn {
    background-color: #e89714 !important;
    margin-left: 20px !important;
}

.vdPic {
    height: 36px;
    width: 108px;
}

.agt_info {
    position: relative;
    top: 6px;
    left: -5px;
    color: #999;
    cursor: pointer;
}