/*--------------------- 圓形按鈕 -------------------------------*/

.top-circle {
	text-align: center;
	padding: 0px 0;
	border-radius: 35px;
	color: #FFF;
	background-color: #d5b686;
	line-height: 45px;
	position: absolute;
	z-index: 999;	
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -45px 0 0 -22.5px;
	font-size: 136%;
	top: 20px;
	font-family: "MS Serif", "New York", serif;
}

.news-btn{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 15px;
}

.news-icon{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}


.news-btn-icon{
	float: left;
	margin: 5px;
}


.news-btn-icon-em{
	float: left;
	background-image: url(../images/icon-line.png);
	background-repeat: repeat-x;
	background-position: left center;
	width: 45%;
	height: 40px;
}

.news-btn-icon-ems{
	float: right;
	width: 150px;
}

.btn-f-area{
	float: left;
	margin-right: 5px;
	margin-left: 0px;
}

.btn-circle {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 0px 0;
	border-radius: 35px;
	color: #FFF;
	background-color: #333;
	line-height: 35px;
	transition: 1s;text-decoration: none;
}
.btn-circle:hover {
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 0px 0;
	border-radius: 35px;
	color: #fff;
	background-color: #c8a063;
	line-height: 35px;
	transition: 1s;text-decoration: none;
}

.icon-circle-area{float: left;}	

.icon-circle {
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 35px;
	color: #c19f74;
	background-color: #fff;
	line-height: 35px;
	transition: 1s;
	text-decoration: none;
	border: 1px solid #c19f74;
	float: left;
	margin-right: 0px;
	display: block;
	margin-top: 25px;
}
.icon-navs {
	float: left;
	font-size: 136%;
	display: block;
	color: #000;
}


/*--------------------- 按鈕 -------------------------------*/
.btn-a{
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	text-align: right;
}

.btn-c{
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
}

.btn-cs{
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #DBDBDB;
}
.btn-h{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 98%;
	text-align: center;
	position: absolute;
	bottom: 0px;
	z-index: 888;
}


