/* ---reset.css--- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a:hover, a:focus{ color:#18aeb0;}
a{ color:#18aeb0; line-height:inherit; text-decoration:none;}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html, body {
	font-family: Helvetica, sans-serif, "微軟正黑體", arial;
	-webkit-text-size-adjust: none;
	background: url(../images/backgroung_bg.jpg) no-repeat left top;
	background-attachment: fixed;
	background-size: cover;
}
.brown {
	color: #af8625;
}
.gray {
	color: #369;
}
* {
	box-sizing: border-box; /* 讓 padding 與 width 解除關係 */
	-webkit-box-sizing: border-box;
}
html, body {
	-webkit-text-size-adjust: none; /* iPhone 旋轉後 文字不要放大 */
}
#WRAPPER {
	min-width: 320px;
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
#TOP-MENU {
	height: 45px;
	position: relative; /* 外層相對 */
}
#TOP-MENU #LOGO a {
	display: block;
	height: 45px;
	width: 125px;
	margin: 0 auto;
	background: url(../images/logo_mobile.png) no-repeat center center;
	background-size: 124px 40px;
	text-indent: -9999px;
}
#TOP-MENU #SMENU {
	display: block;
	width: 22px;
	height: 45px;
	background: url(../images/icon_left_menu.png) no-repeat center center;
	background-size: 22px 21px;
	position: absolute;  /* 子層絕對 */
	left: 3%;
	text-indent: -9999px;
}
#TOP-MENU #BTN {
	display: block;
	width: 22px;
	height: 45px;
	background: url(../images/icon_right_menu.png) no-repeat center center;
	background-size: 22px 21px;
	position: absolute;  /* 子層絕對 */
	right: 3%;
	text-indent: -9999px;
}
#TOP-MENU #SHOPPINGCAR {
	display: block;
	width: 26px;
	height: 45px;
	background: url(../images/icon_shopping_car.png) no-repeat center center;
	background-size: 24px 21px;
	position: absolute;  /* 子層絕對 */
	right: 17%;
	text-indent: -9999px;
}
#TOP-MENU #SHOPPINGCAR_NU {
	display: block;
	font-size: 15px;
	width: 26px;
	height: 45px;
	position: absolute;  /* 子層絕對 */
	right: 9.6%;
	line-height: 45px;
}
#TOP-MENU #SHOPPINGCAR_NU a {
color::#FFF;
}
#NAV_ALL {
	position: fixed; /* position 可以讓 div 跳脫原本在 HTML 內的位置 */
	top: 0;
	z-index: 888;
	width: 100%; /* 寬高 100% 整個蓋住 */
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
#NAV {
	width: 260px;
	height: 260px;
	position: absolute; /* 把 ul 選單 上下左右都置中 */
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#NAV_ALL #XX { 			/*選單之內右上角的 X 按鈕*/
	display: block;
	width: 30px;
	height: 30px;
	background-color: #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: -20px; /* 凸出去 */
	top: -56px;
}
#NAV .member {
	position: absolute;
	float: none;
	width: 260px;
	height: 60px;
	left: 0;
	right: 0;
	margin: auto;
	background-color: #000;
	border: 1px solid #333;
	top: 0px;
}
#NAV .member .member_pic {
	float: left;
	height: 46px;
	width: 46px;
	margin-right: 2px;
	margin-left: 7px;
	margin-top: 7px;
}
#NAV .member .member_name {
	font-size: 15px;
	line-height: 60px;
	color: #FFF;
	margin-right: 90px;
	margin-left: 60px;
	width: 105px;
	overflow: hidden;
	text-overflow : ellipsis;
}
#NAV .member .member_box a {
	font-size: 14px;
	line-height: 23px;
	color: #FFF;
	background-color: #ac8423;
	text-align: center;
	display: block;
	margin-right: 13px;
	margin-left: 13px;
	float: right;
	padding-right: 2px;
	width: 60px;
	margin-top: 18px;
	text-decoration: none;
	white-space: nowrap;
}
#NAV ul {
	position: absolute;
	width: 260px;
	height: 260px;
	margin-left: 0;
}
#NAV li {
	width: 100%;
	float: none;
	border-right: none;
}
#NAV li:last-child a {
	border-bottom-style: none;
}
#NAV li a {
	display: block;
	width: 100%;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	background-color: #373737;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17cbfc;
}
/* 側選單 */
.mobile_warpper {
	display: block;
	position: absolute;
	left: -250px;
	top: 0;
	width: 250px;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	padding: 15px;
	overflow: auto;
}
.mobile_warpper .close_btn {
	width: 40px;
	height: 40px;
	background: url(../images/close_icon.svg) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	float: right;
	z-index: 1
}
.mobile_warpper h2 {
	font-size: 15px;
	margin: 10px;
	color: #FFF;
}
.mobile_warpper .nav_menu {
	text-align: left;
}
.mobile_warpper .nav_menu a {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	display: block;
}
.mobile_warpper .active {
 color: #FFF  list-style-type: square;
}
.mobile_warpper .nav_menu ul li a {
 color: #fcff01  list-style-type: square;
}
.mobile_warpper .nav_menu ul ul li a {
	color: #fcff01;
	list-style-type: square;
	background-image: url(../images/icon_1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.mobile_warpper .nav_menu ul ul ul li a {
	color: #FFF;
	list-style-type: square;
	background-image: url(../images/icon_2.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.mobile_warpper .open_menulist_m li .imgbox {
	float: left;
	width: 40px;
	height: 40px;
}
.mobile_warpper .open_menulist_m li .imgbox a {
	display: block;
}
.mobile_warpper .open_menulist_m li .imgbox a img {
	width: 100%;
	height: auto;
}
.mobile_warpper .open_menulist_m li h2 {
	margin-left: 45px;
}
.mobile_warpper .open_menulist_m li h2 a {
	color: #7a5c44;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}
/* 側選單 end */
#search_box {
	width: 94%;
	margin: 3%;
	height: 35px;
	position: relative;
}
#search_box .input {
	float: left;
	padding: 6px;
	border: 0;
	width: 95%;
	height: 36px;
	background: #FFF;
 font-size:;
}
#search_box .go {
	position: absolute;
	float: right;
	margin: 0;
	right: 0;
}
.searchHot {
	width: 94%;
	margin: 3%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 46px;
}
.searchHot ul {
	display: inline;
}
.searchHot li {
	float: left;
	margin-right: 2%;
	line-height: 22px;
}
.searchHot li a {
	font-size: 15px;
	text-decoration: none;
}
.searchHot li:nth-child(odd) a {
	color: #FFF;
}
.searchHot li:nth-child(even) a {
	color: #fffc00;
}
#ACCOUNT {
	width: 100%;
	padding: 10px 0;
	background: #FFF;
	overflow: hidden;
	-moz-box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
}
#ACCOUNT .accleftbox {
	width: 12%;
	float: left;
	margin: 0 3%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #4c22fe;
	font-size: 15px;
	color: #4c22fe;
	text-align: right;
	padding-right: 6px;
}
#ACCOUNT .accrightbox {
	width: 78%;
	margin: 0 3% 0 1%;
	float: right;
}
#ACCOUNT .accrightbox .date {
	font-size: 15px;
	width: 100%;
}
#ACCOUNT .accrightbox .link a {
	font-size: 15px;
	width: 100%;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 46px;
	color: #333;
}
#NEWMOV {
	width: 100%;
}
#NEWMOV .atitle {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 10px;
	margin: 3%;
}
NEWMOV .box {
	width: 80%;
	margin: 3% auto;
	text-align: center;
}
#NEWMOV .box ul {
	display: inline-block;
	margin-left: 0;
}
#NEWMOV .box li {
	float: left;
	margin-right: 2%;
	line-height: 28px;
}
#NEWMOV .box li a {
	font-size: 15px;
	text-decoration: none;
	padding: 10px;
}
#NEWMOV .box li:nth-child(odd) a {
	color: #FFF;
}
#NEWMOV .box li:nth-child(even) a {
	color: #fcff00;
}
#NEWMOV .movlistbox {
	width: 100%;
	padding: 5% 0 5% 0;
	background: #FFF;
	overflow: hidden;
	-moz-box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
}
#NEWMOV .movlistbox ul {
	margin-left: 0;
}
#NEWMOV .movlistbox ul li {
	float: left;
	overflow: hidden;
	margin: 0 2% 4% 4%;
	font-size: 13px;
	display: block;
	width: 43%;
	text-align:center;
}
#NEWMOV .movlistbox .movimg img a{
	width: 100%;
}
#NEWMOV .movlistbox .txt {
	font-weight: 400;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 46px;
	color: #000;
	margin-top: 6px;
	min-height:46px;
}
#NEWMOV .movlistbox .amoney {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding: 6px 0 6px 0;
	color: #09C;
	font-size: 15px;
}
#NEWMOV .movlistbox .add-buttons {
	display: inline-block;
	vertical-align: top;
}
#NEWMOV .movlistbox button{ padding:0.8rem 1.7em 0.8em 1.7em;}
#NEWMOV .movlistbox .add-buttons .btn-add i {
	font-size: 18px;
}
#NEWMOV .movlistbox .fa-shopping-cart:before {
	content: "\f07a";
}
#NEWMOV .movlistbox .fa-heart-o:before {
	content: "\f08a";
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}
.fa-2x {
	font-size: 2em
}
.fa-3x {
	font-size: 3em
}
.fa-4x {
	font-size: 4em
}
.fa-5x {
	font-size: 5em
}
#TOPSALE {
	width: 100%;
}
#TOPSALE .atitle {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 10px;
	margin: 3%;
}
#TOPSALE .salelistbox {
	width: 100%;
	padding: 5% 3% 12% 3%;
	background: #FFF;
	overflow: hidden;
	-moz-box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	-webkit-box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	box-shadow: 0px 2px rgba(20%,20%,40%,0.3);
	position: relative;
	margin-bottom: 20px;
}
#TOPSALE .salelistbox .more a {
	font-size: 15px;
	color: #FFF;
	background-color: #17cbfc;
	text-align: center;
	padding: 10px 16px 10px 16px;
	position: absolute;
	right: 4%;
	bottom: 3%;
}
#TOPSALE ul {
	display: inline-block;
}
#TOPSALE li {
	line-height: 28px;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 16px;
	padding-bottom: 6px;
}
#TOPSALE li a {
	font-size: 15px;
	text-decoration: none;
	padding-left: 10px;
	margin-left: -10px;
}
#TOPSALE li:nth-child(odd) a {
	color: #000;
}
#TOPSALE li:nth-child(even) a {
	color: #530eff;
}
#FOOTER {
	width: 100%;
	padding: 3%;
}
#FOOTER_PRO {
	width: 100%;
	padding: 3%;
	margin-bottom:60px;
}
#FOOTER .menu, #FOOTER_PRO .menu {
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
#FOOTER .menu a, #FOOTER_PRO .menu a {
	color: #FFF;
	text-decoration: none;
	padding-right: 3%;
}

