/* 旅游专题 */
/* 版心 */
.index-header-wrap-new {
    display: none;
}
.main_bg {
    background-color: #f2f3f4;
    padding-top: 10px;
}

.main {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 60px;
}

/* banner */
.banner_left {
    width: 877px;
    height: 300px;
    position: relative;
}

.banner_left a {
    display: block;
}

.banner_left a img {
    width: 100%;
    height: 100%;
}

.banner_left .swiper-slide {
    width: 877px;
    height: 300px;
}

.banner_left .swiper-pagination {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0)
}

.banner_left .swiper-pagination-bullet {
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background: #fff;
    opacity: 1;
    transition: .2s;
    border-radius: 3px;
}

.banner_left .swiper-pagination span:last-child {
    margin-right: 0px;
}

.banner_left .swiper-pagination-bullet-active {
    width: 14px;
    border-radius: 3px;
}

.banner_right {
    width: 312px;
    height: 300px;
}

.banner_right li {
    width: 312px;
    height: 145px;
}

.banner_right a {
    width: 312px;
    height: 145px;
    display: block;
}

.banner_right a img {
    width: 100%;
    height: 100%;
}

.banner_right ul li:nth-child(2) {
    margin-top: 10px;
}

.banner_right p:nth-child(2) {
    margin-top: 10px;
}
.banner_right p:nth-child(n+4) {
    opacity: 0;
}

/* 标题栏 */
.box_title {
    width: 1200px;
    height: 50px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 20px;
    margin-bottom: 16px;
    position: relative;
}

.box_title ul li {
    height: 47px;
    float: left;
    font-size: 15px;
    line-height: 45px;
    color: #000;
    margin-right: 50px;
    cursor: pointer;
}

.box_title ul li .title_icon {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    margin-top: 3px;
    position: relative;
    top: 2px;
}

.box_title li.current {
    border-bottom: 3px solid #FF8E4D;
}

/* 精选商家 */
.recommend_box {
    width: 1200px;
    height: 200px;
}

.big_box {
    width: 325px;
    height: 200px;
    position: relative;
    margin-right: 8px;
}

.big_box .store_info {
    width: 257px;
    height: 124px;
    /* border: 10px solid rgba(255, 255, 255, 0.5); */
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.big_box .store_info::before {
    content: '';
    width: 279px;
    height: 146px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.store_info .store_img {
    width: 130px;
    height: 40px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.store_info .store_img img {
    /* width: 100%; */
    /* height: 100%; */
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.store_info p {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 5px;
}

.store_info .store_title {
    color: #FF4201;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
}

.store_right li {
    width: 210px;
    height: 200px;
    float: left;
    margin-right: 9px;
    position: relative;
}

.store_right li:last-child {
    margin-right: 0px;
}

.store_right .store_info {
    width: 149px;
    height: 124px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

.store_right .store_info::before {
    content: '';
    width: 171px;
    height: 146px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 国家 */
.flag {
    width: 14px;
    height: 14px;
}

/* 分类 */
.cate_box li {
    float: left;
    width: 190px;
    height: 110px;
    background-color: #fff;
    margin-right: 9px;
    margin-bottom: 9px;
    border: 1px solid #fff;
    position: relative;
    transition: .3s;    
}

.cate_box li .flag {
    position: absolute;
    left: 8px;
    top: 8px;
}

.cate_box li:hover {
    /* border: 1px solid #FF4201; */
    box-shadow: 4px 4px 10px 0px #8e8c8c80
}

.cate_box li:nth-child(6n) {
    margin-right: 0px;
}

.cate_box li .imgbox {
    width: 158px;
    height: 35px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 13px;
    text-align: center;
}

.cate_box li .imgbox img {
    /* width: 100%; */
    /* height: 100%; */
    max-width: 100%;
    max-height: 100%;
}

.cate_box li .cate_pro_title {
    color: #FF4201;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
}

/* 活动精选 */
.more_active a {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
    font-size: 16px;
    color: #757575;
}

.more_active span {
    margin-left: 3px;
    position: relative;
    top: 1px;
}

.activity_box li {
    float: left;
    width: 230px;
    height: 348px;
    background-color: #fff;
    /* margin-right: 10px; */
    margin-right: 12px;
    margin-bottom: 20px;
    /* box-shadow: 4px 4px 10px 0px #8e8c8c80; */
    transition: .3s;
}

.activity_box li:hover {
    box-shadow: 4px 4px 10px 0px #8e8c8c80;
    /* transform: translate(-2px, -2px) */
}

.activity_box li:nth-child(5n) {
    margin-right: 0px;
}

.activity_box li .imgbox {
    width: 230px;
    height: 213px;
    position: relative;
}

.activity_box li .imgbox img {
    width: 100%;
    height: 100%;
}

.activity_box .imgbox .countdown {
    display: block;
    height: 26px;
    width: 100%;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    text-align: center;
    background-color: rgba(255, 66, 1, 0.7);
}

.activity_box .location {
    font-size: 13px;
    color: #666666;
    padding: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.activity_box .location .flag {
    margin-right: 5px;
}

.activity_box .title {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 0 10px;
    /* 兼容火狐文本溢出 */
    height: 36px;
}

.activity_box .price {
    color: #FF4201;
    font-size: 14px;
    padding: 8px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.activity_box .cashback {
    background-color: #FF4201;
    text-align: center;
    height: 20px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 2px;
    margin-left: 10px;
}

/* 加载更多 */
.load_more {
    margin-top: 70px;
    text-align: center;
}

.load_more img {
    width: 28px;
    height: 28px;
    margin-bottom: 12px;
}