@charset "UTF-8";

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	/*font: inherit;*/
	font-size: 100%;
	vertical-align: baseline;
}

q,
blockquote {
	quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

a {
	text-decoration: none;
}

a img {
	outline: none;
}

a:focus,
input:focus,
button:focus {
	outline: none;
}

body {
	background: #FFF;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif, 微軟正黑體;
}

.profile_form .field_w {
	width: 50%;
}

/* Preloader */
.purchase_add_min {
	font-size: 15px;
	color: #ec4c54;
	text-align: justify;
	margin-left: 10px;
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 99;
	/* makes sure it stays on top */
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	/* centers the loading animation horizontally one the screen */
	top: 50%;
	/* centers the loading animation vertically one the screen */
	background-image: url(../images/status.gif);
	/* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
	/* is width and height divided by two */
}

#FIX_BG {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 760px;
	z-index: 0;

}

#FIX_BG img {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0)))
}

#WRAPPER {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
}

.mid_content {
	display: inline-block;
	width: 1170px;
}

.mid_content_white {
	display: inline-block;
	width: 1170px;
	background: #FFFFFF;
}

#HEADER {
	float: left;
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23px 0px 23px 0px;
}

#logo {
	float: left;
	width: 100px;
	/*height:92px;*/
}

#slogan_wrap {
	float: left;
	display: inline-table;
	text-align: left;
	margin-left: 10px;
	height: 75px;
}

.slogan_title {
	display: table-cell;
	font-size: 20px;
	font-weight: bold;
	color: #252727;
	vertical-align: bottom;
	text-align: center;
}

.slogan_title .subtitle {
	font-size: 12px;
	font-weight: normal;
	color: #252727;
}

#utility {
	float: right;
	height: 80px;
	margin-top: 11px;
}

#funciton {
	float: left;
	width: 500px;
}

.utility_top {
	float: left;
	display: inline-table;
	width: 100%;
}

.utility_top .uti {
	display: table-cell;
	vertical-align: middle;
	height: 23px;
	margin: 0;
	padding: 0;
}

.utility_top .uti li {
	float: left;
	height: 23px;
	border-right: #acacac 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 22px 0px 22px;
	list-style: none;
}

.utility_top .uti li:last-child {
	border-right: none;
}

.utility_top .uti li .red_num {
	color: #c24908;
}

.utility_top .uti li a {
	display: block;
	font-size: 14px;
	color: #3C3C3C;
	font-weight: normal;
	line-height: 23px;
}

.utility_top .uti li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.utility_top .language {
	display: table-cell;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: #3C3C3C 1px solid;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.utility_top .language:hover .txt {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.utility_top .language .txt {
	font-size: 14px;
	color: #3C3C3C;
	font-weight: normal;
	line-height: 28px;
}

#SEARCH {
	float: left;
	display: table;
	width: 100%;
	height: 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	margin-top: 8px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px 0px 10px;
}

.search_field {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	padding-right: 10px;
}

.search_field input {
	width: 100%;
	height: 40px;
	border: none;
	text-align: left;
}

.search_submit {
	display: table-cell;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

.search_submit input {
	width: 20px;
	height: 20px;
	border: none;
	background: #FFF url(../images/search_icon.png) center no-repeat;
	cursor: pointer;
	color: #fff;
	font-size: 0;
}

.search_submit input:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.expand_box {
	display: none;
	position: absolute;
	right: 0px;
	top: 40px;
	text-align: center;
	background-color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	height: auto;
	z-index: 2;
}

.expand_box .top_arrow {
	position: absolute;
	width: 20px;
	height: 10px;
	background: url(../images/expand_arrow_top.png) no-repeat;
	background-size: 20px 10px;
	top: -10px;
	right: 5px;
}

.expand_box .language_select {
	float: left;
	width: 100%;
}

.expand_box .language_select a {
	float: left;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	color: #444444;
	font-weight: normal;
	line-height: 1.4;
	border-bottom: #ebebeb 1px solid;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 20px 10px 20px;
}

.expand_box .language_select a:last-child {
	border-bottom: none;
}

.expand_box .language_select a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

#FB_LIKE {
	float: left;
	margin-top: 9px;
	margin-left: 20px;
}

.NAV_btn_wrap {
	position: absolute;
	display: none;
	width: 35px;
	text-align: center;
	cursor: pointer;
	top: 40px;
	right: 10px;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.NAV_btn_wrap .line {
	border-bottom: 17px double #fdd857;
	border-top: 6px solid #fdd857;
	content: "";
	height: 5px;
	width: 35px;
}

.NAV_btn_wrap:hover>.line,
.NAV_btn_wrap:active>.line {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.NAV_btn_wrap.reveal {
	position: fixed;
	right: 260px;
}

#cart_nav_li {
	display: none !important;
}

#cart_nav_li .icon {
	display: inline-block;
	width: 16px !important;
	height: 16px !important;
}

#NAV {
	float: left;
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 1;
}

#NAV ul {
	float: left;
	display: table;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
}

#NAV ul li {
	display: table-cell;
	position: relative;
	width: 18%;
	height: 70px;
	vertical-align: middle;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: #f2d008 1px solid;
	border-left: #fcf384 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde558+0,f9da21+100 */
	background: #fde558;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fde558 0%, #f9da21 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fde558 0%, #f9da21 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fde558 0%, #f9da21 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde558', endColorstr='#f9da21', GradientType=0);
	/* IE6-9 */
	list-style: none;
}

#NAV ul li:first-child {
	border-left: none;
}

#NAV ul li:last-child {
	border-right: none;
}

#NAV ul li.home {
	width: 10%;
}

#NAV ul li.m_menu {
	display: none !important;
}

#NAV ul li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #5d520d;
	height: 70px;
	line-height: 70px;
}

#NAV ul li a:hover,
#NAV ul li a.current {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdd857+0,f9c422+100 */
	background: #fdd857;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fdd857 0%, #f9c422 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fdd857 0%, #f9c422 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fdd857 0%, #f9c422 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd857', endColorstr='#f9c422', GradientType=0);
	/* IE6-9 */
}

#NAV ul li a .icon {
	width: 34px;
	height: 38px;
	margin-top: 16px;
}

.expand_menu {
	display: none;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 70px;
	text-align: center;
	background-color: #f9da24;
	height: auto;
	z-index: 2;
}

.expand_menu a {
	float: left;
	display: block;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #5d520d;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 45px !important;
	line-height: 45px !important;
}

.expand_menu a:last-child {
	border-bottom: none;
}

#main_visaul {
	float: left;
	width: 100%;
}

.slide_box {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
}

.slide_box ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.slide_box ul li {
	position: relative;
	list-style: none;
}

.slide_box ul li img {
	width: 100%;
}

.section {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}

.section_title {
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 0px 45px 0px;
	text-align: center;
	font-size: 30px;
	color: #2a1e01;
	font-weight: normal;
}

.album_slider1 {
	float: left;
	width: 100%;
	position: relative;
}

.album_slider1 ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.album_slider1 ul li {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFF;
	padding: 10px;
	border: #c2c2c2 1px solid;
	list-style: none;
}