/*============================================================
	分頁
============================================================*/
.common_btnlink {
	padding-bottom:10px;
	text-align:center;
}

.common_btnlink a {
	display:inline-block;
	padding:8px 15px;
	border:1px solid #BFBFBF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image: -webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF), color-stop(0.45,#FCFCFC), color-stop(0.55,#EFEFEF), to(#EFEFEF));
	background-image: -moz-linear-gradient(top,#FFF,#FCFCFC 45%,#EFEFEF 55%,#EFEFEF);
	background-image: linear-gradient(top,#FFF,#FCFCFC 45%,#EFEFEF 55%,#EFEFEF);
	background-color:#FEFEFE;
	text-align:center;
	color:#333333;
	-webkit-box-shadow: 2px 2px 5px #D0D0D0;
	-moz-box-shadow: 2px 2px 5px #D0D0D0;
	box-shadow: 2px 2px 5px #D0D0D0;
	background-color:#EFEFEF;
}/*後件包+返回頁頂+申請id使用的按鈕設定*/

.curPage {
	display:inline-block;
	padding:8px 15px;
	border:1px solid #BFBFBF;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-image: -webkit-gradient(linear, left top, left bottom,
		from(#FFFFFF), color-stop(0.45,#FCFCFC), color-stop(0.55,#EFEFEF), to(#EFEFEF));
	background-image: -moz-linear-gradient(top,#FFF,#FCFCFC 45%,#EFEFEF 55%,#EFEFEF);
	background-image: linear-gradient(top,#FFF,#FCFCFC 45%,#EFEFEF 55%,#EFEFEF);
	background-color:#FEFEFE;
	text-align:center;
	color:#FF0000;
	-webkit-box-shadow: 2px 2px 5px #D0D0D0;
	-moz-box-shadow: 2px 2px 5px #D0D0D0;
	box-shadow: 2px 2px 5px #D0D0D0;
	background-color:#EFEFEF;
}



