.main-cont {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    position: relative;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 50%;
    width: 45%;
    min-width: 850px;
    min-height: 430px;
    box-shadow: 0px 0px 10px #666;

}

.form-login {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.form-pic {
    width: 60%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-pic img {
    width: 80%;
}

.logo-title {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    margin-top: 10%;
    margin-bottom: 20px;
}

.split-line {
    margin: 0 10px;
}

.form-title {
    color: rgb(18, 110, 254);
    font-size: 20px;
    /*margin-bottom: 40px;*/
}

.login-inp {
    width: 80%;
    height: 40px;
    padding-left: 30px;
    border: 1px solid rgb(18, 110, 254);
    margin-bottom: 20px;
}

.login-inp:focus, .login-btn:focus {
    outline: none;
}

.login-user {
    background: url("../img/login-user.png") 10px center no-repeat;
}

.login-pwd {
    background: url("../img/login-pwd.png") 10px center no-repeat;
}

.login-btn {
    width: calc(80% + 30px);
    height: 40px;
    border-radius: 20px;
    background: rgb(79, 147, 254);
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.eeid-register {
    color: rgb(18, 110, 254);
    /* width: calc(80% + 30px); */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.eeid-register img {
    margin-left: 3px;
}

.eeid-register:hover {
    color: rgb(18, 110, 254);
}

.copyright-title {
    position: absolute;
    bottom: 5%;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyright-title p:first-child {
    margin-right: 50px;
}

.banner-div {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-bg {
    width: 100% !important;
    height: 100% !important;
}

.banner-bg img {
    width: 100%;
    height: 100%;
}

.login-cont {
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
}

.layui-carousel-ind {
    display: none;
}

.form-msg {
    position: absolute;
    bottom: 15%;
    right: 15%;
    font-size: 18px;
}

.forget-line {
    width: 90%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yzm-input {
    width: calc(80% + 30px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.yzm-input input {
    width: calc(100% - 100px) !important;
    margin: 0;
}

#v_container {
    width: 100px;
    height: 40px;
}

.operat-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
}

.operat-btn span {
    margin: 0 10px;
}

.operat-btn a {
    color: #fff;
}

.layui-tab-content {
    height: 240px !important;
}

.layui-tab-brief > .layui-tab-title .layui-this {
    color: rgb(18, 110, 254);
}

.layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-bottom: 2px solid rgb(18, 110, 254);
}

.qrCode {
    width: 200px;
    height: 200px;
}

.qrCode img {
    width: 100%;
    height: 100%;
}

.wrp_code {
    width: 100px;
    height: 100px;
}

.impowerBox .title, .impowerBox .info {
    display: none !important;
}

.wrp_code {
    width: 100px;
    height: 100px;
}

.impowerBox .qrcode {
    width: 200px;
}

.impowerBox .title {
    display: none;
}

.impowerBox .info {
    width: 200px;
}

.status_icon {
    display: none
}

.impowerBox .status {
    text-align: center;
}