<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (min-width: 1200px) {
	.container {
		width: 1200px !important;
		padding: 0 !important;
	}
}

.header {
	background: rgba(25,25,25,0.6) !important;
	position: relative !important;
}

.footer {
	width: 100%;
	height: 215px;
}

.footercontainer {
	width: 100%;
	height: 100%;
}

.path {
	width: 100%;
	height: 60px;
	background: rgb(247, 248, 248);
}

.path_container {
	height: 60px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #9fa0a0;
	font-size: 14px;
}
.path_container a{
	color: #9fa0a0;
	text-decoration: none;
}
.hotelbox {
	width: 100%;
	padding: 50px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.hotelbox .hotelcontainer{
	width: 72%;
	height: 500px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.hotelbox .hotelcontainer .hotelleft{
  width: 100%;
	height: 100%;
}
.hotelbox .hotelcontainer .hotelleft .hotelleftarrow{
	position: absolute;
	top: 50%;
	left: 10px;
	width: 50px;
	height: auto;
	cursor: pointer;
}
.hotelbox .hotelcontainer .hotelleft .hotelrightarrow{
	position: absolute;
	top: 50%;
	right: 10px;
	width: 50px;
	height: auto;
	cursor: pointer;
}
.hotelbox .hotelcontainer .hotelleft .left_item{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.hotelbox .hotelcontainer .hotelright{
	width: 300px;
	height: 100%;
	padding: 90px 0 37px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
  position: relative;
}
.hotelbox .hotelcontainer .hotelright .titlebox{
	font-size: 34px;
	color: #3e2c16;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.hotelbox .hotelcontainer .hotelright .titlebox .titleempty{
	width: 30%;
}
.hotelbox .hotelcontainer .hotelright .titlebox .titlecxt{
	width: 68%;
	margin-right: 2%;
	text-align: left;
	padding: 0 10px;
}

.hotelbox .hotelcontainer .hotelright .content{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.hotelbox .hotelcontainer .hotelright .content .navs{
	width: 30%;
	height: 100%;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.hotelbox .hotelcontainer .hotelright .content .navs::-webkit-scrollbar {
	width: 3px;
	background: #f7f8f8;
}

.hotelbox .hotelcontainer .hotelright .content .navs::-webkit-scrollbar-thumb {
	/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(201, 188, 156);
}

.hotelbox .hotelcontainer .hotelright .content .navs::-webkit-scrollbar-track {
	/*婊氬姩鏉￠噷闈㈣建閬�*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(225, 225, 225);
}
.hotelbox .hotelcontainer .hotelright .content .navs .navitem{
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	color: #c7c5c5;
}
.hotelbox .hotelcontainer .hotelright .content .navs .navitem_active{
	color: #144f30;
}

.hotelbox .hotelcontainer .hotelright .content .navs .navitem_active:after{
	content: '';
	width:0;
    height:0;
    border-width:12px 0 12px 12px;
    border-style:solid;
    border-color:transparent transparent transparent rgb(201, 188, 156);/*閫忔槑 鐏� 閫忔槑 閫忔槑 */
    left: 0;
    top: 5px;
    position:absolute;
    z-index: 999;
}
.hotelbox .hotelcontainer .hotelright .content .navs .navitem .cn_name{
	font-size: 16px;
}
.hotelbox .hotelcontainer .hotelright .content .navs .navitem .en_name{
	font-size: 8px;
}
.hotelbox .hotelcontainer .hotelright .content .cxt{
	overflow-y: auto;
	text-align: justify;
	font-size: 12px;
	color: #686868;
}
.hotelbox .hotelcontainer .hotelright .content .cxt::-webkit-scrollbar {
	width: 3px;
	background: #f7f8f8;
}

.hotelbox .hotelcontainer .hotelright .content .cxt::-webkit-scrollbar-thumb {
	/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(201, 188, 156,0.3);
}

.hotelbox .hotelcontainer .hotelright .content .cxt::-webkit-scrollbar-track {
	/*婊氬姩鏉￠噷闈㈣建閬�*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(225, 225, 225);
}



.hotelbox .hotelcontainer .hotelright .btnsbox{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.hotelbox .hotelcontainer .hotelright .btnsbox .btnempty{
	width: 30%;
}
.hotelbox .hotelcontainer .hotelright .btnsbox .btncxt{
	width: 68%;
	margin-right: 2%;
	display: flex;
	padding: 0 10px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.hotelbox .hotelcontainer .hotelright .btnsbox .btncxt .ordernow{
	cursor: pointer;
	display: inline-block;
	width: 93px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 13px;
	background: rgb(227, 85, 19);
	border-radius: 5px;
}
.hotelbox .hotelcontainer .hotelright .btnsbox .btncxt .ordernow:hover{
	background: rgb(46, 167, 224);
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff !important;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  width: 10px;
  height: 10px;
  background: #f7f8f8;
}
/*宄℃睙缇庨*/

.foodbox {
	width: 100%;
	height: 814px;
	background: #eeeeee;
	background-size: 100% 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.foodbox .food_container {
	width: 1440px;
	height: 68.6%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.foodbox .food_container .food_left {
	width: 23%;
	height: 100%;
	position: relative;
	padding: 70px 0 0 60px;
}

.foodbox .food_container .food_left img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}

.foodbox .food_container .food_left img:nth-child(2) {
	position: absolute;
	right: 0;
	top: 0;
}

.foodbox .food_container .food_left img:nth-child(3) {
	position: absolute;
	left: 0;
	bottom: 0;
}

.foodbox .food_container .food_left img:nth-child(4) {
	position: absolute;
	right: 0;
	bottom: 0;
}

.foodbox .food_container .food_left .name {
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 40%;
}

.foodbox .food_container .food_left .shuoming {
	width: 70%;
	margin-top: 16px;
	font-size: 14px;
	color: #efefef;
}

.foodbox .food_container .food_right {
	width: 76.5%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	overflow-y: auto;
	padding-right: 1.5%;
}

.foodbox .food_container .food_right::-webkit-scrollbar {
	width: 3px;
	background: #f7f8f8;
}

.foodbox .food_container .food_right::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(201, 188, 156);
}

.foodbox .food_container .food_right::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgb(220, 221, 221);
}

.foodbox .food_container .food_right .food_item {
	width: 24.5%;
	height: 49%;
	margin-bottom: 0.7%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.foodbox .food_container .food_right .food_item .graytip {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #010101;
	opacity: 0.8;
	top: -100%;
	left: 0;
	transition: all 300ms ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.foodbox .food_container .food_right .food_item .graytip .greenadd {
	margin-top: 41%;
}

.foodbox .food_container .food_right .food_item .graytip .greenline {
	width: 56px;
	height: 1px;
	background: #00a29a;
	margin-top: 6%;
}

.foodbox .food_container .food_right .food_item .graytip .name {
	font-size: 14px;
	color: #ffffff;
	margin-top: 10%;
}

.graytip_active {
	top: 0 !important;
}

.spfoodbox {
	width: 100%;
	padding: 110px 0 130px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.spfoodbox .spfood_container {
	width: 1440px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.spfoodbox .spfood_container .spfood_title {
	font-size: 28px;
}

.spfoodbox .spfood_container .spfoodlist_swiper {
	width: 100%;
	height: 465px;
	margin-top: 40px;
	position: relative;
}

.spfoodbox .spfood_container .spfoodlist_swiper .leftarrow {
	position: absolute;
	width: 50px;
	height: auto;
	top: 30%;
	left: 2%;
	cursor: pointer;
}

.spfoodbox .spfood_container .spfoodlist_swiper .rightarrow {
	position: absolute;
	width: 50px;
	height: auto;
	top: 30%;
	right: 2%;
	cursor: pointer;
}

.spfoodbox .spfood_container .spfoodlist_swiper .spfood_slide {
	width: 25%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
	color: #3e3a39;
}

.spfoodbox .spfood_container .spfoodlist_swiper .spfood_slide:hover {
	color: #217648;
}

.spfoodbox .spfood_container .spfoodlist_swiper .spfood_slide .spfoodimg {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: relative;
}

.spfoodbox .spfood_container .spfoodlist_swiper .spfood_slide .spfoodimg .spfood_moretip {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: -100%;
	transition: all 300ms ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #00a29a;
}

.spfood_moretip .knowmoreadd {
	margin-top: 30%;
}

.spfood_moretip .knowmore {
	margin-top: 10%;
}

.spfood_moretip_active {
	top: 0 !important;
}

.spfoodbox .spfood_container .spfoodlist_swiper .spfood_slide .spfoodname {
	font-size: 19px;
	margin-top: 10%;
}

.spfoodbox .spfood_container .spfoodlist_swiper .spfood_slide .spfooddesc {
	width: 80%;
	height: 40px;
	font-size: 14px;
	margin-top: 5%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/*濞变箰浼戦棽*/

.happybox {
	width: 100%;
	padding: 73px 0 102px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-size: 100% 100%;
}

.happybox .happy_container {
	width: 75%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.happybox .happy_container .happy_title {
	width: 204px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	color: #006934;
	margin-bottom: 56px;
}

.happybox .happy_container .happy_swiper {
	width: 100%;
	height: 501px;
	position: relative;
}

.happybox .happy_container .happy_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.happybox .happy_container .happy_swiper .happy_slide {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.happybox .happy_container .happy_swiper .right_tip {
	width: 22.5%;
	height: 100%;
	background: rgba(63, 100, 98, 0.6);
	position: absolute;
	right: 0;
	top: 0;
	padding: 8px 8px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.happybox .happy_container .happy_swiper .right_tip img:nth-child(1) {
	position: absolute;
	left: 0;
	top: 0;
}

.happybox .happy_container .happy_swiper .right_tip img:nth-child(2) {
	position: absolute;
	right: 0;
	top: 0;
}

.happybox .happy_container .happy_swiper .right_tip img:nth-child(3) {
	position: absolute;
	left: 0;
	bottom: 0;
}

.happybox .happy_container .happy_swiper .right_tip img:nth-child(4) {
	position: absolute;
	right: 0;
	bottom: 0;
}

.happybox .happy_container .happy_swiper .right_tip .name {
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 25%;
}

.happybox .happy_container .happy_swiper .right_tip .shuoming {
	width: 72%;
	margin-top: 10%;
	font-size: 14px;
	text-align: justify;
	color: #a48b78;
}

.happybox .happy_container .happy_swiper .right_tip .right_tip_more {
	font-size: 14p;
	height: 28px;
	color: #FFFFFF;
	margin-top: 50%;
	cursor: pointer;
}

.happybox .happy_container .happy_swiper .right_tip .right_tip_more:hover {
	border-bottom: 1px solid #FFFFFF;
}

.happybox .happy_container .buttons {
	width: 117px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 28px;
	cursor: pointer;
}


/*瀹氬埗鏈嶅姟*/

.bookingbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 87px 0 140px 0;
}

.bookingbox .booking_container {
	width: 62.8%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.bookingbox .booking_container .booking_title {
	width: 204px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	font-size: 28px;
	color: #006934;
	margin-bottom: 56px;
}

.bookingbox .booking_container .booking_swiper {
	width: 100%;
	height: 597px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.bookingbox .booking_container .booking-slide {
	width: 33%;
	height: 100%;
	background-size: 100% 100%;
	cursor: pointer;
	transition: all 1s ease;
}

.bookingbox .booking_container .booking-slide:hover {
	transform: scale(1.05);
}

.bookingbox .booking_container .booking-slide .slidebox {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.bookingbox .booking_container .booking-slide .slidebox .bookingname {
	font-size: 40px;
	color: #FFFFFF;
	padding-bottom: 15px;
	border-bottom: 1px solid #FFFFFF;
	margin-top: 10%;
}

.bookingbox .booking_container .booking-slide .slidebox .bookingdesc {
	width: 65%;
	height: 95px;
	font-size: 17px;
	color: #efefef;
	margin-top: 10%;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden
}

.bookingbox .booking_container .booking-slide .slidebox .bookingadd {
	width: 46px;
	height: 46px;
	margin-top: 42%;
}

.art_color {
	background-color: rgba(145, 95, 72, 0.8);
}

.see_color {
	background-color: rgba(177, 153, 94, 0.8);
}

.yingshi_color {
	background-color: rgba(90, 106, 157, 0.8);
}


/*鎵嬫満鐗�*/

@media only screen and (max-width: 768px) {
	.header{
		background: rgb(26,71,50)!important;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #ffffff !important;
	}
	.path {
		width: 100%;
		height: 40px;
		background: rgb(247, 248, 248);
	}
	.path_container {
		height: 40px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		color: #9fa0a0;
		font-size: 14px;
	}
	.hotelbox {
		width: 100%;
		padding: 10px 0 10px 0;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.hotelbox .hotelcontainer {
	    width: 100%;
	    height: auto;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}
	.hotelbox .hotelcontainer .hotelleft {
	    width: 100%;
	    height: 300px;
	}
	.hotelbox .hotelcontainer .hotelright {
		position: relative;
	    width: 100%;
	    height: 100%;
	    padding: 20px 0;
	    background: #eeeeee;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	    align-items: center;
	}
	.hotelbox .hotelcontainer .hotelright:after{
	    content: '';
	    width: 0;
	    height: 0;
	    border-width: 12px 12px 0 12px;
	    border-style: solid;
	    border-color: rgb(201, 188, 156) transparent transparent transparent;
	    left: 10%;
	    top: 0;
	    position: absolute;
	}
	.hotelbox .hotelcontainer .hotelright .titlebox {
	    font-size: 28px;
	    color: #3e2c16;
	    width: 100%;
	    display: flex;
	    flex-direction: row;
	    justify-content: flex-start;
	    align-items: center;
	}
	.hotelbox .hotelcontainer .hotelright .content {
	    width: 100%;
	    height: 300px;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    align-items: flex-start;
	}
	.hotelbox .hotelcontainer .hotelright .content .navs .navitem_active:after {
	    content: '';
	    width: 0;
	    height: 0;
	    border-width: 0 0;
	    border-style: solid;
	    border-color: transparent transparent transparent rgb(201, 188, 156);
	    left: 0;
	    top: 5px;
	    position: absolute;
	}	
	.hotelbox .hotelcontainer .hotelright .btnsbox .btncxt .ordernow {
	    cursor: pointer;
	    display: inline-block;
	    width: 93px;
	    height: 30px;
	    margin-top: 10px;
	    line-height: 30px;
	    text-align: center;
	    color: #ffffff;
	    font-size: 13px;
	    background: rgb(227, 85, 19);
	    border-radius: 5px;
	}
	.foodbox {
		width: 100%;
		height: 600px;
		padding: 20px 0;
		background-size: 100% 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.foodbox .food_container {
		width: 99%;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.foodbox .food_container .food_left {
		display: none;
	}
	.foodbox .food_container .food_right {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		overflow-y: auto;
		padding-right: 0;
	}
	.foodbox .food_container .food_right .food_item {
		width: 49%;
		height: 35%;
		margin-bottom: 0.7%;
		overflow: hidden;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		position: relative;
	}
	.spfoodbox {
		width: 100%;
		padding: 20px 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.spfoodbox .spfood_container .spfood_title {
		width: 204px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		color: #006934;
	}
	.spfoodbox .spfood_container .spfood_title img {
		width: 20px;
		height: auto;
	}
	.spfoodbox .spfood_container {
		width: 95%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.spfoodbox .spfood_container .spfoodlist_swiper {
		width: 100%;
		height: 500px;
		margin-top: 60px;
		position: relative;
	}
	.spfoodbox .spfood_container .spfoodlist_swiper .spfood_slide .spfoodname {
		width: 100%;
	    font-size: 16px;
	    margin-top: 3%;
	    text-align: center;
	}
	.spfoodbox .spfood_container .spfoodlist_swiper .spfood_slide .spfooddesc {
	    width: 100%;
	    height: 40px;
	    font-size: 14px;
	    margin-top: 2%;
	    display: -webkit-box;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	}
	.happybox {
		width: 100%;
		padding: 20px 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background-size: 100% 100%;
	}
	.happybox .happy_container {
		width: 95%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.happybox .happy_container .happy_title {
		width: 204px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		color: #006934;
		margin-bottom: 56px;
	}
	.happybox .happy_container .happy_title img {
		width: 20px;
		height: auto;
	}
	.happybox .happy_container .happy_swiper .right_tip {
		width: 90%;
		height: 50%;
		background: rgba(63, 100, 98, 0.6);
		position: absolute;
		left: 5%;
		top: 25%;
		padding: 8px 8px;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.happybox .happy_container .happy_swiper .right_tip .name {
		font-size: 24px;
		color: #FFFFFF;
		margin-top: 10%;
	}
	.happybox .happy_container .happy_swiper .right_tip .shuoming {
		width: 72%;
		margin-top: 5%;
		font-size: 14px;
		text-align: center;
		color: #a48b78;
	}
	.happybox .happy_container .happy_swiper .right_tip .right_tip_more {
		font-size: 14p;
		height: 28px;
		color: #FFFFFF;
		margin-top: 2%;
		cursor: pointer;
	}
	.bookingbox {
		width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 20px 0;
	}
	.bookingbox .booking_container {
		width: 95%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.bookingbox .booking_container .booking_title {
		width: 204px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 20px;
		color: #006934;
		margin-bottom: 56px;
	}
	.bookingbox .booking_container .booking_title img {
		width: 20px;
		height: auto;
	}
	.bookingbox .booking_container .booking_swiper {
		width: 100%;
		height: 200px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.bookingbox .booking_container .booking-slide {
		width: 33.33%;
		height: 100%;
		background-size: 100% 100%;
		cursor: pointer;
		transition: all 1s ease;
	}
	.bookingbox .booking_container .booking-slide .slidebox .bookingname {
		font-size: 20px;
		color: #FFFFFF;
		padding-bottom: 15px;
		border-bottom: 1px solid #FFFFFF;
		margin-top: 10%;
	}
	.bookingbox .booking_container .booking-slide .slidebox .bookingdesc {
		width: 65%;
		height: 68px;
		font-size: 12px;
		color: #efefef;
		margin-top: 10%;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden
	}
	.bookingbox .booking_container .booking-slide .slidebox .bookingadd {
		width: 26px;
		height: 26px;
		margin-top: 12%;
	}
	.footer {
		width: 100%;
		height: 60px;
	}
}
</pre></body></html>