/* 首页样式 */

/* 首页main区域样式 */
#main {
    margin: 0 auto;
    width: 1390px;
    box-sizing: border-box;
    position: relative;
}
/* 首页图文混排，标题 */
.popular-top {
    padding: 30px 240px;
    text-align: center;
    line-height: 24px;
}

/* 首页图文混排，图片轮播 */
.prb2023 {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

    .prb2023 ul {
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
    }

    .prb2023 li {
        position: relative;
        width: 33.3333%;
        /* margin-right:20px; */
        border-left: 10px solid #fff;
        border-right: 10px solid #fff;
    }

    .prb2023 a {
        display: block;
        text-decoration: none;
        height: 100%;
    }

        .prb2023 a .prbItem {
            box-sizing: border-box;
        }

    .prb2023 .prbItem {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        height: 100%;
        background: #f2f2f2;
    }

    .prb2023 .prb_img_box {
        position: relative;
        overflow: hidden;
    }

        .prb2023 .prb_img_box img {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0
        }

    .prb2023 .li_title_box {
        padding: 10px;
        color: #000;
        flex: 1;
    }

        .prb2023 .li_title_box .li_title_1 {
            font-size: larger;
            margin-bottom: 10px;
            line-height: normal;
        }

        .prb2023 .li_title_box .price {
            display: inline-block;
            color: #000;
        }

            .prb2023 .li_title_box .price span {
                font-size: larger;
            }

                .prb2023 .li_title_box .price span.normalPrice {
                    color: #000;
                    text-decoration: line-through;
                    margin-right: 5px;
                    font-size: inherit;
                }

                .prb2023 .li_title_box .price span.newPrice {
                    color: #FC820A;
                }

    .prb2023 .category-details .li_title_box {
        flex: none;
    }

    .prb2023 .li_details {
        flex: auto;
        padding: 0 10px 10px;
        color: #444;
    }

    .prb2023 a:hover .prbItem {
        border-color: #8d8d8d;
    }


    .prb2023.col4 li {
        width: 25%;
    }

.bx-wrapper {
    margin: 0 !important; /* 重置默认的margin */
}

    .bx-wrapper .bx-prev {
        background: url(../images/owbig-left.png) no-repeat center center;
        left: -20px;
    }

    .bx-wrapper .bx-next {
        background: url(../images/owbig-right.png) no-repeat center center;
        right: -20px;
    }

        .bx-wrapper .bx-next:hover {
            background: url(../images/owbig-right.png) no-repeat center center;
        }

    .bx-wrapper .bx-controls-direction a {
        z-index: 1;
        width: 48px;
        height: 48px;
        margin-top: -24px;
    }

@media screen and (max-width: 1450px) {
    .bx-wrapper .bx-prev {
        left: 10px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
    }
}

@media screen and (max-width: 900px) {
    .prb2023 li {
        width: 50%;
    }
}



@media screen and (max-width: 480px) {
    .prb2023 ul {
        justify-content: center
    }

    .prb2023 li {
        width: 100%;
        border: 0;
    }

    .prb2023 a .prbItem {
        border: 0
    }

    .prb2023 .bx-wrapper .bx-pager {
        top: 0;
        left: 0;
        bottom: auto !important;
        padding: 0 !important;
        margin: 60% 0 0;
        line-height: normal
    }

        .prb2023 .bx-wrapper .bx-pager.bx-default-pager a {
            background: #fff !important;
            margin: 0 3px !important
        }

            .prb2023 .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #FC820A !important
            }

    .prb2023 .bx-wrapper .bx-prev {
        background: url(../images/wbgwgbd-left.png) no-repeat center center !important
    }

    .prb2023 .bx-wrapper .bx-next {
        background: url(../images/wbgwgbd-right.png) no-repeat center center !important
    }

    .prb2023 .bx-wrapper .bx-controls-direction a {
        width: 32px !important;
        height: 32px !important;
        margin-top: -16px !important
    }
}


.popularList ul {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
/* 图文混排：最多一行4个 */
.popularList li {
    width: 25%;
    position: relative;
    margin-bottom: 20px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
}
/* 图文混排：最多一行3个 */
.function-currency li {
    width: 33.3333%;
}

.popularList li a:hover .desp {
    background: #e7e7e7;
    color: #000;
}


.popularList li a:link {
    text-decoration: none;
}

.popularList li img {
    width: 100%;
    height: auto;
    display: block;
}

.popularList li .title {
    background-color: #f2f2f2;
    padding: 10px 15px 0px;
    display: block;
    font-weight: bold;
}

.popularList li .desp {
    text-align: left;
    display: block;
    background-color: #f2f2f2;
    padding: 12px 15px;
    line-height: 24px;
}

.boxflex {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    height: 100%;
    background: #f2f2f2;
}

.popularList li .desp .li_title_1 {
    display: block;
    font-size: 22px;
    line-height: normal;
    color: #333;
}



@media screen and (max-width:1400px) {
    #main {
        padding: 0px 10px;
        width: 100%;
    }

    .popular-top {
        padding: 30px 120px;
    }
}

