@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('bootstrap-icons.css');

body { margin:0; padding:0 0 200px 0; font-family: 'Montserrat','Noto Sans TC', bootstrap-icons , Microsoft JhengHei; position:relative; font-size:16px;}
img { border:0; vertical-align:middle;}
input { vertical-align:middle; font-family:'Montserrat' ,'Noto Sans TC', Microsoft JhengHei; border: 0;}
select {  font-family:Microsoft JhengHei;}
button { font-family: 'Montserrat','Noto Sans TC', bootstrap-icons , Microsoft JhengHei;  }

/*  漸變效果 */

a {transition: all 0.3s ease 0s; text-decoration:none;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}/* End hide from IE-mac */
/*  padding and border no width  */
*{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;   /* Firefox, other Gecko */
 box-sizing: border-box;        /* Opera/IE 8+ */
}


.wallpeper { width:100%; }
.main-box { max-width:1400px; margin:0 auto; border-radius: 15px; }
.left-bg { position:absolute; top:0; left:0; width:auto; height:auto; z-index:1; }

/*  header */
header { position:relative; box-shadow: 0 0 15px rgba(0,0,0, 0.3); z-index: 500; 
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f4f4f4+0,ffffff+100 */
background: #f4f4f4; /* Old browsers */
background: -moz-linear-gradient(top,  #f4f4f4 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f4f4f4 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
header .logo { flex: none; display: flex; justify-content: center; align-items: center; z-index: 900; transition: all 0.3s ease; padding: 15px;}
header .logo a { width: 320px;  display:block; background-image: url(../images/logo.png); background-position: center; background-size: contain; background-repeat: no-repeat; height: 0; padding-bottom: 14.8%;}

.top-head { position:relative;  transition: all 0.3s ease; display: flex; }

.login-info { font-size:16px; color:#333333; position:absolute; right:0px; top:10px; text-align:right;}
.login-info a { color:#000000; padding:0 5px;}
.login-info span.name { color:#000000; padding-right:10px;}
.login-info a img { height:14px; width:auto; padding-right:5px;}


.top-tool { width: 102px; flex: none; display: flex; margin-right: 10px; align-items: flex-end; justify-content: first baseline; padding-right: 10px; overflow-x: hidden; }


.language { padding-right:10px; display:inline-table; font-size: 12px; color: #464646; padding-bottom: 3px; }
/*
.language:before { content: '\F3EF'; display: inline-block; font-size: 16px; vertical-align: middle; margin-left: 10px;}
*/
.language select { font-size: 14px; border: 1px #b8b8b8 solid; color: #464646; border-radius: 4px; padding: 4px; }
.language a { display:inline-block; background:#ffffff; border: 1px #e4e4e4 solid; color:#4e4e4e; margin:0 0 0 3px; font-size:16px; text-align:center; width: 65px; line-height: 34px; transition: all 0.3s ease; }
.language a:hover { background:#085c8a; color:#ffffff; border-color: #085c8a; }

.goog-te-gadget { display: inline-block; white-space: nowrap; }
.goog-te-gadget > div { display: inline-block; }
.goog-te-gadget .goog-te-combo { margin: 0; }

.other-menu { display: none; }


/*  nav  */
nav { margin: 0px 20px; flex: 1; padding: 12px 12px 0 12px; }
.menu { padding:0px 0 0 0; list-style:none;  display: flex; margin: 0 auto; max-width: 1200px; }
.menu>li { flex: 1; color:#373737; font-size:16px; position:relative; font-weight: 300;}
.menu>li:first-child { border-left: 0; } 
.menu>li>a { display:block; color:#373737; padding: 10px;  font-weight: bolder; text-align:center; transition: all 0.3s ease 0s; position: relative;}
.menu>li>a::after { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 0; height: 3px; background-color: #0091e6; transition: all 0.3s ease; }
.menu>li>a:hover:after { width: 100%;  }
.menu>li.cart>a  { background:none;  padding:0 10px; color:#333333; border-right:0;}
.menu>li.cart>a:hover { background:#000000;  }
.menu>li.cart>a img { height:16px; width:auto; padding-right:5px; vertical-align:middle; margin-top:-4px;}
.menu>li>span { display:block; color:#000000; padding:10px 10px; border-bottom:5px #0d0b0c solid; transition: all 0.3s ease 0s; cursor:pointer;}

.menu>li>a:hover { color: #000000; }
.menu>li>a:hover, .menu>li:hover>span, .menu>li.active>a, .menu>li.active>span { background:#ffffff; transition: all 0.3s ease 0s;}
.menu li>div { background: rgba(0,0,0,0.9); opacity:0; position:absolute; padding:10px 40px 20px 40px; left:-160px; top:30px; width:500px; transition: all 0.3s ease 0s; visibility: hidden; z-index: 9999;}
.menu li:hover>div {  opacity:1; top:41px; transition: all 0.3s ease 0s; visibility: visible; }
.menu li ul.sub { margin:0; padding:0; list-style:none; width:23%; margin:0 1%; float:left; min-height:120px;}
.menu li ul.sub h3 { color:#333333; font-size:16px; margin:10px 0 5px 0; padding-bottom:5px; border-bottom:1px #3A3F0A solid;}
.menu li ul.sub>li a { display:block; color:#d18800; font-size:12px; padding:3px 7px;}
.menu li ul.sub>li a:hover {color:#FF0; }

nav .quick-search-box { display: block; position: relative; max-width: 480px; margin: 0 auto 15px auto; }
nav .quick-search-box .search-text { width: 100%; font-size: 14px; height: 32px; background-color: #ffffff; border-radius: 4px; border: 1px #e9e9e9 solid; box-shadow: none; margin-right: 0; }
nav .quick-search-box button.search-btn { color: #cacaca; font-size: 20px; line-height: 28px; height: 28px; position: absolute; top: 4px; right: 0;}
nav .quick-search-box button.search-btn::before { font-size: 20px; }

/* 手機板選單 */
.m-burger { display: none; position: fixed; right: 30px; top: 30px;  width: 56px; height: 36px; z-index: 995; cursor: pointer; transition: all 0.3s ease; }
.m-burger.down { top: 20px; }
.m-burger:before { content: ''; display: block; height: 1px; background-color: #333333; transition: all 0.3s ease; }
.m-burger:after { content: ''; display: block; height: 1px; background-color: #333333; transition: all 0.3s ease; }
.m-burger span { display: block; width: 100%; height: 1px; background-color: #333333; margin: 13px 0; transition: all 0.3s ease; }
.m-burger.active span { width: 0; margin: 0; background-color: #ffffff; }
.m-burger.active:before { transform: rotate(45deg); width: 110%; margin-top: 20px; background-color: #ffffff; transition: all 0.3s ease; }
.m-burger.active:after { transform: rotate(-45deg); width: 110%; margin-top: -2px; background-color: #ffffff; transition: all 0.3s ease; }
.menu>li a.a-m { display:none;}


/* 其他選單 */
.other-menu { background-color: rgba(10, 47, 83, 0.95); position: fixed; top: 0px; right: -360px; max-width: 360px; bottom: 0; z-index: 945; transition: all 0.5s ease; padding: 15px 20px 20px 20px;  font-size: 18px; z-index: 900; }
.other-menu>div.menu-copyright { color: #ececec; font-size: 12px; padding: 10px 0 0 0; border-top: 1px #666666 solid; margin-top: 20px; display: block; text-align: center; letter-spacing: 2px;}
.other-menu a { display: block;  padding: 5px 0; color: #ececec; text-align: center; }
.other-menu a:before { content: ''; display: block; margin: 15px auto 0 auto; width: 50px; height: 50px;  background-repeat: no-repeat; background-position: center;  background-size: contain; opacity: 0.3; display: none; }

.other-menu a:hover { color: #fffeb0;}
.other-menu a:hover:before { filter: brightness(3);opacity: 1;}
.other-menu.active { right: 0;}
.other-menu .quick-search-box { display: flex; width: 100%; margin: 10px 20px 20px 0;}

.quick-search-box { display: flex; }
.quick-search-box .search-text { flex: 1; border: 0; line-height: 36px; margin: 0 5px 0 0; padding: 0 10px; font-size: 16px; width: calc(100% - 50px);  background-color: transparent; background-color: #f7f6f6; border-radius: 4px; box-shadow: 0 0 5px rgba(0,0,0,.1) inset; }
.quick-search-box button.search-btn { display: inline-block;  flex: none; width: 45px; height: 36px; border: 0; cursor: pointer; background-color: transparent; color: #ffffff;}

.quick-search-box button.search-btn:before { content: '\F52A'; font-size: 24px; }


/*  banner  */
.banner { overflow:hidden; position: relative; z-index: 1; overflow: hidden;}
.banner-box { width:100%; overflow:hidden; }
.banner-box-m { display:none; }

.subbanner img { width:100% !important; height:auto; padding-bottom:20px;}
.subbanner a.mop { display:none; }


/* top-banner */
.top-banner {  max-width:1200px; margin:0 auto 0px auto; display: none; }
.top-banner img { width:100%; height:auto;}
.top-banner .pc { display:block;}
.top-banner .mobile { display:none;}



/* member   */
.left-menu02 ul { margin:0; padding:0; list-style:none;}
.left-menu02 ul li { margin: 0 0 0px 0; border-bottom:1px #aae5eb solid; font-size:14px;}
.left-menu02 ul li a { background:#ffffff; color:#999999; padding:5px 10px; display:block;}
.left-menu02 ul li a:hover { background:#999999; color:#ffffff;}

.member-cont .table-title { background:#e0e0e0; padding:10px 15px; margin:0;  color:#000000; font-weight:normal; font-size:18px; border-radius: 12px;}
.member-cont .cont-box { padding:10px 0;}
.member-form .note { font-size:14px; color:#F30; padding:0 0 10px 0;}
.member-form .form-lis { display: flex; flex-wrap: wrap; font-size:14px; line-height:1.2em; padding:0px 0 10px 0;}
.member-form .form-lis .title { display:block; font-size:14px; color:#000000; width:150px;  padding:8px 10px; text-align:right; border-radius: 8px 0 0 8px;}
.member-form .form-lis .data { background:#ffffff; display:block; box-shadow: 0 0 5px #dfdfdf inset; padding:8px 10px; -webkit-flex: 1; flex: 1; font-size:14px; color: #333;}
.member-form .form-lis input.data {  background:#ffffff; border:0; box-shadow: 0 0 5px #dfdfdf inset; width:100%; font-size:14px; font-family:Microsoft JhengHei; }
.member-form .form-lis textarea.data { background:#ffffff; border:0; box-shadow: 0 0 5px #dfdfdf inset;  width:100%; font-size:14px; font-family:Microsoft JhengHei; }


.order-lis .data-info { background:url(../images/cart-bg.jpg); font-size:16px; text-align:center; color:#C63; padding:10px; border:1px #CCCCCC dashed; margin-bottom:10px;}
.order-lis ul { list-style:none; margin:0 0 10px 0; padding:0;}
.order-lis ul li { display: flex; flex-wrap: wrap; background:#FFF; border-bottom:1px #E4E4E4 solid; font-size:14px;}
.order-lis ul li>div { -webkit-flex: 1; flex: 1; text-align:center;  font-size:14px; padding:5px ; border-left:1px #f0f0f0 dotted;}
.order-lis ul li>div:first-child { border-left:0; } 
.order-lis ul li.th-lis { text-align:center; background:#000000; color:#ffffff; padding:0px; font-size:14px; border:0;}
.order-lis ul li.th-lis .finish {  color:#ffffff; font-size:14px;}
.order-lis ul li .number { text-align:left;}
.order-lis ul li .number a { color: #86883C;}
.order-lis ul li .number a:hover { color: #F00;}
.order-lis ul li .number a img { height:16px; width:auto; padding-right:5px; opacity:0.5;}
.order-lis ul li .finish { color:#CCC;}
.order-lis ul li .unpaid { color: #F63;}
.order-lis ul li .preparing { color:#693;}
.order-lis ul li .shipped { color: #999; }
.order-lis ul li .shipped a { color: #F93;}

.search-font-title { padding: 40px 0 10px 0; font-size: 24px; margin: 0; color: #5c5c5c; }

.point-portal { text-align:center; padding: 20px 10; color:#d18800; font-size:20px;}
.search-bar { padding-bottom:10px; display: flex; flex-wrap: wrap; margin-bottom:10px; border-bottom:1px #CCCCCC solid;}
.search-bar input.text { padding:3px 7px; font-family:Microsoft JhengHei;}
.search-bar .kyeword { display: flex; flex-wrap: wrap; width:50%; padding-right:5px;-webkit-flex: none; flex: none;}
.search-bar .kyeword input.text { -webkit-flex: 1; flex: 1;}
.search-bar .kyeword input.search-btn { width:100px; border:0; background:#333; color:#ffffff;  font-size:14px; padding:3px 7px; font-family:Microsoft JhengHei; cursor:pointer;}
.search-bar .kyeword input.search-btn:hover { background:#930;}
.search-bar .timearea { -webkit-flex: 1; flex: 1; display: flex; flex-wrap: wrap; padding-left:5px;}

.search-bar .timearea .time-box { -webkit-flex: 1; flex: 1; display: flex;  flex-wrap: wrap;}

.search-bar .timearea .time-box span { display:block; width:10%; text-align:center;-webkit-flex: none; flex: none;}
.search-bar .timearea .time-box input { font-size:14px; font-family:Microsoft JhengHei; display:block;-webkit-flex: 1; flex: 1; width:80%; }
.search-bar .timearea input.search-btn { width:100px; border:0; background:#333; color:#ffffff;  font-size:14px; padding:3px 7px; font-family:Microsoft JhengHei; cursor:pointer;-webkit-flex: none; flex: none; display:block;}
.search-bar .timearea input.search-btn:hover { background:#930;}

/* download-list */
.download-list { padding: 10px 10px 0 0 ; }
.download-list .lis { display: flex; flex-wrap: wrap;font-size: 16px; padding: 10px; border-bottom: 1px #b2dbdf dotted; }
.download-list .lis:before { content: "\F756"; color: #be0600; display: inline-block; flex: none; font-size: 24px; width: 30px; margin-right: 10px; font-family: bootstrap-icons !important; vertical-align: middle; padding-top: 5px; }
.download-list .lis .time { width: 90px; flex: none; display: flex; align-items: center; color: #6e6e6e;}
.download-list .lis .name { flex: 1; display: flex; align-items: center; }
.download-list .lis a.btn-download {  width: 60px; background-color: #358da8; color: #ffffff; border-radius: 4px; color: #ffffff; font-size: 20px; text-align: center; padding: 8px; }
.download-list .lis a.btn-download:hover { background-color: #f78c01; }
.download-list .lis:nth-child(odd) { background-color: #f5f5f5; }



/*  content  內文  */
.font-title { font-size:30px; margin:0 0 10px 0; padding:0; color:#000000; font-weight:normal;}
.font-title-02 { font-size:20px; padding-bottom: 10px; margin:0 0 20px 0; color:#333333; font-weight: 500; border-bottom: 1px #bdbdbd solid; position: relative; }
.font-title-02:before { content: ''; display: block; width: 100px; height: 5px; background-color: #0091e6; position: absolute; left: 0; bottom: -5px; }
.font-content { font-size:16px; line-height:1.6em; padding:20px 0; color:#666666; font-weight: 300;}
.font-content h4 { color: #333333; font-size: 20px; font-weight: 400; }
.img-left { padding-right:20px; padding-bottom:10px;}
.img-right { padding-left:20px; padding-bottom:10px;}

.sign-box { background-color: #f7f6f6; max-width:500px; margin:40px auto; padding:12px; box-shadow: 0 0 10px #d6d6d6; border: 0; border-radius: 12px; }
.sign-box .left-menu-title { margin: -12px -12px 0 -12px; border-radius: 12px 12px 0 0;}

.text-nowarp { white-space:nowrap; }

/*  about  內文  */
.about-pro { padding:0 20px;}
.about-pro img { max-height:150px; height:auto; width:auto;}
.pro-title { color:#808239; font-size:16px; margin:0; padding:20px 0 10px 0;}

/*  left-menu  */
.left-menu-title { background: #e2e2e2; color:#ffffff; height: 12px; font-size:18px; text-align:center; clip-path:polygon(0% 0%, 0% 0%,100% 100%,100% 0%); display: none; }
.left-menu { background:#ffffff; margin:0 0 0 0; padding:0 0 15px 0; list-style:none; }
.left-menu>li { text-align:center; transition: all 0.3s ease 0s; margin: 0px 0; position: relative; border-bottom: 1px #ececec solid;}
.left-menu>li:before { content: ''; display: block; width: 60px; height: 3px; background-color: #c2c2c2; position: absolute; bottom: -2px; left: calc(50% - 30px); transition: all 0.3s ease; }
.left-menu>li:hover:before { width: 80%; left: calc(50% - 40%); background-color: #b1b1b1;}
.left-menu>li.active:before { background-color: #333333; width: 80%; left: calc(50% - 40%); }
.left-menu>li>a { display:block; padding:10px 0 10px 0; color: #373737; margin:0 10%; font-size:16px;}
.left-menu>li>span { display:block; padding:8px ; color: #333333; margin:0 10%; font-size:16px;}
.left-menu>li>a:hover, .left-menu>li.active>span { color:#336fac; }
.left-menu>li:hover, .left-menu>li.active:hover, .left-menu>li.active { color:#333333; transition: all 0.3s ease 0s;}
.left-menu>li:hover span, .left-menu>li.active>a { color: #333333;}
.left-menu>li:last-child a { border-bottom:0;}

.m-left-menu { display:none; }

.left-menu>li>.menu-line { max-width:100px; margin:0px auto; border-bottom:1px #aa9d93 solid;}
.left-menu .sub { background:#f7f6f6; list-style:none; padding:5px 0 0px 0; }
.left-menu>li.active>.sub { background: #dddddd;}
.left-menu .sub>li { padding:3px 0; margin:0 10%;}
.left-menu .sub>li.active a { color: #D18800; }
.left-menu .sub>li:last-child { padding-bottom:20px; }
.left-menu .sub>li>a, .sub>li>span {font-size:14px; color:#999; display:block;}
.left-menu .sub>li>a:hover { color:#000000;}


/*  page  */

.page-box { background-color: #ffffff; overflow: hidden; }
.page-title {  background-color: #ececec; background-image: url(../images/title-bg.png); background-position: center right; background-repeat: no-repeat; background-size: contain;}
.page-title h3 { font-weight: 300; font-size:30px; color:#5e5c5c; margin:0; padding:35px 40px 35px 80px; display: inline-block;  }
.page-title h3 span { display:block; font-size:24px; color:#5e5c5c; text-align:center; padding:5px 0 0 0; margin-top:5px; margin-left: 5.5em; position: relative;}
.page-title h3 span:before { content: ''; display: block; width: 50px; padding-left: 30px; border-top: 1px #5e5c5c solid; position: absolute; top: 0; left: -2em; transform: rotate(-45deg); }
.page-box .content-box { min-height:300px; padding: 15px 15px 30px 15px; position:relative; z-index:10;}
.page-box .page-cornor { position:relative; z-index:1; } 
.page-box .page-cornor .left { position:absolute; bottom:0px; left:0px;}
.page-box .page-cornor .right { position:absolute; bottom:0px; right:0px;}

.sub-title { background:#ffd3d7; font-size:18px; font-weight:normal; color:#972c2c; margin:0; padding:10px 20px; line-height:32px; border-radius: 5px 5px 0 0;}
.sub-title img { padding-right:5px;}


/* faq-item */
.faq-item { margin-bottom:15px; border-radius: 12px; overflow: hidden;}
.faq-item .Q-title { background:#e0e0e0; font-size:20px; text-align: center; font-weight: 500; color:#1a1a1a; padding: 12px 20px;}
.faq-item p { background:#f7f3f1; padding: 15px 20px; font-size:14px; line-height:1.6em; border-top: 1px #a1a1a1 dotted; margin: 0;  }



/* 首頁模組 */
h3.index-h3 { border-left:4px #669933 solid; color:#669933; font-size:16px; font-weight:normal; padding-left:10px; line-height:16px;}
.inde-video iframe { display:block; width:100%; height:200px; }
.inde-pro a { display:block; width:100%; height:200px; background:center; background-size: cover; }
.inde-pro a:hover { opacity:0.8;}
.inde-fbfans iframe { display:block; width:100%; height:200px; }
.inde-event-box { display: flex; flex-wrap: wrap;}
.inde-event-box a {display:block; height:200px; -webkit-flex: 1;  flex: 1; background:center; background-size: cover;}
.inde-event-box a:hover { opacity:0.8;}
.inde-event-box:first-child a { margin-right:3px;}
.inde-event-box:last-child a { margin-left:3px;}



/* i-announcement */
.i-announcement { height:245px; padding-bottom:10px; overflow:hidden; display: none;}
.i-announcement-title { background:#a36c45; line-height:30px; text-align:center; color:#ffffff; margin-bottom:5px;}
.i-announcement .item { background:#FFF; border-bottom:1px #CCCCCC dotted; padding:5px; margin:0;}
.i-announcement .item h3 { padding:0; margin:0; font-weight:normal; font-size:16px; line-height:1.3em; height:2.5em; overflow:hidden;}
.i-announcement .item h3 a { color:#333;}
.i-announcement .item h3 a:hover { color: #36C;}
.i-announcement .item span { display:block; font-size:12px; color: #C63; line-height:1.6em;}


/* activity */
.activity ul { list-style:none; margin:0; padding:0 0 20px 0;}
.activity ul li { float:left; width:25%; padding:5px;}
.activity ul li a { display:block; width:100%; height:200px; background:center; background-size: cover;}
.activity ul li:hover a { opacity:0.7;}
.activity ul li h3 { line-height:1.5em; height:5em; overflow:hidden; font-size:16px; font-weight:normal;}


/* message */
.message-box { padding:50px 0;}
.message-box .table-box { background: url(../images/cart-bg.jpg); padding:10px 20px; width: 100%; max-width:500px; margin:0 auto; border:5px #E2E2E2 solid; }
.message-box .table-box h3 { font-weight:normal; margin:0 0 10px 0; padding-bottom:10px; font-size:16px; border-bottom:1px #CCCCCC dotted;}
.message-box .table-box h3 img { height:18px; opacity:0.5; padding:0 5px 2px 0;}
.message-box .table-box .content { font-size:14px; line-height:1.6em; min-height:100px;}
.message-box .table-box .content span { color:#C30;}
.message-box .table-box .forget { padding-top:10px; font-size:14px; line-height:1.6em; min-height:100px; color:#C30;}

.table-box { overflow-x: auto; }
.table-box table { width: 100%; min-width: 680px;  border-collapse:separate; border: 1px #0091e6 solid; }
.table-box th, .table-box td { padding: 5px 5px; text-align: center; font-size: 12px; line-height: 1.6em; }
.table-box th { background-color: #0091e6; color: #ffffff; font-weight: 300; }
.table-box tr:nth-child(odd) { background-color: #f7f7f7  ; }

.table-box .serial-numb {  width: 160px; font-weight: 500; position: relative;}
.table-box td.serial-numb a { background-color: transparent; display: block; color: #6745c5; width: 100%; padding: 5px; border-radius: 4px; height: 100%; display: flex; justify-content: left; align-items: center;}
.table-box td.serial-numb a:after { content: '\F756'; float: right; font-size: 20px; position: absolute; right: 8px; top: calc(50% - 9px); } 
.table-box td.serial-numb a:hover { background-color: #cecece; color: #ffffff; }

.th-select select { display: block; width: 100%; font-size: 12px; background-color: #0091e6; border: 1px #5ac1fd solid; color: #ffffff; }
.th-select select option { padding: 10px 5px; display: block; line-height: 1.2em; }


/* cart */
.cart-lis h3.title { background:#a59187; font-weight:normal; margin:0; color:#ffffff; padding:10px 10px 10px 10px; font-size:16px; }
.cart-lis h3.title img { height:18px; width:auto; padding-right:5px; margin-top:-3px;}
.cart-table { font-size:14px; }
.cart-table ul { background: url(../images/cart-bg.jpg); list-style:none; margin:0; padding:0;}
.cart-table ul li { display: flex;  flex-wrap: wrap; border-bottom:1px #CCC dotted; padding:5px 0;}

.cart-table ul li .photo, 
 .cart-table ul li .name, 
 .cart-table ul li .quantity, 
 .cart-table ul li .price,
 .cart-table ul li .subtotal
 { -webkit-flex: 1; flex: 1; display: flex; flex-wrap: wrap;  align-items: center; justify-content: center; }

 .cart-table ul li .del { width:50px; display: flex; flex-wrap: wrap;  align-items: center; justify-content: center; }
 .cart-table ul li .del a { background:#F00; color:#fff; display:block; padding:3px 5px;; border-radius: 4px;  }	
 .cart-table ul li .del a:hover { background:#900;}  
.cart-table ul li .price span,  .cart-table ul li .subtotal span { display:none;}		  
.cart-table ul li.th-lis .photo { height:auto;  }
.cart-table ul li.th-lis { background: #f7f3f1; color:#666666; font-size:14px;  border-bottom:5px #a59187 solid;}
.cart-table ul li.th-lis>div { padding:7px 5px; border-left:1px #ED8B8B dotted;}
.cart-table ul li.th-lis>div:first-child { border-left:0; }  
.cart-table ul li .photo { height:150px; text-align:center; padding:10px;}
.cart-table ul li .photo img { max-width:100%; max-height:100%; width:auto; height:auto;}
.cart-table ul li .unit { display:block; width:100%; padding:5px 0 0 0; text-align:center; }
.cart-table ul li .quantity .qtyInputBox { width:100%; }



.cart-table ul li.portal { border-bottom:0; background: #FAFAF8; padding-bottom:20px; }
.cart-table ul li .space { -webkit-flex: 3; flex: 3; text-align:right; }
.cart-table ul li .total { -webkit-flex: 1; flex: 1; color:#F60; text-align:center;}
.point-now { text-align:center; color:#d18800;}
.freight { color: #84823E;}
.point-deduction { color: #F00; padding-left:20px;}
.cart-table ul li .delivery { -webkit-flex: 1; flex: 1; text-align:right; }
.delivery-info { font-size:14px; color:#000000; line-height:1.6em; margin-bottom:5px; }
.delivery-info h3 { background: #a59187; margin:0; padding:10px; font-size:16px;  font-weight:normal; color:#ffffff;}
.delivery-info h3 img { padding-right:5px; height:18px; width:auto;}
.delivery-member { padding:10px 10px 20px 10px;}
.delivery-member-info { display: flex;flex-wrap: wrap; padding-top:8px;}
.delivery-member-info span {display:block; font-size: 16px; padding-right:5px; width:80px; flex: none; line-height:30px;}
.delivery-member-info input { display:block; border:0;font-size: 16px; background: #ffffff; border:1px #E5E5E5 solid; color:#333; flex: 1; padding:5px 10px; font-family:Microsoft JhengHei; border-radius: 5px; box-shadow: 0 0 5px #d3d3d3 inset; border: 0; }
.delivery-member-info select { display:block; border:0; font-size: 16px; background: #ffffff; border: 0; border-radius: 5px; box-shadow: 0 0 5px #d3d3d3 inset;  color:#333; -webkit-flex: 1;  flex: 1; padding:5px 10px; font-family:Microsoft JhengHei; }
.delivery-member-info .data { background:#fff; flex: 1; font-size: 16px;  line-height:30px; color: #999; }
.delivery-member-info input.checkbox { display:inline-block; vertical-align: middle; margin: -3px 5px 0 0; width: 20px; height: 20px;}

.btn { padding:10px 0; text-align:center; }
.btn a { background: #a29793; font-size:14px; color:#ffffff; display: inline-block; padding:5px 15px; border-radius:3px;}
.btn a:hover { background:#d5c3ba;}

.remittance-info { padding:10px; background: #FEDEDE; color:#930; border:1px #F3A5A5 dashed; line-height:1.6em;}
.status-info { padding:10px; margin-top:10px; color:#FC6; border:1px #A99C93 dashed; line-height:1.6em; text-align:center; font-size:16px;}
.left-img-box { margin: -15px 10px 0 -15px ;}
.left-img-box img { width: 100%; height: auto; border-radius: 0 !important; }

/* product */
.product-lis { margin:0 -0.5%; padding:0 0px 20px 0px; list-style:none; display: flex; flex-wrap: wrap;}
.product-lis li { background:#ffffff; flex: none; width:24%; margin:0 0.5% 20px 0.5%; transition: all 0.3s ease 0s; padding:5px 5px 35px 5px; position: relative; }
.product-lis li:hover { background:#f7f6f6;transition: all 0.3s ease 0s;}
.product-lis li .photo { background-position:center; background-size:cover; border-radius: 8px; }
.product-lis li .photo a { display:block; width:100%; height:0; padding-bottom:100%;}
.product-lis li .photo img { max-height:100%; max-width:100%; width:auto; height:auto;}
.product-lis li h3 { margin:10px 0 5px 0; padding:0; text-align:center;}
.product-lis li h3 a { color:#333; font-size:14px; display:block; line-height:1.2em;}
.product-lis li h3 a:hover { color:#C60;}
.product-lis li .quantity { text-align:center; font-size:14px; padding-bottom:10px; color:#666;}
.product-lis li .quantity-num { width:110px; margin:0 auto 10px auto; display: none;}
.product-lis li .price { position: absolute; bottom: 0; left: 0; width: 100%; font-size:18px; padding-bottom: 5px; color:#c95c5c; text-align:center; font-weight:bold;}
.product-lis li .add-to-order { display: none;}

.add-to-order {color:#ffffff; text-align:center;}
.add-to-order a { background: #a36c45; display:block; font-size:14px; color:#ffffff; padding:5px 15px; margin-bottom:5px; border-radius: 4px;}
.add-to-order a img { height:16px; width:auto; margin-top: -3px;}
.add-to-order a:hover { background:#785c51;}

.none-search { padding:20px; border:1px #FFCCCC dashed; text-align:center;  font-size:16px; line-height:1.6em; color:#666; margin-bottom:20px; }




/* product detaile */
.product-cont {  position:relative; z-index:10; padding: 15px 0px 15px 0px;}
.detail-title { border-bottom:2px #ffd3d7 solid; font-size:24px; font-weight:normal; color:#000000; margin:0; padding:12px 0 10px 0; line-height:1.4em;}
.detail-title img { padding-right:5px;}

.product-box { display: flex; flex-wrap: wrap;}
.product-info { -webkit-flex: 1; flex: 1; font-size:14px;  line-height:1.8em; color:#666; position:relative; padding:0 0 100px 0; height:auto;}
.product-photo { -webkit-flex: 1; flex: 1; text-align:center; padding-right:10px}
.product-photo img { max-height:400px; max-width:100%; width:auto; height:auto;}
.product-info .cart { position:absolute; bottom:0; width:100%; color:#000000; padding:7px 0; text-align:center;}
.product-info .cart a.btn-cart { background:#aa9d93; display:inline-block; border-radius: 4px; vertical-align:middle; line-height:30px; color:#ffffff; font-size:16px; padding:0 20px;}
.product-info .cart a.btn-cart:hover { background:#ce4881; } 


.product-info .briefly { color:#000000; font-size:14px; line-height:1.6em; overflow-y: auto; }
.pro-info-title { background: #370001;  padding:10px; font-size:16px; text-align:center; color:#ffffff; margin:20px 0; border-radius: 12px 12px 0 0; }



/*STYLE 1*/
.product-info .briefly-style::-webkit-scrollbar-track
{ box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 10px; background-color: #F5F5F5;}

.product-info .briefly-style::-webkit-scrollbar
{width: 12px; background-color: #F5F5F5;}

.product-info .briefly-style::-webkit-scrollbar-thumb
{ border-radius: 10px; box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #aa9d93;}



.spec {  padding: 0 0 0px 0; margin-bottom:10px; text-align:left;}
.spec .pro-color { list-style:none;  margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px #666666 solid;}
.spec .pro-color li { display:inline-block; width:20px; height:20px; border:3px #f0f0f0 solid; cursor:pointer; transition: all 0.3s ease 0s; margin-right:5px; }
.spec .pro-color li:hover, .spec .pro-color li.active { border:0; transition: all 0.3s ease 0s; }
.spec .pro-size { list-style:none; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px #666666 solid;}
.spec .pro-size li { display:inline-block; width:40px; padding:2px 5px; border:1px #d6d6d6 solid; font-size:16px; line-height:20px; text-align:center; cursor:pointer; transition: all 0.3s ease 0s; margin-right:5px;}

.spec .pro-size li:hover, .spec .pro-size li.active { background:#48c3ce; border:1px #48c3ce solid; color:#ffffff; transition: all 0.3s ease 0s; }
.spec .pro-size select {  font-family:Microsoft JhengHei; font-size:14px; border:1px #aa9d93 solid; color: #aa9d93; padding: 3px 10px; }
.pro-sec { height:30px; text-align:center;}
.pro-sec select { font-family:Microsoft JhengHei; font-size:12px; border:1px #CCCCCC solid; color: #666; padding: 3px 10px; width:110px; margin:0 auto; }


.m-table { list-style:none; margin:0; padding:10px 0 20px 0;}
.m-table li { display: flex; flex-wrap: wrap; border-bottom:1px #CCC dotted; color: #737360;}
.m-table li span { display:block; -webkit-flex: 1; flex: 1; text-align:center; padding:5px; line-height:1.6em;}
.m-table li:first-child { border-top:3px #CCC solid;}

.product-info .price { width:100%; font-size:16px;  color:#d18800;  display: flex; position: absolute; bottom: 60px; left: 0; width: 100%;}
.product-info .price .normal { flex: 2; color:#7e7e7e; text-align: left; padding-top: 10px; }
.product-info .price .normal span { font-family: Arial; font-weight:bold; display:inline-block; }
.product-info .price .special { flex: 3; text-align: right; }
.product-info .price .special span { font-size: 36px; font-family: Arial; font-weight:bold; padding-left:5px; display: inline-block;  }
.product-title { font-size:24px; margin:0; padding:0 0 10px 0; color:#333; font-weight:normal;}
.product-time { font-size:16px; margin:0 0 10px 0; color:#a8a69c; font-weight:normal; }
.product-content { font-size:14px; line-height:1.6em; padding:0 0 20px 0; color:#000000;}
.product-content img { display:block; width:auto; height:auto; max-width:100%; margin-bottom:10px;}


.count { display:inline-block; line-height:30px; padding:0 5px; vertical-align:middle;}
.qtyInputBox { display: flex; flex-wrap: wrap; max-width: 120px;}
.qtyInputBox input { background: none; color:#333333; font-size: 24px; line-height:36px; max-width: calc(100% - 72px); flex: 1; display:block; text-align:center;}
.qtyInputBox span { display:block; width:36px; cursor:pointer; }
.qtyInputBox span button.fa-plus { background-image: url(../images/count-add.svg);  }
.qtyInputBox span button.fa-minus { background-image: url(../images/count-less.svg);  }
.qtyInputBox span button { background:#ffffff; color:#CCC; width: 36px; height:36px; flex: none; border:1px #CCCCCC solid; cursor:pointer; border-radius: 99em; background-position: center; background-repeat: no-repeat; background-size: 70% auto;  }
.qtyInputBox span button img { display: none;}



/* search-history */
.search-history { padding-bottom:15px;}
.history-title { position: relative; background:#d7fcff;  padding:8px 15px; border:3px #bcdbed solid; margin-bottom:10px; font-style:16px; color:#2496a0; text-align:center;}
.history-title .icon { width:40px; height: auto; position:absolute; top:-12px; left:50%; margin-left:-20px; }
.search-history ul { list-style:none; margin:0; padding:0;}
.search-history ul li { padding:10px; border-bottom:1px #f2f2f2 solid; position:relative;}
.search-history ul li:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.search-history ul li .rank { background:#F30; width:40px; height:40px; line-height:40px; text-align:center; color:#ffffff; font-size:16px; position:absolute; top:-10px; left:-10px;}
.search-history ul li .photo { height:120px; float:left; width:50%;  border:1px #E7E7E7 solid; text-align:center; padding:5px;}
.search-history ul li .photo img { width:auto; height:auto; max-height:100%;}
.search-history ul li .pro-name {  float:left; width:50%;  }
.search-history ul li .pro-name a.name { font-size:14px; color:#333; display:block; line-height:1.4em; padding: 0 0 10px 10px;}
.search-history ul li .price {  font-family:BebasNeue; color:#f08c98; font-size:23px; display:block; text-align: right; }


/* hot-rank */
.hot-rank { padding-bottom:15px; margin-top:20px;}
.hot-rank-title { position:relative; background:#fff2f1;  padding:8px 15px; border:3px #f4d0ce solid; margin-bottom:10px; font-style:16px; color:#e6635b; text-align:center;}
.hot-rank-title .icon { width:40px; height: auto; position:absolute; top:-12px; left:50%; margin-left:-20px; }
.hot-rank ul { list-style:none; margin:0; padding:0;}
.hot-rank ul li { padding:10px; border-bottom:1px #f2f2f2 solid; position:relative;}
.hot-rank ul li:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.hot-rank ul li .rank { background:#F30; width:40px; height:40px; line-height:40px; text-align:center; color:#ffffff; font-size:26px; position:absolute; top:5px; left:5px; border-radius:10px 0 10px 0; font-family:BebasNeue;}
.hot-rank ul li .photo { height:120px; float:left; width:50%; border:1px #E7E7E7 solid; text-align:center; padding:5px;}
.hot-rank ul li .photo img { width:auto; height:auto; max-height:100%;}
.hot-rank ul li .pro-name { float:left; width:50%; }
.hot-rank ul li .pro-name a.name { font-size:14px; color:#333; display:block; line-height:1.4em; padding: 0 0 10px 10px;}
.hot-rank ul li .price {  font-family:BebasNeue; color:#f08c98; font-size:23px; display:block; text-align: right; }


/* index*/
.index-main { max-width:1200px; width:100%; margin:20px auto; }

/* i-recommend */ 
.i-recommend { margin:0 -10px; display: flex; flex-wrap: wrap;  }
.i-recommend .item { background:#ffffff; width:calc(50% - 20px); margin:0 10px; flex: none; display: flex; border-radius: 12px; overflow: hidden; box-shadow: 0 0 8px #b3b3b3;}
.i-recommend .item .photo { width:55%; flex: none; margin-right: 10px; }
.i-recommend .item .photo a { display:block; width:100%; height:0; padding-bottom: 75%; background-size:cover; background-position:center;}
.i-recommend .item .photo:hover a { opacity:0.8;}
.i-recommend .item .info { flex: 1; color:#333333; height:100%; position:relative; padding: 25px 25px 25px 25px; }
.i-recommend .item .info h3 { margin:0; font-size:16px; line-height:1.2em; margin-bottom:10px;}
.i-recommend .item .info p { margin:0; font-size:14px; line-height:1.2em; color: #666666; }
.i-recommend .item .info a.i-recommend-more { background:url(../images/i-recommend-more.jpg); background-size:cover; position:absolute; bottom:15px; right:15px; display:block; width:24px; height:10px;}


.rec-pro-lis { list-style:none; margin:0 -1%; padding:0;}
.rec-pro-lis li { border:3px #CCC solid; float:left; width:31.33%; height:0; padding-bottom:30%; margin:0 1%; text-align:center; cursor:pointer; opacity:0.8;transition: all 0.3s ease 0s; background-position:center; background-size:cover;}
.rec-pro-lis li img { width:100%; height:auto;}
.rec-pro-lis li:hover, .rec-pro-lis li.active { border:3px #6CC solid; opacity:1; transition: all 0.3s ease 0s;}

.cart-note h3 { background:#000000; color:#ffffff; text-align:center; padding:10px;}
.cart-note p { border:1px #CCCCCC solid; padding:15px; font-size:14px; line-height:1.6em; }


/* i-video */
.i-video { margin:0 -0.5% 0px -0.5%; }
.i-video .item { background:#a36c45; width:32.33%; margin:0 0.5% 10px 0.5%; float:left;}
.i-video .item .i-video-media { width:100%; height:220px; }
.i-video .item h3 { font-size:16px; text-align:center; padding:10px 10px; margin:0;}
.i-video .item h3 a {  color:#faefe9; display:block; height:1.2em; line-height:1.2em; overflow:hidden; }
.i-video .item h3 a:hover { color:#ffffff;}


/* i-community */
.i-community { margin:0 -0.5% 10px -0.5%; height:475px; overflow:hidden; }
.i-community .banner-area { width:32.33%; margin:0 0.5% 10px 0.5%; height:100%; float:left; }
.i-community .banner-area img { width:100%; height:auto; margin-bottom:10px;}
.i-community .search-code { background:url(../images/search-code-m.jpg) #b2b06f no-repeat center bottom; background-size: contain; width:32.33%; margin:0 0.5% 10px 0.5%; height:100%; float:left; padding:15px; color:#ffffff;  }
.i-community .ig { width:32.33%; margin:0 0.5% 10px 0.5%;  height:100%; float:left;} 

.search-code .search-box { padding:5px 0; }
.search-code .search-box .search-input { background:#ffffff; border:0; border-radius: 2px 0 0 2px; width:calc(100% - 30px); margin:0; font-family:Microsoft JhengHei; font-size:14px; padding:2px 5px 3px 15px; color:#a28f88; height:26px;}
.search-code .search-box .search-btn { background: url(../images/icon-05.png) #ffffff no-repeat; background-size: contain; font-family:Microsoft JhengHei; padding:0px 15px; margin:0; line-height:24px; font-size:14px; border:0; border-radius:0 2px 2px 0; height:26px;}

.confirm-box { padding:10px 0;}
.multiple-items { padding:0px 10px; margin:0 auto; width:95%;}
.multiple-items .slick-slide { padding:10px; margin:5px; background:#ffffff; border:1px #CCCCCC solid;  border-radius:5px;}
.multiple-items img { width:100%; height:auto;}
.slick-prev:before, .slick-next:before { color:#a26c46 !important;}

/* index-nav */
.flex-body { display: flex; flex-wrap: wrap; }
.flex-1 { flex: 1;}
.flex-l { margin-right: 10px; }
.flex-r { margin-left: 10px; }
.flex-img { width: 100%; height: auto; box-shadow: 8px 8px 2px rgba(0,0,0, 0.2); }

.index-nav {  width: 220px; flex: none; font-size: 18px;}
.index-nav .nav-title { background-color: #000000; color: #ffffff; margin:0 0 5px 0; border-radius: 4px; padding: 30px 10px 15px 10px; }
.index-nav .nav-title span { font-size: 0.8em; color: #5ca8d4;  }

.index-nav a { width: 100%; flex: none; display: block; margin: 5px 0; font-size: 0.8em; color: #616161; border-radius: 4px; border: 1px #0091e6 solid; padding: 10px 15px;  background-color: #ffffff; }
.index-nav a:hover { background-color: #0091e6; color: #ffffff;  }
.index-nav a:before { content: '\F882'; display: inline-block; margin-right: 5px;  font-size: 1.2em; vertical-align: middle;}
.index-right { flex: 1; margin-left: 20px; }

.index-news .i-news-title { font-size: 20px; margin-bottom: 10px; border-bottom: 1px #d1d1d1 solid; padding-bottom: 10px; }
.index-news .i-news-title a { float: right; color: #1a1a1a; font-size: 12px; background-color: #222222; color: #ffffff; padding: 3px 10px; border-radius: 4px; }
.index-news .i-news-title a:hover { background-color: #2d71b4; }
.index-news .news-list { min-height: auto; margin-bottom: 15px; }
.index-news .news-list .item { display: flex; flex-wrap: wrap; margin-bottom: 5px; } 
.index-news .news-list .item .time { width: 120px; flex: none; color: #085c8a; display: flex; align-items: center;  }
.index-news .news-list .item a { flex: 1; color: #0d0b0c; }
.index-news .news-list .item a:hover { color: #0091e6; }


.index-links { display: flex; flex-wrap: wrap; margin: 0 -5px; }
.index-links a { border-radius: 8px; overflow: hidden; flex: 1; margin:0 5px; }
.index-links a img { width: 100%; height: auto; }
.index-links a:hover { filter: brightness(1.3); }

/* news */ 
.news-list { padding:0px; min-height:300px; }
.news-cont { position:relative; z-index:10; padding-bottom:30px;}
.news-cont .cover { margin-bottom:20px;}
.news-title { font-size:24px; margin:0 0 10px 0; padding:0; color:#000000; font-weight:normal; text-align:center;}
.news-title span { background:url(../images/news-detail-icon.png); background-size:cover; width:20px; height:20px; float:left; display:block; margin:5px 5px 0 0; }
.news-time { font-size:16px; margin:10px 0 15px 0; text-align:center; color: #666666; font-weight:normal; padding:10px 0px 60px 0; position: relative; }
.news-time:before { content: ''; display: block; height: 40px; border-left: 1px #dddddd solid; position: absolute; bottom: 10px; left: 50%; }
.news-content { font-size:14px; line-height:1.6em; padding:0 0 20px 0; color:#333333;}
.news-content img { display:block; width:auto; height:auto; max-width:100%; margin-bottom:10px;}


.lis-itim { width:23%; margin:0 1% 2% 1%; float:left;}
.lis-itim:hover {  transition: all 0.3s ease 0s;}
.lis-itim .photo { width:100%; }
.lis-itim .photo a { display:block; width:100%; height:0; padding-bottom:100%; background-position:center; background-size:cover; }
.lis-itim .photo a:hover { opacity:0.7;}
.lis-itim .time { font-size:16px; color:#4899a2; padding: 10px 0; text-align:center; border-bottom:1px #d7d7d7 solid; display:block; }
.lis-itim h4 { margin:0; padding:0; font-weight:500; }
.lis-itim h4 a { color:#535353; font-size:16px; padding:10px 5px; line-height:1.4em; display:block; height:60px; overflow:hidden;}
.lis-itim h4 a:hover { color:#4899a2;}


.lis-itim02 { margin:0 0 5px 0px; display: flex;}
.lis-itim02:hover {  transition: all 0.3s ease 0s;}
.lis-itim02 .photo { width:50%; max-width: 280px; margin:0 10px 0 0; flex: none; }
.lis-itim02 .photo a { display:block; width:100%; height:0; padding-bottom:60%; background-position:center; background-size:cover; border-radius: 8px; overflow: hidden;  }
.lis-itim02 .photo a:hover { opacity:0.7;}
.lis-itim02 .info { flex: 1; display: flex; flex-wrap: wrap; }
.lis-itim02 .time { font-size:14px;  color:#383838; padding: 10px 10px; display:block; text-align: right; }
.lis-itim02 .time a {  background:#a59187; color:#ffffff; vertical-align:middle; margin-left:10px; line-height:5px; font-size:12px; display:inline-block;}
.lis-itim02 .time a img { width:24px; height:auto;}
.lis-itim02 h4 { margin:0; padding:0; font-weight:400; }
.lis-itim02 h4 a { color:#000000; font-size:18px; padding:5px 0 5px 20px; line-height:1.4em; display:block;}
.lis-itim02 h4 a:hover { color: #FF9;}
.lis-itim02 .info .content-box { max-height:155px; min-height: auto; overflow:auto; margin:0; padding:20px 0 20px 20px; font-size:14px; line-height:1.6em; color:#919191;}

.lis-itim02 .info { border-bottom: 1px #eeeeee solid; }
.lis-itim02 .info h4 { flex: 1; }
.lis-itim02 .info h4 a { color: #333333; font-size: 16px; padding: 5px 0; }
.lis-itim02 .info h4 a:hover { color: #6069bb; }
.lis-itim02 .info .time { background-color: #297baa; color: #ffffff; width: 100px; margin-right: 10px; flex: none; padding: 0; display: flex; align-items: center; justify-content: center; }




/* batch-number-lis */
.batch-number-lis { list-style:none; margin:0; padding:0; }
.batch-number-lis li { border-bottom:1px #CCC dotted;}
.batch-number-lis li a { background: url(../images/batch-number-icon.png) left center no-repeat; display:block; padding:5px 0 5px 30px; color:#333;}
.batch-number-lis li a:hover { color:#66C;}


/* store */
.store-list { padding:0px; min-height:300px; margin:0;}
.store-itim { width:100%; margin:0  0 2% 0; padding-bottom:10px; border-bottom:1px #CCC dotted; }
.store-itim:hover {  transition: all 0.3s ease 0s;}
.store-itim .photo { float:left; width:50%;  }
.store-itim .photo a { display:block; width:100%; height:0; padding-bottom:65.5%; background-position:center; background-size:cover; }
.store-itim .photo a:hover { opacity:0.7;}


.store-itim .info { float:left; margin-left:1%; width:49%;}
.store-itim h4 { margin:0 0 10px 0; padding:0; border-left:3px #000000 solid; }
.store-itim h4 a { color:#000000; font-size:20px; font-weight: bold; padding:0px 20px; line-height:1.4em; display:block;}
.store-itim h4 a:hover { color: #900;}
.store-itim .info p { overflow:auto; margin:0; padding:5px 20px 20px 20px; font-size:14px; line-height:1.6em; color:#333;}

.store-itim .info .right { height:182px; background:#f7f3f1; border:1px #a59187 solid;}
.store-itim:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* Hides from IE-mac \*/
* html .store-itim {height: 1%;}/* End hide from IE-mac */

.store-cont .cont h4 { background:#a59187; margin:0; padding:0; color:#ffffff; font-size:16px; padding:5px 10px; line-height:1.4em; }
.store-cont .cont p { background:#f7f3f1; height:150px; overflow:auto; margin:0; padding:20px 10px; font-size:14px; line-height:1.6em; color:#333;}
.store-cont .map { height:300px;}

.index-store { width:32.33%; margin:0 0% 10px 0.5%; float:left; }
.index-store ul { list-style:none; margin:0; padding:0;}
.index-store ul li { float:left; width:49%; margin:0 1% 2% 0; }
.index-store ul li:nth-child(even) { margin:0 0 2% 1%;  }
.index-store ul li a { display:block; background:#000000; padding:1px;}
.index-store ul li img { width:100%; height:auto;}



/*  index-news  */
.i-news { padding:10px 0 10px 0; display: flex; flex-wrap: wrap; }
.i-news .title {  text-align:center; width:180px; border-right:1px #cfcfcf solid; }
.i-news .title h3 { font-size:30px; color:#e23030; margin:0; padding:0; font-weight:normal; }
.i-news .title h3 span { font-size:24px; color:#000000; display:block; }
.i-news .news-list { -webkit-flex: 1; flex: 1; padding-left:20px;}
.i-news .news-list .lis {  border-bottom:1px #66CC66 dashed; padding:5px 0;}
.i-news .news-list .lis a { color:#333; display:block; font-size:14px; }
.i-news .news-list .lis a:hover { color:#F60;}
.i-news .news-more { display: flex; flex-wrap: wrap; width: 200px; -webkit-flex: none; flex: none; text-align:center; align-items: center; justify-content: center;}
.i-news .news-more a { background:#2496a0; color:#ffffff; font-size:14px; display: inline-block; padding:10px 50px; }
.i-news .news-more a:hover { background:#900;}


/* catalogy-tab */
.catalogy-tab { display: flex; flex-wrap: wrap; margin: 0 -3px 20px -3px; padding-bottom: 20px; }
.catalogy-tab a { flex: 1; display: block; margin: 5px; border: 1px #dcdcdc solid;  font-weight: bolder; color: #373737; padding: 10px 5px; text-align: center; font-size: 12px; position: relative; max-width: 200px;}
.catalogy-tab a:hover {  border: 1px #085c8a solid; color: #085c8a; font-weight: 500; } 
.catalogy-tab a.active {  border: 1px #085c8a solid; color: #ffffff; font-weight: 500; background-color: #0091e6; } 
.catalogy-tab a.active:before  { content: ''; display: block; width: 60px; height: 6px; border-radius: 99em; background-color: #085c8a;  position: absolute; bottom: -3px; left: calc(50% - 30px); }

/* footer */
footer { background-color: #ffffff; padding: 15px 10px 20px 10px; position: absolute; bottom:0 ; left: 0; width: 100%; border-top: 1px #e9e9e9 solid; }
.foot-info div.foot-link { width: 100%; flex: none; text-align:center; padding:5px 0; margin-bottom: 20px; font-size: 12px; color: #636363; vertical-align: middle; border-bottom: 1px rgba(138, 138, 138, 0.3) solid; display: none;}
.foot-link a { color:#747474; padding:10px 10px; font-size:14px; display: inline-block;}
.foot-link a:hover { color:#ffffff;}
.foot-icon { height:18px; width:auto; padding-right:10px;}

.foot-info { max-width:1200px; color:#333333; margin:0 auto;  font-size:14px; display: flex; flex-wrap: wrap;}
.foot-info > div { flex: 1;  color: #333333; margin: 0 5px;}
.foot-info .social-icon { width: 100px; flex: none; }
.foot-info .social-icon a { display: inline-block; margin: 0 10px 0 0; font-size: 32px; width: 32px; height: 32px; background-position: center; background-repeat: no-repeat; background-size: contain; color: #6d6d6d; }
.foot-info .social-icon a:hover { color: #333333; }
/*
.foot-info .social-icon a.link-fb { background-image: url(../images/icon-fb.svg);}
.foot-info .social-icon a.link-ig { background-image: url(../images/icon-ig.svg);}
.foot-info .social-icon a.link-line { background-image: url(../images/icon-line.svg);}
*/
.foot-info a { color: #9c9c9c;}
.foot-info a:hover { color:#333333;}
.foot-info div.copyright { width: 100%; flex: none; font-size:12px; text-align:center; color: #505050; margin:20px 10px 0 10px; letter-spacing: 0.1em; }



/* contect*/
.contact-info { background:#ffffff; padding:15px 20px 15px 5px; margin-bottom:20px; height:200px;}
.contact-info .left-box { float:left; width:59%; height:100%; padding-left:30%; }
.contact-info .left-box p { font-size:14px; line-height:1.6em; }
.contact-info .right-box { float:right; width:39%; height:100%; }

.business-banner { width:100%; height:auto;}


/* form */
.form .note { font-size:14px; color: #F30; padding:0 0 10px 150px;}
.form .form-lis {  display: flex;  flex-wrap: wrap; font-size:14px; line-height:1.2em; margin:0 0 10px 0;}

.form .form-lis .title { display:block; font-size:14px; color:#000000; width:150px; padding:8px 10px; text-align:right; line-height: 30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefe6+0,e8e8e8+100 */
background: #efefe6; /* Old browsers */
background: -moz-linear-gradient(top,  #efefe6 0%, #e8e8e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efefe6 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efefe6 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefe6', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.form .form-lis .data {display:block; padding:5px 7px; flex: 1; font-size:14px; color: #666; box-shadow: 0 0 5px #bbbbbb inset; }
.form .form-lis input.data {border:0; width:100%; font-size:14px; font-family:Microsoft JhengHei; box-shadow: 0 0 5px #bbbbbb inset; }
.form .form-lis textarea.data { border: 0; width:100%; font-size:14px; font-family:Microsoft JhengHei; box-shadow: 0 0 5px #bbbbbb inset; }
.form .form-lis .code {   display:block; padding:0; flex: 1; font-size:14px; color: #666; box-shadow: 0 0 5px #bbbbbb inset;  }
.form .form-lis .code img.img-code { height:29px; width:auto; float:right;}
.form .form-lis .code input { border:0;  font-size:14px; font-family:Microsoft JhengHei; padding:5px 7px; box-shadow: 0 0 5px #bbbbbb inset; }



.botton-m { text-align:center; font-size:14px; margin-top:10px; padding:10px 0 20px 0; }
.botton-m a { display:inline-block; color:#ffffff; padding:5px 15px; font-size:14px; border-radius:3px;}
.botton-m a.left { background:#ad968f; margin-right:5px; border-radius:3px;}
.botton-m a.left:hover { background: #cdaea5;}
.botton-m a.mid { background:#933; margin-right:5px; border-radius:3px;}
.botton-m a.mid:hover { background:#C03;}
.botton-m a.right { background:#907066; border-radius:3px; }
.botton-m a.right:hover { background:#aa928b;}





/* login */
.abgne_tab { background:url(../images/cart-bg.jpg); max-width: 550px; margin: 0px auto; }
	ul.tabs { width: 100%; list-style:none; display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap; margin:0; padding:0;  }
	ul.tabs li { position: relative; -webkit-flex: 1; flex: 1; text-align:center; font-size:14px;}
	ul.tabs li a {display: block; background: #e1e1e1; padding: 10px 5px; color: #545035; text-decoration: none; border:1px #e1e1e1 solid; border-bottom:0;}
	ul.tabs li a:hover {background: none;  border:1px #CCCCCC solid; border-bottom:0; }
	ul.tabs li.active a { background: none; border:1px #CCCCCC solid; border-bottom:0;}
	ul.tabs li a img { height:24px; width:auto; padding-right:5px;}
	
	div.tab_container {clear: left;width: 100%; border-top: none; border:1px #CCCCCC solid; border-top:0; }
	div.tab_container .tab_content {padding: 20px;}
	div.tab_container .tab_content h2 {margin: 0 0 20px; font-size:18px; text-align:center; font-weight:normal;}

	

.login-bg01 {  padding: 20px 40px; background-color: #ffffff; border-radius: 12px;}	
.login-bg01 h2 {margin: 0 0 20px; font-size:18px; text-align:center; font-weight:normal;}



.page-box .login-bg { background:url(../images/login-img.png) top left no-repeat #ffffff;}


.login .form-lis { display: flex; flex-wrap: wrap; font-size:14px; line-height:1.2em; margin: 0 0 10px 0;}

.login .form-lis .title { display:block; font-size:14px; color:#333333; width:120px; padding:5px 7px; text-align:right; }
.login .form-lis .data { border:1px #ececec solid; display:block; padding:5px 7px; flex: 1; font-size:14px; color:#000000; border-radius: 0 30px 30px 0; }
.login .form-lis input.data { width:100%; font-size:14px; font-family:Microsoft JhengHei; border-radius: 0 30px 30px 0; }
.login .form-lis textarea.data { width:100%; font-size:14px; font-family:Microsoft JhengHei; border-radius: 0 30px 30px 0;  }
.login .form-lis .code { background:#e7dcdc; display:block; padding:0; -webkit-flex: 1; flex: 1; font-size:14px; color: #666; border-radius: 0 30px 30px 0; }
.login .form-lis .code img.img-code { height:29px; width:auto; float:right;}
.login .form-lis .code input { background:#e7dcdc; border:0;  font-size:14px; font-family:Microsoft JhengHei;padding:5px 7px;color:#ffffff; }

.login .btn a { background:#65574E;color:#ffffff; border:0; font-size:14px; }
.login .btn a:hover { background:#6a3939; } 



/* bookmark */
.bookmark { text-align:center;  padding:15px 0; margin:15px 0 5px 0; border-top:1px #e6e6e6 dotted; }
.bookmark>span { font-size: 16px; color:#333333; display:inline-block;}
.bookmark a { background:#000000; font-size:12px; display:inline-block; border:0; padding:8px 10px; color: #ffffff; margin:5px; border-radius: 2px; }
.bookmark a:hover { background: #900;}
.bookmark select { background:#ffffff; border:1px #a59187 solid; padding:5px; color: #81795A; margin:0 2px;}
.bookmark .portal-pages { text-align:center; margin-top:10px;}
.bookmark .portal-pages span { display:inline-block;  color:#000000; font-size:14px; padding-top:10px; border-top:1px #a59187 solid; min-width:150px;  }



/* 框架 */
.col-box { display: flex; flex-wrap: wrap; margin:0 -5px;}
.col-box .content-box { padding-left: 10px;}
.content-box img { max-width:100%; width:auto; height:auto; border-radius: 4px;}

.col-1 { width: calc(9.33% - 10px); margin:0 5px; flex: none;}
.col-2 { width: calc(16.66% - 10px); margin:0 5px; flex: none;}
.col-3 { width: calc(24.99% - 10px); margin:0 5px; flex: none;}
.col-4 { width: calc(33.32% - 10px); margin:0 5px; flex: none;}
.col-5 { width: calc(41.65% - 10px); margin:0 5px; flex: none;}
.col-6 { width: calc(49.98% - 10px); margin:0 5px; flex: none;}
.col-7 { width: calc(58.31% - 10px); margin:0 5px; flex: none;}
.col-8 { width: calc(66.64% - 10px); margin:0 5px; flex: none;}
.col-9 { width: calc(74.97% - 10px); margin:0 5px; flex: none;}
.col-10 { width: calc(83.3% - 10px); margin:0 5px; flex: none;}
.col-11 { width: calc(91.63% - 10px); margin:0 5px; flex: none;}
.col-12 { width: calc(100% - 10px); margin:0 5px; flex: none;}

.left-gray-bg { background-color: #f7f7f7;}
.max600 { max-width: 600px; margin: 0 auto;}


/* icon */
.icon { display: inline-block; width: 24px; height: 24px; vertical-align: middle; margin: -3px 5px 0 0; background-position: center; background-repeat: no-repeat; background-size: contain;  }
.icon.icon-order { background-image: url(../images/icon-order.svg); filter: brightness(5); } 
.icon.icon-member { background-image: url(../images/icon-member.svg); filter: brightness(5);  } 
.icon.icon-note { background-image: url(../images/icon-note.svg); } 

/***** 表單預設文字顏色設定 *****/

/* 通用 */
::-webkit-input-placeholder { color:#836363; }
::-moz-placeholder { color:#836363; } /* firefox 19+ */
:-ms-input-placeholder { color:#836363; } /* ie */
input:-moz-placeholder { color:#836363; }


/* webkit专用 */
#field2::-webkit-input-placeholder { color:#836363; }
#field3::-webkit-input-placeholder { color:#836363; background:lightgreen; text-transform:uppercase; }
#field4::-webkit-input-placeholder { font-style:italic; text-decoration:overline; letter-spacing:3px; color:#836363; }


/* mozilla专用 */
#field2::-moz-placeholder { color:#836363; }
#field3::-moz-placeholder { color:#836363; background:lightgreen; text-transform:uppercase; }
#field4::-moz-placeholder { font-style:italic; text-decoration:overline; letter-spacing:3px; color:#836363; }