 @import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
 @import url(https://fonts.googleapis.com/css?family=Roboto);
 @charset "utf-8";
/* CSS Document */
 * {
 	font-family: "Noto Sans TC", "微軟正黑體", "Microsoft JhengHei", Arial, sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	/*padding跟margin不撐開元素*/
	line-height: 1.5;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
}
a {
	color:#2E3138;
	outline: none;	 /* for Firefox */
	hlbr: expression(this.onFocus=this.blur());/* for IE */
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:hover {
	text-decoration: none;
}
img, a img {
	border: none;
	vertical-align: middle;
}
ul, ol{
	list-style:none;
	margin: 0;
	padding: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
input[type="number"]{
	-moz-appearance: textfield;
	margin: 0;
	-moz-appearance:textfield;
}
.mobile{
	display: none;
}
.text_right{
	text-align: right;
}
.red_word{
	color:#f00;
}
/* flex */
.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-row{
	flex-direction:row;
}
.flexno{
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.flex1{
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.wrap{
	flex-wrap:wrap;
}
.flex-start,.form ul li.flex-start{
	align-items:flex-start;
}
.center{
	align-items: center;
}
/*-----手機板header-----*/
.mobile,.mb {
	display: none;
}
/** 電腦版Layout **/
.artical {
	margin: 0 auto;
	width: 1200px;
	background: #ffffff;
	padding: 0 0 30px 0;
	position: relative;
}
.content{
	min-height: 620px
}
/*-----手機板header-----*/
.mobile {
	display: none;
}
/** 電腦版Layout **/
.artical {
	margin: 0 auto;
	width: 1260px;
	background: #fff;
	padding: 0 0 30px 0;
	position: relative;
}
.content{
	min-height: 620px
}
/*-----header-----*/
 /*選單*/
header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	border-top: 3px solid #40a732;
}
.inside{
	width: 1260px;
	margin: 0 auto;
}
.logo a{
	display: block;
	text-indent: -9999px;
	width: 340px;
	height: 60px;
	margin: 15px 0;
	background:  url(../images/logo.jpg) no-repeat center center;
	background-size: 100%;
}
.logo a:hover{
	opacity: .7;
}
.addon {
	display: block;
	text-align: right;
	margin: 30px 0;
}
.addon li{
	display: inline-block;
	text-align: right;
}
.addon li.index{
	margin: 0 25px 0 0;
}
.addon li.log a {
	color: #f00;
	margin: 0 10px;
}
.addon li a.pd_list, .addon li a.pd_search{
	border-radius: 4px;
	padding: 8px 20px;
}
.addon li a.pd_list{
	border:1px solid #40a732;
	color:#40a732;
}
.addon li a.pd_search{
	background: #f8b551;
	color:#fff;
}
/* nav */
.menu-toggle{
	display: none;
}
.menu{
	width:100%;
}
nav{
	width: 100%;
}
nav ul{
	font-size: 0px;
	display: flex;
	width: 100%;
}
nav ul li{
	position: relative;
	flex:1;
}
nav ul li:not(:last-child){
	border-right: 1px solid #efefef;
}
nav ul li a{
	position: relative;
	font-size: 1.1rem;
	display: block;
	text-align: center;
	color:#2E3138;
	line-height: 50px;
}
nav ul li a:hover, nav > ul > li > a.active{
	background: #40a732;
	color:#fff;
}
.options , nav ul li a.active.options{
	display: none;
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	padding: 0;
	background: #f5f5f5;
	z-index: 99;
}
.options a ,nav ul li a.active.options a{
	font-size: .9rem;
	color:#2E3138;
	padding: 3px;
}
.options a:hover{
	color:#fff;
	background: #f8b551;
}
.menu__link--touch-effect{
	display: none;
}
/*-----頁腳-----*/
footer{
	padding: 30px 0;
	background: #40a732;
	color:#fff;
}
footer div{
	flex:1;
}
.contact p {
	font-size: 1rem;
	margin: 20px 0 0 0;
}
.contact h2{
	font-size: 2rem;
	margin: 10px 0 20px 0;
}
.contact a{
	display: inline-block;
	background: #fff;
	color:#40a732;
	padding: 10px 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.contact a i{
	margin: 0 10px 0 0;
}
.contact a:hover{
	background: #f8b551;
	color:#fff;
}
.map iframe{
	height: 220px;
}
.copyright{
	width:100%;
	text-align: center;
	padding: 15px;
	font-size: 14px;
	color:#2E3138;
}
.link {
	margin: 30px auto 0 auto;
	text-align: center;
	border-top: 1px solid #FBF7DA;
	padding: 20px 0 0 0;
}
.link a{
	color: #FBF7DA;
	padding: 0 30px;
	border-right: 1px solid #FBF7DA;
}
.link a.last{
	border:none;
}
.m_footer{
	display:none;
}
/*-----下方內容區-----*/
.L{
	width:220px;
	margin: 0 30px 0 0;
}
.R{
	width:1010px;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.crumbs {
	width: 100%;
	margin: 20px 0;
	padding: 10px 15px;
	font-size: .9rem;
	background: #f8fdf5;
	color:#40a732;
	font-weight: bold;
}
.crumbs a{
	color: #2E3138;
	font-weight: normal;
}
.crumbs i{
	margin: 0 3px 0 0;
}
/* banner */
.banner img{
	width: 100%;
	height: auto;
	object-fit: cover;
	font-family: "object-fit: cover";
	-webkit-transition: -webkit-transform linear 7000ms;
	transition: -webkit-transform linear 7000ms;
	transition: transform linear 7000ms;
	transition: transform linear 7000ms, -webkit-transform linear 7000ms;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.banner .swiper-slide-active img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.banner .swiper-slide:before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0)), color-stop(90%, #fff));
	background: linear-gradient(top, rgba(255,255,255,0) 0%, #fff 90%);
	bottom: 0;
	position: absolute;
	height: 100px;
	width: 100%;
	z-index: 9999;
}
.banner .text{
	width: 430px;
	color:#fff;
	position: absolute;
	top: 20%;
	right: 17%;
	transition: opacity .3s;
	z-index: 1;
	text-shadow: #999 0.01em 0.01em 0.05em ;
}
.banner .text h2{
	font-size: 3rem;
	margin: 0 0 1rem 0;
}
.banner .text p{
	width: 100%;
	font-size: 1.2rem;
	line-height:1.7;
}
/* block */
.index_block{
	align-items:flex-start;
	font-size: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin: -150px 0 0 0;
	z-index: 2;
}
.index_block > .master{
	width: 32%;
	margin: 0 2% 0 0;
	border-radius: 8px 8px 0 0;
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
}
.master:last-child{
	margin:0;
}
.master .img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.master .img img ,.other li .pic img{
	overflow: hidden;
	width: 100%;
	border-radius: 8px 8px 0 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover";
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.other li .pic{
	padding: 0;
}
.master:hover .img img ,.other li a:hover .pic img{
	-webkit-transform: scale(1);
	transform: scale(1);
}
.master .b_text{
	padding: 15px;
	color:#2E3138;
}
.master:hover .b_text h2{
	color: #40a732;
}
.master .b_text h2{
	font-size: 1.2rem;
	margin: 0 0 .9rem 0;
}
.master .b_text p{
	font-size: .95rem;
}
/* tit */
.tit {
	width: 100%;
	text-align: center;
	margin: 30px 0 ;
}
.tit h2{
	font-size: 2rem;
}
/* pd_sale */
.pd_sale, .pd{
	width: 100%;
}
.pd{
	display: flex;
	font-size: 0;
	border: 1px solid #eee;
}
.pd li{
	width: 25%;
	display: inline-block;
}
.pd li:not(:last-child){
	border-right: 1px solid #eee
}
.pd li a{
	display: block;
}
.pic{
	position: relative;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 10px;
}
.pd li a img{
	width: 100%;
	min-height: 300px;
	height: auto;
}
.pd li a h2, .pd li a p{
	margin: 10px 15px;
}
.pd li a h2{
	font-weight: normal;
	font-size: 1.2rem;
	height: 60px;
	overflow: hidden;
}
.pd li a p{
	font-size: .9rem;
}
.pd .pic:after{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(44,44,44,0.8);
	content: "看更多";
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	letter-spacing: 0;
	left: 0;
	top: 0;
	-webkit-transition: opacity 200ms, letter-spacing 200ms;
	transition: opacity 200ms, letter-spacing 200ms;
	opacity: 0;
	height: 100%;
	width: 100%;
}
.pd li a:hover .pic:after{
	opacity: 1;
	letter-spacing: 5px;
}
/* news */
.news{
	width: 100%;
}
.news_list{
	font-size: 0;
	border:1px solid #eee;
}
.news_list li{
	display: inline-block;
	width: 33.3%;
}
.news_list li:not(:last-child){
	border-right:1px solid #eee;
}
.news_list li a{
	display: block;
	padding: 20px;
}
.news_list li a:hover{
	background-color: #f9f9f9;
}
.news_list li a span{
	background: #40a732;
	padding: 3px 10px;
	color:#fff;
	font-size: .9rem
}
.news_list li a p{
	color:#2E3138;
	font-size: 1.1rem
}
.news_list li:hover a p{
	color:#40a732;
}
.other{
	width:100%;
	margin: 40px 0;
}
.other li{
	width: 50%;
	display: inline-block;
}
.other li .pic{
	overflow: hidden;
}
.other li .pic img{
	border-radius: 0;
}
.other li a{
	display: block;
}
.other li a h2{
	text-align: center;
	font-size: 1.5rem;
}
.other li a h2,.other li a p{
	margin: 15px;
}
.other li a p{
	width: 70%;
	margin: 0 auto;
}
/*-----submenu-----*/
.snCategory{
	display:none;
}
.submenu{
	width: 100%;
	background: #f5f5f5;
	margin: 0 0 30px 0;
	border:1px solid #eee;
}
.submenu a{
	display: block;
	padding: 10px;
	font-size: 1rem;
	border-top:1px solid #40a732;
}
.sub_tit{
	display: block;
	text-align: center;
	background: #40a732;
	color:#fff;
	font-size: 1.3rem;
	padding: 10px;
}
/*-----business-----*/
.business h1, .form h1, .sitemap h1{
	font-size: 2rem;
	width: 100%;
}
.business h2{
	text-align: center;
	border-bottom: 1px solid #555;
	font-size: 25px;
	padding: 0 0 12px 0;
	margin: 0 0 30px 0;
	color: #555;
}
.business p{
	font-size: 1.05rem;
	line-height: 1.8;
	color: #595757;
}
.business div.row div {
	width: 60%;
	display: inline-block;
	margin: 0 2% 0 0;
}
.business div.row div p{
	width: 49%;
	display: inline-block;
}
.business div.row div p.width100{
	width: 100%;
	padding: 15px 0;
	border-top: 1px solid #eee;
}
.business img{
	float:right;
	margin: -170px 0 0 0 ;
}
.business div img {
	max-width: 100%;
	margin: 0;
	width: 38%;
}
.business div b{
	font-size: 2rem;
	font-style: italic;
	color:#40a732;
}
.business ol {
	list-style: decimal;
	padding: 0 0 0 60px;
}
.business ol li{
	margin: 0 0 .8rem 0;
}
.business ol li ul{
	list-style: decimal-leading-zero;
	padding: 15px 0 5px 34px;
}
.upper_alpha{
	list-style: upper-alpha;
	padding: 0 0 0 86px;
}
/*-----no-------*/
.no h2{
	text-align: center;
	font-size: 1.3rem;
	color: #E52039;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #E52039;
}
.no h2 i{
	margin: 0 8px 0 0;
}
.no ul li a{
	position: relative;
	display: block;
}
.no ul li p{
	height: 50px;
	overflow: hidden;
}
.no ul li img{
	max-width: 100%;
}
.flag {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 5%;
	width: 35px;
	height: 23px;
	padding: 2px 0 0 0;
	background-color: #fe2a00;
	text-align: center;
}
.flag:before {
	border-top: 0 solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 0 solid transparent;
	border-right: 34px solid #fe2a00;
	right: 0;
	bottom: -10px;
}
.flag:after {
	border-top: 0 solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 34px solid #fe2a00;
	left: 0;
	bottom: -10px;
}
.flag:before, .flag:after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	bottom: 0;
}
.flag:before, .flag:after {
	border-bottom: 20px solid transparent;
	bottom: -20px;
}
.flag span{
	font-size: 15px;
	font-size: 1.1rem;
	font-style: italic;
	color: #fff;
}
/*-----common-------*/
.common_tit{
	width: 100%;
	font-size: 2rem;
	border-bottom: 1px solid #eee;
	margin: 0 0 2rem 0;
}
.common_tit span{
	display: inline-block;
	border-bottom: 1px solid #2E3138;
	padding: 0 50px 10px 0;
}
.common_item h1 {
	color: #2E3138;
	font-size: 1.8rem;
	margin: 0 0 2rem 0;
	border-bottom: 1px solid #eee;
	padding: 0 0 1rem 0;
}
.common_item ,.common_item p{
	font-size: 1.1rem;
	line-height: 1.7;
}
.common_item a{
	color:#00f;
}
.common_item li{
	margin: 1rem 0;
	line-height: 1.7;
}
.common_item img{
	max-width: 100%;
}
/*-----vendor-----*/
.video{
	display: flex;
	flex-wrap: wrap;
}
.video li{
	width: 32%;
	margin: 0 2% 2% 0;
}
.video li:nth-child(3n){
	margin: 0 0 2% 0;
}
.video li .img {
	position: relative;
	margin: 0 0 1rem 0;
}
.video li .img:before {
	background-color: rgba(0,0,0,0.15);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	-webkit-transition: 400ms opacity;
	transition: 400ms opacity;
}
.video li .img:after {
	background: url(../images/youtube.png) no-repeat center center;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 66px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 400ms background;
	transition: 400ms background;
}
.video li a:hover .img:before {
	opacity: 0;
}
.video li a:hover .img:after {
	background-image: url(../images/youtube_hover.png);
}
.video li .img img{
	max-width: 100%;
}
.video li .text{
	color: #2E3138;
}
.video li h2 {
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0;
}
.common_item .video li p{
	font-size: 1rem;
	margin: .7rem 0;
}
.activity ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.activity li{
	display: inline-block;
	width: 23%;
	margin: 0 2.5% 2.5% 0;
}
.activity li a{
	display: block;
	padding: 15px;
	border-radius: 4px;
	border: 1px solid #efefef;

}
.activity li:nth-child(4n){
	margin: 0 0 2.5% 0;
}
.activity li a p {
	color: #2E3138;
	margin: 1rem 0 0 0;
	height: 58px;
	overflow: hidden;
}
.activity li a:hover{
	background: #f9f9f9;
	position: relative;
	left: 1px;
	top: 1px;
}
.activity li a:hover p{
	color: #40a732;
}
.activity h2{
	font-size: 1.2rem;
}
/*-----news-------*/
.list_item li.row{
	padding: 15px;
	border-bottom: 1px solid #eee;
}
.list_item li.row.list_tit{
	font-size: 1.1rem;
	background: #F1F4F6;
	border-bottom: 2px solid #40a732;
	padding: 10px 15px;
}
.list_item li.row:hover:not(:first-child){
	position: relative;
	left: 1px;
	top:1px;
	background: #FFFCE6;
}
.list_item li.row.list_tit .date{
	color:#2E3138;
}
.list_item li span.date{
	width: 150px;
	color:#E52039;
}
.list_item li p{
	flex: 1;
	margin: 0;
}
.back_btn{
	text-align: center;
	margin: 30px 0;
	padding:30px 0;
	border-top:1px dashed #ccc;
}
.back_btn a{
	font-size: 1rem;
	color: #FFF;
	padding: 10px 40px;
	background: #2E3138;
	color:#fff;
	border-radius: 4px;
	text-decoration: none;
}
.back_btn a:hover {
	background:#40A732;
}
table{
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
tr, td{
	padding: 10px 15px;
}
.file:before{
	content:"檔案下載：";
	display: inline-block;
	margin: 0 1rem 0 0;
}
.file {
	display: flex;
	background: #F1F4F6;
	margin: 20px 0;
	padding: 15px;
}
.file a{
	display: inline-block;
	text-decoration: underline;
	color: #40A732;
}
.file a:not:(:first-child){
	margin: 0 1rem 0 0;
}
/*-----contact-----*/
.form{
	margin:  0 0 20px 0;
}
.form ul{
	border:1px solid #efefef;
}
.form ul, .form ul li {
	width: 100%;
	align-items: center;
}
.form ul li{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #efefef;
	padding: 15px;
}
.form ul li:last-child{
	border: none;
}
.form ul li p{
	width: 200px;
	text-align: right;
	margin: 0 20px 0 0;
}
input[type="text"], input[type="password"] ,textarea , select{
	flex: 1;
	border-radius: 4px;
	border:1px solid #efefef;
	background: #efefef;
	padding: 5px 15px;
	-webkit-appearance: none
}
select{
	background: #efefef url(../images/w_select.png) no-repeat 98% center;
}
input[type="text"] {
	height: 35px;
}
.form ul li p.notice_200{
	text-align: left;
	width:100%;
	margin: 10px 0 10px 220px;
}
/*-----sitemap-----*/
.sitemap dl{
	width: 25%;
	padding: 1rem 1rem 1rem 0;
}
.sitemap dt {
	font-size: 1.2rem;
	background: #92C464;
	color: #fff;
	text-align: center;
	line-height: 50px;
}
.sitemap dd {
	font-size: 1rem;
	text-align: center;
	margin: 1rem 1rem 1rem 0;
}
.sitemap dd:before {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	content: "";
	display: inline-block;
	vertical-align: middle;
	border-style: solid;
	border-width: 0 1px 1px 0;
	vertical-align: middle;
	height: 6px;
	width: 6px;
	border-color: #92C464;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-right: 10px;
	margin-left: 8px;
	position: relative;
}
/*-----共用-----*/
/*md-radio*/
@keyframes ripple {
	0% {
		box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
	}
	50% {
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
	}
	100% {
		box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
	}
}
.md-radio {
	margin: 10px;
}
.md-radio.md-radio-inline {
	display: inline-block;
}
.md-radio input[type="radio"] {
	display: none;
}
 .md-radio input[type="radio"]:checked + label , .md-radio input[type="radio"]:checked + label + .card_msg{
	color: #f00;
}
.md-radio input[type="radio"]:checked + label:before {
	border-color: #40a732;
	animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
	transform: scale(1);
}
.md-radio label {
	display: inline-block;
	height: 20px;
	position: relative;
	padding: 0 30px;
	line-height: 1;
	margin-bottom: 0;
	cursor: pointer;
	vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
	position: absolute;
	content: '';
	border-radius: 50%;
	transition: all .3s ease;
	transition-property: transform, border-color;
}
.md-radio label:before {
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #40a732;
}
.md-radio label:after {
	top: 5px;
	left: 5px;
	width: 10px;
	height: 10px;
	transform: scale(0);
	background: #40a732;
}
.md-radio.md-radio-inline.md-select{
	display: inline-flex;
	align-items: center;
}
.md-radio.md-radio-inline.md-select label{
	height: auto;
}
.md-radio.md-radio-inline.md-select label:before{
	top: 50%;
	transform: translateY(-50%);
}
.md-radio.md-radio-inline.md-select select{
	padding: 1px 15px;
}
.md-radio.md-radio-inline.md-select label:after{
	top: 9px;
}
/*checkbox*/
.checkbox {
	position: relative;
	text-align: left;
}
.checkbox.checkbox-inline {
	display: inline-block;
}
.checkbox label {
	cursor: pointer;
	display: inline;
	line-height: 1.15em;
	vertical-align: top;
	clear: both;
	padding-left: 1px;
}
.checkbox label:not(:empty) {
	padding-left: 0.75em;
}
.checkbox label:before, .checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.checkbox label:before {
	width: 1.15em;
	height: 1.15em;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 0.125em;
	cursor: pointer;
	transition: background .3s;
}
.checkbox input[type="checkbox"] {
	outline: 0;
	visibility: hidden;
	width: 1.15em;
	margin: 0;
	display: block;
	float: left;
	font-size: inherit;
}
.checkbox input[type="checkbox"]:checked + label:before {
	background: #40a732;
	border: none;
}
.checkbox input[type="checkbox"]:checked + label:after {
	transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
	width: 0.75em;
	height: 0.375em;
	border: 0.125em solid #fff;
	border-top-style: none;
	border-right-style: none;
}
.checkbox input[type="checkbox"]:disabled + label:before {
	border-color: rgba(0, 0, 0, 0.26);
}
.checkbox input[type="checkbox"]:disabled:checked + label:before {
	background: rgba(0, 0, 0, 0.26);
}
/*btn*/
.btn{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.btn a{
	text-align: center;
	display: inline-block;
	background: #efefef;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3333333333;
	width: 300px;
	height: 60px;
	line-height: 60px;
	margin: 0 1%;
}
.btn a.common_btn{
	background: #40a732;
	color: #fff;
}
.btn a.fb_btn {
	background: #4267b2;
	color: #fff;
}
.btn a:hover {
	opacity: 0.8;
}
.margin0{
	margin: 0;
}
.font-17{
	font-size: 17px;
}
.font-21{
	font-size: 21px;
}
.font-23{
	font-size: 23px;
}
.font_red{
	color:#f00;
}
/*-----category-----*/
.top_num {
	margin: 30px 0 0 5px;
}
.top_num ul{
	list-style: none;
}
.top_num ul li{
	display: inline-block;
	padding: 15px;
	font-size: 0;
	box-shadow: 0 0 5px #ccc;
	transform: scale(1);
	transition: all 0.3s ease 0s;
	max-width: 33%;
}
.top_num ul li:hover {
	transform: scale(1.02);
	z-index: 1;
}
.top_num .swiper-container{
	overflow: inherit;
}
.common_pic{
	position: relative;
	text-align: center;
}
.common_pic img{
	width: 100%;
	height:auto;
	max-width: 296px;
}
.top_num .common_text ,.common_pd .common_text{
	margin: 0;
	padding: 0;
}
.common_text{
	font-size: .9rem;
}
.common_text > span {
	display: block;
	color: #40a732;
	margin: 10px 0;
	font-size: 14px;
}
.common_text h2 a{
	display: block;
	font-size: 17px;
	max-height: 56px;
	font-weight: bold;
	overflow: hidden;
}
.common_pd{
	margin: 30px 0;
	font-size: 0;
}
.common_line{
	border-top: 1px solid #2E3138;
	padding: 5px 0 0 0;
}
.common_pd ul li {
	display: inline-block;
	max-width: 23%;
	padding: 20px;
	margin:  0 2.5% 2.5% 0;
	border:1px solid #efefef;
}
.common_pd ul li:nth-child(4n){
	margin: 0 0 2.5% 0;
}
.common_text > div > span{
	display: inline-block;
	font-size: 1.15rem;
	color: #E52039;
}
/*-----vendor-----*/
#calendar{
	width: 100%;
	height: 600px;
}
/* lable */
.label:before {
	content: "";
	display: block;
	border-radius: 8px 8px 0px 0px;
	width: 40px;
	height: 8px;
	position: absolute;
	right: 100px;
	background: #c40303;
}
.label {
	width: 100%;
	height: 188px;
	position: absolute;
	top: -24px;
	left: 24px;
	overflow: hidden;
}
.ribbon {
	display: inline-block;
	text-align: center;
	width: 200px;
	height: 35px;
	line-height: 35px;
	font-size: 19px;
	position: absolute;
	color:#fff;
	top: 30px;
	right: -50px;
	z-index: 2;
	overflow: hidden;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border: 1px dashed;
	box-shadow: 0 0 0 3px #ff0000, 0px 21px 5px -18px rgba(0,0,0,0.6);
	background: #ff0000;
}
.label:after {
	content: "";
	display: block;
	border-radius: 0px 8px 8px 0px;
	width: 8px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 100px;
	background: #ff0000;
}

/*-----products-----*/
.pd_img {
	width: 400px;
	position: relative;
}
#gallery img{
	width: 400px;
	height: auto;
}
.pd_info{
	width: 580px;
	margin: 0 0 0 30px;
	color:#666;
	font-size: 17px;
}
.pd_info h1{
	font-size: 2rem;
	color: #40a732;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #efefef;
}
.pd_info ul{
	padding: 0 0 0 30px;
}
.pd_info ul li{
	margin: 0 0 10px 0;
}
.pd_info p{
	line-height: 200%;
}
.pd_cart{
	margin: 30px 0 0 0;
}
.value {
	padding: 1rem 0;
	border-top: 1px solid #efefef;
}
.value div{
	display: inline-block;
	width: 49%;
	color: #2E3138;
}
.value div span{
	color: #f00;
	font-size: 1.5rem;
}
.del_price b ,.price b, .point b{
	font-weight: normal;
}
.del_price b{
	color: #000;
}
.del_price span{
	color: #000 !important;
}
.price b{
	color: #f00;
}
.price span{
	color: #f00!important;
}
.point b{
	color: #40a732;
}
.point span{
	color: #40a732!important;
}
.pd_info input{
	border:1px solid #2E3138;
	background: #fff;
}
.size {
	margin:15px 0;
	border-top:1px solid #efefef;
}
.size ul{
	padding: 0;
}
.size ul li {
	color: #2E3138;
	margin-right: 1%;
	padding: 3px 15px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #2E3138;
}
.size ul li.select{
	color: #fff;
	background: #40a732;
}
.quantity-number {
	position: relative;
	display: flex;
	align-items:stretch;
	font-size: 0;
}
.quantity{
	color: #2E3138;
	width: 40%;
	margin: 0 4% 0 0;
}
.quantity-number input {
	height: 33px;
	background: #fff;
	border-radius: 0;
	text-align: center;
	font-size: 15px;
	border: 1px solid #2E3138;
	border-right: 0;
	border-left: 0;
	margin: 0;
	padding: 0;
	-webkit-appearance:none;
}
.less , .plus{
	font-size: 15px;
	height: 33px;
	line-height: 30px;
	cursor: pointer;
	padding: 0 15px;
	border: 1px solid #2E3138;
}

.less:hover,.plus:hover{
	color:#fff;
	background: #003D18;
}
.pd_btn{
	width: 49%;
	color:#fff;
	padding: 10px 15px;
	border-radius: 4px;
	text-align: center;
	background: #B2243F;
}
.pd_btn:hover{
	opacity: .7;
}
.cart_stop .pd_btn{
	background: #ccc;
}
 /* tab */
#tabContainer {
	width:100%;
}
.tab-group {
	width: 100%;
	position: relative;
	margin: 30px 0 0 0;
}
.tab-group section {
	display: none;
	height: 0;
	padding: 30px;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 0 0 10px 10px;
	transition: opacity 0.4s ease, height 0.4s ease;
}
.tab-group section.active {
	display: block;
	height: auto;
	overflow: visible;
}
.tab-group section img{
	max-width: 100%;
}
.tab-group section p{
	line-height: 160%;
	margin: 10px 0;
}
.tab-nav {
	list-style: none;
	padding: 0;
	height: 40px;
	overflow: hidden;
}
.tab-nav li {
	display: inline-block;
}
.tab-nav li a {
	top: 1px;
	position: relative;
	display: block;
	float: left;
	border-radius: 10px 10px 0 0;
	background: #efefef;
	line-height: 2em;
	padding: 0 20px;
	width: 200px;
	text-align: center;
	text-decoration: none;
	color: grey;
	margin-top: .5em;
	margin-right: 1px;
	transition: background .2s ease, line-height .2s ease, margin .2s ease;
}
.tab-nav li.active a {
	background: #40a732;
	color: white;
	line-height: 2.5em;
	margin-top: 0;
}
/* related */
.related_pd ,.recommand_pd{
	margin:20px 0;
}
.related_pd li ,.recommand_pd li{
	padding: 10px;
}
/*-----會員專區-----*/
/*登入頁 */
.login{
	width: 100%;
	padding: 30px;
}
.login_text{
	text-align: center;
	border-bottom: 1px solid #efefef;
	padding: 0 0 15px 0;
}
.login li{
	display: flex;
	align-items: center;
	margin: 0 0 1.5rem 0;
}
.login li p{
	width: 120px;
	margin: 0 1rem 0 0;
}
.forget {
	margin: 0 0 0 1rem;
}
/*會員資料修改 */
#zip_address select{
	max-width: 190px;
	margin: 0 10px 0 0;
}
#user_birthday_years span{
	margin: 0 5px;
}
.data form , .data ul li{
	display: flex;
	flex-wrap: wrap;
}
.data ul li{
	align-items: center;
}
.data ul li p{
	width: 100px;
}
.data ul p.font_red {
	margin: 0 0 0 100px;
}
.data .half{
	width: 48%;
	margin: 0 4% 0 0;
}
.data .half:nth-child(even){
	margin: 0;
}
.page select{
	margin: 0 10px;
}
/*手機訂單list*/
.member_list {
	margin: 0 15px;
	padding: 30px 0;
}
.member_list li{
	font-size: 19px;
	font-weight: bold;
	padding: 15px 20px;
	border-bottom: 1px solid #40a732;
}
.member_list li i{
	margin: 0 20px 0 0;
}
/*購物車頁面*/
.steps-list{
	list-style: none;
	margin:20px 0;
	background: #f0f0f0;
}
.steps-list li{
	text-align:center;
	width: 33%;
	float: left;
	color: #b0b0b0;
	font-size: 19px;
	line-height: 150%;
	padding:10px;
}
.steps-list li i{
	padding:0 20px;
}
.steps-list li.current{
	width: 34%;
	font-weight: bold;
	background: #40a732;
	color:#fff;
}
/*購物車_new*/
.table{
	width: 100%;
	display: table;
	position: relative;
}
.one_row{
	display: table-row;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.cell{
	display: table-cell;
	padding: 15px 12px;
	text-align: center;
	vertical-align: middle;
}
.cell.th {
	font-size: 17px;
	padding: 10px 12px;
	background: #f7f7f7;
	border-bottom: 2px solid #40a732;
}
.cell.cart_name {
	width: 30%;
}
.cell.left{
	text-align:left;
}
.cell.cart_img {
	width: 12%;
}
.cell.cart_num {
    width: 15%;
}
.cart_num .quantity-number input{
	height: 33px;
}
.table.detail .cell{
	padding:15px 10px;
}
/*購物車項目*/
.cart_item {
	margin: 30px 0;
	line-height: 150%;
}
.cart_name p {
	float: left;
	text-align: left;
	line-height: 150%;
	width: 92%;
	margin: 0 0 0 15px;
}
.cart_name a{
	color:#2E3138;
}

.cart_msg {
	font-size: 16px;
	line-height: 150%;
}
.total_list{
	margin:10px;
	text-align:right;
	font-weight: bold;
	font-size: 17px;
}
.total_list div{
	display:inline-block;
}
.total_list .md-radio{
	margin: 10px 0;
}
.total_list .md-radio label{
	padding: 0 0 0 30px;
}
.money{
	min-width:80px;
}
.add_pd{
	padding: 20px 0;
	overflow: hidden;
}
.add_btn {
	text-align: center;
}
.add, .sold_out{
	width: 60%;
	text-align: center;
	background: #ccc;
	border-radius: 4px;
	color:#fff;
	display: inline-block;
	margin: 30px 0;
	padding: 5px 20px;
}
.add{
	background: #c40e24;
}
.cart_memo{
	margin: 10px 0 40px 0;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}
/*結帳*/
.half{
	width: 48%;
	margin: 0 2% 0 0;
}
.pay {
	margin: 20px 0;
}
.pay h2{
	font-size: 1.3rem;
}
.pay ul li {
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.pay ul li p{
	display: inline-block;
	width: 100px;
}
.pay.invo ul li p{
	width: 250px;
}
.card_msg{
	display:inline-block;
	margin: 0 10px;
}
.coupon_submit {
	background: #40a732;
	border-radius: 4px;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
}
#ct1 select {
	max-width: 200px;
	margin: 0 20px 0 0;
}
.pay_memo{
	list-style: disc;
	background: #f9f9f9;
	padding: 15px 15px 15px 30px;
}
.pay_memo li{
	margin: 10px 0;
}
/*跳出框*/
#se1 a{
	cursor: pointer;
}
.donate_num{
	margin: 0 10px;
}
/*會員中心*/
.m_select{
	display: none;
}
ul.m_sub {
	width: 100%;
	display: flex;
	list-style: none;
	margin: 20px 0 30px 0;
}
ul.m_sub li{
	width: 24%;
	margin: 0 1% 0 0;
}
ul.m_sub li a{
	color: #40a732;
	padding: 8px 15px;
	display: block;
	text-align: center;
	border-bottom: solid 2px #40a732;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}
ul.m_sub li a:hover , ul.m_sub li a.select{
	background: #40a732;
	color: #fff;
}
.member_item {
	width: 100%;
	margin: 0 0 20px 0;
	word-break: break-all;
}
.member{
	margin: 40px 0 0 0;
}
.member .cell{
	padding: 15px 10px;
}
.member .cell.th {
	background: #f0f0f0;
}
.member.table .cell a{
	color: #40a732;
}
.page {
	font-size: 15px;
	color: #666;
	text-align: center;
	margin:30px 0;
}
#bank_classification {
	max-width: 300px;
	margin: 0 20px 0 0;
}
/*退貨*/
.return_num{
	width: 15%;
}
.process{
	display: flex;
	flex-wrap: wrap;
}
.process li{
	display: inline-block;
	width: 33%;
	font-size: 19px;
}

/*客服*/
.record_tit {
	font-weight: bold;
	font-size: 19px;
	border-bottom: 3px solid #40a732;
	padding: 10px 0;
	margin:20px 0;
}
.record_list {
	font-size: 15px;
	margin: 20px 0;
}
.record_tit div, .record_list div {
	float: left;
	line-height: 150%;
	padding:0 10px;
	text-align:center;
}
.record_order{
	width:20%;
}
.record_name{
	width:70%;
}
.record_num{
	width:10%;
}
.record_block {
	margin: 20px 0 40px 0;
	border-bottom: 1px #ccc solid;
}
.record_catagory{
	width:10%;
}
.record_tit div.record_content,.record_list div.record_content{
	text-align: left;
}
.record_content{
	width:65%;
}
.record_time{
	width:20%;
}
.record_answer{
	background: #ececec;
	padding: 10px 0;
}
.record_answer div{
	float: left;
	line-height: 150%;
	text-align:center;
	padding: 0 10px;
}
.record_answer div.record_content{
	text-align: left;
}
.ask_btn{
	text-align:right;
}
.ask_btn a {
	font-size: 15px;
	background: #40a732;
	color: #fff;
	display: inline-block;
	text-align:right;
	padding: 8px;
}
.ask_item{
	margin:15px 0;
}
.ask_title{
	float:left;
	width:10%;
	text-align: left;
}
.ask_tit{
	line-height: 150%;
	padding: 0 10px;
	margin:10px 0;
	font-size:17px;
	font-weight: bold;
}
.ask_list{
	width:90%;
	float:left;
}
.ask_text{
	line-height: 150%;
	padding: 0 10px;
	margin:10px 0;
	text-align: left;
}
/*電子發票*/
 .e-invoice_tittle_02,  .e-invoice_tittle_03,  .e-invoice_tittle_03_2,  .e-invoice_tittle_04,  .e-invoice_tittle_05,  .e-invoice_tittle_06,  .e-invoice_tittle_07,  .e-invoice_tittle_08 {
	width: 100%;
	height: 45px;
	float: left;
}
.e-invoice_tittle_02 {
	background: url(../images/invoice/e-invoice-tittle02.jpg) no-repeat;
	margin: 10px 0;
}
.text_space_ul {
	padding: 0;
	float: left;
	display: block;
	line-height: 2em;
	width: 100%;
	background-color: #fff;
	color: #898989;
}
.e-invoice_margin-top {
	margin-top: 10px;
	text-align: left;
}
.space40 {
	height: 40px;
	float: left;
	width: 740px;
	background-color: #fff;
}
.e-invoice_tittle_03 {
	background: url(../images/invoice/e-invoice-tittle03.jpg) no-repeat;
}
.e-invoice_tittle_03_2 {
	width: 100%;
	height: 432px;
	background: url(../images/invoice/e-invoice-tittle03-2.jpg) no-repeat;
	margin: 30px 60px 0px 60px;
}
.e-invoice_tittle_04 {
	background: url(../images/invoice/e-invoice-tittle04.jpg) no-repeat;
}
.e-invoice_border-all_01 {
	border-top: 1px solid #B5B5B6;
	border-left: 1px solid #B5B5B6;
}
.e-invoice_padding {
	padding: 4px 4px 4px 10px;
}
.e-invoice_border-all_02 {
	border-top: 1px solid #B5B5B6;
	border-left: 1px solid #B5B5B6;
	border-right: 1px solid #B5B5B6;
}
.e-invoice_border-all_03 {
	border-top: 1px solid #B5B5B6;
	border-left: 1px solid #B5B5B6;
	border-bottom: 1px solid #B5B5B6;
}
.e-invoice_border-all_04 {
	border: 1px solid #B5B5B6;
}
.e-invoice_border-bottom {
	border-bottom: 1px solid #B5B5B6;
	vertical-align: central;
}
.blue_bg {
	background-color: #25cad3;
	color: #FFF;
	height: 30px;
}
.e-invoice_tittle_05 {
	background: url(../images/invoice/e-invoice-tittle05.jpg) no-repeat;
}
.e-invoice_tittle_06 {
	background: url(../images/invoice/e-invoice-tittle06.jpg) no-repeat;
}
.e-invoice_tittle_07 {
	background: url(../images/invoice/e-invoice-tittle07.jpg) no-repeat;
}
/*紅利*/
.bonus{
	width:100%;
	margin: 30px 0 0 0;
}
.bonus .cell.th{
	background: #40a732;
	color:#fff;
	border-bottom: none;
}
.bonus .cell {
	padding: 12px 10px;
}
.bonus .one_row:nth-child(odd){
	background: #fafafa;
}
.bonus_word {
	color: #f00;
	width: 92%;
	margin: 0 auto 15px auto;
	font-size: 17px;
}
.noorder {
	font-size: 17px;
	text-align: center;
	padding: 40px 20px;
	background: #fbfbfb;
	border-bottom: 1px solid #fbfbfb;
	border-left: 1px solid #fbfbfb;
	border-right: 1px solid #fbfbfb;
}
/*搜尋頁*/
.serch_word{
	color:#40a732;
	display:inline-block;
	font-size: 17px;
	padding:0 0 0 25px;
	background: url(../images/arrow.png) no-repeat left top;
	background-size: 18px;
}
.search_item{
	margin:5px 0;
	padding:10px 15px;
	background: #f8f8f8;
}
.all_item{
	display: inline-block;
}
.total_page{
	display: inline-block;
}
.titleMenu{
	width: 100%;
	margin:20px 0;
}
.titleMenu_list{
	float: right;
	display: inline-block;
}
.prdlistIcon {
	width: 40px;
	height: 40px;
	border: 1px solid #efefef ;
	display: inline-block;
	margin:0 5px 0 0;
}
.titleMenu .listBtn a span {
	display: block;
	width: 38px;
	height: 38px;
}
.titleMenu .listBtn .prdlistIcon .itemStyle, .titleMenu .listBtn .prdlistIcon .oneStyle, .titleMenu .listBtn .prdlistIcon .twoStyle {
	background-position: -2px 0px;
	background-size: 42px auto;
	text-align: center;
	cursor: pointer;
}
.titleMenu .listBtn span.oneStyle {
	background: #fff url(../images/list_iconBIG.png) no-repeat;
}
.titleMenu .listBtn span.twoStyle {
	background: #fff url(../images/list_iconMID.png) no-repeat;
}
.titleMenu .listBtn span.itemStyle {
	background: #fff url(../images/list_iconSMALL.png) no-repeat;
}
.titleMenu .listBtn span.oneStyle:hover,.titleMenu .listBtn span.oneStyle.hover{
	background: #40a732 url(../images/list_iconBIG_hover.png) no-repeat;
	background-position: -1px -1px;
	background-size: 42px auto;
}
.titleMenu .listBtn span.twoStyle:hover,.titleMenu .listBtn span.twoStyle.hover{
	background: #40a732 url(../images/list_iconMID_hover.png) no-repeat;
	background-position: -1px -1px;
	background-size: 42px auto;
}
.titleMenu .listBtn span.itemStyle:hover,.titleMenu .listBtn span.itemStyle.hover{
	background: #40a732 url(../images/list_iconSMALL_hover.png) no-repeat;
	background-position: -1px -1px;
	background-size: 42px auto;
}
.titleMenu .listBtn span.itemStyle.hover{
	background-color: #40a732 ;
}
.s_product_50{
	width:48%;
	float:left;
}
.s_product_50 .small_item{
	width:44%;
}
.s_news{
	width:48%;
	float:left;
}
.s_news_100{
	width:100%;
	margin:20px 0;
}
.s_news ul,.s_movie ul,.s_news_100 ul,.s_news_100 ul{
	margin:15px 0;
}
.s_news ul li a,.s_news_100 ul li a, .s_movie ul li a, .s_movie_100 ul li a{
	color: #2E3138;
	display:block;
	padding: 15px 20px;
	font-size: 15px;
	border-bottom: 1px dashed #ccc;
}
.s_news ul li a:hover,.s_news_100 ul li a:hover,.s_movie ul li a:hover .s_movie_100 ul li a:hover{
	background:#FFD;
}
.s_movie{
	width:48%;
	float:right;
}
.s_movie_100{
	width:100%;
}
.s_movie p, .s_movie_100 p{
	display: inline-block;
	width: 70%;
}
.search_bottom{
	width:100%;
	display: table;
}

/*歷史紀錄*/
.del{
	float: right;
}
.history .titleMenu {
	float: right;
	margin:20px;
}
.history ul{
	margin: 30px 0;
	font-size: 0;

}
.history li {
	width: 17.8%;
	margin: 0 2% 2% 0;
	display: inline-block;
}
.history li.item {
	width: 100%;
	float: left;
	padding:0 0 20px 0;
	margin: 10px 20px 20px 0;
	border-bottom: 1px solid #ccc;
}
.history li.item .common_pic{
	width:20%;
	float:left;
}
.history li.item .pd_list{
	float:right;
	width:78%;
}
.history li.item .common_text span{
	display: inline-block;
}
.history li.big {
	width: 32%;
	float: left;
	margin: 0 1% 2% 0;
	padding: 20px;
}

@media screen and (max-width:1440px) {
/*浮動購物車*/
.side-cart {
	right: 3%;
}
}