@charset "utf-8";
/* CSS Document desktop first*/

/*---globle---*/
body {margin:0; padding:0; font-family:Arial, Helvetica, sans-serif,'微軟正黑體';}
a{text-decoration:none; transition:.3s;}
#header, #footer, #defaultimg, .content, .innerhtml, .frm, .flexfrm{width:100%; height:auto; float:left;}
.flexfrm{display:flex;}
.page{max-width:1300px; height:auto; margin:0 auto;}
.rwdimg{max-width:100%; height:auto;}/*讓圖自適應*/
.rwdimgmax{max-width:100%; height:auto;}
.innerhtml img{max-width:100%; height:auto;}
.path{font-size:13px; font-weight:normal; color:#999;}
.path a{color:#999;}
.side, .main{height:auto; float:left;}
figure,figcaption{margin:0; padding: 0;}
*{box-sizing:border-box;}
[class*="col-"] {float: left;}
@keyframes fade{
from {opacity:0;}
  to {opacity:1;}
}
/*youtube*/
.video-container {position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;}
.video-container iframe, .video-container object, .video-container embed {position: absolute; top: 0;left: 0; width: 100%; height: 100%;}
/*Grid for all situation and >1280px*/
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}
.col-20 {width: 20%;}
/*header nav*/
#header{position:fixed; z-index:300; top:0;}
.logo{line-height:0; width:30%; position:relative; vertical-align: middle; display: inline-block;}
.logo img{max-width:100%; height:auto; vertical-align: middle;}
/*nav*/
.nav{position:absolute; bottom:0; right:0; text-align: right;}
.syisnav {list-style:none; margin:0; padding:0; display:inline-block;}
.syisnav li{position:relative; display: inline-block;}
.syisnav li a{display:block; padding:0.3em 0.5em; text-decoration:none; white-space:nowrap;}
.syisnav li ul{position:absolute; background:#fff; box-shadow:0 0 2px rgba(0,0,0,0.2); display:none; padding:0; left:50%; transform:translateX(-50%);}
.syisnav li ul li{display:block; text-align: center;}
.syisnav li ul li ul{ left:100%; display:none; top:0;}
.syisnav li:hover > ul{display:block; animation-name:fade; animation-duration:.5s;}
/*subnav to left side*/
#submenu{float:left; width:100%; overflow:hidden;}
.subnav ul{margin:0; padding:0; list-style:none;  font-size:16px;}
.subnav ul li{padding:0;}
.subnav ul li a{color:#333; padding:0.5em 1em; border-bottom:1px dotted #ccc;}
.subnav ul li ul li a::before{content:"-"; margin-right:0.5em; color:#ccc;}
.subnav ul li ul li a{font-size:14px; color:#666; border-bottom:1px dotted #ccc; padding:0.4em 0 0.4em 1em;}
.subnav a:hover{color:#14508c; padding-left:1em;}
.subnav a{width:100%; color:#fff; display:block; padding-left:0.5em;}
/*subnav to top side*/
.top .subnav ul{text-align:center;}
.top .subnav ul li{display:inline-block; padding:0.5em;}
.top .subnav ul li a{border:1px solid #ccc;}
/*mobile menu btn*/
.menu{width:42px; height:40px; padding:3px; position:absolute; border-radius:0.5em; text-align:center;  top:50%; transform:translateY(-65%); right:-65%; cursor:pointer; display: block;}
.menu > div{width:80%; height:50%; border-top:1px solid #333; border-bottom:1px solid #333; position: absolute; top:20%; display: block;}
.menu > div::before{content:""; width:100%; height:1px; background:#333; display:block; top:50%; left:0; position:absolute;}
/*defaultimg*/
#defaultimg{line-height:0;}
/*content*/
.sidetit{margin:0;}
.lht18{line-height:180%;}
.lht16{line-height:160%;}
/*contactinfo*/
.contactinfo{padding:1em 1em 1em 2em; background:#f6f6f6;}
.contactinfo p[class*='col-']{ border-bottom:1px dashed #999; padding:0.5em 0; margin:0;}
.contactinfo .subtit{color:#666; font-weight:bold; position:relative; font-size:16px;}
.contactinfo .subtit::after{content:"/"; color:#ccc; padding:0 0.2em; font-size:13px;}
.contactinfo span{display:inline-block; vertical-align: top;}
/*btn*/
.btn a{margin:1em; padding:0.5em 3em; background:#666; color:#fff; border-radius:0.3em; display:inline-block; cursor: pointer;}
.btn a:hover{background:#333;}
/*--syis faq--*/
.syisfaq{max-width:80%; margin-left:10%;}
.syisfaq ul{list-style:none; margin:0; padding:0; line-height: 1.5em;}
.syisfaq li{padding:2px 0;}
.syisfaq .qq{display:block; padding:5px; position:relative; background:#efefef; color:#333;}
.syisfaq .qq::before{content:"Q"; margin-right:5px; font-size:22px; font-weight:bold; color:#999;}
.syisfaq .aa{padding-left:28px; margin:5px 0;}
/*syis addtocart button*/
.syisaddtocart{line-height: 1.5em;}
.syisaddtocart p{margin:0;}
.syisaddtocart select{width:100%; height:35px; border:1px solid #ccc; background:#fff; font-size:14px;}
.syisaddtocart .add, .syisaddtocart .minus{height:35px; background:#fff; font-size:20px; color:#333; border:1px solid #CCC; line-height:28px; display:block; float:left; text-align:center;}
.syisaddtocart .minus:hover, .syisaddtocart .add:hover{background:#CCC; color:#666;}
.syisaddtocart input[type='text']{ height:35px; border:1px solid #ccc; border-left:0; border-right:0; text-align: center;}
.syisaddtocart .addcartbtn a{padding:0.5em 1em; background:#666; color:#fff; border-radius:0.3em; display:inline-block; cursor: pointer; text-align: center;}
/*syis check and member for cartlist*/
table.cartlist{width:100%; border-collapse:collapse;}
table.cartlist th{padding:0.5em 0; background:#666; color:#fff; text-align: center;}
table.cartlist tr{border-bottom:2px solid rgba(255,255,255,1); background-color:#fffbee;}
table.cartlist figure{display:inline-block; width:80px; vertical-align: middle; padding:3px;}
table.cartlist .proname{color:#369;  vertical-align: middle; display: inline-block; width:calc(100% - 80px); font-size:14px; line-height: 1.6em; text-align: left;}
table.cartlist .proname:hover{text-decoration:underline;}
table.cartlist td:nth-of-type(1){text-align:left; line-height:140%;}
table.cartlist td{text-align:center; vertical-align: middle; font-size:13px; padding:2px;}
table.cartlist td:nth-last-of-type(3){width:90px;}
table.cartlist td:last-of-type{width:40px;}
table.cartlist td p.num{text-align: center; display:block; margin:0; line-height: 33px; height:33px; vertical-align: middle; white-space:nowrap;}
table.cartlist td p.num img{margin-top:7px;}
table.cartlist td input[type='text']{border:1px solid #ccc; background:#fff; display:inline-block; line-height: 1.6em; height:30px; margin:0; text-align:center; float:left;}
.syisorderlist .list{padding:3px;}
.syisorderlist .list .frm {border:1px solid #ccc; cursor:pointer;}
.radioselect{position:relative; padding:1.5em;}
.radioselect::before{content:""; display:block; width:96%; height:86%; border:1px solid #ccc; position:absolute; z-index: -1; top:7%; left:2%;}
.radioselect.hit::before{ background:#fff2c5;}
.syisform{background:#fff; padding:1em; margin:0; line-height:2em; }
.syisform input[type='text'],.syisform input[type='password'] , .syisform select{border:none; background:#efefef; display:inline-block; line-height: 1.6em; height:35px;}
.syisform textarea{background:#efefef; border:none;}
.syisform input[type='checkbox']{width:20px; height:20px; margin-right:3px; vertical-align:text-bottom;}
.syisprogress .list{position:relative;}
.syisprogress .list::before{content:""; width:20px; height:20px; background:linear-gradient(45deg,rgba(255,255,255,0) 50%,#ccc 50%); position:absolute; right:0; top:50%; transform:translateY(-50%) rotate(45deg);}
.syisprogress .list:last-of-type::before{display:none;}
.syisprogress .list .frm{border:1px solid #ccc; border-radius:1em;}

@media screen and (min-width:1286px){.hide-d{display:none !important;}}
@media screen and (max-width:1285px){/*desktop*/

/*Grid s size for desktop or landscape*/
.col-d1 {width: 8.33%;}
.col-d2 {width: 16.66%;}
.col-d3 {width: 25%;}
.col-d4 {width: 33.33%;}
.col-d5 {width: 41.66%;}
.col-d6 {width: 50%;}
.col-d7 {width: 58.33%;}
.col-d8 {width: 66.66%;}
.col-d9 {width: 75%;}
.col-d10 {width: 83.33%;}
.col-d11 {width: 91.66%;}
.col-d12 {width: 100%;}
.logo{width:20%;}
}
@media screen and (min-width:961px) and (max-width:1285px){/*desktop-small*/ .hide-ds{display:none !important;}}
@media screen and (max-width:960px){/*desktop-small*/

/*Grid s size for pad*/
.col-p1 {width: 8.33%;}
.col-p2 {width: 16.66%;}
.col-p3 {width: 25%;}
.col-p4 {width: 33.33%;}
.col-p5 {width: 41.66%;}
.col-p6 {width: 50%;}
.col-p7 {width: 58.33%;}
.col-p8 {width: 66.66%;}
.col-p9 {width: 75%;}
.col-p10 {width: 83.33%;}
.col-p11 {width: 91.66%;}
.col-p12 {width: 100%;}
	
}
@media screen and (min-width:768px) and (max-width:960px){/*desktop-small*/ .hide-p{display:none !important;}}
@media screen and (max-width:767px){/*phone*/
.hide-m{display:none !important;}
/*Grid s size for mobile*/
.col-m1 {width: 8.33%;}
.col-m2 {width: 16.66%;}
.col-m3 {width: 25%;}
.col-m4 {width: 33.33%;}
.col-m5 {width: 41.66%;}
.col-m6 {width: 50%;}
.col-m7 {width: 58.33%;}
.col-m8 {width: 66.66%;}
.col-m9 {width: 75%;}
.col-m10 {width: 83.33%;}
.col-m11 {width: 91.66%;}
.col-m12 {width: 100%;}

.logo{width:60%; min-height:auto;}
.side, .main{padding:1em 0;}
/*nav*/
.nav{width:100%; background:#333; display:none; position:static;}
.syisnav{text-align:center; margin:0; padding:0; list-style:none; width:100%;}
.syisnav li{display:block; margin:0; padding:0; font-size:18px; width:100%;}
.syisnav li a{text-align:center; line-height:200%;  padding:0.2em 0; font-weight:normal; font-size:18px; display:block; border-radius:0;}
.syisnav li a:hover{background:#333; color:#fff;}
/*subnav*/
#submenu{border:1px solid #ccc; float:left; width:100%; border-radius:5px; box-shadow:0 5px 15px rgba(0,0,0,0.2); background:#fff;}
.subtoggle{padding:1em; display:block; border-bottom:1px dotted #efefef; cursor: pointer;}
.subnav{display:none;}
.subnav ul li{padding:0;}
.subnav ul li a{border-bottom:1px dotted #ccc; line-height:160%; padding:0.5em 1em; background:none; border-radius:0; color:#666; font-size:15px;}
.top .subnav ul li{display:block; padding:0;}
.top .subnav ul li a{border:none; border-bottom:1px dotted #ccc;}
/*--syis faq--*/
.syisfaq{max-width:100%; margin-left:0%;}
}
