
.menu-box{
    position: absolute;
    width: 100%;
    z-index: 10;
}

/**广告轮播**/
.video-box{
    width: 100%;
    display: flex;
    justify-content: center;
}
.video-box video{
    width: 100%;
}
.banner img{
    height: 100%;
    width: 100%;
}
.banner .el-carousel .el-carousel__container{
    height: 965px;
}
.am-slider-default .am-control-nav{
    bottom: 15px;
}
/**广告轮播End**/




/**评分**/
.score{
    position: absolute;
    width: 100%;
    z-index: 2;
    color: #FFFFFFFF;
    font-size: 14px;
    top: 310px;
    display: flex;
    justify-content: center;
}
.score-info{
    width: 1380px;
    padding-right: 15px;
    line-height: 40px;
    display: flex;
    justify-content: center;
}

.score-item{
    display: flex;
    justify-content: flex-end;
}
.score-info-number{
    margin-right: 10px;
}
.score-info-full{
    margin-right: 10px;
}
.full-yellow{
    color: #ff960d;
}
/**评分End**/

/**搜索**/
.search-item{
    background: #23222287;
    width: 680px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17);
}
.si-search{
    display: flex;
    background: #FFFFFF;
    margin: 10px;
}
.si-input{
    border: 1px solid #DEDEDE;
    padding: 0 0px 0 10px;
    width: 330px;
}
.si-input span{
    color: #212529;
    margin-right: 5px;
}
.si-input .btn{
    background: #FB841E;
    color: #ffffff;
    width: 70px;
    font-size: 12px;
}
.si-input .si-out{
 width: 212px;
}
.si-search .si-input .el-date-editor{
    width: 236px;
}
.si-search .si-input .el-date-editor .el-input__inner{
    border: 0;
    width: 236px;
}


