﻿/*=== GLOBAL SYSTEM ======================*/
.wrap-fs { 
	width: 100%;
	display: block;
	background-size: cover;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrap-fs img {
	display:block;
	height:auto;
	max-width:100%;
}
@media only screen and (min-width: 1400px) {
.wrap-fs .container { 
	min-width: 1370px;
}
}
/*************************
*******pagestyle CSS******
**************************/
.breadcrumb{
	list-style: none;
	border-radius: 0px;
	font-size: 13px;
	line-height: 20px;
	margin: 0;
	text-align: left;
	padding: 8px 5px 15px;
	background-color: transparent;
}
.breadcrumb>li{display:inline-block;color:#888;}
.breadcrumb>li+li:before{padding:0 5px;color:#d0d0d0;content:"/\00a0";}
.breadcrumb>.active{color:#888}
.breadcrumb>li a{color:#333;}
.breadcrumb>li a:hover{color:#4d9c2d;text-decoration:none;}
#pcontent {
	width: 100%;
	float: left;
	padding-bottom: 50px;
	background: #fff url(../content-bg.jpg) no-repeat top right;
	background-size: auto auto;
}
#pcontent1 {
	width: 100%;
	float: left;
	padding: 0 15px 20px;
	margin: 10px 0 40px;
	background: #fff;
	/*background: #fff url(../content-bg.jpg) no-repeat top right;*/
}
@media only screen and (min-width: 1350px) {
#pcontent .container { 
	min-width: 1320px;
}
}
.title1 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 25px 0 15px;
}
.title1 > span {
	display: inline-block;
	text-align: center;
	font-size: 40px;
	line-height: 1.5em;
	color: #fff;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.7);
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 100%;
	padding: 0 15px;
}
.title1 > span .en {
	font-size: 15px;
	line-height: 1.2em;
	color: #fff;
	width: 100%;
	display: inline-block;
}
.pbox1 {
	float: left;
	width: 100%;
	padding-top: 30px;
	font-size: 1em;
	line-height: 1.8em;
	min-height: 300px;
}
.pbox1 img {
	display:block;
	height:auto;
	max-width:100%;
}
.pbox1 iframe,
.pbox1 object,
.pbox1 embed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	min-height: 450px;
}
.page-header {
	padding: 0 0 12px;
	border-style: none;
	width: 100%;
	margin: 0;
	font-size: 2.1em;
	line-height: 1.3em;
	color: #000;
	display: inline-block;
	background-image: url(../line2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.itemarea {
	width: 100%;
	float: left;
}
.pageright {
	float: left;
	width: calc(100% - 200px);
	padding: 15px 0 0 40px;
}
@media (max-width: 991px) {
.pbox1 iframe,
.pbox1 object,
.pbox1 embed {
	min-height: 300px;
}
.pageright {
	float: left;
	width: 100%;
	padding: 30px 0 0 0;
}
#pcontent {
	background-size: 400px auto;
}
}
@media (max-width: 767px) {
#pcontent {
	background-size: 400px auto;
}
}
@media (max-width: 480px) {
#pcontent {
	background-size: 300px auto;
}
}

/* 內頁選單 */
.leftMenu{ float: none; width: 100%;}
.leftMenu .h2{ width: 100%; color: #fff; font-size: 1.2em; margin: 0; padding:13px 10px;border-radius: 5px; background: #61c1bd; }
#nav-wrap .btn-cate { display: none;}
@media only screen and (max-width: 991px) {
.leftMenu .h2{ display: none;/*color: #333; margin: 0; padding:0 0 15px;border-radius: 0; background: none;*/ }
/* 共用 */
  #nav-wrap .btn-cate {
    display: block;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 10px 15px;
    width: 100%;
    font-size: 1.25rem;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: #069601 solid 1px;
    background-color: #069601;
  }
  #nav-wrap .btn-cate:after {
    display: block;
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    border-bottom-width: 0;
    border-top-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
  }
  #nav-wrap .icon-close:after {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
/* 選單 */
#nav-wrap .nav-category {
    display: none;
    position: relative;
    margin: 0 auto;
    width: 100%;
    border: #ddd solid 1px;
    background-color: #fff;
}
#nav-wrap ul.menu-main > li{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 5px 15px;
}
#nav-wrap ul.menu-main > li a{ color: #333;}
#nav-wrap ul.menu-main > li a:hover{ color: #04c303;}
#nav-wrap ul.menu-main > li > ul{ width: 100%; padding: 0; margin: 0;}
#nav-wrap ul.menu-main > li > ul > li{ font-size: 14px;line-height: 20px;color: #888;font-weight: normal;padding: 3px 0 3px 8px;background: url(../line7.gif) no-repeat left 13px;}
#nav-wrap ul.menu-main > li > ul > li> a{ color: #888;}
#nav-wrap ul.menu-main > li > ul > li> a:hover{ color: #04c303;}
#nav-wrap ul.menu-main li.current {background-color: #f2f2f2; }
#nav-wrap ul.menu-main li.current a span { color: #04c303; }

}
@media only screen and (min-width: 992px) {
.leftMenu{ float: left; width: 200px; margin-top: 15px;}
/* 共用 */
#nav-wrap {
	width:100%;
	float:left;
	margin: 5px 0 0;
}
#nav-wrap .nav-category {
    display: block !important;
}
#nav-wrap ul.menu-main > li{
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px solid #e7e7e7;
	width: 100%;
	display: inline-block;
}
/*#nav-wrap ul.menu-main > li:last-child{ border-bottom: none;}*/
#nav-wrap ul.menu-main > li a{ padding: 10px 10px;color: #333;display: inline-block;width: 100%;}
#nav-wrap ul.menu-main > li a:hover{color: #009e47;background-color: #f5f5f5;}
#nav-wrap ul.menu-main > li > ul{ width: 100%; padding: 0; margin: 0;}
#nav-wrap ul.menu-main > li > ul> li{ font-size: 14px;line-height: 20px;color: #888;font-weight: normal;padding: 3px 0 3px 8px;background: url(../line7.gif) no-repeat left 13px;}
#nav-wrap ul.menu-main > li > ul> li> a{ color: #888;}
#nav-wrap ul.menu-main > li > ul> li> a:hover{ color: #04c303;}
#nav-wrap ul.menu-main li.current { color: #04c303;background-color: #069601;font-weight: bold; }
#nav-wrap ul.menu-main li.current a:hover{color: #04c303;background-color: #069601;}
#nav-wrap ul.menu-main li.current a span { color: #fff; }
}

