.index-bg-container {
    height: 600px;
    min-width: 1079px;
    position: relative;
    /*top: 98px;*/
    margin-top: 98px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}

.index-bg-container .bg-bottom {
    padding: 0 30px;
}

.index-bg-container .flight-container {
    padding: 20px;
    position: relative;
    top: calc(600px - 330px);
    background-color: rgba(15, 0, 10, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    -webkit-border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
}

.index-bg-container .flight-container .query-box {
    color: #ffffff;
    padding: 0 10px;
}

.index-bg-container .flight-container .btn-primary {
    font-size: 12px;
    background-color: rgb(0, 97, 194);
    border-color: rgb(0, 97, 194);
    /*padding-left: 28px;*/
    /*padding-right: 28px;*/
}

.index-bg-container .flight-container .btn-reset {
    font-size: 12px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}

.index-bg-container .flight-container .query-box .form-control, .index-bg-container .flight-container .query-box .form-select {
    background-color: transparent;
    color: #ffffff;
    border-color: #b2b2b2;
    font-size: 12px;
}

.index-bg-container .flight-container .query-box .form-control:focus {
    border-color: #b2b2b2;
    box-shadow: unset;
}

.index-bg-container .flight-container .query-box .form-select:focus {
    border-color: #b2b2b2;
    box-shadow: unset;
}

.index-bg-container .flight-container .query-box .form-select {
    --bs-form-select-bg-img: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 15 15"%3E%3Cpath fill="none" stroke="white" stroke-linecap="square" d="m14 5l-6.5 7L1 5"%2F%3E%3C%2Fsvg%3E');
    pointer-events: none;
}

.index-bg-container .flight-container .query-box input::-webkit-input-placeholder {
    color: #fff;
}

.index-bg-container .flight-container .query-box input::-moz-placeholder {
    color: #fff;
}

.index-bg-container .flight-container .query-box input:-moz-placeholder {
    color: #fff;
}

.index-bg-container .flight-container .query-box input:-ms-input-placeholder {
    color: #fff;
}

#selAirline {
    position: absolute;
    width: 86%;
    height: 100%;
}

.layui-dropdown {
    z-index: 10;
}

.index-bg-container .flight-table-container {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.index-bg-container .flight-table-container .flight-table-box {
    width: 49%;
}

.index-bg-container .flight-table-container .flight-table-box .title {
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.index-bg-container .flight-table-container .flight-table-box .table-box {
    background-color: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 200px;
    overflow: auto;
}

.index-bg-container .flight-table-container .flight-table-box .table-box::-webkit-scrollbar {
    display: none;
}

.index-bg-container .flight-table-container .flight-table-box .title.take-off {
    background-color: rgba(222, 104, 80, 0.46);
}

.index-bg-container .flight-table-container .flight-table-box .title.arrive {
    background-color: rgba(0, 97, 194, 0.46);
}

.index-bg-container .flight-table-container .flight-table-box .layui-table {
    margin: 0;
    background-color: #fffffffa;
}

.index-bg-container .flight-table-container .flight-table-box .layui-table thead {
    position: sticky;
    top: 0;
    z-index: 9;
}

.index-bg-container .flight-table-container .flight-table-box .layui-table thead tr {
    /*background-color: rgba(203, 200, 201, .6);*/
    background-color: rgb(208, 208, 208);
    color: #000000;
}

.index-bg-container .flight-table-container .flight-table-box .layui-table tbody tr:hover {
    background-color: rgba(203, 200, 201, .6);
}

.index-bg-container .flight-table-container .flight-table-box .layui-table td, .index-bg-container .flight-table-container .flight-table-box .layui-table th {
    text-align: center;
}

.main-container {
    padding: 36px 40px;
}

.main-container .channel-four-container .channel-box .channel-img {
    margin-bottom: 30px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.main-container .channel-four-container .channel-box .channel-img:hover {
    opacity: 0.7;
}

.main-container .channel-four-container .channel-box .channel-name {
    cursor: pointer;
}

.main-container .channel-four-container .channel-box .channel-name:hover {
    text-decoration: underline;
}

.main-container .channel-four-container .channel-box .channel-name .title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 12px;
}

.main-container .channel-four-container .channel-box .channel-name .describe {
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    white-space: nowrap;
    text-align: center;
    font-size: 12px;
}

.main-container .channel-two-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 10px;
}

.main-container .channel-two-container .zs-img-box {
    width: 48%;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.index-bg-container .flight-table-container .flight-table-box .table-box .empty-table {
    text-align: center;
    line-height: 80px;
    color: #7b7b7b;
    display: none;
}

.index-bg-container .flight-table-container .flight-table-box .table-box .table-load-more {
    text-align: center;
    font-size: 12px;
    color: rgb(0, 97, 194);
    display: none;
    margin-bottom: 4px;
}

.layui-menu.layui-dropdown-menu {
    max-height: 380px;
    overflow-y: auto;
}
.layui-menu.layui-dropdown-menu::-webkit-scrollbar {
    display: none;
}
#airlineSelect {
    color: #ffffff;
}