body {
    background: url(../images/user_bcg.jpg) repeat-y top center;
}

.header_box {
    background: white;
}

.login_content {
    height: 600px;
    width: 100%;
    overflow: hidden;
}

.login_content_bcg {
    position: relative;
    background: white;
    overflow: hidden;
    height: 550px;
    margin-top: 25px;
}

.login_box {
    width: 300px;
    height: 400px;
    padding: 0px 30px 10px;
    position: absolute;
    right: 38px;
    top: 70px;
    background: #f2f2f2;
}

.login_box h3 {
    height: 45px;
    line-height: 45px;
    position: relative;
}

.login_box h3 span {
    font-size: 16px;
    float: left;
}

.login_box h3 a {
    position: absolute;
    right: -30px;
    top: 0;
    width: 150px;
    height: 36px;
    padding-left: 17px;
    line-height: 45px;
    box-sizing: border-box;
    background: url(../images/login_icon.png)no-repeat 10px 3px;
    font-size: 12px;
    color: #ff8a00;
}

.qrcode_box h3 a {
    background-position: 10px -50px;
    padding-left: 25px;
}

.qrcode_box .qrcode_box_img {
    width: 220px;
    height: 220px;
    margin: 36px auto 0;
}

.qrcode_box .qrcode_box_img img {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    display: block;
    border: 1px solid #E2E2E2;
}

.qrcode_box .qrcode_box_img p {
    display: block;
    width: 220px;
    margin: 15px auto;
    text-align: center;
    color: #666;
    font-size: 13px;
    line-height: 20px;
}

.qrcode_box .qrcode_box_img p span {
    display: block;
}

.qrcode_box>span {
    display: block;
    width: 220px;
    margin: 0 auto;
    text-align: center;
    color: #666;
    margin-bottom: 40px;
    background: white;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
}

.form_item {
    margin-top: 20px;
    position: relative;
}

.form_item em {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/user_icon.png) no-repeat center center;
    top: 10px;
    left: 12px;
}

.form_item em.cur {
    background: url(../images/psw_icon.png) no-repeat center center;
}

.form_item input {
    width: 258px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
    display: block;
    padding-left: 40px;
    border-radius: 2px;
    outline: none;
}

.form_box {
    margin-top: 15px;
}

.forget_psw {
    margin-top: 20px;
}

.forget_psw>a {
    float: right;
    font-size: 12px;
    color: #e4393c;
    line-height: 20px;
}

.forget_psw label {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    cursor: pointer;
}

.forget_psw label input {
    margin-right: 3px;
    vertical-align: middle;
}

.login_btn {
    margin-top: 20px;
}

.login_btn a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 100%;
    font-size: 16px;
    text-align: center;
    background: #f90;
    border-radius: 2px;
    color: white;
}

.other_login {
    margin-top: 25px;
    font-size: 16px;
}

.other_login p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.other_login p::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #e4e4e4;
    vertical-align: middle;
    margin-left: 10px;
}

.other_login p::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #e4e4e4;
    vertical-align: middle;
    margin-right: 10px;
}

.other_login div {
    width: 240px;
    margin: 22px auto 0;
    text-align: center;
}

.other_login div a {
    width: 34px;
    height: 32px;
    display: inline-block;
    background: url(../images/other_login_icon.png) no-repeat;
    background-position: 0 0;
    margin: 0 20px;
}

.other_login div a.cur {
    background-position: -37px 0;
}

.go_zc {
    text-align: center;
    font-size: 14px;
    margin-top: 70px;
    color: #666;
}

.account_login .go_zc {
    margin-top: 15px;
}

.go_zc a {
    color: #e4393c;
}

.footer {
    margin-top: 50px !important;
    /* background: none; */
    /* padding-bottom: 150px !important; */
}

.footer .copyright {
    /* margin-top: 10px !important; */
}

.tip_box {
    position: absolute;
    left: 0;
    bottom: 48px;
    z-index: 50;
    padding: 3px 15px;
    background: #fff;
    border-radius: 3px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #FE610B;
    color: #FE610B;
}

.tip_box>p {
    font-size: 12px;
}

.tip_box::after {
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FE610B;
    border-bottom: 18px solid transparent;
}

.tip_box::before {
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    border-bottom: 18px solid transparent;
    z-index: 9999;
}

.login_content_img {
    width: 534px;
    height: 433px;
    position: absolute;
    top: 59px;
    left: 87px;
}