#modal, #modal_confirm {
    position: fixed;
    width: 90%;
    height: 70%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    cursor: pointer;
    z-index: 99;
    border-radius: 5px;
}

#modal_container {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
}

.index_list {
    width: 92%;
    margin: 50px auto;
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
}

.login_title {
    text-align: center;
    font-size: 14px;
}

.login_con_input p {
    margin-top: 28px;
    color: rgba(107, 107, 111, 1);
}

.login_con_input>div {
    position: relative;
    width: 100%;
}

.login_con_input input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B9B8BF;
    outline: none;
    padding-bottom: 8px;
    margin-top: 15px;
    font-size: 16px;
}

.register_getCode,
.getCode {
    position: absolute;
    right: 0;
    bottom: 10px;
    color: #745dff;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: unset;
    border: none;
}

.tips {
    margin-top: 25px;
    color: gray;
    text-align: center;
    font-size: 15px;
}

.login_con_btn {
    text-align: center;
    margin-top: 16px;
}

.login_con_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -5px;
}

.login_con_bottom span,
.oc_itext span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/xybg.png) no-repeat 0 0;
    background-size: cover;
    margin-right: 5px;
}

.login_con_bottom p {
    font-size: 12px;
    color: #6b6b6f;
    font-weight: 300;
}

.login_con_bottom p a {
    font-size: 12px;
    color: #6b6b6f;
    font-weight: 300;
}

input {
    font-size: 16px;
}

.el-input__suffix {
    display: flex;
    align-items: center;
    height: 32px !important;
}

.el-input.el-input--suffix {
    margin: 4px 0 8px 0;
}

.el-input.el-input--suffix .el-input__inner {
    height: 32px;
    line-height: 32px;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.avatar-uploader {
    width: 120px;
}

.avatar-uploader.uploaded {
    width: 100%;
}

.avatar-uploader .el-upload.el-upload--text {
    width: 100%;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
}

.avatar {
    width: 100%;
    height: 120px;
    display: block;
}

.xsz_upload_example {
    margin-top: 6px; 
    display: flex; 
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.xsz_example {
    width: calc(100% - 150px);
    /* height: 126px;    */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.xsz_example .xsz_example_tips {
    color: gray;
    font-size: 16px;
    line-height: 21px;
}

.xsz_required_warning {
    font-size: 12px;
}

.xsz_example img {
    border-radius: 4px;
}

.confirms {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.time_limit {
    font-size: 12px;
    /* color: red; */
    text-align: center;
    height: 20px;
}