@charset "UTF-8";
.left_aside {
    width: 40%;
    height: 100vh;
    min-height: 667px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.left_aside header {
    z-index: 20;
    background: #FFFFFF;
    box-shadow: 0 3px 12px 0 #d1dbe5;
    height: 70px;
    background: #fff;
    padding: 0 33px;
    display: flex;
    justify-content: space-between;
}

.left_aside header a {
    width: 190px;
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    height: 70px;
    text-indent: -9999px;
    cursor: pointer;
}

.left_aside footer {
    margin-bottom: 24px;
    text-align: center;
    color: rgba(2, 18, 65, 0.75);
}

.left_aside main {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.left_aside main>div {
    padding-top: 11vh;
    width: 340px;
    margin: 0 auto;
    position: relative;
}

.login_title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}

.login_input_box {
    position: relative;
    margin-bottom: 30px;
}

.login_input_box input {
    font-family: PingFangSC;
    display: block;
    box-sizing: border-box;
    width: 100%;
    border-radius: 4px;
    border-width: 1px;
    line-height: 44px;
    height: 44px;
    /* border: 2px solid #d3d8de; */
    border: 1px solid #A3B1BF;
    padding: 0 24px;
    font-size: 14px;
    color: #021241;
}

.login_input_box.user input {
    padding-left: 34px;
    background: url("../img/user.png") left 10px center no-repeat;
    background-size: 20px;
}

.login_input_box.password input {
    padding-left: 34px;
    background: url("../img/password.png") left 10px center no-repeat;
    background-size: 20px;
}

.login_input_box.phone input {
    padding-left: 34px;
    background: url("../img/phone2.png") left 10px center no-repeat;
    background-size: 20px;
}

.login_input_box.company input {
    padding-left: 34px;
    background: url("../img/company.png") left 10px center no-repeat;
    background-size: 20px;
}

.login_input_box.yzm input {
    width: 65%;
    padding-left: 34px;
    background: url("../img/yzm.png") left 10px center no-repeat;
    background-size: 20px;
    margin-right: 5%;
}

.login_input_box.yzm .send_yzm_btn {
    width: 30%;
    height: 44px;
    line-height: 44px;
    border: 1px solid #707070;
    color: #707070;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.login_input_box.yzm .send_yzm_btn.active {
    border: 1px solid #3171ff;
    color: #3171ff;
}

.agree_box input {
    position: relative;
    top: 1px;
}

.agree_box a {
    color: #3171ff
}

.go_login_box {
    text-align: center;
    margin-bottom: 20px;
}

.go_login_box a {
    color: #3171ff;
    cursor: pointer;
}

.login_btn,
.register_btn,
.forget_pass_btn {
    font-family: PingFangSC;
    margin-top: 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    vertical-align: middle;
    text-align: center;
    background-image: linear-gradient(-237deg, #3171ff 0%, #429eec 100%);
    color: #fff;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 20px;
}

.login_ps {
    position: relative;
    font-size: 0;
    text-align: center;
    padding-bottom: 12px;
    margin-top: 60px;
    color: rgba(2, 18, 65, 0.75);
    border-bottom: 1px dashed #CCC;
}

.login_ps a {
    margin: 0 15px;
    font-size: 12px;
    line-height: 12px;
    color: rgba(2, 18, 65, 0.75);
}

.right_aside {
    width: 60%;
    min-height: 700px;
    background: url("../img/loginBack.png") no-repeat;
    background-size: cover;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
    z-index: 20;
    height: 100vh;
}

.right_aside h3 {
    font-family: FZLTZHUNHK--GBK1-0;
    font-weight: normal;
    position: absolute;
    left: 100px;
    top: 70px;
    font-size: 28px;
    color: #FFFFFF;
}

.right_aside p {
    position: absolute;
    left: 100px;
    top: 130px;
    opacity: 0.8;
    font-family: FZLTZHUNHK--GBK1-0;
    font-size: 16px;
    color: #FFFFFF;
}

.right_aside div {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    height: 40%;
    background: url("../img/rhomb.png") no-repeat 0 0;
    z-index: 20;
    width: 100%;
}

.right_aside img {
    height: 520px;
    width: 636px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -318px;
    z-index: 30;
    vertical-align: middle;
}