@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: middle;
}

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;
	color: #111;
}

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 {}

/* 共用分頁 */
.page_list {
	display: block;
	width: 100%;
	margin: 10px auto;
	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: #F23913;
	font-weight: 1000;
	color: #F23913;
}

.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;
}

/* 共用內頁 */
.product_body {
	max-width: 100%;
	padding: 50px 3%;
	background-color: #F1F1F1;
}

.path {
	margin: 0 auto;
	text-align: right;
	max-width: 1400px;
}

.path a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000000;
}

.path a.path_home:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon_home.png) center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
}

.path span {
	line-height: 130%;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 7px;
	font-size: 14px;
	color: #666;
}

#last_list {
	color: #000000;
}

@media screen and (max-width: 800px) {
	.product_body {
		padding: 50px 5%;
	}
}


h3.edit_title {
	font-size: 25px;
	color: #333;
	text-align: center;
	padding: 25px;
	margin: 50px 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;
}

/* 產品編輯頁籤 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;
}


/* 產品詳細-相關產品 */

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;
}

.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: 30px 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;
	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;
}

.cart_list_item {
	margin: 30px auto;
}

.cart_list_item table {
	width: 100%;
}

.cart_list_item td {
	background: #fff;
	padding: 10px;
	text-align: center;
	position: relative;
	vertical-align: middle;
	border-bottom: 1px #ccc dashed;
	width: 100px;
}

.cart_list_item td:nth-child(1) {
	width: 35%;
}

.cart_list_item td:nth-child(4) {
	width: 130px;
}

.cart_list_item td:nth-child(6) {
	color: #FF0000;
}

.cart_list_item td:last-child {
	width: 60px;
}

.cart_list_item td h4 {
	display: none;
}

.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: 130%;
}

.cart_list_item p {
	font-size: 15px;
}

.cart_list_item span {
	font-size: 13px;
}

.cart_list_item select,
.cart_list_item input {
	border: none;
}

.cart_list_item input.cart_list_cut {
	background: url(../images/cart_img01.png) no-repeat center center;
	width: 25px;
	height: 25px;
	border: none;
	cursor: pointer;
}

.cart_list_item .box_p_add {
	margin: 0 auto;
}

.input-number {
	display: inline-block;
}

.input-number input {
	width: 40px;
	height: 24px;
	text-align: center;
	background: none;
	border: 1px #ccc solid;
	outline: none;
	font-size: 15px;
	color: #375057;
}