@media screen and (max-width: 1200px) {
    /* 图文混排：最多一行3个 */
    .popularList li {
        width: 33.33%;
    }

        .popularList li .desp {
            padding: 10px 4px;
            height: auto;
            flex: 1;
        }
}

@media screen and (max-width:1000px) {

    .popular-top {
        padding: 30px 60px;
    }
}

@media screen and (max-width: 900px) {

    /* 图文混排：最多一行2个 */
    .function-currency li {
        width: 50%;
    }

    .popularList li .desp {
        padding: 10px 4px;
        height: auto;
        flex: 1;
    }
}

@media screen and (max-width:820px) {

    .popularTitle {
        line-height: 34px;
    }

    .popularList ul {
        justify-content: space-between;
    }

    .popularList li {
        width: 50%;
    }
}

@media screen and (max-width:560px) {
    .popular-top {
        padding: 30px 10px;
    }

    .popularList li {
        width: 100%;
    }
}


@media screen and (max-width:414px) {
    .popular-top {
        padding: 10px;
    }

    .popularTitle {
        font-size: 30px;
    }
}


/* 列表页样式 */
.c_path {
    padding: 12px 0 20px 0;
}

    .c_path a {
        text-decoration: underline;
    }

.listarea {
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.listbox {
}

/* .listbox td.current a {color:#d66e12;background: #f2f2f2;} */
.searchcon {
    /* background-color: #fff;
    line-height: 40px; */
    margin-bottom: 20px;
}

/* .searchdl:after {
    content: '.';
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
} */
.searchdl {
    width: 100%;
}

    .searchdl td {
        border: 1px solid #ddd;
        border-collapse: collapse;
        line-height: 40px;
    }

        .searchdl td.tdL {
            color: #666;
            width: 230px;
            font-weight: 400;
            background-color: #FBF1E7;
            text-align: right;
            padding: 0 20px;
        }

    .searchdl .search_main {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .searchdl .search_con_clear {
        float: left;
        width: 38px;
        text-align: center;
        color: #FA8C20;
        cursor: pointer;
        text-decoration: underline;
        margin: 0 20px;
    }

    .searchdl .search_con_body {
        overflow: hidden;
        position: relative;
    }

    .searchdl .search_con_inner {
        /* width: 1000px; */
        height: 40px;
        /* overflow: hidden; */
    }

.toggle-button {
    width: 12px;
    height: 10px;
    background: url(../images/arrow-down.png) no-repeat;
    border: 0;
    margin-right: 10px;
    flex-shrink: 0;
    flex-grow: 0;
}

.toggle-button-up {
    background: url(../images/arrow-up.png) no-repeat;
}

.searchdl .single {
    overflow: hidden;
}

.searchdl .multi {
    height: auto;
}

.search_con_body span {
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 104px; */
    float: left;
    margin-right: 20px;
    padding-left: 20px;
    text-decoration: underline;
}

.searchdl .search_con_body .search_con_inner.sigle span.plus {
    color: #ff5d3d;
}

.searchdl .search_con_more {
    /* position: absolute;
    right: 15px;
    top: 0px; */
    /* margin-right: 10px; */
}

.searchdl span.show_more {
    color: #999;
}

.listcon {
    max-width: 1390px;
    margin: 0 auto;
}

.c2 li {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    background: none;
    background-color: #F5F5F5;
    zoom: 1;
}

.dataLI-a {
    /* display: block; */
    color: #000 !important;
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
}

.c2 .col1 {
    float: left;
    display: block;
    height: 200px;
    width: 300px;
    border: none;
    margin: 0px;
}

.c2 .col2 {
    min-height: 146px;
    height: 200px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c2 .itin {
    height: 100%;
    line-height: 1.4;
    flex-grow: 1;
    background: url(../images/bgline.png) no-repeat right 20px;
}

    .c2 .itin div {
        padding: 10px 30px;
    }

.itinTitle {
    font-weight: bold;
    margin-top: 30px;
    font-size: 22px;
}

.c2 .itinCity {
    margin: 10px 0;
}

.c2 .fr {
    width: 270px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
}

    .c2 .fr span {
        color: #FC820A;
        font-weight: bold;
    }


.pagelist-loadmore {
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    width: 275px;
    background: #FA8C20;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

@media screen and (max-width:1366px) {
    /* .searchdl .search_con_clear { margin:0 10px;}
    .search_con_body span {
      
        margin-right: 10px;
        padding-left: 10px;
        
    } */
}

@media screen and (max-width:1100px) {

    .itinTitle {
        margin: 0;
    }
}

@media screen and (max-width:950px) {

    .c2 .itin {
        background: none;
    }

    .c2 .fr {
        display: none;
    }
}

@media screen and (max-width:670px) {

    .dataLI-a {
        flex-direction: column;
        align-items: center;
    }

    .c2 .itin {
        margin-top: 20px;
    }

    .c2 .col2 {
        flex-direction: column;
        align-items: flex-start
    }

    .c2 .itin div {
        padding: 10px 20px;
    }

    .c2 .fr {
        display: block;
    }
}

@media screen and (max-width:480px) {
    .c2 .fr {
        display: none;
    }
}

@media screen and (max-width:480px) {
    .searchdl td.tdL {
        width: 100px;
        padding: 0 5px;
    }

    .searchdl .search_con_clear {
        margin: 0 5px;
    }

    .search_con_body span {
        margin-right: 10px;
        padding-left: 10px;
    }
}

@media screen and (max-width:320px) {
    .c2 .itin {
        margin-top: 0;
    }
}

/* 详情页样式 */
/* #main .tourTitle {
    position: absolute;
    color: #fff;
    top: -60px;
    left: 50%;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px #333;
    font-size: 36px;
    font-weight:400;
    transform: translateX(-50%);
} */
.thb0 {
    position: relative;
}

    .thb0 .tourName {
        margin-bottom: 10px;
        font-size: 32px;
        padding: 0;
        font-weight: 400;
    }


.tourIntroBox {
    position: relative;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
    display: flex;
    flex-wrap: nowrap;
}

.tourIntro {
    text-align: left;
    margin: 0 20px 0 0;
    flex: 1;
}

    /* .tourName {
    font-size: 24px;
    padding: 10px 0 20px;
    line-height: normal;
} */
    .tourIntro .ti_item {
        display: block;
        margin-bottom: 15px;
        line-height: 30px;
    }

    .tourIntro .stitle {
        font-weight: bold;
        display: inline-block;
    }

    .tourIntro .stitle {
        font-weight: bold;
        display: inline-block;
    }

.highlights {
    margin: 0;
    padding: 0;
}

    .highlights li {
        list-style: disc outside;
        margin-left: 20px;
    }

.adNoshopping {
    margin: 30px 0 0 10px;
    border: 0;
    padding: 0;
    background: 0;
}

    .adNoshopping img {
        max-width: 392px;
        width: 100%;
        height: auto;
    }

.it_lowprice {
    margin-top: 40px;
}

    .it_lowprice span {
        color: #d14900;
        font-size: 36px;
    }

    .it_lowprice a {
        display: inline-block;
        text-decoration: none;
        height: 70px;
        line-height: 70px;
        font-size: 22px;
        color: #fff;
        text-align: center;
        border: 0;
        border-radius: 10px;
        padding: 0 140px;
        background: #FC820A;
    }

        .it_lowprice a span {
            font-size: 36px;
            font-weight: bold;
            color: #fff;
        }


.tourMapBox {
    position: relative;
    overflow: hidden;
    padding: 66.6667% 0 0;
}

    .tourMapBox img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.tourMap {
    width: 50%;
    max-width: 670px;
}

.it_cata_Box {
    margin: 20px 0 0;
    border-bottom: 1px solid #e3e3e3;
}

    .it_cata_Box ul {
        display: flex;
        flex-wrap: nowrap;
    }

    .it_cata_Box li {
        flex: auto;
        max-width: 200px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        font-weight: bold;
        padding: 0 10px;
        margin-right: 8px;
        margin-bottom: -1px;
        border: 1px solid #ddd;
        border-radius: 10px 10px 0 0;
        text-align: center;
        cursor: pointer;
        background: #f2f2f2;
    }

        .it_cata_Box li#idTabFull {
            background: #fff;
            border-bottom-color: #fff;
        }

.round-box-1, .round-box-2 {
    margin: 30px 5px 0;
    box-shadow: 0 0 5px #aaa;
    border-radius: 20px;
    padding: 10px 30px;
    background: #fff9e2;
}

.round-box-2 {
    background: #f2f2f2;
}

    .round-box-2.minitour {
        margin-top: 10px;
        box-shadow: none;
    }

.round-box-title {
    font-size: 24px;
    text-align: center;
    margin: 20px auto 20px;
}

.textSection {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    max-height: 4.5em;
    transition: max-height 0.3s ease-out;
}

    .textSection.expanded {
        max-height: none;
        -webkit-line-clamp: initial;
    }

.textSection, .groupIntroBox {
    text-align: justify;
}

.btnSwitch {
    float: right;
    border: none;
    padding-right: 25px;
    text-decoration: underline;
    text-underline-offset: 3px;
    background: url(../images/icon_arrow_down_black.png) no-repeat right center;
}

    .btnSwitch.expanded {
        background-image: url(../images/icon_arrow_up_black.png);
    }

.round-box-title {
    font-size: 24px;
    text-align: center;
    margin: 20px auto 20px;
}

.round-box-2.minitour .round-box-title {
    color: #FC820A;
}

.round-box-2 li {
    list-style: outside disc;
    position: relative;
    line-height: 1.5;
    margin: 0 20px 20px 25px;
    text-align: justify;
}

.round-box-2.minitour li {
    margin-bottom: 10px;
}

.grayPlane {
    margin: 20px 0;
    padding: 20px 0;
    background: #f2f2f2;
}

.tour-photo-slider {
    position: relative;
    margin: 0 auto;
    max-width: 1350px;
    max-height: 418px;
    overflow: hidden;
}

    .tour-photo-slider:first-child {
        margin-top: 0;
    }

    .tour-photo-slider .bx-wrapper {
        margin: 0;
        box-shadow: none;
        border: 0;
    }

        .tour-photo-slider .bx-wrapper .bx-prev {
            background: url(../images/wbgwgbd-left.png) center center no-repeat;
            top: 0;
            left: 0;
            margin: 0;
            width: 30px;
            height: 100%;
        }

        .tour-photo-slider .bx-wrapper .bx-next {
            background: url(../images/wbgwgbd-right.png) center center no-repeat;
            top: 0;
            right: 0;
            margin: 0;
            width: 30px;
            height: 100%;
        }

        .tour-photo-slider .bx-wrapper .bx-controls-direction a {
            z-index: 80;
        }

@media screen and (max-width: 1200px) {
    .grayPlane {
        padding: 0;
    }

    .tourIntroBox:not(.mapNone).hasPrice .tourIntro {
        padding-bottom: 90px;
        min-height: 480px;
    }

    .tourIntroBox:not(.mapNone) .tourIntro .it_lowprice {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    /* #main .tourTitle {
     font-size: 28px;
    }  */
    .tourIntroBox {
        display: block;
        padding-top: 10px;
    }

        .tourIntroBox:not(.mapNone).hasPrice .tourIntro {
            padding-bottom: 0;
            min-height: inherit;
        }

        .tourIntroBox:not(.mapNone) .tourIntro .it_lowprice {
            position: relative;
            left: auto;
            bottom: auto;
            width: 100%;
            text-align: left;
        }

    .it_lowprice a {
        padding: 0 60px;
    }

    .tourMap {
        margin-top: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .tour-photo-slider {
        overflow: initial;
    }

        .tour-photo-slider .bx-wrapper .bx-pager {
            bottom: 10px;
            right: 10px;
            background: rgba(0,0,0,.5);
            padding: 0 10px;
            border-radius: 10px;
            color: #fff;
            width: auto;
            font-weight: normal;
        }

    .it_cata_Box:has(#idTabItinerary) #idTabFull {
        display: none;
    }

    .it_lowprice a {
        padding: 0 20px;
        font-size: 18px;
    }

        .it_lowprice a span {
            font-size: 28px;
        }
}


.tourmain {
    margin-top: 30px;
}

.it_info {
    border: 1px solid #ddd;
    padding: 8px 16px;
    margin-bottom: 20px;
    position: relative;
}

.it_info_header {
    border: 0;
    background: url(../images/detail-down.png) no-repeat right 5px/30px;
    padding: 10px 30px 10px 0;
    cursor: pointer;
}

    .it_info_header.opened {
        background: url(../images/detail-up.png) no-repeat right 5px/30px;
    }

.it_info .it_city {
    font-size: 24px;
}

    .it_info .it_city span {
        height: auto;
        line-height: 140%;
        padding-left: 40px;
        color: #000;
        width: auto;
        height: 32px;
        display: inline-block;
        text-indent: 0;
        background: url(../images/flag.png) no-repeat left center;
    }

.it_info_header:not(.forceOpened) + .it_full {
    display: none;
}

.it_info .it_intro {
    margin: 20px 0 10px;
    text-align: justify;
}

    .it_info .it_intro span, .it_info .it_intro p, .it_info .it_intro h1, .it_info .it_intro h2, .it_info .it_intro h3, .it_info .it_intro h4, .it_info .it_intro h5, .it_info .it_intro h6, .it_info .it_intro pre {
        word-wrap: break-word;
        white-space: normal;
    }

.blank10 {
    height: 10px;
    overflow: hidden;
}

.tipicTwo {
    display: flex;
    flex-wrap: nowrap;
}

.tipicbox {
    position: relative;
    width: 100%;
}

.tipicTwo .tipicbox {
    flex: 1;
    border: 5px solid transparent;
    box-sizing: content-box;
}

.tipic {
    position: relative;
    margin: 0 auto;
}

    .tipic img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.tipicbox .tipicTitle {
    color: #fff;
    padding: 8px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
}

.ampTabSGPrice {
    display: flex;
    flex-wrap: wrap;
}

.tabButtonSG {
    height: 56px;
    line-height: 56px;
    width: 260px;
    background: #f2f2f2;
    font-size: 24px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
}

.tabButtonSG {
    margin-right: 8px;
}

    .tabButtonSG div {
        color: #000;
        height: 56px;
        line-height: 56px;
        text-align: center;
    }

.tabButtonSGselected {
    background: #FC820A;
    border: 0;
}

    .tabButtonSGselected div {
        color: #fff;
    }

.tabContentSG {
    display: none;
    padding: 0;
    width: 100%;
    order: 1;
}

.tabButtonSGselected + .tabContentSG {
    display: block;
}

.it_price_note_top {
    background: #FC820A;
    padding: 10px;
    color: #fff;
}

.it_price_tab_ad_2018 {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    color: #FC820A;
    font-size: 24px;
    padding: 10px 0;
    text-align: center;
}

    .it_price_tab_ad_2018 div {
        padding-top: 10px;
    }

.it_price_sg {
    width: 100%;
    background: #e3e3e3;
    border: 1px solid #ddd;
}

    .it_price_sg .switchTitle {
        position: static;
    }

    .it_price_sg th {
        background: #f2f2f2;
        padding: 5px;
        text-align: center;
        font-weight: normal;
        height: 56px;
        border: 1px solid #ddd;
    }

    .it_price_sg td {
        background: #fff;
        padding: 5px;
        text-align: center;
        height: 56px;
        border: 1px solid #ddd;
    }

    .it_price_sg .col2 {
        width: 20%;
    }

    .it_price_sg .col3 {
        width: 20%;
    }

    .it_price_sg .col4 {
        width: 20%;
    }

    .it_price_sg .col5 {
        width: 20%;
    }

    .it_price_sg .col6 {
        width: 20%;
    }

    .it_price_sg td .normalPrice {
        font-size: 14px;
    }

.normalPrice {
    color: #333 !important;
    text-decoration: line-through;
    margin-right: 5px;
}

.newPrice {
    color: #FC820A;
    font-size: 18px;
}

a.bookingSG {
    display: inline-block;
    font-size: 17px;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    background: #FC820A;
    min-width: 80px;
    margin: 0 auto;
    border-radius: 8px;
    line-height: normal;
    box-shadow: 0 2px 3px #999;
}

    a.bookingSG img {
        display: none;
        width: 0;
        height: 0;
    }

    a.bookingSG::after {
        content: "Free Inquiry";
    }

.it_hotel_tit {
    padding: 8px;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    background: #f2f2f2;
    font-size: 20px;
    font-weight: bold;
}

.it_hotel table {
    background: #e3e3e3;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 10px;
}

    .it_hotel table th {
        font-weight: normal;
        padding: 5px;
        text-align: center;
        background: #f2f2f2;
        font-size: 18px;
        height: 56px;
        border: 1px solid #e3e3e3;
    }

    .it_hotel table td {
        text-align: left;
        padding: 5px 10px;
        background: #fff;
        height: 56px;
        border: 1px solid #e3e3e3;
    }

.it_hotel .hotelStar {
    display: inline-block;
}

/* tour price */
.tour-price {
    margin-top: 20px;
}

.tour-price-tit {
    background: #FEF5EC;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-bottom: none;
}

.tour-price table {
    border: 0;
    width: 100%;
    margin-bottom: 10px;
    border-collapse: collapse;
    /* table-layout: fixed; */
}

    .tour-price table th {
        font-weight: 400;
        padding: 0 15px;
        text-align: center;
        height: 50px;
        border: 1px solid #ddd;
    }

    .tour-price table td {
        text-align: center;
        padding: 0px 15px;
        background: #fff;
        height: 50px;
        border: 1px solid #ddd;
    }

    .tour-price table th.focus {
        text-align: left;
    }

    .tour-price table td .normalPrice {
        font-size: 14px;
    }

.formTitle {
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 56px;
    background: #FC820A;
}

.include_box {
    border: 1px solid #ddd;
    margin: 15px auto;
    display: flex;
}

.p_include, .p_exclude {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.p_include_title, .p_exclude_title {
    background: #fff;
    font-size: 24px;
    line-height: 36px;
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
}

.p_include_title {
    border-right: 1px solid #e3e3e3;
}

    .p_include_title span {
        display: inline-block;
        float: left;
        margin-right: 8px;
        background: url(../images/tab_yes_orange.png) no-repeat left center;
        height: 36px;
        width: 36px;
    }

.p_include_cont {
    padding: 15px;
    flex: 1;
}

.p_include .p_include_cont {
    border: 0;
}

.p_include .p_include_cont {
    border-right: 1px solid #e3e3e3;
}

.p_include ul li {
    background: url(../images/dot_gray_small.png) no-repeat 10px 12px;
    line-height: 1.6em;
    padding-left: 25px;
}

.p_include, .p_exclude {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.p_include_title, .p_exclude_title {
    background: #fff;
    font-size: 24px;
    line-height: 36px;
    padding: 5px 10px;
    border-bottom: 1px solid #e3e3e3;
}

    .p_exclude_title span {
        display: inline-block;
        float: left;
        margin-right: 8px;
        background: url(../images/tab_no_orange.png) no-repeat left center;
        height: 36px;
        width: 36px;
    }

.p_exclude ul li {
    background: url(../images/dot_gray_small.png) no-repeat 10px 12px;
    line-height: 1.6em;
    padding-left: 25px;
}

@media screen and (max-width: 1024px) {
    .pcol3 .tabButtonSG {
        width: 180px;
    }
}

@media screen and (max-width: 768px) {
    .pcol3 .tabButtonSG {
        width: 140px;
    }

    .tabButtonSG div span {
        display: none;
    }

    .tabButtonSG:first-child div span {
        display: inline;
    }
}
/* @media screen and (max-width: 640px){
 .ampTabSGPrice {
    font-size: 16px;
}   
} */

@media screen and (max-width: 480px) {
    .it_price_sg td .normalPrice, .it_price_sg td .newPrice {
        display: block;
    }

    .include_box {
        display: block;
    }

    .p_include, .p_exclude {
        width: auto;
        border: 0;
    }

    .p_include_title {
        border-right: 0;
    }

    .p_include .p_include_cont {
        border-right: 0;
    }

    .p_exclude_title {
        border-top: 1px solid #e3e3e3;
    }

    .pcol3 .tabButtonSG {
        width: 22%;
    }

        .pcol3 .tabButtonSG:first-child {
            min-width: 140px;
        }

    .it_price_sg .col2 {
        width: 25%;
    }

    .it_price_sg .col3 {
        width: 25%;
    }

    .it_price_sg .col4 {
        width: 25%;
    }

    .it_price_sg .col5 {
        display: none;
    }

    .it_price_sg .col6 {
        width: auto;
    }

    a.bookingSG {
        min-width: 60px;
        width: 60px;
        display: block;
        padding: 5px;
    }
}

@media screen and (max-width: 370px) {
    .it_price_sg .col2 {
        padding: 0;
    }

    .it_price_sg .col3 {
        padding: 0;
    }

    .it_price_sg .col4 {
        width: 25%;
    }

    .tour-price table td .normalPrice, .tour-price table td .newPrice {
        display: block;
    }
}


/* 定制页面样式 */

.customization-top {
    padding-top: 100px !important;
}

.header-customization {
    background: #FBEFE2;
}

.tmGrayRow {
}

.tmTitle {
    text-align: center;
    font-size: 32px;
    line-height: normal;
    margin: 10px auto;
    font-weight: bold;
}

.tmIntro {
    font-size: 17px;
    margin-top: 15px;
}

.customizationmain {
    max-width: 1390px;
    padding: 20px 0px;
    margin: 0 auto;
}

.formBody {
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.cityTitle {
    padding: 10px 20px;
    font-size: 24px;
}

.citylistBox .citylist {
    background: #fff;
    padding: 10px 10px 10px 20px;
    overflow: hidden;
}

    .citylistBox .citylist li {
        float: left;
        width: 180px;
        padding: 8px 0;
    }

        .citylistBox .citylist li.hotCity {
            font-weight: bold;
        }

        .citylistBox .citylist li.checked {
            color: #D14900;
        }

        .citylistBox .citylist li label {
            display: inline-block;
        }

.check-input {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

/* 设置默认的checkbox样式 */
input.check-input[type="checkbox"] {
    -webkit-appearance: none;
    /* 移除默认样式 */
    border: 1px solid #999;
    outline: none;
    border-radius: 2px;
    background: #FFF;
    position: relative;
}

    /* 设置选中状态下的checkbox样式 */
    input.check-input[type="checkbox"]:checked {
        background: url(../images/checkinput.png) no-repeat;
        border: none;
    }

input[type="checkbox"]:checked + label {
    color: #FA8C20;
    font-weight: bold;
}

.formSection {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: flex-start;
}

.formItem {
    padding: 10px;
    flex: auto;
}

.formSection.col4 .formItem {
    width: 25%;
}

.fieldTitle {
    margin-bottom: 10px;
    line-height: normal;
}

span.req {
    color: #fa8200;
    font-size: 13px;
    font-weight: bold;
}

.fmdib {
    display: inline-block;
}

.fullbox {
    display: flex;
}

.iconReduce {
    border-right: none;
    font-size: 48px;
    line-height: 40px;
}

.iconReduce,
.iconIncrease {
    flex: none;
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    background: #fff;
    color: #5B5B5B;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

    .iconReduce::before {
        content: '-';
    }

.inputContainer {
    font-size: 21px;
    flex: auto;
}

.textInput {
    border: 1px solid #ddd;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-indent: 10px;
    font-weight: 400;
}

iconIncrease {
    border-left: none;
    font-size: 32px;
    line-height: 48px;
}

.iconReduce,
.iconIncrease {
    flex: none;
    width: 48px;
    height: 48px;
    border: 1px solid #ddd;
    background: #fff;
    color: #5B5B5B;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.iconIncrease {
    border-left: none;
    font-size: 32px;
    line-height: 48px;
}

    .iconIncrease::before {
        content: '+';
    }

.emsgInfo {
    color: #c10000;
    display: none;
    padding: 3px 0;
    font-size: 17px;
}

.cagebox {
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 5px;
    display: none;
}

.cagetitle {
    text-align: center;
    padding: 2px 5px;
    font-size: 17px;
    color: #757575;
    background: #f2f2f2;
    border-radius: 10px 10px 0 0;
}

.cageitem {
    position: relative;
    padding: 3px 15px;
    line-height: 44px;
    border-top: 1px solid #ddd;
}

    .cageitem input {
        position: absolute;
        top: 5px;
        right: 10px;
        text-align: center;
        font-size: 18px;
        height: 40px;
        width: 60px;
        border: 1px solid #ddd;
        border-radius: 10px;
    }


.ptb0 {
    padding-bottom: 0;
}

.labeflex {
    flex-wrap: wrap;
    align-items: baseline;
}

.ibItems {
    margin-left: 20px;
}

    .ibItems .emsgBox {
        padding: 0 10px;
    }

.labeflex label {
    margin: 0 50px 0 0;
    display: inline-block;
    line-height: 44px;
}

    .labeflex label input {
        margin-right: 10px;
    }

.emsgInfo {
    color: #c10000;
    display: none;
    padding: 3px 0;
    font-size: 17px;
}

.emsgBox.showAlert .emsgInfo {
    display: block;
}

.textMemo {
    border: 1px solid #ddd;
    width: 100%;
    font: 16px Arial, Helvetica, Verdana, Geneva, sans-serif;
    padding: 5px;
}

.formSection.col3 .formItem {
    width: 33.3333%;
    flex: unset;
}

.fixCol {
    width: 70px;
    padding-right: 5px;
    flex: none;
}

.selInput {
    border: 1px solid #ddd;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-indent: 5px;
}

.bookButtons {
    text-align: center;
    padding-bottom: 10px;
}

.booklong {
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    border: none;
    background: #FA8C20;
    border-radius: 5px;
    padding: 0 40px;
    cursor: pointer;
}

.moreList {
    display: none;
    width: 160px;
    height: 48px;
    line-height: 48px;
    margin: 20px auto 0;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #f2f2f2 url(../images/icon-arrow-down-darkgray.png) no-repeat right 20px center;
    cursor: pointer;
}

    .moreList.opened {
        background-image: url(../images/icon-arrow-up-darkgray.png);
    }

.emsgBox input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-size: 100% auto;
    box-sizing: border-box;
    border: 1px solid #666;
}

    /*单选按钮选中后增加的样式*/
    .emsgBox input[type="radio"]:checked:before {
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        margin: 2px;
        border-radius: 50%;
        background-color: #FA8C20;
    }

@media screen and (max-width: 1200px) {
    .fieldTitle {
        font-size: 20px;
    }

    .textInput,
    .selInput,
    .textMemo {
        font-size: 18px;
    }
}

@media screen and (max-width: 1160px) {
    .formSection {
        padding: 10px 5px 0;
    }

        .formSection.col4 .formItem {
            width: 50%;
        }

        .formSection.col3 .formItem {
            width: 50%;
        }
}

@media screen and (max-width: 1130px) {
    .citylistBox {
        padding: 16px 8px 0;
    }

    .labeflex label {
        font-size: 18px;
    }
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 900px) {
    .formBody {
        padding: 10px 0;
    }
}

@media screen and (max-width: 768px) {

    .ptb0 {
        padding-bottom: inherit;
    }

    .citylistBox .citylist li label {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .customization-top {
        padding-top: 50px !important;
    }
}

@media screen and (max-width: 640px) {
    .tmTitle {
        margin: 30px auto 10px;
        font-size: 28px;
    }

    .cityTitle {
        padding: 10px;
    }

    .citylistBox .citylist.china li {
        display: none;
    }

        .citylistBox .citylist.china li.hotCity {
            display: block;
        }

    .moreList {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .formSection.col4 .formItem {
        width: 100%;
    }

    .cirow {
        display: flex;
        flex-wrap: nowrap;
    }

        .cirow .fieldTitle {
            width: 120px;
            font-size: 18px;
        }

        .cirow .fmTitle {
            display: block;
        }

        .cirow .fullbox {
            flex: 1;
        }

        .cirow.inputChild {
            flex-wrap: wrap;
        }

        .cirow.hasEmsgBox {
            flex-wrap: wrap;
        }

            .cirow.hasEmsgBox .emsgInfo {
                flex: none;
                width: 100%;
                text-align: right;
            }

            .cirow.hasEmsgBox .emsgInfo {
                text-align: right;
                width: 100%;
            }

    .cagebox {
        width: 100%;
        margin-left: 120px;
    }


    .formItem {
        padding: 5px;
    }

        .formItem.cirow {
            padding: 10px 5px;
        }

    .labeflex label {
        margin: 0;
        width: 100%;
    }

    .formSection.col3 .formItem {
        width: 100%;
    }

    #Comments {
        height: 120px;
    }

    .formSection.col3 .formItem {
        width: 100%;
    }

    .citylistBox .citylist {
        padding: 10px;
    }

        .citylistBox .citylist li {
            width: 50%;
        }
}

@media screen and (max-width: 320px) {
    .moreList {
        margin-right: 16px;
    }
}

/* 联系我们页面样式 */
.divTopImg {
    position: relative;
    /* height: calc(100vw*560/1920);*/
}

#topImg {
    display: block;
    height: 100%;
}

.tourTitle {
    position: absolute;
    color: #fff;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-shadow: 2px 2px #333;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.topTitle {
    position: absolute;
    color: #fff;
    top: 50%;
    transform: translateY(-30%);
    width: 100%;
    height: auto;
}

.topTitleContent {
    max-width: 1390px;
    margin: 0 auto;
}

.topTitle h1 {
    font-size: 60px;
    font-weight: normal;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}

.topTitle p {
    font-size: 36px;
    font-weight: 400;
    text-shadow: 0px 2px 7px rgba(0, 0, 0, 0.5);
}

.companycon {
    max-width: 1390px;
    margin: 0 auto;
    padding: 20px 0 0;
}

    .companycon h2 {
        display: block;
        font-size: 32px;
        margin-top: 20px;
    }

.companycon-body {
    display: flex;
    flex-wrap: nowrap;
}

.companyIntro {
    text-align: justify;
    margin-top: 40px;
    flex: 1;
}


    .companyIntro p {
        line-height: 30px;
    }

.companyImg {
    /* width: 50%; */
    margin-left: 100px;
}

    .companyImg img {
        width: 100%;
    }

.qualitycon {
    margin-top: 60px;
    background: #F2F2F2;
    padding: 0 10px;
}

.qualitycon-body {
    max-width: 1390px;
    margin: 0 auto;
    padding: 40px 0px;
}

    .qualitycon-body h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .qualitycon-body ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .qualitycon-body li {
        /* 每个li占父容器宽度的25%，即每行4个 */
        box-sizing: border-box;
        /* padding: 10px; */
        /* 可选，增加一些内边距 */

        width: 296px;
        height: auto;
        margin: 10px 0px;
        /* border-left: 10px solid #f2f2f2;
    border-right: 10px solid #f2f2f2; */
    }

        .qualitycon-body li img {
            width: 100%; /* 图片宽度随列表项宽度变化 */
            height: auto; /* 保持图片比例 */
        }

        .qualitycon-body li span {
            display: block;
            text-align: center;
            font-size: 24px;
            margin-top: 10px;
        }

.contactcon {
    padding: 0 10px;
}

.suggestion {
    max-width: 1390px;
    margin: 0 auto 60px auto;
    position: relative;
}

    .suggestion div {
        margin-bottom: 20px;
    }

.txtbox {
    width: 40%;
}

.suggestion h2 {
    font-size: 32px;
    margin-bottom: 40px;
    margin-top: 20px;
}

.suggestion dd {
    display: block;
}

.suggestion form {
    display: block;
    margin-top: 0em;
}

.txtreq {
    width: 80%;
    padding: 5px;
    border: 1px solid #ddd;
}

/* 回到顶部按钮样式 */
#backToTop {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定位置 */
    bottom: 50px; /* 距离底部50px */
    right: 50px; /* 距离右边50px */
    width: 50px; /* 宽度50px */
    height: 50px; /* 高度50px */
    background-color: #FA8C20; /* 背景颜色 */
    color: white; /* 文字颜色 */
    text-align: center; /* 文字居中 */
    line-height: 50px; /* 行高与高度相同，使文字垂直居中 */
    font-size: 20px; /* 字体大小 */
    border-radius: 50%; /* 圆形按钮 */
    cursor: pointer; /* 鼠标悬停时显示手型 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); /* 阴影效果 */
    transition: background-color 0.3s; /* 背景颜色过渡效果 */
}

    #backToTop:hover {
        background-color: #d66e12; /* 鼠标悬停时背景颜色变化 */
    }

@media screen and (max-width: 1440px) {
    .companycon {
        padding: 0 10px;
    }

    .topTitle {
        width: 80%;
        left: 100px;
    }

        .topTitle h1 {
            font-size: 50px;
        }

        .topTitle p {
            font-size: 28px
        }
}

@media screen and (max-width: 1200px) {
    .topTitle {
        margin-left: 50px;
    }

        .topTitle h1 {
            font-size: 40px;
        }

        .topTitle p {
            font-size: 24px
        }

    .companycon-body {
        flex-direction: column;
        align-items: center;
    }

    .companyIntro {
        margin-bottom: 20px;
        padding: 0 30px;
    }

    .companyImg {
        margin: 0;
        text-align: center;
    }

    .txtreq {
        font-size: 18px;
    }
}

@media screen and (max-width: 920px) {
    /* .divTopImg {

       height: calc(100vw*560/1154);
   }*/
    .tourTitle {
        font-size: 28px;
    }

    .topTitle {
        display: none;
    }

    .qualitycon-body ul {
        padding: 0 10px;
    }

    .qualitycon-body li {
        width: 32%;
    }
}

@media screen and (max-width: 560px) {
    #backToTop {
        right: 20px;
    }

    .tourTitle {
        font-size: 22px;
    }

    .txtbox {
        width: 100%;
    }

    .txtreq {
        width: 100%;
    }

    .qualitycon-body ul {
        flex-wrap: wrap;
    }

    .companyImg img {
        width: 90%;
    }

    .qualitycon-body li {
        width: 48%;
    }
}

@media screen and (max-width: 420px) {
    .tourTitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 320px) {
    .tourTitle {
        font-size: 16px;
    }
}
