


/**广告轮播**/
.banner img{
    height: 580px;
    width: 100%;
}
.banner .el-carousel .el-carousel__container{
    height: 580px;
}
.am-slider-default .am-control-nav{
    bottom: 15px;
}
/**广告轮播End**/




/**评分**/
.score{
    position: absolute;
    width: 100%;
    z-index: 1001;
    margin-top: -60px;
    padding: 10px 0px;
    height: 60px;
    background: #cdc8c8a3;
    color: #FFFFFFFF;
    font-size: 14px;
}
.score-info{
    width: 1380px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}

.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: #ffffff;
    height: 180px;
    width: 680px;
    margin-top: -64px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.17);
}
.si-search{
    display: flex;
    padding: 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: #6E000B;
    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: 0px 10px;
    color: #101010;
}
.si-content{
    display: flex;
    justify-content: flex-start;
}
.sic-item{
    background: #F6F6F6;
    padding: 0 10px;
    margin-right: 10px;
}
/**搜索End**/



/**推荐旅行**/
.recommend{
    margin-top: 100px;
    background: #ffffff;
}
.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: 325px;
    height: 350px;
    margin-bottom: 20px;
}

.travel-item .item-box{
    position: absolute;
}
.ti-img img{
    width: 325px;
    height: 350px;
}
.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: 305px;
    margin: 205px 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    padding-bottom: 10px
}
.ti-left{
    width: 220px;
    padding-left: 10px;
}
.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;
}

.ti-right{
    width: 100px;
    font-size: 12px;
    padding-left: 10px;
}
.tir-flight{
    background: #154873;
    color: #ffffff;
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    border-top-right-radius: 5px;
}
.tir-flight-no{
    color: #ffffff;
    width: 90px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}
.tir-once{
    height: 25px;
    line-height: 25px;
    text-decoration: line-through;
}
.tir-price{
    height: 30px;
    line-height: 30px;
    color: #6E000B;
    font-size: 16px;
}
.tir-but{
    height: 35px;
    line-height: 35px;
}
.tir-but button{
    width: 80px;
    background: #6E000B;
    color: #ffffff;
    font-size: 12px;
}
/**推荐旅行End**/

/**优惠**/
.preferential{
    background: #F6F8FF;
    height: 520px;
}
.preferential .p-list{
    display: flex;
    padding: 20px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-item{
    position: relative;
    width: 435px;
    height: 480px;
    background: #FFFFFF;
}
.p-item .pi-img{
    position: absolute;
}
.p-item .pi-img img{
    width: 435px;
    height: 420px;
}
.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: 390px;
}
.pit-but{
    background: #6E000B;
    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: #6E000B;
    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**/



/**最后一刻优惠**/
.last-preferential{
    padding: 30px 0;
    background: #F6F8FF;
}
.lp-title{
    text-align: center;
    width: 100%;
}
.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;
}
.gi-head{
    position: relative;
    height: 235px;
}
.gi-img{
    position: absolute;
    height: 235px;
}
.gi-img img{
    width: 325px;
    height: 100%;
}
.gi-cx{
    position: absolute;
}
.gi-pf{
    position: absolute;
    padding-top: 200px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.gi-cx div{
    background: #D9001B;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px;
}
.gi-xx .el-rate{
    margin-top: 6px;
}
.gi-hb div{
    background: #154873;
    color: #ffffff;
    min-width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
}
.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;
}
.gi-price{
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
}
.gip-once{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-decoration: line-through;
}
.gip-price {
    height: 30px;
    line-height: 30px;
    color: #6E000B;
    font-size: 16px;
}
.gip-but{
    height: 35px;
    line-height: 35px;
}
.gip-but button{
    width: 80px;
    background: #6E000B;
    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 #6E000B;
    padding: 10px 20px;
    color: #6E000B;
    cursor: pointer;
}


/**最后一刻优惠End**/


/*********************手机端兼容******************/
@media screen and (max-width: 768px) {
    /**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: 256px 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%;
    }
    /***最后一刻优惠**/

}
/*********************手机端兼容******************/
@media screen and (min-width: 992px){

}

@media (min-width: 1200px){

}





