div.eContainer {
    padding: 16px 30px 100px;
}


.ant-form-item-label{
    width:132px;
}
.form .ant-row{
    margin-bottom: 24px;
}

.range.input-range-item{
    width:100%;
}

.ant-row .ui-selectbox{
  width:100%;
}

.form .ant-row .ant-form-item{
    padding-right: 0px!important;
}

.calc-sub50 {
    width: calc(100% - 50px)!important;
}

#jyfxDiv .ui-selectbox{
    width: calc(100% - 50px);
}
.form .ant-row .form-label-auto {
    text-align: right;
}

#bxd_nll{
    background: #F7F8FA;
    border-radius: 4px;
    height: 60px;

    font-size: 36px;
    color: #3B81E5;
    letter-spacing: 0;
    line-height: 60px;
    font-weight: 600;
}

.eContainer h4{
    font-size: 16px;
    color: #242933;
    line-height: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

#yddateDiv .jdatewrap{
    width: calc(100% - 50px);
}

.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);
}

.eContainer .form-table th{
    text-align: left;
}