.wrapper {
    position: relative;
    background: #f8f9fa;
}


/*首頁有slider的關係，所以不用預留header空間，在這抵消*/

.index_place {
    margin-top: -60px;
}


/*共用設定*/

.index_place ol,
.index_place ul,
.index_place li {
    /* margin: 0; */
    /* padding: 0; */
    /* transition: .3s all; */
}

.index_place .bodyContent {
    margin: 30px 0 0;
}

.index_place .container {
    /* position: relative; */
    /* width: 85%; */
    /* margin: auto; */
    /* padding: 30px 0 30px; */
}

.index_place .container.banner {
    width: 90%;
    padding: 30px 0 30px;
}

.index_place .tour,
.index_place .choice,
.index_place .bannerGroup,
.index_place .typeTab,
.index_place .brandGroup {
    position: relative;
    text-align: center;
}

.index_place .tour .container>h2,
.index_place .choice .container>h2,
.index_place .bannerGroup .container>h2,
.index_place .typeTab>h2,
.index_place .brandGroup .container>h2 {
    /* color: #363636; */
    font-weight: bold;
    /* font-size: 2em; */
    /* line-height: 1.5; */
    margin-bottom: 1.2em;
    /* letter-spacing: 1px; */
    /* display: inline-block; */
    /* position: relative; */
}

.index_place .tour .container>h2:after, .index_place .choice .container>h2:after, .index_place .bannerGroup .container>h2:after, .index_place .typeTab>h2:after, .index_place .brandGroup .container>h2:after {
    /* content: ''; */
    /* display: block; */
    width: 100%;
    height: 6px;
    background: #2da7ff;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #5B86E5, #36D1DC);
    /* Chrome 10-25, Safari 5.1-6 */
    /* background: linear-gradient(to bottom, #5B86E5, #36D1DC); */
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: absolute;
    /* margin: 20px auto; */
    border-radius: 10px;
    bottom: -5px;
    left: 0;
    z-index: 0;
}

.index_place .tour .container>p,
.index_place .choice .container>p {
    /*padding: 20px 10%;*/
    line-height: 1.5;
    color: #808285;
}


/*__________________20180206新增：首頁主視覺影片輪播__________________*/

.index_place .video-wrap {
    position: relative;
    width: 100%;
    height: 100vh;
}

.index_place .video-wrap .text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index_place .video-container {
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.index_place .video-container iframe {
    position: absolute;
    /*讓影片保持16:9*/
    width: 177.77777778vh;
    height: 56.25vw;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    min-height: 100%;
    min-width: 100%;
}



/*__________________活動banner__________________*/

.index_place ul.bannerSlider {
    width: 90%;
    margin: auto;
}

.index_place ul.bannerSlider li.pic {
    margin: 0 5px;
    cursor: pointer;
}

.index_place ul.bannerSlider .picbox {
    width: 100%;
    padding-bottom: 100%;
}


/*修改slick樣式*/

.index_place .slick-dots {
    bottom: -32px;
}

.index_place .slick-dots li button:before {
    opacity: 1;
    color: #B3B3B3;
}

.index_place .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0071BC;
}

.index_place .slick-prev,
.index_place .slick-next {
    width: auto;
    height: auto;
}

.index_place .slick-prev {
    left: -95px;
}

.index_place .slick-next {
    right: -95px;
}

.index_place .slick-prev:before,
.index_place .slick-next:before {
    opacity: 0.4;
    color: #eaeaea;
    font-size: 95px;
}

.index_place .slick-prev:hover:before,
.index_place .slick-next:hover:before {
    opacity: 1;
    color: #eaeaea;
}


/*__________________特色__________________*/

