.hotel_choosen {
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
}

.hotel_choosen .active {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

.hotel_choosen .active i {
    display: block;
    opacity: 1;
}

.hotel_choosen span {
    display: inline-block;
    color: #666;
    position: relative;
    width: 200px;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.hotel_choosen span i {
    position: absolute;
    display: block;
    opacity: 0;
    left: 50%;
    font-weight: normal;
    top: 50px;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 2px;
    margin-left: -2px;
}

.hotel_choosen span:first-child {
    border-right: 1px solid #eee;
}

.hotel_select {
    width: 920px;
    margin: 0 auto;
    height: 73px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 5px 21px 0px rgba(0, 21, 35, 0.13);
    margin-top: 60px;
}

.hotel_select form {
    border: 1px solid #fff;
    background: #fff;
    width: 920px;
    margin: 0 auto;
    height: 73px;
}

.hotel_select form input {
    border: none;
}

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

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

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

.hotel_select .index-submit {
    position: relative;
    height: 46px;
    line-height: 33px;
    margin-top: -12px;
    margin-bottom: -11px;
    border-radius: 0px;
    background: #0065ab;
    width: 120px;
    color: #fff;
    margin-left: 70px;
}
#brand{
    background:none;
    border:none;
}

.hotel_list {
    width: 920px;
    margin: 0 auto;
}

.hotel_list .item {
    /* box-shadow:0px 5px 21px 0px rgba(0,21,35,0.13); */
    width: 280px;
    margin: 0 auto;
    margin-top: 60px;
}

.hotel_list .item img {
    width: 100%;
    height: 240px;
}

#img-icon1 {
    width: 13px;
    height: 12px;
    margin-right: 11px
}

#img-icon2 {
    width: 10px;
    height: 12px;
    margin-right: 11px
}

.hotel_list .item .hotel_content {
    padding: 20px;
    border: 1px solid rgba(207, 207, 207, 1);
    border-top: none;
}

.hotel_list .item .hotel_title {
    font-size: 14px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    line-height: 20px;
    height: 40px;
}

.hotel_list .item p {
    font-size: 10px;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
    line-height: 14px;
    margin-bottom: 8px;
    height: 28px;
}

.hotel_list .item .hotel_content a {
    margin-top: 40px;
    height: 30px;
    width: 110px;
    border: 1px solid rgba(2, 102, 171, 1);
    color: rgba(2, 102, 171, 1);
    font-size: 10px;
    border-radius: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hotel_list .item .hotel_content a:hover{
    background:#fff;
}
.not_open {
    display: none;
}

@media (max-width: 966px) {
    .hotel_select {
        width: 100%;
        padding: 0 15px;
        box-shadow: none;
        margin-bottom: 72px
    }
    .hotel_select form {
        /* width: 100%;
        padding: 0 15px;
        height: auto;
        flex-direction: column; */
        width: 100%;
        box-shadow: 0px 5px 21px 0px rgba(0, 21, 35, 0.13);
        position: relative;
    }
    .hotel_select .form-group {
        border-right: none;
    }
    .hotel_select .form-group-1 {
        padding-left: 15px;
        padding-right: 0 !important;
        width: 80px !important;
    }
    .hotel_select .form-group-2 {
        padding-left: 15px;
        padding-right: 0 !important;
        width: 110px !important;
    }
    .hotel_select .form-group-3 {
        padding-left: 15px;
        padding-right: 0 !important;
        width: 150px !important;
    }
    .hotel_select form input {
        background: none;
        width: 100%
    }
    .form-group {
        margin: 15px 0;
    }
    .hotel_select .index-submit {
        position: absolute;
        left: 50%;
        margin-left: -60px;
        top: 104px;
    }
    .hotel_list {
        width: 100%
    }
    .hotel_list .row {
        margin-right: 0;
        margin-left: 0;
    }
    .hotel_list .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 700px) {
    .hotel_list .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .hotel_choosen span {
        width: 150px;
    }
}

@media (max-width: 320.98px) {
    .hotel_select .form-group-1 {
        padding-left: 4px;
        width: 62px !important;
    }
    .hotel_select .form-group-2 {
        padding-left: 4px;
        width: 90px !important;
    }
    .hotel_select .form-group-3 {
        padding-left: 18px;
        width: 132px !important;
    }
}