.si-history{
    padding: 0 10px 10px 10px;
    color: #101010;
}
.si-history .si-title{
    color: #ffffff;
}
.si-content{
    display: flex;
    justify-content: flex-start;
}
.sic-item{
    padding: 0 10px;
    margin-right: 10px;
    border: 1px #ffffff solid;
    color: #ffffff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
/**搜索End**/



/**推荐旅行**/
.recommend{
    margin-top: 220px;
}
.r-title{
    text-align: center;
    width: 100%;
}
.r-title span{
    font-size: 36px;
    font-weight: bold;
}


.travel-list{
    margin-top: 20px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.travel-list .travel-item{
    position: relative;
    width: 425px;
    height: 425px;
    margin-bottom: 20px;
    box-shadow: 0 0 24px 0 rgba(64,63,64,0.1);
}

.travel-item .item-box{
    position: absolute;
}
.ti-img img{
    width: 425px;
    height: 425px;
}
.travel-item .ti-sales{
    background: #D9001B;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px;
}
.travel-item .ti-content{
    background: #ffffff;
    width: 405px;
    margin: 260px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding-bottom: 10px;
    height: 155px;
}
.ti-left{
    padding-left: 10px;
    flex: 1;
}
.ti-left .til-name{
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    height: 35px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.til-region{
    display: flex;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.til-region div{
    margin-right: 5px;
    font-size: 10px;
}
.ti-left .til-detail{
    line-height: 20px;
    font-size: 12px;
    height: 60px;
}

.ti-right{
    font-size: 12px;
    display: flex;
    position: absolute;
    width: 395px;
    bottom: 5px;
}
.ti-price{
    .ti-land{
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        height: 45px;
        margin-bottom: 10px;
        .ti-land-price{
            width: 100%;
            height: 20px;
            line-height: 20px;
            color: #FB841E;
            font-size: 14px;
        }
    }
}
.tir-flight{
    width: 100px;
    margin-top: -10px;
}
.tir-flight-text{
    background: #147EBF;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tir-flight-no{
    color: #ffffff;
    width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.tir-discount{
    display: flex;
    justify-content: center;
    margin-left: -10px;
}
.tir-num{
    display: flex;
}
.tir-once{
    height: 25px;
    line-height: 25px;
    text-decoration: line-through;
}
.tir-price{
    height: 30px;
    line-height: 30px;
    color: #FB841E;
    font-size: 16px;
}
.tir-but{
    height: 35px;
    line-height: 35px;
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.tir-but button{
    width: 80px;
    background: #FB841E;
    color: #ffffff;
    font-size: 12px;
}
/**推荐旅行End**/

/**优惠**/
.preferential{
    background: #F6F8FF;
}
.preferential .p-list{
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-item{
    position: relative;
    width: 435px;
    height: 570px;
    background: #FFFFFF;
}
.p-item .pi-img{
    position: absolute;
}
.p-item .pi-img img{
    width: 435px;
    height: 500px;
}
.pi-text{
    position: absolute;
    width: 435px;
    height: 420px;
    text-align: center;
}
.pi-text .pit-name{
    height: 29px;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 27px;
    margin-top: 300px;
}
.pi-text .pit-content{
    height: 16px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 10px;
    margin-top: 10px;
}
.pi-but{
    position: absolute;
    text-align: center;
    width: 435px;
    margin-top: 476px;
}
.pit-but{
    background: #FB841E;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-left: 195px;
    line-height: 50px;
    cursor: pointer;
}
.pit-but span{
    color: #ffffff;
}
.pit-name{
    height: 35px;
    line-height: 35px;
}
/**优惠End**/


/**搜索**/
.search{
    background: #F6F8FF;
    padding-top: 20px;
    height: 600px;
}
.s-bj{
    position: absolute;
}
.search-detail{
    padding-top: 20px;
    position: absolute;
    width: 100%;
}
.search-detail .sd{
    width: 100%;
}
.search .search-detail .s-title{
    text-align: center;
    width: 100%;
    font-size: 30px;
    margin-top: 75px;
    font-weight: bold;
}
.search-list{
    display: flex;
    justify-content: flex-start;
    margin-top: 45px;
    flex-wrap:wrap;
}
.sl-item{
    display: flex;
    justify-content: flex-start;
    background: #FFFFFF;
    padding: 10px 20px;
    border-radius: 50px;
    width: 425px;
    margin: 10px 10px;
    cursor: pointer;
}
.sl-span{
    background: #a6a4a4;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    line-height: 50px;
}
.sl-span span{
    color: #FB841E;
    margin-left: 13px;
    font-size: 25px;
}
.sl-text{
    margin-left: 10px;
}
.slt-name{
    height: 30px;
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slt-text{
    height: 25px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**搜索End**/

.item1-box{
    position: relative;
}
.item1-box .ib1-img-1{
    position: absolute;
    top: -25px;
}
.item1-box .ib1-img-2{
    position: absolute;
    right: 0;
}

.ib1-nr{
    position: absolute;
    width: 100%;
}

/**最后一刻优惠**/
.last-preferential{
    padding: 30px 0;
}
.lp-title{
    text-align: center;
    width: 100%;
    padding: 30px 0;
}
.lp-title span{
    font-size: 36px;
    font-weight: bold;
}
.goods-list{
    margin-top: 20px;
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.goods-list .goods-item{
    position: relative;
    width: 325px;
    margin-bottom: 20px;
    background: #ffffff;
    box-shadow: 0 0 24px 0 rgba(64,63,64,0.1);
}
.gi-head{
    position: relative;
    height: 235px;
}
.gi-img{
    position: absolute;
    height: 235px;
}
.gi-img img{
    width: 325px;
    height: 100%;
}
.gi-cx{
    position: absolute;
}
.gi-icon{
    position: absolute;
    background: #3333339e;
    border-radius: 30px;
    border: 1px solid #F5F6FA;
    color: #ffffff;
    padding: 2px 5px;
    top: 10px;
    right: 10px;
}
.gi-icon .icon{
    font-size: 12px;
    margin: 0 3px;
}
.gi-pf{
    position: absolute;
    padding-top: 205px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    line-height: 40px;
    left: 10px;
}
.gi-cx div{
    background: #D9001B;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px;
    border-radius: 30px;
    font-size: 12px;
}
.gi-xx .el-rate{
    margin-top: 6px;
}
.gi-hb{
    width: 100px;
    position: absolute;
    right: 20px;
    bottom: -48px;
}
.gi-hb .gi-flight{
    background: #147EBF;
    color: #ffffff;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    max-width: 175px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.arrow-down {
    position: relative;
    width: 100%;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 6px solid #147EBF;
}
.gi-content{
    padding: 10px;
}
.gi-content .gic-name{
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    height: 35px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gi-content .gic-region{
    display: flex;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.gi-content .gic-region div {
    margin-right: 5px;
    font-size: 12px;
}

.gi-content .gic-detail{
    line-height: 20px;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gi-price{
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.gip-text{
    flex: 1;
}
.gip-once{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-decoration: line-through;
}
.gip-price {
    height: 30px;
    line-height: 30px;
    color: #FB841E;
    font-size: 16px;
    display: flex;
}
.gip-yh .discount{
    position: absolute;
    bottom: 27px;
    margin-left: -12px;
}
.gip-land{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    height: 45px;
    margin-bottom: 10px;
    .gip-land-price{
        width: 100%;
        height: 20px;
        line-height: 20px;
        color: #FB841E;
        font-size: 14px;
    }
    .gip-land-price span{
        margin-right: 5px;
    }
}


.gip-but{
    height: 35px;
    line-height: 35px;
}
.gip-but button{
    width: 80px;
    background: #FB841E;
    color: #ffffff;
    font-size: 12px;
    margin-top: 8px;
}

.gl-but{
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.glb-but{
    width: 100px;
    border: 1px solid #FB841E;
    padding: 10px 20px;
    color: #FB841E;
    cursor: pointer;
}


/**最后一刻优惠End**/




/**目的地**/
.destinations-box{
    position: relative;
    height: 530px;
}
.db-bj{
    position: absolute;
    z-index: 1;
}
.db-info{
    position: absolute;
    width: 100%;
    z-index: 2;
}
.db-info .dbi-title{
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.db-info .dbi-title .dbi-but{
    padding-left: 20px;
    display: flex;
}
.dbi-list{
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.dbi-list .dbi-ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, transition;
    transition: transform 400ms linear 0s;
    width: 870px;
}
.dbi-list .dbi-ul .dbi-li{
    flex: 1 1 auto;
    position: relative;
    transition: none 0s ease 0s;
    overflow: unset;
    transform: translate3d(0px, 0px, 0px);
    padding: 5px 15px;
}

.dbi-list .dbi-item:nth-child(2n){
    margin-top: 40px;
}
.dbi-list .dbi-item{
    width: 240px;
    height: 240px;
    position: relative;
    box-shadow: 0 0 24px 0 rgba(64,63,64,0.1);
}
.dbi-list .dbi-item .dbi-img{
    position: absolute;
}
.dbi-list .dbi-item .dbi-img img{
    width: 240px;
    height: 240px;
}
.dbi-list .dbi-item .dbi-nr{
    position: absolute;
    text-align: center;
    width: 240px;
    height: 240px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dbi-nr .dbi-name{
    font-size: 20px;
    margin-bottom: 10px;
}
.dbi-nr .dbi-but{
    padding: 5px 10px;
}
.dbi-nr .dbi-but span{
    border: 1px #ffffff solid;
    padding: 3px 15px;
    cursor: pointer;
}
/**目的地End**/



/**tripadvisor评论**/
.tripadvisor-box{
    position: relative;
    height: 1100px;
}
.tripadvisor-box .tb-img1{
    position: absolute;
    top: -510px;
    z-index: 1;
}
.tripadvisor-box .tb-img2{
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.tripadvisor-box .tb-img3{
    position: absolute;
    margin-top: 370px;
    z-index: 1;
}
.tripadvisor-box .tb-nr{
    position: absolute;
    width: 100%;
    height: 335px;
    z-index: 2;
}

.tb-nr .tb-pl{
    display: flex;
}
.tb-nr .tb-pl .tbp-title{
    width: 485px;
}
.tbp-head{

}
.tbp-head .tbp-head-img img{
    width: 240px;
    height: 50px;
}
.tbp-head .tbp-head-span{
    font-size: 32px;
    margin-top: 20px;
    color: #000000;
    font-weight: bold;
}
.tbp-but{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.tbp-but-write{
    background: #FB841E;
    color: #ffffff;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.tbp-but-icon{
    display: flex;
}
.tbp-but-icon .tbp-but-left{
    background: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 30px;
    box-shadow: 0 0 24px 0 rgba(64,63,64,0.1);
    cursor: pointer;
}
.tbp-but-icon .tbp-but-right{
    background: #ffffff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 30px;
    box-shadow: 0 0 24px 0 rgba(64,63,64,0.1);
    cursor: pointer;
}
.tb-nr .tb-pl .tbp-nr{
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.tb-nr .tb-pl .tbp-nr .tbp-nr-ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, transition;
    transition: transform 400ms linear 0s;
    width: 870px;
}
.tb-nr .tb-pl .tbp-nr .tbp-nr-ul .tbp-nr-li{
    flex: 1 1 auto;
    position: relative;
    transition: none 0s ease 0s;
    overflow: unset;
    transform: translate3d(0px, 0px, 0px);
    padding: 5px;
}



.tb-nr .tb-pl .tbp-nr .tbp-item{
    background: #ffffff;
    padding: 10px;
    box-shadow: 0 0 24px 0 rgba(64,63,64,0.1);
    border: 1px solid #EEEEEE;
    display: flex;
    width: 420px;
    margin-bottom: 10px;
    cursor: pointer;
}

.tb-nr .tb-pl .tbp-nr .tbp-item .tbpi-nr{
    padding: 0 10px;
    flex: 1;
}
.tb-nr .tb-pl .tbp-nr .tbp-item .tbpi-nr .tbpi-text{
    display: flex;
    height: 95px;
}
.tb-nr .tb-pl .tbp-nr .tbp-item .tbpi-nr .tbpi-text .tbpi-text-dh{
    font-size: 40px;
    line-height: 0;
    margin-left: 10px;
}
.tb-nr .tb-pl .tbp-nr .tbp-item .tbpi-nr .tbpi-pf{
    display: flex;
}
.tb-nr .tb-pl .tbp-nr .tbp-item .tbpi-img img{
    width: 120px;
    height: 120px;
}
/**tripadvisor评论**/


/**旅行照片**/
.happy-travel{
   /* background: linear-gradient(0deg, #D9E6EF 71%, #FFFFFF 83%, #FFFFFF 100%);*/
    padding-top: 20px;
    margin-top: 20px;
}
.ht-title{
    font-size: 40px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 40px;
}
.ht-nr{
    padding-bottom: 60px;
    overflow: hidden;
    position: relative;
    height: 485px;
}
.ht-nr .ht-nr-left{
    width: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 195px;
    left: 0px;
}
.ht-nr-but{
    background: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    cursor: pointer;
}
.ht-nr-list{
    display: flex;
    flex: 1;
    justify-content: center;
    position: absolute;
    height: 420px;
}

.ht-nr-list .ht-nr-ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform, transition;
    transition: transform 400ms linear 0s;
}
.ht-nr-list .ht-nr-ul .ht-nr-li {
    flex: 1 1 auto;
    position: relative;
    transition: none 0s ease 0s;
    overflow: unset;
    transform: translate3d(0px, 0px, 0px);
    padding: 16px;
}
.ht-nr-list .ht-nr-ul .ht-nr-li .ht-nr-img{
    width: 420px;
    height: auto;
}
.ht-nr-list .ht-nr-ul .ht-nr-li .ht-nr-img img{
    width: 100%;
    height: 100%;
}

.ht-nr-list .ht-nr-item{
    width: 300px;
    height: 300px;
    margin: 10px;
    box-shadow: 0 0 24px 0 rgba(64,63,64,0.1);
}
.ht-nr-list .ht-nr-item img{
    width: 300px;
    height: 300px;
}
.ht-nr .ht-nr-right{
    width: 50px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 195px;
    z-index: 2;
}


.ht-team{
    display: flex;
    flex-wrap: wrap;
}
.htt-item{
    width: 50%;
    height: 300px;
    position: relative;
}
.htt-img{
    position: absolute;
    z-index: 3;
}
.htt-img img{
    width: 200px;
    height: 250px;
}
.htt-info{
    position: absolute;
    margin: 20px;
    background: rgba(255, 255, 255, 0.7);
    border: 2px solid #FFFFFF;
    padding-left: 200px;
    z-index: 2;
    height: 205px;
    width: 630px;
}
.htt-name{
    height: 40px;
    line-height: 40px;
}
.htt-name .htt-mc{
    font-size:20px;
    color: #0e0e0e;
}
.htt-name .htt-zc{

}
.htt-js{
    height: 140px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**旅行照片End**/

/**社交媒体和评论**/
.sj-mt-box{
    position: relative;
    width: 100%;
    height: auto;
    background: #ffffff;
    padding-top: 20px;
    min-height: 790px;
}
.sj-mt-img1{
    position: absolute;
}
.sj-mt-img1 img{

}
.sj-mt-img2{
    position: absolute;
    right: 0;
    bottom: 0;
}
.sj-mt-nr{
    position: absolute;
    width: 100%;
}
.sj-mt-nr .sj-mt-title{
    width: 100%;
    text-align: center;
    font-size: 40px;
    height: 125px;
    line-height: 125px;
}
.sj-mt-nr .sj-mt-list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sj-mt-nr .sj-mt-list .sj-mt-item{
    width: 20%;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.sj-mt-nr .sj-mt-list .sj-mt-item img{
    width: 150px;
    height: auto;
}
/**社交媒体和评论End**/
.suspend-box{
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 999;
}
.suspend-box .sb-list{
    padding: 0 10px 10px 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    border-radius: 20px 0 0 20px;
    background: #ffffff;
}
.suspend-box .sb-list .sb-item{
    padding-top: 10px;
    cursor: pointer;
}
.border-b{
    border-bottom: 1px solid #dadada;
}
.sbi-img{
    text-align: center;
}
.sbi-img img{
    width: 40px;
    height: 40px;
}
.sbi-name{
    font-size: 10px;
    text-align: center;
}



/*********************手机端兼容******************/
@media screen and (max-width: 768px) {
    .suspend-box{
        display: none;
    }
    /**banner广告**/
    .banner img{
        height: 200px;
    }
    .score{
      display: none;
    }
    .banner .el-carousel .el-carousel__container{
        height: 220px;
    }
    /**banner广告**/


    /***热门推荐**/
    .recommend{
        margin-top: 10px;
    }
    .r-title{
        padding: 0 10px;
    }
    .r-title span {
        font-size: 32px;

    }
    .travel-list .travel-item{
        width: 100%;
        height: 400px;
    }
    .ti-img img{
        width: 100%;
        height: 25rem;
    }
    .travel-item .ti-content{
        width: 95%;
        margin: 235px 10px 10px 10px;
    }
    /***热门推荐**/


    /***推荐***/
    .preferential{
        height:auto;
    }
    .p-item{
        margin-bottom: 10px;
    }
    .pi-but{
        width: 100%;
    }
    .pit-but{
        margin-left: 175px;
    }
    /***推荐***/


    /***热门搜索**/
    .search{
        height: auto;
        padding-top: 0;
    }
    .s-bj{
        display: none;
    }
    .search .search-detail .s-title{
        margin-top: 25px;
    }
    .search-detail{
        position:inherit;
        padding-top: 0;
    }
    .sl-item{
        width: 385px;
    }
    /***热门搜索**/

    /***最后一刻优惠**/
    .lp-title{
        padding: 0 10px;
    }
    .lp-title span{
        font-size: 26px;
    }
    .goods-list .goods-item{
        width: 100%;
    }
    .gi-img{
        width: 100%;
    }
    .gi-img img{
        width: 100%;
    }
    /***最后一刻优惠**/


    .sj-mt-img1{
        display: none;
    }
    .sj-mt-img2{
        display: none;
    }
    .sj-mt-nr .sj-mt-title{
        font-size: 35px;
        line-height: normal;
    }

    .sj-mt-nr .sj-mt-list .sj-mt-item{
        width: 50%;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .db-info .dbi-title{
        height: auto;
        line-height: normal;
        display: block;
        margin-bottom: 20px;
    }
    .db-info .dbi-title .dbi-but{
        justify-content: center;
    }

    .tb-nr .tb-pl{
        display: block;
    }
    .tb-nr .tb-pl .tbp-title{
        width: 100%;
        text-align: center;
    }
    .tbp-but{
        justify-content:center;
        margin-bottom: 20px;
    }
    .tb-nr .tb-pl .tbp-nr .tbp-item{
        width: 380px;
    }

    .ti-right{
        width: 355px;
    }

    .destinations-box{
        height: 415px;
    }

    .tripadvisor-box{
        height: 1915px;
    }

    .ht-title{
        margin-bottom: 20px;
    }

    .ht-nr{
        height: 335px;
    }
    .ht-nr-list{
        height: 335px;
    }

    .ht-team{
        display: block;
    }
    .htt-item{
        width: 100%;
        height: 200px;
    }
    .htt-img{
        width: 35%;
    }
    .htt-img img{
        width: 100%;
        height: 189px
    }

    .htt-info{
        margin: 0;
        padding-left: 35%;
        width: 100%;
    }

    .htt-name{
        height: 40px;
        line-height: 20px;
    }

    .sj-mt-box{
        min-height: 1500px;
    }

}
/*********************手机端兼容******************/
@media screen and (min-width: 992px){

}

@media (min-width: 1200px){

}





