.formCode_normal {
    position: relative;
    margin: 20px 0;
    width: 455px;
    height: 45px;
    border: solid 1px #dcdcdc;
    background-color: #fafafa;
}

.formCode_normal input {
    width: 408px;
    height: 43px;
}

.blank{
    width:100%;
    height: 62px;
}

.queryResult {
    border-top: 1px solid #dcdcdc;
}
.result_top {
    height:25px;
    width: 100%;
    border-top: 1px solid #dcdcdc;
}

.bottom_blank {
    height: 30px;
    width: 100%;
}

.resultTable {
    margin-top: 25px;
    color: #333333;
    border: 1px solid #dcdcdc;
    width: 100%;
}

.resultTable thead tr th {
    height: 50px;
    color: #333333;
    background-color: #fafafa;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    border-left: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.resultTable_noLeft {
    border-left: 0px;
}
.resultTable tbody tr td {
    border-bottom: 1px solid #dcdcdc;
    font-weight: normal;
    font-size: 17px;
    color: #333333;
    height: 50px;
    text-align: right;
}
.form_select {
    width: 408px;
    height: 40px;
    border: none;
}