/*************************
******* profile CSS ******
**************************/
.boxabout { 
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url("../about-bg1.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	background-attachment: fixed;
}
.about1 {
	display: inline-block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
.about1:last-child {
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 0;
	width: 100%;
	border-bottom: none;
}
.about1 .aboutpic1 {
	float: right;
	display: inline-block;
	margin: 0 0 15px 25px;
}
.about1 .aboutpic2 {
	float: left;
	display: inline-block;
	margin: 0 25px 10px 0;
}
.about1 .aboutpic1-1 {
	float: right;
	max-width: 550px;
	display: inline-block;
	margin: 0 0 15px 25px;
}
.about1 .aboutpic2-1 {
	float: left;
	max-width: 550px;
	display: inline-block;
	margin: 0 25px 10px 0;
}
.afont {
	font-size: 1.5em;
	line-height: 1.8em;
	color: #069601;
	margin: 0 0 12px;
	display: inline-block;
}
.afont:after{
	content:"";
	display:inline-block;
	width:30px;
	height:1px;
	margin:0 12px;
	overflow:hidden;
	background-color:#069601;
	position:relative;
	top:-8px;
}
@media (max-width: 767px) {
.about1 .aboutpic1 {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
	
}
.about1 .aboutpic2 {
	width: 100%;
	margin: 0 0 15px 0;
}
.about1 .aboutpic1-1 {
	float: left;
	max-width: none;
	margin: 0 0 15px 0;
}
.about1 .aboutpic2-1 {
	max-width: none;
	margin: 0 0 15px 0;
}
}
.aboutcont {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
	display: block;
	position: relative;
	clear: both;
}
.aboutcont:last-child {
	margin: 0;
}
.aboutp1 {
	padding: 0;
	margin: 25px 0 0;
	display: inline-block;
    max-width: 600px;
	position: absolute;
    left: 0;
    z-index: -1;
}
.aboutp2 {
	padding: 0;
	margin: 25px 0 0;
	display: inline-block;
    max-width: 600px;
	position: absolute;
    right: 0;
    z-index: -1;
}
.aboutb1 {
	padding: 15px;
	margin: 0;
	display: inline-block;
	width: 650px;
	background: rgba(255,255,255,0.8);
	float: right;
}
.aboutb2 {
	padding: 15px;
	margin: 0;
	display: inline-block;
	width: 650px;
	background: rgba(255,255,255,0.8);
	float: left;
}
.about-txt1 {
	font-size: 1.8em;
	line-height: 1.2em;
	color:#333;
	padding: 10px 0 20px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.about-txt1:before, .about-txt1:after{
	content:"";
	display:inline-block;
	width:30px;
	height:1px;
	margin:0 15px;
	overflow:hidden;
	background-color:#333;
	position:relative;top:-8px;
}
.about-txt2 {
	line-height: 1.8em;
	color:#333;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.about-txt2 .pic {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 0 0 15px;
}
.about-txt2 .pic img {
	margin: 0 auto;
}
@media (min-width: 991px) and (max-width: 1199px) {
.aboutp1, .aboutp2 {
    max-width: 550px;
}
.aboutb1, .aboutb2 {
	width: 510px;
}
}
@media (max-width: 990px) {
.aboutb1, .aboutb2 {
	margin: 0;
    width: 100%;
	font-size: 14px;
	line-height: 1.7em;
}
.aboutp1, .aboutp2 {
	padding: 0;
	margin: 0;
	display: inline-block;
	position: relative;
    max-width: none;
}
}

.certif-ov {
	width: 100%;
	float: left;
	padding: 15px;
	background: #f6f6f6;
	background-image: url(../line4.gif);
	background-repeat: repeat-y;
	background-position: 143px;
}
.certif-ov dl {
	width: 100%;
	margin: 0;
	float: left;
	padding: 7px 0;
	background-image: url(../icon3.png);
	background-repeat: no-repeat;
	background-position: 120px 19px;
}
.certif-ov dt{
	float: left;
	color: #30753a;
	font-size: 22px;
	width: 170px;
	padding: 6px 50px 0 10px;
}
.certif-ov dt span {
	margin: 0 0 0 10px;
	font-size: 24px;
	font-weight: bold;
	color: #c69c6d;
}
.certif-ov dd {
	float: left;
	margin: 0;
	background-color: #FFF;
	padding: 5px;
	width: calc(100% - 170px);
	position: relative;
	border: 1px solid #ccc;
	min-height: 40px;
}
.certif-ov dd:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 2;
	top: 9px;
	left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
}
.certif-ov dd:after{
	border-color: transparent #ccc transparent transparent;
}
.certif-ov dd p {
	float: left;
	margin: 0;
	font-weight: normal;
	color: #333;
	width: 100%;
	background-image: url(../icon2.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}
@media (max-width: 991px) {
.certif-ov {
	background-image: url(../line4.gif);
	background-repeat: repeat-y;
	background-position: 27px 0;
}
.certif-ov dl {
	background-image: url(../icon3.png);
	background-repeat: no-repeat;
	background-position: 4px 19px;
}
.certif-ov dt{
	width: 100%;
	padding: 4px 0 0 40px;
}
.certif-ov dd {
	margin: 5px 0 0 40px;
	width: calc(100% - 40px);
}

}
/*************************
******* profile CSS ******
**************************/
.knowledgeb1 {
	display: inline-block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 100%;
	border-bottom: 1px dashed #ddd;
}
.knowledgeb1:last-child {
	display: inline-block;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 100%;
	border-bottom: none;
}
.knowledgeb1 img {
	margin: 0 auto;
}
.kleft {
	display: inline-block;
	width: 50%;
	float: left;
	padding: 0 15px 0 0;
}
.kright {
	display: inline-block;
	width: 50%;
	float: left;
}
.knowledgeb1 .pic {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
ul.knowword {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	padding: 0;
}
ul.knowword li {
	float: left;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url(../icon3.gif) no-repeat 5px 12px;
}
ol.knowword2 {
	float: left;
	width: 100%;
	margin: 15px 0 0;
	padding: 17px 10px;
	background: #e3e9af;
	border-radius: 5px;
}
ol.knowword2 li {
	float: left;
	font-size: 1.2em;
	color: #0c6b3b;
	width: 92%;
	margin: 0 0 0 8%;
	padding: 2px 0;
	
}
.fancytable {
	width: 100%;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fancytable td {
	padding: 10px 0;
}
.fancytable td.center {
	text-align: center;
}
.fancytable1 {
	width: 100%;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fancytable1 thead td {
	font-size: 1.1em;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 7px 15px;
	background-color: #069601;
	border: 1px dotted #fff;
}
.fancytable1 tdody tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.fancytable1 tbody tr:nth-of-type(odd) {
	background-color: #ebf2d0;
}
.fancytable1 tbody td {
	padding: 8px 10px;
	border: 1px dotted #CCC;
	text-align: center;
}
.fancytable2 {
	width: 100%;
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.fancytable2 thead td {
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	color: #fff;
	padding: 10px 15px;
	background-color: #666;
	border: 1px dotted #fff;
}
.fancytable2 tbody td {
	padding: 8px 10px;
	border: 1px dotted #CCC;
}
.fancytable2 td A:link {color:#4e98c8;text-decoration:underline}
.fancytable2 td A:visited {color:#4e98c8;text-decoration:underline}
.fancytable2 td A:hover {color:#c30e27;text-decoration:none}
@media (min-width: 991px) and (max-width: 1199px) {

}

@media (max-width: 990px) {
.kleft {
	width: 100%;
	padding: 0;
}
.kright {
	width: 100%;
	margin-top: 20px;
}
.fancytable td.center {
	text-align: left;
}
}
/*************************
******* contact CSS ******
**************************/
#contact_form {
	float: left;
	width: 100%;
}
.contact1 {
	width: 60%;
	padding: 0;
	margin: 0;
	float: left;
}
.contact1 .contact-text {
	float: left;
	width: 100%;
	line-height: 22px;
	margin: 0 0 10px 0;
	color: #666;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
}
.contact1 .control-label {
	text-align: left;
}
.contact1 label {
	padding-left: 10px;
	float: left;
	width: 100%;
	color: #666;
}
.contact1 .required {
	color: #E85500;
	border: 0;
	margin-left:5px;
}
.contact2 {
	float: left;
	width: 100%;
	margin: 3px 0 0 0;
}
.contact2 .cleft {
	width: 30%;
	float: left;
}
.contact2 .cright {
	width: 25%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact3 {
	padding-top: 25px;
	float: left;
	width: 100%;
	margin-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	text-align: center;
}
.contact3 button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	width: 200px;
	height: 40px;
	margin-left: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	transition: background 0.3s;
}
.contact3 .send {
	background: #555;
}
.contact3 .send:hover{
	background:#4d9c2d;
}
.contact3 .reset {
	background: #ccc;
}
.contact3 .reset:hover{
	background:#999;
}
.contact5 {
	float: right;
	width: 35%;
	padding: 10px;
	margin: 0;
	background-color: #EEE;
}
.contact5 .google-maps {
	position: relative;
    padding-bottom: 160%;
    height: 0;
    overflow: hidden;
}
.contact5 .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.contact6 {
	float: left;
	width: 33%;
	padding: 0 0 0 2%;
}
.contact6:first-child {
	float: left;
	width: 34%;
	padding: 0;
}
.contact1 .box-txt{border: 1px solid #ccc; outline: none; padding: 3px 10px;}
.contact1 .box-txt:focus{border-color: #01a800; -webkit-box-shadow: 0 0 1px #01a800; box-shadow: 0 0 1px #01a800;}
#contact_form .pull-left{padding-right:10px}

@media (min-width: 768px) and (max-width: 991px) {
.contact1 {
	width: 100%;
}
.contact2 .cleft {
	width: 50%;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact5 {
	float: left;
	width: 100%;
	margin: 35px 0 0 0;
}
.contact5 .google-maps {
    padding-bottom: 50%;
}
}
@media (max-width: 767px) {
.contact1 {
	width: 100%;
}
.contact2 .cleft {
	width: 50%;
	float: left;
}
.contact2 .cright {
	width: 45%;
	float: left;
	margin: 0;
	padding-left: 5%;
}
.contact4 .google-maps {
	position: relative;
    padding-bottom: 50%;
    height: 0;
    overflow: hidden;
}
.contact5 {
	float: left;
	width: 100%;
	margin: 35px 0 0 0;
}
.contact5 .google-maps {
    padding-bottom: 50%;
}
}
@media (max-width: 480px) {
.contact3 button {
	width: 100%;
	margin-left: 0px;
}
.contact5 .google-maps {
    padding-bottom: 100%;
}
.contact6 {
	width: 100%;
	padding: 1px 0;
}
.contact6:first-child {
	width: 100%;
	padding: 1px 0;
}
}

/*************************
*******news CSS******
**************************/
#news-ov {
	width: 100%;
	float: left;
}
#news-ov ul {
	width: 100%;
	float: left;
	text-decoration: none;
	margin: 0;
	padding:0;
	display: grid;
    gap: 40px 1.5%;
    grid-template-columns: repeat(3, 1fr);
}
#news-ov ul li {
	display: block;
	width: 100%;
	/*min-height: 370px;*/
	float: left;
	text-decoration: none;
	padding: 10px;
	background-color: #FFF;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 10px 0 15px;
	border: 1px solid #EBEBEB;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
}
#news-ov ul li:hover {
	text-decoration:none;
	background-color:#ebf8dd;
	border: 1px solid #ddeecb;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
}
#news-ov .news-det {
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 9px 5px 0;
}
#news-ov .news-det .newsdate {
	font-size: 14px;
	color: #ffb611;
	float: left;
	width: 100%;
}
#news-ov .news-det h3 {
	font-size: 19px;
	line-height: 28px;
	color: #82b64d;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	margin: 8px 0 5px;
	padding: 0;
}
#news-ov li:hover .news-det h3 {
	color: #519a07;
	text-decoration: underline;
}
#news-ov .news-det p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
#news-ov .news-img {
	float: left;
	width: 100%;
}
#news-ov .newsimg {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-top: 68%;
    overflow: hidden;
}
#news-ov .newsimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.newslist2 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0;
}
.newslist2 dl {
	width: 100%;
	margin: 0;
	float: left;
	padding: 15px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.newslist2 dt {
	float: left;
	margin: 0;
	padding: 7px 5px 0 5px;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333;
	width: 100%;
}
.newslist2 dd {
	float: left;
	background-color: #a5ce48;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 15px;
	margin: 6px 0 0 5px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.newscontent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding: 30px 0;
	border-bottom: 1px solid #e8e8e8;
	min-height: 250px;
}
.newslist4 {
	font-size: 1em;
	line-height: 1.6em;
	color: #333333;
	background-color: #e8e8e8;
	float: left;
	width: 100%;
	padding: 10px 8px;
}
.newslist4 A:link {color:#009bd8;text-decoration:none}
.newslist4 A:visited {color:#009bd8;text-decoration:none}
.newslist4 A:hover {color:#eb6100;text-decoration:underline}
@media (max-width: 991px){
#news-ov ul li {
	padding: 7px;
}
}
@media (max-width: 600px) {
#news-ov ul {
    gap: 30px 1.5%;
    grid-template-columns: repeat(1, 1fr);
}
}
/*************************
*******faq CSS******
**************************/
.faq1 {
	padding: 0px;
	float: left;
	width: 100%;
	margin: 0px;
}
.faq1 dl {
	width: 100%;
	margin: 0px;
	float: left;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.faq1 dt{
	float: left;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	background-color: #a5ce48;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	line-height: 22px;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px;
	margin-top: 5px;
	margin-right: 5px;
}
.faq1 dd {
	float: left;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 1.8em;
	line-height: 1.3em;
	color: #91c31f;
}
.faq2 {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
}
.faq2 dl {
	width: 100%;
	margin: 0;
	float: left;
	padding: 12px 0 12px 7px;
	border-bottom: 1px dashed #ccc;
}
.faq2 dl:hover {
	float: left;
	width: 100%;
	visibility: visible;
	background-color: #f5f5f5;
}
.faq2 dt{
	float: left;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFF;
	background-color: #a5ce48;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 5px 10px;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	margin-right: 5px;
}
.faq2 dd {
	float: left;
	width: calc(100% - 70px);
	display: block;
	margin: 0;
	padding: 3px 10px 0 5px;
}
.faq2 dd A:link {
	color:#333;
	text-decoration:none
}
.faq2 dd A:visited {
	color:#333;
	text-decoration:none
}
.faq2 dd A:hover {
	color:#91c31f;
	text-decoration:none
}
/*************************
*******Product CSS******
**************************/
#product-ov {
	width: 100%;
	float: left;
}
#product-ov ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}
#product-ov li { 
	display:block;
	list-style:none;
	width:50%;
	float: left;
	padding: 20px 2%;
	margin: 0;
}
#product-ov li .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 0;
	border: 1px solid #fff;
	position: relative;
	-webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	-webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}
#product-ov li a:hover .pro-img {
	border: 1px solid #77de76;
}
#product-ov ul li .pro-name {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #000000;
	margin-top: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-webkit-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	-moz-transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	transition: color .20s linear, background-color .20s linear, border-color .20s linear;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#product-ov li a:hover .pro-name {
	color: #02a301;
}
#product-ov ul li .pro-format {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #999;
	margin-top: 3px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
