.wrap {
    position: relative;
}

body {
    /*background-image: url("../images/login-bg.png");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.hidden {
    display: none !important;
}

body:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-account {
    position: relative;
    width: 22vw;
    margin: 28vh auto auto auto;
    box-sizing: border-box;
    z-index: 2;
}

.entry-pro {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
}

.entry-pro a {
    padding: 6px 10px;
    color: #4ba9e5;
}

.login-qrcode, .login-qrcode-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

/*扫码登录*/
.login-qrcode {
    background: white;
    position: relative;
    width: 24vw;
    margin: 30vh auto auto auto;
    box-sizing: border-box;
    padding: 12px 24px;
    z-index: 2;
    text-align: center;
}

.login-account .qrcode-show {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.login-account .qrcode-show img {
    width: 4vw;
    height: 4vw;
}

.login-qrcode .account-show {
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
    width: 100%;

}


.login-qrcode .expired-tips {
    position: absolute;
    width: 228px;
    height: 228px;
    background: #c2c2c2c2;
    line-height: 228px;
}

.login-qrcode .expired-tips span {
    padding: 8px 20px;
    font-size: 1.2em;
    background: #f1bd01;
    color: white;
    border-radius: 4px;
}

.login-account.userdev31 {
    width: 26vw;
    scale: 1.2;
    margin-bottom: 20px;
}

.login-account.stb, .login-account.threed {
    width: 36vw;
    margin-bottom: 20px;
}


.dev-status {
    font-size: 0.8em;
    color: #909399;
    text-align: center;
}

.btn-show-forget, .btn-show-login {
    text-align: center;
    cursor: pointer;
}

.login-account > .layui-tab {
    background: #FFFFFF;
    margin: auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 25px 30px 0 30px;

}


.login-qrcode .qrcode-img {
    padding-top: 2vh;
}

.login-qrcode .qrcode-tips {
    margin-top: 1vh;
    font-size: 1.2em;
}

.login-account > .layui-form {
    padding: 0 30px 25px 30px;
    background-color: #fff;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.19);
    box-sizing: border-box;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.login-account > .layui-form > h2 {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
}

.login-account .captcha .layui-btn {
    margin-left: 8px;
}

.login-account .captcha .layui-input {
    padding-left: 46px;
}

.login-account .captcha {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.brand-layui-form-hiieye3, .brand-tab-hiieye3 {
    background-color: #fff !important;
}

/*.brand-layui-form-mrlon3, .brand-tab-mrlon3 {*/
/*    background-color: rgba(231, 0, 0, 0.61) !important;*/
/*}*/

.login-account > .layui-form > .layui-form-item {
    margin-bottom: 20px;
    position: relative;
}

.login-account > .layui-form > .layui-form-item:last-child {
    margin-bottom: 0;
}

.login-account > .layui-form > .layui-form-item > .layui-input {
    height: 42px;
    line-height: 42px;
    border-radius: 4px !important;
}

.login-account .layui-input-icon-group > .layui-input {
    padding-left: 46px;
}

.login-account .layui-input-icon-group > .layui-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #909399;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.login-account > .layui-form > .layui-form-item.login-captcha-group {
    padding-right: 135px;
}

.login-account > .layui-form > .layui-form-item.login-captcha-group > .login-captcha {
    height: 42px;
    width: 130px;
    cursor: pointer;
    box-sizing: border-box;
    /*border: 1px solid #e6e6e6;*/
    border-radius: 4px !important;
    position: absolute;
    right: 0;
    top: 0;
}

.login-account > .layui-form > .layui-form-item > .layui-form-checkbox {
    margin: 0 !important;
    padding-left: 25px;
}

.login-account > .layui-form > .layui-form-item > .layui-form-checkbox > .layui-icon {
    width: 15px !important;
    height: 15px !important;
}

.login-account > .layui-form .layui-btn-fluid {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 4px !important;
}

.login-account > .layui-form > .layui-form-item.login-oauth-group > a > .layui-icon {
    font-size: 26px;
}

.login-copyright {
    color: #eee;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}

/*@media screen and (min-height: 550px) {*/
/*    .login-account {*/
/*        !*margin: -250px auto 0;*!*/
/*        position: absolute;*/
/*        top: 50%;*/
/*        left: 0;*/
/*        right: 0;*/
/*        width: 100%;*/
/*    }*/

/*    .login-copyright {*/
/*        position: absolute;*/
/*        bottom: 0;*/
/*        right: 0;*/
/*        left: 0;*/
/*    }*/
/*}*/


.brand-btn-rs3 {
    background: #29a1fd;
    border: #29a1fd;
}


.brand-btn-ysm3, .brand-btn-ysm31 {
    background: #29a1fd;
    border: #29a1fd;
}

.brand-btn-kdq3, .brand-btn-kdq31 {
    background: #0e14d5;
    border: #242ae5;
}

.brand-btn-eyehsj {
    background: #0e14d5;
    border: #242ae5;
}

.brand-btn-zys3 {
    background: #7295ff;
    border: #29a1fd;
}

.brand-btn-hiieye3 {
    background: #1d52c4;
    border: #1d52c4;
}

.brand-btn-userdev31, .brand-btn-stb, .brand-btn-threed {
    background: #FF9800;
    border: #FCB814;
}


.brand-tab-this-rs3 {
    color: #29a1fd !important;
}

.brand-tab-this-ysm3, .brand-tab-this-ysm31 {
    color: #29a1fd !important;
}

.brand-tab-this-kdq3, .brand-tab-this-kdq31 {
    color: #0e14d5 !important;
}

.brand-tab-this-eyehsj {
    color: #0e14d5 !important;
}

.brand-tab-this-zys3 {
    color: #7295ff !important;
}

.brand-tab-this-rs3:after {
    border-color: #29a1fd !important;
}

.brand-tab-this-ysm3:after, .brand-tab-this-ysm31:after {
    border-color: #29a1fd !important;
}

.brand-tab-this-kdq3:after, .brand-tab-this-kdq31:after {
    border-color: #0e14d5 !important;
}

.brand-tab-this-eyehsj:after {
    border-color: #0e14d5 !important;
}

.brand-tab-this-zys3:after {
    border-color: #7295ff !important;
}

.brand-tab-this-hiieye3 {
    color: #1d52c4 !important;
}

.brand-tab-this-userdev31, .brand-tab-this-stb, .brand-tab-this-threed {
    color: #FF9800 !important;
}


.brand-tab-this-hiieye3:after {
    border-color: #1d52c4 !important;
}

.brand-tab-this-userdev31:after, .brand-tab-this-stb:after, .brand-tab-this-threed:after {
    border-color: #FF9800 !important;
}

.brand-tab-this-mrlon3:after {
    border-color: #377fff !important;
}


.brand-tab-this-mrlon3 {
    color: #377fff !important;
}

.brand-layui-form-mrlon3 .layui-btn {
    background-color: #377fff;
}

.brand-tab-this-lepu3:after, .brand-tab-this-lepu31:after {
    border-color: #0039a2 !important;
}

.brand-tab-this-lepu3, .brand-tab-this-lepu31 {
    color: #0039a2 !important;
}

.brand-layui-form-lepu3 .layui-btn, .brand-layui-form-lepu31 .layui-btn {
    background-color: #0039a2;
}

.layui-btn {
    /*background-color: #1c84c6;*/
    /*border-color: #1c84c6;*/
}

.layui-link {
    color: #1c84c6 !important;
}

.layui-form-checked[lay-skin=primary] i {
    background-color: #1c84c6;
    border-color: #1c84c6 !important;
}

.layui-form-checkbox[lay-skin=primary] i:hover, .layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #1c84c6;
}

input.layui-form-danger:focus {
    border-color: #1c84c6 !important;
}

.btn-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    padding: 0 0 10px 0;
}

.btn-group.hiieye3 .btn-refresh, .btn-group.hiieye3 .btn-customer-reg {
    color: #FFFFFF;
    border-radius: 4px;
    padding: 6px 12px;
    background: #1d52c4;
}

.btn-group.hiieye3 .btn-customer-reg {
    background: #e85c5c;
}


.btn-refresh, .btn-customer-reg {
    margin-top: 20px;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
}

.btn-customer-reg {
    margin-left: 20px;
}

#customer-reg {
    padding: 30px;
    text-align: center;
}





