@charset "utf-8";
/* CSS Document */

button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*# sourceMappingURL=normalize.min.css.map */


/*-----------------------------------------------------*/
/*------------------------Reset--------------------- */
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%; vertical-align: baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: antialiased; }
blockquote, q { quotes: none; }
a {text-decoration: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
button {background: transparent;border-radius: 0;border: 0;padding: 0;-webkit-appearance: none;-webkit-border-radius: 0;user-select: none;}
button:focus {outline: 0 none;}
button::-moz-focus-inner {padding: 0;border: 0;}
/*table {border-collapse: collapse;border-spacing: 0;}*/

* { text-decoration:none; font-family:"微軟正黑體",Arail; font-size:16px; padding:0; margin:0; box-sizing:border-box; max-width:100%;
/* -webkit-transition: ease .3s; -moz-transition: ease .3s; -ms-transition: ease .3s; -o-transition: ease .3s;  transition: ease .3s;*/}
* a,
* a * { -webkit-transition: ease .3s; -moz-transition: ease 0.3s; -ms-transition: ease 0.3s; -o-transition: ease 0.3s;  transition: ease 0.3s;}
body { overflow-x:hidden;}
.box_le { float:left;}
.box_ri { float:right;}
.hs_clear:before,
.hs_clear:after { content:"";  display:table; } 
.hs_clear:after { clear:both; }
.hs_clear { *zoom:1;/*IE/7/6*/ }

/* 共用回到頂端 top */
/*
.go-top { position: fixed; z-index:999999; bottom: 10px; right:10px; text-decoration: none; color: #fff; background: #757475; display: none; width:45px; height:45px; text-align:center; line-height:45px; border-radius:100%;}
.go-top:hover {}
*/
.f_gotop { position:fixed; bottom:50px; left:10px; z-index:60; display:none; cursor:pointer; border:1px #ccc solid; border-radius:100%; width:64px; height:64px; text-align:center; padding:22px 0; background:#fff;}
.f_gotop:after { content: '▲'; color:#666; position:absolute;  bottom:10px; left:50%; transform:translateX(-50%); font-size:12px;}


/* 共用 Animations */
[data-animate-in] { opacity: 0; transition: transform 0.8s ease, opacity 0.8s ease }
[data-animate-in="up"] { transform: translate3d(0, 24px, 0) }
[data-animate-in="left"] { transform: translate3d(-25%, 0, 0) }
[data-animate-in="right"] { transform: translate3d(25%, 0, 0) }
[data-animate-in="down"] { transform: translate3d(0, -24px, 0) }
[data-animate-in="fadeIn"] { transform: translate3d(0, 0, 0) }
[data-animate-in].in-view { opacity: 1; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transition: transform 0.6s ease, opacity 0.6s ease }
.fade-in { opacity: 0; transition: opacity 1s ease }
.page-loaded .fade-in,.page-loaded.fade-in { opacity: 1 }
.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] { opacity: 1; transition: none; transform: none }

/* 頁尾 */
.footer_c { background:#A3D3D1; padding:30px 0; text-align:center;}
.footer_c section { max-width:600px; margin:auto;}
.box_f_1 { margin:40px auto;}
.box_f_1 p { display:inline-block; vertical-align:middle; width:250px; font-size:12px; background:#857D93; color:#fff; padding:10px 15px; border-radius:6px;}
.box_f_1 blockquote { display:inline-block; vertical-align:middle; padding:7px;}
.box_f_1 blockquote a { display:inline-block; padding: 0 10px; border-right:1px #fff solid; color:#eee; font-size:15px;}
.box_f_1 blockquote a:last-child { border:none;}
.box_f_3 {}
.box_f_3 p { font-size:15px; color:#fff; letter-spacing:1px;}
.box_f_3 section { padding:20px 0;}
.box_f_3 section a { display:inline-block; margin:10px; background:#fff; color:#60596c; font-size:20px; border:4px #60596c solid; border-radius:30px; width:44px; height:44px; line-height:36px;}
.box_f_3 section a:hover { border-color:#fff;}
.box_f_3 em { font-style:normal; font-size:12px; color:#fff;}

/* 共用內頁 */
.paper_body { max-width:1400px; margin:auto; padding:25px;}
.path { max-width:1200px; margin:25px auto; text-align:right; padding:0 15px;}
.path a { display:inline-block; vertical-align:bottom; font-size:14px; color:#666;}
.path a.path_home:before { content:''; display:inline-block; vertical-align:bottom; background:url(../images/icon_home.png) center center; background-size:cover; width:20px; height:20px; margin: 0 5px 0 0; }
.path span { display:inline-block; vertical-align:bottom; margin: 0 0 0 7px; font-size:14px; color:#666;}

h3.edit_title { font-size:25px; color:#333; text-align:center; padding:25px; margin:0 auto; position:relative;}
h3.edit_title:after { content:''; width:100px; height:5px; background:#E22F5A; position:absolute; bottom:0; left:50%; transform:translateX(-50%)}
.paper_edit { padding:10px;}

/* 共用分頁 */
.page_list { display:block; width:100%; margin:50px auto 10px; text-align: center;}
.page_list a { display:inline-block; margin:3px; width:30px; height:30px; color:#666; text-align:center; line-height:30px; border-radius:100%; border:1px #ccc solid;}
.page_list a:hover,
.page_list a.action { border-color:#E22F5A; font-weight:1000; color:#E22F5A;}
.page_list a.page_arrow1 { text-indent:-9999px; background:url(../images/arrow1.png) no-repeat center center;}
.page_list a.page_arrow2 { text-indent:-9999px; background:url(../images/arrow2.png) no-repeat center center;}
.page_list a.page_arrow3 { text-indent:-9999px; background:url(../images/arrow3.png) no-repeat center center;}
.page_list a.page_arrow4 { text-indent:-9999px; background:url(../images/arrow4.png) no-repeat center center;}

/* 共用 banner */
.banner { width:100%; margin:0 auto; background:url(../images/bcl_bg01.png) repeat; padding-top:160px;}
.banner_s { max-width:1200px; margin:0 auto; padding:30px 20px;}

/* 首頁 */
.bcl_i_c { margin:0 auto;}

.i_popular {}
.i_popular ul { list-style:none; display:block; width:100%; position:relative;}
.i_popular ul:before,
.i_popular ul:after { content:''; position:absolute; z-index:0; left:50%; transform:translate(-50%, 0); display:block; width:1200px; height:300px; border-radius:100%; background:#fff;} 
.i_popular ul:before { top:-100px;}
.i_popular ul:after { bottom:-150px;} 

.i_popular li { display:block; position:relative; z-index:1; text-align:center; max-width:1200px; margin:0 auto; }
.i_popular h4 { font-size:30px; color:#002A5A; position:relative; padding: 0 5px 0 30px; width:200px; margin:0 auto 30px; letter-spacing:1px;}
.i_popular h4:before { content:''; position:absolute; left:0; top:0; background:#E22F5A; width:16px; height:100%;}
.i_popular blockquote { display:block; margin:50px auto;}
.i_popular blockquote a { display:inline-block; width:12%; padding:15px 5px;  margin:0 1% 10px; color:#111; border:1px #ccc solid; border-radius:30px; background:#fff;}
.i_popular blockquote a:hover { background:#E22F5A; color:#fff;}
.i_flex { display:flex; flex-wrap:wrap; padding:15px; margin-bottom:50px;}
.i_flex_item { display:flex; flex:46%; justify-content:center; align-items:center; margin:25px 2%;}
.i_flex_item a { display:block; overflow:hidden;}
.i_flex_item a:hover img { transform:scale(1.1,1.1)}

.i_prodc { background:url(../images/bcl_bg01.png) repeat; padding:30px 0; text-align:center; }
.i_prodc h4 { font-size:30px; color:#002A5A; position:relative; padding: 0 5px 0 30px; width:200px; margin:20px auto 50px; letter-spacing:1px;}
.i_prodc h4:before { content:''; position:absolute; left:0; top:0; background:#E22F5A; width:16px; height:100%;}

.i_prodc ul { list-style:none; display:flex; flex-wrap:wrap; padding:15px; width:1200px; margin:auto; text-align:center;}
.i_prodc li { display:flex; flex:23%; justify-content:center; align-items:center; margin:0 1% 25px;}
.i_prodc a {}
.i_prodc img { display:inline-block; margin-bottom:15px;}
.i_prodc p { color:#000; font-size:15px; font-weight:1000; line-height:125%; margin-bottom:5px;}
.i_prodc p.pd_name1 {}
.i_prodc p.pd_name2 {}
.i_prodc p.pd_name3 {}
.i_prodc span { display:inline-block; font-size:15px; background:#E22F5A; color:#fff; border:3px #fff solid; border-radius:30px; padding:10px 40px; margin:7px 7px 15px; letter-spacing:2px;}
.i_prodc a:hover { border:5px #ff8aa7 solid;}
.i_prodc a:hover span { background:radial-gradient(circle farthest-corner at left,#1193d8,#E22F5A); border-color:#d8cbea; letter-spacing:2px;}



/* 聯絡我們 */
.paper_contact,
.paper_body { max-width:1200px; margin:30px auto; padding:15px;}

.box_cont_top01 { max-width:900px; padding:20px 0; margin:60px auto 0;}
.box_cont_top01 table { width:100%; position:relative;}
.box_cont_top01 td { padding:15px 0; vertical-align:middle;}
.box_cont_top01 input[type="text"],
.box_cont_top01 textarea { width:100%; border:1px #ddd solid; padding:10px; color:#ca3e5f; letter-spacing:1px;}
.box_cont_top01 input[type="text"] { padding:10px 7px 10px 50px; background-image:url(../images/img_contact02.png); background-repeat:no-repeat; background-position:left center;}
.box_cont_top01 textarea { height:200px;}

.bcl_f_check { width:auto !important;}
.bcl_f_check input[type="text"] { max-width:150px; margin-right:20px;}
.bcl_f_check a { display:inline-block; background: url(../images/img_contact.png) no-repeat center center; width:30px; height:30px; margin: 0 20px;}

td.c_td_1 { width:200px; text-align:right; color:#202020; padding-right:20px;}

.box_cont_top02 { max-width:900px; padding:20px 0; margin: 0 auto 50px;}
.box_cont_top02 table { width:100%;.}
.box_cont_top02 td { padding:0 10px; vertical-align: middle;}
.btn_reset,
.btn_submit { font-size:15px; text-align:center; padding: 15px 20px; border:none; color:#fff; margin: 0; width:100%;}
.btn_reset { background:#55505F;}
.btn_submit { background:#E22F5A;}


/* 商品左邊用選單 */
.accordion {}

.accordion_header,
.accordion_body {}

.accordion_item {}
.accordion_item a { color: #000; font-size:20px; letter-spacing:1px; padding:10px; display:inline-block;}
.accordion_item a:hover { color:#f00; font-weight:1000;}

.accordion_header { padding:10px; color:#000; cursor:pointer; font-size:20px; letter-spacing:1px; transition: all .3s;}
.accordion_header a.category_one_a { color: #000; font-size:20px; letter-spacing:1px; padding:0;}

.accordion_item.active { background:#fff8f4;}
.accordion_item .accordion_item.le_prods_item.active { background:#f6f6f6; border:2px #c3c3c3 solid;}

.accordion_header:hover { position:relative; z-index:5; color:#f00; font-weight:1000;}
.accordion_header:hover a,
.accordion_item.active .accordion_header a.category_one_a { color:#f00; font-weight:1000;}

.accordion_body { display:none; color:#353535; font-size:15px;}
.accordion_item .accordion_item .accordion_header a,
.accordion_item .accordion_item .accordion_header { color:#353535; font-size:15px;}

.accordion_item.active:last-child .accordion_header { border-radius: none;}
.accordion:first-child > .accordion_item > .accordion_header {}

.accordion_item > .accordion_header:after { content:""; display:inline-block; vertical-align:middle; background:url(../images/pd_arrow2.png) no-repeat center center; width:22px; height:22px; transition:.3s all; transform:rotate(0deg);}
.accordion_item.active > .accordion_header:after { transform: rotate(-180deg);}

a.no_category_a { display:block; padding:10px; color:#333; cursor: pointer; font-size:15px; letter-spacing:1px; }
a.no_category_a:hover { color:#000;}


/* 商品總列表 */
.pd_i_box { max-width:1200px; padding:7px; margin:auto;}
.pd_le { display:inline-block; vertical-align:top; width:280px;}
.pd_ri { display:inline-block; vertical-align:top; width:calc(100% - 300px);}

h3.pd_i_category_name { background:url(../images/pd_icon.png) no-repeat left center; font-size:20px; color:#E22F5A; margin:15px 0 30px 15px; padding:7px 7px 7px 35px; text-align:left; flex-basis: 100%;}
h3.pd_i_category_name span { display:inline-block; padding: 0 10px; color:#000;}

.pd_i_lists { list-style:none; display:flex; flex-wrap:wrap; padding:15px 0; width:1200px; margin:-80px auto 0; text-align:center; }
.pd_i_lists li { display:inline-block; width:31%; margin:0 1% 25px;}
.pd_i_lists li a { display:inline-block;}
.pd_i_lists li img { border:1px #eee solid;}
.pd_i_lists p { color:#000; font-size:15px; font-weight:1000; line-height:125%; margin:5px 0;}
.pd_i_lists p.pd_name1 {}
.pd_i_lists p.pd_name2 {}
.pd_i_lists p.pd_name3 {}
.pd_i_lists li a:hover { border:5px #ff8aa7 solid;}
.pd_i_lists li a span { display:inline-block; font-size:15px; background:#E22F5A; color:#fff; border:3px #fff solid; border-radius:30px; padding:10px 40px; margin:7px 7px 15px; letter-spacing:2px;}
.pd_i_lists li a:hover span { background:radial-gradient(circle farthest-corner at left,#1193d8,#E22F5A); border-color:#d8cbea; letter-spacing:2px;}


/*產品詳細頁*/
.prodc_page { max-width:100%; padding:15px 0;}
.prod_info_show { margin:50px auto 100px;}
.prod_info_show:after { content:''; display:block; width:100%; height:1px; clear:both;}
.prod_info_show .box_le,
.prod_info_show .box_ri { display:block; width:49%; padding:10px;}
.prod_info_show .box_le { float:left;}
.prod_info_show .box_ri { float:right;}

.tabgroup,
.tabs { display:inline-block !important; vertical-align:middle; width:48%;}

.pdinfo { position:relative;}
.pdinfo * { list-style:none; max-width:100%;}
.pdinfo .tabgroup { width:100%; padding:0 90px 0 0;}
.pdinfo .tabgroup img { border:1px #eee solid;}
.pdinfo .tabs { position:absolute; right:0; top:0; width:80px;}
.pdinfo .tabs a { display:block; width:80px; margin-bottom:10px; border:1px #eee solid; }
.pdinfo .tabs a.active { border:1px #000 solid; display:inline-block;}

.prod_info_show h2, 
.ps_note,
.pd_price,
.dropdown_pd_item,
.click_buy,
.click_noticeme,
.stock_p,
.share_box { margin-bottom:25px;}

.prod_info_show h2 { font-size:22px; color:#000;}
.ps_note { font-size:12px; color:#E12E59; background:#FFD7D7; display:inline-block; padding:8px 20px;}
.pd_price { font-size:25px; color:#E12E59;}

.dropdown_pd_item { position:relative;}
.dropdown_pd_item select { font-size:15px; color:#333; padding:5px; border:1px #ccc solid;}
.dropdown_pd_item:before{ content:attr(data-content); display:inline-block; font-size:13px; color:#535353; margin-right:10px;}

.click_buy {}
.click_buy a { display:inline-block; background:no-repeat 35px center; font-size:15px; color:#fff; padding:7px; min-width:170px; text-align:center; border-radius:4px;}
.click_buy a.goadd { background-color:#888;}
.click_buy a.gopay { background-color:#E22F5A;}
.click_buy a.goadd:before,
.click_buy a.gopay:before { content:''; background:no-repeat center center; width:30px; height:24px; display:inline-block; vertical-align:middle;}
.click_buy a.goadd:before { background-image:url(../images/pd_detl01.png);}
.click_buy a.gopay:before { background-image:url(../images/pd_detl02.png);}

.click_noticeme {}
.click_noticeme a { display:block; background:no-repeat center center #FF8000; font-size:15px; color:#fff; padding:7px; text-align:center; border-radius:4px;}
.click_noticeme a:before { content:''; background:url(../images/pd_detl04.png) no-repeat center center #FF8000; width:30px; height:24px; display:inline-block; vertical-align:middle;}

.stock_p { background:url(../images/pd_detl03.png) no-repeat left center; padding:7px 7px 7px 30px;}
.stock_p p { font-size:15px; color:#E02D59;}

.share_box {}
.share_box:before{ content:attr(data-content); display:inline-block; vertical-align:middle; font-size:13px; color:#535353; margin-right:10px;}
.share_box a { display:inline-block; vertical-align:middle; background:no-repeat center center; width:32px; height:32px;}
.share_box a.share_to_line { background-image:url(../images/pd_detl05.png);}
.share_box a.share_to_fb { background-image:url(../images/pd_detl06.png);}

/*數量點擊加總*/
.box_p_add { margin:10px auto 20px;}
.box_p_add:before{ content:attr(data-content); display:inline-block; font-size:13px; color:#535353; margin-right:10px;}
.input-number { display:inline-block;}
.input-number input { width:100px; height:30px; text-align:center; background:none; border:1px #ccc solid; outline:none; font-size:15px; color:#375057;}
.input-number button { width:24px; height:24px; line-height:24px; background:#444; border-radius:30px; font-size:20px; color:#fff; cursor:pointer;}

/* 產品編輯頁籤 TABS */
.pd_tab_box { border-top:1px #ccc solid; background:#fff;}

.tab_menu_c { display:block; max-width:1200px; margin:-60px auto 0;}
.tab_menu_c button { background:none; border:0; outline:0; cursor:pointer;}
.tab_menu_c button.tab_menu_btn { width:49%; height:60px; transition:0.3s all; position:relative; text-align:center; font-size:20px;}
.tab_menu_c button.tab_menu_btn.on {}
.tab_menu_c button.tab_menu_btn.on:before { content:''; position:absolute; width:140px; height:3px; background:#E22F5A; bottom:0; left:50%; margin-left:-70px;}

.tab_box_c { display:block; max-width:1200px; margin:auto;}
.tab_box { display:none; padding:100px 3vw;}
.tab_box.on { display:block;}

/*產品編輯器*/
.pd_detail_edit { text-align:center;}
.pd_detail_edit * {}
.pd_detail_edit img { max-width:100%; height:auto !important;}


/* 產品詳細-相關產品 */

h3.pd_related_category_name { font-size:24px; color:#E22F5A; line-height:30px; margin:30px auto; text-align:center; letter-spacing:2px; flex-basis:100%;}
h3.pd_related_category_name:before { content:''; background:url(../images/pd_icon.png) no-repeat center center; width:30px; height:30px; display:inline-block; vertical-align:top; margin-right:7px;}

.pd_related_lists { list-style:none; display:flex; flex-wrap:wrap; padding:50px 0; width:1200px; margin:0 auto; text-align:center; }
.pd_related_lists li { display:inline-block; width:25%; margin:0 0 25px;}
.pd_related_lists li a { display:inline-block; border:5px #fbfafc solid;}
.pd_related_lists li img { border:1px #eee solid;}
.pd_related_lists p { color:#000; font-size:15px; font-weight:1000; line-height:125%; margin:5px 0;}
.pd_related_lists p.pd_name1 {}
.pd_related_lists p.pd_name2 {}
.pd_related_lists p.pd_name3 {}
.pd_related_lists li a:hover { border-color:#ff8aa7;}
.pd_related_lists li a span { display:inline-block; font-size:15px; background:#E22F5A; color:#fff; border:3px #fff solid; border-radius:30px; padding:10px 40px; margin:7px 7px 15px; letter-spacing:2px;}
.pd_related_lists li a:hover span { background:radial-gradient(circle farthest-corner at left,#1193d8,#E22F5A); border-color:#d8cbea; letter-spacing:2px;}



/*商品問與答*/
.qa_contain {}
.qa_contain h3 { font-size:25px; color:#333; text-align:center; margin:50px auto;}

#qa_box {}
.faq { counter-reset:my-sec-counter; list-style:none; display:block;}
.faq li { display:block; padding:10px; }
.faq li.qa_q { font-size:17px; color:#333; font-weight:1000; background:#e2dee6; border-radius:30px; border:3px #BCB8C5 solid; cursor:pointer; margin-top:30px; line-height:150%;}
.faq li.qa_q::before { counter-increment: my-sec-counter; content: counter(my-sec-counter); background:#5B7395; color:#fff; font-size:20px; font-weight:400; display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; border-radius:30px; margin-right:7px;}
.faq li.qa_a { position:relative; display:none; font-size:15px; line-height:175%; color:#333; font-weight:1000; letter-spacing:1px; padding:15px 15px 15px 55px;}
.faq li.qa_a::before { position:absolute; top:15px; left:15px; content:'A'; background:#c00; color:#fff; font-size:20px; font-weight:400; display:inline-block; width:30px; height:30px; line-height:30px; text-align:center; border-radius:30px;}




/*購物車*/
.product_cart { max-width:1200px; margin:0 auto 0;}
.product_cart h4 { color:#fff; background:#adadad; text-align:center; width:100%; font-size:18px; padding:10px; margin:20px auto;}

.cart_ban_tt {}
.cart_ban_tt { text-align:right; background:#3B3D3D; padding:65px 43px 10px 10px;}
.cart_ban_tt h2 { display:inline-block; font-size:25px; color:#fff;}
.cart_ban_tt h2 span { display:inline-block; margin: 0 10px;}
.cart_ban_tt h2 em { display:inline-block; font-style:normal;}

.box_cart_step { margin:50px auto 25px;; text-align:center;}
.box_cart_step p { font-size:20px; color:#111; text-align:center; margin: 50px 0 0 0; padding:10px 0; font-weight:1000;}
.box_cart_step blockquote { padding-top:20px;}
.box_cart_step blockquote b { display:inline-block; background:url(../images/mem_img06.png) no-repeat left center; padding:5px 5px 5px 25px; font-size:14px; color:#555;}

.cart_list_item { margin:30px auto;}
.cart_list_item table { width:100%;}
.cart_list_item td { background:#fff; padding:10px; text-align:center; vertical-align:middle; border-bottom: 1px #ccc dashed; width:130px;}
.cart_list_item td:first-child { width:auto;}
.cart_list_item td:last-child { width:85px;}
.cart_list_item .cart_list_head td { background:#adadad; color:#fff; font-weight:bolder;}
.cart_list_item ul { list-style:none; display:table; width:100%;}
.cart_list_item li { display:table-cell; vertical-align:middle;}
.cart_list_item li:nth-child(1) { width:120px;}

.cart_list_item img { max-width:100px;}
.cart_list_item h6 { font-size:16px; text-align:left; line-height:22px;}
.cart_list_item em { display:none; font-style:normal; font-size:15px;}
.cart_list_item p { font-size:15px;}
.cart_list_item span { font-size:13px;}
.cart_list_item select,
.cart_list_item input {}
.cart_list_item input.cart_list_cut { background:url(../images/cart_img01.png) no-repeat center center; background-size:cover; width:25px; height:25px; border:none; cursor:pointer;}

.cart_list_item .box_p_add { margin:0 auto;}
.cart_list_item .input-number { width:100%; display:inline-block;}
.cart_list_item .input-number input { width:50px; text-align:center;}
.cart_list_item .input-number button { height:20px; width:20px; line-height:20px; background:#848484; color:#fff; border-radius:100%;}

.cart_price { margin-bottom:50px;}
.price_le {}
.price_ri { margin:auto;}
.price_ri table { width:100%; background:#f6f6f6;}
.price_ri td { text-align:center; vertical-align:middle; padding:30px 30px; color:#666; border-top:2px #ccc solid; border-bottom:2px #eee solid; width:25%;}
.price_ri td select { width:100%;}
.price_ri i { display:block; padding:5px; background:#FBDDE4; font-style:normal; font-size:12px; color:#f00; text-align:center;}
.price_ri label span { margin-right:7px;}
.price_ri input[type="text"] { text-align:center; border:1px #ccc dashed; width:100%;}
p.buy_price { color:#f00;}



/*------------------------------------------------*/
/*----------------------- buy --------------------*/
.cart_pay { display:block; width:100%; list-style:none;}
.cart_pay li { display:table; width:100%; margin-bottom:10px; border:1px #ccc solid; padding:10px 5%;}
.cart_pay div { display:table-cell; vertical-align:middle; width:70px;}
.cart_pay dd { display:table-cell; vertical-align:middle; color:#555;}
.cart_pay dd.colorstyle2 { color:#f00;}
.cart_pay dd p { display:inline-block; margin:0 7px 7px 0;}
.cart_pay dd p:before { content:attr(data-content); display:inline-block; font-size:15px; color:#535353; margin-right:10px;}
.cart_pay dd p input[type="text"] { background:#f0f0f0; border:none; outline:none; width:160px;}
.cart_pay input[type="radio"] { display:none; }
.cart_pay input[type="radio"] + label { padding: 0 10px 0 0;}
.cart_pay input[type="radio"] + label span { display:inline-block; width:20px; height:20px; margin: 0 3px 0 0; cursor:pointer; vertical-align:middle; background:url(../images/cart_img03.png) no-repeat; }
.cart_pay input[type="radio"]:checked + label span { background-image:url(../images/cart_img04.png); }


.cart_form { display:block; width:100%; list-style:none;}
.cart_form p { color:#333; font-size:17px; letter-spacing:1px; display:inline-block; margin:10px;}
.cart_form li { display:block; width:100%; margin-bottom:10px;}
.cart_form li span { display: inline-block; color:#f00; width:20px;}
.cart_form li table { width:100%;}
.cart_form li td { padding-right:10px;}
.cart_form li input { border:none; width:100%;}
.cart_form li textarea { border:none; width:100%;}
.cart_form button.select_store_send { background:#FF2626; font-size:18px; color:#fff; border-radius:5px; padding:9px 12px; margin: 0 0 20px 0; box-shadow: 2px 2px 0 #aaa; cursor:pointer;}
.cart_form button.select_store_send:hover { margin:1px 0 19px 0;}
.cart_form input[type="radio"] { display:none; }
.cart_form input[type="radio"] + label { padding: 0 10px 0 0;}
.cart_form input[type="radio"] + label span { display:inline-block; width:20px; height:20px; margin: 0 3px 0 0; cursor:pointer; vertical-align:middle; background:url(../images/cart_img03.png) no-repeat; }
.cart_form input[type="radio"]:checked + label span { background-image:url(../images/cart_img04.png); }


.cart_form li .pstxt { background:#eee; font-size:16px; text-align:center; line-height:45px;}
.cart_form li .box_le { width:250px; text-align:right; background:#f3f3f3; padding:10px; height:45px;}
.cart_form li .box_ri { width:calc(100% - 270px); padding:10px; border:1px #ccc solid; min-height:45px; word-break:break-all;}
.cart_form li:nth-child(1) .box_ri { border:none; padding:10px 0;}

.cart_form li:nth-child(7) .box_ri { border:none;} 
.cart_form li:nth-child(7) .box_ri .tik01 {}
.cart_form li:nth-child(7) .box_ri .tik01 h6 { display:inline-block; font-size:15px; color:#111;}
.cart_form li:nth-child(7) .box_ri .tik01 input { border:1px #ccc solid; padding:5px; width:100px; margin:0 10px;}
.cart_form li:nth-child(7) .box_ri .tik01 i { display:inline-block; font-style:normal; font-size:12px; color:#666; padding:7px;}

.cart_form li:nth-child(8) .box_le,
.cart_form li:nth-child(8) .box_ri { height:180px;}
.cart_form li:nth-child(8) textarea { width:100%; height:160px;}

.cart_ps { margin-bottom:50px;}
.cart_ps p { font-size:17px; color:#333; letter-spacing:1px; line-height:165%;}

.cart_center { text-align:center; margin:30px auto; width:100%; width:100% !important; padding: !important; }
.cart_btn_reset,
.cart_btn_send,
.cart_btn_fb { font-size:16px; color:#fff; padding:10px 25px; margin:10px; border:none; letter-spacing:1px; cursor:pointer;}
.cart_btn_reset { background:#55505F;}
.cart_btn_send { background:#E22F5A;}
.cart_btn_fb { background:url(../images/mem_img07.png) no-repeat 30px center #3B5998; padding-left:60px;}


/* 會員中心 */
.prod_mem {}
.show_name_money { text-align:center; margin:30px 0;}
.show_name_money i { display:inline-block; font-style:normal; font-size:15px; color:#333; margin:0 10px;}
.show_name_money input[type="button"] { background:#ED9723; color:#fff; font-size:13px; margin:0 2px 0 0; padding:5px 10px; border:none; outline:none; border:1px #b97314 solid; border-radius:30px;}
.show_name_money input[type="button"]:hover { margin: 0 0 0 2px;}

/* 會員 TABS */
.mem_tabs { display:block; max-width:1200px; margin: 0 auto 50px; border-bottom:1px #ccc solid; text-align:center;}
.mem_tabs a { display:inline-block; position:relative; text-align:center; font-size:17px; color:#333; padding:20px 30px; letter-spacing:1px; border:1px #ddd solid; width:32%; margin-bottom:-1px; vertical-align:bottom;}
.mem_tabs a.on,
.mem_tabs a:hover { color:#000; font-weight:1000; background:#f6f6f6;}
.mem_tabs a:before { content:''; position:absolute; z-index:0; width:100%; height:3px; background:#E22F5A; bottom:0; left:0;}


/* 會員登入 */
.box_mem_login { margin:100px auto 50px;}
.mem_login { display:table; list-style:none; text-align:center; margin: 0 auto; width:640px; max-width:100%; }
.mem_login li { display:table-cell; padding:10px 0; text-align:left;}
.mem_login li:nth-child(1) { width:110px;}
.mem_login h3 { color:#1f1f1f; font-size:17px; text-align:left; font-weight:400;}
.mem_login input { width:100%; border:1px #ddd solid; padding:7px 7px 7px 50px; background:url(../images/img_contact02.png) no-repeat left center; }
.mem_login_link { text-align:right; margin: 30px auto; width:640px; max-width:100%; }
.mem_login_link a { color:#6C6C5E; display:inline-block; margin:10px; text-align:left; background: no-repeat right center; padding: 5px 40px 5px 0;
-webkit-transition: ease .5s; -moz-transition: ease .5s; -ms-transition: ease .5s; -o-transition: ease .5s;  transition: ease .5s; }
.mem_login_link a.log_link01 { background-image:url(../images/mem_img01.png);}
.mem_login_link a.log_link02 { background-image:url(../images/mem_img02.png);}
.mem_login_link a.log_link03 { background-image:url(../images/mem_img03.png);}
.mem_login_link a:hover { background-position:10px; padding: 5px 10px 5px 35px; background-color:#E22F5A; color:#fff; border-radius:40px;}


/* 會員註冊 個人資料修正 */
.box_join { margin: 50px auto 0; max-width:640px;}
.box_join ul { display:block; list-style:none; }
.box_join li { display:block; padding:10px 0; text-align:left;}
.box_join span { color:#f00; margin:5px;}
.box_join div:nth-child(1) { text-align:right; color:#666; width:140px; line-height:28px; padding-right:10px;}
.box_join div:nth-child(2) { width: calc(100% - 145px);}
.box_join div:nth-child(2) input[type="checkbox"] { margin-right:5px;}
.box_join table { width:100%;}
.box_join td { padding:0 3px}
.box_join input[type="radio"] { display:none; }
.box_join input[type="radio"] + label { padding: 0 10px 0 0;}
.box_join input[type="radio"] + label span { display:inline-block; width:20px; height:20px; margin: 0 3px 0 0; cursor:pointer; vertical-align:middle; background:url(../images/cart_img03.png) no-repeat; }
.box_join input[type="radio"]:checked + label span { background-image:url(../images/cart_img04.png); }
.box_join input[type="password"],
.box_join input[type="text"],
.box_join select{ border:1px #ddd solid !important; font-size:14px; color:#333; padding:7px 30px 7px 10px; line-height:20px; width:100%;}
.box_join input[type="password"],
.box_join input[type="text"] { background:url(../images/img_contact02.png) no-repeat left center; padding:7px 7px 7px 50px;}

.join_ps { text-align:right !important; max-width:640px; width:100% !important; margin: 20px auto; }
.join_ps p { display:inline-block; font-size:12px; color:#b67147; background:url(../images/mem_img04.png) no-repeat left center; padding: 7px 0 7px 20px; }

/* 修改密碼 */
.box_mem_passwd { max-width:640px; margin:auto;}
.box_mem_passwd table { width:100%;}
.box_mem_passwd td { padding:10px; vertical-align:middle;}
.box_mem_passwd td:nth-child(1) { text-align:right; width:200px;}
.box_mem_passwd p { font-size:16x; color:#333; display:inline-block;}
.box_mem_passwd p span { font-size:13px; color:#f00; display:inline-block;; margin: 0 10px;}
.box_mem_passwd input[type="text"] { background:url(../images/img_contact02.png) no-repeat left center; border:1px #ddd solid; width:100%; padding:7px 7px 7px 50px;}

/* 商店殼幣 */
.box_storevalue {}
.box_storevalue ul { list-style:none; display:block; max-width:1000px; box-shadow:2px 2px 5px #aaa; margin:20px auto 50px; padding:10px;}
.box_storevalue li { display:block;}
.box_storevalue li h6 { text-align:center; font-size:17px; color:#000; padding:20px 7px;}
.box_storevalue li table { width:100%;}
.box_storevalue li td { width:25%; border-bottom:1px #ccc dashed; padding:10px 5px; text-align:center; font-size:13px; color:#333;}
.box_storevalue li td a { font-weight:1000; background:#5998ca; color:#fff; display:inline-block; padding:6px 10px; border:2px #5998ca solid; border-radius:7px;}
.box_storevalue li td a:hover { border-color:#fff;}
.box_storevalue li tr:last-child td { border:none;}

.show_store_money { background:#55505F; color:#fff; font-size:15px; margin:auto; padding:7px 20px; border-radius:30px; text-align:center; width:200px;}
.show_store_money i,
.show_store_money em { display:inline-block; vertical-align:middle; padding:5px; font-style:normal;}


/* 會員購物金 */
.box_feedback {}
.box_feedback ul { list-style:none; display:block; max-width:1000px; box-shadow:2px 2px 5px #aaa; margin:20px auto 50px; padding:10px;}
.box_feedback li { display:block;}
.box_feedback li h6 { text-align:center; font-size:17px; color:#000; padding:20px 7px;}
.box_feedback li table { width:100%;}
.box_feedback li td { width:25%; border-bottom:1px #ccc dashed; padding:10px 5px; text-align:center; font-size:13px; color:#333;}
.box_feedback li td a { font-weight:1000; background:#5998ca; color:#fff; display:inline-block; padding:6px 10px; border:2px #5998ca solid; border-radius:7px;}
.box_feedback li td a:hover { border-color:#fff;}
.box_feedback li tr:last-child td { border:none;}

/* 歷史清單 */
.box_history { max-width:900px; margin:auto;}
.box_column_history { list-style:none; display:block; width:100%;}
.box_column_history li { display:block; padding:15px; }
.box_column_history li.q { border-bottom: 1px #ccc solid; cursor: pointer;}
.box_column_history li.q:before { content:''; background:url(../images/mem_img06.png) no-repeat center center; width:24px; height:24px; display:inline-block; vertical-align:middle;}
.box_column_history li.q span { display:inline-block; vertical-align:middle; font-size:15px; color:#444; padding:7px;}
.box_column_history li.q i { display:inline-block; vertical-align:middle; font-style:normal; font-size:13px; color:#000; border:1px #999 solid; border-radius:30px; padding:5px 10px;}
.box_column_history li.q:after { content:''; background:url(../images/pd_arrow4.png) no-repeat center center; width:24px; height:24px; display:inline-block; vertical-align:middle;}
.box_column_history li.a { display:none; box-shadow:2px 2px 5px #ccc;}

.history_pd_info {}
.history_pd_info table { width:100%;}
.history_pd_info td { padding:10px; font-size:12px; text-align:center;}
.history_pd_info td:first-child { text-align:left;}
.history_pd_info td:last-child { text-align:right; width:100px;}

.history_pd_price {}
.history_pd_price table { float:right;}
.history_pd_price td { padding:10px; font-size:12px;}
.history_pd_price td:first-child { text-align:left;}
.history_pd_price td:last-child { text-align:right; width:100px;}

.history_details { margin:10px 0; padding:10px 0; border-top:1px #eee solid; background:#f9f9f9;}
.history_details table { width:100%;}
.history_details td { padding:10px; font-size:12px;}
.history_details td:first-child { width:100px;}

.history_returned { text-align:right;}
.history_returned input[type="button"] { background:url(../images/cart_img01.png) no-repeat left center; border:1px #ccc solid; border-radius:20px; line-height:32px; padding:6px 15px 6px 50px; font-size:15px; cursor:pointer;}

/* 匯款通知 */
.box_remind { max-width:900px; margin:auto;}
.remind_form { max-width:640px; margin:auto;}
.remind_form table { width:100%;}
.remind_form td { padding:10px; vertical-align:middle;}
.remind_form td:nth-child(1) { text-align:right; width:120px;}
.remind_form p { font-size:16x; color:#333; display:inline-block;}
.remind_form p span { font-size:13px; color:#f00; display:inline-block;; margin: 0 10px;}
.remind_form input[type="text"] { background:url(../images/img_contact02.png) no-repeat left center; border:1px #ddd solid; width:100%; padding:7px 7px 7px 50px;}






/* 訂單查詢 */
.mem_order { padding:25px 0;}
.order_number { margin:70px auto 0; max-width:1200px;}
.order_number p { background:url(../images/mem_img06.png) no-repeat left center; padding:3px 3px 3px 25px; font-size:15px; color:#333;}

/* 訂單清單 */
.order_lists { max-width:1200px; margin:100px auto;}
.order_lists table { border: 1px solid #ccc; border-collapse: collapse; width: 100%; table-layout: fixed; }
.order_lists table tr { background-color: #f8f8f8; border: 1px solid #ddd; padding: .35em; }
.order_lists table th,
.order_lists table td { padding: 1rem; text-align: center; border: 1px solid #ddd; }
.order_lists table th { color:#333; }
.order_lists table td { color:#666; font-size:13px; background:#fff;}
.order_lists table td a { display:inline-block; color:#5E3A25; text-decoration:underline; padding:3px;}
.order_lists table td a:hover { text-decoration:none; background:#5E3A25; color:#fff;}
.table_f { border: 1px solid #ddd; background:#f8f8f8; text-align:right; padding:1rem;}
.table_f p { color:#999; font-size:12px;}
.table_f span { font-weight:400; margin:0 3px; color:#222; }
@media screen and (max-width: 960px) {
.order_lists table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.order_lists table tr { border-bottom: 3px solid #ddd; display: block; margin-bottom: .625em; }
.order_lists table td { border-bottom: 1px solid #ddd; display: block; text-align: right; }
.order_lists table td::before { content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase;}
.order_lists table td:last-child { border-bottom: 0; }
}

.lightbox { display: none; position: fixed; z-index: 999; width: 100%; height: 100%; text-align: center; top: 0; left: 0; background: rgba(0, 0, 0, 0.8); }
.lightbox iframe { position:absolute; top:50%; left:50%; margin:-160px 0 0 -160px; width:320px; overflow-y:scroll; height:320px; background: #fff; padding: 40px 20px; border-radius: 15px;  }
.lightbox:target { outline: none; display: block; }

.lightbox iframe::-webkit-scrollbar { width: 1px; }
.lightbox iframe::-webkit-scrollbar::-webkit-scrollbar-track { background: #f1f1f1;  }
.lightbox iframe::-webkit-scrollbar::-webkit-scrollbar-thumb {background: #888; }
.lightbox iframe::-webkit-scrollbar::-webkit-scrollbar-thumb:hover { background: #555; }

@media screen and (max-width: 1024px) {
.lightbox iframe {}
}
@media screen and (max-width: 768px) {
.lightbox iframe {}
}
.ord_deto { text-align:center; padding:10px;}
.ord_deto p { font-size:15px; padding:5px; line-height:160%; color:#666; word-break:break-all;}
.ord_deto p span { font-size:20px; color:#000; display:block; padding:20px 0;}

