﻿.query-container {
    position: relative;
    flex-direction: column;
    justify-content: center;
}

.query-box {
    width: 100%;
    height: 273px;
    background-color: #fff !important;
    border: 1px solid #e6ecf2;
}

.query-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .query-header ul {
        width: 100%;
        height: 46px;
        padding: 0 10px;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        border-bottom: solid 1px #e6ecf2;
    }

        .query-header ul:nth-child(2) {
            width: auto;
            height: 46px;
            background-color: #F2F3F7;
            display: flex;
            flex-direction: row;
            align-items: flex-end;
            display: none;
        }

        .query-header ul li {
            width: 120px;
            height: 42px;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            font-weight: normal;
        }

            .query-header ul li img {
                margin-right: 10px;
            }

.query-type {
    height: 40px !important;
    line-height: 40px !important;
    background-color: #fff;
    border-bottom: solid 2px #FF7142;
    font-weight: bold !important;
}

.query-content {
    height: 180px;
    padding: 0 47px;
}

.popular-search-box {
    height: 114px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .popular-search-box span {
        font-size: 14px;
        font-weight: 400;
        color: #9B9B9B;
        margin-right: 8px;
        width: 70px;
    }

    .popular-search-box .popular-search-list {
        padding: 5px 8px;
        border-radius: 8px;
        font-size: 12px;
        font-weight: 400;
        color: #9B9B9B;
        background-color: #F4F4F4;
        border: 1px solid #E6ECF2;
        margin-right: 27px;
        cursor: default;
    }

        .popular-search-box .popular-search-list:hover {
            border: 1px solid #ff7142;
            color: #ff7142;
        }

.byForm {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 63px;
}

.radio-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 54px;
    padding: 0 10px;
}

    .radio-box input {
        margin-right: 5px;
    }

    .radio-box span {
        margin-right: 30px;
        font-size: 14px;
        margin-top: -2px;
    }

.input-box {
    width: 353px;
    display: flex;
    padding: 10px 0;
    border-radius: 10px;
    border: 1px solid #aaa;
    height: 62px;
    box-sizing: border-box;
}

    .input-box + .input-box {
        margin-left: 20px;
    }

    .input-box > div {
        padding-left: 15px;
        padding-right: 10px;
        box-sizing: border-box;
        flex: 1;
    }

        .input-box > div + div {
            border-left: 1px solid #ccc;
        }

.form-item__label {
    margin-bottom: 5px;
    padding: 0 5px;
    display: block;
    font-size: 12px;
}

.tab {
    position: relative;
}

    .tab .inputSet {
        width: 100%;
        height: 16px;
        line-height: 16px;
        font-size: 14px;
        color: #333;
        border: none;
        padding: 0 5px;
        resize: none;
        outline: none;
    }

.input-container, .input__custom__suffix {
    display: flex;
    align-items: center;
    position: relative;
}

.input__custom__suffix-select-box {
    position: absolute;
    z-index: 1000;
    width: 76px;
    top: 40px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    right: -10px;
    border-radius: 10px;
    background-color: #fff;
}

    .input__custom__suffix-select-box .list {
        width: 100%;
        height: 30px;
        padding: 0 2px;
        line-height: 30px;
    }

        .input__custom__suffix-select-box .list:hover {
            background-color: #eeeeee;
        }

.by-input__inner {
    height: 100%;
    border: none;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    font-size: inherit;
    line-height: 100%;
    outline: none;
    flex: 1;
    width: 0;
}

.input-container img {
    width: 20px;
    height: 20px;
    transition: all .2s;
}

.input-container-img {
    transform: rotate(-180deg);
}

.airline-search-box {
    position: absolute;
    width: 157px;
    height: 300px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    z-index: 1000;
    bottom: -320px;
    left: -15px;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .airline-search-box::-webkit-scrollbar {
        width: 16px;
        height: 16px;
        background-color: #ffffff;
    }

    .airline-search-box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);   */
        background-color: #f3f3f3;
    }

    .airline-search-box .list {
        width: 100%;
        padding: 5px 2px;
        cursor: default;
    }

        .airline-search-box .list:hover {
            background-color: #eeeeee;
        }

.byForm .btn {
    width: 159px;
    height: 46px;
    border-radius: 20px;
    background-color: #FF7142;
    border: none;
    color: #fff;
    font-size: 20px;
    margin-left: 20px;
    transition: transform .1s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .byForm .btn img {
        width: 30px;
        height: 30px;
    }
/* .byForm span{
    align-self: end;
    font-size: 20px;
    color: #9B9B9B;
    margin-left: 20px;
    margin-bottom: 10px;
} */
.by-form-item {
    position: relative;
}

.tab_pop {
    position: absolute;
    top: 36px;
    left: -16px;
    z-index: 1000;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    display: none;
}

.tab_pop_title {
    width: 500px;
}

.tab_pop_label {
    width: 100%;
    padding: 0 10px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    color: rgba(0, 0, 0, .4);
}

    .tab_pop_label img {
        width: 15px;
        height: 15px;
    }

.tabbar-box {
    width: 90%;
    display: flex;
}

    .tabbar-box li {
        width: 56px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        border-bottom: 1px solid #9B9B9B;
        cursor: default;
    }

.tabbar-select-box {
    color: #FF7142;
    border-bottom: 1px solid #FF7142 !important;
}

.hot-box {
    width: 90%;
    padding: 10px;
    flex-wrap: wrap;
}

.hot-list1, .hot-list2 {
    font-size: 10px;
    padding: 2px;
    margin-right: 2px;
    cursor: default;
}

    .hot-list1:hover {
        background-color: #eeeeee;
    }

    .hot-list2:hover {
        color: #fff;
        background-color: #FF7142;
    }

.address-box {
    width: 90%;
    padding: 10px;
}

.address-box-list {
    width: 100%;
    display: flex;
    align-items: baseline;
}

.address-box-list-left {
    width: 20px;
    color: red;
}

.address-box-list-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.dialog-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .dialog-title img {
        width: 220px;
        height: 90px;
    }

.dialog-center {
    width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.silder-range {
    width: 100%;
    background-color: #e3e4e6;
    position: relative;
    transition: 1s all;
    user-select: none;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px; /*no*/
    margin-top: 10px;
}

    .silder-range i {
        position: absolute;
        left: 0;
        width: 60px; /*no*/
        height: 100%;
        color: #919191;
        background-color: #fff;
        border: 1px solid #bbb;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .silder-range.success {
        background-color: #7AC23C;
        color: #fff;
    }

        .silder-range.success i {
            color: #7AC23C;
        }

.code-box {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.code-input {
    width: 250px;
    height: 40px;
}

.code-btn1 {
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #FFA88B;
}

.code-btn2 {
    width: 130px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #A4ADB3;
}

.login-btn {
    width: 400px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #FF7142;
    margin-top: 10px;
    border-radius: 5px;
}

.dialog-footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .dialog-footer .login-box {
        width: 400px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

        .dialog-footer .login-box .login-type {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            color: rgba(16, 16, 16, 100);
            font-size: 16px;
        }

            .dialog-footer .login-box .login-type img {
                width: 80px;
                height: 80px;
            }

    .dialog-footer .tip {
        color: rgba(183, 183, 183, 100);
        font-size: 14px;
        margin-top: 10px;
    }

select {
    height: 23px;
    width: 100%;
    border: none;
    outline: none;
}

#allmap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
}

.NoInformation {
    text-align: center;
    margin-top: 50px;
    font-size: 20px;
}