.input-number button {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #777;
	border-radius: 30px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.detail-number {
	width: 100%;
	display: inline-block;
	margin: 0 auto;
	margin-top: 30px;
}

.detail-number input {
	width: 90px;
	height: 40px;
	text-align: center;
	color: #777;
	border: 1px solid #777;
	float: left;
}

.detail-number button {
	width: 35px;
	height: 40px;
	background-color: transparent;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
	color: #777;
	border: 1px solid #777;
	float: left;
	border-radius: 0;
}

.detail-number button:hover,
.detail-number button:focus {
	background-color: #777777;
	color: #FFF;
}

.detail-number h5 {
	line-height: 300%;
	height: 40px;
	display: inline-block;
	font-size: 12px;
	margin-right: 12px;
	float: left;
}





.pd_title {
	margin-bottom: 20px;
}

.pd_title span {
	display: block;
	color: #333333;
	font-size: 12px;
	line-height: 180%;
}

.pd_color {
	margin-bottom: 20px;
}

.pd_color h4 {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

.pd_color a {
	display: inline-block;
	background-color: white;
	vertical-align: top;
	margin: 2px 0;
	margin-right: 5px;
	font-size: 13px;
	border: 1px solid #777;
	padding: 8px 10px;
	color: #000;
}

.pd_color a:hover,
.pd_color a:focus {
	background-color: #444444;
	color: #FFF;
}

.pd_size {
	margin-bottom: 0;
}

.pd_size h4 {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
}

.pd_size a {
	display: inline-block;
	vertical-align: top;
	margin: 2px 0;
	margin-right: 5px;
	font-size: 12px;
	border: 1px solid #777;
	padding: 8px 10px;
	color: #000;
}

.pd_size a:hover,
.pd_size a:focus {
	background-color: #777;
	color: #FFF;
}

.cart_list_item li span {
	display: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.cart_list_item li b {
	display: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.price_le {
	width: 200px;
	float: left;
	text-align: left;
}

.price_ri {
	max-width: 490px;
	width: 100%;
	float: right;
	border: 1px solid #BBBBBB;
	padding: 25px;
}

.price_ri table {
	width: 100%;
}

.price_ri td {
	padding:10px 5px;
	color: #000000;
}

.price_ri td:nth-child(1) {
	text-align: left;
}

.price_ri td:nth-child(2) {
	text-align: center;
}

.price_ri td:nth-child(3) {
	text-align: right;
}

/* .price_ri tr:nth-child(6) td {
	padding: 15px 7px;
} */

.total_price{
	border-top: 1px #ccc solid;
	padding-top: 20px;
}

.price_ri i {
	display: block;
	padding: 5px;
	/*background:#FBDDE4;*/
	font-style: normal;
	font-size: 15px;
	color: #f00;
	text-align: center;
}

.price_ri label span {
	margin-right: 7px;
}

.price_ri input[type="text"] {
	text-align: center;
	border: 1px #ccc dashed;
}

p.buy_price {
	color: #f00;
}

#td01 {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}



.cart_price_content {
	width: 100%;
	padding: 25px 0;
}

.cart_price_content table {
	max-width: 490px;
	width: 100%;
	float: right;
}

.cart_price_content td {
	padding: 0 5px 30px 5px;
	color: #666;
}

.cart_price_content td:nth-child(1) {
	text-align: right;
}

.cart_price_content td:nth-child(2) {
	text-align: center;
}

.cart_price_content td:nth-child(3) {
	text-align: right;
}

.cart_price_content td:nth-child(6) {
	border-top: 1px #ccc solid;
	padding: 15px 7px;
}

.cart_price_content i {
	display: block;
	padding: 5px;
	/*background:#FBDDE4;*/
	font-style: normal;
	font-size: 15px;
	color: #f00;
	text-align: center;
}

.cart_price_content label span {
	margin-right: 7px;
}

.cart_price_content input[type="text"] {
	text-align: center;
	border: 1px #ccc dashed;
}

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;
}

.cart_pay div {
	display: table-cell;
	vertical-align: middle;
	width: 200px;
}

.cart_pay dd {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 30px;
}

.cart_pay dd p {
	display: inline-block;
}

.cart_pay dd p:before {
	content: attr(data-content);
	display: inline-block;
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
}

.cart_pay dd p input[type="text"] {
	background: #f0f0f0;
	border: none;
	outline: none;
	width: 160px;
	margin: 10px auto;
}

.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%;
	min-height: 150px;
	padding:10px;
}

.cart_form li textarea::placeholder {
	vertical-align: middle;
}

.cart_form>li:last-child .box_le {
	height: 150px;
}

.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;
	/* height: 45px; */
}

.cart_form li:nth-child(1) .box_ri {
	border: none;
	padding: 10px 0;
}

.cart_form li:nth-child(9) .box_ri {
	border: none;
}

.cart_form li:nth-child(9) .box_ri .tik01 {}

.cart_form li:nth-child(9) .box_ri .tik01 h6 {
	display: inline-block;
	font-size: 15px;
	color: #111;
}

.cart_form li:nth-child(9) .box_ri .tik01 input {
	border: 1px #ccc solid;
	padding: 5px;
	width: 220px;
	margin: 0 10px;
}

.cart_form li:nth-child(9) .box_ri .tik01 i {
	display: inline-block;
	font-style: normal;
	font-size: 12px;
	color: #666;
}

.cart_form li:nth-child(10) .box_le,
.cart_form li:nth-child(10) .box_ri {
	height: 180px;
}

.cart_form li:nth-child(10) 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%;
}

.phone_carrier{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.phone_carrier input{max-width: 180px;}

/* .cart_btn_reset,
.cart_btn_send,
.cart_btn_fb {
	font-size: 16px;
	color: #fff;
	padding: 10px 30px;
	margin: 10px;
	border: none;
	letter-spacing: 1px;
	cursor: pointer;
} */

/* .cart_btn_reset {
	background: #fff;
	color: #333333;
	font-weight: bold;
}
.cart_btn_fb {
	background: url(../images/mem_img07.png) no-repeat 30px center #3B5998;
	padding-left: 60px;
} */

.dropdown {
	width: 80px;
	display: block;
	margin: 0 auto;
	border: 1px solid #ACAC9D;
}

.dropdown select {
	width: 100%;
	font-size: 12px;
}

.cart_pay li select {
	font-size: 12px;
}

#cart_pay_box {
	display: inline-block;
	width: 30.333%;
	margin: 10px 1%;
}

