.margin-top-16{
    margin-top: 16px;
}
.margin-top-24{
    margin-top: 24px;
}
.margin-top-32{
    margin-top: 32px;
}
.margin-bottom-20{
    margin-bottom: 20px;
}

.padding-32{
    padding: 32px;
}
.padding-lr-32{
    padding-left: 32px;
    padding-right: 32px;
}

.text-20{
    font-size: 20px;
}
.text-24{
    font-size: 24px;
}
.text-30{
    font-size: 30px;
}
.text-666{
    color: #666666;
}
.text-999{
    color: #999999;
}
.text-black{
    color: #333333;
}
.text-white{
    color: #ffffff;
}

.pop-up-layer-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    overflow: hidden;

    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-up-layer{
    box-sizing: border-box;
    padding: 32px;
    width: 722px;
    min-height: 532px;
    background: #FFFFFF;
    border-radius: 12px;
}

.form-item{
    align-items: center;
    height: 48px;
}

.form-label::before{
    content: '*';
    margin-right: 2px;
    color: #EF1212;
}

.input-container{
    flex: 1;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    margin-left: 12px;
    background-color: #F5F5F5;
    height: 48px;
}
.input-container input{
    all: unset;
    height: 36px;
    width: 100%;
}
.input-container textarea{
    all: unset;
    height: 200px;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}
.submit-button{
    width: 200px;
    height: 48px;
    background: #F59A23;
    border-radius: 4px;

    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

/*  */
.toast-container{
    position: fixed;
    top: 100px;
    width: 100vw;
    display: flex;
    justify-content: center;
    transition: 2s;
}
.toast-container-item{
    padding: 12px 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    background-color: #f0f9eb;
    border-radius: 6px;
    color: #67c23a;

    text-align: center;
    line-height: 24px;
}

.toast-container-warning{
    position: fixed;
    top: 100px;
    width: 100vw;
    display: flex;
    justify-content: center;
    transition: 2s;
}
.toast-container-item-warning{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    height: 45px;
    background-color: #fdf6ec;
    border-radius: 6px;
    color: #e7a644;
}
/*-----------------------------------------------------------*/
.pop-up-layer-2{
    width: 80vw;
}

.p-form-container{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
}

.p-form-item{
    margin-top: 24px;
    width: 100%;
}

.pop-up-layer-2 .label-form{
    margin-bottom: 8px;
    font-size: 14px;
    color: #2F3133;
    text-align: left;
}

.pop-up-layer-2 .label-form::before{
    margin-right: 5px;
    content: '*';
    color: #F53F3F;
    font-weight: bold;
}

.pop-up-layer-2 .not-require .label-form::before{
    margin-right: 0;
    content: ' ';
}

.pop-up-layer-2 .input-form{
    padding: 9px 12px;
    border: 1px solid #CED4DB;
    border-radius: 2px;
}

.pop-up-layer-2 .input-form input{
    all: unset;
    width: 100%;
}

.pop-up-layer-2 .input-form select{
    outline: none;
}
.pop-up-layer-2 .input-form select{
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border:0;
    -moz-appearance: none;
    padding: 0 24px 0 8px;
    font-family: inherit;
    color: #666;
    cursor: pointer;
    position: relative;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAASFBMVEUAAAD////Nzc3Nzc3V1dXNzc3MzMzMzMzMzMzNzc3Ozs7j4+PMzMzMzMzMzMzPz8/MzMzNzc3Ozs7Ozs7MzMzNzc3Nzc3Nzc1mbvnCAAAAGHRSTlMAAymOBrtVs9RlPgnPltxPlWwvRJzBt+CSuXutAAAAM0lEQVR4nGMYBbgALycjiGIUZEaTEBLl4WJgEOZgZcLQwybOLsbHj800bhEBFqo7cfACACvdARau8cpxAAAAAElFTkSuQmCC') no-repeat right center;
}

.pop-up-layer-2 .image-container{
    position: relative;
    box-sizing: border-box;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 128px;
    background: #F5F7FA;
    border: 1px dotted #CED4DB;
    cursor: pointer;
}
.pop-up-layer-2 .image-container .delete-icon{
    position: absolute;
    right: 12px;
    top: 12px;
    width: 20px;
    height: 20px;
}
.pop-up-layer-2 .image-container .delete-icon img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pop-up-layer-2 .image-container .image-item{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pop-up-layer-2 .image-container .prompt{
    margin-top: 6px;
    font-size: 12px;
    color: #8D9094;
    text-align: center;
}
.upload-instructions{
    margin-top: 6px;
    font-size: 12px;
    color: #666666;
    text-align: left;
}

.pop-up-layer-2 .p-form-item textarea{
    all: unset;
    height: 65px;
    width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
}