.btn-area{
	float: left;
	width: 100%;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ececec;
	border-bottom-color: #ececec;
}
.btn-areas{
	float: left;
	width: 100%;
	text-align: right;
	font-size: 15px;
	color: #666;
}
.btn-area-center{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.btn-area-centers{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.btn-area-right{
	float: left;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
}
.btn-area-centera{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 0px;
}
.btn-area-centers{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.btn-area-right{
	float: left;
	width: 100%;
	text-align: left;
}
.send-area{
	width: 100%;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}
.send{
	font-size: 260%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	color: #00CC33;
	border: 0;
	border-radius: 3px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
}
.send:hover{
	font-size: 260%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	color: #99FF00;
	border: 0;
	border-radius: 3px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
}

.fb{
	font-size: 260%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	color: #285dbe;
	border: 0;
	border-radius: 3px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
}
.fb:hover{
	font-size: 260%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	color: #0099FF;
	border: 0;
	border-radius: 3px;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
}
.btn-nav{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #FFF;
	background-color: #999;
	margin: 5px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	}
	
.btn-nav:hover{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #FFF;
	background-color: #F90;
	margin: 5px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	}
	
.btn-navs{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #FFF;
	background-color: #999;
	margin: 5px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	}
	
.btn-navs:hover{
	border-radius: 50px;
	height: 50px;
	width: 50px;
	color: #FFF;
	background-color: #0D95F0;
	margin: 5px;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	}
	
.btn-more-i{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	transition: 1s;
	background-color: #7c3c3c;
}

.btn-more-i.active.focus,.btn-more-i.active:focus,.btn-more-i.focus,.btn-more:active.focus,.btn-more-i:active:focus,.btn-more-i:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	transition: 1s;
	color: #fff;
}.btn-more-i.focus,.btn-more-i:focus,.btn-more-i:hover{
	transition: 1s;
	color: #333;
	text-decoration: none;
	background-color: #CCC;
}.btn-more-i.active,.btn-more-i:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-more-i.disabled,.btn-more-i[disabled],fieldset[disabled] .btn-more-i{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-more-i.disabled,fieldset[disabled] a.btn-more-i{pointer-events:none}

.btn-mores-i{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	transition: 1s;
	background-color: #003a55;
}
.btn-mores-i.active.focus,.btn-mores-i.active:focus,.btn-mores-i.focus,.btn-mores-i:active.focus,.btn-mores-i:active:focus,.btn-mores-i:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
	transition: 1s;
}.btn-mores-i.focus,.btn-mores-i:focus,.btn-mores-i:hover{
	color: #333;
	text-decoration: none;
	background-color: #CCC;
	transition: 1s;
}.btn-mores-i.active,.btn-mores-i:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn-mores-i.disabled,.btn-mores-i[disabled],fieldset[disabled] .btn-mores-i{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}a.btn-mores-i.disabled,fieldset[disabled] a.btn-mores-i{pointer-events:none;}


.btn{
	display: inline-block;
	line-height: 1.75em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 50px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #171717;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #0066CC;
	background-color: #fff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	transition: 1s;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
	transition: 1s;
}.btn.focus,.btn:focus,.btn:hover{
	color: #fff;
	text-decoration: none;
	background-color: #585555;
	border-radius: 50px;
	transition: 1s;
}.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}

.curent{
	display: inline-block;
	line-height: 1.75em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 50px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #585555;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	transition: 1s;	
	}

.btn-more{
	line-height: 1.75em;
	text-align: center;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0px;
	font-size: 15px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	transition: 1s;
	text-transform: none;
}
.btn-more:link{
	display: inline-block;
	line-height: 1.75em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 50px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	transition: 1s;
}
.currents{
	display: inline-block;
	line-height: 1.75em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	transition: 1s;
	}
.currents:link{
	text-decoration: none;
	transition: 1s;
	color: #8bc34a;
	font-weight: bold;
}
	
.btn-more.active.focus,.btn-more.active:focus,.btn-more.focus,.btn-more:active.focus,.btn-more:active:focus,.btn-more:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	transition: 1s;
	color: #fff;
}.btn-more.focus,.btn-more:focus,.btn-more:hover{
	transition: 1s;
	color: #8bc34a;
	text-decoration: none;
}.btn-more.active,.btn-more:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-more.disabled,.btn-more[disabled],fieldset[disabled] .btn-more{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-more.disabled,fieldset[disabled] a.btn-more{pointer-events:none}

.btn-mores{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 50px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #666;
	transition: 1s;
	background-color: #FFF;
	border: 1px solid #8bc34a;
	margin: 0px;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.btn-mores.active.focus,.btn-mores.active:focus,.btn-mores.focus,.btn-mores:active.focus,.btn-mores:active:focus,.btn-mores:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #8bc34a;
	transition: 1s;
}.btn-mores.focus,.btn-mores:focus,.btn-mores:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #8bc34a;
	transition: 1s;
}.btn-mores.active,.btn-mores:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125);}.btn-mores.disabled,.btn-mores[disabled],fieldset[disabled] .btn-mores{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65;}a.btn-mores.disabled,fieldset[disabled] a.btn-mores{pointer-events:none;}
.btn-book{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #0066CC;
	background-color: #8bc34a;
	transition: 1s;
}
.btn-book.active.focus,.btn-book.active:focus,.btn-book.focus,.btn-book:active.focus,.btn-book:active:focus,.btn-book:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
	transition: 1s;
}.btn-book.focus,.btn-book:focus,.btn-book:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #009933;
	transition: 1s;
}.btn-book.active,.btn-book:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-book.disabled,.btn-book[disabled],fieldset[disabled] .btn-book{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-book.disabled,fieldset[disabled] a.btn-book{pointer-events:none}
.btn-fb{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 80%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #ff9c00;
	background-color: #0066CC;
}

.btn-fb.active.focus,.btn-fb.active:focus,.btn-fb.focus,.btn-fb:active.focus,.btn-fb:active:focus,.btn-fb:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-fb.focus,.btn-fb:focus,.btn-fb:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}.btn-fb.active,.btn-fb:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-fb.disabled,.btn-fb[disabled],fieldset[disabled] .btn-fb{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-fb.disabled,fieldset[disabled] a.btn-fb{pointer-events:none}

.btn-line{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 5px;
	font-size: 80%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #ff9c00;
	background-color: #00CC66;
}

.btn-line.active.focus,.btn-line.active:focus,.btn-line.focus,.btn-line:active.focus,.btn-line:active:focus,.btn-line:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-line.focus,.btn-line:focus,.btn-line:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}.btn-line.active,.btn-line:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-line.disabled,.btn-line[disabled],fieldset[disabled] .btn-line{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-line.disabled,fieldset[disabled] a.btn-line{pointer-events:none}

.btn-back{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 10px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 0px solid #cfcfcf;
	background-color: #096;
	transition: 1s;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.btn-back.active.focus,.btn-back.active:focus,.btn-back.focus,.btn-back:active.focus,.btn-back:active:focus,.btn-back:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #FFF;
	transition: 1s;
}.btn-back.focus,.btn-back:focus,.btn-back:hover{
	color: #333;
	text-decoration: none;
	background-color: #dac19a;
	transition: 1s;
	border: 0px solid #999;
}.btn-back.active,.btn-back:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-back.disabled,.btn-back[disabled],fieldset[disabled] .btn-back{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-back.disabled,fieldset[disabled] a.btn-back{pointer-events:none}

.btn-backs{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 10px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #666;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #cfcfcf;
	background-color: #fff;
	transition: 1s;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.btn-backs.active.focus,.btn-backs.active:focus,.btn-backs.focus,.btn-backs:active.focus,.btn-backs:active:focus,.btn-backs:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #333;
	transition: 1s;
}.btn-backs.focus,.btn-backs:focus,.btn-backs:hover{
	color: #fff;
	text-decoration: none;
	background-color: #9cc75f;
	transition: 1s;
	border: 1px solid #9cc75f;
}.btn-backs.active,.btn-backs:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-backs.disabled,.btn-backs[disabled],fieldset[disabled] .btn-backs{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-backs.disabled,fieldset[disabled] a.btn-backs{pointer-events:none}



.btn-form{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 0px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #881c3d;
}

.btn-form.active.focus,.btn-form.active:focus,.btn-form.focus,.btn-form:active.focus,.btn-form:active:focus,.btn-form:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-form.focus,.btn-form:focus,.btn-form:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #666;
}.btn-form.active,.btn-form:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-form.disabled,.btn-form[disabled],fieldset[disabled] .btn-form{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-form.disabled,fieldset[disabled] a.btn-form{pointer-events:none}

.btn-all{
	line-height: 1.75em;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 5px;
	font-size: 108%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 0px solid #cfcfcf;
	margin: 5px;
}

.btn-all.active.focus,.btn-all.active:focus,.btn-all.focus,.btn-all:active.focus,.btn-all:active:focus,.btn-all:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #333;
}.btn-all.focus,.btn-all:focus,.btn-all:link{
	color: #333;
	text-decoration: none;
}
.btn-all.focus,.btn-all:focus,.btn-all:hover{
	color: #c8a063;
	text-decoration: none;
}
.btn-all.active,.btn-all:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-all.disabled,.btn-all[disabled],fieldset[disabled] .btn-all{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-all.disabled,fieldset[disabled] a.btn-all{pointer-events:none}

.btn-send{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 20px;
	font-size: 90%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #fff;
	background-color: #c2a270;
	transition: 1s;
}

.btn-send.active.focus,.btn-send.active:focus,.btn-send.focus,.btn-send:active.focus,.btn-send:active:focus,.btn-send:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
}.btn-send.focus,.btn-send:focus,.btn-send:hover{
	color: #fff;
	text-decoration: none;
	background-color: #99CC00;
}.btn-send.active,.btn-send:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-send.disabled,.btn-send[disabled],fieldset[disabled] .btn-send{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-send.disabled,fieldset[disabled] a.btn-send{pointer-events:none}


.btn-res{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 20px;
	font-size: 90%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #cfd9df;
	background-image: linear-gradient(to left, #BDBBBE 0%, #9D9EA3 100%), radial-gradient(88% 271%, rgba(255, 255, 255, 0.25) 0%, rgba(254, 254, 254, 0.25) 1%, rgba(0, 0, 0, 0.25) 100%), radial-gradient(50% 100%, rgba(255, 255, 255, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
 background-blend-mode: normal, lighten, soft-light;
	transition: 1s;
}

.btn-res.active.focus,.btn-res.active:focus,.btn-res.focus,.btn-res:active.focus,.btn-res:active:focus,.btn-res:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
	transition: 1s;
}.btn-res.focus,.btn-res:focus,.btn-res:hover{
	color: #fff;
	text-decoration: none;
	background-color: #fccb90;
	background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
	transition: 1s;
}.btn-res.active,.btn-res:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-res.disabled,.btn-res[disabled],fieldset[disabled] .btn-res{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-res.disabled,fieldset[disabled] a.btn-res{pointer-events:none}


.btn-red{
	display: inline-block;
	line-height: 1.75em;
	text-align: left;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 20px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #cfcfcf;
	background-color: #881c3d;
	transition: 1s;
}
.btn-red.active.focus,.btn-red.active:focus,.btn-red.focus,.btn-red:active.focus,.btn-red:active:focus,.btn-red:focus{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	text-decoration: none;
	color: #fff;
	transition: 1s;
}.btn-red.focus,.btn-red:focus,.btn-red:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	border-radius: 20px;
	transition: 1s;
}.btn-red.active,.btn-red:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-red.disabled,.btn-red[disabled],fieldset[disabled] .btn-red{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn-red.disabled,fieldset[disabled] a.btn-red{pointer-events:none}



@media (max-width: 768px) {

.btn{
	display: inline-block;
	line-height: 1.75em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 50px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #171717;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 0px solid #0066CC;
	background-color: #fff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	transition: 1s;
	width: calc(50% - 10px);
}


.curent{
	display: inline-block;
	line-height: 1.75em;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 50px;
	font-size: 100%;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #fff;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #585555;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
	transition: 1s;	
	width: calc(50% - 10px);
	}
.btn-area-center{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.btn-area{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ececec;
	border-right-color: #ececec;
	border-bottom-color: #ececec;
	border-left-color: #ececec;
	background-color: #FFF;
}
	
  .btn-h{
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	text-align: left;
	position: absolute;
	bottom:0px;
	z-index: 888;
	left: 0px;
}
.btn-all{
	line-height: 1.75em;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 5px;
	font-size: 15px;
	font-family: 'cwtexhei', 'Varela Round', '微軟正黑體', sans-serif;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 0px solid #cfcfcf;
	margin: 5px;
}	

}
