@charset "utf-8";
/* 搜索 */
.airplane-focus-banners{
    float: left;
    width: 100%;
    min-width: 1200px;
    height: 500px;
    position: relative;
    z-index: 1;
}
.airplane-focus-banners .banners{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1920px;
    height: 500px;
    transform: translate(-50%, -50%);
}
.airplane-focus-banners .airplane-search-wrap{
    position: absolute;
    left: 50%;
    bottom: 30px;
    width: 1200px;
    transform: translateX(-50%);
}


/* brand */
.airplane-brand-block{
    float: left;
    width: 100%;
    min-width: 1200px;
    padding: 42px 0;
}
.airplane-brand-title{
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
}
.airplane-brand-list{
    padding: 0 24px;
    margin-top: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.airplane-brand-list .item{
    display: flex;
    align-items: center;
    font-size: 20px;
}
.airplane-brand-list .item .iconfont{
    display: flex;
    align-items: center;
    font-size: 28px;
    margin-right: 7px;
}
.airplane-brand-img{
    height: 146px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    margin-top: 50px;
}
.airplane-brand-img img{
    height: 100%;
}

/* 公共样式 */
.airplane-module-block{
    float: left;
    width: 100%;
    min-width: 1200px;
    margin-bottom: 55px;
}
.airplane-module-title{
    font-size: 24px;
    font-weight: bold;
}
.airplane-module-content{
    margin-top: 20px;
    position: relative;
    /*overflow: hidden;*/
}

/* 热门机场 */
.hot-airport-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.hot-airport-list .hot-airport-item{
    width: 276px;
    height: 100px;
    margin: 0 32px 24px 0;
}
.hot-airport-list .hot-airport-item:nth-of-type(4n){
    margin-right: 0;
}
.hot-airport-list .hot-airport-item a{
    display: block;
    padding: 20px;
    width: 234px;
    height: 60px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #D8D8D8;
}
.hot-airport-list .hot-airport-item:hover a{
    border-color: #FF5B00;
}
.hot-airport-list .hot-airport-item .tit{
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hot-airport-list .hot-airport-item .txt{
    font-size: 16px;
    color: #838383;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

/* 接送机车型 */
.car-type-list{

}
.car-type-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.car-type-list .car-type-item{
    width: 160px;
    /*height: 100px;*/
    margin-right:48px;
    transition: all .16s linear;
}
.car-type-list .car-type-item:hover{
    transform: translateY(-10px);
}
.car-type-list .car-type-item:nth-of-type(6n){
    margin-right: 0;
}
.car-type-list .car-type-item a{
    display: block;
    width: 160px;
}
.car-type-list .car-type-item .pic{
    width: 160px;
    height: 88px;
    position: relative;
}
.car-type-list .car-type-item .pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
}
.car-type-list .car-type-item .tit{
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 8px;
}
.car-type-list .car-type-item .txt{
    text-align: center;
    font-size: 14px;
    margin-top: 7px;
    line-height: 20px;
}

/* 客户评价 */
.airplane-module-block .airplane-module-content{
}
.customer-reviews-wrap{
    width: 1120px;
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
    /*padding: 0 40px;*/
}
.customer-reviews-prev,
.customer-reviews-next{
    position: absolute;
    top: 50%;
    z-index: 11;
    color: #979797;
    font-size: 32px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transform: translateY(-50%);
}
.customer-reviews-prev.swiper-button-disabled,
.customer-reviews-next.swiper-button-disabled{
    opacity: .6;
    cursor: default;
}
.customer-reviews-prev{
    left: 0;
}
.customer-reviews-next{
    right: 0;
}
.customer-reviews-list{
    align-items: stretch;
}
.customer-reviews-list .customer-reviews-item{
    /*float: left;*/
    padding: 20px 15px;
    width: 300px;
    height: auto!important;
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    /*margin-right: 14px;*/
}
.customer-reviews-top{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.customer-reviews-top .header{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    background-color: #e5e5e5;
}
.customer-reviews-top .header img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 100%;
}
.customer-reviews-top .data{
    flex: 1;
    margin: 0 16px;
}
.customer-reviews-top .data .name{
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.customer-reviews-top .data .date{
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #838383;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 4px;
}
.customer-reviews-top .rating{
    font-size: 14px;
    color: #FF5B00;
}
.customer-reviews-top .rating .num{
    font-size: 18px;
    font-weight: bold;
}
.customer-reviews-word{
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* 限制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 144px;
}
