/* 模态框样式 */
.modal-body {
    position: relative;
    /* height: 28rem !important;
    width: 46rem !important; */
}

.close_icon {
    display: inline-block;
    width: 1.8rem;
    height: 3.8rem;
}

.close_icon img {
    width: 100%;
}

#model-login-btn {
    position: absolute;
    top: -2rem;
    right: 2.4rem;
}

.close:focus {
    outline: none !important;
}

.modal-body-left,
.modal-body-right {
    width: 50%;
    box-sizing: border-box;
    position: relative;
}

.modal-body-left img {
    width: 100%;
}

.modal-body-title {
    margin-top: 8.1rem;
    font-size: 3rem;
}

.modal-register-title {
    margin-top: 3.2rem;
    font-size: 3rem;
}

.modal-ul {
    width: 25rem;
    margin: 1.5rem auto;
    list-style: none;
    padding: 0;
}

.modal-ul li {
    list-style: none;
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}

.modal-ul li.regcodeBox {
    margin-bottom: 1rem;
    margin-top: -.3rem;
}

.modal-ul input {
    display: block;
    width: 100%;
    position: relative;
    height: 3.2rem;
    line-height: 3.2rem;
    border: none;
    border-bottom: .1rem solid #dddddd;
    text-indent: 3.2rem;
    outline: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.regcodeBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.modal-ul input.register-psw-3 {
    display: inline-block;
    width: 60%;
    text-indent: 1.5rem;
}

.modal-ul input.register-psw-3+canvas {
    display: inline-block;
    width: 30%;
    margin-left: 9.8%;
}

.modal-ul input::-webkit-input-placeholder {
    color: #999999;
    font-size: .8rem !important;
    text-align: left;
}

.modal-ul input:focus {
    border: none;
    border-bottom: .1rem solid #dddddd;
}

.signIn,
.register {
    display: block;
    width: 25rem;
    height: 4.2rem;
    line-height: 2.7rem;
    text-align: center;
    color: #fff;
    font-size: 1.9rem;
    background: url('/new/static//images/login/regist_btn.png') no-repeat;
    background-size: cover;
    margin: 3rem auto;
    outline: none;
    border: none;
}

.signIn:focus {
    outline: none;
}

.sign-in-icon {
    display: inline-block;
    width: 2.17rem;
    height: 2.2rem;
    position: absolute;
    top: .55rem;
    left: .55rem;
    z-index: 2;
}

.sign-usernameimg {
    background: url('/new/static/images/login/login_name_icon.png') no-repeat;
    background-size: cover;
}

.sign-userpsd {
    background: url('/new/static/images/login/login_password_icon.png') no-repeat;
    background-size: contain;
}

.sign-reguser {
    background: url('/new/static/images/login/regist_name_icon.png') no-repeat;
    background-size: contain;
}

.sign-regpsd {
    background: url('/new/static/images/login/regist_password_icon.png') no-repeat;
    background-size: contain;
}

.sign-regphone {
    background: url('/new/static/images/login/regist_code_icon.png') no-repeat;
    background-size: contain;
}

#psw-err {
    font-size: .7rem;
    color: red;
}

.modal-p {
    width: 24rem;
    margin: 0 auto;
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

.modal-p a {
    text-decoration: none;
    font-size: 1.8rem;
    color: #888888;
}

.modal-p .enroll {
    color: #f6b53a;
    text-align: right;
}

.login-box {
    margin: 5rem auto;
}

.login-box .modal-body {
    /* box-shadow: .2rem .2rem .5rem .5rem #ddd; */
}

.login-box .modal-body-right {
    background: #f8f8f8;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.title-en {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.3rem;
    color: #999999;
}

/* 库文件管理 */

.renameFileMod {
    width: 280px;
    height: 120px;
    display: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 6px rgba(18, 66, 129, 0.32);
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    padding: 20px 26px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 1999;
    cursor: auto;
}
.fileNameInput {
    width: 100%;
    height: 32px;
    background: rgba(247, 249, 251, 1);
    border: 1px solid rgba(235, 239, 242, 1);
    border-radius: 2px;
    outline: none;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 32px;
    color: rgba(102, 102, 102, 1);
}

.renameFileBtn {
    width: 62px;
    height: 26px;
    border: 1px solid rgba(0, 140, 255, 1);
    border-radius: 14px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    margin: 20px 10px 0 10px;
    cursor: pointer;
}