@media screen and (max-width: 1024px) {
	.cart_list_item td:nth-child(1) {
		width: 45%;
	}

	/* .cart_list_item td:nth-child(2),.cart_list_item td:nth-child(3) {
		display: none;
	} */

	/* .cart_list_item td:nth-child(5) {
		display: none;
	} */

	.cart_list_item h6 {
		font-size: 16px;
	}

	.cart_list_item li span {
		display: block;
		line-height: 130%;
		margin-top: 5px;
	}

	.cart_list_item li b {
		display: block;
		line-height: 130%;
	}
}

@media screen and (max-width: 820px) {
	.cart_list_item h6{
		text-align: center;
	}
	.cart_list_item .cart_list_head td {
		display: none;
	}

	.cart_list_item td:nth-child(1) {
		width: 100%;
		text-align: left;
	}

	.cart_list_item .cart_list_head td:nth-child(1) {
		width: 100%;
		display: block;
		text-align: center;
	}

	.cart_list_item td:last-child {
		width: 100%;
		border-bottom: 4px solid #ccc;
		padding: 10px 5px 20px 5px;
	}

	.cart_list_item td {
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 5px;
	}

	.dropdown {
		margin: 0;
		float: right;
	}

	.cart_list_item li h6 {
		font-size: 17px;
	}

	.cart_list_item li span {
		font-size: 14px;
	}

	.cart_list_item li b {
		font-size: 14px;
	}

	.price_le {
		width: 100%;
		float: none;
		margin-bottom: 30px;
	}

	.cart_pay dd p {
		display: block;
	}

	.price_ri {
		max-width: 100%;
		float: none;
		padding: 20px;
	}

	.product_cart h4 {
		margin: 0 auto;
		margin-bottom: 20px;
	}


	.cart_list_item td:before {
		content: attr(data-str);
		color: #000;
		display: none;
		vertical-align: middle;
		font-size: 15px;
	}

	.cart_list_item td:nth-child(4) {
		width: 100%;
	}

	.cart_list_item td h4 {
		display: block;
		font-size: 16px;
	}

	.cart_list_item p {
		display: inline;
		vertical-align: middle;
	}

	.cart_price_content td {
		padding: 0 5px 15px 5px;
	}

	.cart_form li .box_le {
		width: 200px;
	}

	.cart_form li .box_ri {
		width: calc(100% - 220px);
	}

	.cart_form li:nth-child(7) {
		height: 90px;
	}

	.cart_form li:nth-child(7).box_ri .tik01 h6 {
		width: 100%;
	}

	.cart_form li:nth-child(7).box_ri .tik01 input {
		width: 100%;
		margin: 10px 0;
	}

	.cart_form li:nth-child(7).box_ri .tik01 i {
		width: 100%;
	}

	.cart_form p {
		font-size: 16px;
	}

	/*#preferential_price{border-bottom: 1px dashed rgb(204, 204, 204); padding: 10px 5px;}*/
}

@media screen and (max-width: 600px) {
	.cart_form li .box_le {
		width: 125px;
		font-size: 14px;
	}

	.cart_form li .box_ri {
		width: calc(100% - 145px);
		font-size: 14px;
	}

	.cart_ps p {
		font-size: 15px;
		line-height: 150%;
	}

	#cart_pay_box {
		width: 100%;
		margin: 0;
		text-align: left;
	}

	.cart_form li{
		margin-bottom: 20px;
	}

	.cart_form li:nth-child(9) .box_ri .tik01 i{
		padding-top: 5px;
	}

}



/* 會員登入 */
.box_mem_login {
	margin: 60px auto 50px;
}

.mem_login {
	display: table;
	list-style: none;
	text-align: left;
	margin: 0 auto;
	width: 640px;
	max-width: 100%;
}

.mem_login li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
	text-align: left;
}

.mem_login li:nth-child(2) {
	width: calc(100% - 130px);
}

