.loginpage {
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-image: url('../images/regin_bg.jpg');
}

.login_main {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.login_bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 99;
    background: #000000;
    opacity: 0.6;
}

.login_contend {
    z-index: 99999;
    display: flex;
    align-items: center;
    position: absolute;
}

.login_contend .left {
    width: 487px;
    height: 400px;
}

.login_contend .left img {
    width: 100%;
    height: 100%;
    border-radius: 6px 0 0 6px;
}

.login_contend .right {
    background: white;
    height: 531px;
    width: 560px;
    border-radius: 6px;
}

.login_contend .right .right_box h1 {
    position: relative;
    padding: 20px 40px;
}

.login_contend .right .right_box h1:before {
    position: absolute;
    left: 25px;
    bottom: 22px;
    content: "";
    height: 30px;
    border-radius: 5px;
    border-left: 5px solid #0E932E;
}

.login_contend .right .right_box ul {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}

.login_contend .right .right_box ul li {
    flex: 1;
    text-align: center;
    margin: 0 30px;
    font-size: 22px;
    padding: 10px 0;
    cursor: pointer;
}

.bd {
    display: flex;
    justify-content: center;
}

.login-bottom {
    display: none;
}

.login_contend .right .right_box ul .active {
    display: block;
    color: #0E932E;
    border-bottom: 2px solid #0E932E;
}

.login_contend .right .right_box .bd .active {
    display: block;
    /* color: #0E932E;
    border-bottom: 2px solid #0E932E; */
}

.login-bottom .center .item {
    width: 370px;
    height: 35px;
    border-bottom: 1px solid #dae1e6;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.login-bottom .center .item .iconfont {
    color: #d1dde8;
    font-size: 22px;
    margin-right: 10px;
}

.login-bottom .center .item .bind-password {
    padding: 0 5px;
    margin: 0;
    cursor: pointer;
}

.login-bottom .center .item input {
    display: inline-block;
    width: 320px;
    height: 30px;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 14px;
    letter-spacing: 0;
}

.login-bottom .tip {
    display: flex;
    justify-content: space-between;
}

.login-bottom .tip .layui-form-checkbox span {
    font-size: 16px;
}

.layui-form-item {
    display: flex;
    flex-direction: column;
}

.login-bottom .login-btn {
    width: 288px;
    height: 40px;
    background-color: #0E932E;
    border-radius: 16px;
    margin: 24px auto 0;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
    margin-bottom: 20px;
}

.login-register{
    width: 70px;
    margin: auto;
    font-size: 15px;
    color: green;
}

.rember {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.rember p {
    font-size: 16px;
}

.rember p span a {
    color: #0E932E;
}

.forget-password {
    color: #0E932E;
    font-size: 16px;
}

.input_3 {
    color: #0E932E;
    background: white;
    cursor: pointer;
    width: 120px;
    text-align: right;
}

.nocopy {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 50px;
    z-index: 999;
    font-size: 16px;
}

.nocopy>p:nth-child(1) {
    color: white;
    margin-bottom: 5px;
}

.nocopy>p:nth-child(2) {
    color: white;
}

.nocopy>p>a {
    color: white;
}

.comlogo {
    position: absolute;
    top: -25px;
    left: 50px;
    z-index: 999;
    height: 60px;
}