* {
    font-family: "思源黑体";
    font-weight: 500;
}

.el-header {
    background-color: #B3C0D1;
    color: #333;
    height: 130px !important;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
}

.el-aside {
    background-color: #D3DCE6;
    color: #333;
    text-align: center;
    line-height: 200px;
}

.el-main {
    background-color: #E9EEF3;
    color: #333;
    text-align: center;
    height: calc(100vh - 120px);
}

body > .el-container {
    margin-bottom: 40px;
}

.el-container:nth-child(5) .el-aside,
.el-container:nth-child(6) .el-aside {
    line-height: 260px;
}

.el-container:nth-child(7) .el-aside {
    line-height: 320px;
}

.box {
    width: 90%;
    margin: 0 auto;
    height: 70%;
}

.margin-05 {
    margin: 5px;
}

.logoimg {
    display: flex;
    align-items: center;
    /* 垂直居中 */
}

.font-9 {
    font-size: 9px;
}

.font-12 {
    font-size: 12px;
}

.botton {
    max-width: 38em;
    padding: 1em 3em 2em 3em;
    margin: 0em auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.label {
    text-align: left;
    font-size: 16px;
    padding: 5px;
    color: #2d3f71;
    font-weight: bold;
}

.label div {
    float: left;
    background-color: #2d3f71;
    width: 3px;
    height: 16px;
    margin-right: 5px;
    margin-top: 3px;
}

.el-input__inner {
    border-radius: 8px;
}

.botton .el-button {
    width: 260px;
    border-radius: 15px;
}

#code_img {
    width: 112px;
    height: 38px;
    cursor: pointer;
    float: right;
    vertical-align: top;
}

.nowarp {
    display: block;
    /*内联对象需加*/
    word-break: keep-all;
    /* 不换行 */
    white-space: nowrap;
}

.font-18 {
    font-size: 18px;
}

.font-16 {
    font-size: 16px;
}

.font-20 {
    font-size: 20px;
}

.cexhibiton {
    color: white;
    background-color: #3152ca;
    width: 160px;
    /* height: 40px; */
    margin-top: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    /* display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap; */
}

.right {
    float: right;
}


.flexNowap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

img {
    object-fit: scale-down;
}

.fontRed {
    color: red;
}

.backwith {
    background-color: #ffffff;
}

.colorwith {
    color: #ffffff;
}

.backSblue {
    background-color: #2d3f71;
}

.colorSblue {
    color: #2d3f71;
}

.backblue {
    background-color: #3152ca;
}

.colorblue {
    color: #3152ca;
}

.backQblue {
    background-color: #b0bdf1;
}

.colorQblue {
    color: #b0bdf1;
}

.backZ {
    background-color: #f1f1f1;
}

.colorZ {
    color: #f1f1f1;
}

a {
    TEXT-DECORATION: none;
}

div {
    caret-color: transparent;
}

span {
    caret-color: transparent;
}

.filebox {
    line-height: 0px;
}

.flextitle {
    border-right: 1px solid #f1f1f1;
}

.fileImg {
    text-align: center;
    max-height: 100px;
    line-height: 20px;
}

.file {
    visibility: hidden;
}

.imgshow {
    width: 100%;
    height: 100%;
}

/* 默认一键生成按钮的样式 */
.buttonCrea {
    /* 清除默认边框 */
    border: 0;
    outline: none;
    /*清除默认背景 */
    background-color: transparent;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    margin: 5px;
}

.font-14 {
    font-size: 14px;
    font-weight: 500;
}

.Lbox::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #2d3f71;
    margin-right: 5px;
}

.botom {
    color: #C0C4CC;
    font-size: 12px;
}

[v-cloak] {
    display: none;
}

.filetext {
    display: inline-block;
    width: 100%;
    word-break: break-all;
    white-space: normal
}

.el-select-dropdown {
    max-width: 243px;
}

.el-select-dropdown__item {
    display: inline-block;
}

.el-select-dropdown__item span {
    min-width: 205px;
    display: inline-block;
}

video {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

/* BEGIN*/
/* 解决vue框架弹出层曲面屏无法点到右上角的取消 2023/10/12 19:57 zzf*/
.el-message-box {
    /*解决方式为取消原本设定的固定宽度*/
    width: auto !important;
}

/*END*/