.mem_login h3 {
	color: #1f1f1f;
	font-size: 17px;
	text-align: left;
	font-weight: 400;
	width: 120px;
	margin: 10px 0 5px 0;
}

.mem_login input {
	width: 100%;
	border: 1px #ddd solid;
	padding: 7px 7px 7px 50px;
	background: url(../img/sxi_img093.jpg) #fff no-repeat left center;
}

.mem_login_link {
	text-align: center;
	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 b{
	

}

.mem_login_link a.log_link01:before{
	content: "(馬上註冊)";
	position: absolute;
	font-size: 17px;
	color: #F00;
	display: block;
	font-weight: bold;
	left: 0;
	bottom: -15px;
	opacity: 1;
}

.mem_login_link a.log_link01:hover:before{
	opacity: 0;

}

.mem_login_link a.log_link01 {
	background-image: url(../img/sxi_img094.png);
	position: relative;
}

.mem_login_link a.log_link02 {
	background-image: url(../img/sxi_img095.png);
}

.mem_login_link a.log_link03 {
	background-image: url(../img/sxi_img096.png);
}

.mem_login_link a:hover {
	background-position: 10px;
	padding: 5px 10px 5px 35px;
	background-color: #3A867F;
	color: #fff;
	border-radius: 60px;
}


.re_wr{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 147px;
	width: 100%;
	height: 49px;
	border:1px #3A867F solid;
	background-color: white;
	transition: 0.5s;
}

.re_wr input[type="reset"] {
	color:#333;
	transition: 0.5s;
}

.re_wr:hover input[type="reset"]{
	color:#ffffff;
	transition: 0.5s;
}

.re_wr span{
	color:#333;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	transition: 0.5s;
}

.re_wr img{
	margin-left: 15px;
}

.re_wr:hover{
	transition: 0.5s;
	background-color: #3A867F;
	color:white;
}

.re_wr:hover input{
	transition: 0.5s;
	color:white;
}

.re_wr:hover span{
	transition: 0.5s;
	color:white;
}

.re_wr:hover img{
	filter: brightness(100);
}

.ch_ck {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 147px;
	width: 100%;
	height: 49px;
	border:1px #3A867F solid;
	background-color: white;
	transition: 0.5s;
	margin-left: 10px;
}

.ch_ck span{
	color:#333;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	transition: 0.5s;
}


.ch_ck img{
	margin-left: 15px;
}

.ch_ck:hover{
	transition: 0.5s;
	background-color: #3A867F;
	color:white;
}

.ch_ck:hover span{
	transition: 0.5s;
	color:white;
}

.ch_ck:hover input{
	transition: 0.5s;
	color:white;
}

.ch_ck:hover img{
	filter: brightness(100);
}

.ch_ck input[type=submit], .re_wr input[type=reset] {
	background-color: transparent;
	padding:0;
	margin:0;
	width: fit-content;
	border:none;
	color:#333;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	transition: 0.5s;
}

.ch_ck:hover input[type=submit] {
	transition: 0.5s;
	color:white;
}

.cart_center01 .ch_ck input{
	padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

.cart_center01 .ch_ck:hover img{
	filter: brightness(100) !important;
}

@media screen and (max-width: 800px) {
	.mem_login {
		display: grid;
	}

	.mem_login li {
		padding: 0;
	}

	.box_mem_login {
		margin: 40px auto;
	}

	.mem_login input {
		margin-top: 5px;
	}
}

/* 會員註冊 個人資料修正 */
.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="text"],
.box_join input[type="password"],
.box_mem_passwd td input[type="password"],
.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="text"],.box_join input[type="password"],
.box_mem_passwd td input[type="password"]{
	background: url(../img/sxi_img093.jpg) #fff 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: #525252;
	background: url(../images/shin_img024.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: 16px;
	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"] {
    width: 100%;
    border: 1px #ddd solid;
    padding: 7px 7px 7px 50px;
    background: url(../img/sxi_img093.jpg) #fff no-repeat left center;
}

/*驗證碼*/

.form_password {
	text-align: right;
	margin-bottom: 20px;
}

.form__label {
	display: inline-block;
	margin-bottom: 10px;
}

.form__insert {
	display: inline-block;
	margin-bottom: 10px;
}

.form_declaration {}


/* 商店殼幣 */
.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: 1000px;
	margin: auto;
}

