/*轮播样式*/
.carousel-charts {
    position: relative;
}
.carousel-charts .keyword-search {
    position: absolute;
    top: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 11;
}
.carousel-charts .keyword-search .keyword-search-body {
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.carousel-charts .keyword-search .keyword-search-form {
    width: 40%;
    margin: 0 auto;
}
.carousel-charts .keyword-search .keyword-search-form .el-input-group__prepend {
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 0;
}
.carousel-charts .keyword-search .keyword-search-form .el-input-group__append {
    background-color: #50BDB4;
    padding: 0 10px;
    color: #fff;
}
.carousel-charts .keyword-search .keyword-search-form .el-input__inner {
    padding: 0 10px;
    border-left: 0;
    border-right: 0;
}
.carousel-charts .keyword-search .keyword-search-form .el-input__inner:focus
,.carousel-charts .keyword-search .keyword-search-form .el-input__inner:hover {
    border-color: #DCDFE6;
}

/*特点介绍*/
.feature-introduction-body {
    width: 100%;
}
.feature-introduction {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 34px 0;
}
.feature-introduction .feature-introduction-item {
    display: flex;
    align-items: center;
}
.feature-introduction .feature-introduction-item .feature-introduction-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/images/trip/home2/tag.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.feature-introduction .feature-introduction-item .feature-introduction-text {
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 19px;
    color: #333333;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 8px;
}

/*highlight 和 destinations*/
.hlight-dest-body {
    width: 100%;
    background: #F7FCFC;
    border-radius: 0px 0px 0px 0px;
    padding: 23px 0;
}
.hlight-dest {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
/*highlight*/
.hlight-dest .hlight-dest-highlight {
    margin-bottom: 19px;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-header .h-d-highlight-header-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/images/trip/home2/shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-header .h-d-highlight-header-text {
    display: inline-block;
    width: 151px;
    height: 40px;
    margin-left: 10px;
    background-image: url(/images/trip/home2/HIGHLIGHT.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* font-family: Segoe UI-Regular;
    font-size: 30px;
    line-height: 42px;
    color: #002B11;
    margin-left: 10px; */
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body {
    /* margin-top: 20px; */
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__active-bar {
    background-color: #50BDB4;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__item {
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 17px;
    height: 26px;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__nav-wrap::after {
    display: none;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__item.is-active {
    color: #50BDB4;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__item .h-d-highlight-b-t-header {
    display: flex;
    align-items: center;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__item .h-d-highlight-b-t-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(/images/trip/home2/flying.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__item.is-active .h-d-highlight-b-t-icon {
    background-image: url(/images/trip/home2/flying_active.png);
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__item .h-d-highlight-b-t-text {
    margin-left: 4px;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-body-item {
    width: 32.5%;
    /* height: 370px; */
    float: left;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 2 6px 1px rgba(0,0,0,0.06);
    position: relative;
    cursor: pointer;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-body-item:nth-child(3n) {
    margin-right: 0;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-body-item .el-card__body {
    padding: 0;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-image {
    width: 100%;
    /* height: 250px; */
    object-fit: fill;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-content {
    
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-c-desc {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-c-c-title {
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 18px;
    color: #002B11;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
    white-space: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-c-c-duration {
    display: flex;
    align-items: center;
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 15px;
    color: #707070;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5px;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-c-c-duration .duration-icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/images/trip/home2/time.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-c-c-duration .duration-time {
    margin-left: 4px;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-c-price {
    padding: 10px 14px;
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 15px;
    color: #FF5722;
    line-height: 21px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-c-price span {
    font-weight: bold;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-year {
    position: absolute;
    top: 9px;
    right: 14px;
    display: flex;
    align-items: center;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-y-icon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(/images/trip/home2/plane.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hlight-dest .hlight-dest-highlight .h-d-highlight-body .el-tabs__content .h-d-highlight-b-t-b-i-y-text {
    font-family: Segoe UI, Segoe UI;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 2px 4px rgba(0,0,0,0.16);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 5px;
}

/*destinations*/
.hlight-dest {
    margin-bottom: 15px;
}
.hlight-dest-destinations {
    margin-bottom: 20px;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-header .h-d-destinations-header-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-image: url(/images/trip/home2/shape.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-header .h-d-destinations-header-text {
    display: inline-block;
    width: 296px;
    height: 36px;
    margin-left: 10px;
    background-image: url(/images/trip/home2/Destinations.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-body {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-body .h-d-destinations-b-item {
    width: 24%;
    /* height: 180px; */
    float: left;
    margin-right: 1.2%;
    margin-bottom: 15px;
    background: #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    position: relative;
    cursor: pointer;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-body .h-d-destinations-b-item:nth-child(4n) {
    margin-right: 0;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-body .h-d-destinations-b-i-image {
    width: 100%;
    /* height: 100%; */
    object-fit: fill;
    border-radius: 7px;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-body .h-d-destinations-b-i-mask {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.6) 100%);
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    height: 66px;
}
.hlight-dest .hlight-dest-destinations .h-d-destinations-body .h-d-destinations-b-i-text {
    position: absolute;
    left: 21px;
    bottom: 14px;
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.16);
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/*Book with*/
.book-with {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 670px;
    background-image: url(/images/trip/home2/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.book-with .book-with-bg {
    width: 100%;
}
.book-with .book-with-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 25px;
}
.book-with .book-with-content .book-with-c-h-best-seller {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/images/trip/home2/best_seller.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.book-with .book-with-content .book-with-c-h-high-commission {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/images/trip/home2/high_commission.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.book-with .book-with-content .book-with-c-h-new-package {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/images/trip/home2/new_package.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.book-with .book-with-content .book-with-c-h-super-promo {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/images/trip/home2/super_promo.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.book-with .book-with-content .book-with-c-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.book-with .book-with-content .book-with-c-header .book-with-c-h-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(/images/trip/home2/plane-book.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.book-with .book-with-content .book-with-c-header .book-with-c-h-text {
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top: 5px;
    margin-left: 10px;
}
.book-with .book-with-content .book-with-c-header .book-with-c-h-text-w {
    font-weight: bold;
}
.book-with .book-with-content .book-with-c-body {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    width: 1080px;
    margin: 0 auto;
}
.book-with .book-with-content .book-with-c-body .book-with-c-body-bestsell-highcommission
,.book-with .book-with-content .book-with-c-body .book-with-c-body-newpackage-superpromo {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.book-with .book-with-content .book-with-c-body .book-with-c-body-bestsell-highcommission {
    margin-bottom: 50px;
}
.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-bestsell
,.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-highcommission
,.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-newpackage
,.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-superpromo {
    width: 50%;
}
.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-bestsell
,.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-newpackage {
    width: 60%;
}
.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-highcommission
,.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-superpromo {
    width: 40%;
}
.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-highcommission
,.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-superpromo {
    margin-left: 10px;
}
.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-header .book-with-c-b-b-h-h-text {
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 31px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: 10px;
}
.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-list {
    display: flex;
    flex-direction: column;
}
.book-with .book-with-content .book-with-c-body .book-with-c-b-b-h-list a {
    font-family: Segoe UI, Segoe UI;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: left;
    font-style: normal;
    text-decoration-line: underline;
    text-transform: none;
    white-space: normal;
    word-break: break-all;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

/*其他*/
.elementor-281 .elementor-element.elementor-element-99f3ba6 {
    margin-top: 0;
    padding-top: 20px !important;
}
.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1080px;
    justify-content: space-between;
}

/*轮播图*/
.el-carousel__container {
    height: 100% !important;
}
.carousel-charts .carousel-charts-image {
    height: auto !important;
}

.el-tabs__item {
    padding: 0 45px;
}
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
    padding-left: 0;
}

@media (min-width: 768px) {
    .elementor-column.elementor-col-30 {
        width: 40%;
    }
}