
.image-container[data-v-66688416] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.image[data-v-66688416] {
    max-width: 100%;
    height: auto;
    border-radius: 0px;
}


.pop-main-box[data-v-157735ba] {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    height: 0px;
    display: flex;
    flex-direction: column;
    transition: all 1s;
    z-index: 999;
}
#articlef[data-v-157735ba] {
    flex: 1;
    margin-bottom: 20px;
    overflow-y: auto;
    padding: 0 20px;
}
.pop-main-box.show[data-v-157735ba] {
    height: 60vh;
}
.pop-main-box .btn-box[data-v-157735ba] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}


.code-btn-box[data-v-6ef3271a] {
    display: flex;
    position: relative;
}
.code-btn-sytle-box[data-v-6ef3271a] {
    background-color: #8E6CA7 !important;
    color: #fff;
    border-color: #8E6CA7 !important;
    padding: 2px 12px;
    margin: 2px;
}


.code-btn-box {
    display: flex;
    position: relative;
}


* {
    padding: 0px;
    margin: 0px;
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 16px;
}

#app {
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    position: relative;
}

.center-main {
    height: 100%;
    width: 100%;
    position: absolute;
    overflow-y: auto;
}

.center-main.show {
    top: -10000px;
    left: -10000px;
}

.center-main div .img-wrap {
    width: 100%;
    height: 100%;
}

.center-main div .img-wrap img {
    width: 100%;
    height: 100%;
    font-size: 0;
    display: block
}

/* 表单 */

.xiala-box input {
    border: 0px;
}

.xiala-box .el-input__suffix * {
    font-weight: bold;
    font-size: 20px !important;
    color: #9F9F9F;
}

.form-main-box {
    background: linear-gradient(to bottom,#a290da,#d2c9de);
    padding: 20px 0;
    overflow: hidden;
    max-width: 1828px;
    height: 75vh;
    margin: 0 auto;
}

.form-layout-box {
    width: 80%;    
    margin: 0 auto;
    /* border: 1px solid black; */
    box-shadow: 0 0 10px black;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px;
    background-color: #fff;
    max-width: 600px;
}

input::placeholder {
    color: #9E9F9F !important;
    /* 修改 Placeholder 文本颜色为红色 */
}

.el-form-item {
    border-bottom: 2px solid #949292;
    margin-bottom: 8px;
}

.el-form-item.none {
    border: 2px solid #fff;
}

.el-form-item__label {
    color: #000000;
    font-weight: bold;
    display: block;
    padding: 0px;
    white-space: nowrap;
}

.input-class-box input {
    border: 0px;
    border-radius: 0px;
}





.btn-box-footer {
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.btn-box-footer .image-btn-box {
    width: 100%;
}

.el-form-item__label:before {
    display: none;
}

.check-box {
    display: flex;
    align-items: center;
}

.check-box>span {
    color: #8E6CA7;
    cursor: pointer;
}



.el-form-item__error {
    display: none;
}

.el-message {
    background-color: #fff !important;
}

.el-message__content {
    color: red !important;
}

.el-select .el-input__inner {
    pointer-events: none;
}

.el-select.is-focus .el-input__inner {
    pointer-events: auto;
}

.top-layout-main[data-v-488fdf62] {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

