/*-Ã¥Â¤Â§bannerÃ¨Â¼ÂªÃ¦â€™Â­-*/
.main-slider-wrapper{
        position:relative;
}

.main-slider .slick-prev {
    left: 30px;
    background: url(../images/kv-arr2.png) 0 center no-repeat !important;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 39px;
    height: 39px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    border-radius: 50px;
}

button.main-slider-pause {
        position: absolute;
        z-index: 1;
        border: none;
        background: rgba(0, 0, 0, .8);
        background-size: 26px 26px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
        left: 5px;
        top: 5px;
        width: 20px;
        height: 20px;
        border-radius: 100%;
}

button.main-slider-pause:before,
button.main-slider-pause:after{
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 5px;
    width: 2px;
    height: 8px;
    top: 6px;
    margin-left: -3px;
}

button.main-slider-pause:after{
    margin-left: 1px;
}

button.main-slider-pause.playing:after{
  display:none;
}

button.main-slider-pause.playing:before {
    background: none;
    display: block;
    width: 0;
    height: 0;
    transform: rotate(45deg);
    border-radius: 3px;
    border-bottom: solid 4px transparent;
    border-left: solid 4px transparent;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    top: 6px;
    margin-left: -6px;
}

button.link-slider-pause {
        position: absolute;
        z-index: 1;
        border: none;
        background: rgba(0, 0, 0, .8);
        background-size: 26px 26px;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
        left: 5px;
        top: 5px;
        width: 20px;
        height: 20px;
        border-radius: 100%;
}

button.link-slider-pause:before,
button.link-slider-pause:after{
    content: "";
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 5px;
    width: 2px;
    height: 8px;
    top: 6px;
    margin-left: -3px;
}

button.link-slider-pause:after{
    margin-left: 1px;
}

button.link-slider-pause.playing:after{
  display:none;
}

button.link-slider-pause.playing:before {
    background: none;
    display: block;
    width: 0;
    height: 0;
    transform: rotate(45deg);
    border-radius: 3px;
    border-bottom: solid 4px transparent;
    border-left: solid 4px transparent;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    top: 6px;
    margin-left: -6px;
}

.main-slider .slick-next {
    right: 30px;
    background: url(../images/kv-arr1.png) 0 center no-repeat;
}

/*-iconÃ©ÂÂ¸Ã¥â€“Â®-*/
.i-des .container {
    position: relative;
}

a.close-des img {
    width: 35px !important;
    background: #fff;
    padding: 8px;
    border-radius: 2px;
}

a.close-des {
    width: 25px !important;
    position: absolute !important;
    z-index: 999;
    right: 18px;
    top: -46px;
}

.i-des {
    background: linear-gradient(168deg, #f1a75b 0%, #e67342 100%);
    padding: 65px 0;
    font-size: 1.125em;
    text-align: center;
    font-weight: bold;
    display: none;
    line-height: 33px;
    color: #fff;
}

.icons a {
    position: relative;
}

.icons a.current::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 11px 14px 11px;
    border-color: transparent transparent #f0a058 transparent;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icons a.i-nav2.current::before {
    border-color: transparent transparent #ee9955 transparent;
}

.icons a.i-nav3.current::before {
    border-color: transparent transparent #ed9552 transparent;
}

.icons a.i-nav4.current::before {
    border-color: transparent transparent #ed9150 transparent;
}

.icons a.i-nav5.current::before {
    border-color: transparent transparent #eb8a4d transparent;
}

.descriptions,
.i-des {
    float: left;
    width: 100%;
    text-align: left;
}

span.tag {
    background: #feac1c;
    font-size: 0.73em;
    color: #fff;
    padding: 6px 0;
    width: 100%;
    float: left;
    border-radius: 4px;
    position: absolute;
    top: -28px;
    left: 0;
}

.icon-nav {
    width: 100%;
    padding: 70px 0 0 0;
    background: #fff;
    float: left;
}

.icons {
    text-align: center;
    display: flex;
    justify-content: center;
}

.icons a {
    width: calc(100% / 5 - 3%);
    text-align: center;
    color: #555555;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0 1.5%;
    min-height: 204px;
    position: relative;
    /*vertical-align: top;*/
    /*float: left;*/
    display: block;
}

.icons a .icon-pic {
    background: #ff9539;
    border-radius: 49%;
    display: block;
    width: 120px;
    margin: 0 auto;
    height: 120px;
    line-height: 116px;
}

