@charset "utf-8";
body { width:100%; height:100%; margin:0; padding:0; font-family:"微軟正黑體";  font-size: 14px; line-height: 20px;}
html { width:100%; height:100%;}

.warpper { background:url(../images/main-bottom-bg.png) bottom repeat-x; padding-bottom:50px;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}/* End hide from IE-mac */
a{text-decoration:none; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
img { border:0; vertical-align:middle;}
input { vertical-align:middle;}
.slicknav_menu {display:none;}
input.select-box { border:1px #CBCBCB solid; padding:5px 3%; width:20px; height:20px; text-align:center; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom:5px; }


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



/***** 表單預設文字顏色設定 *****/
/* 通用 */
::-webkit-input-placeholder { color: #333; }
::-moz-placeholder { color:#333; } /* firefox 19+ */
:-ms-input-placeholder { color:#333; } /* ie */
input:-moz-placeholder { color:#333; }

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

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




/*** 手機選單、選單 色塊-變色  ***/
.b-color, .slicknav_menu { background:#ff882e; display:none; } /** 選單顏色 ***/
.slicknav_icon-bar { background-color: #FFF;} /** 手機選單ICON按鈕色 ***/
.slicknav_btn {background: #f36202;} /** 手機選單ICON按鈕底色 ***/

.b-color>li:hover, .b-color>li>ul>li>a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {  background: #f35702; } /** 選單滑入顏色 ***/
.slicknav_nav>li { border-bottom:1px #FFF solid;} 
.slicknav_nav>li.first { border-top:1px #FFF solid;} 
.border-color { border-left:7px #A0A0A0 solid;} /** 標題顏色 ***/


header { background:url(../images/header-bg.png) repeat-x bottom #f4f4f4; }

.head-main { background:#f4f4f4; margin:0 auto; height:103px; padding-top:15px; position:relative; }
.head-main .header-line{ min-height:42px; background:url(../images/header-line-bg.png) repeat-x; position:relative; margin:20px 0 0 0;}

.tool-box{max-width:1000px; margin:0 auto; position:relative;}
.tool-box .head-tool { position:absolute; right:0; top:6px;}
.tool-box .head-tool .index-search-input{ background:#FFF; width:160px; margin-right:10px;}

.tool-box .head-tool li { list-style:none; padding:0px; margin:0; float:left; width:33.33%;}
.tool-box .head-tool li a { margin:0; padding:5px; display:block; color:#767575;}
.tool-box .head-tool li a:hover { background: #666666; color:#fff; }

.tool-box .head-tool .index-search { }
.tool-box .head-tool .index-search-input { padding:0; position:relative; color:#333; border:1px solid #CCC; float:left;}
.tool-box .head-tool .index-search-input img { position:absolute; left:0px; top:0; }
.tool-box .head-tool .index-search-input input{ background:none; border:0; font-size:15px; color: #333; padding:1px 0 1px 5px; line-height:21px; width:85%; margin:0 0 0 14%; right:51px; vertical-align:middle;}
.tool-box .head-tool .index-search img { vertical-align:middle;}

.tool-box .head-tool .icon-fb{ float:left;}


.head-main .logo { font-size: 30px; width:158px; margin:0 auto 18px auto; height:auto;}
.head-main .logo a { color:#777777;}
.head-main .logo img { width:158px; height:auto;}
.home { display: block; position:absolute; top:-35px; right:0px; width:25px; height:auto;}
.home_w { display:none;}


.head-main .menu-pc{ max-width:680px; margin:15px auto;}
.head-main .menu-pc ul{ list-style:none; margin:0; padding:0;}
.head-main .menu-pc>ul>li{ display:block; padding:0 2%; float:left; margin:0 1% 10px 1%; color:#9aaab5; position:relative;}
/*** Media Query ，也就是當寬度 < 950 px 時將載入下面這段 CSS : ***/
 @media only screen and (max-width: 950px) {
     .head-main .menu-pc { left:170px; top:25px;}
	 .head-main .menu-pc>ul>li{ margin-right:0;}
}
.head-main .menu-pc>ul>li>a{ display:block; color:#4e6b7f; font:18px "微軟正黑體"; font-weight:bold;}
.head-main .menu-pc>ul>li>a:hover{ color:#000066; }

.head-main .menu-pc>ul>li>a .cn{ border-bottom:1px solid #dcdcdd; padding-bottom:2px; margin-bottom:2px;}
.head-main .menu-pc>ul>li>a:hover .cn{ border-bottom:1px solid #F60;}
.head-main .menu-pc>ul>li>a .en{ display:block; color:#666; font-size:13px; padding:3px 0; text-align:center;}

    .menu-pc ul >li{margin:0; padding:0; float:left; margin:0 2px 0 0;}
    .menu-pc ul li.parent ul{display:none; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
	.menu-pc ul li.parentOn ul {display:block;}
	.menu-pc ul li>a {display:block; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
	.menu-pc ul li>a:hover {}
	
	/** 次級選單 **/
	.sub{ width:115px; font:13px/30px "微軟正黑體" ; color:#333; padding:0; position:absolute; top:45px; left:-5px; z-index:1000; }
	.sub ul{margin:0; padding:0; list-style:none; }
		   .sub li { float:left; width:105px; background:#fff; text-align: center; margin:0;box-shadow:2px 2px 2px #999;}
		   .sub li .on-hover { background: #E6E6E6;  display:block; font:13px; color:#333;}
			 .sub a { display:block; font:normal 18px/30px "微軟正黑體" ; color:#666; background:#f8f8f8; margin:1px 0; padding:3px 5px;}
			 .sub a:hover { background:#fd6f04; color: #FFF; transition: 500ms; -moz-transition: 500ms; -webkit-transition: 500ms; -o-transition: 500ms;}


/** 首頁廣告區 **/
.ad-box{ clear:both; max-width:1000px; margin:110px auto 5px auto;}
.ad-box .edm { width:68%; overflow: hidden; position: relative; float:left; }
.ad-box .edm img { vertical-align:middle; width:100%; height:auto; position:absolute;}

.ad-box .banner { width:32%; float:left;}
.ad-box .banner ul{ list-style:none; margin:0; padding:0;}
.ad-box .banner ul li{ display:block; width:100%;}
.ad-box .banner ul li img{width:100%;}




h3.login-title { margin:0 0 10px 0; font-family:"Times New Roman"; font-size:24px; line-height:30px; color:#9B9B9B;}
.login-tool { }
.icon-tool { width:40px; height:auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}



/***** 關於我們  *****/
.about{font-size: 15px; color:#7E7E7F; line-height:1.6em;}
.about h3{ font-size:26px; color:#474747; margin:40px 0 25px 0;}
.about span{ display:block; font-size:20px; padding:2% 3%; background:#cd131e; color:#FFF; margin-bottom:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.about .red{ background:#d42222; border-left:5px solid #990101;}
.about .purple{ background:#c1248a; border-left:5px solid #7c0151;}
.about .blue{ background:#00a3a6; border-left:5px solid #028082;}
.about .green{ background:#00a254; border-left:5px solid #00733c;}

.about .about-photo {background:#FFF; width:93%; margin:20px 0 10px 0; padding:1.5%; box-shadow:2px 2px 5px #666;}
.about .about-photo img { width:100%; height:auto;}


/***** 服務資源 *****/
.service{}
.service .service-item{ width:33%; border-right:1px solid #CCC; min-height:100px; float:left; text-align:center; padding:25px 0;}
.service .service-item:nth-child(3){ border:0;}

.service .service-item .item-icon01{ width:180px; height:180px; margin:0 auto; background:#E26E41; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; vertical-align: middle;
position: relative;}
.service .service-item:hover .item-icon01{ background:#F90; transition: 500ms; -moz-transition: 500ms; -webkit-transition: 500ms;}

.service .service-item .item-icon02{ width:180px; height:180px; margin:0 auto; background:#E73F82; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; vertical-align: middle;
position: relative;}
.service .service-item:hover .item-icon02{ background:#ff82b4; transition: 500ms; -moz-transition: 500ms; -webkit-transition: 500ms;}

.service .service-item .item-icon03{ width:180px; height:180px; margin:0 auto; background:#355FAB; -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; vertical-align: middle;
position: relative;}
.service .service-item:hover .item-icon03{ background:#528bf2; transition: 500ms; -moz-transition: 500ms; -webkit-transition: 500ms;}

.service .service-item img{width: auto; height: auto; max-width: 70%; max-height: 70%; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); left: 50%;}
.service .service-item span{ display:block; color:#AFAFAF; font-size:24px; padding:30px 0 20px 0;}
.service .service-item span a{color:#AFAFAF;}
.service .service-item:hover span{ color:#555; transition: 500ms; -moz-transition: 500ms; -webkit-transition: 500ms;}




/***** 網站地圖 *****/
.web-map .map-list{ width:19%; margin:0 0.5%; float:left; background:#fbfbfb;}
.web-map .map-list h3{ background:#e68921; font-size:18px; padding:6px 15px; margin: 0 0 10px 0; text-align:center;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color:#FFF; font-weight:normal;}
.web-map .map-list ul.subproject{ list-style:none; margin:0 1%; padding:0;}
.web-map .map-list ul.subproject>li{ color:#e3720e; font-size:15px; border-bottom:1px dashed #CCC; padding:0 0 5px 5px; line-height:1.6; margin-bottom:10px;}
.web-map .map-list ul.subproject>li>a{color:#e3720e;}
.web-map .map-list2 ul.subproject>li>a:hover{ text-decoration:underline;}

.web-map .map-list ul.subproject>li ul.item{list-style:none; margin:0 1% 5px 1%; padding:0;}
.web-map .map-list ul.subproject>li ul.item li{ background:url(../images/map-list-bg.png) no-repeat 0 5px; color:#999; line-height:1.7; font-size:14px; padding-left:15px;}
.web-map .map-list ul.subproject>li ul.item li a{ display:block; color:#999; line-height:1.7; }
.web-map .map-list ul.subproject>li ul.item li a:hover{ color:#000;}


/***** 訂單列表  *****/

.order-search { padding-left:30px;}
.order-list { padding-left:30px;} 
.order-list td { text-align:center; font-size:12px; line-height:1.5em; padding:5px 10px; border-bottom:1px #CCC dotted; border-right:1px #CCC dotted;}
.order-list img.pro-photo { width:90px; height:90px; padding:10px; border:1px #CCC solid;}
.order-list .order-list-th { font-size:15px; color:#FFF; text-align:center; line-height:25px;}
.order-list .order-list-td { font-size:15px; color: #333; text-align: center;}
.order-list .price { font-size:15px; color:#900;}
.order-list .numb { font-size:15px; color: #788BAC; text-align:left;}
.order-list .numb a {color: #788BAC;}
.order-list .count { font-size:15px; color: #333;}
.order-list .count-portal { padding:10px 0; border-bottom:1px #CCC dotted; margin-bottom:20px;}
                     .count-price { font-size:24px; font-family:Verdana; color: #900; font-weight:bold;}
.order-list .portal { display:block; width:200px; font-size:15px; color:#900; float:right; text-align:right;}
.order-list .freight { display:block; width:150px; font-size:15px; color:#900; float:right; text-align:right;}
.oproject { display:none; color:#900;}


ul.order-list { list-style:none; margin:0 ; padding:0;}
ul.order-list li { border-bottom:1px #CCC dotted; padding:5px 0; }
ul.order-list li:nth-child(odd){ background: #F5F5F5;}
ul.order-list li.th { background: #666; color: #fff; text-shadow:-1px -1px 0 #333; padding:3px 0; -webkit-border-radius:  2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; border:0;}
.th .order-list-img, .th .order-list-name, .th .order-list-price, .th .order-list-quantity, .th .order-list-subtotal, .th .order-list-del { padding-top:5PX; }

.order-list-img { float:left; width:10%; display:table-cell; font-size:15px; vertical-align:middle; text-align:center;}
.order-list-img02 { float:left; width:10%; display:table-cell; font-size:15px;  padding-top:5px; vertical-align:middle; text-align:center;}
  .sorder-list-img img { width:90px; height:auto; padding:5%; border:1px #CCC solid; margin:5%; text-align:center;}


.order-list-del a { color:#fff; padding:3px 10px; line-height:1.5em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
background: rgb(248,80,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}

.order-list-del a:hover { 
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}


.order-ditaile-info { padding:0 0 0 40px; font-size:15px; color: #333; line-height:1.5em; }
.jump-window-box  { max-width:500px; margin:0 auto; border:1px #CCC solid; padding:20px; margin-top:20px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

/*** 會員登入  ***/
.member-login-box { max-width:500px; margin:0 auto; border:1px #CCC solid; padding:20px; margin-top:20px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}


/*****  購物車  *****/
.cart-body { max-width:1000px; margin:0 auto;}
.shopping-car { padding-left:30px;} 
th.shopping-car-th { background: #69C; font-size:15px; color:#FFF; text-align:center; line-height:25px;  border-right:1px #fff dotted;} 
.shopping-car td { text-align:center; font-size:12px; line-height:1.5em; padding:5px 10px; border-bottom:1px #CCC dotted; border-right:1px #CCC dotted;}
.shopping-car img.pro-photo { width:90px; height:90px; padding:10px; border:1px #CCC solid;}
.shopping-car .pro-name { font-size:15px; color: #333; text-align:left;}
.shopping-car .price { font-size:15px; color:#900;}
.shopping-car .numb { font-size:15px; color: #66F;}
.shopping-car .count { font-size:15px; color: #333;}
.shopping-car .count-portal { padding:10px 0; border-bottom:1px #CCC dotted; margin-bottom:20px;}
                     .count-price { font-size:24px; font-family:Verdana; color: #900; font-weight:bold;}
.shopping-car .portal { display:block; width:200px; font-size:15px; color:#900; float:right; text-align:right;}
.shopping-car .freight { display:block; width:150px; font-size:15px; color:#900; float:right; text-align:right;}



ul.shopping-car-list { list-style:none; margin:0 ; padding:0;}
ul.shopping-car-list li { border-bottom:1px #CCC dotted; padding:5px 0; }
ul.shopping-car-list li.th { background: #777; color: #fff; text-shadow:-1px -1px 0 #393939;  min-height:0px; padding:5px 0; border:0; -webkit-border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;}
.th .shop-car-img, .th .shop-car-name, .th .shop-car-price, .th .shop-car-quantity, .th .shop-car-subtotal, .th .shop-car-del { padding-top:5PX; }

.shop-car-img { display:table-cell; font-size:15px; vertical-align:middle; text-align:center;}
  .shop-car-img img { width:90px; height:auto; padding:5%; border:1px #CCC solid; margin:5%; text-align:center;}
.shop-car-name { display:table-cell; padding-top:50PX;  font-size:15px; vertical-align:middle; text-align:center;} 
.shop-car-price {  display:table-cell; padding-top:50PX;  font-size:15px; vertical-align:middle; text-align:center;}
.shop-car-quantity { display:table-cell; padding-top:50PX;  font-size:15px; vertical-align:middle; text-align:center;}
.shop-car-subtotal{  display:table-cell; padding-top:50PX;  font-size:15px; vertical-align:middle; text-align:center;}
.shop-car-del {  display:table-cell; padding-top:50PX;  font-size:15px; vertical-align:middle; text-align:center;}
.shop-car-del a { color:#fff; padding:3px 10px; line-height:1.5em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
background: rgb(248,80,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}
.shop-car-del a:hover { 
background: rgb(255,48,25); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.shopping-car .oproject { font-size:15px; color:#000; display:none; font-weight:bold; }


.checkout-box { background:#eee; padding:10px; margin-left:30px; border-bottom:2px #FFF dotted;}
.checkout-box h3 { background: #999; border-left:5px #333 solid; font-size:18px; color:#fff; text-shadow:-1px -1px 0 #666; line-height:30px; padding-left:20px; font-weight:500;}
.check-box { padding:5px; font-size:15px; color:#000;}
.check-box a { color:#000;}
.check-box a:hover { color:#960; } 

.appointment { max-width:600px; margin:0 auto;}
.appointment-title { text-align:center;}

/*****  產品專區  *****/
.search { padding:0 10px; }
.search-input { padding:0; position:relative; border:1px solid #CCC;}
.search-input img { position:absolute; right:2px; top:2px;}
.search input { background: #FFF; font-size:15px; color: #737946; padding:5px 0 5px 5%; line-height:31px; height:31px; width:85%; border:0; margin:0 10% 0 0; right:70px; vertical-align:middle; }
.search img { vertical-align:middle;}

.pro-store-info { font-size:13px; line-height:1.5em; color:#666; padding:10px 0 10px 35px; border-bottom:1px #CCC dotted; margin-bottom:20px;}
.pro-search-info { font-size:18px; color:#64691F; line-height:1.5em; border-bottom:1px #CCC dotted; margin-bottom:20px; text-align:center; padding-bottom:10px;}

.pro-list {}
.pro-list ul { max-width:1000px; margin:0 auto; padding:0; list-style:none;}
.pro-list ul li {  width:31%; padding:1%; margin:1%; text-align:center; float:left; border:1px solid #DDD;}
.pro-list ul li:hover { border:1px solid #e88712;}
.pro-list ul li h4 { font-size:15px; color:#504f4d; line-height:1.5em; font-weight:normal; padding:5px 0 5px 0; margin:0; height:50px; overflow:hidden; }

   .pro-photo { background:#fff; width:100%; height:207px; vertical-align: middle; position: relative;}
   .pro-photo img.pro-img { width:auto; height:auto; max-width:100%; max-height:100%; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); left: 50%; }  
   .pro-photo img.pro-img:hover { opacity:0.6; filter:alpha(opacity=60); }

.pro-list .pro-photo a{display:block; width:100%; height:207px;}
   

.pro-list ul li .index-pro-store {color:#938c83; line-height:1.5em; padding:10px 0; display:block;;}
.pro-list ul li .index-pro-price { color:#b83400; font-size:18px; padding:0 0 10px 0; display:block; }
.pro-list ul li a.cart { padding:3px; color: #7E7E7E;  font-size:15px; display:block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px #DCDCDC solid;}
.pro-list ul li a.cart img { padding-right:20px; vertical-align:middle;}
.pro-list ul li a.cart:hover { background: #fff; border:1px #eee solid;}


.pro-detaile { padding:0; margin-top:20px;}
h3.pro-detaile-title {  font-size:20px; color:#000; line-height:30px;  font-weight:normal; margin:0 0 10px 1.5%; }
.pro-detaile .pro-photo {background:#fff; width:100%; margin:0 0 10px 0; padding:0;}
.pro-detaile .pro-photo img { width:100%; height:auto;}
.pro-specification {  font-size:14px; line-height:1.5em; color:#686868; position:relative; margin-bottom:10px;}
.pro-specification p { margin:0 2%; font-size:14px; line-height:1.7em; color:#666;}
.pro-content { padding:0px 0; font-size:12px; line-height:1.5em; color:#999; clear:both;} 
.pro-specification .sort{ display:block; margin:15px 2% 4px 2%;}
.pro-specification .sort .orange{ color:#e88712;}
.pro-specification .suitable{ display:block; margin:0 2%;}
.pro-specification .suitable .orange{ color:#e88712;}


h3.pro-introduce { font-weight:normal; border-top:1px #CCC dotted; border-bottom:1px #CCC solid; border-left:5px #900 solid; padding:5px 0 5px 20px; font-size:20px; color:#333;}
.pro-qr-code {}
.pro-qr-code img { width:100px; height:auto;}
.cart-info { vertical-align:middle; }
.cart-info .price { font-size:28px; font-weight:bold; color: #F00;  vertical-align:middle; display:block;}
.cart-info .quantity { font-size:16px; color: #333;  vertical-align:middle; display:block; text-align:right; padding:10px 0; line-height:30px;}
.cart-info .quantity select { line-height:25px;}
 .check-out { text-align:center;  vertical-align:middle; display:block;}
 .check-out a {display:block; vertical-align:middle;  font-size:13px; min-width:130px; color:#333; padding:5px 10px; margin:10px 0; text-shadow:-1px -1px 0 #fff;-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background: #FFF; border:1px #D4D4D4 solid;}	
 			  
 .check-out a:hover { background: #D4D4D4;  text-shadow:-1px -1px 0 #A2A2A2; color:#333;}
 .check-out a img { vertical-align:middle; margin-right:10px;}
.cart-btn { padding:15px 0 10px 0; text-align:center; margin-top:15px; border-top:1px #CCC dotted; }


/** 產品頁簽 **/
.abgne_tab{clear:left; width:100%; margin:30px 0 0 0;}
ul.tabs{width:100%; height:32px; margin:0; padding:0; border-bottom:2px solid #e88712;}
ul.tabs li{float:left; overflow:hidden; position:relative; margin-bottom:0;
}
ul.tabs li a{display:block; color:#fff; padding:0 50px; margin-right:2px; text-decoration:none; font:16px/32px "微軟正黑體"; text-decoration:none; background:#fead49;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
ul.tabs li.active a{background:#e88712;}
ul.tabs li a:hover{background:#e88712;}
div.tab_container{clear:left; width:100%; border:1px solid #E1EBF4; margin:0 0 15px 0; padding:10px 0 20px 0; min-height:120px;}
div.tab_container .tab_content{padding:0 10px;}
div.tab_container .tab_content h2{margin:10px 0 0 0; padding:0;}
.wd_font_data{font-size:15px; font-family:微軟正黑體; line-height:1.5em; color:#686868;}
.detline{display:none;}/*線段隱藏*/





/**** 產明細圖片特效樣式 ****/
.slider-wrap								{ width: 100%;}	
.stripViewer .panelContainer		        { width: 400% !important;}	
.stripViewer .panelContainer  .panel ul		{ text-align: left; margin: 0 15px 0 30px; width: 100%}
.stripViewer								{ position: relative; overflow: hidden; width:100%; height: auto; }
.stripViewer .panelContainer				{ position: relative; left: 0; top: 0; width:400%; }
.stripViewer .panelContainer .wrapper       { width:100%;}
.stripViewer .panelContainer img            { width:100%; height:auto;}
.stripViewer .panelContainer .panel			{ float: left; position: relative;}
.stripNavL, .stripNavR, .stripNav			{ display: none; width:100%; }
.nav-thumb 									{ margin-right: 5px; }
#movers-row									{ margin:5px 0 0 0; width:101%; }
#movers-row div								{ width: 25%; float: left; padding-right:1%; }
#movers-row div a.cross-link 				{ float: right; }
.photo-meta-data							{ background: url(/html/ezcatfiles/myweb62/img/img/60175/transpBlack.png); padding: 10px; height: 30px; 
											  margin-top: -50px; position: relative; z-index: 9999; color: white; }
.photo-meta-data span 						{ font-size: 13px; }
.cross-link									{ display: block; margin-top: 0px; position: relative; padding-top: 0px;}
.active-thumb 								{ background: transparent url(/html/ezcatfiles/myweb62/img/img/60175/icon-uparrowsmallwhite.png) top center no-repeat; }
.panel { width:25%;} /**四張圖 乘 四分之一 **/



/*****  聯絡我們  *****/
.contact-body { padding:0 0 0 27px;}
.contact-note { padding:10px 0; font-size:13px; color:#F00;}
.contact-left { }
.contact-left img { width:100%; height:auto; margin-top:10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;}
.btn-send { font-size:13px;} 
a.btn-send { background: #999; padding: 3px  20px; text-align:center; font-size:15px; color:#fff; width:100px; margin:2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
a.btn-send:hover { background: #B88283;}
a.btn-reset { background:#666;  padding: 3px 20px; text-align:center; font-size:15px; color:#fff; width:100px; margin:2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
a.btn-reset:hover { background:#777;}


a.btn-send-over { background: #79919F; padding: 3px  20px; text-align:center; font-size:15px; color:#fff; width:100px; margin:2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
a.btn-send-over:hover { background: #63AEBD;}

img.code { width:100px; height:32px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin:0 5px; vertical-align:middle;}

/*****  FAQ  *****/
.faq {}
.faq ul { margin:0; padding:0; list-style:none;}
.faq ul li { border-bottom:1px #fff solid; }
.faq ul li .qa_title { background: #DDDCD7; font-weight:normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border-left:8px #333 solid;}
.faq ul li a { color: #333; font-size:15px; display:block; padding:10px 0 10px 10px; text-shadow:1px 1px 0 #fff;}
.faq ul li a:hover { background:#C5C4B7; color:#fff;  text-shadow:-1px -1px 0 #666;}
.faq ul li .qa_content { border-top:1px #CCC dotted; padding:10px 0 20px 25px; font-size:13px; line-height:1.5em; color:#666;}



/*****  最新消息  *****/
.news {}
.news ul { margin:0; padding:0; list-style:none;}

.opacl { font-size:12px; line-height:20px; padding-bottom:10px; }
.opacl a { background: #888888; color:#fff; padding: 3px 10px; margin:0 5px; -webkit-border-radius: 5px 5px 0 0px; -moz-border-radius: 5px 5px 0 0px; border-radius: 5px 5px 0 0px;}
.opacl a:hover { background:#699;}
a.close_qa { font-size:12px;} 
#qaContent{}
.accordionPart{}


/*** news-list  最新消息 ***/
.news-list { list-style:none;}
.news-list li { clear:both; border-bottom:1px #CCC dotted; margin-bottom:20px; }
.news-list li .news-image{ width:85%; margin:0 auto;}
.news-list li h3{ font-family:"微軟正黑體"; font-size:20px; color:#333; position:relative; margin:10px 0 5px 0;  border-bottom:1px #CCC solid; padding:5px 1%; font-weight:normal;}
.news-list li h3 .time{ position:absolute; bottom:5px; right:10px; color:#DE8327; font-size:14px; text-align:right;}

.news-list li .news-lis-cont { margin:0px;  padding:5px 1%; line-height:1.8; color:#666;}
.news-list li a {display:block; width:100px; margin:20px auto; background:#FFF; padding:1.5% 0%; border:1px solid #CCC; color:#333;}

.news-list li a.btn-more{display:block; width:100px; margin:20px 1%; background:#DD8326; padding:5px 0; border:1px solid #DD8326; color:#FFF; text-align:center;}
.news-list li a.btn-more:hover{ color:#DD8326; background:#FFF;}

.news-detaile{ position:relative; }
.news-detaile h3{font-family:"微軟正黑體"; font-size:20px; color:#333; position:relative; margin:10px 0 5px 0;  border-bottom:1px #CCC solid; padding:10px 1%; font-weight:normal;}
.news-image{ width:85%; margin:0 auto;}
.news-detaile h3 .time{ position:absolute; bottom:5px; right:10px; color:#DE8327; font-size:14px; text-align:right;}
.news-detaile .page-main{ padding:0 1%; color:#666;}


/*****  影片專區  *****/
.video { margin-bottom:20px;}
.video>h3{ font-family:"微軟正黑體"; font-size:20px; color:#333; position:relative; margin:10px 0 15px 0;  border-bottom:1px #CCC solid; padding:5px 0.5%; font-weight:normal; position:relative; line-height:1.6;}
.video h3 span{ position:absolute; top:15px; right:5px; color:#e88712; font-size:14px; text-align:right;}
.video .video-cont{ width:100%; height:550px; margin:0 auto;}


/*****  驅動程式/軟體下載  *****/
.program{margin-bottom:20px;}
.program h3{ display:block; font-size:22px; color:#d7ae80; font-weight:normal; margin:-10px 0 15px 0; text-align:center; line-height:20px;}
.program span{ display:block; font-size:15px; text-align:center; color:#a49ea2; margin-bottom:30px;}

.program ul{ margin:40px 0 10px 0; padding:0; list-style:none;}
.program ul li{ margin:0 0 40px 0; padding:0; width:50%; text-align:center; float:left; min-height:267px;}
.program ul li .program-logo{ display:block; width:70%; height:130px; margin:0 auto; text-align:center; position:relative;}
.program ul li .program-logo img{width:auto; height:auto; max-width:100%; max-height:100%; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); left: 50%;}
.program ul li .program-name{ display:block; font-size:16px; text-align:center; color:#4C4C4C; margin:20px 0;}
.program ul li a{ display:block; width:150px; margin:20px auto; padding:10px 15px; background:#dc7226; color:#FFF; font-size:15px; }
.program ul li a:hover{-webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }


/*****  內頁架構  *****/
.content-body {max-width:1000px; margin:0 auto; padding:80px 0; }
.page-title { background:url(../images/page-title.png) left top no-repeat; font-size:16px; color:#333; padding:0 0px 5px 40px; line-height:30px; margin:10px 0 10px 0; border-bottom:1px #CCC dotted; }
.pro-class-title{ background:url(../images/pro-class-title-bg02.png) no-repeat 2px 2px; font-size: 20px; color: #f08334; font-weight: normal; margin:0 0 15px 0; line-height: 20px; border-bottom:1px solid #e94618; padding:0 0 10px 30px;}
.page-main { padding: 0; font-size: 15px; color:#7E7E7F; line-height:1.6em;  }


.left-promotions-title { background: #909090; text-align:center; font-size:18px; color: #fff; text-shadow:-1px -1px 0px #666;   padding:5px 0 10px 0; border-top:1px #999 dotted;  
                   -webkit-border-radius:0 0 5px 0px; -moz-border-radius:0 0 5px 0px; border-radius:0 0 5px 0px;}



/*** 左邊 ***/

.in-left-menu { width:95%; }
.in-left-menu h3{ background:url(../images/left-menu-title-bg.png) no-repeat 8px 5px; font-size:20px; padding-left:30px; margin:0;}
.in-left-menu>ul { margin:0; padding:10px 0 0px 0; list-style:none; }
.in-left-menu>ul>li  {font-size:15px; color:#E8E8E6; padding:3px 0;}
.in-left-menu>ul>li>a { background:url(../images/left-icon.png) no-repeat right 7px ; color:#6D8093; display:block; padding:5px 0 8px 15px; line-height:1.5em;  border-bottom:1px #e84518 solid ;}
.in-left-menu>ul>li>a:hover { background:url(../images/left-icon.png) no-repeat right 7px #df3a35; color:#FFF; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}


.in-left-menu>ul>li ul{margin:5px 0 3px 25px; padding:0; list-style:square; background:#fff;}
.in-left-menu>ul>li ul.submenu{display:none; margin:0 1%; padding:0; list-style:none;}
.in-left-menu>ul>li ul li{margin:0; padding:0; border-bottom:1px dashed #DDD;}
.in-left-menu>ul>li ul li a{display:block; font:15px/18px 微軟正黑體; padding:6px 0 6px 13px; color:#6D8093;background:url(../images/left-sub-icon.png) no-repeat right 5px ; }
.in-left-menu>ul>li ul li a:hover{background:url(../images/left-sub-icon.png) no-repeat right 5px #f1f1f1; text-decoration:none; color:#555;}



/*****  內頁BANNER  *****/
.inside-banner { background: #f4f4f4; padding:15px 0; clear:both; margin-top:110px; }
.inside-banner .banner-title { max-width: 1000px; font-size:18px; color:#585959; margin:0 auto; padding:0; line-height:20px; padding-left:10px;}


/*****  首頁產品  *****/
.index-pro { max-width:1000px; margin:30px auto;}
.index-pro-title {font-size:36px; color:#333; line-height:30px; padding-bottom:10px; text-align:center; font-weight:normal; } 
.index-pro ul { max-width:1000px; margin:0 auto; padding:0; list-style:none;}
.index-pro ul li { background:#f1eee7; width:25%; padding:0; text-align:center; float:left;}
.index-pro ul li:nth-child(2n+2){ background:#f5f7f6;}
.index-pro ul li:hover { background:#ff882e;  transition: 500ms; -moz-transition: 500ms; -webkit-transition: 500ms; -o-transition: 500ms;}
.index-pro ul li .pro-photo{ background:none; padding:15px 0;}
.index-pro ul li .pro-photo a{display:inline-block; width:100%; height:180px;}
.index-pro ul li .pro-name{ background:url(../images/i-pro-name-bg-01.png) no-repeat; padding:25px 0 20px 0;}
.index-pro ul li:nth-child(2n+2) .pro-name{ background:url(../images/i-pro-name-bg-02.png) no-repeat;}

.index-pro ul li a.cart { padding:8px; color:#333; font-size:15px; display:block; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border:1px #DBDBDB solid; }
.index-pro ul li a.cart img { padding-right:20px; vertical-align:middle;}
.index-pro ul li a.cart:hover { background: #EDEDED;}
.index-more { max-width:1000px; border-top:1px #dad0d0 solid; margin:50px auto 0 auto; height:50px; position:relative; }
.index-more a { background:url(../images/index-more-pro.png) no-repeat; color:#a7a7a7; width:132px; height:36px; display:block; margin:0 auto; text-align:center; position:absolute; top:-10px; left:50%; margin-left:-66px;}

   .pro-photo { background:#fff; width:100%; height:207px; vertical-align: middle; position: relative;}
   .pro-photo img.index-pro-img { width:auto; height:auto; max-width:100%; max-height:100%; position: absolute; top: 50%; transform: translateY(-50%) translateX(-50%); left: 50%; }  
   .pro-photo img.index-pro-img:hover { }


/*****  首頁連結  *****/
.index-link { max-width:1000px; margin:0 auto;}
.index-link h3 { color:#333; font-size:36px; font-weight:normal; text-align:center; line-height:0.8em; letter-spacing:2px;}
.index-link h3 .red { color:#d45500; font-size:24px; letter-spacing:0px;}
.index-link h3 .brwon { color:#c2ab8a; font-size:24px; padding-left:15px; letter-spacing:0px;}

.index-link-top { height:75px;}

.index-link ul { background:#e1e1e1; margin:0; padding:0; list-style:none;}
.index-link ul li { float:left; width:25%; margin:0; padding:0; border:1px  #fff dotted;}
.index-link ul li img { width:100%; height:auto; border:0; margin:0; padding:0;}


/*****  首頁優惠活動  *****/
.promotions { max-width:1000px; margin:70px auto 30px auto;}

.promotions ul { margin:0; padding:0; list-style:none;}
.promotions ul li { background:#fbfcfc; float:left; width:32.5%; margin:0 1% 0 0; padding:0 ;  border:1px  #dddddd solid; min-height:264px; position:relative; text-align:center;}
.promotions ul li:nth-child(3){ margin:0;}
.promotions ul li h4{ position:absolute; top:-60px; text-align:center; width:100%;}
.promotions ul li h3{ font-size:16px; font-weight:bold; color:#000; margin:60px 0 10px 0; height:20px; overflow:hidden; padding:0 4%;}
.promotions ul li .content{ margin:0 6%; font-size:13px; color:#666; height:100px; overflow:hidden;}
.promotions ul li a.btn-read{ display:block; width:35%; margin:20px auto; background:#FFF; padding:1.5% 0%; border:1px solid #CCC; color:#333; transition: 500ms; -moz-transition: 500ms; -webkit-transition: 500ms; -o-transition: 500ms; }
.promotions ul li a.btn-read:hover{ background:#ff882e; color:#FFF;}


.index-title{ clear:both; width:100%; background:#e4e3e3; margin:0 0 30px 0; text-align:center; min-height:55px; line-height:55px; font-size:24px; color:#5e5e5e; font-weight:bold;}
.i-title-news{ background:#f4f4f4;}
.i-title-video{ background:#e8eef2;}


/*****  首頁 搜尋 最新消息模組  *****/
.index-news { width:100%; position:relative; background:#f7f7f7; margin:-10px 0 20px 0; text-align:center; min-height:90px; padding:35px 0; font-size:30px; font-family:"標楷體"; font-weight:bold; clear:both;}
.index-news-line { position:absolute; width:100%; border-bottom:1px #d1d1d1 solid; top:50px; z-index:-1; }

.index-search-news { max-width:1000px; margin:0 auto;}



.i-news { padding-left:50px;}
.i-news h3 { font-size:24px; color:#333;  font-weight:normal; line-height:40px; margin:10px 0 10px 0; padding:0;}
.i-news h3 span { display:block; float:right; font-size:14px; color:#afaaaa; font-weight:normal;}
.i-news h3 span a {color:#333;}
.i-news h3 span a:hover { color: #12A8D5;}
.i-news ul { list-style:square; color:#333; padding:0 0 0 20px; margin:0; }
.i-news ul li { padding:5px 0; font-size:15px; line-height:1.5em; border-bottom:1px #E7E7E7 solid;  }
.i-news ul li a { color:#333; display:block;  }
.i-news ul li a:hover { color:#F96;}


/*****  首頁影片  ****/
.index-video{ max-width:1000px; margin:40px auto 10px auto; min-height:200px; background:#096;}


/***  會員登入  ***/
h3.login-title { margin:10px 0 10px 0; font-family:"Times New Roman"; font-size:30px; line-height:30px; color:#9B9B9B;}
.login-tool {}
.icon-tool { width:40px; height:auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.member-signup { font-size:14px; color:#828282; line-height:20px; padding:5px 0; text-align:center;}
.calender { width:30px; height:auto;}


/***  版面欄位  ***/
.main { padding-top:0px;}
.col-100 {float:left; width:100%;}
.col-010 { width:9%; margin-right:1%; float:left;}
.col-015 { width:14%; margin-right:1%; float:left;}
.col-020 { width:19%; margin-right:1%; float:left;}
.col-025 { width:24%; margin-right:1%; float:left;}
.col-030 { width:29%; margin-right:1%; float:left;}
.col-040 { width:39%; margin-right:1%; float:left;}
.col-045 { width:44%; margin-right:1%; float:left;}
.col-050 { width:49%; margin-right:1%; float:left;}
.col-055 { width:54%; margin-right:1%; float:left;}
.col-060 { width:59%; margin-right:1%; float:left;}
.col-065 { width:64%; margin-right:1%; float:left;}
.col-070 { width:69%; margin-right:1%; float:left;}
.col-075 { width:74%; margin-right:1%; float:left;}
.col-080 { width:79%; margin-right:1%; float:left;}
.col-085 { width:84%; margin-right:1%; float:left;}

.cor-010 { width:10%; float:left;}
.cor-015 { width:15%; float:left;}
.cor-020 { width:20%; float:left;}
.cor-025 { width:25%; float:left;}
.cor-030 { width:30%; float:left;}
.cor-035 { width:35%; float:left;}
.cor-040 { width:40%; float:left;}
.cor-045 { width:45%; float:left;}
.cor-050 { width:50%; float:left;}
.cor-055 { width:55%; float:left;}
.cor-060 { width:60%; float:left;}
.cor-065 { width:55%; float:left;}
.cor-070 { width:70%; float:left;}
.cor-075 { width:75%; float:left;}



/***  選單與下拉  ***/
nav {  }
 .menu { margin:0; padding:0; list-style:none; position:relative; max-width:1000px; margin: 0 auto; border-left:1px #999 solid; }
 .menu>li { color:#fff; width:19.8%; float:left; font-size:15px; text-align:center; position:relative;  line-height:47px; border-right:1px #999 solid;}
 .menu>li:nth-child(7n){  border-right:0px;}
 .menu>li>a { color:#fff; display:block; text-shadow:1px 1px 0px #555627;}  
 .menu>li>a:hover { background:url(../images/nav-bg.png) top #666 repeat-x;}

 .menu>li>ul { display:none; margin:0; padding:0; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px;}
 .menu>li:hover>ul { position:absolute; display: block; width:100%; left:0; top:30px;}
 .menu>li>ul>li { display:block; border-top:1px #fff dotted; }
 .menu>li>ul>li>a {display:block; color:#fff;}


/*** 訂位填寫  ***/
.show-date { background:#14A1F0; padding:5px 10px; font-size:14px; color:#fff; line-height:25px; margin-bottom:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.show-date a { color:#D0FF00; text-decoration:none;}
.show-date a:hover { color:#F0FF9B;}
.kyein-be-member { background: #FF1115; padding:5px 10px; font-size:14px; color: #FFDADA; line-height:25px; margin-bottom:5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}


/*** 訂位區塊  ***/
.info-box { font-size:14px; color: #686868; line-height:20px; padding-bottom:10px; margin-bottom:10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
h4.info-title { background: #FFEDED; font-size:17px; line-height:30px; color: #AD3A3C; padding: 0 0 0 10px; margin:5px 0px 10px 0px;  -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight:normal;}
.info-content { padding:0 0 10px 20px;}
.info-content ul { list-style:square; margin:0 0 0 0px; padding:0 0 0 20px;}
.info-content ul li { border-bottom:1px #BFBFBF dotted; margin-bottom:10px; color: #A41C1F;}
.info-content ul li p { font-size:12px; color:#767676; margin:0 0 10px 0; padding:0;}
h5.info-set-opint { color:#69B7FF; font-size:15px; line-height:25px; border-bottom:1px #D9D9D9 solid; margin:0 0 10px 0;}

/***  step  ***/
.step { list-style:none; margin:0; padding: 20px 0;}
.step li { float:left; width:25%; font-size:28px; line-height:1.2em; color:#D9D9D9; border-left:1px #D9D9D9 solid; padding:0px 0; text-align:center;}
.step li.active , .step li.active span { color: #0091ED;}
.step li span { color:#7F7F7F; display:block; font-size:15px; line-height:18px; padding: 5px 0 0 0px; border-top:1px #DBD8D8 dotted; margin:10px auto 0 auto; width:80%;}


/***  定位-選項-時段  ***/
.order-opinion { padding: 0 0 10px 0; }

.time { font-size:14px; color:#DD8326; line-height:20px; padding:5px 0 0 10px;}
.time ul { margin:0; padding:0; list-style:none;}
.time ul li { background:#FF5558; float:left; text-align:center; font-size:14px; color:#fff; line-height:20px; padding:3px 0px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin:1% 1% 0 0; width:11.5%;}
.time ul li a { color:#fff;}
.time ul li:hover { background: #D30003; }
.time ul li.finish { background:#D3D2D2;}
.time ul li span { display:block; border-top:1px #FFB6B7 solid; line-height:20px;}

.order-note { color:#DF0205; padding:10px 0;}


/***  歷史訂單  ***/
.table-border { background: #DBDBDB; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom:10px;}
.table-border th {  font-size:14px; color:#fff; padding:3px 5px;}
.table-border td { font-size:14px; color: #515151; padding:3px 5px; text-align:center; }

.table-border tr:first-child { background:#FF6700; font:12px; padding:3px 5px; -webkit-border-radius:5px 5px 0 0; -moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;}
.table-border tr:last-child { background:#FFF; font:12px; padding:3px 5px; -webkit-border-radius:0 0px 5px 5px; -moz-border-radius:0 0px 5px 5px; border-radius:0 0px 5px 5px;}
.table-border tr:nth-child(2n){ background:#FFF; }
.table-border tr:nth-child(2n+3){ background:#FFFBF0; }

/***  表單欄位  ***/
.form-box { min-width: 280px;}
.form-box input, .form-box img { vertical-align:middle;}
.form-style01 { font-size:14px; font-family:"微軟正黑體"; color:#4E4E4E; padding:5px 0 10px 0; line-height:20px; width:100%;}

.opinion { margin-bottom:5px; }
.opinion-left01 { background:#fff; float:left; width:30%; border:1px #CBCBCB solid; border-right:0; padding:5px 3%; font-size:14px; font-family:"微軟正黑體"; color:#4E4E4E; line-height:20px;
                  -webkit-border-radius:5px 0px 0px 5px; -moz-border-radius:5px 0px 0px 5px; border-radius:5px 0px 0px 5px;}
				  
.opinion-right01 { float:left; width:7.5%; border:1px #CBCBCB solid; padding:0px 2%; font-size:14px; font-family:"微軟正黑體"; color:#4E4E4E; line-height:20px; border-left:0;
                  -webkit-border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0;}
				  
.input-main-style01 { float:left; width:55%; border:1px #CBCBCB solid; margin:0; padding:5px 3%; font-size:14px; font-family:"微軟正黑體"; color:#4E4E4E; line-height:20px;
                      -moz-box-shadow:0px 0px 5px #E9E9E9 inset;              /* For Firefox3.6+ */
	                  -webkit-box-shadow:0px 0px 5px #E9E9E9 inset;           /* For Chrome5+, Safari5+ */
	                  box-shadow:0px 0px 5px #E9E9E9 inset;                   /* For Latest Opera */
				      }
.input-main-style02 { background:#fff; float:left; width:70%; border:1px #CBCBCB solid; margin:0; padding:5px 3%; font-size:14px; font-family:"微軟正黑體"; color:#4E4E4E; line-height:20px;
                     -webkit-border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 0; border-radius:0 5px 5px 0;
				     -moz-box-shadow:0px 0px 5px #E9E9E9 inset;              /* For Firefox3.6+ */
	                 -webkit-box-shadow:0px 0px 5px #E9E9E9 inset;           /* For Chrome5+, Safari5+ */
	                 box-shadow:0px 0px 5px #E9E9E9 inset;                   /* For Latest Opera */
				     }			
.input-main-style03 { float:left; width:93.3333%; border:1px #CBCBCB solid; margin:0; padding:5px 3%; font-size:14px; font-family:"微軟正黑體"; color:#4E4E4E; line-height:20px; text-align:center;
                     -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
				     -moz-box-shadow:0px 0px 5px #E9E9E9 inset;              /* For Firefox3.6+ */
	                 -webkit-box-shadow:0px 0px 5px #E9E9E9 inset;           /* For Chrome5+, Safari5+ */
	                 box-shadow:0px 0px 5px #E9E9E9 inset;                   /* For Latest Opera */
				     }						 
					 
.select-style { font-size:15px; color:#666; line-height:20px; padding:5px 10px;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.order-numb { color:#FF0004;}

/***  輸入欄位  ***/

input { }
.input-style01 { border:1px #CBCBCB solid; padding:5px 3%; line-height:20px; font-size:14px; font-family:"微軟正黑體"; color:#4E4E4E;
                 -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width:100%; margin-bottom:5px;
                 -moz-box-shadow:0px 0px 5px #E9E9E9 inset;              /* For Firefox3.6+ */
	             -webkit-box-shadow:0px 0px 5px #E9E9E9 inset;           /* For Chrome5+, Safari5+ */
	             box-shadow:0px 0px 5px #E9E9E9 inset;                   /* For Latest Opera */
				 }

.input-botton01 { border:1px #CBCBCB solid; padding:5px 3%; line-height:18px; font-size:13px; font-family:"微軟正黑體"; color:#4E4E4E; width:100px; margin:0 auto; text-align:center; 
                  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-bottom:5px; text-shadow: 1px 0px #fff; font-weight:800;}

.select-style01 {border:1px #CBCBCB solid; padding:5px 3%; width:99%; line-height:20px; font-size:14px; font-family:"微軟正黑體"; color:#4E4E4E; margin:0;
                 -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
                 -moz-box-shadow:0px 0px 5px #E9E9E9 inset;              /* For Firefox3.6+ */
	             -webkit-box-shadow:0px 0px 5px #E9E9E9 inset;           /* For Chrome5+, Safari5+ */
	             box-shadow:0px 0px 5px #E9E9E9 inset;                   /* For Latest Opera */}

.input-botton-blue {
background: #feffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2UyZmVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZWVkZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #feffff 0%, #e2feff 35%, #9eede6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#e2feff), color-stop(100%,#9eede6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #feffff 0%,#e2feff 35%,#9eede6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #feffff 0%,#e2feff 35%,#9eede6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #feffff 0%,#e2feff 35%,#9eede6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #feffff 0%,#e2feff 35%,#9eede6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#9eede6',GradientType=0 ); /* IE6-8 */
}


.bg-gary-whrite {
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 98%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(98%,rgba(0,0,0,0.06))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 98%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 98%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 98%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.06) 98%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0f000000',GradientType=0 ); /* IE6-9 */
}

.bg-red-orange {
background: rgb(248,80,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
}
*{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
 -moz-box-sizing: border-box;    /* Firefox, other Gecko */
 box-sizing: border-box;         /* Opera/IE 8+ */
}

/* 頁次 */	
.page{ height:40px; font:13px/40px "微軟正黑體"; color:#333; text-align: center; clear:both; margin-top:20px; }
  .page a { background: #DE8327; color:#fff; padding:5px 15px; }
  .page a:hover { background: #e55804 ; color: #fff;}
.page br { display:none;}

/******  底部資訊  ******/
.bottom-info { background:#1a1c27; padding-bottom:15px;}
.bottom-info-main { max-width:1000px; margin:0 auto; min-height:100px; padding:0; position:relative;}
.bottom-info-main h3{ position:absolute; top:-5px; left:0; color:#FFF; font-size:17px;}
.bottom-info-main ul.info-pc{ list-style:none; padding:20px 0 0 0; margin:0;}
.bottom-info-main ul.info-pc li{ display:block; color:#FFF; float:left; line-height:22px; font-size:15px; padding:38px 3.2% 10px 0; border-right:1px solid #243240; margin-right:3.2%;}
.bottom-info-main ul.info-pc li:nth-child(5){ margin-right:0; border-right:0; padding:5px 0 ;}

/*** Media Query ，也就是當寬度 < 1000 px 時將載入下面這段 CSS : ***/
 @media only screen and (max-width: 1020px) {
     .bottom-info-main h3 { left:10px;}
	 .bottom-info-main ul.info-pc{ list-style:none; padding:20px 1% 0 10px; margin:0;}
	 .bottom-info-main ul.info-pc li{ float:left; padding:10px 47px 10px 0;  margin-right:47px;}
}
/*** Media Query ，也就是當寬度 < 920 px 時將載入下面這段 CSS : ***/
 @media only screen and (max-width: 920px) {
	 .bottom-info-main ul.info-pc li{ float:left; padding:10px 4% 10px 0; margin:0 4% 15px 0;}
}

.bottom-info-main ul.info-mobi{ display:none; list-style:none; padding:50px 0 10px 0; margin:0; border-left:1px solid #243240;}
.bottom-info-main ul.info-mobi li{ display:block; color:#FFF; line-height:20px; font-size:15px; padding:5px 0 5px 20px;  }

.bottom-info-main .qr-mobi{ display:none;}



.bottom-info-main .bottom-tool { border-top:1px #999 solid; margin-top:20px; padding-top:20px;}

footer { background: #222533; position:relative; }
footer .copytight { max-width:1000px; margin:0 auto; padding:12px 0; color:#a1b1bc; font-size:13px; text-shadow:0px 0px 0px #7b6f48; line-height:24px; position:relative; }
footer .copytight img{ position:absolute; top:8px; right:0;}
footer .copytight span{ color:#ff5555;}
footer .copytight .footer-logo { font-size:15px; color:#999; height: auto; vertical-align:middle; margin-right:20px; float:left;} 