.box_column_history {
	list-style: none;
	display: block;
	width: 100%;
}

.box_column_history li {
	display: block;
	padding: 10px;
}

.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: 8px 5px;
	font-size: 12px;
	text-align: center;
}

.history_pd_info td:first-child {
	line-height: 120%;
	text-align: left;
}

.history_pd_info tr:nth-child(1) td {
	font-size: 15px;
	font-weight: bold;
}

.history_pd_info td:first-child{
	font-size: 16px;
}

.history_pd_info td:last-child {
	text-align: right;
	width: auto;
}

.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 7px center;
	border: 1px #ccc solid;
	border-radius: 20px;
	line-height: 32px;
	padding: 0 15px 0 35px;
	font-size: 15px;
	cursor: pointer;
}


/*.history_returned { display:table-cell; vertical-align:middle; padding: 0 0 0 30px;}*/
.history_dd {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
	margin-top: 20px;
}

.history_dd p {
	display: block;
	margin-bottom: 10px;
}

.history_dd p:before {
	content: attr(data-content);
	display: inline-block;
	font-size: 15px;
	color: #535353;
	margin-right: 10px;
}

.history_dd p input[type="text"] {
	background: #f0f0f0;
	border: none;
	outline: none;
	width: 160px;
	margin: 10px 0;
	display: block;
}

.history_dd input[type="radio"] {
	display: none;
}

.history_dd input[type="radio"]+label {
	padding: 0 10px 0 0;
}

.history_dd 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;
}

.history_dd input[type="radio"]:checked+label span {
	background-image: url(../images/cart_img04.png);
}

/* 匯款通知 */
.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;
}



/*profile*/

.checkbox {
	text-align: center;
	margin-top: 20px;
}

.checkbox input {
	display: inline-block;
	vertical-align: middle;
}

.checkbox p {
	display: inline-block;
	vertical-align: middle;
}

.checkbox p b {
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	color: #444444;
	font-size: 15px;
}

.checkbox p a {
	display: inline-block;
	vertical-align: middle;
	color: #006CD8;
	font-size: 15px;
}


.Shin_title {
	text-align: center;
	font-size: 25px;
	color: #111111;
	padding: 20px 0;
}



/* 商品左邊用選單 */
.accordion {}

.accordion_header,
.accordion_body {}

.accordion_item {
	padding: 10px 0;
}

.accordion>div:nth-child(n+2) {
	border-top: 1px solid #D87F5D;
}

.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: 15px;
	letter-spacing: 1px;
	padding: 0;
	font-weight: bold;
	font-family: 'Noto Sans TC', sans-serif;
}

/*.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_body .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>div:nth-child(n+2) .accordion_header:after {
	content: "+";
	display: inline-block;
	vertical-align: middle;
	transition: .3s all;
	margin-left: 12px;
	font-weight: bold;
}

.accordion>div:nth-child(n+2).active>.accordion_header:after {
	content: "-";
}

a.no_category_a {
	display: block;
	padding: 10px;
	color: #333;
	cursor: pointer;
	font-size: 15px;
	letter-spacing: 1px;
	font-family: 'Noto Sans TC', sans-serif;
}

a.no_category_a:hover {
	color: #000;
}



/* 商品總列表 */
.pd_i_box {
	padding: 0;
	max-width: 1400px;
	margin: 0 auto;
}

.pd_all {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1400px;
	margin: 15px auto auto;
}

.pd_le {
	display: inline-block;
	vertical-align: top;
	width: 165px;
	padding: 0;
	margin-right: 20px;
}

.pd_ri {
	display: inline-block;
	vertical-align: top;
	width: 1190px;
	max-width: calc(100% - 185px);
}

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;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.pd_i_lists li {
	display: inline-block;
	position: relative;
}

.pd_i_lists li a {
	max-width: 240px;
	display: inline-block;
	text-align: left;
}

.pd_i_lists li img {
	border: 1px #eee solid;
	margin-bottom: 10px;
}

.pd_i_lists p {
	color: #000;
	font-size: 15px;
	font-weight: 1000;
	line-height: 125%;
}

.pd_i_lists p.pd_name1 {}

.pd_i_lists p.pd_name2 {
	text-decoration: line-through;
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
}

.pd_i_lists p.pd_name3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

