.eContainer{
    padding:30px 24px;
}

.title-index{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.ant-form-item-label{
    width:76px;
}
.form .ant-row{
    margin-bottom: 24px;
}

.range.input-range-item{
    width:100%;
}


.mainDiv{
    border-bottom: 1px solid #E5E5E5;
}

.form .ant-row .ant-form-item.right-div{
    justify-content: flex-end;
    padding-right: 0;
}

.form .ant-row .ant-form-item{
    padding-right: 0!important;
}

.mxTd{
    padding: 0 !important;;
}

/*如果某些栏位label过长，统一设置长度以对齐*/
.foot{
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 3;
    box-shadow: 2px -3px 6px 1px rgba(40, 40, 40, 0.1);
    display: flex;
    align-items: center;
}

#foot .ml-16{
    margin-left: 16px;
}
.foot-choose{
    font-size: 14px;
    padding-left: 30px;
    margin-right: 16px;
}


.confirm-header {
    font-size: 16px;
    color: #242933;
    line-height: 24px;
    font-weight: 600;
}
.file-btn {
    color: #279AFF;
    font-size: 12px;
    margin-left: 30px;
}
#apprultxt1{
    color: #936243;
    display: inline-block;
    min-width: 20px;
    text-decoration: underline;
    margin: 0 5px;
}
.form .title {
    font-weight:bold;
    font-size:16px;
    line-height: 72px;
}
table.form-table.form-infolist div.form-p {
    margin-bottom: 0;
}
table.form-table th {
    text-align: left;
}

.form-table tbody tr th {
    color: #767A8B;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.text-info-box{
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.tips-text{
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #3f485a;
    line-height: 20px;
    padding:12px 12px 12px 60px;
}

.title-t{
    padding:0px 25px 20px 28px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}