*{
    padding: 0;
    margin: 0;
}
html,body{
    background: #F0F2F5;
    width: 100%;
    height: 100%;
}

.el-form{
    padding: 16px;
}

.el-form-item__label{
    padding: 0 0 0 12px !important;
    height: 24px;
    line-height: 24px;
    color: #86909C;
    font-family: 'PingFang SC';
    font-weight: 400;
    font-size: 10px;
}
.el-form-item__label::before{
    float: right;
}

.el-textarea textarea{
    width: 100%;
    min-height: 118px !important;
    border: 1px solid #c9cdd4;
    background: white;
}

.el-textarea__inner{
    padding: 8px 12px;
    border-radius: 8px;
}

.customer-placeholder ::-webkit-input-placeholder {
    color: #86909C;
    font-size: 10px;
    line-height: 24px;
    font-family: 'PingFang SC';
    font-weight: 300;
}

.customer-placeholder ::placeholder {
    color: #86909C;
    font-size: 10px;
    line-height: 24px;
    font-family: 'PingFang SC';
    font-weight: 400;
}

.image-list{
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #c9cdd4;
    background: white;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.img-item{
    width: 90px;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.img-item img{
    min-height: 100%;
    min-width: 100%;
}

.delete-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 0 0 0 8px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.upload-demo{
    width: 90px;
    height: 90px;
    border-radius: 8px;
    background-color: #f7f8fa;
}

.el-upload{
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: auto;
}

.el-icon-plus{
    color: #86909c;
    font-size: 28px;
}

.submit-btn{
    width: 100px;
    height: 40px;
    background: #D1D3FF;
    color: white;
    border-radius: 100px;
    text-align: center;
    font-size: 16px;
    font-family: 'PingFang SC';
    border: none;
    margin-left: calc(50% - 50px);
    margin-top: 10px;
}

.submit-bg{
    background: linear-gradient(81.44deg, #F09EA6 2.13%, #BD80FC 95.42%) !important;
}