#product-ov ul li .pro-money {
	font-size: 1em;
	line-height: 1.4em;
	color: #d80000;
	display: inline-block;
	float: right;
	width: 100%;
	margin-top: 6px;
	text-align: center;
	font-weight: bold;
}
#product-ov ul li .pro-money del {
	color: #b8b8b8;
	margin-right: 10px;
	font-weight: normal;
}
#product-ov ul li .productimg {
	width: 100%;
	height: 200px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transform: scale(1);
    transform: scale(1);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
#product-ov ul li a:hover .productimg {
	opacity: 0.8;
	-webkit-transform: scale(1.10);
    transform: scale(1.10);
}
#product-ov ul li .productimg2 {
	width: 100%;
	height: 40px;
	outline: none;
	display: inline-block;
	float: left;
}
@media (min-width: 992px) and (max-width: 1199px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
}
@media (max-width: 767px) {
#product-ov ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
}
@media (max-width: 480px) {
#product-ov li { 
	width:98%;
	padding: 20px 1%;
}
}
/* 資訊 - 詳細頁 */
#product-ov2 {
	width: 100%;
	float: left;
	margin-top: 10px;
}
#product-ov2 img {
  width:auto;
  max-width:100%;
}
#product-ov2 .info {
	float: left;
	width: 100%;
	margin: 25px 0 0;
	padding: 0;
}
#product-ov2 .info h2 {
	font-size: 2.1em;
	line-height: 1.3em;
	color: #2f7737;
	font-weight: 300;
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0 0 15px;
	border-bottom: #ccc solid 1px;
}
#product-ov2 .info .group {
  margin: 0;
  padding: 13px 0;
  border-bottom: #ccc dashed 1px;
  width:100%;
  float:left;
}
#product-ov2 .info .group:last-child {
  border-bottom: none;
}
#product-ov2 .info .group ul {
  width:100%;
  float:left;
  margin: 0;
  padding: 0;
}
#product-ov2 .info .group ul li {
  margin: 4px 0;
  width:100%;
  float:left;
  list-style-type: none;
}
#product-ov2 .info .format .ti,
#product-ov2 .info .ti {
  float: left;
  width: 100px;
  color: #888;
  line-height: 24px;
  font-size:0.95em;
}
#product-ov2 .info .qut .ti {
  line-height: 32px;
}
#product-ov2 .info .group .txt {
	font-size: 0.95em;
	line-height: 24px;
	color: #111;
	display: inline-block;
	width:calc(100% - 100px);
	float:left;
}
#product-ov2 .info .group .txt a {
	color: #c30000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#product-ov2 .info .group .txt a:hover {
	color: #c30000;
	text-decoration: underline;
}
#product-ov2 .info .discount .txt {
  font-size: 1.083333rem;
  font-size: 13px;
  color: #e47070;
}
#product-ov2 .info .discount .txt span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.8em;
  color: #e70000;
}
#product-ov2 .info .goods-btn {
	float: left;
	width: 100%;
	margin: 20px 0 30px;
	padding: 0px;
}
#product-ov2 .info .goods-btn .fbshare {
	float: left;
	display: block;
	width: 150px;
	height: 25px;
	margin: 18px 0 0 15px;
	padding: 0;
}
#product-ov2 .info .goods-btn button {
	font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, Helvetica, sans-serif;
	float: left;
	width: auto;
	display: block;
	margin:5px 0;
	text-align: left;
	border: none;
	transition: background 0.3s;
	background: url(../shopping-icon.svg) no-repeat 25px 11px; 
	background-size: 20px;
}
#product-ov2 .info .goods-btn .btn-primary{
	font-size: 1.4em;
    line-height: 28px;
    padding: 7px 30px 9px 55px;
    color: #fff;
    border: #61c1bd solid 1px;
    background-color: #61c1bd;
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .1 );
	
}
#product-ov2 .info .goods-btn .btn-primary:hover{
	color: #fff;
    text-decoration: none;
    border: #4faba7 solid 1px;
    background-color: #4faba7;
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );}
#product-ov2 .info .goods-btn .btn-primary[disabled] {
    border: #a3d9d7 solid 1px;
    background-color: #a3d9d7;
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );}
#product-ov2 .info .goods-btn .btn-primary:hover[disabled] {
    border: #a3d9d7 solid 1px;
    background-color: #a3d9d7;
    -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0 );}