.icons a.current .icon-pic {
    background: linear-gradient(168deg, #f1a75b 0%, #e67342 100%);
}

.icons a:nth-child(2n),
.icons a:nth-child(3n),
.icons a:nth-child(4n),
.icons a:nth-child(5n),
.icons a:nth-child(6n),
.icons a:nth-child(9n),
.icons a:nth-child(10n),
.icons a:nth-child(13n) {
    display: none;
}

.icons a:first-child,
.icons a:nth-child(2),
.icons a:nth-child(3),
.icons a:nth-child(4),
.icons a:nth-child(5),
.icons a:nth-child(6) {
    display: inline-block !important;
}

.icons a p {
    margin: 9px 0 0 0;
}

.icons a img {
    width: 63%;
    position: relative;
    top: 0;
    -moz-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.icons a:hover img {
    top: -5px;
}

/*-Ã¦Å“â‚¬Ã¦â€“Â°Ã¦Â¶Ë†Ã¦ÂÂ¯-*/
section.video-zone,
.share,
section.storyfb {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

section.index-news {
    float: left;
    width: 100%;
}

.index-recommend {
    position: relative;
    float: left;
    width: 100%;
    z-index: 1;
    padding: 50px 0 240px 0;
    background: #f1f1f1;
}

/* .index-recommend::before {
    content: "";
    content: "";
    background: #fffbf4;
    height: 245px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */
.index-news .title-bg {
    float: left;
    width: 100%;
    background: #fff5f3;
    padding: 0;
}

/* .index-news::before {
    content: "";
    content: "";
    background: #fff5f3;
    height: 245px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
} */
section.index-news {
    position: relative;
    z-index: 1;
    padding: 50px 0 0 0;
    background: #fff5f3;
}

.title {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

/* .title::before {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #ff6a43;
    left: 50%;
    transform: translate(-50%);
} */
.title span {
    width: 40px;
    background: #ff6a43;
    height: 2px;
    display: inline-block;
    vertical-align: top;
    display: none;
}

.title p {
    font-size: 2em;
    margin: 12px 0 20px 0;
    line-height: initial;
    font-weight: 600;
    color: #222;
}

.index-wrap .title p {
    font-size: 2em;
    margin: 12px 0 8px 0;
    line-height: initial;
}

ul.news {
    float: left;
    margin: 20px;
    font-size: 1.125em;
}

/* ul.news li:nth-child(even) {
    background: #fff6f3;
}
 */
ul.news li:first-child {
    border-top: 1px solid #e2e9ee;
}

ul.news li {
    float: left;
    width: 100%;
    padding: 0px 3%;
    background: #fff;
    border-bottom: 1px solid #e2e9ee;
}

ul.news li a {
    display: flex;
    align-items: center;
}

.newstag {
    display: inline-block;
    background: #ffdad7;
    border-radius: 4px;
    padding: 5px 12px 7px 12px;
    color: #222;
    margin: 0 20px;
    font-size: 0.8rem;
    line-height: normal;
    font-weight: bold;
}

/* .newstag a {
    float: left;
    background: #ff6a43;
    border-radius: 20px;
    padding: 5px 12px 7px 12px;
    color: #fff;
    margin: 0 7px 0 0;
    font-size: 0.8rem;
    line-height: normal;
    font-weight: bold;
} */
.pic {
    float: left;
    width: 132px;
    margin: 0 30px 0 0;
    position: relative;
    height: 80px;
    overflow: hidden;
    border-radius: 5px;
}

.pic img {
    width: 100%;
}

ul.news li p {
    margin: 0;
    line-height: 73px;
    display: inline-block;
}

ul.news li p.date {
    color: #e97b5d;
    font-weight: 700;
}

ul.news li p:nth-child(2) {

    /* color: #ab2807; */
    color: #ff6a43;
    font-weight: bold;
    width: 116px;
    margin: 0 0 6px 0;
    font-size: 0.9em;
    line-height: normal;
}

.more-wrap {
    float: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
}

.more-wrap a {
    background: #D44211;
    color: #fff;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50px;
}

.more-wrap p {
    width: 126px;
    padding: 0 0 0 20px;
    font-weight: bold;
    font-size: 1em !important;
    display: inline-block;
    margin-bottom: 0px;
    height: 50px;
    line-height: 50px;
}

.more-wrap span {

    /* background: #dcdcdc; */
    display: inline-block;
    width: 50px;
    padding: 13px 14px 13px 0;
    vertical-align: top;
    height: 50px;
    line-height: 24px;
    font-size: 0.7em;
    margin: 0 0 0 -4px;
}

.more-wrap span img {
    width: 18px;
}

/*-ç†±é–€æŽ¨è–¦-*/

/* 
.gray {
background: #fffbf4;
}
 */
.title p.subtitle {
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 auto;
    padding: 0 50px;
    float: none;
    width: 80%;
}

.activity-list {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.activity-cont-list {
    padding-inline-start: 0px;
}

.activity-cont-list li {
    display: inline-block;
    width: calc(100% / 3 - 16px);
    margin: 10px 20px 10px 0;
    vertical-align: top;
    /* box-shadow: 1px 11px 38px rgb(0 0 0 / 7%); */
    overflow: hidden;
}

.activity-cont-list li:nth-child(3n) {
    margin: 10px 0px 10px 0;
}

.activity-list .container {
    display: flex;
    flex-wrap: wrap;
}

/*-ç†±é–€æŽ¨è–¦-*/
.activity-item {
    float: left;
    overflow: hidden;
    line-height: 25px;
    margin: 0 1.5% 25px 1.5%;
    background: #f5f5f5;
    display: flex;
    width: calc(100% / 3 - 3%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

span.sort-tag {
    background: #fff;
    font-size: 0.938em;
    padding: 2px 0;
    width: 68px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    z-index: 99;
    border-radius: 3px;
    margin-right: 5px;
}

.culture {
    color: #39c1ec;
    border: 1px solid #39c1ec;
}

.fitness {
    color: #ef5a7d;
    border: 1px solid #ef5a7d;
}

.ecological {
    color: #1dd097;
    border: 1px solid #1dd097;
}

/*-Ã¥Ë†â€ Ã©Â¡Å¾tag end-*/
.a-pic {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    max-height: 278px;
}

.a-cont-info {
    display: none;
}

.activity-list>.container>a {
    width: calc(100% / 3);
    float: left;
}

.a-pic img {
    width: 100%;
    height: auto;
}

.activity-cont-list li .btn-wrap .btn {
    background: #ff7b47;
    border-radius: 30px;
}

.activity-cont-list li .btn-wrap {
    margin: 10px 0 0 0;
}

.activity-item>a:hover .a-pic img {
    transform: scale(1.04);
}

.activity-cont-list .a-cont {
    float: left;
    width: 100%;
    padding: 18px 23px;
}

.place,
.info,
.index-a-price {
    font-size: 0.875rem;
}

.place a,
.info a,
.index-a-price a {
    color: #000;
}

.a-cont p.theme {
    font-weight: bold;
    font-size: 1.25em;
    margin: 10px 0 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}

.info span:first-child {
    float: left;
    width: 115px;
    font-weight: bold;
    line-height: 31px;
}

.info span:nth-child(2) {
    float: right;
    background: #fff;
    padding: 3px 15px;
    font-size: 0.9em;
    font-weight: bold;
}

.process {
    float: left;
    width: 100%;
    background: #e0e0e0;
    height: 9px;
    margin: 4px 0 10px;
    border-radius: 50px;
}

.process .color {
    float: left;
    background: #ff7166;
    height: 9px;
    border-radius: 50px;
}

.people-num {
    float: left;
    width: 100%;
    font-weight: bold;
    text-align: right;
}

span.quantity {
    color: #ff6a43;
}

span.signup.no-vacancy {
    background: #e0e0e0;
}

/*-å£¯éŠé»ž-*/
.spot-cont {
    width: calc(100% - 26% - 40px);
    display: inline-block;
    margin-left: 40px;
}


ul.spot-tab {
    float: left;
    width: 94%;
    margin: 0px 3% 0px 3%;
}

ul.spot-tab li {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    font-size: 1.2em;
    position: relative;
    /* max-width: 180px; */
    min-width: 180px;
    border-radius: 5px;
    position: relative;
    color: #222;
}

ul.spot-tab li:last-child {
    margin-right: 0;
}

/* ul.spot-tab li.active::before {
content: "";
position: absolute;
bottom: -9px;
left: 50%;
width: 0;
height: 0;
border-style: solid;
border-width: 9px 8px 0 8px;
border-color: #bfe49b transparent transparent transparent;
-webkit-transform: translateX(-50%);
-khtml-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

ul.spot-tab li::before {
content: "";
width: 1px;
height: 17px;
background: #bdbdbd;
position: absolute;
right: 0;
top: 50%;
display: inline-block;
transform: translateY(-50%);

} */

ul.spot-tab li.active a {
    /* color: #000 !important; */
    color: #fff !important;
    background: #DB2C00 !important;
}

.taiwan-spot {
    padding: 70px 0 0;
    /* margin-top: -290px; */
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.taiwan-spot ul.spot-tab li button {
    float: left;
    width: 100%;
    color: #333333;
    padding: 10px 10px;
    background: #e4e4e4;
    border: 0;
    font-weight: bold;
        border-radius: 5px;
}

.taiwan-spot ul.spot-tab li button.active {
        background: #DB2C00;
    color: #fff;
}

.spot-intro .more-wrap {
    margin: 0 0 30px 0;
}

.taiwan-spot .title {
    margin-bottom: 35px;
}

.spot-intro {
    float: left;
    width: 100%;
    display: none;
    /* background: #fff876; */
    padding-bottom: 30px;
}

.indexSpotCont {
    float: left;
    width: 100%;
    background: #f5f5f5;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 10px;
}

/*--*/

/* .indexSpot {
float: left;
width: calc(100%);
padding: 40px 80px;
position: relative;
}

.spot-intro > div:first-child {
padding: 40px 80px 0 80px ;
}

.indexSpot:last-child {
padding: 0 80px 40px;
}

.indexSpotFollow {
background: url(../images/spoFollow.svg) 0 0 no-repeat;
width: 22px;
height: 21px;
display: inline-block;
vertical-align: middle;
position: absolute;
top: 15px;
z-index: 99999;
right: 15px;
}

.indexSpotFollow.active {
background: url(../images/spoFollow-active.svg) 0 0 no-repeat !important;
} 
*/
.index-spot-cont {
    max-width: 1360px;
    margin: 40px auto 20px;
}

.index-spot-list {
    padding-inline-start: 0px;
}

.index-spot-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3 - 20px);
    margin: 10px;
}

.index-spot-list li a {
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 65px;
}

.index-spot-list li:nth-child(3n) {
    margin: 10px 0 10px 10px;
}

.index-spot-list .pic-box {
    position: relative;
    padding-bottom: 58%;
}

.index-spot-list li img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*--*/
.spot-pic {
    width: 40%;
    float: left;
    height: 197px;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
}

.spot-pic img {
    width: 100%;
}

.spot-info {

    /* float: left;
    width: 100%;
    padding: 0 5%;
    line-height: 30px;
    font-size: 1.063em;
    color: #fff;
    top: -110px;
    position: relative; */
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 25px;
    width: 100%;
    color: #222;
    z-index: 2;
    background: #fff3ea;
    padding-bottom: 15px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
}

.index-spot-list li:hover .spot-info {
    -webkit-transform: none;
    transform: none;
}

.spot-info p:first-child {
    font-weight: bold;
    color: #222;
    font-size: 1.25em;
    line-height: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 27px;
}

.index-spot-list li .spot-info::before {
    content: "";
    position: absolute;
    top: -105px;
    left: 0%;
    width: 100%;
    height: 105px;
    /* background: url(../images/spot-info-bg.png)left top repeat-x; */
    background: linear-gradient(180deg, #fff0 0%, #fff3ea00 50%, #fff3ea 100%);
}

.spot-info p:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 0 18px;
    height: 75px;
}

/*-Ã¥Â½Â±Ã©Å¸Â³Ã¥Â°Ë†Ã¥Ââ‚¬-*/
section.video-zone {

    /*-Ã§â€žÂ¡Ã©Å¡Å“Ã§Â¤â„¢-*/

    /*    background: #ffcabc;*/
    background: #ff6a43;
    margin-top: 90px;
    padding-bottom: 70px;
}

.v-cont {
    float: left;
    width: 44%;
    margin: 110px 0 0 6%;
    /*-Ã§â€žÂ¡Ã©Å¡Å“Ã§Â¤â„¢-*/

    /*    color: #000;*/
    color: #fff;
}

.video {
    float: left;
    width: 50%;
}

.v-cont>p {
    float: right;
    width: 100%;
    font-size: 1.625em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 36px;
}

.video-zone .container {
    margin-top: -65px;
}

.v-intro {
    float: left;
    width: 100%;
    line-height: 33px;
    font-size: 1.094em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 61px;
}

.v-tag {
    float: left;
    width: 100%;
    margin: 16px 0 0 0;
}

.v-tag a {
    float: left;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 20px;
    padding: 4px 13px 7px 13px;
    margin: 0 6px 9px 0;
    font-size: 0.8rem;
}

.video-zone .more-wrap {
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: left;
}

.video-zone .more-wrap p {
    width: 155px;
    background: rgba(255, 255, 255, 0.55);
    padding: 0;
    font-weight: bold;
    font-size: 1.1em !important;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    height: 53px;
    line-height: 53px;
}

.video-zone .more-wrap span {
    background: rgba(255, 255, 255, 0.75);
    display: inline-block;
    width: 52px;
    padding: 11px 0;
    vertical-align: top;
    text-align: center;
    height: 53px;
    line-height: 27px;
    margin: 0 0 0 0;
}

/*-Ã¨Ë†â€¡Ã¦â€šÂ¨Ã¥Ë†â€ Ã¤ÂºÂ«-*/
.select-wrap {
    padding: 10px 5%;
    float: left;
    width: 100%;
    background: #ffebae;
}

.select-spot {
    float: left;
    width: 100px;
    line-height: 34px;
    font-weight: bold;
}

.select-wrap select {
    border: 0;
    padding: 6px 10px;
    border-radius: 2px;
}

.share-map {
    float: left;
    width: 26%;
    background: #a3ccff;
    margin-top: 62px;
}

.share .title {
    margin-bottom: 40px;
}

.share-cont {
    float: left;
    width: 55%;
    background: #fff8e2;
}

.share .head {
    float: left;
    width: 100%;
    background: #fff2cb;
    padding: 13px 5%;
}

.share .head>p {
    font-size: 1.3em;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 31px;
    margin: 0 0 8px 0;
}

.shares-tag {
    float: left;
    width: 100%;
}

.shares-tag a {
    float: left;
    width: auto;
    background: #ffde7d;
    padding: 4px 15px 6px 15px;
    margin: 0 14px 0 0;
    border-radius: 4px;
    font-size: 0.82rem;
    font-weight: bold;
}

.shareslider {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
}

.share-slider-wrap {
    float: left;
    width: 100%;
}

.share-slider {
    background: #fff;
    width: 90%;
    padding: 25px 5%;
    float: left;
    border-radius: 5px;
    margin: 0 5%;
    text-align: left;
}

.share-slider-wrap .slick-prev {
    left: 0px;
    background: url(../images/prev.png) 0 0 no-repeat !important;
}

.share-slider-wrap .slick-prev,
.share-slider-wrap .slick-next {
    font-size: 0;
    line-height: 0;
    top: 50%;
    display: block;
    width: 30px;
    height: 52px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    position: absolute;
}

.share-slider-wrap .slick-next {
    right: 0px;
    background: url(../images/next.png) 0 0 no-repeat;
}

.slider-head {
    float: left;
    width: 100%;
}

.s-pic {
    width: 70px;
    height: auto;
    float: left;
    overflow: hidden;
}

.s-title {
    float: left;
    width: calc(100% - 90px);
    margin-left: 20px;
}

.s-pic img {
    width: 100%;
}

.s-title p {
    float: left;
    width: 100%;
    margin: 0;
}

.s-title p:first-child {
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 27px;
}

.slider-cont {
    float: left;
    width: 100%;
    margin-top: 9px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
}

section.share {
    position: relative;
    padding: 45px 0 110px 0;
    background: #fffaec;
    margin: 0;
}

.decor-pic1 {
    position: absolute;
    z-index: 999;
    width: 185px;
    bottom: 20px;
    right: 19%;
}

.decor-pic2 {
    position: absolute;
    z-index: 999;
    width: 280px;
    top: 0;
    left: 9%;
}

.decor-pic2 img {
    width: 100%;
}

/*-Ã§â€ºÂ¸Ã©â€”Å“Ã©â‚¬Â£Ã§ÂµÂ-*/
.link-zone {
    float: left;
    width: 100%;
    background: #fffaec;
    padding: 30px 0 50px 0;
    text-align: center;
    position: relative;
}

.link-zone a {
    margin: 0 1.5%;
    display: inline-block;
}

.link-zone a:nth-child(even),
.link-zone a:nth-child(odd) {
    display: none;
}

.link-zone a:first-child,
.link-zone a:nth-child(2),
.link-zone a:nth-child(3) {
    display: inline-block !important;
}

.link-zone a img {
    width: 240px;
    height: 92px;
    max-width: 218px;
    max-height: 78px;
}

/*-Ã©Â«â€Ã©Â©â€”Ã¨Â¶Â³Ã¨Â·Â¡-*/
section.story,
.fb {
    float: left;
    width: 47%;
    background: #ffeae1;
    padding: 30px 3%;
    border-radius: 10px;
}

section.story {
    margin-right: 6%;
}

/*

.storyfb .title p {
font-size: 1.938em;
}
*/
.storyfb .title p.subtitle {
    font-size: 1.563em !important;
}

.story-slider {
    float: left;
    width: 100%;
}

.story-slider a {
    width: 380px;
    margin: 0 auto;
    display: block;
}

.slick-slide {
    text-align: center;
}

.story-slider .slick-prev {
    left: -15px;
    background: url(../images/prev.png) 0 0 no-repeat !important;
}

.story-slider .slick-prev,
.story-slider .slick-next {
    font-size: 0;
    line-height: 0;
    top: 50%;
    display: block;
    width: 50px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    position: absolute;
}

.story-slider .slick-next {
    right: -15px;
    background: url(../images/next.png) 0 0 no-repeat;
}

.decor-pic3 {
    position: absolute;
    z-index: 999;
    width: 150px;
    bottom: 0;
    left: 8%;
}

.decor-pic4 {
    position: absolute;
    z-index: 999;
    width: 155px;
    bottom: 0;
    right: 7%;
}

section.storyfb {
    position: relative;
    padding: 70px 0;
    margin-bottom: 0px;
    background: #fffaec;
}

.fb-plugin {
    float: left;
    width: 100%;
    text-align: center;
}

.fb-plugin.fb-rwd {
    display: none;
}

.storyfb .title p {
    font-size: 1.7em;
}

section.fb .title {
    margin-bottom: 1px;
    min-height: auto;
}

/*-Ã¨â€¹Â±Ã¦â€“â€¡Ã§â€°Ë†Ã©Â¦â€“Ã©Â Â-*/
.footer .copyright.en {
    padding: 10px 0;
}

section.taiwan-spot.en {
    margin: 0px 0;
}

.fat-footer.en ul {
    height: auto !important;
    margin: 50px 2%;
    width: 30%;
}

.fat-footer.en .title {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    text-align: center;
}

/*-Ã¨Â¼ÂªÃ¦â€™Â­-*/
.twspot-slider-wrap {
    float: left;
    width: 100%;
}

.twspot-slider1 p,
.twspot-slider2 p,
.twspot-slider3 p,
.twspot-slider4 p,
.twspot-slider5 p {
    margin: 12px 0 0 0;
    width: 100%;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0 3%;
}

.twspot-slider1 .slick-prev,
.twspot-slider2 .slick-prev,
.twspot-slider3 .slick-prev,
.twspot-slider4 .slick-prev,
.twspot-slider5 .slick-prev {
    left: 0px;
    background: url(../images/prev.png) 0 0 no-repeat !important;
}

.twspot-slider1 .slick-prev,
.twspot-slider1 .slick-next,
.twspot-slider2 .slick-prev,
.twspot-slider2 .slick-next,
.twspot-slider3 .slick-prev,
.twspot-slider3 .slick-next,
.twspot-slider4 .slick-prev,
.twspot-slider4 .slick-next,
.twspot-slider5 .slick-prev,
.twspot-slider5 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 26px;
    height: 45px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
    background-size: contain !important;
}

.twspot-slider1 .slick-next,
.twspot-slider2 .slick-next,
.twspot-slider3 .slick-next,
.twspot-slider4 .slick-next,
.twspot-slider5 .slick-next {
    right: 0px;
    background: url(../images/next.png) 0 0 no-repeat;
}

/*-Youth Travel Spots in Taiwan-*/
ul.spot-tab-en {
    float: left;
    width: 86%;
    margin: 35px 7% 45px 7%;
}

ul.spot-tab-en li {
    float: left;
    width: 20%;
    text-align: center;
    border-right: 1px solid #ccc;
    font-size: 1.1em;
    /* font-weight: bold; */
    cursor: pointer;
    padding: 7px 0;
}

ul.spot-tab-en li.active {
    background: #ff6a43;
    color: #fff;
}

.spot-intro-en {
    opacity: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.twspot-slider-wrap.spot-intro-en.active-cont {
    opacity: inherit;
    height: auto;
    line-height: normal;
    font-size: 1.2em;
}

.taiwan-spot.en .more-wrap p {
    width: 150px;
    font-size: 1.188em;
}

/*-åƒ¹éŒ¢-*/
.index-a-price {
    float: left;
    width: 100%;
}

.original {

    /* text-decoration: line-through; */
    margin-left: 6px;
    vertical-align: bottom;
}

/*-Ã©Â¦â€“Ã©Â ÂÃ¨Â¼ÂªÃ¦â€™Â­-*/
.link-slider a {
    width: 240px;
    display: block;
    margin: 0 auto;
}

.link-slider .slick-prev {
    left: 0px;
    background: url(../images/link-prev.png) 0 0 no-repeat !important;
}

.link-slider .slick-prev,
.link-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 48px;
    height: 42px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 9;
}

.link-slider .slick-next {
    right: 0px;
    background: url(../images/link-next.png) 0 0 no-repeat;
}

/*--*/
a.activity-item-spot {
    float: left;
    width: 100%;
    padding: 0 23px 18px 39px;
    font-weight: bold;
    background: url(../images/spot-i.png) 21px 4px no-repeat #f5f5f5;
    background-size: 10px;
}

/*-Ã©Â¦â€“Ã©Â ÂÃ¦ËœÅ¸Ã¦ËœÅ¸Ã¨Â©â€¢Ã¥Ë†â€ -*/
.index-rating {
    float: left;
    width: 100%;
    margin: 2px 0 0 0;
}

.jq-ry-container {
    padding: 0 5px 0 0 !important;
    display: inline-block !important;
    line-height: normal !important;
}

/*-------index-news-media-------*/
.new-tab {
    display: inline-block;
    margin-left: 20px;
    padding: 12px;
}

.new-tab button {
    width: 122px;
    display: inline-block;
    margin-right: 12px;
    text-align: center;
    font-size: 1.125rem;
    position: relative;
    cursor: pointer;
    padding: 6px 18px;
    background: #e4e4e4;
    border: 0;
    border-radius: 5px;
    position: relative;
    color: #707070;
}

.new-tab button.active {
    background: #D3441D;
    color: #fff;
}

.index-news-cont {
    display: flex;
    flex-wrap: wrap;
}

.news-cont {
    opacity: 0;
    float: left;
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
}

.tabcont-show {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    position: static;
    z-index: 1;
    border-radius: 0 0 6px 6px;
}

.index-news .more-wrap {
    margin: 0px 0 40px;
    z-index: 2;
    position: relative;
}

.index-section-inner .title {
    display: inline-block;
    text-align: left;
    width: auto;
}

.news-slider-wrap {
    height: 200px;
}

.news-slider-wrap .slick-slide,
.trainee-slider-wrap .slick-slide {
    width: 51vw;
    max-width: 400px;
    padding: 20px;
}

.news-slider-wrap .item,
.trainee-slider-wrap .item {
    max-width: 288px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(105, 105, 105, 0.1);
    border-radius: 15px;
    overflow: hidden;
}

.news-slider-wrap .item{
    height: 220px;
}

.news-slider-wrap .item-content .main-text{
    text-align: start;
}

.news-slider-wrap .item-content,
.trainee-slider-wrap .item-content {
    width: 100%;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.news-slider-wrap .item-content{
    display: block;
}

.news-slider-wrap .main-text,
.trainee-slider-wrap .main-text {
    width: 100%;
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 10px;
}

.news-slider-wrap .main-text a {
    color: #333333;
    height: 83px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: left;
}

.news-slider-wrap .date {
    display: inline-block;
    color: #a85e00;
    font-size: 1.05em;
    line-height: normal;
    margin-top: 0;
    font-weight: bold;
}

.news-slider-wrap .news-tag {
    display: flex;
    margin-top: 1rem;
}

.news-slider-wrap .news-tag a {
    display: block;
    color: #007BA8;
    margin-right: 5px;
    font-size: 0.9em;
}

.news-slider.slick-slider .slick-list,
.news-slider-2.slick-slider .slick-list {
    margin: 0 24px;
}

.news-slider .slick-prev,
.news-slider .slick-next,
.news-slider-2 .slick-prev,
.news-slider-2 .slick-next,
.trainee-slider .slick-prev,
.trainee-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 90px;
    display: block;
    width: 40px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 5;
    background-size: contain !important;
}

.news-slider .slick-prev,
.news-slider-2 .slick-prev,
.trainee-slider .slick-prev {
    left: 8px;
    background: url('../images/prev-icon.svg') 0 0 no-repeat !important;
    background-size: contain !important;
}

.news-slider .slick-next,
.news-slider-2 .slick-next,
.trainee-slider .slick-next {
    right: -8px;
    background: url('../images/next-icon.svg') 0 0 no-repeat !important;
    background-size: contain !important;
}

.trainee-slider-wrap {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

ul.spot-list li:first-child {
    border-top: 1px solid #e2e9ee;
}

ul.spot-list li {
    padding: 10px;
    border-bottom: 1px solid #e2e9ee;
    display: inline-block;
    width: 100%;
}

ul.spot-list li a {
    display: flex;
    /*     justify-content: center; */
    align-items: center;
}

ul.spot-list {
    display: inline-block;
    text-align: center;
    padding-inline-start: 0px;
    margin: 20px;
}

.spot {
    width: 100%;
    text-align: left;
    margin-bottom: 8px;
}

.spot strong {
    font-size: 1.5rem;
}

.trainee {
    width: calc(100% - 19% - 112px);
    text-align: left;
    margin-left: 20px;
}

.add-btn {
    text-align: right;
    padding: 5px 20px;
    background: #e97b5d;
    border-radius: 31px;
    color: #fff;
    font-weight: bold;
    font-size: 0.875rem;
}

.cont p {
    font-weight: 700;
}

.box-infor p {
    text-align: left;
    margin-bottom: 2px;
}

.trainee-slider .item-content {
    position: relative;
}

.trainee-slider .item-content::before {
    content: "";
    background: rgba(39, 39, 39, 0.9);
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s linear;
}

.trainee-slider.slick-slider .slick-list {
    margin: 0 24px;
}

.trainee-slider .item-content .box-infor {
    color: #fff;
    width: 100%;
    padding: 25px;
    transform: translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.4s linear;
}

.trainee-slider .item-content:hover .box-infor,
.trainee-slider .slide-iten:focus .item-content .box-infor,
.trainee-slider .slide-item:focus-within .item-content .box-infor{
    transform: translateY(-50%) scale(1);
}

.trainee-slider .item-content:hover::before,
.trainee-slider .slide-item:focus .item-content::before,
.trainee-slider .slide-item:focus-within .item-content::before {
    opacity: 1;
}

.trainee-slider a.more-btn {
    float: right;
    padding: 2px 10px;
    border-radius: 17px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 10px;
}

.spot p {
    color: #cf3100;
    font-size: 1rem;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.index-media {
    float: left;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.index-media-cont {
    float: left;
    width: 100%;
    margin: -6px 0 0 0;
    /* color: #000; */
    color: #fff;
    background: #ff6a43;
    padding: 13px 22px;
    border-bottom-left-radius: 8px;
    overflow: hidden;
    border-bottom-right-radius: 8px;
}

.index-media-cont strong {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: normal;
}

/*-------index-news-media-------*/
.index-socail {
    float: left;
    width: 47%;
    background: #ffeae1;
    padding: 30px 15px;
    border-radius: 10px;
}

.socail-wrap {
    display: flex;
    flex-wrap: wrap;
}

.index-socail {
    width: calc(100% / 3 - 14px);
    text-align: center;
}

.index-socail iframe {
    margin: 0 auto !important;
    max-width: 100% !important;
    min-width: auto !important;
    height: 320px !important;
    display: block !important;
    width: 500px;
}

.instagram-media {
    min-width: auto !important;
}

._2p3a {
    width: 100% !important;
}

.uiScaledImageContainer._2zfr {
    width: 100% !important;
}

section.index-socail img {
    width: 100%;
    max-width: 453px;
    margin: 0 auto;
    display: block;
    padding-top: 6px;
}

.index-socail:first-child {
    margin-right: 1.5%;
}

.index-socail .title {
    margin: 0 0 10px 0;
}

.index-socail:last-child {
    margin-left: 1.5%;
}

.right-media-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

/*-ç†±é–€æŽ¨è–¦-æŸ¥è©¢-*/
.index-search {
    display: flex;
    width: 100%;
    padding: 30px 0 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px 8px;
}

.index-search select {
    border: 0;
    padding: 11px 10px;
    width: 100%;
}

.index-search input[type=text] {
    padding: 11px 10px;
    height: auto;
    border: 0;
    margin-right: 10px;
    width: calc(100% - 54px);
}

.index-search>div {
    padding-right: 15px;
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.index-search .item {
    display: block;
    margin: 0 8px 0 0;
    white-space:nowrap; 
}

.index-search a.search-btn {
    background: #D44211;
}

.index-search .search_date {
    display: inline-flex;
    align-items: center;
    position: relative;
}

/* .index-search .search_date .item {
    margin: 0 5px 0 0;
    width: 75px;
} */

.index-search .search_date .date_input {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 0px;
}

.index-search .search_date .datepicker {
    height: auto;
    margin: 0 3px;
    padding: 10px;
    border: 0;
    border-radius: 2px;
}

.tb .birth .datepicker {
    border: 1px #bfbfbf solid;
}

.tb textarea {
    width: 100%;
}

a.search-btn {
    padding: 10px 12px;
    background: #fff;
    display: inline-block;
    border-radius: 3px;
}

a.search-btn img {
    width: 20px;
    vertical-align: sub;
}

a.calendar-btn {
    background: #D44211;
    display: inline-block;
    padding: 10px 10px 10px 20px;
    border-radius: 3px;
    color: #fff;
    margin-left: 7px;
}

/*-è·‘é¦¬ç‡ˆ
------------------------------------------------------------*/
.marquee {
    margin: 10px;
    padding: 0px;
    position: absolute;
    top: 170px;
    z-index: 2;
    width: 100%;
    text-align: left;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1280px;
}

.marquee-list {
    list-style: none;
    height: 44px;
    overflow: hidden
}

.marquee-list li {
    background: rgb(237 237 237 / 70%);
    border-radius: 30px;
    padding: 10px;
    height: 44px;
}

.marquee-btn {
    background: #C63A0C;
    padding: 5px 10px;
    border-radius: 19px;
    color: #fff;
    margin-right: 10px;
}

.more {
    float: right;
}

.upload-btn {
    background: #ff6a43;
    display: inline-block;
    padding: 6px 28px;
    vertical-align: bottom;
    margin-left: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 0.938rem;
    font-weight: 600;
}

.county {
    margin-bottom: 10px;
}


/*ç‰ˆåž‹1 
-----------------------------------------------------*/

.index-1 .index-spot-list li .spot-info::before {
    background: linear-gradient(180deg, rgb(136 165 0 / 4%) 0%, rgb(136 165 0 / 80%) 50%, #88a500 100%);
}

.index-1 .spot-info {
    background: #88a500;
}


/*ç‰ˆåž‹1 end
-----------------------------------------------------*/

/*ç‰ˆåž‹2
-----------------------------------------------------*/

.index-2 .searchZone_wrap .search_btn {
    background: url('../images/search.png') center center no-repeat #35c0f4;
}

.index-2 .searchZone_wrap .advancedSearch {
    background: #0087b9;
}

/*ç‰ˆåž‹2 end
-----------------------------------------------------*/
/*ç‰ˆåž‹3
-----------------------------------------------------*/
.index-3 ul.spot-tab li {
    background: #6b9916;
    color: #fff;
}

.index-3 .searchZone_wrap .search_btn {
    background: url('../images/search.png') center center no-repeat #34c00b;
}

.index-3 .searchZone_wrap .advancedSearch {
    background: #319215;
}

/*ç‰ˆåž‹3 end
-----------------------------------------------------*/

.travel_map {
    width: 100%;
    height: 500px;
    padding: 15px;
    margin-top: 20px;
    background: #ffeae1;
    border-radius: 10px;
}