.pd_i_lists p.pd_name3 b {
	color: #F00;
	display: inline-block;
	margin-top: -3px;
	margin-left: 2px;
}

.pd_i_lists li a span {
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: rgba(204, 204, 204, 0.35);
	color: #000;
	border: 3px #fff solid;
	padding: 10px 40px;
	margin: 0 auto;
	margin-top: 15px;
	letter-spacing: 2px;
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

.pd_i_lists li a:hover span {
	opacity: 1;
}



/*產品詳細頁*/
.prodc_page {
	width: 100%;
	margin: 0 auto;
	padding: 50px 3%;
	background-color: #F1F1F1;
}

.prod_info_show {
	margin: 0 auto;
}

.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;
}

.paper_body .box_le {
	width: 45%;
}

.paper_body .box_ri {
	width: 54%;
}

.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;
}

.pdinfo .tabgroup img {
	border: 1px #eee solid;
}

.pdinfo .tabs {
	width: 100%;
margin-top: 30px;
}

.pdinfo .tabs li {
	display: flex !important;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.pdinfo .tabs a {
	display: block;
	width: 80px;
	margin:10px 5px;
	border: 1px #eee solid;
	cursor: pointer;
}

.pdinfo .tabs a.u_active{
	border: 3px #CDA21F dashed;
	padding:5px;
}

/* .pdinfo .tabs a.active {
	border: 1px #000 solid;
	display: inline-block;
} */

.pd_color ul.tabs li {
	display: inline-block;
}

.pd_color a {
	cursor: pointer;
}

.pd_color a.active2 {
	background-color: #444444;
	color: #FFF;
	pointer-events: none;
}

.pd_size a.active2 {
	background-color: #444444;
	color: #FFF;
	pointer-events: none;
}

.prod_info_show h2,
.ps_note,
.pd_price,
.dropdown_pd_item,
.click_buy,
.click_noticeme,
.stock_p,
.share_box {
	margin-bottom: 10px;
}

.prod_info_show h2 {
	font-size: 22px;
	color: #000;
	word-break: break-all;
}

.ps_note {
	font-size: 12px;
	color: #E12E59;
	background: #FFD7D7;
	display: inline-block;
	padding: 8px 20px;
}

.pd_price {
	margin-bottom: 15px;
}

.pd_price b {
	display: inline-block;
	vertical-align: middle;
	color: #FF0000;
	font-size: 28px;
}

.pd_price b em {
	font-style: normal;
	font-size: 17px;
	font-weight: bold;
}

.pd_price span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: line-through;
	margin-right: 10px;
	font-weight: bold;
	color: #666666;
}

.pd_bottombox {
	margin-bottom: 70px;
}

.pd_bottombox li {
	width: 23%;
	margin: 0 1%;
}

.pd_bottombox h5 {
	width: 440px;
	display: block;
	margin: 0 auto;
	text-align: center;
	position: relative;
	padding: 0 15px;
	margin-bottom: 50px;
}

.pd_bottombox h5 b {
	display: inline-block;
	font-size: 18px;
	color: #525252;
	position: relative;
	text-align: center;
	font-weight: normal;
}

.pd_bottombox h5:before {
	content: "";
	position: absolute;
	background-image: url(../images/shin_img037.png);
	width: 18px;
	height: 17px;
	left: 0;
}

.pd_bottombox h5:after {
	content: "";
	position: absolute;
	background-image: url(../images/shin_img037.png);
	width: 18px;
	height: 17px;
	right: 0;
}

.pd_promotion b {
	display: block;
	font-size: 13px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.pd_promotion a {
	display: block;
	position: relative;
	color: #F35527;
	line-height: 180%;
	font-weight: bold;
	padding: 0 0 0 15px;
	background-image: url(../images/shin_img037.png);
	background-position: left;
	background-repeat: no-repeat;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Noto Sans TC', sans-serif;
}

.pd_content {
	text-align: left;
}

.pd_contitle {
	margin-top: 30px;
	margin-bottom: 30px;
}

.pd_contitle h4 {
	width: 180px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	font-size-adjust: 15px;
	margin-bottom: -2px;
	text-align: center;
}

.pd_box {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	background-color: #FAFAFA;
	border-radius: 10px;
	text-align: left;
	margin: 1% 0.5%;
	padding: 20px 15px;
}

.pd_box input {
	width: 5%;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #867D78;
	transform: scale(1.5);
}

.pd_box img {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}

.pd_box h5 {
	width: 58%;
	display: inline-block;
	vertical-align: middle;
}

.pd_box h5 b {
	display: block;
	font-size: 18px;
	color: #525252;
	margin-bottom: 5px;
}

.pd_box h5 b em {
	font-size: 22px;
	color: #FF0000;
	font-style: normal;
	position: relative;
	top: -3px;
}

.pd_box h5 span {
	display: block;
	font-size: 16px;
	color: #857D78;
	line-height: 140%;
}

@media screen and (max-width: 1200px) {
	.pd_le {
		display: none;
	}

	.pd_ri {
		width: 100%;
	}

	.prodc_page {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
	}

	.detail_list {}
}

.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: 15px 8px;
	min-width: 200px;
	text-align: center;
}

