﻿.page-container {
    overflow-x: hidden;
}
.hotel-index-page {
    min-height: 80vh;
    padding-bottom: 80px;
}
.page-top {
    position: relative;
    width: 100%;
    margin-bottom: 125px;
}
.page-top-banners {
    overflow: hidden;
}
.page-top-banners, .page-top-banners img {
    width: 100%;
}
.page-top-banners a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.page-top-swiper-pagination {
    text-align: left !important;
    left: 50% !important;
    bottom: 5px !important;
    height: 10px;
    width: auto !important;
}
.page-top-swiper-pagination .swiper-pagination-bullet {
    width: 150px;
    height: 10px;
    background-color: rgba(255, 255, 255, .7);
    border-radius: 0;
    opacity: 1;
}
.page-top-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: rgba(3, 180, 11, .6);
}
.page-top-swiper-button-prev:after , .page-top-swiper-button-next:after {
    display: none;
}
.page-top-swiper-button-prev i , .page-top-swiper-button-next i {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

/* 搜尋表單 START */
.search-container {
    position: absolute;
    background-color: #fff;
    right: 50%;
    bottom: -36px;
    z-index: 99;
    width: 610px;
    height: 428px;
    margin-right: 28px;
    padding: 46px 40px 40px;
    overflow-y: auto;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.search-container h2 {
    font-size: 28px;
    margin-bottom: 40px;
}
.search-container .el-form-item {
    position: relative;
    margin-bottom: 26px;
}
.search-container .el-form-item__label {
    position: absolute;
    top: -12px;
    left: 7px;
    background: #fff;
    padding: 0 10px;
    z-index: 1;
}
.search-container .el-input__inner {
    border-radius: 0;
    height: 44px;
    line-height: 44px;
    color: rgb(106, 106, 106);
}
.search-container .el-date-editor .el-input__prefix {
    display: none;
}
.date-connect-span {
    margin: 0 20px 20px;
}
.search-container .date-bar .el-date-editor {
    width: 100%;
}
.search-container .el-input--prefix .el-input__inner {
    padding-left: 15px;
}
.hotel-hot-city-popper {
    max-width: 92vw;
    padding: 0px !important;
    border: none;
}
.hotel-hot-city-popper .el-button+.el-button {
    margin-left: 0px;
}
.hotel-search-result {
    max-height: 400px;
    overflow-y: auto;
}
.hotel-search-item {
    padding: 8px 10px;
    transition: all .2s linear;
}
.hotel-search-item:hover {
    background-color: #f5f7fa;
}
.hotel-search-item i {
    font-size: 14px;
}
.hotel-search-item i.fa-university {
    font-size: 10px;
}
.hotel-search-item i.fa-bus,
.hotel-search-item i.fa-flag {
    font-size: 12px;
}
.search-container .search-btn {
    width: 100%;
    height: 44px;
    margin-top: 16px;
}
.city-grid{
    padding:10px;
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    gap:0px 0;
}
.hot-city-header{
    padding:10px;
    background-color:#faf7fc;
}
.custom-button{
    padding:10px;
    margin-right:0;
    color: #606266 !important;
}
.custom-button:hover{
    background-color:rgba(50,100,255,.08);
}
/* 搜尋表單 END */

/* 營銷推廣列表 START */
.hotel-ad-item {
    width: 100%;
    height: 120px;
    border-radius: 8px;
    margin-bottom: 24px;
}
.hotel-ad-item:hover a {
    transform: scale(1.2);
}
.hotel-ad-item a {
    height: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: .3s all;
}
.hotel-ad-item img {
    width: 42px;
    margin-right: 12px;
}
/* 營銷推廣列表 END */

/* 酒店推薦 START */
.recommend-group-item {
    margin-top: 76px;
    font-size: 15px;
    padding-bottom: 45px;
}
.recommend-group-item .swiper-slide {
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
}
.rcmd-swiper {
    overflow: visible;
}
.rcmd-title {
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
}
.rcmd-swiper-w {
    margin-top: 56px;
}
.recommend-group-item .el-image {
    width: 100%;
    height: 200px;
}
.recommend-group-item .tag-item {
    height: 24px;
    border-radius: 12px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
    border: 1px solid #c62030;
}
.recommend-group-item .hotel-name {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}
.recommend-group-item .btm-bar i {
    font-size: 20px;
}
.recommend-group-item .hotel-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.rcmd-swiper-pagination {
    bottom: -45px !important;
}
.rcmd-swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 10px;
    border-radius: 0px;
}
/* 酒店推薦 END */
