@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tbody,
tfoot,
th,
thead,
time,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before {
	content: "";
	content: none
}

q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

:focus {
	outline: 0
}

caption {
	text-align: left
}

:link {
	text-decoration: none;
	outline: none;
	hlbr: expression(this.onFocus=this.blur())
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

::placeholder {
	color: #ccc
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both
}

* html .clearfix {
	height: 1%
}

:first-child+html .clearfix {
	min-height: 1px
}

html {
	height: 100%
}

body {
	height: 100%;
	min-width: 320px;
	font-size: 16px;
	line-height: 1.4;
	color: #333;
	font-family: "Heiti TC", "黑體-繁", "Helvetica Neue", "微軟正黑體", "Microsoft JhengHei"
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1
}

.site-body {
	padding-top: 110px
}

.site-header {
	width: 100%;
	padding: 12px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	text-align: center;
	box-sizing: border-box;
	background: #fff
}

.logo {
	margin-bottom: 5px
}

.logo a {
	display: inline-block
}

.logo img {
	width: 200px
}

.logo span {
	display: block;
	text-indent: -110px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 25px
}

.menu {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	background: #cccccc;
	background: linear-gradient(0deg, #cccccc 0%, #f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#f0f0f0", GradientType=1)
}

.menu .toggle_menu {
	display: none;
	color: #777
}

.menu .toggle_menu svg {
	padding: 5px 10px;
	color: #777
}

.menu ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center
}

.menu ul li {
	position: relative
}

.menu ul li .sub_menu {
	position: absolute;
	top: 99%;
	left: 10px;
	background: #fff;
	border: 1px solid #eee
}

.menu ul li .sub_menu li a {
	display: block;
	width: 150px;
	padding: 5px 20px;
	color: #777;
	border-bottom: 1px solid #eee
}

.menu ul li .sub_menu li a:hover {
	color: black
}

.menu ul li:hover .sub_menu {
	display: block
}

.menu ul li a {
	display: block;
	margin: 0 15px;
	padding: 5px 20px;
	color: #777;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.5
}

.menu ul li a:hover {
	color: black
}

.menu ul .blue a {
	color: #28A7E9
}

.menu ul .blue a:hover {
	color: #28A7E9
}

.menu ul .cart .fa-shopping-cart {
	color: #333
}

.menu .sub_menu {
	display: none;
	background-color: transparent
}

.menu .sub_menu a {
	margin: 0;
	color: #000
}

.menu .member {
	position: absolute;
	right: 20px;
	top: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-self: flex-end
}

.menu .member a {
	display: block;
	padding: 5px 10px;
	color: #777;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.5
}

.menu .member a:hover {
	color: black
}

.menu .member a svg {
	margin: 0 2px 0 0;
	color: #aaa
}

.menu .member .cart span {
	margin: 0 0 0 3px;
	color: #333;
	font-size: 0.8rem
}

h2.title {
	font-size: 1.2rem;
	padding: 20px 10px 15px 0;
	border-bottom: 1px solid #ccc
}

.container {
	margin: 0 auto;
	max-width: 1200px
}

.star {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

.star svg {
	margin: 0 2px;
	color: #ffd67c
}

.star .grey {
	color: #e3e3e3
}

.blue_btn {
	padding: 5px 12px;
	color: white;
	background-color: #28A7E9;
	border: none;
	cursor: pointer
}

@media screen and (max-width:1200px) {
	.menu ul li a {
		margin: 0 5px
	}
	.menu .member a {
		padding: 5px
	}
	.col-two .container {
		margin: 0 40px
	}
}

@media screen and (max-width:1000px) {
	.menu {
		justify-content: flex-start
	}
	.menu ul li a {
		margin: 0 10px
	}
}

@media screen and (max-width:920px) {
	.logo img {
		width: 150px
	}
	.site-body {
		padding-top: 97px
	}
	.menu {
		justify-content: flex-start
	}
	.menu ul li a {
		margin: 0 5px
	}
}

@media screen and (max-width:840px) {
	.menu ul li a {
		margin: 0 5px;
		padding: 5px
	}
}

@media screen and (max-width:768px) {
	.site-body {
		padding-top: 86px
	}
	.logo img {
		width: 120px
	}
	.menu ul {
		display: none;
		flex-flow: column nowrap;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		padding: 10px;
		background: #eee;
		text-align: left;
		box-sizing: border-box
	}
	.menu ul.active {
		display: flex
	}
	.menu ul li a {
		margin: 0 5px;
		padding: 5px
	}
	.menu ul li .sub_menu {
		display: none;
		position: static
	}
	.menu ul li .sub_menu li a {
		border: none
	}
	.menu ul li .toggle_sub_menu:hover~.sub_menu {
		display: none
	}
	.menu .toggle_menu {
		display: block
	}
	.menu .sub_menu.active {
		display: block!important
	}
}

.bot_slider,
.slider {
	width: 100%;
	position: relative
}

.bot_slider .swiper-slide,
.slider .swiper-slide {
	position: relative;
	margin: 0;
	overflow: hidden;
	box-sizing: border-box
}

.bot_slider .swiper-slide .video-container,
.slider .swiper-slide .video-container {
	position: relative;
	padding-bottom: 45%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.bot_slider .swiper-slide .video-container embed,
.bot_slider .swiper-slide .video-container iframe,
.bot_slider .swiper-slide .video-container object,
.slider .swiper-slide .video-container embed,
.slider .swiper-slide .video-container iframe,
.slider .swiper-slide .video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.bot_slider img,
.slider img {
	display: block;
	width: 100%;
	height: auto
}

.bot_slider .swiper-button-next,
.bot_slider .swiper-button-prev,
.slider .swiper-button-next,
.slider .swiper-button-prev {
	font-size: 1.8rem
}

.bot_slider .swiper-button-next:after,
.bot_slider .swiper-button-prev:after,
.slider .swiper-button-next:after,
.slider .swiper-button-prev:after {
	content: ""
}

.bot_slider svg,
.slider svg {
	color: white;
	text-shadow: 1px 1px 5px #eee
}

.bot_slider .slider_icon,
.slider .slider_icon {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	position: absolute;
	right: 20px;
	bottom: 15px;
	z-index: 10
}

.bot_slider .slider_icon a,
.slider .slider_icon a {
	display: block;
	margin-left: 15px
}

.bot_slider .slider_icon img,
.slider .slider_icon img {
	display: block;
	width: 24px
}

.swiper-pagination {
	left: 50%;
	bottom: 10px
}

.swiper-pagination .swiper-pagination-bullet {
	margin: 0 5px 0 0
}

@media screen and (min-width:768px) {
	.bot_slider,
	.slider {
		height: 500px;
		overflow: hidden
	}
}

@media screen and (max-width:768px) {
	.bot_slider .swiper-slide .video-container,
	.slider .swiper-slide .video-container {
		padding-bottom: 75%
	}
}

h2.title {
	font-size: 1.2rem;
	padding: 20px 10px 15px 0;
	border-bottom: 1px solid #ccc
}

.container {
	margin: 0 auto;
	max-width: 1200px
}

.recom {
	margin: 20px 0
}

.recom .container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between
}

.recom-block {
	width: 19%;
	padding: 10px 20px;
	color: #fefefe;
	background: #404040;
	box-sizing: border-box
}

.recom-block .first-line {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 10px
}

.recom-block .star {
	color: #28A7E9;
	font-size: 1.5rem
}

.recom-block .lostar {
	color: #555
}

.recom-block .title {
	width: 100px;
	margin: 0 10px 0 0;
	font-size: 0.875rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.recom-block .date {
	color: #aaa;
	font-size: 0.75rem
}

.recom-block .content {
	height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 10px;
	font-size: 0.75rem
}

.recom-block .name {
	color: #aaa;
	font-size: 0.75rem
}

.col-two .container {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

.news {
	position: relative;
	width: 45%;
	margin: 50px 0
}

.news a {
	color: #333;
	font-size: 0.8rem
}

.news .more {
	float: right;
	display: inline-block;
	margin-top: 10px;
	padding: 2px 13px;
	letter-spacing: 2px;
	color: white;
	background-color: #efb84c;
	border-radius: 10px
}

.news .more .fa-chevron-right {
	margin: 0 3px;
	font-size: 0.7rem
}

.news .more:hover {
	color: #fefefe
}

.newslist {
	margin-top: 15px;
	list-style: disc inside
}

.newslist li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 3px;
	padding: 5px 0;
	box-sizing: border-box
}

.newslist li a {
	display: block;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.6
}

.newslist li img {
	display: block;
	width: 20px;
	margin: 0 10px
}

.newslist li .star {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between
}

.newslist li .star svg {
	width: 14px;
	margin: 0 2px;
	color: #ffd67c
}

.newslist .date {
	margin-right: 10px;
	color: #666;
	font-size: 0.7rem
}

.hot {
	margin: 20px auto;
	text-align: center
}

.hot .prod_t {
	margin: 20px 0;
	font-size: 1.5rem
}

.hot .container {
	display: flex;
	width: 100%;
	max-width: 1200px;
	flex-flow: row wrap
}

.hot .hot-block {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px;
	box-sizing: border-box
}

.hot .hot-block:nth-child(4n) {
	margin-right: 0
}

.hot .prod {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 100%;
	cursor: pointer
}

.hot .prod img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	transition: 0.3s
}

.hot .prod:hover {
	box-shadow: 2px 2px 10px #655a49
}

.hot .prod:hover img {
	transform: scale(1.05) translate3d(0, 0, 0);
	transition: 0.3s
}

.hot .prod .prod-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 236px;
	height: 0;
	border-left: solid 120px #28A7E9;
	border-bottom: solid 120px transparent;
	border-top: solid 0px transparent;
	color: white;
	font-family: "Helvetica Neue"
}

.hot .prod .prod-label p {
	position: absolute;
	left: -95%;
	top: 8px;
	text-align: left;
	line-height: 1.2
}

.hot .prod .prod-label p span {
	font-size: 1.5rem;
	font-weight: 700
}

.hot .prod .prod-info {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 106%;
	height: 106%;
	padding: 28% 20px 20px;
	text-align: center;
	color: white;
	font-size: 1rem;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transform: translate(-50%, -50%) scale(0.95);
	box-sizing: border-box
}

.hot .prod .prod-info .name {
	padding: 10px;
	font-size: 1.5rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.hot .prod .prod-info .price {
	padding: 10px;
	font-size: 1.375rem;
	font-family: "Helvetica Neue"
}

.hot .prod .prod-info .price:first-letter {
	font-size: 14px
}

.hot .prod .prod-info .btn-addcart {
	margin-top: 15px;
	padding: 10px 15px;
	color: white;
	background-color: #28a7e9;
	line-height: 1.8;
	border-radius: 10px
}

.hot .prod:hover .prod-info {
	opacity: 1;
	filter: alpha(opacity=100);
	transform: translate(-50%, -50%) scale(0.95);
	background: rgba(0, 0, 0, 0.5)
}

.about article {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px
}

.about article .title {
	width: 40%;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	box-sizing: border-box
}

.about article .content {
	width: 60%;
	padding: 0 30px;
	font-size: 1rem;
	line-height: 2;
	letter-spacing: 1px;
	box-sizing: border-box
}

.blog {
	margin-bottom: 30px
}

.blog-block {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	margin-bottom: 30px;
	border-bottom: 1px solid #655a49
}

.blog-block .blog-img {
	flex-basis: 30%
}

.blog-block .blog-img img {
	display: block;
	width: 100%
}

.blog-block .blog-des {
	display: flex;
	flex-flow: column wrap;
	align-items: flex-end;
	justify-content: space-between;
	flex-basis: 70%;
	padding: 0px 20px
}

.blog-block .blog-title {
	align-self: flex-start;
	padding: 0 0 10px;
	color: #28A7E9;
	font-size: 1.25rem;
	text-shadow: unset
}

.blog-block .blog-content {
	height: 84px;
	margin-bottom: 10px;
	color: #fefefe;
	font-size: 0.875rem;
	line-height: 2;
	overflow: hidden
}

.blog-block .more {
	text-align: right
}

.blog-block .more a {
	color: #fefefe
}

@media screen and (max-width:768px) {
	.col-two .container {
		flex-flow: column nowrap
	}
	.news {
		width: 100%;
		margin: 0
	}
	.about article {
		flex-flow: column nowrap;
		margin-bottom: 20px
	}
	.about article .title {
		width: 100%;
		margin-bottom: 10px;
		font-size: 1.5rem
	}
	.about article .content {
		width: 100%;
		font-size: 0.9rem
	}
}

@media screen and (max-width:640px) {
	.hot .hot-block {
		width: 49%
	}
	.hot .hot-block:nth-child(2n) {
		margin-right: 0
	}
}

.site-footer {
	padding: 30px 20px;
	background-color: #ddd
}

.site-footer .container {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between
}

.site-footer .foot_img {
	margin-top: 30px;
	align-self: flex-start
}

.site-footer .foot-logo img {
	width: 168px
}

.site-footer .foot_social {
	margin: 10px 0 0 0;
	/* text-align: right */
	padding: 0px 35px;
}

.site-footer .foot_social img {
	display: inline-block;
	margin-left:15px;
	vertical-align: middle
}

.site-footer a {
	color: #333
}

.site-footer a:hover {
	border-bottom: 1px solid #333
}

.site-footer li {
	margin: 0 0 30px;
	font-size: 0.8rem
}

.site-footer .link {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 100%;
	max-width: 200px
}

.site-footer .fb-club {
	width: 280px;
	height: 220px;
	overflow: hidden
}

.copyright {
	padding: 17px 20px;
	font-size: 0.7rem;
	background-color: white
}

@media screen and (max-width:1120px) {
	.site-footer .link {
		max-width: 170px
	}
}

@media screen and (max-width:980px) {
	.site-footer .foot-logo img {
		width: 120px
	}
	.site-footer .foot_social img {
		margin: 0 0 0 15px
	}
	.site-footer .link {
		max-width: 140px
	}
}

@media screen and (max-width:870px) {
	.site-footer .link {
		max-width: 120px
	}
	.site-footer .fb-club {
		width: 230px
	}
}

@media screen and (max-width:786px) {
	.hot {
		margin: 20px auto 10px
	}
	.hot .prod .prod-label {
		width: 158px;
		border-left: solid 80px #28A7E9;
		border-bottom: solid 80px transparent
	}
	.hot .prod .prod-label p {
		font-size: 0.7rem
	}
	.hot .prod .prod-label p span {
		font-size: 1rem
	}
}

@media screen and (max-width:786px) {
	.site-footer {
		padding: 10px
	}
	.site-footer .container {
		flex-flow: column
	}
	.site-footer .foot_img {
		flex-flow: column;
		align-self: center
	}
	.site-footer .foot-logo img {
		width: 168px
	}
	.site-footer .foot_social {
		/* text-align: left */
		padding:0px;
	}
	.site-footer .foot_social img {
		margin: 0 0 0 30px
	}
	.site-footer li {
		margin: 0 0 20px
	}
	.site-footer .link {
		max-width: 30%;
		margin: 20px 0
	}
}

@media screen and (max-width:640px) {
	.hot .hot-block {
		width: 49%
	}
	.hot .hot-block:nth-child(2n) {
		margin-right: 0
	}
}

@media screen and (max-width:470px) {
	.site-footer .link {
		display: none
	}
	.site-footer .serv_info {
		margin: 10px 0 0
	}
	.site-footer .foot-logo {
		margin: 10px 0 0
	}
	.site-footer .foot_img {
		margin: 0px 0 0
	}
	.site-footer .foot_social {
		margin: 10px 0
	}
	.fb-club {
		width: 200px
	}
}