* {
    font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}
body,
html {
    min-width: 1200px;
}

#form_box .options input {
    margin-top: -3px;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: normal !important;
    font: 12px/1;
}

input::-webkit-input-placeholder {
    color: #999999;
}

header {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #0082EF;
    padding: 0 20px;
}

header .separator {
    margin: 0 10px;
    color: #B2B2B2;
}

#white_box {
    background: white;
    box-sizing: border-box;
    margin: auto;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    position: relative;
    top: 50%;
    overflow: hidden;
    width: 800px;
    height: 450px;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 10px rgba(0, 130, 239, 0.1);
}

#white_box>div {
    float: left;
    box-sizing: border-box;
    padding: 30px 80px 27px;
}

#white_box .left-box {
    width: 343px;
    background: linear-gradient(360deg, rgba(0, 130, 239, 1) 0%, rgba(0, 139, 255, 1) 100%);
    box-shadow: 0px 3px 6px rgba(0, 130, 239, 0.1);
    color: #fff;
    text-align: center;
    padding: 84px 0;
    height: 100%;
}

.left-box .name {
    margin: 30px 0 40px;
    font-size: 16px;
}

#white_box::after {
    content: "";
    clear: both;
}

#white_box .right-box {
    width: 455px;
    box-sizing: border-box;
    position: relative;
}

#white_box h3 {
    color: #000000;
    font-size: 24px;
    text-align: center;
    position: relative;
}

.right-box form {
    line-height: 40px;
    font-size: 16px;
    margin: 45px 0;
}

.right-box .input {
    border-bottom: 1px solid #aaa;
}

.right-box input {
    border: none;
    height: 40px;
    font-size: 14px;
}

form .btn_primary {
    background: #0082EF;
    width: 100%;
    margin-top: 50px;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
}

.right-box .login-way {
    position: absolute;
    cursor: pointer;
    bottom: 0;
    width: 295px;
}

.right-box .login-way .name {
    text-align: center;
    background: #fff;
    width: 60%;
    margin: 0 auto;
}

.right-box .login-way .line {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #B2B2B2;
    z-index: -1;
    top: 10px;
}

#wx_reg {
    width: 280px;
    height: 280px;
    overflow: hidden;
    border: 1px solid #707070;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    box-sizing: border-box;
}

.wx-login_box .layui-icon-close {
    position: absolute;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}

footer {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
}
.back_img{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.back_img .top_rig{
    position: absolute;
    right: 0;
    top: 0;
}
.back_img .left_bot{
    position: absolute;
    left: 0;
    bottom: 0;
}
.back_img .right_bot{
    position: absolute;
    right: 0;
    bottom: 0;
}