/* CSS Document */
input,button,select,textarea{outline:none}
 *:focus { outline: none; }
button, input, textarea { -webkit-appearance: none;}

header ul, header li { margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-family: 'Noto Sans TC', sans-serif; letter-spacing: 0.05rem;}
a, a:hover, a:active, a:visited, a:focus { color: #333;}

img {max-width:100%;height: auto;}
.editor a {word-wrap: break-word;word-break: break-all;}
.editor ul, .editor li { list-style-type:initial;}
.table_scroll{overflow-x: auto; display: block; padding-bottom:0px;}
.table_scroll > table {min-width: 900px;}
.datatable { width:100%; border-spacing:1px; background: #e6e6e6;}
.datatable th {color:#fff; font-size:18px; background: #615d65; text-align:center; padding:10px; line-height: 140%;}
.datatable td { color: #333; background: #fff; font-size:16px; text-align:center; padding:5px; line-height: 140%; border-bottom: 1px solid rgba(0,0,0,.35);}

.list-disc li { list-style-type:disc; margin:0 0 0 20px;}
.overflow-hidden { overflow-x: hidden;}

.edit_area { }
.edit_area h2 {font-size: 1.625rem; color: rgba(51, 51, 51, 0.9);}
.edit_area h3 {font-size: 1.625rem; color: rgba(51, 51, 51, 0.8);}
.edit_area h4 {font-size: 1.625rem; color: rgba(51, 51, 51, 0.7);}
.edit_area h5 {font-size: 1.625rem; color: rgba(51, 51, 51, 0.6);}
.edit_area h6 {font-size: 1.625rem; color: rgba(51, 51, 51, 0.5);}
.seo-content { }
.seo-content h2 {font-size: 1.625rem; color: rgba(51, 51, 51,0.9);}
.seo-content h3 {font-size: 1.625rem; color: rgba(51, 51, 51,0.8);}
.seo-content h4 {font-size: 1.625rem; color: rgba(51, 51, 51,0.7);}
.seo-content h5 {font-size: 1.625rem; color: rgba(51, 51, 51,0.6);}
.seo-content h6 {font-size: 1.625rem; color: rgba(51, 51, 51,0.5);}


header {position: fixed; width: 100%; z-index: 10000;  height: 94px; top: 0; border-bottom: 0px solid red;} 
/*header:before {content: ""; position: absolute; width: 100%; height: 40px; background: #575c4b; top: 0; left: 0;} */
.header-box { z-index: 2;}
.logo { position: absolute; z-index: 10001;top:34px; left: 3%; font-size: 28px; font-weight: 700;  line-height: 100%;}
.logo span { display: inline-block; color: #615d65; letter-spacing: 0.05rem;}
nav { position: relative; top:35px; }

.top-right-link { position: absolute; z-index: 10; top:30px; right: 40px; text-align: right; letter-spacing: 0;display: flex;flex-wrap: wrap;align-items: center;}
.top-right-link > div { display: inline-block; vertical-align: top; line-height: 0;}
.top-right-link > div > a { color: #fff;}

.lang-box { position: relative; display: inline-block; vertical-align: top;margin-left: 30px;}
.lang { cursor:pointer; position:relative;}
.lang > img { width: 35px;}
.lang i { color:#fff;}
.lang-open { display:none; position:absolute; z-index:100000; left: 50%; transform: translateX(-50%);top: 45px; padding:0px; font-size:15px; color:#fff; text-align:left; width:100px;  overflow:hidden; line-height: 120%;background: #555;}
.lang-open a { display:block; color:#fff; text-align:center;padding:6px 4px; font-size: 15px;}
.lang-open a:hover { background: #615D65; color: #fff;}

.user-box { position: relative; display: inline-block; vertical-align: top;}
.user-open { display:none; position:absolute; z-index:100000; width: 100px; left:-30px; top:45px; background:#555; padding:0px;  font-size:15px; color:#fff; text-align:left; overflow:hidden; line-height: 120%;}
.user-open a { display:block; color:#fff; text-align:center; padding:6px 4px; font-size: 15px;}
.user-open a:hover { background: #615d65;}
.user { color: #fff; font-size: 15px; line-height: 0;}
.user a { color: #fff;}
.user a img { width: 35px;}

.cart-box { position: relative; display: inline-block; vertical-align: top;}
.cart { position:relative; display: inline-block; vertical-align: top; font-size:15px; color:#fff; cursor: pointer;}
.cart a { color: #fff; position: relative;}
.cart img { width: 18px; height: auto; display: inline-block; position: relative; top:-3px; margin-left: 5px;}
.cart span { position: absolute; display: block; width:22px; height: 22px; border-radius: 100%; background: #f5f5dc; line-height: 20px; text-align: center; font-size: 13px; color: #575c4b; top:-4px; right: -17px; font-weight: 500;}
.cart-open { display:none; position:absolute; z-index:99999; top:24px; background:#fff; border: 1px solid #eee;padding:10px !important;  font-size:15px !important; color:#fff; text-align:left;  overflow:hidden; line-height: 120%; width: 280px; right: -25px;}
.cart-open-data { display: flex; flex-direction:row; flex-wrap: nowrap; border-bottom: 1px solid #e4e4e4; padding-bottom: 15px; margin-bottom: 15px;}
.cart-open-data > div:nth-of-type(1) { width: 50px;transition: all 0.4s ease-out 0s;}
.cart-open-data > div:nth-of-type(1):hover { opacity: 0.6;}
.cart-open-data > div:nth-of-type(2) { width: calc(100% - 50px); padding-left: 20px; font-size: 15px; line-height: 24px;display: flex; flex-direction:row; flex-wrap: wrap; color: #333;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(1) { font-weight: 500; width: 100%; padding-bottom: 5px;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(2) { width: 32%; color: #e00012;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(3) { width: 48%;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) { text-align: center;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) a {color: #202020; font-size: 16px;}
.cart-open-data > div:nth-of-type(2) > div:nth-of-type(4) a:hover {opacity: 0.6;}
.cart-open-btn { display: block; width: 100%; background: #f1f1f1; border-radius: 5px; color: #202020; line-height: 44px; text-align: center; font-size: 16px;}
.cart-open-btn:hover { background: #575c4b; color: #fff;}


.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #fff; margin-left: 30px; line-height: 100%;}
.search img { width: 35px;}
.search-box {  width: 100%; padding: 0 20px;}
.search-open { background: rgba(0,0,0,.85); position: fixed; width: 100%; height: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;z-index: 100000;transition: all 0.4s ease-out 0s; opacity: 0; visibility: hidden; top:0; left: 0;}
.search-open-show { opacity: 1; visibility: visible;}
.search-open-form { padding: 0 0px; border-bottom: 1px solid #fff;}
.search-open input[type=text] { width: calc(100% - 30px - 7px); color: #fff; border-width: 0; background: none; display: inline-block; vertical-align: top; font-size: 18px; font-family: 'Noto Sans TC'; padding: 2px 10px 0 10px; font-weight: normal;}
.search-open input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */color: #fff; opacity:0.7;}
.search-open input[type=text]::-moz-placeholder { /* Firefox 19+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-ms-input-placeholder { /* IE 10+ */color: #fff; opacity:0.7;}
.search-open input[type=text]:-moz-placeholder { /* Firefox 18- */color: #fff; opacity:0.7;}
.search-open a { color: #fff; display: inline-block; vertical-align: top; font-size:24px;}
.search-open a:hover {opacity: 0.6;}
.search-close { position: absolute; top:20px; right: 20px; color: #fff; font-size: 30px; cursor: pointer;}


.menu-second-box { padding: 35px 30px 15px 30px; display: flex; flex-direction: row; flex-wrap: wrap;}
.menu-second-box > div:nth-child(odd) { width: 58px; padding-top: 25px; font-size: 18px; font-weight: bold; color: #23924b;}
.menu-second-box > div:nth-child(even) { width: calc(100% - 58px); margin-bottom: 22px;display: flex; flex-direction: row; flex-wrap: wrap;}
.menu-second-box > div:nth-child(even) > a { width: calc(20% - 7px); margin-right: 7px; margin-bottom: 7px; border: 1px solid #e8e8e8;  padding: 5px 6px; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.menu-second-box > div:nth-child(even) > a:hover { border: 1px solid #23924b;}
.menu-second-box > div:nth-child(even) > a > div:nth-of-type(1) { width: 60px; line-height: 0;}
.menu-second-box > div:nth-child(even) > a > div:nth-of-type(2) { width: calc(100% - 60px); font-size: 17px; color: #333333; padding-left: 8px; text-align: left;}

.header-top {transition: all 0.4s ease-out 0s;}
.header-scroll {  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2); background: #fff; }
.header-scroll .logo { }
.header-scroll .logo img {}
.header-scroll nav {  }
.header-scroll .top-right-link {  }
.header-scroll .menuzord-menu>li>a { }




@media only screen and (max-width: 1199px) {
	header { top:0; height: 60px;}
	nav { width: 100%; top:15px; border-width: 0; right: 0;}
	.header-box { padding: 0 0px; position: relative; margin: 0 auto;} 
	.logo { top:18px; left: 15px; font-size: 22px;}
	.logo img { max-width: 110px;}
	.top-right-link { border-bottom: 0px solid rgba(0,0,0,.3); right: 55px; top:19px; }
	.search {  margin-left: 15px;}
	.user a img { width: 25px;}
	.search img { width: 23px;}
	.lang-box{margin-left: 15px;}
	.lang img{width: 25px;}
	
.showhide:before { content:""; display:block; position:absolute; right:7px; bottom:-15px; text-align:right; font-size:12px; color:#404043; width:50px;}

.showhide-rotate em:nth-of-type(1) { position:relative; top:8px;
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
transform:rotate(45deg);}
.showhide-rotate em:nth-of-type(2) { display:none;}
.showhide-rotate em:nth-of-type(3) {  position:relative; top:1px;
-moz-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
transform:rotate(-45deg);}

	.menuzord-menu:after  { display: none !important;}
	
	.header-scroll { }
	.header-scroll .logo { }
	.header-scroll .logo img { }
    .header-scroll nav { }
    .header-scroll .top-right-link {}
	
}


@media only screen and (max-width: 768px) {
	.menu-second-box {padding: 35px 20px 15px 20px;}
	.menu-second-box > div:nth-child(even) > a { width: calc(50% - 7px);}
	
}
@media only screen and (max-width: 640px) {
	
	
}
@media only screen and (max-width: 570px) {
	
}

@media only screen and (max-width: 430px) {
	.logo {  font-size: 18px; top:20px; line-height: 110%; }
	.logo span { display: block; letter-spacing: 2px;}
	.user a img { width: 23px;}
	.search img { width: 21px;}
	.lang img{width: 23px;}
	.lang-open{top: 31px;}
	.user-open{top: 31px;}
	.search{margin-left: 12px;}
	.lang-box{margin-left: 12px;}
}

@media only screen and (max-width: 350px) {
	header{height: 72px;}
	.top-right-link{ top: 40px;}
	.logo {  font-size: 18px; top:10px; line-height: 110%; }
	.user a img { width: 23px;}
	.search img { width: 21px;}
	.lang img{width: 23px;}
	.lang-open{top: 32px;}
	.user-open{top: 32px;}
}