.input-table {
    width: 100%;
    font-size: 16px;
}

.input-table tr td {
    margin-bottom: 30px;
}

.left-td {
    width: 35%;
    text-align: right;
    letter-spacing: 1px;
    color: #595959;
}

.left-td label {
    display: inline-block;
    width: 12em;
    text-align: center;
    line-height: 65px;
}

.tips-td {
    width: 45px;
}

.upload-file-div, .upload-file-tips{
    padding: 10px;
    height: 200px;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    color: #BFBFC5;
    overflow: auto;
    /*margin: 10px 0 20px 0*/
}

.upload-file-div::-webkit-scrollbar {
    width: 0.5rem;
    height: .15rem;
    background: hsla(0, 0%, 100%, 0.6);
}

.upload-file-div::-webkit-scrollbar-track {
    border-radius: 0;
}

.upload-file-div::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    transition: all .2s;
    border-radius: .15rem;
}

.result-label {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}
.upload-file-tips {
    color: #6C757D;
    margin-top: 10px;
    height: 320px;
}
.number-card, .bank-card {
    height: 2.5rem;
    border: #D9D9D9 1px solid;
    width: 95%;
    margin: 5px 5px 0 5px;
    overflow: hidden;
    border-radius: 4px;
    display: inline-block;
}

.bank-card {
    height: 5rem;
}

.bank-card label {
    margin: 0;
}

.number-type {
    display: inline-block;
    height: 38px;
    background: #FAFAFA;
    line-height: 38px;
    text-align: center;
    padding: 0 5px;
}

.number-content, .bank-content {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding-left: 10px;
}

.number-op, .bank-op {
    display: inline-block;
    height: 38px;
    text-align: center;
    padding: 0 10px 0 0;
    color: #ccc;
    cursor: pointer;
    font-size: 22px;
    width: 20px;
    float: right;
}

.number-list, .bank-list {
    height: fit-content;
    border: #D9D9D9 1px dashed;
    border-radius: 4px;
    overflow: auto;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.number-name, .bank-name {
    display: inline-block;
    height: 38px;
    background: #FAFAFA;
    line-height: 38px;
    text-align: center;
    padding: 0 5px;
}


.social-append-btn, .bank-append-btn {
    cursor: pointer;
}

.net-number-tr-show {
    display: none;
}

.section-header h3 {
    font-size: 1.2rem;
    color: rgba(68, 129, 235, 0.9);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 3px;
}

.bank-card .bank-type-c {
    padding-left: 10px;
    background: #FAFAFA;
    line-height: 2.4rem;
}
.bank-card {
    background: #FAFAFA;
}

.section-header h4 {
    font-size: 2rem;
    color: rgba(68, 129, 235, 0.9);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    letter-spacing: 2px;
}


.section-header h3::before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 240px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 120px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #18d26e;
    bottom: 0;
    left: calc(50% - 40px);
}


a.push_button {
    display: block;
    width: 8rem;
    font-weight: 600;
    font-size: 1rem;
    color: white;
    text-align: center;
    padding: 8px;
    border-radius: 0.3rem;
    letter-spacing: 0.1em;
    margin: 0 auto;
}


.result-label {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
}


.success-div {
    text-align: center;
}

.form-row {
    margin-top: 1.6rem;
}

.fieldset-row {
    margin-top: 1rem;
}


.form-div {
    margin-top: 1rem;
}


fieldset {
    display: block;
    margin-top: 1.5rem;
    width: 100%;
    color: #333;
    border: 1px solid #d9d9d9;
    border-radius: .2rem;
    padding: 0 1rem;
}

legend {
    font-size: 1rem;
    width: max-content;
    color: #6C757D;
    margin-bottom: 0;
}

.file-ul-list {
    padding: 0;
    list-style-position: inside;
}

.file-ul-list li {
    margin-left: .1rem;
}

.file-ul-list li label {
    margin: 0 .2rem;
    word-break: break-all;
}

.file-ul-list li {
    word-break: break-all;
}
