.login {
    padding   : 0.5rem !important;
    min-height: 800px;
}

.login .login-text {
    font-size     : 0.2rem;
    border-bottom : 1px solid var(--bg);
    color         : #000;
    font-weight   : bold;
    padding-bottom: 0.25rem;
    margin-bottom : 0.25rem;
}

.login input {
    display: block;
    border : 10px solid #efefef;
    padding: 10px;
    width  : 100%;
    outline: none;
    height : 0.62rem;
}

.login .code {
    position: relative;
}

.login .code .text {
    margin-right: 2rem;
}

.login .name,
.login .code {
    margin       : 0.15rem;
    margin-bottom: 0.2rem;
}

.code-img {
    position: absolute;
    width   : 1rem;
    top     : 0px;
    right   : 0.8rem;
    height  : 0.62rem;
}

.login .submit {
    padding   : 0.1rem;
    font-size : 0.16rem;
    color     : #FFF;
    background: var(--theme);
    text-align: center;
    margin    : 0.15rem;
    margin-top: 0.5rem;
    transition: all 0.3s;
    cursor    : pointer;
}

.login .submit:active {
    background: #c3070e;
}

.code-img img {
    display: block;
    height : 100%;
}

.code-img .inpt {
    padding: 0.15rem;
}


/* list */


.list {
    padding   : 0.5rem !important;
    min-height: 800px;
}

.list .text {
    font-size     : 0.2rem;
    border-bottom : 1px solid var(--bg);
    color         : #000;
    font-weight   : bold;
    padding-bottom: 0.25rem;
    margin-bottom : 0.25rem;
}

.list .name {
    font-size    : 0.20rem;
    color        : #000;
    margin-bottom: 10px;

}

.list .desc {
    font-size: 0.13rem;
    color    : #666;
}

.list li {
    position      : relative;
    height        : 0.85rem;
    border-bottom : 1px solid var(--bg);
    padding-bottom: 0.25rem;
}

.show {
    position   : absolute;
    top        : 0px;
    bottom     : 0px;
    right      : 0px;
    margin     : auto;
    cursor     : pointer;
    line-height: 60px;
}



.view-img {
    position       : fixed;
    z-index        : 200;
    top            : 0%;
    left           : 0px;
    right          : 0px;
    margin         : auto;
    color          : #000;
    font-size      : 18px;
    display        : flex;
    justify-content: center;
    align-items    : center;
    height         : 100vh;
}

.view-img video {
    display: block
}

.view-img .img {
    position: relative;
}

.view-img img {
    display: block;
    height : 96vh;
}

.view-img .img .btn {
    position     : absolute;
    bottom       : 30px;
    width        : 180px;
    padding      : 10px;
    left         : 0px;
    right        : 0px;
    border       : 5px solid var(--theme);
    text-align   : center;
    margin       : auto;
    border-radius: 5px;
    font-size    : 18px;
    color        : var(--theme);
    cursor       : pointer;
    transition   : all 0.3s;
    background   : #FFF;
}

.view-img .img .btn:hover {
    background: var(--theme);
    color     : #FFF;
}

.view-img .view-close {
    border-radius: 100%;
    height       : 20px;
    width        : 20px;
    background   : #d90d18;
    color        : #fff;
    position     : absolute;
    right        : 15px;
    top          : 15px;
    font-size    : 23px;
    text-align   : center;
    line-height  : 20px;
    transform    : rotate(45deg);
    z-index      : 2;
    cursor       : pointer;
}

/*  */
.mask {
    background: rgba(0, 0, 0, 0.4);
    position  : fixed;
    top       : 0px;
    left      : 0px;
    bottom    : 0px;
    right     : 0px;
    width     : 100%;
    height    : 100%;
    z-index   : 10;
    display   : none;
}