html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
a, label, button, input, select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
	width: 100%;
	height: auto;
	display: block;
	border: 0;
	max-width: 100%;
	height: auto;
}
body {
	position: relative;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #666;
}
.event-container {
	max-width: 570px;
	margin-right: auto;
	margin-left: auto;
}
.clearfix: : after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	}
.divHeight {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.r-line {
	position: relative;
}
.r-line: after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	border-right: 1px solid #D9D9D9;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.b-line {
	position: relative;
}
.b-line: after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.lrp-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px;
	position: relative;
}
.lrp-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}
.lrp-flexView {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.lrp-scrollView {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.lrp-navBar {
	height: 498px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	z-index: 9999;
}
.lrp-navBar-item {
	height: 44px;
	min-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 0.9rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	color: #808080;
	position: relative;
}
.lrp-navBar-item: first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: -25%;
	font-size: 0.9rem;
	font-weight: bold;
}
.lrp-navBar-item: last-child {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.lrp-center-title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inherit;
	position: absolute;
	text-overflow: ellipsis;
	font-size: 5.6vmin;
	font-family: "Microsoft JhengHei",sans-serif;
	font-weight: bold;
	color: #0079c2;
	z-index: 9999;
	padding-left: 16%;
}
.lrp-center-text {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
	width: 75%;
	height: 45vmin;
	overflow: auto;
	display: inherit;
	position: absolute;
	text-overflow: ellipsis;
	font: 700 4.5vmin "Microsoft JhengHei",sans-serif;
	color: #44403f;
	z-index: 9999;
	padding-left: 2%;
	padding-Right: 2%;
	text-align: justify;
	margin-top: 45%;
}

.swiper-button-next,.swiper-button-prev {
	/*swiper 默認圖標適應性較差，使用rem單位規定左右按鈕大小，圖標大小*/
	width: 5vmin !important;
	height: 10vmin !important;
	background-size: cover !important;
	margin-top: -1.8rem !important;
}
.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9 {
	float: left;
	display: inline-block
}
.col-1 {
	width: calc(8.33333333%)
}
.col-2 {
	width: calc(16.66666667%)
}
.col-3 {
	width: calc(25%)
}
.col-4 {
	width: calc(33.33333333%)
}
.col-5 {
	width: calc(41.66666667%)
}
.col-6 {
	width: calc(50%)
}
.col-7 {
	width: calc(58.33333333%)
}
.col-8 {
	width: calc(66.66666667%)
}
.col-9 {
	width: calc(75%)
}
.col-10 {
	width: calc(83.33333333%)
}
.col-11 {
	width: calc(91.66666667%)
}
.col-12 {
	width: calc(100%)
}
.h56 {
	height: auto;
}
@media only screen and (min-width: 0px) and (max-width: 320px){
.col-5 {
	width: calc(41.66666667%)
}
.p1{
	width: 100%;
	padding: 0% 14%; 
	margin-top: -22%;
	margin-bottom: 20%;
	}
.f1 {
	font-size: 0.1vmin;
	text-align: center;
	position: relative;
	/* [disabled]margin-top: -15%;*/
	/* [disabled]margin-bottom: 5%; */
	padding-left: 5%;
	padding-right: 5%
}
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
.col-5 {
	width: calc(41.66666667%)
}
.p1{
	width: 100%;
	padding: 0% 14%; 
	margin-top: -22%;
	margin-bottom: 20%;
	}
.f1 {
	font-size: 0.1vmin;
	text-align: center;
	position: relative;
	/* [disabled]margin-top: -15%;*/
	/* [disabled]margin-bottom: 5%; */
	padding-left: 5%;
	padding-right: 5%
}
}

@media only screen and (min-width: 769px) {
.col-5 {
	width: calc(16.66666667%)
}
.p1{
	width: 100%;
	padding: 0% 14%; 
	margin-top: -22%;
	margin-bottom: 20%;
	}
.f1 {
	font-size: 0.1vmin;
	text-align: center;
	position: relative;
	/* [disabled]margin-top: -15%;*/
	/* [disabled]margin-bottom: 5%; */
	padding-left: 5%;
	padding-right: 5%
}
}
@media (min-width: 600px) and (max-width: 1024px) {
.col-5 {
	width: calc(41.66666667%)
}
.p1{
	width: 100%;
	padding: 0% 14%; 
	margin-top: -20%;
	margin-bottom: 20%;
	}
.f1 {
	font-size: 0.1vmin;
	text-align: center;
	position: relative;
	/* [disabled]margin-top: -15%;*/
	/* [disabled]margin-bottom: 5%; */
	padding-left: 5%;
	padding-right: 5%
}

.swiper-button-next,.swiper-button-prev {
	/*swiper 默認圖標適應性較差，使用rem單位規定左右按鈕大小，圖標大小*/
	width: 5vmin !important;
	height: 10vmin !important;
	background-size: cover !important;
	margin-top: -2.5rem !important;
}
.lrp-center-text {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
	width: 55%;
	height: 34vmin;
	overflow: auto;
	display: inherit;
	position: absolute;
	text-overflow: ellipsis;
	font: 700 3.5vmin "Microsoft JhengHei",sans-serif;
	color: #44403f;
	z-index: 9999;
	padding-left: 2%;
	padding-Right: 2%;
	text-align: justify;
	margin-top: 30%;
}
.lrp-center-title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inherit;
	position: absolute;
	text-overflow: ellipsis;
	font-size: 4.5vmin;
	font-family: "Microsoft JhengHei",sans-serif;
	font-weight: bold;
	color: #0079c2;
	z-index: 9999;
	padding-left: 16%;
}
}@media (min-width: 1200px) {
.col-5 {
	width: calc(41.66666667%)
}
.swiper-button-next,.swiper-button-prev {
	/*swiper 默認圖標適應性較差，使用rem單位規定左右按鈕大小，圖標大小*/
	width: 5vmin !important;
	height: 10vmin !important;
	background-size: cover !important;
	margin-top: -3rem !important;
}
.p1{
	width: 100%;
	padding: 0% 14%; 
	margin-top: -22%	
	}
.f1 {
	font-size: 0.1vmin;
	text-align: center;
	position: relative;
	/* [disabled]margin-top: -15%;*/
	/* [disabled]margin-bottom: 5%; */
	padding-left: 5%;
	padding-right: 5%
}

.lrp-center-text {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
	width: 60%;
	height: 28vmin;
	overflow: auto;
	display: inherit;
	position: absolute;
	text-overflow: ellipsis;
	font: 700 2.5vmin "Microsoft JhengHei",sans-serif;
	color: 44403f;
	z-index: 9999;
	padding-left: 2%;
	padding-Right: 2%;
	text-align: justify;
	margin-top: 12%;
}
.lrp-center-title {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: inherit;
	position: absolute;
	text-overflow: ellipsis;
	font-size: 3.5vmin;
	font-family: "Microsoft JhengHei",sans-serif;
	font-weight: bold;
	color: #0079c2;
	z-index: 9999;
	padding-left: 15%;
}
}.lrp-center {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 44px;
	margin-left: 0%;
}
.lrp-center-img {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	position: absolute;
	font-size: 5.6vmin;
	z-index: 9999;
	margin-top: 32%;
	padding: 32.5% 16% 0 16%;
	margin: auto;
}
.lrp-center-bt {
	height: auto;
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 9999;
	padding: 0% 30% 0 30%;
	margin: auto;
	bottom: 5%;
}
.lrp-center-bt1 {
	height: auto;
	overflow: hidden;
	display: block;
	position: absolute;
	z-index: 9999;
	padding: 0% 30% 0 30%;
	margin: auto;
	bottom: 5%;
}
.icon {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat;
}
.m-slider {
	overflow-x: hidden;
	width: 100%;
	position: relative;
}
.slider-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.slider-item {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #f6f6f6;
}
.slider-item img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
.slider-pagination {
	text-align: right;
	position: absolute;
	width: 100%;
	z-index: 2;
	right: 0;
	bottom: 10px;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider-pagination > .slider-pagination-item {
	margin: 0 .25rem;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.4);
}
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
	background-color: #fff;
	border-radius: 100%;
}
.lrp-palace {
	padding: 0.5rem 0;
	position: relative;
	overflow: hidden;
}
.lrp-palace-grid {
	position: relative;
	float: left;
	padding: 1px;
	width: 20%;
	box-sizing: border-box;
	margin: 5px 0;
}
.lrp-palace-grid-icon {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
.lrp-palace-grid-icon img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.lrp-palace-grid-text {
	display: block;
	text-align: center;
	color: #333;
	font-size: 0.85rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 0.2rem;
}
.lrp-palace-grid-text h2 {
	font-size: 0.8rem;
	font-weight: normal;
	color: #666666;
}
.m-actionsheet {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #EFEFF4;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.mask-black {
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 500;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 998;
}
.actionsheet-action {
	display: block;
	margin-top: .15rem;
	font-size: 0.28rem;
	color: #555;
	height: 1rem;
	line-height: 1rem;
	background-color: #FFF;
}
.m-actionsheet {
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10005;
	background-color: #ffffff;
	-webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.actionsheet-toggle {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.actionsheet-item {
	display: block;
	position: relative;
	font-size: 0.85rem;
	color: #555;
	height: 2rem;
	line-height: 2rem;
	background-color: #FFF;
}
.actionsheet-item {
	display: block;
	position: relative;
	font-size: 0.85rem;
	color: #555;
	height: 2rem;
	line-height: 2rem;
	background-color: #FFF;
}
.lrp-coll-cancel a {
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	background: #f9f9f9;
	display: block;
	text-align: center;
	width: 100%;
}
.lrp-coll-share-img {
	width: 38px;
	height: 38px;
	margin: 0 auto;
}
.lrp-coll-share-img img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
.lrp-coll-share-box {
	position: relative;
	overflow: hidden;
	padding: 10px 0;
}
.lrp-coll-cancel a {
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	background: #f9f9f9;
	display: block;
	text-align: center;
	width: 100%;
}
.lrp-coll-share-item {
	position: relative;
	float: left;
	padding: 8px 10px;
	width: 33.333%;
	box-sizing: border-box;
	font-size: 12px;
	height: 85px;
}
.lrp-rule {
	position: absolute;
	right: 0;
	top: 1rem;
	background: #54ca9a;
	border-radius: 50px 0 0 50px;
	font-size: 0.8rem;
	padding: 0.2rem 0.6rem;
	color: #fff;
}
.lrp-ate-head {
	background: #59c2ef;
}
.lrp-ad-img {
	/* [disabled]padding: 1rem 1rem 0.3rem 1rem;*/
}
.lrp-flex-one .lrp-flex-box {
	text-align: center;
	position: relative;
	color: #fffdfe;
}
.lrp-pd-img {
	width: 130px;
	height: 130px;
	margin-right: 0.5rem;
}
.lrp-flex-box h2 {
	font-size: 0.95rem;
	line-height: 1.2;
	margin-bottom: 0.5rem;
}
.lrp-flex-box span {
	color: #fff;
	font-size: 0.8rem;
	background: -webkit-linear-gradient(left top, #f56755, #dd1400);
	background: -o-linear-gradient(bottom right, #f56755, #dd1400);
	background: -moz-linear-gradient(bottom right, #f56755, #dd1400);
	background: linear-gradient(to bottom right, #f56755, #dd1400);
	background-color: #f56755;
	border-radius: 3px;
	padding: 0.3rem 0.5rem;
	position: relative;
	z-index: 2;
}
.lrp-flex-box span: after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 8px;
	left: -4px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
}
.lrp-flex-box span: before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 8px;
	right: -4px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 100%;
}
.lrp-ate-list .lrp-flex {
	box-shadow: 0 3px 9px #dcdcdf;
	border-radius: 3px;
	background: #007ac5;
	margin-bottom: 0.9rem;
}
.lrp-ate-list .lrp-flex-two {
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}
.lrp-flex-box h1 {
	color: #333;
}
.lrp-flex-box h2 {
	color: #333;
}
.lrp-flex-box h1 {
	color: #d42b30;
	font-size: 1rem;
	margin-bottom: 0.2rem;
}
.lrp-flex-two .lrp-flex-box h2 {
	color: #999999;
	font-size: 0.8rem;
	font-weight: normal;
}
.lrp-flex-box .lrp-chang-box span {
	color: #c540e9;
	font-size: 0.7rem;
	border-radius: 3px;
	border: 1px solid #c540e9;
	background: none;
	padding: 0 0.4rem 0 0;
	display: inline-block;
	overflow: hidden;
}
.lrp-flex-box .lrp-chang-box span: after {
	background: none;
}
.lrp-flex-box .lrp-chang-box span: before {
	background: none;
}
.lrp-flex-box .lrp-chang-box p {
	color: #999999;
	font-size: 0.8rem;
	font-weight: normal;
	text-align: right;
}
.lrp-flex-box .lrp-chang-box span em {
	background: -webkit-linear-gradient(left top, #5836e4, #ba28e3);
	background: -o-linear-gradient(bottom right, #5836e4, #ba28e3);
	background: -moz-linear-gradient(bottom right, #5836e4, #ba28e3);
	background: linear-gradient(to bottom right, #5836e4, #ba28e3);
	background-color: #5836e4;
	font-style: normal;
	color: #fff;
	padding: 0.3rem 0.3rem;
	font-size: 0.7rem;
	margin-right: 0.4rem;
	position: relative;
	border-radius: 3px 0 0 3px;
}
.lrp-flex-box .lrp-chang-box span em: after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 6px;
	right: -4px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #9e2ce3;
}
.lrp-ate-list {
	position: relative;
	z-index: 22;
}
.lrp-flex-box .lrp-chang-box-in span {
	color: #f26061;
	font-size: 0.7rem;
	border-radius: 3px;
	border: 1px solid #ffe8e8;
	background: none;
	padding: 0 0.4rem 0 0;
	display: inline-block;
	overflow: hidden;
	background: #ffe8e8;
}
.lrp-flex-box .lrp-chang-box-in span em {
	background: -webkit-linear-gradient(left top, #f56062, #f56062);
	background: -o-linear-gradient(bottom right, #f56062, #f56062);
	background: -moz-linear-gradient(bottom right, #f56062, #f56062);
	background: linear-gradient(to bottom right, #f56062, #f56062);
	background-color: #f56062;
	font-style: normal;
	color: #fff;
	padding: 0.3rem 0.3rem;
	font-size: 0.7rem;
	margin-right: 0.4rem;
	position: relative;
	border-radius: 3px 0 0 3px;
}
.lrp-flex-box .lrp-chang-box-in span em: after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 6px;
	right: -4px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #f56062;
}
.lrp-ate-list .lrp-flex-two {
	margin-bottom: 0;
	padding-bottom: 0;
}
html: : -webkit-scrollbar {
	width: 10px;
}
html: : -webkit-scrollbar-track {
	background: rgb(41, 169, 224);
	border-radius: 1px;
}
html: : -webkit-scrollbar-thumb {
	background: rgb(41, 169, 224);
	border-radius: 1px;
}
html: : -webkit-scrollbar-thumb: hover {
	background: rgb(41, 169, 224);
	border-radius: 10px;
}
html: : -webkit-scrollbar-thumb: active {
	background: rgb(41, 169, 224);
	border-radius: 10px;
}