/* 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;}

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;}
.datatable { width:100%; border-spacing:1px; background: #e6e6e6;}
.datatable th {color:#fff; font-size:16px; background: #c00000; text-align:center; padding:10px; line-height: 140%;}
.datatable td { color: #3a3a3a; background: #fff; font-size:16px; text-align:center; padding:5px; line-height: 140%;}

.list-disc, .list-decimal { padding: 0; margin-top: 12px;}
.list-disc li { list-style-type:disc; margin:0 0 0 20px; padding: 0;}
.list-decimal li { list-style-type:decimal; margin:0 0 0 25px; padding: 0;}
.overflow-hidden { overflow-x: hidden;}


header {position: fixed; width: 100%; z-index: 1040; top:0px; left: 0; height: 100px; background: #fff;box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2); }
.logo { position: absolute; z-index: 10001;top:13px; left: 15px;transition: all 0.4s ease-out 0s; }
.logo img:last-child { display: none; }
.logo > a { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;}
.logo img { width: 285px;transition: all 0.4s 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; padding-top: 38px;z-index: 100; transition: all 0.4s ease-out 0s; }


.top-right-link { position:absolute; z-index:10000; top:30px; right:18px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end;transition: all 0.4s ease-out 0s;}
.top-right-link > div { background: #3f3f3f; text-align: center; width: 62px; line-height: 45px; margin-left: 1px;}
.top-right-link > div.cart:last-child { background: #e57018; }
.top-right-link > div img { width: 20px;}
/*.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, .member-link { position: relative; display: inline-block; vertical-align: top;}
.lang, .user { display:inline-block; cursor:pointer; position:relative;}
.lang i { color:#333;}
.lang-open, .member-open { display:none; position:absolute; z-index:100000; left:0px; top:46px; background:#3f3f3f; padding:0px;  font-size:15px; color:#fff; text-align:left; width:80px;  overflow:hidden; line-height: 120%;}
.lang-open a, .member-open a { display:block; color:#fff; text-align:center; padding:8px 4px; font-size: 14px;}
.lang-open a:hover, .member-open a:hover { background: #222;}

.cart { position:relative; display: inline-block; vertical-align: top; font-size:22px; color:#fff; cursor: pointer;}
.cart a { color: #333; position: relative;}
.cart span { position: absolute; display: block; width:20px; height: 20px; border-radius: 100%; background: #e02829; line-height: 20px; text-align: center; font-size: 13px; color: #fff; top:-5px; right: -10px; font-weight: 500;}
.cart-open { /*transform-origin: top center; transform:scaleY(0); opacity: 0;*/ display: none;position:absolute; z-index:100000; right:0px; top:46px; background:#fff; padding:10px 20px;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);  font-size:15px; 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: #e02829; color: #fff !important; font-size: 15px;text-align: center; line-height: 30px;}
.cart-btn:hover { background: #222;}


.signup-icon img { width: 26px !important; }
.signup-icon span { position: relative;display: inline-block; margin-left: 5px; font-size: 16px; color: #333;}


.search { }
.search span { font-size: 18px; font-weight: bold; color: #333; padding-right: 7px; display: inline-block;}
.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: 400;}
.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;}

.top-note { background: #00549b; padding: 8px 20px; min-height: 35px; color: #fff; font-size: 15px; text-align: center;}
.top-note a { color: #fff;}

.mymultiplediv{cursor:pointer;}
.mymultiplediv{padding: 10px 10px 10px 0;color: #333;border-bottom: 1px solid #e8e8e8; text-align: left;}
.mymultiplediv a{color: #333;}
.mymultiplediv:hover a{color: #009040;}
.mydiv{display:none;padding:10px;text-align:center;}
.mydiv img{margin: 0 auto; max-width: 320px; border-width: 0;}
.mydiv span{text-align: center;background: #ffdede;padding: 6px 10px;display: block;width: 100px;border: 1px solid #d47c7c;margin: 8px auto;}
.mymultiplediv2 { display: none;}
    
.custom-menu { display: flex; flex-direction: row; flex-wrap: nowrap;}
.custom-menu > div { width: 33.33%; border: 1px solid #ddd;}
  

.open-menu { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; padding: 0 3%;}
.open-menu >div:nth-of-type(1) { width: 70%;}
.open-menu >div:nth-of-type(2) { width: 30%; padding-left: 30px;}
/*.open-menu > div { margin: 0 2% 30px 2%; text-align:left; line-height: 140%;}
.open-menu-title { font-size: 18px; font-weight: bold; color: #333333; padding-bottom: 14px;}
.open-menu-link a { display: block; line-height: 130%; color: #555555; font-size: 16px; position: relative; padding-bottom: 5px; margin-bottom: 3px;}
.open-menu-link a:after { position: absolute; content: ""; left: 0; bottom: 0; height: 2px; width: 100%; background: #ff8e00; transition: all 0.4s ease-out 0s; transform-origin: 0 50%; transform: scaleX(0);}
.open-menu-link a:hover:after {transform: scaleX(1);}
.open-menu-link a:hover { color: #ff8e00;}*/

.menu-list { padding:0px 0 0px 0; display: flex; flex-direction: row; flex-wrap: wrap; max-width: 100%; margin: 0 auto; text-align: left;}
.menu-list > a {  width: 50%; border-right: 1px solid #eaeaea; font-size: 16px; color: #333333; line-height: 24px; padding: 10px 5px 10px 25px; font-weight: 400; position: relative;}
.menu-list > a:nth-child(even) {  border-right: 0px solid #eaeaea;}
.menu-list > a:hover, .menu-list > a.current { color: #e02829;}


.header-top {transition: all 0.2s linear 0s;}
.header-scroll { height:60px;}
.header-scroll nav {padding-top: 14px; }
.header-scroll .logo {  top:10px;}
.header-scroll .menuzord-menu { }
.header-scroll .menuzord-menu > li > a { }
.header-scroll .logo img { width: 150px; }
.header-scroll .top-right-link { top:7px;}
.header-scroll .menuzord-menu>li>a { padding-bottom: 22px;}
.header-scroll .lang-open, .header-scroll .member-open, .header-scroll .cart-open { top:45px;}


/*@media only screen and (max-width: 1600px) {
    .logo img:first-child { display: none; }
    .logo img:last-child { display: block; width: 60px;}
    .header-scroll .logo img { width: 34px; }
}*/

@media only screen and (max-width: 1440px) {
    .logo img:first-child { display: none; }
    .logo img:last-child { display: block; width: 60px;}
    .header-scroll .logo img { width: 34px; }
    
}

    
@media only screen and (max-width: 1279px) {
	header { height: 60px; background: #fff; }
	nav { width: 100%; padding-top: 14px; padding-right: 5px;}
	.logo { top:10px;}
	.logo img { width: 34px !important;}
    .signup-icon span {display: none;}
	.top-right-link { right:50px; top: 0; }
    .top-right-link > div {  width: 50px; line-height: 60px;}
	.top-right-link > div img { }
	.top-note { display: none;}
    .cart { width: 50px;}
    .open-menu { padding: 0;}
    .open-menu > div { width: 100%; flex-wrap: wrap;}
    .open-menu > div:last-child { display: none;}
    .lang-open, .member-open, .cart-open { top:60px; }
    .mymultiplediv{padding: 0px 10px 5px 0;}
    .mymultiplediv a{color: #888;}
	/*.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 { background: #fff; }
	.header-scroll .top-right-link { top: 0; }
	.header-scroll .logo { top:10px; }
	.header-scroll .lang-open, .header-scroll .member-open, .header-scroll .cart-open { top:60px;}
    
    .open-menu { margin: 0;}
    .open-menu > div { width: 100% !important; margin-bottom: 25px; padding-left: 0; padding-right: 0;}
    
}


@media only screen and (max-width: 414px) {

}
@media only screen and (max-width: 320px) {

}