/* 輪播圖 */
.pc-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 668px) {
	.pc-banner {
		background-size: auto 100%;
	}
}

.swiper-container {
	width: 100%;
    margin: 20px 0;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 668px) {
	.swiper-container {
		margin: 0px 0 5px;
	}
}

.swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.7);
    transform: scale(1);
    width: 1220px;
}


.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
    transform: scale(1);
}

.none-effect {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}

.swiper-slide a {
    padding:0px 10px;
    width: 100%;
    height: 100%;
	display: block;
}

@media screen and (min-width: 668px) {
	.swiper-slide a:after {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		box-sizing: border-box;
		content: "";
        width: 100%;
        height: 100%;
	}
}

.swiper-slide-active a:after {
	background: none;
}

@media screen and (max-width: 668px) {
	.swiper-slide a {
		padding: 5px;
	}
}
.swiper-slide img {
    width: 100%;
    height: 100%;
	display: block;
}


.swiper-pagination {
	position: absolute;
    bottom: 30px;
    z-index: 500;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-pagination-bullet {
	background: #727171;
	margin-left: 4px;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #FFF100;
}

@media screen and (max-width: 668px) {
	
	.swiper-pagination {
		bottom: 10px;
	}

	.swiper-pagination-bullet {
		background: #727171;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
	}

	.swiper-pagination-bullet-active {
		width: 8px;
		height: 8px;
		background: #FFF;
		background: #FFF100;
	}
}

.swiper-button {
	width: 100%;
	bottom: 50%;
    position: absolute;
    transform: translateY(-50%);
    z-index: 500;
}

@media screen and (max-width: 668px) {
	.swiper-button {
		display: none;
	}
}


.swiper-button-prev {
	width: 55px;
	height: 55px;
	border-radius: 50%;
    background: url("../../images/icon_banner_jiantou_zou.png") no-repeat;
    position: absolute;
    left: 10px;
}

.swiper-button-next {
	width: 55px;
	height: 55px;
	border-radius: 50%;
    background: url("../../images/icon_banner_jiantou.png") no-repeat;
    position: absolute;
    right: 10px;
}

@media screen and (max-width: 668px) {
	.swiper-button div {
		display: none;
	}
}	
/* 圖片加載 */
.LiTourLoadingImage{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #f3f3f3;
	z-index:99;
}
.LiTourLoadingImage .sk-spinner{
	position: absolute;
	height: 22px;
	width: 22px;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
    transform: translateY(-50%);
}
.sk-spinner-fading-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}
.sk-spinner-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-spinner-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 18%;
    height: 18%;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.sk-spinner-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-spinner-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-spinner-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-spinner-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-spinner-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-spinner-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-spinner-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-spinner-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-spinner-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-spinner-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-spinner-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-spinner-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-spinner-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-spinner-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-spinner-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-spinner-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-spinner-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-spinner-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-spinner-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-spinner-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-spinner-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-spinner-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