#product-ov2 .brief {
	line-height: 26px;
	float: left;
	width: 100%;
	margin: 30px 0 0;
	padding: 30px 0;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #33006a;
}
.select-ov1 {}
.select-ov1 select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px; padding: 0 5px;}
.select-ov1 select{width:100%;background-color:#fff;border:1px solid #ccc;border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;}
.select-ov1 select[multiple],select[size]{height:auto}
.select-ov1 select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.productpicbig {
	float: left;
	padding: 10px 10px 5px;
	width: 100%;
	border: 1px solid #efefef;
	margin: 0;
}
@media (min-width: 1200px) {
#product-ov2 .info {
	float: right;
	width: calc(100% - 580px);
	margin: 0;
}
.productpicbig {
	width: 550px;
}
}
@media only screen and (max-width: 480px) {
#product-ov2 .info h2 {
	font-size: 1.8em;
	line-height: 1.3em;
}
#product-ov2 .info .group .txt {
	width: 100%;
	float: left;
}
#product-ov2 .info .goods-btn ul.style-ul li {
    float: none;
    width: 100%;
}
#product-ov2 .info .goods-btn .btn-primary{
	width: 100%;	
}
}

/*選項卡*/
.tab{
    margin-top: 45px;
	width: 100%;
	float: left;
}
.tab .nav-tabs{
	padding: 0;
	margin: 0;
    border:none;
	background: #e4e4e4;
}
.nav-tabs ul, .nav-tabs li{
	padding: 0;
	margin: 0;
}
.nav-tabs li a{
    padding: 10px 30px;
    border:1px solid #ededed;
    border-right: 0px none;
    background: #e2e2e2;
    color:#888;
    border-radius: 0px;
    margin-right: 0px;
    transition: all 0.3s ease-in 0s;
}
.nav-tabs li a:hover{
    border-bottom-color: #ededed;
    border-right: 1px none;
    background: #d3d3d3;
    color: #666;
}
.nav-tabs li a i{
    display: inline-block;
    text-align: center;
    margin-right:10px;
}
.nav-tabs li:last-child{
    border-right:1px solid #ededed;
}
.nav-tabs li.active a,
.nav-tabs li.active a:focus,
.nav-tabs li.active a:hover{
    margin-top: -5px;
    color: #fff;
	font-weight: bold;
    padding: 12px 30px;
	background: #9bc149;
	border:1px solid #9bc149;
}
.tab .tab-content{
    padding: 30px 0;
    box-shadow:0px 1px 0px #808080;
}
.tab .tab-content h3{
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .tab{
         margin-top: 15px;
	}
	.nav-tabs li{
        width:100%;
        margin-bottom: 3px;
    }
    .nav-tabs li a{
        padding: 12px;
    }
    .nav-tabs li.active a,
    .nav-tabs li.active a:focus,
    .nav-tabs li.active a:hover{
        padding: 12px;
        margin-top: 0;
    }
}

