.index-form-control {
    position: absolute;
    bottom: 70px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

.form-shadow {
    box-shadow: 0px 5px 21px 0px rgba(0, 21, 35, 0.13)
}

.index-form-control form {
    border: 1px solid #fff;
    padding: 20px 5px;
    background: #fff;
    width: 1200px;
    margin: 0 auto;
}

.index-form-control .form-group {
    text-align: left;
    background: #fff;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
    width: 200px;
    padding-left: 40px;
}

.index-form-control .form-group-rp {
    width: 180px;
}

.index-form-control .form-control {
    background: none;
    border: none;
    text-align: left;
    height: 20px;
    line-height: 20px;
    box-shadow: none;
    cursor: pointer;
}

.table-condensed {
    cursor: pointer;
}

.index-form-control label {
    margin-bottom: 0px;
    color: #999;
    font-weight: normal;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

.index-form-control .index-submit {
    position: relative;
    height: 52px;
    line-height: 33px;
    margin-top: -12px;
    margin-bottom: -11px;
    border-radius: 0px;
    background: #0065ab;
    width: 160px;
    color: #fff;
    margin-left: 30px;
}

.input_time {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}
@media (max-width: 960px) {
    .index-form-control {
        position: static;
        bottom: 70px;
        left: 0px;
        z-index: 999;
        width: 100%;
    }
}
