.query_value .top_box h3 {
    width: 500px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.fl {
    float: left !important;
    font-size: 20px;
}

.top_box {
    margin-top: 20px;
}

.date_select,
.date_select .input_box,
.date_select .date_line {
    display: inline-block;
    vertical-align: top;
}

.fr {
    float: right !important;
}

.date_select .input_box {
    position: relative;
}

.date_select,
.date_select .input_box,
.date_select .date_line {
    display: inline-block;
    _display: inline;
    vertical-align: top;
}

.date_select input {
    display: block;
    outline: none;
    width: 115px;
    padding: 0 24px 0 6px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #EDEDED;
    font-size: 14px;
    color: #000000;
    cursor: pointer;
}

.date_select em {
    position: absolute;
    right: 6px;
    top: 0;
    display: block;
    width: 14px;
    height: 26px;
    background: url('../../images/icon_date.png') no-repeat center;
}
.query_table {
    margin-top: 48px;
}
.query_table table {
    width: 100%;
    table-layout: fixed;
}
.query_table th {
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    background-color: #DCDCDC;
}
.query_table td {
    font-size: 14px;
    color: #666666;
    line-height: 49px;
    border-bottom: 1px solid #E9E9E9;
    text-align: center;
}
.query_table tr:nth-child(2n+1) td {
    background-color: #EAEBED;
}
.codeInfo{
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #c2c2c2;
}
.dataLoading {
     position: absolute;
     top: 50%;
     left: 0px;
     right: 0px;
     bottom: 0px;
     text-align: center;
 }
.dataLoading  img{
    vertical-align: middle;
}