/* 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: #fff;}

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; margin-bottom: 30px;}
.table_scroll > table {min-width: 700px;}
.datatable { width:100%; border-spacing:1px; background: #e9edee; border-collapse: inherit;}
.datatable th, .datatable td { font-size:18px; text-align:center; padding: 20px; line-height: 140%; font-weight: 400; }
.datatable th {color:#fff; background: #ff7600; font-weight: 700; }
.datatable td { color: #fff; background: #000; }

.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(255, 255, 255, 0.9);}
.edit_area h3 {font-size: 1.6rem; color: rgba(255, 255, 255, 0.8);}
.edit_area h4 {font-size: 1.525rem; color: rgba(255, 255, 255, 0.7);}
.edit_area h5 {font-size: 1.5rem; color: rgba(255, 255, 255, 0.6);}
.edit_area h6 {font-size: 1.425rem; color: rgba(255, 255, 255, 0.5);}
.seo-content { }
.seo-content h2 {font-size: 1.625rem; color: rgba(255, 255, 255, 0.9);}
.seo-content h3 {font-size: 1.6rem; color: rgba(255, 255, 255, 0.8);}
.seo-content h4 {font-size: 1.525rem; color: rgba(255, 255, 255, 0.7);}
.seo-content h5 {font-size: 1.5rem; color: rgba(255, 255, 255, 0.6);}
.seo-content h6 {font-size: 1.425rem; color: rgba(255, 255, 255, 0.5);}


header {position: fixed; width: 100%; z-index: 10000; top:0; right: 0; height: 104px;background: transparent; border-bottom:0px solid red;} 
header:before {position: absolute; /*content: "";*/ top: 0; left: 0; width: 100%; height: 4px; background: #e7141a;} 
.logo { position: absolute; z-index: 10001;top:12px; left: 8%;transition: all 0.4s ease-out 0s;}
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { width: 182px;transition: all 0.3s ease-out 0s; }
.logo span { display: inline-block; margin-left: 15px; color: #1e1e1e; font-size: 26px; font-weight: 700;transition: all 0.4s ease-out 0s; }
nav {/*position: relative; z-index: 1; */ margin: 0 auto; padding: 36px 0 0 0;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:42px; right:5%;  text-align: right; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; transition: all 0.4s ease-out 0s;  }
.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%; background: #007cc3; }
.top-right-link > div { padding: 0 0 0 26px; font-size: 14px; color: #fff; line-height: 100%; cursor: pointer; }
.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:35px; background:#fff; padding:0px;  font-size:14px; color:#333; text-align:left; width:80px;  overflow:hidden; line-height: 120%; border-radius: 0 0 5px 5px; }
.lang-open a { display:block; color:#333; text-align:center; padding:6px 4px;}
.lang-open a:hover { background: #ff7600; color: #fff;}

.user-box { position: relative; display: inline-block; vertical-align: top;}
.user-open { display:none; position:absolute; z-index:100000; width: 80px; left:0px; top:35px; background:#fff; padding:0px;   overflow:hidden; line-height: 120%;border-radius: 0 0 5px 5px; }
.user-open a { display:block; color:#333; text-align:center; padding:6px 4px; font-size: 14px;}
.user-open a:hover { background: #ff7600; color: #fff;}
.user { color: #fff; font-size: 15px; line-height: 0;}
.user a { color: #fff;}
.user a img { width: 24px;}

.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: -20px; top:-5px;text-align: center; width: 25px; height: 25px; background: #fff; border-radius: 100%; font-size: 12px; color: #333; font-weight: normal; line-height: 23px; font-family: 'Noto Sans TC';}
.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 {}
.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; height: 64px; box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); background: #191919;}
.header-scroll .logo { top:10px;}
.header-scroll .logo img { width: 100px;}
.header-scroll nav {  padding-top: 14px;}
.header-scroll .top-right-link { top: 22px; }
.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: 1620px) {
	
}

@media only screen and (max-width: 1365px) {
	
	header { top:0; height: 64px; left: 0; width: 100%; background:#191919; }
	nav { width: 100%; height: 70px; padding-top: 0; padding-right: 0; padding-left: 0;  max-width: 100%; position: absolute; top: 0;}
	.logo { top:10px; left: 3%; }
	.logo img { width: 100px;}
	.top-right-link {  width: auto; right: 45px; top:20px; margin: 0 0 0 auto;}
	.top-right-link:after {  clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0 100%); height: 64px; }
	.top-right-link > div { padding-left: 8px;padding-right: 8px;}
    .top-right-link > div:last-child { }
	.cart span { right: -10px; top:-5px;width: 20px; height: 20px; line-height: 18px; }
	.lang-open { left: -30px;}
	/*.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:0px;
-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 {  padding-top: 0px;}
    .header-scroll .top-right-link { top:20px;}
    
	.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); }
	
	.datatable th, .datatable td { font-size:16px; padding:8px 15px; }
}
@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) {
	.logo { top:15px; }
	.header-scroll .logo { top:15px; }
	.logo img { width: 80px;}
	.header-scroll .logo img { width: 80px;}
	.top-right-link > div { padding-left: 6px;padding-right: 6px;}
}