/* 主題 */
.LiThemTitle{
    height: 55px;
    line-height: 55px;
    border-bottom: solid 2px #F0831E; ##FFE51D;
    font-weight:bold;
    color:rgba(0,0,0,1);
    font-size: 23px;
}
.LiThemNavList{
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.themimagenoselect{
    width: 28px;
    height: 28px;
}
.LiThemNavList ul li{
    float: left;
    border:1px solid #e5e5e5;
    text-align: center;
    margin: 10px;
    cursor: pointer;
	color: #FFFFFF; ##444444;
    font-weight: bold;
	border-radius: 2px;
	padding: 6px;
	width: 175px;
	background-color: #F0831E
}
.LiThemNavList ul li:hover{
	 border:1px solid #F0831E; ##FFE100;
	 color1:rgba(196,127,0,1);
	 color:#FFF;
}
.LiThemNavList ul li span{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 70px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.LiThemNavListSelect{
    border:1px solid #F0831E!important;
    border-radius:2px;
    color:rgba(196,127,0,1)!important;
}
.themimageselect{
    display: none;
}
.LiThemInfoList{
    width: 292px;
	height: 430px;
    margin-top: 20px;
    border-bottom: 2px solid #F0831E; ##FFE51D;
    float: left;
    margin-left: 10px;
}
.LiThemInfoList:nth-child(1){
    margin-left: 0;
}
.LiThemInfoList:nth-child(5){
    margin-left: 0;
}
.LiThemInfoList img{
    width: 292px;
    height: 292px;
}
.LiDiscount{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    padding: 5px;
    background: url("../../images/icon_linghua_bg_02.png") no-repeat;
}
.LiDiscount span{
    margin-top: 5px;
    display: inline-block;
    color: white;
}
.LiThemInfo{
    font-weight:bold;
    margin-top: 5px;
	line-height: 22px;
    height: 45px;
    color:rgba(35,24,21,1);
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.LiThemInfoDate{
    font-weight:normal;
    margin-top: 3px;
	line-height1: 15px;
    color:rgba(35,24,21,1);
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.LiThemInfoFoot{
    margin-top: 5px;
    height: 35px;
    xline-height: 35px;
}
.LiThemInfoNo{
    float: left;
	font-weight: bold;
	font-size: 16px;
}
.LiThemInfoNo span:nth-child(1){
    margin-right: 10px;
    color:rgba(35,24,21,1);
}
.LiThemInfoFee{
    float: right;
}
.LiThemInfoFee span{
    font-weight:bold;
    color:rgba(230,0,18,1);
}
.LiThemInfoFee span:nth-child(2){
    font-size:16px;
}
.LiIndexMore{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.LiIndexMore button{
	border-radius: 2px;
	font-size: 14px;
	color: #FFFFFF; ##444444;
	background-color:#F0831E; #FFE100;
	padding: 7px 10px;
	border: none;
	width: 200px;
    height: 40px;
	font-weight: bold;
}
/* Banner圖 */
.LiBanner{
    margin-top: 20px;
}
.LiBanner .BannerLeft{
    width: 780px;
    height: 290px;
    cursor: pointer;
    float: left;
}
.BannerLeft img{
    width: 780px;
    height: 290px;
}
.LiBanner .BannerRight{
    width: 410px;
    height: 290px;
    margin-left: 10px;
    cursor: pointer;
    float: left;
}
.BannerRight img{
    width: 410px;
    height: 290px;
}
/* 短線 */
.LiIndexExhibition{
    margin-top: 20px;
}
.LiIndexExhibitionTop{
	width: 100%;
	border-bottom: solid 2px #F0831E; ##FFE51D;
}
.LiIndexExhibitionTitle{
    height: 40px;
    line-height: 40px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    font-size: 23px;
}
.LiIndexNavListBox{
   	width: 100%;
	height: 110px;
    overflow: hidden;
	margin-top: 20px;
}
.LiIndexExhibitionNavList ul li{
    float: left;
    border:1px solid #e5e5e5;
	border-radius: 2px;
	width: 80px;
	padding: 7px 10px;
	margin: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.LiIndexExhibitionNavListSelect{
	background: #F0831E; ##FFE100;
    border-radius:2px;
}
.carousel-inner .item img{
    width: 100%;
}
/* 中國長線 */
.LiIndexLongLine{
    margin-top: 20px;
}
.LiIndexLongLineTop{
	width: 100%;
	border-bottom: solid 2px #F0831E; ##FFE51D;
}
.LiIndexLongLineTitle{
    height: 40px;
    line-height: 40px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    font-size: 23px;
	display: flex;
}
.LiIndexLongLineNavListBox{
	width: 100%;
	height: 110px;
    overflow: hidden;
	margin-top: 20px;
}
.LiIndexLongLineNavList ul li{
    float: left;
    border:1px solid #e5e5e5;
	border-radius: 2px;
	width: 80px;
	padding: 7px 10px;
	margin: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
/*动画*/
.modal-loading{
    position: fixed;
    font-size: 50px;
    color: rgba(244,218,37,1);
    left: 50%;
    top: 50%;
    z-index: 10501;
    margin-top: -20px;
    margin-left: -20px;
    display: none;
}
.sk-spinner-chasing-dots.sk-spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
    animation: sk-chasingDotsRotate 2s infinite linear;
}
.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: rgba(244,218,37,1);
    border-radius: 100%;
    -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}
.sk-spinner-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes sk-chasingDotsRotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-chasingDotsBounce {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
#data {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.6) !important;
    z-index: 10000 !important;
    display: none;
}
/*通告*/
.note{
	position: fixed;
    left: 50%;
    top: 50%;
    width: 550px;
    height: 590px;
    background-color: white;
    transform: translate(-50%,-50%);
    z-index: 99999;
    border-radius: 0px;
    text-align: center;
    padding: 0px;
    display: none;
}
.noteback{
	background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10500;
}
.notetitle{
	font-weight: bold;
	text-align: center;
	font-size: 24px;
}
.noteline{
    height: 3px;
    background: black;
    width: 100px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}
.noteimage{
    margin-top: 0px;
	width: 550px;
    height: 550px;
}
.noteimage img{
    width: 100%;
    height: 100%;
}
.notebtn button{
    margin: 0px 0;
    background: #F0831E; ##FFE51D;
	color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: none;
}
.LiMobileNavListBox{
	display: none;
}
/* 手機版 */
@media(max-width:768px){
	.LiIndexMore{
		display: none;
	}
	.LiMobileNavListBox{
		display: block;
		margin-left:10px;
		margin-top: 20px;
	}
	.LiMobileNavListBox span{
		display: inline-block;
		padding: 7px 10px;
		border-radius: 2px;
		border: 1px solid #e5e5e5;
		color: #000000; ##444444;
	}
	.LiMobileNavListBox a:nth-child(2) span{
		margin-left: 8px;
	}
	.LiDiscount{
        padding: 0 5px;
        background: url("../../images/icon_linghua_shuoji_bg_02.png") no-repeat;
    }
    .LiThemTitle{
		margin-left:10px;
		margin-top: 20px;
		color: #000000; ##444444;
        font-size: 1.5rem!important;
        height: auto;
        line-height: inherit!important;
        border-bottom:none;
    }
    .LiThemNavList{
       margin-left: 0.625rem;
       margin-right: 0.625rem;
       white-space: nowrap;
	   width: 100%;
    }
	.LiThemNavList ul{
		width: auto!important;
		display: inline-block;
	}
    .LiThemNavListLeftControl{
        display: none;
    }
    .LiThemNavListRightControl{
        display: none;
    }
    .LiThemNavList ul li:nth-child(1){
        margin-left: 0px!important;
    }
    .LiThemNavList ul li{
		padding: 7px 10px;
		border-radius: 2px;
		border: 1px solid #e5e5e5;
		color: #FFFFFF; ##444444;
        height: auto!important;
        width: auto!important;
        margin-left: 0px!important;
		margin-right: 8px!important;
		float: none;
		display: inline-block;
    }
	.LiThemNavList ul li span{
		width: auto!important;
	}
	.LiThemNavListSelect{
		border: 1px solid #e5e5e5!important;
		background: #F0831E; ##FFE100;
	}
    .LiThemNavList p{
      	font-size: 0.875rem;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }
    .LiThemNavList ul li img{
        display: none!important;
    }
    .LiThemInfoList{
        width: 48%;
		height: auto;
        border-bottom: none;
        margin: 10px 1%;
    }
    .LiThemInfoList:nth-child(1) {
        margin-left: 1%;
    }
    .LiThemInfoList:nth-child(5) {
        margin-left: 1%;
    }
    .LiThemInfoImage img{
        width: 100%;
        height: 100%;
    }
    .LiThemInfo{
        height: 4.0625rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .LiThemInfo p{
        font-size: 1rem;
    }
	.LiThemInfoDate{
        height: 15px;
        overflow: hidden;
		font-size: 12px;
        text-overflow: ellipsis;
        display2: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
		display: none;
    }
    .LiThemInfoFoot{
        margin-top: 5px;
    }
    .LiBanner{
        display: none;
    }
    .LiIndexExhibition{
        display: none;
    }
	.LiIndexLongLine1{
		display: none;
	}
    .LiThemInfoNo span{
        font-size: 1rem;
    }
    .LiThemInfoFee span:nth-child(1){
        font-size: 1rem;
    }
    .LiThemInfoFee span:nth-child(2){
        font-size: 1.5rem;
    }
    .LiThemInfoNo span:nth-child(2){
        display: none;
    }
	.note{
        width: 85%;
        height: auto;
    }
    .notetitle{
        font-size: 1.5rem;
    }
    .noteline{
        margin-top: 1.25rem;
    }
    .noteimage{
        margin-top: 1.25rem;
		width: 100%;
        height: auto;
    }
    .notebtn button{
        font-size: 1.125rem;
        margin:0.9375rem 0;
    }
}
.limited_offer {
  position: absolute;
  top: 0px;
  background-color: red;
  color: white;
  transition: .5s ease;
  opacity: 0.85;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size:17px;
  z-index: 10;
  border-radius: 0px
}
.LiTravelcountryBox {
    float: left;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    width: 100px;
    margin-top1: 6px;
    margin-left: 1.2%;
    font-size: 14px;
    padding: 0px;
    height: auto;
    text-align: center;
}
.LiTravelcountrySelectBox {
    background-color: #FFFFFF;
	border: solid 1px #e5e5e5;
	font-size: 14px;
	text-align: left;
	width: 200px;
	border-radius: 5px;
	padding-left: 6px;
}
	