﻿#supplier-mask {
    position: fixed;
    z-index: 1800;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

.dialog-wrapper {
    position: fixed;
    z-index: 1800;
    top: 27%;
    left: 33%;
    display: none;
    width: 613px;
    height: 370px;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    background: rgba(255, 255, 255);
}

.dialog-block-wrapper {
    width: 100%;
    height: 100%;
}

.dialog-title-wrapper {
    height: 50px;
}

.dialog-inner-wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    width: 550px;
    height: 330px;
}

.dialog-title {
    margin-left: 30px;
    color: #000000;
    font-family: Source Han Sans CN;
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;
}

.close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
}

    .close-btn img {
        width: 16px;
        height: 16px;
    }

.dialog-form-wrapper {
    position: relative;
    top: 20px;
    left: 48px;
}

    .dialog-form-wrapper form {
        width: 460px;
    }

.form-wrapper {
    width: 508px;
}

.dialog-form-wrapper .form-item {
    width: 470px;
    height: 65px;
}

.input-base {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding-left: 10px;
    list-style: none;
    transition: all .3s;
    color: #000000D9;
    border: none;
    border-radius: 2px;
    background-color: #F7F8FA;
    background-image: none;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 2.1715;
    font-feature-settings: 'tnum';
}

.input-affix-wrapper > input.input-base {
    padding: 0 0 0 4px;
    border: none;
    outline: none;
}

.form-item input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: node;
}

    .form-item input[type=text] ::placeholder, .form-item input[type=text]::-webkit-input-placeholder {
        color: #BBBBBB;
        font-family: Source Han Sans CN;
        font-size: 16px;
        font-weight: 400;
    }

.input-affix-wrapper {
    position: relative;
    display: inline-flex;
    width: 100%;
    min-width: 0;
    padding: 4px 21px;
    transition: all .3s;
    color: #000000D9;
    border-radius: 5px;
    background-color: #F7F8FA;
    background-image: none;
    font-size: 14px;
    line-height: 1.5715;
}

    .input-affix-wrapper:before {
        position: relative;
        top: 7px;
        right: 12px;
        box-sizing: border-box;
        width: 2px;
        height: 2px;
        content: '*';
        color: #E61414;
    }

.input-prefix, .input-suffix {
    display: flex;
    align-items: center;
    flex: none;
}

.input-prefix {
    margin-right: 4px;
}

.input-tips {
    padding-left: 20px;
    color: #9CC94E;
    font-family: Source Han Sans CN;
    font-size: 14px;
    font-weight: 500;
    line-height: 4px;
}

.dialog-btn-wrapper {
    float: right;
    margin-right: -50px;
}

.btn-submit {
    width: 62px;
    height: 37px;
    color: #FFFFFF;
    border: 1px solid #9CC94E;
    border-radius: 30px;
    background-color: #9CC94E;
}
