/* 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;}
a, 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; margin-bottom: 30px;}
.table_scroll > table {min-width: 900px;}
.datatable { width:100%; border-spacing:1px; border-collapse: inherit; background: #eee;}
.datatable th {color:#fff; font-size:clamp(16px, 1.3vw, 18px); background: #000000; text-align:center; padding:8px 12px; line-height: 1.6; font-weight: 700;}
.datatable td { color: #333; font-size:clamp(16px, 1.3vw, 18px); background: #fff; text-align:center; padding:5px 12px; line-height: 1.6; border-bottom: 1px solid #e6e6e6; font-weight: 400;}

.list-disc { margin: 0; padding: 0 0 calc(20px + 1%) 0;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px; padding: 0; font-weight: 400; font-size: clamp(16px, 1.3vw, 18px); line-height:1.8;}
.list-decimal { margin: 0; padding: 0 0 calc(20px + 1%) 0;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px; padding: 0; font-weight: 400; font-size: clamp(16px, 1.3vw, 18px); line-height:1.8;}
.overflow-hidden { overflow-x: hidden;}

.edit_area, .seo-content { padding-bottom: calc(20px + 2%);}


header {position: fixed; width: 100%; z-index: 10000; top:0px; left: 50%; transform: translateX(-50%); height: 92px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0); border-bottom:0px solid red;} 
header:before {position: absolute; content: ""; bottom: 0; left: 0; width: 100%; height: 1px; background: #fff; opacity: 0.16;} 
.logo { position: absolute; z-index: 101;top:20px; left:3%;transition: all 0.2s ease-out 0s; }
.logo img { width: 260px;transform-origin: 50% 50%;transition: all 0.2s ease-out 0s;  }
nav {/*position: relative; z-index: 1; */ margin: 0 auto; padding: 30px 200px 0 0px;transition: all 0.4s ease-out 0s;}