.album_slider1 ul li:hover img {
	-webkit-filter: brightness(50%);
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.cover_txt {
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	left: 0px;
	text-align: center;
	vertical-align: middle !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.cover_txt .txt {
	display: table-cell;
	vertical-align: middle !important;
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
}

.album_slider1 ul li img {
	position: relative;
	width: 100%;
	z-index: 1;
}

.album_slider1 .lSAction>a {
	background-image: url('../images/controls2.png') !important;
}

.album_slider1 .lSAction>.lSPrev {
	left: -32px;
}

.album_slider1 .lSAction>.lSNext {
	right: -32px;
}

.album_slider1 .lSSlideWrapper {
	position: static !important;
}

.suggestion {
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 0px 30px 0px;
	position: relative;
	background: #f0efed;
}

.suggestion ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.suggestion ul li {
	float: left;
	width: 23%;
	text-align: center;
	margin-right: 2.6%;
	list-style: none;
}

.suggestion ul li:nth-child(1) {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffde18+0,f3bf0a+100 */
	background: #ffde18;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffde18 0%, #f3bf0a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffde18 0%, #f3bf0a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffde18 0%, #f3bf0a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde18', endColorstr='#f3bf0a', GradientType=0);
	/* IE6-9 */
}

.suggestion ul li:nth-child(2) {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffab18+0,f38d0a+100 */
	background: #ffab18;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffab18 0%, #f38d0a 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffab18 0%, #f38d0a 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffab18 0%, #f38d0a 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab18', endColorstr='#f38d0a', GradientType=0);
	/* IE6-9 */
}

.suggestion ul li:nth-child(3) {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0ac5d0+0,01b7ce+100 */
	background: #0ac5d0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #0ac5d0 0%, #01b7ce 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #0ac5d0 0%, #01b7ce 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #0ac5d0 0%, #01b7ce 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ac5d0', endColorstr='#01b7ce', GradientType=0);
	/* IE6-9 */
}

.suggestion ul li:last-child {
	margin-right: 0%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d682a0+0,b66381+100 */
	background: #d682a0;
	/* Old browsers */
	background: -moz-linear-gradient(top, #d682a0 0%, #b66381 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d682a0 0%, #b66381 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d682a0 0%, #b66381 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d682a0', endColorstr='#b66381', GradientType=0);
	/* IE6-9 */
}

.suggestion ul li .sg_title {
	display: inline-block;
	width: 100%;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23px 0px 23px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
}

.suggestion ul li .sg_img {
	display: inline-block;
	width: 100%;
}

.suggestion ul li .sg_des {
	display: inline-block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	line-height: 1.3;
}

.suggestion ul li .sg_link {
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px 0px 30px;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background: #362f2d;
	margin-bottom: 23px;
}

.suggestion ul li .sg_link:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

#CONTENT {
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 45px;
}

#CONTENT .section_title {
	color: #058493;
}

.index_column_wrap {
	float: left;
	width: 100%;
	display: table;
}

.index_left_column {
	display: table-cell;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 35px;
}

.index_right_column {
	display: table-cell;
	vertical-align: top;
	width: 678px;
}

.index_article_display {
	float: left;
	width: 100%;
	text-align: center;
}

.index_article_display .img {
	display: inline-block;
	width: 100%;
}

.index_article_display h2 {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #242323;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.index_article_display .des {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	color: #484848;
	text-align: left;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 16;
	-webkit-box-orient: vertical;
}

.read_btn {
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px 0px 30px;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background: #362f2d;
	margin-top: 15px;
}

.read_btn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.index_news_display {
	float: left;
	width: 100%;
}

.index_news_item {
	float: left;
	width: 48%;
	margin-right: 4%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	background: #FFF;
	border: #cccccc 1px solid;
	text-align: center;
	margin-bottom: 20px;
}

.index_news_item:nth-child(2n) {
	margin-right: 0%;
}

.figure {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.figure img {
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.figure:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

.index_news_item .img {
	display: inline-block;
	width: 100%;
}

.index_news_item h2 {
	display: inline-block;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #242323;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.index_news_item .des {
	display: inline-block;
	text-align: left;
	font-size: 16px;
	line-height: 1.4;
	font-weight: normal;
	color: #484848;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 5px;
}

.list_wrap {
	float: left;
	width: 100%;
}

.item_box {
	float: left;
	width: 32%;
	background: #FFF;
	margin: 0px 2% 30px 0px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: #cccccc 1px solid;
	padding: 20px;
}

.item_box:nth-child(3n) {
	margin: 0px 0% 30px 0px;
}

.item_cover_img {
	display: inline-block;
	width: 100%;
}

.item_box h2 {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #242323;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	margin-top: 15px;
}

.item_box .des {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #484848;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 3; */
	/* -webkit-box-orient: vertical; */
	text-align: left;
	margin-top: 5px;
	white-space: nowrap;
}

.item_box .sg_link {
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px 0px 30px;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background: #362f2d;
	margin-top: 15px;
}

.item_box .sg_link:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.item_box .spa_link {
	display: inline-block;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 0px 30px 0px 30px;
	background: #f9da21;
	margin-top: 15px;
}

.item_box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #393535;
	margin-left: 10px;
}

.item_box .spa_link .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
}

.item_box .spa_link:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.page_nav {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.page_nav ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.page_nav ul li {
	display: inline-block;
	width: 26px;
	height: 26px;
	font-size: 12px;
	line-height: 26px;
	color: #717171;
	font-weight: bold;
	list-style: none;
}

.page_nav ul li a {
	display: block;
	width: 26px;
	height: 26px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	text-align: center;
	border: #cacaca 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ebebeb+100 */

	background: #ffffff;
	/* Old browsers */

	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	/* FF3.6-15 */

	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	/* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to bottom, #ffffff 0%, #ebebeb 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);
	/* IE6-9 */
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	line-height: 26px;
	color: #717171;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
}

.page_nav ul li a.current {
	background: #606060;
	/* Old browsers */
	color: #FFF;
}

.page_nav ul li a:hover {
	background: #ffffff;
	/* Old browsers */
	color: #717171;
}

.ssl_box {
	/* width: 150px;
	float: left;
	margin-left: 10px; */
	display: inline-block;
	vertical-align: top;
}

.ssl_box p {
	color: #fff;
	line-height: 1.5;
}

.ssl {
	width: 100px;

}

.ssl img {
	width: 100%;

}

.article_wrap {
	float: left;
	width: 100%;
}

.article_wrap .article_left {
	float: left;
	width: 280px;
	margin-top: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.article_wrap .article_right {
	float: right;
	width: 850px;
	margin-top: 30px;
}

.article_wrap .article_relate {
	float: left;
	width: 100%;
}

.article_path {
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	text-align: left;
}

.article_path ul {
	float: left;
	width: 100%;
	margin-top: 13px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0;
}

.article_path ul li {
	float: left;
	font-size: 14px;
	font-variant: normal;
	color: #262727;
	list-style: none;
}

.article_path ul li a {
	font-size: 14px;
	font-variant: normal;
	color: #058493;
}

.article_path ul li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.article_content {
	float: left;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	text-align: left;
	word-break: break-all;
}

.article_content .article_title {
	display: inline-block;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
	color: #1f1f1f;
	line-height: 1.3;
	margin-bottom: 15px;
}

.article_content .article_cover {
	width: 100%;
	margin-bottom: 15px;
}

.editor_content {
	width: 100%;
}

.editor_content img,
.editor_content iframe {
	max-width: 100% !important;
}

.article_nav {
	width: 100%;
	margin-top: 30px;
}

.article_nav a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 30px 0px 30px;
	font-size: 18px;
	line-height: 40px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	background: #362f2d;
}

.article_nav a.prev {
	float: left;
}

.article_nav a.next {
	float: right;
}

.article_nav a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.article_relate_slider {
	display: inline-block;
	width: 1106px;
	position: relative;
	text-align: center;
}

.article_relate_slider ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.article_relate_slider ul li {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2px;
	list-style: none;
}

.article_relate_slider ul li a {
	width: 100%;
	border: #cccccc 1px solid;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	background: #FFF;
}

.article_relate_slider ul li a img {
	width: 100%;
}

.article_relate_slider ul li a h2 {
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #242323;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 13px;
	text-align: left;
}

.article_relate_slider ul li a p.des {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #484848;
	margin-top: 13px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.bottom_area {
	width: 100%;
	border-top: #e1e1e1 1px solid;
	position: relative;
	margin-top: 10px;
	height: 55px;
}

#purchase_add .online_purches {
	float: left;
	width: 115px;
	height: auto;
}

.bottom_area .online_purches {
	float: left;
	width: 135px;
	height: 55px;
}

.bottom_area .online_price {
	float: left;
	font-size: 20px;
	color: #393535;
	line-height: 55px;
	margin-left: 10px;
}

.bottom_area .online_discount {
	float: right;
	font-size: 20px;
	color: #b51d23;
	font-weight: bold;
	line-height: 55px;
}

.bottom_area .online_org_price {
	float: left;
	font-size: 16px;
	color: #393535;
	line-height: 55px;
	margin-left: 10px;
}

.bottom_area .online_sp_price {
	float: left;
	margin-left: 10px;
	font-size: 23px;
	color: #b51d23;
	font-weight: bold;
	line-height: 55px;
}

.article_relate_slider .lSAction>a {
	background-image: url('../images/controls2.png') !important;
}

.article_relate_slider .lSAction>.lSPrev {
	left: -32px;
}

.article_relate_slider .lSAction>.lSNext {
	right: -32px;
}

.article_relate_slider .lSSlideWrapper {
	position: static !important;
}


.article_cate {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

.article_cate li {
	float: left;
	width: 100%;
	border-bottom: #ebebeb 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 15px;
	text-align: left;
	margin-bottom: 15px;
	list-style: none;
}

.article_cate li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.article_cate li .label_txt {
	float: left;
	width: 100%;
	cursor: pointer;
}

.article_cate li .label_txt:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.article_cate li .label_txt span {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	color: #161717;
	vertical-align: middle;
}

.article_cate li .label_txt .icon {
	display: inline-block;
	width: 9px;
	height: 5px;
	margin-left: 5px;
}

.article_cate li .label_content {
	float: left;
	display: none;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.article_cate li a {
	font-size: 16px;
	font-weight: normal;
	color: #058493;
	display: block;
	margin-top: 13px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.article_cate li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}


.mall_chart_btn {
	position: fixed;
	z-index: 9;
	width: 80px;
	height: 90px;
	right: 10px;
	bottom: 100px;
	background: #f9dc28;
	text-align: center;
	cursor: pointer;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.mall_chart_btn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.mall_chart_btn .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
}

.mall_chart_btn .check_text {
	display: inline-block;
	width: 100%x;
	font-size: 14px;
	line-height: 1.4;
	color: #303030;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
}

.mall_chart_btn .check_text span {
	color: #f40000;
}

.item_section {
	display: inline-block;
	width: 100%;
	border-bottom: #cccccc 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 45px 0px 45px 0px;
}

.item_section.last-child {
	border-bottom: none !important;
}

.item_section_title {
	display: inline-block;
	width: 100%;
	font-size: 23px;
	color: #1f1f1f;
	margin-bottom: 30px;
}

.ticket_list {
	display: inline-table;
	width: 100%;
	margin-bottom: 15px;
}

.ticket_list:last-child {
	margin-bottom: 0px;
}

.ticket_list .list_name {
	display: table-cell;
	vertical-align: top;
	width: 115px;
}

.ticket_list .list_name .icon {
	display: inline-block;
	vertical-align: middle;
	height: 14px;
}

.ticket_list .list_name span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #1f1f1f;
	margin-left: 5px;
}

.ticket_list .list_des {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	color: #1f1f1f;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
	word-break: break-all;
}

.ticket_list .list_des a {
	font-size: 14px;
	color: #1f1f1f;
	font-weight: bold;
	color: #1E5B7C;
}

.ticket_list .list_des a:hover {
	text-decoration: underline;
}

.item_two_column {
	display: inline-block;
	width: 100%;
}

.item_left_column {
	float: left;
	width: 50%;
	border-right: #cccccc 1px solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 40px;
}

.item_right_column {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}

.mark_list {
	display: inline-table;
	width: 100%;
	margin-bottom: 15px;
}

.mark_list:last-child {
	margin-bottom: 0px;
}

.mark_list .mark {
	display: table-cell;
	vertical-align: top;
	width: 20px;
	font-size: 14px;
	color: #1f1f1f;
}

.mark_list .list_des {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	color: #1f1f1f;
	text-align: left;
	line-height: 1.4;
}

.mark_list .list_des a {
	font-size: 14px;
	color: #1f1f1f;
	font-weight: bold;
	color: #1E5B7C;
}

.mark_list .list_des a:hover {
	text-decoration: underline;
}

.item_des {
	display: inline-table;
	width: 100%;
	font-size: 16px;
	color: #1f1f1f;
	line-height: 1.4;
}

.item_des .bold {
	font-size: 18px;
	font-weight: bold;
}

.booking_btn {
	display: block;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #f9da21;
	text-align: center;
	margin-top: 10px;
}

.booking_btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #393535;
}

.booking_btn .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	margin-right: 10px;
}

.booking_btn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.order_wrap {
	display: inline-block;
	width: 100%;
	background: #707070;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	position: relative;
}

.price_display {
	display: inline-table;
	width: 100%;
	position: relative;
}

.price_display .icon {
	display: table-cell;
	width: 23px;
	vertical-align: top;
}

.price_display .icon img {
	width: 23px;
	margin-top: 10px;
}

.price_display .price {
	display: table-cell;
	vertical-align: top;
	font-size: 20px;
	color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}

.price_display .price .b_p {
	font-size: 36px;
	font-weight: bold;
	margin-right: 5px;
}

.price_display .price .o_p {
	font-size: 14px;
}

.currency_select {
	position: absolute;
	width: 120px;
	height: 40px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
	top: 10px;
	right: 0px;
}

.currency_select .classify_select {
	background: url(../images/select_arrow.png) right no-repeat;
	background: none !important;
	/* IE9, IE8, IE7, IE6 */
	width: 95%;
	font-size: 14px;
	border: none;
	height: 40px;
	-webkit-appearance: none;
	color: #606365;
	cursor: pointer;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: ”;
	outline: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding-left: 10px;
	padding-right: 10px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10 */
	.currency_select .classify_select {
		background: url(../images/select_arrow.png) right no-repeat;
		width: 95%;
		font-size: 14px;
		border: none;
		height: 40px;
		-webkit-appearance: none;
		color: #606365;
		cursor: pointer;
		-moz-appearance: none;
		appearance: none;
		text-indent: 0.01px;
		text-overflow: ”;
		outline: none;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		padding-left: 10px;
		padding-right: 10px;
	}

	select::-ms-expand {
		display: none;
	}
}

.count_select {
	display: inline-table;
	width: 100%;
	margin-top: 20px;
}

.count_select .countTitle {
	display: table-cell;
	font-size: 14px;
	color: #ffffff;
	vertical-align: top;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
}

.count_select .countDes {
	display: table-cell;
}

.count_select .countDes .c_item {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	vertical-align: top;
	margin-bottom: 10px;
}

.count_select .countDes .c_item:last-child {
	margin-bottom: 0px;
}

.form_field_select {
	display: inline-block;
	width: 70px;
	height: 40px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
	margin-left: 10px;
	margin-right: 10px;
}

.form_field_select .classify_select {
	background: url(../images/select_arrow.png) right no-repeat;
	background: none !important;
	/* IE9, IE8, IE7, IE6 */
	width: 95%;
	font-size: 14px;
	border: none;
	height: 40px;
	-webkit-appearance: none;
	color: #606365;
	cursor: pointer;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: ”;
	outline: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding-left: 10px;
	padding-right: 10px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10 */
	.form_field_select .classify_select {
		background: url(../images/select_arrow.png) right no-repeat;
		width: 95%;
		font-size: 14px;
		border: none;
		height: 40px;
		-webkit-appearance: none;
		color: #606365;
		cursor: pointer;
		-moz-appearance: none;
		appearance: none;
		text-indent: 0.01px;
		text-overflow: ”;
		outline: none;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		padding-left: 10px;
		padding-right: 10px;
	}

	select::-ms-expand {
		display: none;
	}
}

.date_wrap {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.date_title {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #ffffff;
}

.date_select_wrap {
	display: inline-table;
	width: 100%;
	margin-top: 10px;
}

.date_select {
	float: left;
	width: 130px;
	height: 40px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
	/* margin-right: 10px; */
	position: relative;
}

.date-input-css {
	float: left;
	width: 110px;
	height: 25px;
	margin-top: 7px;
	margin-left: 7px;
	border: none;
	font-size: 14px;
	background-image: url(../images/date_pick_icon.png);
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-size: 20%;
	background-position-y: 100%;
}

.date-input-css_2 {
	float: left;
	width: 110px;
	height: 25px;
	margin-top: 7px;
	margin-left: 7px;
	border: none;
	font-size: 14px;
	background-image: url(../images/date_pick_icon.png);
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-size: 20%;
	background-position-y: 100%;
}

.date-input-icon {
	position: absolute;
	height: 20px;
	top: 10px;
	right: 7px;
}

.ppl_field {
	display: inline-block;
	width: 50px;
	font-size: 14px;
	font-weight: bold;
	color: #0e0e0e;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	border: #e5e5e5 1px solid;
	padding: 10px;
	margin-top: 10px;
}

.ppl_text {
	display: inherit;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	margin-top: 10px;
}

.time_select {
	float: left;
	width: 90px;
	height: 40px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.time_select .classify_select {
	background: url(../images/select_arrow.png) right no-repeat;
	background: none !important;
	/* IE9, IE8, IE7, IE6 */
	width: 95%;
	font-size: 14px;
	border: none;
	height: 40px;
	-webkit-appearance: none;
	color: #606365;
	cursor: pointer;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: ”;
	outline: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding-left: 10px;
	padding-right: 10px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10 */
	.time_select .classify_select {
		background: url(../images/select_arrow.png) right no-repeat;
		width: 95%;
		font-size: 14px;
		border: none;
		height: 40px;
		-webkit-appearance: none;
		color: #606365;
		cursor: pointer;
		-moz-appearance: none;
		appearance: none;
		text-indent: 0.01px;
		text-overflow: ”;
		outline: none;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		padding-left: 10px;
		padding-right: 10px;
	}

	select::-ms-expand {
		display: none;
	}
}

.order_btn_group {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

.order_btn_group a {
	display: block;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #f9da21;
	text-align: center;
}

.order_btn_group a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #393535;
}

.order_btn_group a .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	margin-right: 10px;
}

.order_btn_group a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.add_to_cart {
	float: left;
	width: 46%;
}

.checkout {
	float: right;
	width: 46%;
}

.equ {
	display: inline-block;
	width: 100%;
}

.equ .sep_sec {
	float: left;
	width: 30%;
	margin-right: 5%;
}

.equ .sep_sec:last-child {
	margin-right: 0%;
}

.equ .sep_sec .equ_name {
	font-size: 14px;
	color: #A8A8A8;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
}

.equ .sep_sec .equ_name.equped {
	font-weight: bold;
	color: #000000;
}

.equ .sep_sec .equ_name .icon {
	width: 14px;
	height: 14px;
	position: absolute;
	left: -20px;
	top: 2px;
}

.spa_info_wrap {
	float: left;
	width: 100%;
}

.spa_info_album {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	border: #c2c2c2 1px solid;
	padding: 20px;
}

.spa_info_des {
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding-left: 50px;
}

.spa_slider_wrap {
	float: left;
	width: 100%;
}

.spa_slider_wrap #spa-gallery li img {
	width: 100%;
}

.spa_slider_wrap .lSPager li a img {
	width: 100% !important;
}

.spa_des {
	float: left;
	width: 100%;
	color: #1f1f1f;
	font-size: 16px;
	line-height: 1.4;
}

.spa_outLink {
	float: left;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #f9da21;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}

.spa_outLink span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #393535;
}

.spa_outLink .icon {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 16px;
	margin-right: 10px;
}

.spa_outLink:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.switch_content_wrap {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.switch_content_wrap--2 {

	width: 100%;
	margin-top: 40px;
	max-width: 600px;
	margin: 0 auto;

}

.switch_content_nav {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.switch_content_nav .btn {
	display: inline-block;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding-left: 10px;
	padding-right: 10px;
	font-size: 18px;
	line-height: 40px;
	color: #404849;
	font-weight: bold;
	border: #b7b7b7 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 5px;
	margin-right: 10px;
}

.switch_content_nav .btn:last-child {
	margin-right: 0px;
}

.switch_content_nav .btn:hover,
.switch_content_nav .btn.current {
	color: #FFFFFF;
	background: #404849;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.switch_content {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.switch_content_login {
	/*display:inline-block;*/
	width: 400px;
	text-align: center;
	margin: 0 auto;
}

.border_frame {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	border: #b7b7b7 1px solid;
	padding: 15px;
}

.spa_item {
	float: left;
	width: 30%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	border: #b7b7b7 1px solid;
	padding: 15px;
	text-align: left;
	margin-right: 5%;
	margin-bottom: 10px;
}

.spa_item:nth-child(3n) {
	margin-right: 0%;
}

.spa_name {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #545454;
	line-height: 1.3;
}

.spa_en_name {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	color: #545454;
	line-height: 1.3;
}

.spa_intro {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #797474;
	line-height: 1.6;
	letter-spacing: 0.5px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.spa_buy_title {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	color: #1f1f1f;
}

.spa_buy_collect {
	display: inline-block;
	width: 100%;
	background: #707070;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}

.spa_price_display {
	display: inline-table;
	width: 100%;
	position: relative;
}

.spa_price_display .icon {
	display: table-cell;
	width: 23px;
	vertical-align: top;
}

.spa_price_display .icon img {
	width: 23px;
	margin-top: 10px;
}

.spa_price_display .price {
	display: table-cell;
	vertical-align: top;
	font-size: 20px;
	color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
}

.spa_price_display .price .b_p {
	font-size: 36px;
	font-weight: bold;
	margin-right: 5px;
}

.spa_order_list {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.spa_order_list .name {
	float: left;
	font-size: 14px;
	color: #0f0f0f;
	line-height: 40px;
}

.spa_currency_select {
	float: left;
	width: 100%;
	height: 40px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
	top: 0px;
	right: 0px;
	margin-top: 10px;
}

.spa_currency_select .classify_select {
	background: url(../images/select_arrow.png) right no-repeat;
	background: none !important;
	/* IE9, IE8, IE7, IE6 */
	width: 95%;
	font-size: 14px;
	border: none;
	height: 40px;
	-webkit-appearance: none;
	color: #606365;
	cursor: pointer;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: ”;
	outline: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding-left: 10px;
	padding-right: 10px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10 */
	.spa_currency_select .classify_select {
		background: url(../images/select_arrow.png) right no-repeat;
		width: 95%;
		font-size: 14px;
		border: none;
		height: 40px;
		-webkit-appearance: none;
		color: #606365;
		cursor: pointer;
		-moz-appearance: none;
		appearance: none;
		text-indent: 0.01px;
		text-overflow: ”;
		outline: none;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		padding-left: 10px;
		padding-right: 10px;
	}

	select::-ms-expand {
		display: none;
	}
}

.date_title2 {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	color: #0f0f0f;
}

.members_title {
	display: inline-block;
	width: 100%;
	font-size: 23px;
	color: #1f1f1f;
	line-height: 1.3;
}

/**會員**/
.order_list_item {
	display: inline-table;
	width: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	border: #e5e5e5 1px solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 20px;
}

.order_list_item .head {
	background: #e5e5e5;
	text-align: left;
}

.order_list_item td,
.order_list_item th {
	padding: 15px;
	vertical-align: middle;
	text-align: left;
	border-top: #e5e5e5 1px solid;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
}

.order_list_item .order_info p {
	float: left;
	font-size: 13px;
	font-weight: normal;
	color: #030303;
	white-space: nowrap;
	/* 不斷行 */
	margin-right: 30px;
}

.order_list_item .order_info p:last-child {
	margin-right: 0px;
}

.order_cus_btn {
	font-size: 14px;
	font-weight: bold;
	color: #3c5ea9;
}

.order_cus_btn:hover {
	text-decoration: underline;
}

.order_list_item .btn_td {
	width: 90px;
	text-align: center !important;
}

.order_list_item td p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #131313;
	margin-right: 30px;
}

.order_list_item td p:last-child {
	margin-right: 0px;
}

.order_list_item .item_title {
	width: 300px;
}

.order_list_item .item_name {
	font-size: 14px;
	font-weight: bold;
	color: #8e8e8e;
}

.order_list_item .item_light {
	font-size: 14px;
	font-weight: normal;
	color: #0f0f0f;
}

.profile_form {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	text-align: left;
}

.profile_form .short_field {
	width: 130px;
}

.profile_form .text_field_group {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
}

.profile_form .unit_txt {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.profile_form.underline {
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	padding: 10px;
	background: #fff7e6;
}

.profile_form .l_name {
	display: inline-block;
	font-size: 14px;
	min-width: 60px;
	font-weight: bold;
	color: #0e0e0e;
	vertical-align: middle;
	margin-right: 10px;
}

.profile_form .l_name.red {
	color: #c70d0d;
}

.profile_form .field {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #0e0e0e;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	border: #e5e5e5 1px solid;
	padding: 10px;

	/* border: none;*/
	/*    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3);*/
}

.profile_form .checkBox_group {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #0e0e0e;
}

.profile_form .checkBox_group span {
	display: inline-block;
	margin-right: 10px;
}

.profile_form .checkBox_group span.blue {
	color: #357999;
	text-decoration: underline;
}

.hor_form {
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 10px;
}

.hor_form .title {
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #0e0e0e;
	margin-bottom: 5px;
}

.member_select_style {
	display: inline-block;
	vertical-align: middle;
	width: 130px;
	height: 40px;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
	top: 0px;
	right: 0px;
}

.member_select_style.country {
	width: 140px !important;
}

.member_select_style .classify_select {
	background: url(../images/select_arrow.png) right no-repeat;
	background: none !important;
	/* IE9, IE8, IE7, IE6 */
	width: 95%;
	font-size: 14px;
	border: none;
	height: 40px;
	-webkit-appearance: none;
	color: #606365;
	cursor: pointer;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: ”;
	outline: none;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding-left: 10px;
	padding-right: 10px;
}

.bottom_des {
	clear: both;
	text-align: right;
	color: #FFA042;
	font-size: 13px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	/* IE10 */
	.member_select_style .classify_select {
		background: url(../images/select_arrow.png) right no-repeat;
		width: 95%;
		font-size: 14px;
		border: none;
		height: 40px;
		-webkit-appearance: none;
		color: #606365;
		cursor: pointer;
		-moz-appearance: none;
		appearance: none;
		text-indent: 0.01px;
		text-overflow: ”;
		outline: none;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		padding-left: 10px;
		padding-right: 10px;
	}

	select::-ms-expand {
		display: none;
	}
}

.sp_group {
	display: inline-block;
	margin-left: 10px;
}

.members_submit {
	float: left;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #f9da21;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #393535;
	padding-left: 20px;
	padding-right: 20px;
}

.members_submit:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

/**cart**/
.cart_nav {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.cart_nav a {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color: #cac6c6;
	margin-right: 20px;
}

.cart_nav a:last-child {
	margin-right: 0px;
}

.cart_nav a:hover,
.cart_nav a.current {
	color: #070707;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.purchase_head {
	display: inline-block;
	width: 100%;
	background: #e5e5e5;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #030303;
	text-align: left;
}

.purchase_head .red {
	font-size: 18px;
	color: #ff3600;
	margin-left: 10px;
	margin-right: 10px;
}

.purchase_table {
	float: left;
	width: 100%;

	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	/*border:#e1e1e1 1px solid;*/
}

.purchase_table:nth-child(1) {
	float: left;
	width: 100%;
	margin-top: 20px;

	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	/*border:#e1e1e1 1px solid;*/

}



.purchase_table td {
	font-size: 14px;
	color: #131313;
	height: 20px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 15px 10px 15px 10px;
	background: #fff;
	/*border-bottom:#e1e1e1 1px solid;*/
}

.purchase_table td .gray {
	color: #8e8e8e;
}

.purchase_table td .bold {
	font-weight: bold;
	color: #000000;
}

.delete_icon {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.delete_icon:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.purchase_table td .date_select_wrap {
	display: inline-table;
	width: 100%;
	margin-top: 0px !important;
}

.purchase_table td .time_select {
	margin-top: 10px !important;
}

.purchase_price {
	font-weight: bold;
	color: #ff3000;
}

.purchaseDes {
	display: inline-block;
}

.purchaseDes .c_item {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #020202;
	vertical-align: top;
	margin-bottom: 10px;
}

.purchaseDes .c_item:last-child {
	margin-bottom: 0px;
}

.purchaseTotal {
	display: inline-block;
	width: 100%;
	background: #e5e5e5;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #030303;
	text-align: left;
}

.totle_count {
	float: left;
	font-size: 13px;
	font-weight: bold;
	color: #030303;
}

.totle_count .red {
	font-size: 18px;
	color: #ff3600;
	margin-left: 10px;
	margin-right: 10px;
}

.totle_fee {
	float: right;
}

.totle_fee span {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #030303;
}

.totle_fee span.red {
	display: inline-block;
	font-size: 18px;
	color: #ff3600;
	margin-left: 10px;
	margin-right: 10px;
}

.purchase_way {
	display: inline-block;
	width: 100%;
	background: #e5e5e5;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 15px;
	margin-top: 20px;
}

.purchase_way .payment_select {
	float: left;
	margin-right: 20px;
}

.purchase_way .payment_select input {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.purchase_way .payment_select span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #0e0e0e;
}

.payment_link {
	float: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #357999;
}

.payment_link:hover {
	text-decoration: underline;
}

.payment_btn {
	float: right;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #f9da21;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #393535;
	padding-left: 20px;
	padding-right: 20px;
}

.payment_btn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.Payer_info {
	display: inline-block;
	width: 100%;
	border: #e1e1e1 1px solid;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 15px;
	background: #fff7e6;
	text-align: left;
}

.Payer_section_title {
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	color: #0e0e0e;
	text-align: left;
	margin-bottom: 25px;
}

.payer_section {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding-bottom: 10px;
	border-bottom: #e1e1e1 1px solid;
	margin-bottom: 30px;
}

.payer_section:last-child {
	border-bottom: none;
}

.payer_section .underline {
	background: #fff0cf;
}

.purchaseAlert {
	display: inline-block;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #030303;
	text-align: center;
	margin-bottom: 20px;
}

.purchaseResult {
	display: inline-block;
	width: 100%;
	background: #e5e5e5;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #030303;
	text-align: center;
}

.purchaseResult_list {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.purchaseResult_list li {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #0e0e0e;
	list-style-type: none;
}

.purchaseResult_note {
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	color: #0e0e0e;
}

.purchaseResult_note .red {
	color: #cb1515;
}

.purchaseResult_note a {
	color: #357a97;
}

.purchaseResult_note a:hover {
	text-decoration: underline;
}

#FOOTER {
	float: left;
	width: 100%;
	position: relative;
	background: #2b2d2e;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 70px 0px 30px 0px;
	text-align: center;
}

.footer_wrap {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
}

.footer_wrap .top_section {
	/*display:inline-block;*/
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_cate {
	/* float: left; */
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 80px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}

.footer_cate:last-child {
	margin-right: 0px;
}

.footer_cate li {
	white-space: nowrap;
	font-size: 16px;
	color: #fffefe;
	font-weight: bold;
	margin-top: 7px;
	list-style: none;
	padding: 0;
}

.footer_cate li:first-child {
	margin-top: 0px;
	margin-bottom: 10px;
}

.footer_cate li a {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	color: #dedede;
	font-weight: normal;
}

.footer_cate li a.icon {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.footer_cate li a.icon:last-child {
	margin-right: 0px;
}

.footer_cate li a.icon img {
	width: 100%;
}

.footer_cate li a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}


.weather {
	float: left;
	width: 280px;
	height: 182px;
	background: #000;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.weather_bg {
	float: left;
	position: relative;
	z-index: 0;
	width: 280px;
	height: 182px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.weather_loc {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	color: #fffefe;
	top: 25px;
	left: 25px;
	z-index: 2;
}

.weather_loc span {
	font-size: 14px;
	font-weight: normal;
	color: #fffefe;
	margin-left: 10px;
}

.temperature {
	position: absolute;
	top: 65px;
	left: 25px;
	color: #FFF;
	font-size: 37px;
	letter-spacing: 1px;
	font-weight: bold;
	z-index: 2;
}

.temperature_range {
	position: absolute;
	top: 68px;
	left: 100px;
	line-height: 1.4;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	z-index: 2;
}

.temperature_range span {
	font-weight: normal !important;
}

.temperature_date {
	position: absolute;
	top: 115px;
	left: 25px;
	line-height: 1.4;
	color: #FFF;
	font-size: 28px;
	letter-spacing: 1px;
	font-weight: bold;
	z-index: 2;
}

.weather_icon {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 90px;
	height: 90px;
	z-index: 2;
}

.weather_status {
	position: absolute;
	bottom: 40px;
	right: 25px;
	width: 90px;
	color: #FFF;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	z-index: 2;
}

.copy_right {
	display: inline-block;
	border-top: #959595 1px solid;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
	padding-top: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #a6a6a6;
}

.status {
	float: right;

}

.status_verify {
	background-color: #FFB400;
	color: #fff;
	display: block;
	padding: 7px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	width: 80px;
	text-align: center;
}

.status_handle {
	background-color: #c3c3c3;

	color: #fff;
	display: block;
	padding: 7px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	width: 80px;
	text-align: center;
}

.fb_msg {
	position: fixed;
	z-index: 999;
	bottom: 0px;
	width: 162px;
	right: 10px;
}

.fb_msg img {
	width: 100%;
}

#NAV ul .fb_nav {
	display: none;

}

.pay_card_row_title {
	margin: 5px 0;
	text-align: center;
	font-size: 21px;
}

.pay_card_row {
	width: 600px;
	margin: 20px auto;
	border: 1px solid #eaeaea;
	border-bottom: 0;
}

.pay_card_row td {

	border-bottom: 1px solid #eaeaea;
	padding: 15px;
}

.pay_card_row td h3 {
	letter-spacing: 1px;
	color: #616161;
	font-size: 18px;
	font-weight: normal;
}

.pay_card_text {
	font-size: 18px;
	color: #058493;
	line-height: 1.6;
}

.pay_card_total {
	font-size: 18px;
	color: #F44336;
	line-height: 1.6;
	letter-spacing: 1px;
}

.pay_card_input {
	border: 1px solid #eaeaea;
	width: 100%;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0;
	padding: 5px 10px;
	font-size: 17px;
}

.card_input_list {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.card_input_list li {
	display: inline-block;
	width: 20%;
	margin-right: 25px;
}

.card_select {
	border: 1px solid #eaeaea;
	width: 100%;
	height: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0;
	padding: 5px 10px;
	font-size: 17px;
	background-color: #fff;
}

.card_select_list {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.card_select_list li {
	display: inline-block;
	width: 45%;
	margin-right: 25px;
}

.interests {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 1px;
	color: #3e3e3e;

}

.interests a {
	color: #2196F3;
	text-decoration: underline;
}

.pay_card_btn {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #f9da21;
	text-align: center;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #393535;
	padding: 10px 20px;
	display: block;
	width: 200px;
	margin: 15px auto;

}

.qr_row {
	max-width: 150px;
	margin: 25px auto 15px;
}

.qr_row img {
	width: 100%;
}

.connection_icon {
	text-align: center;
}

.connection_icon {
	text-align: center;
	padding: 15px 0;
}

.connection_icon a {
	width: 50px;
	display: inline-block;
}

.connection_icon a img {
	width: 100%;
}

.certification_icon {
	text-align: center;
}

.certification_img {

	width: 125px;
	display: inline-block;

}

.certification_img img {
	width: 100%;
}

.FB_login {
	border: 0;
	background-color: #4267B2;
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 8px 0;
	border-radius: 5px;
	/* vertical-align: middle; */
	font-size: 16px;
	font-weight: bold;
	/* line-height: 1; */
	max-width: 265px;
	margin: 0 auto 15px;
}

.FB_login svg {
	display: inline-block;
	vertical-align: sub;
	width: 23px;
	height: 23px;
}

.Google_login {
	border: 0;
	background-color: transparent;
}

.button_center {
	text-align: center;
}

/*  */
.fix_join {
	width: 250px;
	position: fixed;
	top: 0;
	z-index: 999;
	right: 367px;
	display: none;
}

.fix_join a {
	cursor: pointer;
	margin: 0;
}

.js-scroll {
	display: block;
}

/*  */
.seat_btn input[type="checkbox"] {
	display: none;
}

.specifications {
	list-style: none;
	width: 70%;
	margin: 10px 0;
	font-size: 0;
	padding: 0;
}

.seat_btn {
	width: 50%;
	display: inline-block;
	padding: 2px;
	vertical-align: middle;
}


.seat_btn a {
	display: inline-block;
	background-color: #fff;
	cursor: pointer;
	padding: 10px 10px;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}

.seat_btn a:hover {
	background-color: #f9da21;
	color: #393535;
}

.seat_quantity_row{
	position: relative;
	max-width: 380px;
    padding: 5px 10px 5px 40px;
	background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
	display: inline-block;

}

.seat_quantity_row p{
font-size: 18px;
    display: inline-block;
    font-weight: bold;
	vertical-align: middle;
}
.seat_quantity_select{
	display: inline-block;
	vertical-align: middle;
}
.seat_quantity_select input{
	display: inline-block;
	width: 50px;
	height: 30px;
	border: 0;
	vertical-align: middle;
	text-align: center;
}
.select_plus{
	text-align: center;
	vertical-align: middle;
	background-color: #f9da21;
	font-size: 19px;
	font-weight: bold;
	padding:4px 0 ;
	width: 30px;
		display: inline-block;
}
.select_reduce{
	text-align: center;
	vertical-align: middle;
	background-color: #f9da21;
	font-size: 19px;
	font-weight: bold;
	padding:4px 0;
	width: 30px;
	display: inline-block;
}
.calculate{
	padding: 15px;
	background-color: #fff;
	margin-top: 15px;
	text-align: right;
	
}
.calculate h3{
	font-size: 30px;
	font-weight: bold;
}
.calculate p{
	font-size: 15px;
	color: #a7a7a7;
     font-weight: bold;
}
/* .seat_quantity_row{
	display: none;
} */
.clearfix{

    clear: both;
    content: "";
}
#fixedTop {
    padding: 15px 10px;
    right: 10px;
    bottom: 205px;
    color: #ffffff;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    /* border: 1px solid #f0f9ea; */
    background-color: #f9da21;
}
#fixedTop img{
	width: 30px;
}
.seat_quantity_delete{
	position: absolute;
	width: 25px;
	top:8px;
	left:8px;
	cursor: pointer;

}
.seat_quantity_delete img{
	width: 100%;
}
/*  */
@media screen and (max-width: 1440px) {
	.fix_join {
		width: 250px;
		position: fixed;
		top: 0;
		z-index: 999;
		right: 0;
	}
}

@media screen and (max-width: 1170px) {
	.status {
		float: right;
	}

	.reg_error {

		font-size: 13px;

		margin-top: 5px;
		color: #F44336;
		display: inline-block;

	}

	.reg_past {

		font-size: 13px;

		margin-top: 5px;
		color: #0C6;
		display: inline-block;
	}

	.switch_content_login {
		/*display:inline-block;*/
		width: 300px;
		text-align: center;
		margin: 0 auto;
	}

	.mid_content {
		display: inline-block;
		width: 100%;
	}

	.mid_content_white {
		display: inline-block;
		width: 940px;
		background: #FFFFFF;
	}

	.album_slider1 .lSAction>a {
		background-image: url('../images/controls.png') !important;
	}

	.album_slider1 .lSAction>.lSPrev {
		left: 10px;
	}

	.album_slider1 .lSAction>.lSNext {
		right: 10px;
	}

	.article_relate_slider {
		display: inline-block;
		width: 100%;
		position: relative;
		text-align: center;
	}

	.article_relate_slider .lSAction>.lSPrev {
		left: 10px;
	}

	.article_relate_slider .lSAction>.lSNext {
		right: 10px;
	}

	.index_right_column {
		display: table-cell;
		vertical-align: top;
		width: 500px;
	}

	.article_wrap .article_left {
		float: left;
		width: 280px;
		margin-top: 30px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
	}

	.article_wrap .article_right {
		float: right;
		width: 630px;
		margin-top: 30px;
	}

	.footer_cate {
		float: left;
		text-align: left;
		margin-right: 30px;
	}

	.bottom_area .online_discount {
		display: none;
		float: right;
		font-size: 20px;
		color: #b51d23;
		font-weight: bold;
		line-height: 55px;
	}

	.bottom_area .online_org_price {
		display: none;
		float: left;
		font-size: 16px;
		color: #393535;
		line-height: 55px;
		margin-left: 10px;
	}

	.spa_item {
		float: left;
		width: 46%;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		border: #b7b7b7 1px solid;
		padding: 15px;
		text-align: left;
		margin-right: 4%;
	}

	.spa_item:nth-child(3n) {
		margin-right: 4%;
	}

	.spa_item:nth-child(2n) {
		margin-right: 0% !important;
	}

	.switch_content_login {
		/*display:inline-block;*/
		width: 300px;
		text-align: center;
		margin: 0 auto;
	}
}

@media screen and (max-width: 940px) {
	#fixedTop {
    padding: 15px 10px;
    right: 0;
    bottom: 205px;
    color: #ffffff;
    text-align: center;
    display: none;
    position: fixed;
    z-index: 999;
    /* border: 1px solid #f0f9ea; */
    background-color: #f9da21;
}
	.seat_quantity_select {
    display: inline-block;
    vertical-align: middle;
    float: right;
}
	.seat_quantity_row {
	margin:0 0 10px ;
    position: relative;
	width: 100%;
    max-width: initial;
    padding: 5px 10px 5px 40px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
}
	.specifications {
    list-style: none;
    width: 100%;
    margin: 10px 0;
    font-size: 0;
    padding: 0;
}
	.fix_join {
		width: 100%;
		position: fixed;
		bottom: 0;
		top: initial;
		z-index: 999;
		right: 0;
		display: none;
	}

	.js-scroll {
		display: block;
	}

	.card_select_list li {
		display: inline-block;
		width: 100%;
		margin-right: 25px;
	}

	.card_input_list li {
		display: inline-block;
		width: 100%;
		margin-right: 0;
	}

	.pay_card_row {
		width: 100%;
		margin: 20px auto;
		border: 1px solid #eaeaea;
		border-bottom: 0;
	}

	.reg_error {

		font-size: 13px;

		margin-top: 5px;
		color: #F44336;
		display: inline-block;

	}

	.reg_past {

		font-size: 13px;

		margin-top: 5px;
		color: #0C6;
		display: inline-block;
	}

	.switch_content_login {
		/*display:inline-block;*/
		width: 300px;
		text-align: center;
		margin: 0 auto;
	}

	.mid_content {
		display: inline-block;
		width: 728px;
	}

	.mid_content_white {
		display: inline-block;
		width: 728px;
		background: #FFFFFF;
	}

	#funciton {
		float: left;
		width: 450px;
	}

	.item_box {
		float: left;
		width: 48%;
		background: #FFF;
		margin: 0px 2% 30px 0px;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: #cccccc 1px solid;
		padding: 20px;
	}

	.item_box:nth-child(3n) {
		margin: 0px 2% 30px 0px;
	}

	.item_box:nth-child(2n) {
		margin: 0px 0% 30px 0px;
	}

	.section_title {
		float: left;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 0px 30px 0px;
		text-align: center;
		font-size: 30px;
		color: #2a1e01;
		font-weight: normal;
	}

	.suggestion ul li {
		float: left;
		width: 48%;
		text-align: center;
		margin-right: 4%;
		margin-bottom: 10px;
		list-style: none;
	}

	.suggestion ul li:nth-child(2n) {
		margin-right: 0%;
	}

	.index_right_column {
		display: table-cell;
		vertical-align: top;
		width: 380px;
	}

	.index_news_item {
		float: left;
		width: 48%;
		margin-right: 4%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		background: #FFF;
		border: #cccccc 1px solid;
		text-align: center;
		margin-bottom: 20px;
	}

	.index_news_item:nth-child(2n) {
		margin-right: 0%;
	}

	.index_news_item .img {
		display: inline-block;
		width: 100%;
	}

	.index_news_item h2 {
		display: inline-block;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		color: #242323;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		margin-top: 10px;
	}

	.index_news_item .des {
		display: inline-block;
		text-align: left;
		font-size: 14px;
		line-height: 1.4;
		font-weight: normal;
		color: #484848;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		margin-top: 5px;
	}

	.article_wrap .article_left {
		float: left;
		width: 100%;
		margin-top: 30px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
	}

	.article_wrap .article_right {
		float: right;
		width: 100%;
		margin-top: 30px;
	}

	.article_path {
		float: left;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 15px 15px 15px;
		text-align: left;
	}

	.article_path ul {
		float: left;
		width: 100%;
		margin-top: 0px;
		padding: 0;
	}

	.weather {
		display: none;
	}

}

@media screen and (max-width: 728px) {
	.profile_form .field_w {
		width: 100%;
		display: block;
		margin: 5px 0;
	}

	.ssl_box {
		width: 150px;
		float: initial;
		margin-left: 10px;
		margin: 0 auto 10px;
	}

	#NAV ul .fb_nav {
		display: block;

	}

	.fb_msg {
		position: fixed;
		z-index: 999;
		bottom: 190px;
		width: 80px;
		right: 0;
		display: none;
	}

	.reg_error {

		font-size: 13px;

		margin-top: 5px;
		color: #F44336;
		display: block;

	}

	.reg_past {

		font-size: 13px;

		margin-top: 5px;
		color: #0C6;
		display: block;
	}

	.switch_content_login {
		/*display:inline-block;*/
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}

	#HEADER {
		float: left;
		width: 100%;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 0px 0px 0px;
	}

	#cart_nav_li {
		display: block !important;
	}

	.NAV_btn_wrap {
		position: absolute;
		display: block;
		width: 35px;
		text-align: center;
		cursor: pointer;
		top: 40px;
		right: 10px;
		-moz-transition: ease-in-out 0.3s;
		-o-transition: ease-in-out 0.3s;
		-webkit-transition: ease-in-out 0.3s;
		transition: ease-in-out 0.3s;
		z-index: 999;
	}

	#NAV.reveal {
		right: 0px;
	}

	#NAV {
		position: fixed;
		float: none;
		width: 250px;
		overflow-y: scroll;
		height: 100%;
		z-index: 100;
		top: 0px;
		bottom: 0px;
		right: -250px;
		-moz-transition: ease-in-out 0.3s;
		-o-transition: ease-in-out 0.3s;
		-webkit-transition: ease-in-out 0.3s;
		transition: ease-in-out 0.3s;
	}

	#NAV .mid_content {
		padding: 0px;
	}

	#NAV ul {
		float: left;
		display: inline-block;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}

	#NAV ul li {
		display: inline-block;
		position: relative;
		width: 100%;
		height: auto;
		vertical-align: middle;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-right: none;
		border-left: none;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fde558+0,f9da21+100 */
		background: #fde558;
		/* Old browsers */
		background: -moz-linear-gradient(top, #fde558 0%, #f9da21 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fde558 0%, #f9da21 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fde558 0%, #f9da21 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fde558', endColorstr='#f9da21', GradientType=0);
		/* IE6-9 */
		list-style: none;
	}

	#NAV ul li:first-child {
		border-left: none;
	}

	#NAV ul li:last-child {
		border-right: none;
	}

	#NAV ul li.home {
		width: 100%;
	}

	#NAV ul li.m_menu {
		display: inline-block !important;
	}

	#NAV ul li a {
		display: block;
		text-align: center;
		vertical-align: middle;
		width: 100%;
		font-size: 16px;
		font-weight: bold;
		color: #5d520d;
		height: 70px;
		line-height: 70px;
	}

	#NAV ul li a:hover,
	#NAV ul li a.current {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdd857+0,f9c422+100 */
		background: #fdd857;
		/* Old browsers */
		background: -moz-linear-gradient(top, #fdd857 0%, #f9c422 100%);
		/* FF3.6-15 */
		background: -webkit-linear-gradient(top, #fdd857 0%, #f9c422 100%);
		/* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #fdd857 0%, #f9c422 100%);
		/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd857', endColorstr='#f9c422', GradientType=0);
		/* IE6-9 */
	}

	#NAV ul li a .icon {
		width: 34px;
		height: 38px;
		margin-top: 16px;
	}

	#cart_nav {
		display: none;
	}

	.expand_menu {
		display: none;
		position: relative;
		width: 100%;
		left: 0px;
		top: 0px;
		text-align: center;
		background-color: #f9da24;
		height: auto;
		z-index: 2;
	}

	.expand_menu a {
		float: left;
		display: block;
		width: 100%;
		white-space: nowrap;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		color: #FFF !important;
		text-align: center;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		height: 45px !important;
		line-height: 45px !important;
		background: #633;
	}

	.expand_menu a:last-child {
		border-bottom: none;
	}

	#funciton {
		float: left;
		width: 100%;
	}

	.item_box {
		float: left;
		width: 100%;
		background: #FFF;
		margin: 0px 0% 20px 0px;
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: #cccccc 1px solid;
		padding: 20px;
	}

	.item_box:nth-child(3n) {
		margin: 0px 0% 20px 0px;
	}

	.item_box:nth-child(2n) {
		margin: 0px 0% 20px 0px;
	}

	.section_title {
		float: left;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 0px 20px 0px;
		text-align: center;
		font-size: 20px;
		color: #FFF;
		text-shadow: 0px 0px 2px rgba(150, 150, 150, 1);
		font-weight: normal;
	}

	#logo {
		float: left;
		width: 100px;
		height: 52px;
	}

	#slogan_wrap {
		float: left;
		display: inline-table;
		text-align: left;
		margin-left: 10px;
		height: 89px;
	}

	.slogan_title {
		display: table-cell;
		font-size: 18px;
		font-weight: bold;
		color: #252727;
		vertical-align: middle;
		text-align: center;
		text-align: left;
	}

	.slogan_title .subtitle {
		font-size: 12px;
		font-weight: normal;
		color: #252727;
	}

	#utility {
		float: left;
		width: 100%;
		height: auto;
		margin-top: 0px;
	}

	.utility_top {
		display: none;
		float: left;
		display: inline-table;
		width: 100%;
	}

	.utility_top .uti li {
		float: left;
		height: 18px;
		border-right: #acacac 1px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px 10px 0px 10px;
		list-style: none;
	}

	.utility_top .uti li a {
		display: block;
		font-size: 12px;
		color: #3C3C3C;
		font-weight: normal;
		line-height: 18px;
	}

	#FB_LIKE {
		float: left;
		display: none;
		margin-top: 9px;
		margin-left: 20px;
	}

	.album_slider1 ul li {
		position: relative;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
		padding: 0px;
		border: #c2c2c2 1px solid;
		list-style: none;
	}

	.cover_txt {
		display: table;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		left: 0px;
		text-align: center;
		vertical-align: middle !important;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0px;
	}

	.cover_txt .txt {
		display: table-cell;
		vertical-align: middle !important;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff;
	}

	.suggestion ul li {
		float: left;
		width: 100%;
		text-align: center;
		margin-right: 0%;
		margin-bottom: 10px;
		list-style: none;
	}

	.index_left_column {
		display: inline-block;
		width: 100%;
		vertical-align: top;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 0px;
	}

	.index_right_column {
		display: inline-block;
		vertical-align: top;
		width: 100%;
	}

	.index_news_item {
		float: left;
		width: 100%;
		margin-right: 0%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		background: #FFF;
		border: #cccccc 1px solid;
		text-align: center;
		margin-bottom: 20px;
	}

	.mid_content {
		display: inline-block;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}

	.mid_content_white {
		display: inline-block;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		background: #FFFFFF;
	}

	#FOOTER {
		float: left;
		width: 100%;
		position: relative;
		background: #2b2d2e;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 30px 0px 30px 0px;
		text-align: center;
	}

	.footer_wrap .top_section {
		display: none;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.copy_right {
		display: inline-block;
		border-top: none;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-top: 0px;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
		font-size: 14px;
		font-weight: normal;
		color: #a6a6a6;
	}

	.mall_chart_btn {
		position: fixed;
		z-index: 9;
		width: 50px;
		height: 90px;
		right: 0px;
		bottom: 100px;
		background: rgba(0, 0, 0, 0.35);
		background: hsla(0, 0%, 0%, 0.35);
		text-align: center;
		cursor: pointer;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}

	.mall_chart_btn .icon {
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
	}

	.mall_chart_btn .check_text {
		display: inline-block;
		width: 100%x;
		font-size: 14px;
		line-height: 1.4;
		color: #FFFFFF;
		text-align: center;
		margin-top: 8px;
		margin-bottom: 5px;
	}

	.mall_chart_btn .check_text span {
		display: none;
		color: #f40000;
	}

	.item_left_column {
		float: left;
		width: 100%;
		border-right: none;
		border-bottom: #cccccc 1px solid;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 0px;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}

	.item_right_column {
		float: left;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 0px;
		        margin-bottom: 40px;
	}

	.price_display .price {
		/* display: block; */.
	    display: inline-block;
		vertical-align: top;
		font-size: 12px;
		color: #ffffff;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding-left: 10px;
	}

	.price_display .price .b_p {
		font-size: 30px;
		font-weight: bold;
		margin-right: 5px;
	}

	.price_display .price .o_p {
		font-size: 12px;
	}

	.currency_select {
		position: relative;
		width: 120px;
		height: 40px;
		background: #FFF;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.3);
		top: 0px;
		right: 0px;
		margin: 10px 0;
	}

	.spa_info_album {
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		border: #c2c2c2 1px solid;
		padding: 10px;
		margin-bottom: 20px;
	}

	.spa_info_des {
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		padding-left: 0px;
	}

	.spa_item {
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
		border: #b7b7b7 1px solid;
		padding: 15px;
		text-align: left;
		margin-right: 0%;
	}

	.spa_item:nth-child(3n) {
		margin-right: 0%;
	}

	.spa_item:nth-child(2n) {
		margin-right: 0% !important;
	}

	.spa_item .order_btn_group .add_to_cart .icon {
		display: none;
	}

	.order_list_item td,
	.order_list_item th {
		padding: 5px;
		vertical-align: middle;
		text-align: left;
		border-bottom: #e5e5e5 1px solid;
		-webkit-box-sizing: border-box;
		/* Safari/Chrome, other WebKit */
		-moz-box-sizing: border-box;
		/* Firefox, other Gecko */
		box-sizing: border-box;
		/* Opera/IE 8+ */
	}

	.order_list_item .order_info p {
		float: left;
		font-size: 12px;
		font-weight: normal;
		color: #030303;
		white-space: nowrap;
		/* 不斷行 */
		margin-right: 30px;
	}

	.order_cus_btn {
		font-size: 12px;
		font-weight: bold;
		color: #3c5ea9;
	}

	.order_list_item td p {
		width: 100% !important;
		display: inline-block;
		vertical-align: middle;
		font-size: 12px !important;
		font-weight: bold;
		color: #131313;
		margin-right: 30px;
	}

	.order_list_item .btn_td {
		width: auto;
		text-align: center !important;
	}

	.purchase_classify,
	.purchase_date,
	.purchase_s_price,
	.purchase_count {
		display: none;
	}

	.cart_nav a {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		color: #cac6c6;
		margin-right: 20px;
	}

	.profile_form .country_field {
		/*margin-bottom:5px;*/
	}

	.profile_form .text_field_group {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		margin-bottom: 5px;
	}

}

.members_submit_login {
	float: right;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #f9da21;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #393535;
	padding-left: 20px;
	padding-right: 20px;
}

.members_submit_login:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}