.index_place .feature {
    background: url(../images/bg04.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 10%;
    box-sizing: border-box;
    text-align: center;
}

.index_place .feature p {
    font-size: 20px;
    color: white;
    font-weight: bold;
    line-height: 2;
}

.index_place .feature a {
    background: #CB356B;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #BD3F32, #CB356B);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #BD3F32, #CB356B);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin: 25px auto 0;
    display: block;
    padding: 15px 15px;
    border-radius: 100px;
    width: 130px;
    color: #fff;
}


/*__________________分類__________________*/

.index_place .choice .place {
    position: relative;
    margin: auto;
    font-size: 0;
}

.index_place .choice .place:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.index_place .choice .item {
    width: 18%;
    height: 130px;
    margin: 15px 10px;
    position: relative;
    display: inline-block;
    border-radius: 5px;
    transform: translateY(0);
    transition: all .2s ease;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(49, 48, 48, 0.96);
    cursor: pointer;
    vertical-align: middle;
}

.index_place .choice .item:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.index_place .choice .itemS {
    background-image: url(../images/usa.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/*---------------*/


/***** Bubba *****/


/*---------------*/

.index_place figure.effect-bubba,
.index_place figure.effect-bubba figcaption {
    position: relative;
    height: 100%;
}

.index_place figure.effect-bubba figcaption::before,
.index_place figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    /* content: ''; */
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.index_place figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.index_place figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

.index_place figure.effect-bubba h2 {
    font-size: 22px;
    font-weight: bold;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transform: translate3d(0, -20px, 0);
    top: 50%;
    position: relative;
}

.index_place figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.index_place figure.effect-bubba:hover figcaption::before,
.index_place figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.index_place figure.effect-bubba:hover h2,
.index_place figure.effect-bubba:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/*__________________熱銷排行榜__________________*/

.index_place .typeTab {
    padding: 30px 0;
}

.index_place .typeTab ul.typeTabG {
    /* font-size: 0; */
    /* margin: 10px auto 0px; */
}

.index_place .typeTab ul.typeTabG>li {
    display: inline-block;
    /* font-size: 16px; */
    /* text-align: center; */
    padding: 10px 25px;
    /* border-radius: 5px 5px 0 0; */
    /* cursor: pointer; */
}

.index_place .typeTab ul.typeTabG a {
    /* position: relative; */
    /* margin-left: 32px; */
    /* transition: all .5s; */
    /* padding-bottom: 6px; */
    /* border-bottom: 3px solid transparent; */
    /* padding-left: 30px; */
    /* font-weight: lighter; */
    /* color: aliceblue; */
    /* letter-spacing: 1px; */
}

.index_place .typeTab ul.typeTabG a:before {
    /* content: ""; */
    /* width: 20px; */
    /* height: 23px; */
    /* padding-bottom: 120%; */
    position: absolute;
    /* left: -32px; */
    top: 50%;
    transform: translate(-50%, -50%);
    /* display: inline-block; */
    background: url(../images/icon/tab2.png) no-repeat center center;
    background-size: contain;
    transition: all .5s;
    left: 10px;
}

.index_place .typeTab .tourTabContent>div {
    display: none;
    transition: all 1s;
}

.index_place .typeTab .tourTabContent>div.show {
    display: block;
}


/*目前點選的ＴＡＢ*/

.index_place .typeTab ul.typeTabG li.show a:before,
.index_place .typeTab ul.typeTabG li:hover a:before {
    /* background: url(../images/icon/tab1.png) no-repeat center center; */
    /* background-size: contain; */
}

.index_place .typeTab ul.typeTabG li.show {
    background: #fff;
    /* font-weight: 600; */
}

.index_place .typeTab ul.typeTabG li.show a {
    /* display: block; */
    /* border-bottom: 3px solid #0073c1; */
    color: #2ea7ff;
    /* padding: 0; */
    font-weight: 600;
}


/*______行程_______*/

.index_place .typeTab .tour {
    background: #fff;
}

.index_place .tour .tourItems {
    text-align: left;
}

.index_place .tour .itemCard {
    width: 30%;
    display: inline-block;
    margin: 15px 1.3%;
    box-sizing: border-box;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    /* box-shadow: 0 0 1px transparent; */
    /* -webkit-transition: all 0.3s; */
    transition: all 0.3s;
    cursor: pointer;
    /* vertical-align: top; */
    border: 1px solid #f3f3f3;
    border-radius: 5px;
}

.index_place .tour .itemCard:hover {
    background: rgba(255, 255, 255, 1);
}

.index_place .tour .itemCard:hover,
.index_place .tour .itemCard:focus,
.index_place .tour .itemCard:active {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
}

.index_place .tour .itemCard>div.pic {
    position: relative;
    /*padding-bottom: 75%;*/
    overflow: hidden;
}

.index_place .tour .itemCard>div.content {
    border: 1px solid #FFC371;
    padding: 10px 30px 25px;
    height: 111px;
    box-sizing: border-box;
}

.index_place .tour .itemCard h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin: 5px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index_place .tour .itemCard .descript {
    font-size: 15px;
    line-height: 1.8;
    color: #808285;
    padding: 10px 0;
}

.index_place .tour .itemCard .price {
    padding: 20px 20px;
    color: #fff;
    text-align: center;

}

.index_place .tour .itemCard .price span{
    /* z-index: 3; */
    position: relative;
}

.index_place .tour .itemCard .price b {
    font-weight: bold;
    margin: 0 5px;
    font-size: 24px;
}

.index_place .tour .itemCard p.productNum {
    font-size: 12px;
    color: #f7d3a0;
}


/*名次樣式*/

.index_place .tour .itemCard .pic.no1:before,
.index_place .tour .itemCard .pic.no2:before,
.index_place .tour .itemCard .pic.no3:before,
.index_place .tour .itemCard .pic.no4:before {
    content: '';
    display: block;
    position: absolute;
    width: 47px;
    height: 63px;
    top: -2px;
    right: 10px;
    filter: drop-shadow(0px 1px 5px rgba(255, 235, 184, 0.7));
}

.index_place .tour .itemCard .pic.no1:before {
    background: url(../images/icon/icon_no1.png) no-repeat center center;
    background-size: contain;
}

.index_place .tour .itemCard .pic.no2:before {
    background: url(../images/icon/icon_no2.png) no-repeat center center;
    background-size: contain;
}

.index_place .tour .itemCard .pic.no3:before {
    background: url(../images/icon/icon_no3.png) no-repeat center center;
    background-size: contain;
}

.index_place .tour .itemCard .pic.no4:before {
    background: url(../images/icon/icon_no4.png) no-repeat center center;
    background-size: contain;
}



/*__________________品牌旗艦館__________________*/

.index_place .brandGroup ul.brand {
    display: flex;
    flex-wrap: wrap;
}

.index_place .brandGroup ul.brand li {
    display: inline-flex;
    width: 25%;
    height: 108px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.index_place .brandGroup ul.brand li>img {
    width: 100%;
    object-fit: cover;
}



/*______________________________RWD__________________________________________*/

@media (max-width: 1028px) {}


@media (max-width: 960px) {
    /*修改slick樣式*/
    .index_place .slick-prev {
        left: -70px;
    }
    .index_place .slick-next {
        right: -70px;
    }
    .index_place .slick-prev:before,
    .index_place .slick-next:before {
        font-size: 70px;
    }
    /*__________________分類__________________*/
    .index_place .choice .item {
        width: 29%;
        margin: 15px 2%;
    }
    /*__________________品牌旗艦館__________________*/
    .index_place .brandGroup ul.brand li>img {
        max-width: 180px;
    }
}

@media (max-width: 860px) {
    /*修改slick樣式*/
    .index_place .slick-prev {
        left: -55px;
    }
    .index_place .slick-next {
        right: -55px;
    }
    .index_place .slick-prev:before,
    .slick-next:before {
        font-size: 55px;
    }
    /*__________________行程__________________*/
    .index_place .tour .itemCard {
        width: 47%;
    }
    /*__________________熱銷排行榜__________________*/
    .index_place .typeTab ul.typeTabG>li {
        /* font-size: 16px; */
    }
    .index_place .typeTab ul.typeTabG a:before {
        width: 20px;
        left: -26px;
    }
    .index_place .typeTab ul.typeTabG a {
        /* margin-left: 26px; */
    }
    /*__________________品牌旗艦館__________________*/
    .index_place .brandGroup ul.brand li {
        width: 33%;
    }
    .index_place .brandGroup ul.brand li>img {
        max-width: 80%;
        max-height: 80%;
    }
}

@media (max-width: 768px) {
    .index_place .video-container iframe {
        display: none;
    }
    .index_place .video-wrap {
        height: 500px;
    }
}

@media (max-width: 600px) {

    .index_place .tour .container>h2,
    .index_place .choice .container>h2,
    .index_place .bannerGroup .container>h2,
    .index_place .typeTab>h2,
    .index_place .brandGroup .container>h2 {
        /* font-size: 30px; */
    }
    /*修改slick樣式*/
    .index_place .slick-prev {
        left: -40px;
    }
    .index_place .slick-next {
        right: -40px;
    }
    .index_place .slick-prev:before,
    .index_place .slick-next:before {
        font-size: 40px;
    }
    /*__________________行程__________________*/
    .index_place .tour .itemCard {
        width: 98%;
    }
    /*__________________分類__________________*/
    .index_place .choice .item {
        width: 46%;
        margin: 10px 2%;
    }
    .index_place figure.effect-bubba h2 {
        font-size: 16px;
        transform: translate3d(0, -50%, 0);
    }
    /*__________________熱銷排行榜__________________*/
    .index_place .typeTab ul.typeTabG {
        /* margin: 10px auto; */
        /* width: 85%; */
    }
    .index_place .typeTab ul.typeTabG>li {
        /* border-radius: 10px; */
        /* padding: 12px 12px; */
    }
    .index_place .typeTab ul.typeTabG a:before {
        width: 15px;
        left: -22px;
    }
    .index_place .typeTab ul.typeTabG a {
        /* margin-left: 22px; */
    }
    /*__________________品牌旗艦館__________________*/
    .index_place .brandGroup ul.brand li {
        width: 50%;
        height: 80px;
    }
}