.logo-link { position: absolute;z-index:10000;  top: 0; left: 0; display: flex; flex-direction: row; flex-wrap: nowrap;}
.logo-link > div { text-align: center; width: 130px; line-height: 100%; padding: 4px 0; height: 42px;}
.logo-link > div img { height: 25px;}
.logo-link > div:nth-of-type(1) {background: #fff;}
.logo-link > div:nth-of-type(2) {background: #94cfbf;}

.top-right-link { position:absolute; z-index:100; top:0px; right:3%;  text-align: right; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end;transition: all 0.4s ease-out 0s;height: 100%;  padding-top: 26px; }
.top-right-link:after { position:absolute; content: ""; z-index:-1; top:0px; right:0;  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0 100%); width: 100%; height: 100%; }
.top-right-link > div { padding: 0 0 0 0; font-size: 14px; color: #fff; line-height: 100%; cursor: pointer; position: relative;}
.top-right-link > div:last-child { background: none;}
.top-right-link > div font { display: inline-block; position: relative; margin-right: 3px; top:3px; }
.top-right-link > div img { transition: all 0.4s ease-out 0s; width: 20px;}
.top-right-link > div img:hover { opacity: 0.5;}
.top-right-link > div:last-child { border-right: 0px solid #fff;}
.top-right-link > div > a{ color: #fff;}
/*.lang a { display: inline-block; color: #fff; font-size: 20px; font-weight: 700; line-height: 28px; padding: 0 15px; border:1px solid #fff; border-radius:14px;}
.lang a:hover, .lang a.current { border:1px solid transparent; }
.lang a:first-child { margin-right: 5px;}*/

.lang-box { position: relative; display: inline-block; vertical-align: top;}
.lang { display:inline-block; cursor:pointer; position:relative;}
.lang i { color:#fff;}
.lang-open { display:none; position:absolute; z-index:100000; left:-0px; top:32px; background:#333; padding:0px;  font-size:14px; color:#fff; text-align:left; width:80px;  overflow:hidden; line-height: 120%; border-radius: 0 0 5px 5px; }
.lang-open a { display:block; color:#fff; text-align:center; padding:6px 4px;}
.lang-open a:hover { background: #0055a2;}

.member-link { display: inline-block; position: relative; padding:12px 25px; }
.member-link > div { position: relative; z-index: 2;}
.member-link:after { position: absolute; content: ""; background: #cb1a26; transform: skewX(-15deg); left: 0; top: 0; width: 100%; height: 100%;}
/*.member-link:hover .member-open {  transform: scaleY(1); opacity: 1;}*/
.member-open { /*transform-origin: top center; transform:scaleY(0); opacity: 0;*/ display: none;position:absolute; z-index:100000; left:-6px; top:44px; background:#fff;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0); padding:0px;  font-size:14px; color:#333; text-align:left; width:130px;  overflow:hidden; line-height: 120%;transition: all 0.4s ease-out 0s; border-radius: 0 0 0 0;}
.member-open a { display:block; color:#333; text-align:center; padding:8px 4px; border-bottom: 0px solid #eee; font-weight: 400;}
.member-open a:hover { color: #fff; background: #cb1a26;}


.cart { position:relative; display: inline-block; vertical-align: top; font-size:22px; color:#fff; cursor: pointer; }
/*.cart:hover .cart-open  {  transform: scaleY(1); opacity: 1;}*/
.cart a { color: #595959; position: relative;}
.cart span { display: inline-block;position: absolute; right: -10px; top:-6px;text-align: center; width: 20px; height: 20px; background: #0055a2; border-radius: 100%; font-size: 12px; color: #fff; font-weight: normal; line-height: 20px; }
.cart-open { /*transform-origin: top center; transform:scaleY(0); opacity: 0;*/ display: none;position:absolute; z-index:100000; right:-30px; top:32px; background:#fff; padding:10px 20px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);  font-size:14px; color:#3E3A39; text-align:left; line-height: 120%;transition: all 0.4s ease-out 0s; width: 230px; border-radius: 0 0 10px 10px;}
.cart-list { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; border-bottom: 1px solid #eee; padding-bottom: 5px; margin-bottom: 5px;}
.cart-list > div:nth-of-type(1) img { width: 40px; height: inherit;}
.cart-list > div:nth-of-type(2) { width: calc(100% - 40px); padding-left: 8px; color: #3E3A39;}
.cart-btn { margin: 10px auto; width: 80px; border-radius: 10px; display: block; background: #27a639; color: #fff !important; font-size: 14px;text-align: center; line-height: 30px;}
.cart-btn:hover { background: #d6a757;}

.search { display: inline-block; vertical-align: top; cursor: pointer; font-size: 22px;color: #595959; }
.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: '微軟正黑體'; 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-list { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: 50px;}
.menu-list > div { width: calc(33.33% - 26px); border-bottom: 1px solid #d4d4d4; margin: 0 13px; text-align: left;}
.menu-list-link > a { display: block; color: #333; font-size: 16px; font-weight: 500; line-height:24px; padding-left: 16px; position: relative; margin: 20px 0;}
.menu-list-link > a:before { content: ""; position: absolute; left: 0; top:10px; background: #7d7d7d; border-radius: 100%; width: 6px; height: 6px;}
.menu-list-link > a:hover { color: #e7141a; }
.menu-list-link-2 { display: flex; flex-direction: row; flex-wrap: wrap; padding-left: 16px; padding-bottom: 20px;}
.menu-list-link-2 > a { display: block; color: #333; font-size: 15px; font-weight: 400; line-height:26px; padding-bottom: 0px; width: 50%;}
.menu-list-link-2 > a:hover { color: #e7141a; }

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


.right-tool { position: fixed; right: 30px; top:30%; z-index: 20; width: 52px;  background: #ecf0e3; padding-top: 20px; border-radius: 10px;}
.right-tool a { display: block; position: relative; margin-bottom: 20px; text-align:center;}
.right-tool img { width: 33px;}
.right-tool-cart { display: inline-block;position: absolute; right: -10px; top:-1px;text-align: center; width: 17px; height: 17px; background: #ff0000; border-radius: 100%; font-size: 12px; color: #fff; font-weight: normal; line-height: 18px; font-family: Arial;}


@media only screen and (max-width: 1400px) {
	.logo {top:28px;}
	.logo img { width: 180px; }
}

@media only screen and (max-width: 1279px) {
	
	header { height: 44px; background: #000; }
	nav { width: 100%; height: 70px; padding-top: 0px; padding-right: 10px; padding-left: 0;  max-width: 100%; position: absolute; top: 0;}
	.logo { top:3px; }
	.logo a { display: inline-block;}
	.logo img { width: 110px;}
	.top-right-link {  top:0px;  width: calc(100% - 55px);  position: relative; right: auto; padding:0 0 0 0; }
	.top-right-link:after {  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0 100%); }
	.top-right-link > div { padding-left: 15px;padding-right: 0px;}
    .top-right-link > div:last-child { }
	.cart span { }
	.lang-open { left: -5px;}
	.member-open { width: 109px; left: 9px;}
	.member-link { padding:12px 15px; }
	/*.lang a { color: #333; border-color: #333;}
	.lang a:hover, .lang a.current { background: #333; color: #fff;}
	.lang { display:none;}
	.lang-open { display:inline-block!important; vertical-align: middle;position:inherit; left:auto; top:auto; background:none;  width:auto; color: #fff; }
	.lang-open a { color:#333; display:inline-block; font-size:16px; font-weight:bold;}
	.lang-open a:after, .cart a:after { content:"|"; display:inline-block; vertical-align:top; padding:0 3px 0 15px;}
	.lang-open a:last-child:after { display:none;}
	.lang-open a:hover { color:#0092db;}
	.cart a, .search { color: #003b4a;}
	.cart span { right: 10px; top:-6px;}*/
.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 { }
    
	.menu-list { padding: 0px 12px 20px 12px;}
	.menu-list-link > a { margin: 12px 0;}
    
}
@media only screen and (max-width: 980px) {
	.menu-list > div { width: calc(50% - 26px); }
	
}
@media only screen and (max-width: 768px) {
	
}

@media only screen and (max-width: 570px) {
	
}
@media only screen and (max-width: 414px) {
	
	
}
@media only screen and (max-width: 320px) {
	.member-open { width: 95px; }
	.member-link { padding:12px 8px; }
	
}
@media only screen and (max-width: 280px) {
	
}