.members_submit_registered {
	float: right;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	background: #2b2d2e;
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
}

.members_submit_registered:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-moz-transition: ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	margin-right: 10px;
}

/**/
.Payer_info--2 {
	display: inline-block;
	width: 100%;
	/*border: #e1e1e1 1px solid;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 15px;*/
	background: #fff;
	text-align: left;
}

.purchase_table--2 {
	float: left;
	width: 100%;
	display: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	border: #e1e1e1 1px solid;
}

.purchase_table--2 td {
	font-size: 14px;
	color: #131313;
	height: 20px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 15px 10px 15px 10px;
	background: #fff7e6;
	border-bottom: #e1e1e1 1px solid;

}

.purchase_table--2 td .gray {
	color: #8e8e8e;
}

.purchase_table--2 td .bold {
	font-weight: bold;
	color: #000000;
}


.purchase_table--3 {
	float: left;
	width: 100%;
	display: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	border: #e1e1e1 1px solid;
}

.purchase_table--3 td {
	font-size: 14px;
	color: #131313;
	height: 20px;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko */
	box-sizing: border-box;
	/* Opera/IE 8+ */
	padding: 15px 10px 15px 10px;
	background: #fff7e6;
	border-bottom: #e1e1e1 1px solid;

}

.purchase_table--3 td .gray {
	color: #8e8e8e;
}

