.breadcrumb-bar {
    border-top: 1px solid #e5e5e5;
    min-width: 1320px;
    max-width: 100%;
    padding: 0px 52px;
}
@media (max-width: 992px) {
    .breadcrumb-bar {
        padding-left: 10px;
    }
}

/* Banner START */
.banner-section {
    width: 100%;
    position: relative;
}
.banner-section img {
    width: 100%;
}
.banner-section .cover-img {
    width: 100%;
    height: 250px;
}
.banner-section .swiper-button-next:after, .banner-section .swiper-button-prev:after {
    color: #fff;
    font-size: 40px;
}
.banner-skeleton .ant-skeleton-content .ant-skeleton-title {
    height: 150px;
}
/* Banner END */

/* Filter START */
.filter-content {
    width: 256px;
    margin-right: 20px;
    font-size: 17px;
    background-color: #fff;
    align-self: flex-start;
}
.clear-filter-btn {
    color: #e15353;
    font-size: 17px;
    margin-top: 5px;
    padding: 0px;
    padding-right: 5px;
}
.filter-block {
    border-bottom: 1px solid #ededed;
}
.filter-content .ant-collapse-borderless>.ant-collapse-item {
    margin-left: 10px;
    border-bottom: 1px solid #ededed;
}
.filter-content .ant-collapse-borderless>.ant-collapse-item:last-of-type {
    border-bottom: none;
}
.filter-content .ant-collapse-content, .filter-content .ant-collapse-borderless {
    background-color: #fff;
}
.filter-content .ant-collapse-content-box {
    padding: 0px;
}
.filter-content .collapse-panel-header .minus-icon {
    color: #56C700;
}
@media (max-width: 768px) {
    .filter-content {
        display: none;
    }
}
/* Filter END */

/* Sort START */
.sort-bar {
    background-color: #fff;
    height: 46px;
    font-size: 17px;
    color: #666666;
}
.en-us-page .sort-bar>span {
    padding-right: 0px;
    white-space: nowrap;
}
.sort-bar span.active {
    color: #56C700;
    font-weight: bold;
}
/* Sort START */

/* 列表 START */
.list-content .loadong-container i {
    font-size: 50px;
    color: #56C700;
}
.item-content {
    width: 100%;
    transition: all ease 200ms;
    background-color: #fff;
    display: block;
    color: #333333;
}
.item-content:hover {
    transform: translateY(-5px);
}
.item-content .cover-img {
    width: 100%;
    height: 300px;
}
.tour-info-content {
    height: 190px;
}
.item-content .tour-sub-name {
    color: #999999;
}
.tour-code-tag {
    height: 30px;
    padding: 0px 8px;
    color: #fff;
    border-radius: 4px;
}
.item-content .tour-name-text, .item-content .tour-sub-name {
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item-content .price-text {
    color: #a6303e;
}
.price-text-line {
    color: #666666;
}
.list-content .ant-pagination-next .ant-pagination-item-link, .list-content .ant-pagination-prev .ant-pagination-item-link {
    background-color: #fff !important;
}
.list-content .ant-pagination-item-active a {
    background-color: #56C700;
    color: #fff;
    border: none;
}
.list-content .ant-pagination-item-active:focus, .list-content .ant-pagination-item-active:hover {
    color: #fff;
}
.list-content .ant-pagination-item {
    margin: 0 5px !important;
    border-radius: 0px;
}
/* 列表 END */
