body{
    background: #f8f8f8;
}
.onCorrect{
    margin-left: 0px;
}
.hyzx_outBox .hy_rightMainBox .hyzx_submitBtn{
    margin-top: 17px;
}
.addBtn{
    line-height: 30px !important;
    height: 30px !important;
    width: 60px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 5px;
}
.formDiv input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    border-radius: 4px;
    padding: 0 10px;
    color: #999;
    width: 478px;
}

.formDiv .titlePop {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin-right: 5px;
    font-size: 14px;
}

.blue_but {
    color: #fff;
    background-color: #409EFF;
    font-size: 12px;
    border-radius: 3px;
    padding: 9px 15px;
    border: 1px solid #409EFF;
    cursor: pointer;
}

.gray_but {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 12px;
    border-radius: 4px;
}