.imagecontainer {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	float: left;
}
.imagecontainer ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 8px 0 0;
}
.imagecontainer li {
	display: inline-block;
	margin: 2px; 
	border-color: #ccc;
	border: 0.3em solid rgba( 255, 255, 255, .5 ); /* 10 */

	-webkit-box-shadow: 0 0 0.313em rgba( 0, 0, 0, .1 ); /* 5 */
	box-shadow: 0 0 0.313em rgba( 0, 0, 0, .1 ); /* 5 */

	-webkit-transition: -webkit-box-shadow .3s ease, border-color .3s ease;
	transition: box-shadow .3s ease, border-color .3s ease;
	width: 60px; 
	background:#FFF;
    overflow:hidden;
	list-style: none;
}
.imagecontainer li:hover,
.imagecontainer li:focus {
	border-color: #fff;
	-webkit-box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
	box-shadow: 0 0 0.938em rgba( 0, 0, 0, .25 ); /* 15 */
}
.imagecontainer li .productimg {
	width: 100%;
	height: 50px;
	outline: none;
	display: inline-block;
	float: left;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.imagecontainer li:hover .productimg {
	opacity: 0.7;
}

/*產品放大*/
div.container_img {
	width:100%;
	height:400px;
	overflow:hidden;
	position:relative;
	display:block;
	text-align:center;
	vertical-align:middle;
	margin: 0;
	padding: 0;
	float: left;
}
div.container_img:after {
    padding-top: 56.25%;
    content:"";
    display: block;
}
div.container_img img {
	position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
    margin:auto;
	max-height:400px;
	max-width:100%;
}
@media only screen and (max-width: 767px){
div.container_img {
	height:300px;
}
div.container_img img {
	max-height:300px;
}
}

/*產品數量*/
.handle-counter { overflow: hidden; }
.handle-counter .counter-minus,  .handle-counter .counter-plus,  .handle-counter input {
  float: left;
  text-align: center;
}
.handle-counter .counter-minus,  .handle-counter .counter-plus { text-align: center; }
.handle-counter input {
	width: 80px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	height: 28px;
}
.handle-counter .btn {
  padding: 3px 12px;
  border: 1px solid transparent;
  color: #fff;
}
.handle-counter .btn:disabled, .handle-counter .btn:disabled:hover {
  background-color: darkgrey;
  cursor: not-allowed;
}
.handle-counter .btn-primary {
	background-color: #CCCCCC;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.handle-counter .btn-primary:hover, .handle-counter .btn-primary:focus { background-color: #006600; }

/* =====================================
   會員系統
===================================== */
.mem-login{ display: table; width: 100%; margin: 0 0 20px;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
.mem-login .half{width: 50%; display: table-cell; vertical-align: top; padding: 30px 0;float: left;}
.memtit{text-align: center;}
.memtit p{margin: 0; line-height: 32px;}
.memtit p:nth-child(1){font-size: 30px; text-transform: uppercase; font-weight: bold; color: #04c303;}
.memtit p:nth-child(2){font-size: 16px; margin-bottom: 10px; color: #999;}
.memtit span.dot,.memtit span.dot:before,.memtit span.dot:after{width: 5px; height: 5px; margin: auto; background: #666; border-radius: 50%; display: block; position: relative;}
.memtit span.dot:before,.memtit span.dot:after{content: ""; position: absolute; top: 0;}
.memtit span.dot:before{ left: -10px;}
.memtit span.dot:after{ right: -10px;}
.memtit1{text-align: center;font-size: 30px; text-transform: uppercase; font-weight: bold; color: #04c303;margin-bottom: 25px;}
.mem-login .half .btns{border-radius: 5px; border: 1px solid #fff; width: 100%; display: block; text-align: center; margin-bottom: 10px; padding: 8px 5px; color: #fff; font-size: 0.8rem;}
.mem-login .half.sign{background: #fff;padding: 30px 0 25px;}
.mem-login .half.sign .sign-box{max-width: 320px; margin: 10px auto; }
.mem-login .half.sign .sign-box .sign-row{margin-bottom: 10px;}
.mem-login .half.sign .sign-box .forget{font-size: 14px; color: #666;}
.mem-login .half.sign .sign-box .forget:hover{text-decoration: underline; color: #04c303;}
.mem-login .half.sign .sign-box .login{ float: left; width: 100%; position: relative; z-index: 2; overflow: hidden; border: none; background: #01ad00; padding: 7px 8px; color: #fff; border-radius: 5px; }
.mem-login .half.sign .sign-box .login i{ margin-right: 5px; }
.mem-login .half.sign .sign-box .login:hover:before{content: ""; position: absolute; z-index: -1; left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.2); }
.mem-login .half.sign .sign-box .fb{display: block; margin-top: 10px;}
.mem-login .half.sign .sign-box .fb .or{ color: #999; border-bottom: 1px solid #ddd; margin-bottom: 20px;}
.mem-login .half.sign .sign-box .fb .or span{display: block; background: #fff; width: 40px; margin: auto; text-align: center; position: relative; top: 11px; padding: 0 10px;}
.mem-login .half.sign .sign-box .fb .btns{ font-size: 14px;background: #3765a3; }
.mem-login .half.sign .sign-box .fb .btns:hover{background: #2568c1;text-decoration: none;}
.mem-login .half.join{ background: #61c1bd; color: #fff;min-height: 480px; }
.mem-login .half.join1{ background: #61c1bd; color: #fff;min-height: 280px; }
.mem-login .half.join .memtit p:nth-child(1){color: #fff;}
.mem-login .half.join .memtit p:nth-child(2){color: #fff;}
.mem-login .half.join .memtit span.dot,.mem-login .half.join .memtit span.dot:before,.mem-login .half.join .memtit span.dot:after{background: #fff;}
.mem-login .half.join .txt{margin: 50px 0 50px;}
.mem-login .half.join .box{margin: 15px auto; font-size: 15px; max-width: 320px; text-align: center;}
.mem-login .half.join1 .txt{margin: 50px 0 50px;}
.mem-login .half.join1 .box{margin: 15px auto; font-size: 15px; max-width: 320px; text-align: center;}
.mem-login .half.join .btns{opacity: 0.8; font-size: 15px;}
.mem-login .half.join .btns:hover{opacity: 1;text-decoration: none; background: #fff;color: #49b5b0;}
@media only screen and (max-width: 1199px){
  .mem-login .half.sign .sign-box, .mem-login .half.join .box{max-width: 280px; }
}
@media only screen and (max-width: 767px){
  .mem-login .half{width: 100%; display: table;}
  .mem-login .half.join{ min-height: 280px; }
}
@media only screen and (max-width:499px) {
  .mem-login{ display: table; margin: 0; width: auto; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);}
  .memtit p{line-height: 23px;}
  .memtit p:nth-child(1){font-size: 24px;}
  .memtit p:nth-child(2){font-size: 15px;}
  .mem-login .half.sign, .mem-login .half.join{  width: 100%; display: block;min-height: auto; }
  .mem-login .half.sign .sign-box, .mem-login .half.join .box{width: 85%; }
  .mem-login .half.join .txt{margin: 30px 0;}
  .mem-login .half.join1{min-height: 150px; }
  .mem-login .half.join1 .txt{margin: 20px 0;}
  .mem-login .half.join1 .box{margin: 15px auto;}
}

#member {
  width: 100%;
  float: left;
}
#member .login-wrap {
  width: 100%;
  margin: 10px 0 0;
}
#member .login {
	width: 100%;
	padding: 30px 15px;
}
#member .login .font2 {
	color: #c50000;
	margin: 0 0 10px;
}
#member .login .form-group .ti-label {
	line-height: 34px;
	color: #654687;
}
#member .gtable {
	margin: 20px 0 0;
}
#member .gtable .tr {
  float:left;
  width:100%;
  color: #453b39;
  display: block;
  padding: 15px 15px 15px 10px;
  margin: 0 0 15px;
  border-radius: 5px;
  border: #ccc 1px solid;
}
#member .gtable .tr:last-child {
  margin: 0;
}
#member .gtable .td {
  vertical-align: top;
  margin: 0;
}
#member .gtable .tr .td:first-child {
  width:60px;
  float:left;
}
#member .gtable .tr .td:last-child {
  width:calc(100% - 60px);
  float:left;
}
#member .gtable .icon {
  width:55px;
  height:55px;
  background-image: url(../memberlogin_icon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#member .gtable .icon.join {
  background-position:left top; 
}
#member .gtable .icon.forgot {
	background-position: left -54px;
}
#member .gtable .topic {
  color:#000;
  font-size: 22px;
  text-align: left;
  height:32px;
  line-height: 1.3;
}
#member .gtable .topic a {
	text-decoration: none;
    color: #4f00ad;
}
#member .gtable .topic a:hover {
  text-decoration: none;
  color: #33006a;
}
#member .gtable .text {
  color:#666;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
#member .other ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
#member .other li {
  padding: 0 0 10px;
  margin: 0;
}
#member .other a {
  color: #453b39;
  display: block;
  padding: 20px 0;
  border-radius: 7px;
  border: #ccc 1px solid;
  font-size: 16px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#member .other a:hover {
  text-decoration: none;
  color: #000;
  background: #fafafa;
  -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#member .other .info {
  color: #453b39;
  display: block;
  padding: 20px 15px;
  border-radius: 7px;
  border: #ccc 1px solid;
  font-size: 15px;
  margin: 20px 0;
  text-align: center;
  line-height: 1.6;
}
#member .login .btn-wrap .btn-style {
	width: 100%;
	font-size: 1.3em;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	border: 0;
	background: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin: 15px 0 0;
	display: inline-block;
}
#member .login .btn-wrap .green {
  padding: 10px 15px;
  color: #fff;
  border: #370e69 solid 1px;
  background-color: #370e69;
  -webkit-box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
	box-shadow: 0 0 5px rgba( 0, 0, 0, .3 );
}
#member .login .btn-wrap .green:hover,
#member .login .btn-wrap .green:focus {
  color: #fff;
  text-decoration: none;
  border: #501598 solid 1px;
  background-color: #501598;
}
@media only screen and (min-width: 641px) {
  #member .login {
    padding: 20px 30px;
  }
  #member .login .form-group .ti-label {
	line-height: 34px;
	color: #654687;
  }
}
@media only screen and (min-width: 768px) {
  #member .login-wrap {
    width: 100%;
    margin: 30px 0;
  }
  #member .login {
    width: 100%;
    float: left;
  }
  #member .gtable {
    width: 100%;
    float: left;
	margin: 20px 0 0;
  }
  #member .other {
    width: 100%;
	float: left;
	margin-top: 15px;
  }
  #member .other .info {
    text-align: center;
    margin: 0;
  }
  #member .other .info .h197 {
    height: 175px;
  }
  #member .other .info .h241 {
    height: 241px;
  }
  #member .other ul {
    margin: 0;
  }
  #member .login .btn-wrap {
	width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #member .login {
    width: 600px;
  }
  #member .gtable {
    width: calc(100% - 630px);
    float: right;
	margin: 0;
  }
  #member .other {
    width: 100%;
	float: left;
	margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  #member .login {
    width: 700px;
  }
  #member .gtable {
    width: calc(100% - 740px);
    float: right;
	margin: 0;
  }
  #member .other {
    width: calc(100% - 710px);
	float: right;
	margin-top: 0;
  }
  #member .other .info {
  padding: 8px;
  }
}
#member .welcome {
  margin: 0 auto;
  padding: 60px 15px 50px;
  border: #e6e6e6 solid 1px;
  background: url(../images/welcome.png) 20px 20px no-repeat #fafafa;
  background-size: 80% auto;
  line-height: 1.8;
}
#member .welcome .data {
  font-weight: bold;
  color: #999;
  margin-bottom: 30px;
}
#member .welcome .data span {
  color: #c50000;
  font-size: 18px;
  font-weight: 500;
}
#member .welcome-view td {
  font-size: 16px;
}
#member .date {
  font-size: 1.083333rem;
  font-size: 13px;
  color: #666;
  font-weight: 300;
  width: 100px;
}
#member .date span {
  font-family: 'Times New Roman', serif;
  font-size: 1.833333rem;
  font-size: 15px;
}
#member .welcome p {
  padding: 15px 0;
}
#member .welcome caption {
  color: #d1183b;
  font-size: 16px;
}
#member .welcome td,
#member .welcome-view td {
  border-top: #ccc 1px dotted;
  border-bottom: #ccc 1px dotted;
  padding: 8px 0;
}
#member .welcome td a {
  color: #000;
}
#member .welcome td a:hover {
  color: #666;
  text-decoration: none;
}
#member .welcome-view .edit-body {
  padding: 30px 0 50px;
  line-height: 1.8;
}
@media only screen and (min-width: 480px) {
  #member .welcome {
    background: url(../images/welcome.png) 20px 20px no-repeat #fafafa;
    background-size: initial;
  }
}
@media only screen and (min-width: 641px) {
  #member .welcome {
    padding: 90px 30px 50px;
    max-width: 500px;
  }
  #member .welcome-view {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  #member .welcome {
    padding: 90px 30px 50px;
    max-width: 90%;
  }
  #member .welcome-view {
    max-width: 90%;
  }
}

