/*.el-upload__tip {
    font-weight: bold;
    font-size: 14px;
    color: #8d8989;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 29%;
}*/

.upload_div {
    padding: 10px 0px 20px 20px;
    text-align: right;
    box-sizing: border-box;
}

.el-button-all {
    position: absolute;
    bottom: -35px;
    left: 0;
    height: 32px;
    display: block;
}
.cosCol /deep/ .el-upload {
    width: 100%;
}

.cosCol /deep/ .el-upload-dragger {
    height: 200px;
    width: 100%;
    background: #f5f5f5;
}
.cosCol /deep/ .el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item {
    display: flex;
    padding-left: 0;
}
.cosCol /deep/ .el-form-item--small .el-form-item__content,
.el-form-item--small .el-form-item__label {
    flex: 1;
}

.cosCol /deep/ .el-date-editor.el-input,
.el-date-editor.el-input__inner {
    flex: 1;
    width: 100%;
}

.upload-image {
    width: 100px;
    height: 100px;
    float: left;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
.el-image {
    width: 100px;
    height: 100px;
}
}

.div-mask-one {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    cursor: pointer;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    /* 垂直居中展示 注意点 如果使用绝对居中，其内容内容要用一个div包起来 */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: height 300ms;
}
.list-one-box:hover .div-mask-one {
    height: 100%;
    transition: height 500ms;
}

.upload-content {
    overflow: hidden;
/*// height: 100px;*/
    margin-bottom: 20px;
}
.hideUpload {
    margin-bottom: 20px;
/*// height: auto;*/
}
.file .el-form--inline .el-form-item__label {
    width: 100px;
}

.cosCol /deep/ .el-upload-list {
    display: none;
}
/deep/ canvas {
    width: 700px !important;
    overflow: hidden;
}

.vueQr {
    margin: 0 auto;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    background-color: #f5f5f5a9;
}

.btn-examples {
    position: absolute;
    bottom: 40px;
    border: 1px solid #1e90ff;
    color: #1e90ff;
}

.faceCode-shade {
    position: absolute;
    top: 35%;
    left: 50%;
    text-align: center;
    line-height: 32px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 6px 5px #c3c3c3;
    margin-left: -14px;
    margin-top: -12px;
    border-radius: 50%;
    font-size: 22px;
    background-color: aliceblue;
}

.el-upload-dragger .el-upload_text em {
    color: #67c23a;
}

.cosCol /deep/ .el-upload-dragger {
    min-width: 330px;
    line-height: 18px;
    padding-top: 24px;
}

.img-dialog {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-dialog /deep/ .el-dialog {
    margin-top: 0 !important;
    width: auto;
    max-width: 90vw;
}

.img-dialog img {
    max-width: 100%;
}

.showAll {
    height: 110px;
    overflow: hidden;
    margin-left: 20px;
}

.showAll.active {
    height: auto;
    background: #fff;
    min-height: 110px;
}

/deep/ .el-upload__tip {
    margin-left: 0px;
}

.mask {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    /*  height: calc(100vh - 100px);*/
    z-index: 888;
    background: #000;
    opacity: 0.3;
}

.close {
    font-size: 30px;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
 /*//  background: #000;*/
    text-align: center;
    z-index: 10000;
    cursor: pointer;
    line-height: 35px;
}

.lastNext {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

/deep/ .star .el-form-item__label:before {
    content: '*';
    color: #F56C6C;
    font-size: 14px;
}