body,
html {
    height: 100%;
}

body {
    background: url('../images/website/login_bg.png') no-repeat fixed;
    object-fit: cover;
}

.login .login_box {
    width: 1200px;
    height: 730px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;

}

.login_left {
    width: 500px;
    height: 730px;
    background: url('../images/website/login_left.png') no-repeat;
    object-fit: cover;
    padding-top: 125px;
    float: left;

}

.login_left .name {
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 48px;
    margin: 0 auto;
    text-align: center;
}

.login_right {
    width: 700px;
    height: 730px;
    float: right;
    padding-top: 92px;
}

.login_title_ul {
    text-align: center;
    border: none;
}

.login_title_ul li {
    font-size: 24px;
    font-weight: 600;
    color: #999999;
    line-height: 30px;
    border: none;
    padding: 0 30px;
}

.layui-this {
    color: #0076FC !important;
}

.layui-this:after {
    border: none !important
}

.login_btn_box {
    padding: 44px 118px 0 118px;
}

.login_btn_box .account,
.login_btn_box .password {
    height: 68px;
    line-height: 68px;
    border-radius: 34px;
    border: 1px solid #D1D1D1;
    margin-bottom: 30px;
    position: relative;
}

.l-icon {
    font-size: 25px;
    color: #D1D1D1;
    float: left;
    margin-left: 30px;
}

.login_btn_box .account div,
.login_btn_box .password div {
    height: 68px;
    width: 200px;
    margin-left: 68px;
}

.login_btn_box .account div input,
.login_btn_box .password div input {
    display: inline-block;
    width: 80%;
    height: 30px;
    border: 0;
    margin-top: 10px;
    color: #000000;
    font-size: 16px;
}

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

.Captcha {
    position: absolute;
    right: 28px;
    top: 0;
    width: 120px;
    height: 100%;
    line-height: 68px;
    text-align: center;
    font-size: 18px;
    color: #0076FE;
    cursor: pointer;
}

.Captcha i {
    width: 3px;
    height: 28px;
    background: #EEEEEE;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.login_tip {
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    display: flex;
}

.login_tip span:first-child {
    cursor: pointer;
}

.login_tip span i {
    font-weight: bold;
    font-size: 28px;
    color: #E5E5E5;
    float: left;
    margin-top: -6px;
}

.login_tip span:nth-child(2) a {
    color: #999999;
}

.login_tip span:nth-child(2) a:hover {
    color: #0079FE;
}

.iconxuanzhong {
    color: #0079FE !important;
}

.login_btn {
    margin-top: 30px;
    height: 64px;
    background: #0076FE;
    border-radius: 37px;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
}

.go_register {
    margin-top: 20px;
    text-align: right;
}

.go_register a {
    font-size: 18px;
    font-weight: 400;
}

.go_register a:nth-child(1) {
    color: #B9BED1;
}
.go_register a:nth-child(1) {
    color: #0076FE;
    margin-left: 17px;
}
.control_pw{
    position: absolute;
    top: 0;
    right: 0;
    width: 68px;
    height: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 68px;
}
.control_pw i.iconmimayincang,.control_pw i.iconmima_xianshi{
    font-size: 24px;
    color: #B9BED1;
}
.login_btn_box2 {
    padding:0 118px;
}