/*加入會員、修改會員資料共用*/
#member .join-form {
  margin: 0;
  padding: 30px 15px 20px;
  border: #e6e6e6 solid 1px;
  background-color: #fafafa;
  line-height: 1.8;
  width: 100%;
  display: inline-block;
}
#member .join-form h4.ti {
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px;
  color: #01a100;
}
#member .join-form .form-group span {
  color: #c50000;
}
/*#member .join-form .selectBox {
  margin-bottom: 10px;
}*/
#member .join-form #btn-group {
  margin-top: 10px;
}
#member .join-form .law {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
  color: #999;
  line-height: 1.7;
}
#member .join-form .law2 {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  height: 300px;
  overflow: scroll;
  overflow-x: hidden;
  color: #555;
  line-height: 1.7;
}
#member .join-form .law, #member .join-form .law2 li{
	padding-left: 5px;
	margin: 3px 0;
}
#member .join-form .privacy {
  padding: 10px;
  color: #555;
  line-height: 1.7;
}
#member .join-form .privacy ol{
    margin-left: 0;
    list-style-type: decimal;
}
#member .join-form .privacy li{
	padding-left: 5px;
	margin: 3px 0;
}
#member .join-form .birth .selectBox:nth-of-type(1) {
    width:calc(40% - 20px);
	float:left;
  }
#member .join-form .birth .selectBox:nth-of-type(2),
#member .join-form .birth .selectBox:nth-of-type(3) {
    width:30%;
	margin: 0 0 0 10px;
	float:left;
  }
.address .selectBox {
    width:100%;
  }
.address .addname {
	width:100%;
	margin-top: 5px;
	display: inline-block;
  }
@media only screen and (min-width: 641px) {
.address .selectBox {
    width:35%;
	float:left;
}
.address .addname {
    width:65%;
	margin-top: 0;
	float:left;
}
}
@media only screen and (min-width: 768px) {
  #member .join-form {
    padding: 30px 30px 20px;
  }
  #member .join-form #btn-group {
    margin-top: 20px;
    /*float: right;*/
  }
}
#member .tab-list .box .pic {
    background-color: #fff;
	border: 1px solid #ddd;
}

#member .tab-list h4 {
  font-size: 1.333333rem;
  font-size: 16px;
  color: #333;
}
#member .tab-list .box h4 {
  margin: 15px 0 0 5px;
}
#member .tab-list h4 a {
  color: #333;
  text-decoration: none;
}
#member .tab-list h4 small {
  display: block;
  padding-top: 3px;
  font-size: 1.083333rem;
  font-size: 13px;
  color: #999;
}
#member .tab-list #btn-group {
  margin: 20px 0;
}
#member .tab-list .c1 {
  padding-bottom: 20px;
}
#member .tab-list th {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
  background: #ededed;
  text-align: center;
  border: 1px solid #fff;
}

#member .tab-list tr.addi {
  background: #fff6e9;
}
#member .tab-list tr.addg {
  background: #eff5e8;
}
#member .tab-list .pic {
    float: left;
    width: 80px;
    margin: 0;
	padding: 3px;
	border: 1px solid #e7e7e7;
	background: #fff;
}
#member .tab-list .pic .productimg {
	width: 100%;
	height: 80px;
	outline: none;
	display: inline-block;
	float: left;
}
#member .tab-list .name-tag span{
	display:inline-block;
	line-height:24px;
	font-size:13px;
	border-radius:3px;
	vertical-align:top;
	padding:0 10px 2px;
	margin: 5px 0;
}
#member .tab-list .name-tag .addi{
	color:#fff;
	background:#ffa726
}
#member .tab-list .name-tag .addg{
	color:#fff;
	background:#639e1e
}

#member .tab-list {
  margin-bottom: 20px;
}
#member .tab-list.order td {
  padding: 10px 10px;
  border-bottom: #ddd 1px solid;
  line-height: 1.5;
}
#member .tab-list.order.view td:nth-of-type(2){
  width:30%;
}
#member .tab-list.order td a {
  color: #f7941d;
  font-size: 17px;
}
#member .tab-list.order td a:hover {
  color: #01ad00;
}
#member .tab-list.order td a i {
  color: #000;
  font-size: 17px;
  margin:7px 10px 7px 0;
}
#member .tab-list.order td a:hover i {
  color: #01ad00;
}
#member .form-wrap {
  margin: 0 auto 50px;
}
#member .tab-list.order td .info {
  margin: 5px 0;
}
#member .tab-list.order .recipient-btn {
  padding: 20px 0;
}
#member .tab-list.order .recipient-btn a {
  display: block;
  max-width: 320px;
  margin: 0 auto;
}

#member .bonus-total {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
  background: #ededed;
  text-align: center;
  color:#000;
  font-weight:bold;
}
#member .bonus-total .recod {
	float: none;
	font-weight: normal;
	display: block;
}
#member .tab-list.bonus th {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
  background: #666;
  text-align: center;
  color:#fff;
}
#member .tab-list.bonus td {
  padding: 6px 5px;
  border-bottom: #ddd 1px solid;
  line-height: 1.5;
}
#member .tab-list.bonus td span {
  color: #ed1c24;
  font-weight:bold;
}
#member .tab-list.bonus tr.clubline1 {
	background-color: #FFECEC;
}
#member .tab-list.bonus tr.clubline2 {
	background-color: #e1e1e1;
}
#member .tab-list.bonus td.bonus-date {
  padding: 8px 5px;
  border-bottom: #ddd 1px solid;
  line-height: 1.5;
}
#member .info {
  padding: 10px 5px;
  border-bottom: #ddd 1px solid;
  background: #ededed;
  line-height: 1.6;
  color: #888;
}
@media only screen and (min-width: 768px) {
  #member .tab-list .box .pic {
    width: 100px;
  }
  #member .tab-list .box1 {
    width: 100%;
  }
  #member .tab-list .c1 {
    width: 100px;
    padding-bottom: 10px;
  }
  #member .tab-list .c2 {
    padding-bottom: 10px;
  }
  #member .tab-list td {
    padding: 10px 5px;
    border-bottom: #ddd 1px solid;
  }
  #member .tab-list.order td {
    text-align: center;
  }
  #member .tab-list.order th.text-left,
  #member .tab-list.order td.text-left {
    text-align: left;
  }
  #member .tab-list.order tr.bg-gray {
    background: #fafafa;
  }
  #member .tab-list.order .recipient-btn a {
    max-width: 200px;
  }
  #member .tab-list.bonus td {
    text-align: center;
  }
  #member .tab-list.bonus th.text-left,
  #member .tab-list.bonus td.text-left {
    text-align: left;
  }
  #member .bonus-total .recod {
	float: right;
	color: #555;
	padding: 5px 0 0;
  }
}

#member .tab-list.order .order-number {
  color: #000;
  font-size: 18px;
  padding-bottom: 20px;
}
#member .tab-list.order .member-wel {
  color: #555;
  padding-bottom: 20px;
}
#member .tab-list.order .pic {
  float: left;
  width: 80px;
  margin: 0 auto;
}
#member .tab-list.order .box .pic {
    background-color: #fff;
	border: 1px solid #ddd;
	padding: 3px;
}
#member .tab-list.order .box .pic .productimg {
	width: 100%;
	height: 70px;
	outline: none;
	display: inline-block;
	float: left;
}
#member .tab-list.order .right-480 {
  float: right;
  margin-left: 15px;
  width: calc(100% - 95px);
}
#member .tab-list.order h4 {
  font-size: 1.333333rem;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  text-align: left;
}
#member .tab-list.order .box h4 {
  margin: 10px 0 10px;
}
#member .tab-list.order h4 a {
  color: #333;
  text-decoration: none;
}
#member .tab-list.order h4 small {
  display: block;
  padding-top: 5px;
  font-size: 1.083333rem;
  font-size: 13px;
  color: #999;
}
#member .tab-list.order .size,
#member .tab-list.order .price,
#member .tab-list.order .number {
  font-size: 15px;
  color: #333;
  padding-bottom: 3px;
}
#member .tab-list.order .total {
  font-size: 16px;
  color: #ed1c24;
   padding-bottom: 3px;
}
#member .tab-list.order .price del {
  color: #666;
  font-size: 14px;
}
#member .tab-list.order .count {
  padding: 20px 10px;
  background: #f1f1f1;
  text-align: right;
  font-size: 15px;
  line-height: 1.8;
}
#member .tab-list.order .count .discount-p {
  width:100%;
}
#member .tab-list.order .count strong {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #d1183b;
}
#member .tab-list.order .count .discount {
  color: #da778a;
}