.click_buy a.goadd {
	background-color: #3A867F;
	cursor: pointer;
}

.click_buy a.gopay {
	background-color: #888;
}

.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_buy {
	margin-top: 30px;
}

.click_buy a.goadd2 {
	background-color: #777;
}


.click_noticeme {}

.click_noticeme a {
	display: block;
	background: no-repeat center center #FF8000;
	font-size: 15px;
	color: #fff;
	padding: 7px;
	text-align: center;
}

.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 {
	margin-top: 25px;
}

.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);
}

@media screen and (max-width: 1200px) {

	.pd_i_lists li {}


	.detail_list li {
		width: 23%;
		margin: 0px 1% 20px;
	}

	.accordion_header a.category_one_a {
		font-size: 16px;
	}

	a.no_category_a {
		font-size: 14px;
		padding: 5px;
	}


}

@media screen and (max-width: 1000px) {

	.pd_box h5 {
		width: 50%;
	}

}

@media screen and (max-width: 800px) {


	.accordion_header a.category_one_a {
		font-size: 15px;
	}

	a.no_category_a {
		font-size: 12px;
	}

	.pd_le {
		width: 210px;
		margin-bottom: 20px;
	}

	.pd_ri {
		width: 100%;
		display: block;
		margin: 0 auto;
	}

	.prod_info_show {
		max-width: 500px;
	}

	.paper_body .box_le {
		width: 100%;
	}

	.paper_body .box_ri {
		width: 100%;
	}

	.detail_list {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}

	.pd_bottombox h5 {
		width: 370px;
		padding: 0 15px;
		margin-bottom: 50px;
	}

	.pd_bottombox h5 b {
		font-size: 15px;
	}

	.detail_list li a span {
		display: none;
	}

	.detail_list li a {
		text-align: left;
	}

	.detail_list li {
		width: 48%;
		margin: 0px 1% 20px;
	}

	.pd_box {
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.cart_form li:nth-child(7) .box_ri .tik01 input {
		width: 220px;
		margin: 10px 0;
		display: block;
	}

}

@media screen and (max-width: 600px) {

	.pd_i_lists li {
		width: 48%;
		margin: 0px 1% 20px;
	}

	.navigation-portrait .nav-toggle {
		display: block;
	}

	.cart_form li .box_ri {
		font-size: 12px;
		line-height: 120%;
	}

	.cart_form li .box_ri {
		padding: 5px;
	}

	.pdinfo .tabs a{
		width: 60px;
	}

}


@media screen and (max-width: 490px) {

	.price_ri td {
		padding: 0 0 15px 0;
	}

	.price_ri td:nth-child(1) {
		text-align: left;
		width: 30%;
		font-size: 12px;
	}

	.price_ri td:nth-child(2) {
		text-align: left;
		font-size: 12px;
	}

	.price_ri td:nth-child(3) {
		text-align: right;
		font-size: 12px;
	}

	.price_ri i {
		font-size: 12px;
		text-align: left;
	}

	.cart_price_content td {
		padding: 0 0 15px 0;
	}

	.cart_price_content td:nth-child(1) {
		text-align: left;
		width: 30%;
		font-size: 12px;
	}

	.cart_price_content td:nth-child(2) {
		text-align: left;
		font-size: 12px;
	}

	.cart_price_content td:nth-child(3) {
		text-align: right;
		font-size: 12px;
	}

	.cart_price_content i {
		font-size: 12px;
		text-align: left;
	}

}