/*如果某些栏位label过长，统一设置长度以对齐*/
.form .ant-row .ant-form-item-label {
    width: 165px;
}
.foot{
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    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);
}
.confirm-header {
    font-size: 16px;
    color: #242933;
    line-height: 24px;
    font-weight: 600;
}
.file-btn {
    color: #279AFF;
    font-size: 12px;
    margin-left: 30px;
}
.be-center {
    text-align: center
}
#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;
}
.__btn-pos{
    position: absolute;
}
.selector-color-gr{
    color: #767A8B;
}
.selector-color-bl{
    color: #279AFF;
}