#member .tab-list.bonus .member-wel {
  color: #555;
  font-size: 16px;
  padding-bottom: 15px;
}
#member .tab-list.bonus .right-480 {
  float: right;
  margin-left: 15px;
  width: calc(100% - 20px);
}
#member .tab-list.bonus h4 {
	font-size: 1.333333rem;
	font-size: 16px;
	color: #333;
}
#member .tab-list.bonus .box1 h4 {
  margin: 8px 0;
  font-weight:bold;
}
@media only screen and (min-width: 480px) {
  #member .tab-list.order .pic {
    width: 120px;
  }
  #member .tab-list.order .right-480 {
    width: calc(100% - 135px);
  }
  #member .tab-list.order .size,
  #member .tab-list.order .price,
  #member .tab-list.order .total {
    /*padding-top: 10px;*/
  }
  #member .tab-list.order .number {
    /*padding-top: 10px;*/
  }
#member .tab-list.bonus .box1 h4 {
  margin: 10px 0;
  font-weight: normal;
}
}
@media only screen and (min-width: 768px) {
  #member .tab-list.order .pic {
    width: 100px;
  }
  #member .tab-list.order .c1 {
    width: 100px;
  }
  #member .tab-list.order .number {
    width: 80px;
    text-align: center;
  }
  #member .tab-list.order .size,
  #member .tab-list.order .price,
  #member .tab-list.order .total {
    text-align: center;
  }
}
#member .form-wrap .selectBox {
  margin-bottom: 10px;
}
#member .form-wrap .radio-style {
  font-size: 15px;
  padding: 10px;
  line-height: 1.8;
  background: #f0f0f0;
}
#member .form-wrap .radio-style .note {
  color: #da778a;
  font-size: 14px;
  margin-left: 18px;
}
#member .form-wrap .radio-style .sub {
  margin-left: 18px;
  border-left: #ccc 3px solid;
}
#member .form-wrap .radio-style .open {
  display: none;
}
#member .form-wrap .radio-style td {
  vertical-align: top
}
#member .form-wrap .radio-style .sub td {
  padding-left: 5px;
}
@media only screen and (min-width: 768px) {
  #member .form-wrap .radio-style td.c1 {
    width: 150px;
  }
  #member .form-wrap .radio-style .sub td.c1 {
    width: 125px;
  }
}

.member-wel {
	width: 100%;
	display: inline-block;
    color: #555;
    padding-bottom: 10px;
}
#member .member-refont {
    color: #ac1a2f;
    padding: 15px 0;
    border-top: 1px dashed #ddd;
	width: 100%;
	display: inline-block;
}
.mem-wrap { margin: 0; }
.mem-wrap .mem-table,.mem-wrap .mem-table2 { width: 100%; margin: 10px 0; }
.mem-wrap .mem-table thead, .mem-wrap .mem-table2 thead { background: #009e47; color: #fff; }
.mem-wrap .mem-table td, .mem-wrap .mem-table2 td { padding: 10px; text-align: center; }
.mem-wrap .mem-table tbody tr:nth-child(even), .mem-wrap .mem-table2 tbody tr:nth-child(even) { background: #eee; }
.mem-wrap .mem-table tbody td, .mem-wrap .mem-table2 tbody td { font-size: 15px;line-height: 22px;padding: 25px 10px; }
.mem-wrap .mem-table2 tbody td:nth-child(1) { font-size: 16px;color: #f7941d;font-weight: bold;}
.mem-wrap .mem-table .delete { color: #666; }
.mem-wrap .mem-table .delete i { margin-right: 5px; }
.mem-wrap .mem-table .delete:hover { color: #009e47; text-decoration: underline; }
.mem-wrap .mem-table .delete.disable{opacity: 0.5; cursor: not-allowed;}
.mem-wrap .mem-table .delete.disable:hover{text-decoration:none;color: #666;}
.mem-wrap .mem-table .view { color: #f19049; }
.mem-wrap .mem-table .view:hover { text-decoration: underline; }
@media screen and (max-width: 990px) { 
  .mem-wrap .mem-table, .mem-wrap .mem-table2 { border-top: 3px solid #009e47;border-bottom: 1px solid #009e47;}
  .mem-wrap .mem-table thead, .mem-wrap .mem-table2 thead { display: none; }
  .mem-wrap .mem-table tr,.mem-wrap .mem-table2 tr { display: block; font-size: 0; position: relative; padding: 12px 0; }
  .mem-wrap .mem-table tr td { display: inline-block; vertical-align: top; width: 50%; text-align: left;padding: 5px 15px; }
  .mem-wrap .mem-table tr td:before, .mem-wrap .mem-table2 tr td:before { color: #aaa; }
  .mem-wrap .mem-table tr td:nth-child(1):before { content: "訂單編號："; }
  .mem-wrap .mem-table tr td:nth-child(2):before { content: "訂單日期："; }
  .mem-wrap .mem-table tr td:nth-child(3):before { content: "訂單總額："; }
  .mem-wrap .mem-table tr td:nth-child(4):before { content: "訂單狀態："; }
  .mem-wrap .mem-table tr td:nth-child(5) { width: 100%; }
  .mem-wrap .mem-table .delete { color: #fff !important; background: #009e47; border-radius: 5px; display: block; padding: 7px 10px; text-align: center;  }
  .mem-wrap .mem-table .delete i { font-size: 15px; } 
  
  .mem-wrap .mem-table2 { margin-top: -20px; }
  .mem-wrap .mem-table2 tr td { display: block; width: 100%;text-align: left;vertical-align: top;padding: 3px 15px;} 
  .mem-wrap .mem-table2 tr td:nth-child(1):before { content: "折價券序號："; }
  .mem-wrap .mem-table2 tr td:nth-child(2):before { content: "折價券名稱："; }
  .mem-wrap .mem-table2 tr td:nth-child(3):before { content: "折價金額："; }
  .mem-wrap .mem-table2 tr td:nth-child(4):before { content: "使用門檻："; }
  .mem-wrap .mem-table2 tr td:nth-child(5):before { content: "使用狀態："; }
  .mem-wrap .mem-table2 tr td:nth-child(6):before { content: "使用期限："; }
}
@media screen and (max-width: 640px) { 
  .mem-wrap { margin: 10px 0; }
  .mem-wrap .mem-table { margin-top: -20px; }
  .mem-wrap .mem-table tr td { display: block; width: 100%; } 
  .mem-wrap .mem-table2 tr td:nth-child(1):before,.mem-wrap .mem-table2 tr td:nth-child(2):before,.mem-wrap .mem-table2 tr td:nth-child(3):before,.mem-wrap .mem-table2 tr td:nth-child(4):before,.mem-wrap .mem-table2 tr td:nth-child(5):before,.mem-wrap .mem-table2 tr td:nth-child(6):before { width: 100%; display: inline-block;line-height: 30px; }
}
/* =====================================
   購物車
===================================== */
#cart .nav-step .step {
  float: left;
  width: 25%;
  font-size: 18px;
  border: #ccc 1px solid;
  border-right: none;
  background: #fff;
  padding: 5px 10px;
  margin: 50px 0 0 0;
  color: #666;
  font-style: italic;
  text-align: center;
}
#cart .nav-step .step:last-child {
  border-right: #ccc 1px solid;
}
#cart .nav-step .step.current {
  background: #000;
  border-color: #000;
  color: #fff;
}
@media only screen and (min-width: 641px) {
  #cart .nav-step {
    max-width: 590px;
    margin: 0 auto;
  }
  #cart .nav-step .step {
    margin: 70px 0 0 0;
  }
}
@media only screen and (min-width: 1025px) {
  #cart .nav-step .step {
    margin-top: 70px;
  }
  #cart #nav-wrap.about {
    bottom: -10px;
  }
}
@media only screen and (min-width: 1200px) {
  #cart .nav-step .step {
    margin-top: 130px;
  }
}

#cart .con-wrap-b {
  padding-top: 50px;
  padding-bottom: 50px;
}
#cart h3.step-ti {
  padding: 0;
  margin: 30px 0 50px;
  text-align: center;
}
#cart h3.step-ti::after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  margin: 10px auto 0;
}
#cart .tab-list {
  width: 100%;
}
#cart .tab-list th {
  background: #666;
  color: #fff;
  padding: 5px;
  text-align: center;
  border: 1px solid #fff;
}
#cart .tab-list tr.addi {
  background: #fff6e9;
}
#cart .tab-list tr.addg {
  background: #eff5e8;
}
#cart .tab-list td {
  padding: 10px;
  border-bottom: #ccc 1px solid;
}
#cart .tab-list td:nth-of-type(2){
  width:28%;
}
#cart .tab-list .pic {
    float: left;
    width: 80px;
    margin: 0;
	padding: 3px;
	border: 1px solid #e7e7e7;
	background: #fff;
}
#cart .tab-list .pic .productimg {
	width: 100%;
	height: 80px;
	outline: none;
	display: inline-block;
	float: left;
}
#cart .tab-list h4 {
  font-size: 1.333333rem;
  font-size: 16px;
  color: #333;
}
#cart .tab-list .box h4 {
  margin: 0 0 8px;
}
#cart .tab-list .name-tag span{
	display:inline-block;
	line-height:24px;
	font-size:13px;
	border-radius:3px;
	vertical-align:top;
	padding:0 10px 2px;
	margin: 5px 0;
}
#cart .tab-list .name-tag .addi{
	color:#fff;
	background:#ffa726
}
#cart .tab-list .name-tag .addg{
	color:#fff;
	background:#639e1e
}
#cart .tab-list .coupon {
	text-align: right;  
	line-height: 0.9;
}
#cart .tab-list .coupon strong {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #d1183b;
}
#cart .tab-list .right-480 {
  float: right;
  margin-left: 15px;
  width: calc(100% - 95px);
}
#cart .tab-list h4 a {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  text-decoration: none;
}
#cart .tab-list h4 a:hover {
  color: #01af00;
  text-decoration: none;
}
#cart .tab-list h4 small {
  display: block;
  padding-top: 5px;
  font-size: 1.083333rem;
  font-size: 13px;
  color: #999;
}
#cart .tab-list a.dele {
  font-size: 20px;
  color: #000;
}
#cart .tab-list a.dele.visible-xs {
  float: right;
}
#cart .tab-list a.dele:hover {
  color: #00af4c;
}
#cart .tab-list .size {
  font-size: 15px;
  color: #333;
}
#cart .tab-list .price {
  font-size: 15px;
  color: #333;
  padding-bottom: 3px;
}
#cart .tab-list .total {
  font-size: 16px;
  color: #ed1c24;
   padding-bottom: 3px;
}
#cart .tab-list .price del {
  color: #666;
  font-size: 14px;
}
#cart .tab-list .number {
   padding-bottom: 3px;
}

