.banner .item img{
    height: 100vh;
    object-fit: cover;
    object-position: center;
}
.banner .item .block {
    visibility: revert;
    opacity: 1;
    top: 15%;
    text-align: center;
}

.service-settlement-apply h6 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 2%;
    text-align: center;
}
.service-settlement-apply-form {
    display: flex;
    justify-content: center;
}
.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    padding-top: 10px;
}
.ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    margin-bottom: 24px;
    vertical-align: top;
}
.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}
.ant-col {
    position: relative;
    min-height: 1px;
}
.ant-form-item-control {
    position: relative;
    line-height: 40px;
    zoom: 1;
}
.ant-form-item-children {
    position: relative;
}
.ant-input {
    width: 510px;
    height: 70px;
    font-weight: 400;
    color: #9F9F9F;
    font-size: 14px !important;
    background: #fff;
    padding-left: 2% !important;
    border-radius: 10px !important;
}
.ant-btn-primary {
    background: #21C4FF;
    border-color: #21C4FF;
    border-radius: 10px !important;
    width: 150px;
    height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #fff !important;
    display: block;
    margin: 0 auto;
}
