.index-form-control {
    position: absolute;
    bottom: 180px;
    left: 0px;
    z-index: 999;
    width: 100%;
}

.hero-text .hero-title {
    margin-top: 18% !important;
    color: #fff !important
}

.href-a:link {
    color: #0266AB !important;
    text-decoration: none !important;
}

.href-a:active {
    color: #0266AB !important;
}

.href-a:visited {
    color: #0266AB !important;
    text-decoration: none !important;
}

.href-a:hover {
    color: #0266AB !important;
    text-decoration: none !important;
}

.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: 920px;
    margin: 0 auto;
}

.index-form-control .form-group {
    text-align: left;
    background: #fff;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
    width: 330px;
    padding-left: 40px;
}

.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 !important;
    background: #0065ab;
    width: 160px;
    color: #fff;
    margin-left: 30px;
    left: 140px;
}

.btn {
    padding: 0 !important
}

.content {
    width: 920px;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
}

.search {
    margin: 20px 0;
}

.input_time,
.form-group {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.search .select {
    color: #666;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin-right: 50px;
    background: none;
}

.search .time {
    float: right;
    margin-right: 0;
}

.open_time::after {
    position: absolute;
    top: 10px;
    right: 0px;
}

.content .list {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 21px 0px rgba(0, 21, 35, 0.13);
    height: auto;
}

.index-submit {
    position: relative;
    margin-top: -10px;
    margin-bottom: -11px;
    border-radius: 0px !important;
    background: #0065ab;
    color: #fff;
    margin-left: 30px;
    width: 80px;
    height: 36px;
}

.list {
    padding: 20px;
}

.detail {
    flex: 1;
    padding: 10px 0;
}

.flex_row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    align-items: center;
}

.detail .row {
    height: 40px;
    line-height: 40px;
}

.row_border {
    border-bottom: 1px solid #CFCFCF;
}

.text_omit {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.href-a {
    color: rgba(2, 102, 171, 1);
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end;
}

.icon-arrow-left:before {
    content: "\e091";
}

.icon-arrow-right:before {
    content: "\e092";
}

.join-sarch {
    position: absolute;
    top: 135px;
}

.hero-text .hero-title {
    margin-top: 17% !important;
}

@media (max-width: 966px) {
    .join-sarch {
        display: none
    }
    .join-sarch-moble {
        display: block !important
    }
    .content {
        width: 100%;
        padding: 0;
    }
    .index-form-control {
        width: 100%;
        position: initial;
        margin-top: 60px;
        padding: 0 15px;
    }
    .join-sarch {
        width: 100%
    }
    .index-form-control form {
        width: 100%;
        flex-direction: column;
        align-items: self-start;
        justify-content: center;
    }
    .form-group {
        margin: 20px 0
    }
    .index-form-control .index-submit {
        margin-top: 20px;
        margin-bottom: 20px;
        margin: 30px auto 0;
        left: auto;
    }
    .index-form-control .form-group {
        width: 50%;
        padding-left: 15px;
    }
    .search {
        padding: 0 15px;
    }
    .content .list {
        width: 98%;
        margin: 0 auto;
    }
    .join-sarch-moble .form-shadow {
        box-shadow: 0px 5px 21px 0px rgba(0, 21, 35, 0.13);
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .form-inline .form-group {
        margin-bottom: 20px !important
    }
}

@media (max-width: 800px) {
    .list {
        display: none
    }
    .list-moble {
        display: block !important;
        width: 100%;
        padding: 0 15px;
    }
    .title_moble {
        width: 100px
    }
    .col-12 {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: 10px 0;
    }
    .text_omit {
        width: 80%
    }
    .row {
        width: 100%
    }
    .detail_moble {
        margin-bottom: 20px;
    }
    .flex_row_moble {
        margin-bottom: 40px;
        margin-top: 20px;
    }
    .index-submit {
        margin-left: 0;
    }
    .search {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px) {
    .search {
        display: none;
    }
    .search .select {
        margin: 20px 0;
    }
    .index-form-control {
        margin-bottom: 60px;
    }
}