@media only screen and (min-width: 480px) {
  #cart .tab-list .pic {
    width: 120px;
  }
  #cart .tab-list .right-480 {
    width: calc(100% - 135px);
  }
  #cart .tab-list .price,
  #cart .tab-list .total {
    padding-bottom: 3px;
  }
  #cart .tab-list .number {
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 768px) {
  #cart .tab-list .c1 {
    width: 150px;
  }
  #cart .tab-list .number {
    width: 80px;
    text-align: center;
  }
  #cart .tab-list .size,
  #cart .tab-list .price,
  #cart .tab-list .total {
    text-align: center;
  }
}
.total-coupon {
  text-align: right;
  padding:15px 20px;
  color:#000;
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}
.total-coupon .use{ border: none; background: #999; padding: 5px 8px; color: #fff; }
.total-coupon .use:hover{background: #01ad00; }
.total-coupon2 {
  text-align: left;
  padding:12px 20px;
  color:#fff;
  background: #e4a5a7;
  border-bottom: 1px solid #ccc;
}
.total-bo {
  text-align: right;
  padding:15px 20px;
  color:#000;
  background: #f1f1f1;
}
.total-bo .box {
  padding:2.5px 0;
}
.total-bo .box.redfont {
  font-size: 20px;
  color: #ed1c24;
}
.total-bo .name {
  display:inline-block;
}
.total-bo .text {
  display:inline-block;
  width:110px;
   font-weight: bold;
}
.total-bo .discount {
  color: #da778a;
  font-size: 14px;
}
#cart .count {
  padding: 20px 10px;
  background: #f1f1f1;
  text-align: right;
  font-size: 15px;
  line-height: 1.8;
}
#cart .count strong {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #d1183b;
}
#cart #btn-group {
  margin-top: 30px;
}
#cart .form-wrap .selectBox {
  margin-bottom: 10px;
}
#cart .form-wrap .option {
  border: #ccc 1px solid;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 5px 0 15px;
  text-align: left;
  font-size:14px;
  color: #333;
  line-height: 1;
}
#cart .form-wrap .btn-reload {
  font-size: 13px;
  border: #ccc 1px solid;
  padding: 3px 10px;
  border-radius: 7px;
  margin: 10px 0 15px;
  color: #000;
  background: #fff;

  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#cart .form-wrap .btn-reload:hover {
  background: #666;
  color: #f1f1f1;
  border: #666 1px solid;

  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
@media only screen and (min-width: 992px) {
  #cart .form-wrap h4.ti {
    float: left;
  }
  #cart .form-wrap .option {
    float: right;
    margin: 0;
  }
}
#cart .form-wrap .radio-style {
  font-size: 15px;
  line-height: 1.8;
  background: #f0f0f0;
}
#cart .form-wrap .radio-style .note {
  color: #bf5267;
  font-size: 14px;
  margin-left: 18px;
}
#cart .form-wrap .radio-style .sub {
  margin-left: 18px;
  border-left: #ccc 3px solid;
  width: calc(100% - 15px);
}
#cart .form-wrap .radio-style .open {
  display: none;
}
#cart .form-wrap .radio-style td {
  padding: 8px 10px;
  vertical-align: top;
}
#cart .form-wrap .radio-style td[colspan="2"] {
  padding: 0 10px;
}
#cart .form-wrap .radio-style .sub td {
  padding: 8px 10px;
  border-bottom: #ccc 1px solid;
}
#cart .form-wrap .radio-style .bg {
  background: #e3e3e3;
}


@media only screen and (min-width: 768px) {
  #cart .form-wrap .radio-style td.c1 {
    width: 200px;
  }
  #cart .form-wrap .radio-style .sub td.c1 {
    width: 170px;
  }
}
#cart .edit-btn {
  width: 150px;
  float: right;
  margin: 30px 0;
}
#cart .done-txt {
  padding: 20px 10px;
  background: #f1f1f1;
  text-align: center;
  font-size: 15px;
  line-height: 1.8;
}
#cart .done-txt strong {
  font-size: 18px;
  font-weight: 400;
  color: #d1183b;
}
#cart .done-txt hr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
}
#cart .done-txt .payment {
  color: #333;
  text-align: left;
  margin: 0 10px;
}

/*購物車流程*/
.steppic {
}
.steppic ul {
	margin: 20px 0 50px;
	padding: 0;
}
.steppic ul::after {
	content: "";
	display: block;
	clear: both;
}
.steppic > ul > li {
	width: calc(85%/4);
	float: left;
	border: #7bd97b solid 1px;
	border-radius: 4px;
	padding: 6px 15px;
	text-align: center;
	list-style-type: none;
	opacity: 0.5;
}
.steppic > ul > li h1 {
	height: 60px;
	font-size: 15px;
	margin: 0 auto;
	padding: 0 0 0 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
 @media (min-width:1200px) {
.steppic > ul > li h1 {
	width: 80%;
}
}
 @media (min-width:690px) and (max-width:1199px) {
.steppic > ul > li {
	padding: 6px 6px;
}
}
 @media (max-width:689px) {
.steppic > ul > li {
	display: none;
}
.steppic > ul > li.current {
	width: 100%;
	display: block;
}
.steppic > ul > li:nth-of-type(1) h1 {
	background: url(../icon-cart1.png) no-repeat calc(50% - 50px) center;
}
.steppic > ul > li:nth-of-type(3) h1 {
	background: url(../icon-cart2.png) no-repeat calc(50% - 50px) center;
}
.steppic > ul > li:nth-of-type(5) h1 {
	background: url(../icon-cart3.png) no-repeat calc(50% - 50px) center;
}
.steppic > ul > li:nth-of-type(7) h1 {
	background: url(../icon-cart4.png) no-repeat calc(50% - 50px) center;
}
}
.steppic > ul > li.current {
	opacity: 1;
}
 @media (min-width:690px) {
.steppic > ul > li:nth-of-type(1) h1 {
	background: url(../icon-cart1.png) no-repeat 5px center;
}
.steppic > ul > li:nth-of-type(3) h1 {
	background: url(../icon-cart2.png) no-repeat 5px center;
}
.steppic > ul > li:nth-of-type(5) h1 {
	background: url(../icon-cart3.png) no-repeat 5px center;
}
.steppic > ul > li:nth-of-type(7) h1 {
	background: url(../icon-cart4.png) no-repeat 5px center;
}
}
.steppic > ul > li:nth-of-type(2), .steppic > ul > li:nth-of-type(4), .steppic > ul > li:nth-of-type(6) {
	width: 5%;
	min-height: 70px;
	border: none;
	opacity: 0.8;
	background: url(../icon09.png) no-repeat center center;
}





