@import url(http://fonts.googleapis.com/earlyaccess/notosanstc.css); 
a {
    text-decoration: none;
}
body{
    background-color: #fbf8f0;
}
/* 修改 bootstrap */
.container{
	width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    padding-top: 15px;
    font-family: "Roboto", "Helvetica", "PingFang TC", "微軟正黑體", "Heiti TC", "LiHei Pro", Arial, sans-serif;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.checkbox-item{
	position: relative;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    background-color: #c9bc9c;
    font-weight: bold;
    margin-bottom: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
}
.material-icons{
	float: right;
}
@media screen and (max-width: 767px){
	.hidden-sm-down {
	    display: none;
	}
}
@media screen and (min-width: 767px){
	.form-ui{
		margin-top: 15px;
	}
	[type="checkbox"] + label, [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
	    line-height: 18px;
	    font-size: 1.2rem;
	    font-family: 微軟正黑體;
    }
}
/* -- TourBox -- */
.tourBox {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  position: relative;
  background: #fff;
  border-radius: 2px;
}
.tourBox .tripRecommendText {
  position: absolute;
  top: -37px;
  left: 10px;
  color: #fff;
  display: none;
}
.tourBox .saleTagsBox {
  position: absolute;
  top: 10px;
  left: -5px;
  z-index: 100;
  display: none;
}
.tourBox .saleTagsBox .saleTags {
  position: relative;
  padding: 3px 7px;
}
.tourBox .saleTagsBox .saleTags span {
  padding: 0 3px;
}
.tourBox .saleTagsBox .saleTags.redBox {
  background: #f44336;
  color: #fff;
}
.tourBox .saleTagsBox .saleTags:before,
.tourBox .saleTagsBox .saleTags:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
}
.tourBox .saleTagsBox .saleTags:before {
  bottom: -5px;
  left: 0;
  border-width: 5px 0 0 5px;
  border-color: #b71c1c transparent transparent transparent;
}
.tourBox .saleTagsBox .saleTags:after {
  top: 0;
  right: -15px;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #f44336;
}
.tourBox .imgGroup {
  -webkit-flex: none;
  flex: none;
  width: 250px;
  overflow: hidden;
  position: relative;
}
.tourBox .tripImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}
.tourBox .dayPriceBox {
  position: absolute;
  left: 20px;
  bottom: 10px;
  z-index: 50;
}
.tourBox .dayPriceBox .originPrice {
  display: none;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.tourBox .dayPriceBox .originPrice span {
  text-decoration: line-through;
}
.tourBox .dayPriceBox .dayPrice {
  color: #fff;
  font-size: 14px;
}
.tourBox .dayPriceBox .dayPrice span {
  color: #ff9800;
  font-size: 23px;
  font-weight: 700;
}
.tourBox .imgMask {
  position: absolute;
  padding-bottom: 48%;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.tourBox .tourInfo {
  -webkit-flex: initial;
  flex: initial;
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: top;
  align-content: space-between;
  flex-direction: row;
}
.tourBox .tourInfo > div {
  width: 100%;
}
.tourBox .tourInfo .infoGroup {
  padding: 20px 20px 5px;
}
.tourBox .tourInfo .infoGroup .evalBox {
  overflow: hidden;
  transform: scale(0.8);
  transform-origin: left top;
}
.tourBox .tourInfo .infoGroup .travelName,
.tourBox .tourInfo .infoGroup .ratingBox {
  color: #777;
  float: left;
}
.tourBox .tourInfo .infoGroup .ratingBox {
  padding: 1px 0 0 5px;
}
.tourBox .tourInfo .infoGroup .strokeName {
  clear: both;
  margin-top: 5px;
  overflow: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #333;
}
.tourBox .tourInfo .infoGroup .strokeName strong {
  color: #333;
  font-size: 18px;
}
.tourBox .tourInfo .infoGroup .strokeName h2 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.tourBox .tourInfo .infoGroup .locate {
  display: inline-block;
  font-size: 12px;
  color: #757575;
  font-weight: bold;
  background: #f5f5f5;
  vertical-align: middle;
  padding: 0 5px;
  margin-top: 5px;
}
.tourBox .tourInfo .infoGroup .locate .material-icons {
  font-size: 12px;
  color: #bdbdbd;
  line-height: 18px;
  vertical-align: bottom;
}
.tourBox .tourInfo .infoGroup .locate h3 {
  font-size: 12px;
  display: inline;
  font-weight: 700;
}
@media screen and (max-width: 499px) {
  .tourBox .tourInfo {
    display: block;
    min-height: 100%;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .tourBox .tourInfo {
    min-height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .tourBox .tourInfo {
    min-height: auto;
  }
}
.tourBox:hover .tripImg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#resultTours .countrytitle {
	margin-top: 15px;
	text-align: center;
	width: calc(100% - 15px);
	padding: 12px;
	font-size: 22px;
	background-color: #96cac9;
	color: rgb(255, 255, 255);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-family: 'Noto Sans TC', sans-serif;
}
/* ----- 直式 tourBox ----- */
@media (max-width: 767px) {

	#resultTours {
	  max-width: 1140px;
	  margin: 0 auto;
	  display: block;
	  padding: 0;
	}
	#resultTours .countrytitle {
		width: 100%;
	}
	#resultTours .tourBox {
	  height: 100%;
	  flex-direction: column;
	}
	#resultTours .tourBox .imgGroup {
	  width: 100%;
	  padding-bottom: 56.25%;
	}
	#resultTours .tourInfo {
	  height: 100%;
	}
	#resultTours .newTourBox {
	  -webkit-flex: none;
	  flex: none;
	  width: calc(100% / 3 - 10px);
	  margin-left: calc(10px * 3 / 2);
	  margin-bottom: calc(10px * 3 / 2);
      width: 100%;
      margin: 0;
      margin-bottom: 15px;
	}
	#resultTours .newTourBox:nth-child(3n+1) {
	  margin-left: 0;
	}
}
.preFlag {
    margin: 5px 20px;
    font-size: 0;
}
.preFlag .tag[rel='forTripMember'] {
    padding: 0;
    font-size: 0;
    border: none;
    background: transparent;
}
.preFlag .tag {
    display: inline-block;
    margin: 5px 2px;
    border-radius: 15px;
    font-size: 12px;
    padding: 0 7px;
    color: #E20EA1;
    background: #fff;
    border: 1px #E20EA1 solid;
    cursor: default;
    font-weight: bold;
}
@media (max-width: 767px) {
	.preFlag .tag[rel='forTripMember'] {
	    width: 100%;
	}
}
.preFlag .tag[rel='forTripMember'] span {
    font-size: 12px;
    border: 1px #00c853 solid;
    border-left-width: 0;
    padding: 2px 7px;
    color: #00c853;
    background: #fff;
}
.preFlag .tag[rel='forTripMember'] span:first-child {
    background: #00c853;
    color: #fff;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}
.preFlag .promotion_text{
	font-size: 15px;
    border-left-width: 0;
    padding: 2px 5px 2px 2px;
    color: #FF4D4D;
    background: #fff;
	border: 0;
}
.preFlag .tag.tripressoTag[data-toggle="popover"], .preFlag .tag.discountTag[data-toggle="popover"] {
    position: relative;
    padding-right: 18px;
}
.preFlag .tag.tripressoTag[data-toggle="popover"]:after, .preFlag .tag.discountTag[data-toggle="popover"]:after {
    content: "\e88f";
    font-size: 12px;
    font-family: 'Material Icons';
    line-height: 0;
    vertical-align: middle;
    padding-left: 2px;
    position: absolute;
    top: 9px;
}
.preFlag .tag[rel='forTripMember'] span:last-child {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}
.dateFavoriteBox {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    border-top: 1px #d2d2d2 solid;
}
.newTourBox {
    margin-bottom: 15px;
    position: relative;
}
.newTourBox .dateFavoriteBox .dateBox {
    width: calc(100% - 10px);
}
.dateFavoriteBox .dateBox {
    -webkit-flex: initial;
    flex: initial;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    padding: 15px 20px;
    position: relative;
}
.dateFavoriteBox .dateBox .dateList {
    width: calc(100% - 50px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    overflow:hidden;
    white-space: nowrap;
	text-overflow: ellipsis;
}
/*用寬度隱藏限時促銷與保證出團的date*/
@media (max-width: 590px) {
	.dateFavoriteBox .dateBox .dateList {
		width: 405px;
	}
}
@media (max-width: 505px) {
	.dateFavoriteBox .dateBox .dateList {
		width: 320px;
	}
}
@media (max-width: 420px) {
	.dateFavoriteBox .dateBox .dateList {
		width: 235px;
	}
}
@media (max-width: 335px) {
	.dateFavoriteBox .dateBox .dateList {
		width: 150px;
	}
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus {
    display: none;
    font-size: 14px;
    position: relative;
    margin-right: 20px;
}
.newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(1), .newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(2), .newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(3), .newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(4), .newTourBox .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(5) {
    display: inline;
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(1), .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(2), .dateFavoriteBox .dateBox .dateList .flagGroupStatus:nth-child(3) {
    display: inline;
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus[rel='guarantee'] a {
    color: #FF8800;
}

.dateFavoriteBox .dateBox .dateList .flagGroupStatus[rel='timeLimit'] a {
    color: #03a9f4;
}
.toolTipBox {
    display: inline-block;
    position: relative;
    text-align: center;
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus[rel='guarantee'] .toolTipTextBox {
    background-color: #FF9B26;
}

.dateFavoriteBox .dateBox .dateList .flagGroupStatus[rel='timeLimit'] .toolTipTextBox {
    background-color: #03a9f4;
}
.dateFavoriteBox .dateBox .dateList .flagGroupStatus .toolTipTextBox {
    font-size: 13px;
}
.dateFavoriteBox .dateBox .toolTipBox .toolTipTextBox {
    position: static;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.toolTipBox .toolTipTextBox {
    visibility: hidden;
    width: 65px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 1s;
    font-size: 13px;
    line-height: 1;
}
.dateFavoriteBox .dateBox .dateMore {
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.dateFavoriteBox .dateBox .dateMore a {
    color: #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none;
}

/* ----- 為了 PC 版左側的整個黏著動作 ----- */
/*.searchResultBox {
  position: relative;
}
.searchResultBox .searchResultScrollBox[action="relative"] {
  position: absolute;
  top: 0;
}
.searchResultBox .searchResultScrollBox[action="relative_bottom"] {
  position: absolute;
  bottom: 0;
}
.searchResultBox .searchResultScrollBox[action="fixed_bottom"] {
  position: fixed;
  bottom: 0;
}
.searchResultBox .searchResultScrollBox[action="fixed_top"] {
  position: fixed;
  top: 0;
}*/



/*------------------------------------2018ste-------------------------------------*/
/*手機版MENU三條線與側邊攔*/
body {
    font: 13px/1.4 "Open Sans", sans-serif;
}
body:after {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
    transition: 0.8s;
}
body.openMenu {
    overflow: hidden;
}
body.openMenu:after {
    visibility: visible;
    opacity: 1;
}
#openMenu {
    width: 48px;
    display: inline-block;
    padding: 12px;
    height: 50px;
    vertical-align: top;
}
#openMenu:hover {
    color: #000;
}
#menu {
    position: fixed;
    left: -280px;
    top: 0;
    z-index: 150;
    overflow: auto;
    width: 280px;
    max-width: 85%;
    height: 100%;
    background-color: #f5f5f5;
    transition: 0.4s ease-in-out;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.openMenu #menu {
    left: 0;
}
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu .hidden-md-down li{
	padding: 10px 20px 0;
}
#menu .hidden-md-down .mobileCkeckbox{
	width: 50%;
	display: inline-block;
}
#menu ul li a {
    display: block;
    padding: 12px 24px;
    background-color: #fff;
    text-decoration: none;
    color: #888;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    transition: 0.4s;
}
#menu ul li a:hover {
    color: #333;
    background-color: #eee;
}


/*「手機版」三條線*/
@media (min-width:768px) {
	#openMenu{
		display:none;
	}
	#menu{
		display:none;
	}
}
/*整個內容body*/
body{
	background-image:url(../images/bg.jpg);
}
/*最上面橫幅與大圖*/
/*最上面橫幅*/
.topbar{
	width:100%;
	height:50px;
	display:inline-block;
	background-color: #e7c321;
	z-index:1200;
}
@media (max-width:768px) {
	.topbar{
		position: fixed;
		
	}
}
.logo{
	height: 55px;
	margin-left:10%;
}
.topbarlink{
	width:80%;
	text-align:right;
	transform:translateY(50%);
	display:inline;
	position:absolute;
	right:1%;
}
.topbutton{
	margin-right:1%; 
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
/*大圖*/
.bigimg{
	height:400px;
	background: url(../images/banner_base.jpg) no-repeat center;
	position: relative;
}
.banner_base2{
	height:400px;
	background: url(../images/banner_base2.png) no-repeat center;
	z-index: 2;
}
.banner_text, .banner_text2, .banner_bear, .banner_girl{
	position: absolute;
    z-index: 3;
}
.banner_text{
    height: 202px;
    width: 396px;
	background: url(../images/banner_text.png) no-repeat center;
    left: calc(50% - 240px);
    bottom: 90px;
    z-index: 4;
}
.banner_text2{
    height: 82px;
    width: 429px;
    background: url(../images/banner_text2.png) no-repeat center;
    left: calc(50% - 214.5px);
    bottom: 0px;
}
.banner_bear{
    height: 324px;
    width: 278px;
    background: url(../images/banner_bear.png) no-repeat center;
    left: calc(50% + 130px);
    bottom: 20px;
}
.banner_girl{
    height: 316px;
    width: 181px;
    background: url(../images/banner_girl.png) no-repeat center;
    left: calc(50% - 400px);
    bottom: 20px;
}
.transparent{
	-moz-opacity:0.5;
	filter:alpha(opacity=33);
	border:0px;
}
.normal{
	border:0px;
}
.bigimg .img1{
	position: absolute;
	left: 24%;
	top: 180px;
}
@media (max-width:960px) {
	.bigimg .img1{
		left: 15%;
	}
}
/*「手機版」最上面橫幅與大圖*/
@media (max-width:768px) {
	.topbarlink{
		display:none;
	}
	.bigimg .img1{
		left: 10%;
	}
}
@media (max-width:768px){
	.bigimg .img1{
		width: 180px;
		left: 20px;
		top: 120px;
	}
	/*大圖*/
	.bigimg{
		height: 240px;
		width: 100%;
		padding-top: 48px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 768px;
	}
}
/*國家整條*/
.country{
	width:100%;
	height: 50px;
	text-align: center;
	background-color:#f091a3;
}
.country>div{
	transform:translateY(50%);
	margin-left:0.5%;
	margin-right:0.5%;
	display:inline-block;
}
.country>div>a{
	border:8px solid #f091a3;
}
.country>div>a:hover{
	border:8px solid #FFFFFF;
	background:#FFFFFF;
	text-decoration: none;
}
.country>div>a.active{
	border:8px solid #FFFFFF;background :#FFFFFF;
	text-decoration: none;
}
.country>div>a{
	font-size: 18px;
	line-height:140%;
	color:#434343;
	font-family: PMingLiU, "SongTi TC", serif;
	font-weight: bold;
	/*text-shadow: 1px 1px hsla(0,0%,0%,0.30);*/
	text-decoration: none;
	background-color: #f091a3;
}
/*「手機版」國家整條*/
@media (max-width:900px) {
	.country>div{
		margin-left:-0.5%;
		margin-right:-0.5%;
	}
}
@media (max-width:768px) {
	.country{
		display:none;
	}
}
@media (min-height:668px) {
	.country{
		height:50px;
	}
}
/*LINE好友按鈕*/
.line-button{
	width:100%;
	height:250px;
	text-align:center;
	z-index: 10;
	position: relative;
	max-width: 1140px;
	margin: 0 auto;
}
.line-button img{
	width:100%;
}
/*「手機版」LINE好友按鈕*/
@media (max-width:768px) {
	.line-button{
		height:350px;
	}
	.line-button-img{
		display:none;
	}
	.line-button img{
		max-width: 350px;
		width: 90%;
		margin: auto;
	}
}
@media (min-width:768px) {
	.line-button-img-phone{
		display:none;
	}
	
}
/*頁尾*/
footer {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 8px hsla(0,0%,0%,0.50);
	box-shadow: 0px 0px 8px hsla(0,0%,0%,0.50);
	text-align: center;
	font-size: 14pt;
	padding-top: 30px;
	padding-bottom: 30px;
	z-index: 10;
	position: relative;
}
.img-radius{
	display:inline-block;
	display:relative;
	width:200px;
	height:200px;
	overflow:hidden;
	border-radius:50%;
	border-color:#FFFFFF;
	border-width:10px;
	border-style:solid;
}
.img-radius:hover{
	box-shadow: 0 1px 3px 2px rgba(128,128,128,.4);
}
.img-radius img{
	width:auto;
	height:100%;
	margin-left:-25px;
	margin-right:-25px;
}
/*各個行程整個框*/
.mix{
	display:inline-block;
	width:21%;
	margin:1.5% 1.5% ;
	border-color:#FFFFFF;
	border-width:10px;
	border-style:solid;
}
/*各個行程圖片跟內容之滑鼠停留在上面時*/
.mix:hover{
	box-shadow: 0 1px 3px 2px rgba(128,128,128,.4);
}
/*「手機版」各個行程整個框*/
@media (max-width:768px) {
	.mix{
		width:23%;
		margin-left:0.5%;
		margin-right:0.5%;
		border-width:5px;
	}
}
@media (max-width: 480px) {
	.mix{
		width:40%;
		border-width:2px;
	}
	.mix-frame{
		text-align:center;
	}	
}
/*行程上面國家之橫條圖*/
.mix-frame{
	text-align: center;
	overflow: hidden;
}
.country-color{
	height:45px;
	background-repeat: no-repeat;
	background-position: center;
}
.country-id{
	height: 50px;
}
.country-id-TOP10{
	height:3%;
}
/*「手機版」行程上面國家之橫條圖*/
@media (max-width:768px) {
	.country-color{
		height: 35px;
	}
	.country-id{
		height: 50px;
	}
	.country-id-TOP10{
		height:5%;
	}
}
/*整個行程區塊*/
#container{
	margin-left:10%;
	margin-right:10%;
	margin-bottom:3%;
}
/*各個行程圖片跟內容*/
figure{
	background-color: #FFFFFF;
}
/*各個行程圖片跟內容之小圖*/
figure img{
	width: 100%;
}
/*行程標題*/
.travelname{
	height:44px;/*不得已加這個*/
	width:98%;
	margin-top:3%;
	margin-left:2%;
	margin-right:2%;
	display: inline-block;
	font-size: 16px;
	text-align:left;
	color: #000000;
}
/*行程促銷說明*/
.travelname2{
	height:22px;/*不得已加這個*/
	width:98%;
	margin-top:5%;
	margin-left:2%;
	display: inline-block;
	font-size: 12pt;
	text-align:left;
	color:#BF0060;
	font-weight:bold;
}
/*行程價格*/
.sprice{
	width: 100%;
	display: inline-block;
	margin-left:2%;
	color: #f13424;
	font-size: 30px;
	font-weight: bold;
	text-align:left;
	font-family: Century Gothic, Helvetica, Arial,"微軟正黑體",Microsoft JhengHei, sans-serif;
}
/*價格後面"起"字*/
.priceup{
	margin-left:-4%;
	color: #888;
	font-size: 13px;
	font-style: italic;
	font-family: Microsoft JhengHei, PMingLiU, Microsoft YaHei;
}
@media (max-width: 1120px) {
	.travelname{
		height:40px;/*不得已加這個*/
	}
	/*行程促銷說明*/
	.travelname2{
		height:40px;/*不得已加這個*/
	}
}

/*「手機版」行程*/
@media (max-width:768px) {
	#container{
		margin-left:0%;
		margin-right:0%;
	}
	.travelname{
		width:100%;
		font-size: 11px;
	}
	.travelname2{
		width:100%;
		font-size: 10px;
	}
	.sprice{
		font-size: 26px;
	}
}
@media (max-width: 480px) {
	.travelname{
		height:38px;/*不得已加這個*/
		font-size: 13px;
	}
	.travelname2{
		height:19px;/*不得已加這個*/
		font-size: 11px;
	}
	.sprice{
		font-size: 16px;
	}
	.priceup{
		font-size: 6px;
	}
}
@media (max-width: 370px) {
	.priceup{
		font-size: 5px;
	}
}



/*------------------------------------2018ste-------------------------------------*/