.purchase_table--3 td .bold {
	font-weight: bold;
	color: #000000;
}







.open_btn {
	color: #666;
	display: block;
}

.open_btn:hover {
	color: #666;
	text-decoration: underline;

}

.meet_btn {
	color: #666;
	display: block;
	margin-top: 5px;
}

.meet_btn:hover {
	color: #666;
	text-decoration: underline;

}

.close_icon {
	display: none;
	font-size-adjust: 14px;

}

.open_icon {

	font-size-adjust: 14px;

}

.detailed {
	border-top: 0;
	/*border-bottom: #e5e5e5 1px solid;*/
	background: #fcfcfc;
	display: none;

}

.detailed td p {
	display: block;
	margin: 0.3em 0;

}

.detailed td {
	border-top: 0;

}

.forget {
	float: right;
	color: #3c5ea9;
	text-decoration: underline;


}

.login_error {
	color: #F00;

}

.reg_error {

	font-size: 13px;

	margin-top: 5px;
	color: #F44336;
	display: inline-block;

}

.reg_past {

	font-size: 13px;

	margin-top: 5px;
	color: #0C6;
	display: inline-block;
}

.spa_buy_collect .o_p {
	color: #fff;
	font-size: 14px;

}

.spa_intro_content {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.more_content {
	max-width: 600px;
	margin: 0 auto;


}

.more_text_btn {
	background: #eaeaea;
	width: 100%;
	display: block;
	padding: 10px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
	color: #545454;
}

.more_text_btn:hover {
	background: #eaeaea;
	width: 100%;
	display: block;
	padding: 10px;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin: 10px 0;
	color: #545454;
	text-decoration: underline;
}

.more_content {
	max-width: 600px;
	margin: 0 auto;
	webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
}

.spa_intro_height {
	height: 325px;
	overflow: hidden;

}


@media screen and (max-width: 728px) {
	.status {
		float: left;

		margin: 5px 0;
	}

	.item_title .purchase_ph {
		display: table-cell;

	}

	.more_content {
		max-width: 310px;
		margin: 0 auto;
		webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 15px;
	}

	.purchase_add_min {
		font-size: 15px;
		color: #ec4c54;
		text-align: justify;
		margin-left: 0px;
		display: block;
	}
}

.item_section_img img {
	max-width: 900px;
	display: block;
	margin: 0 auto;

}

.top_up {
	position: fixed;
	z-index: 99999;
	bottom: 25px;
	right: 3px;
	display: none;
}

.order_textarea {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #0e0e0e;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: #e5e5e5 1px solid;
	padding: 10px;
	width: 100%;
	max-width: 1107px;
	margin: 0 auto;
	max-height: 250px;
	min-height: 200px;
	margin-top: 10px;
}

.advisory {
	border-bottom: 1px #999 dashed;
	padding: 5px 0;
}

.advisory_title {
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 2px 0;

}

.advisory_time {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 2px 0;
}

.advisory_content {
	color: #666;
	font-size: 17px;
	font-weight: 500;
	padding: 2px 0;
	line-height: 1.5;
	text-align: justify;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto;

}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.date_left {
	float: left;
	width: 50%;
}

.clear {
	clear: both;
}

#purchase_add .online_sp_price {
	float: left;
	margin-left: 10px;
	font-size: 19px;
	color: #b51d23;
	font-weight: bold;
	line-height: 55px;
}

.purchase_add {
	padding: 10px;
	text-align: left;
	font-size: 25px;
	/* border-bottom: 1px dashed #999; */
	color: #ec4c54;
	margin: 10px 0px 10px;
	background-color: rgba(255, 255, 255, 0.42);
}

.purchase_icon {
	padding: 5px 7px;

	background: #F44336;
	margin-right: 5px;
	color: #fff;
	display: initial;
	font-size: 13px;
}

.min_red {
	line-height: 1.5;
	font-size: 15px;
	color: #c30000;
	padding: 5px 0;
	text-align: justify;
}

.purchase_table .purchase_table_add {
	float: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;

}

.purchase_table .purchase_table_add td {
	font-size: 14px;
	color: #131313;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 10px 15px 10px;
	background: #ffffff;

}

.purchase_table .purchase_tr_add {
	background: #fff;
	border-bottom: 1px #CCC solid;

}

.purchase_table .purchase_tr_add td {
	background: #fcfcfc;

}

.detailed_add {}

.detailed_add td {
	border-top: 0px;
}

.figure_title {
	color: #FF0000;
	font-size: 16px;
}