@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;
    list-style: none;
}

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;
    /* -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;
}

img {
    max-width: 100%;
}

.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*/
}

.yp_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.yp_flex_col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;

}

/* 共用回到頂端 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;
    font-weight: 100;
    cursor: pointer;
    color: #421F02;
    border: 1px #421F02 solid;
    background: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: .3s;
}

.f_gotop i {
    transform: scaleX(1.1);
    transition: .3s;
}

.f_gotop:hover {
    background: #421F02;
    color: #FFFFFF;
}

.f_gotop:hover i {
    transform: scaleX(1.5);
}

/* 共用 Animations */
[data-animate-in] {
    opacity: 0;
    transition: transform 1.6s ease, opacity 1.6s ease;
}

[data-animate-in="up"] {
    transform: translate3d(0, 10%, 0);
}

/*由下往上*/
[data-animate-in="left"] {
    transform: translate3d(-50%, 0, 0);
}

/*由左往右*/
[data-animate-in="right"] {
    transform: translate3d(50%, 0, 0);
}

/*由右往左*/
[data-animate-in="down"] {
    transform: translate3d(0, -10%, 0);
}

/*由上往下*/
[data-animate-in="fadeIn"] {
    transform: translate3d(0, 0, 0);
}

/*淡入*/
[data-animate-in="scaleIn"] {
    transform: scale(.3);
}

/*放大淡入*/
[data-animate-in="rotateIn"] {
    transform: scale(.3) rotate(-10deg);
}

/*放大淡入*/
[data-animate-in].in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transition: transform 1.6s ease, opacity 1.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 {
    background: url(../images/alltimes_bg02.jpg) repeat;
    padding: 50px 20px;
    text-align: center;
}

.footer section {
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    max-width: 997px;
    margin: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 30px;
}

.at_ft_copy {
    font-style: normal;
    font-size: 12px;
    color: #502602;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
}

.footer_logo {
    width: 264px;
}

.footerContent {
    width: 510px;
    justify-content: flex-end;
}

.footerMenu {
    width: 100%;
    list-style: none;
    padding: 0;
}

.footerMenu li {
    width: 80px;
    max-width: 33.33%;
    margin: 5px 0 5px 90px;
    text-align: left;
}

.footerMenu li a {
    color: #401F00;
    font-size: 16px;
    font-weight: bold;
}

.footerMenu li a:hover {
    color: #EC9900;
}

.footerIcon {
    list-style: none;
    width: 140px;
    justify-content: space-between;
    margin-top: 30px;
}

/* 共用聯絡浮動 */

.fix_ri {
    width: 50px;
    box-sizing: border-box;
    position: fixed;
    bottom: 95px;
    right: 23px;
    z-index: 999999;
    text-align: center;
}

.fix_ri>a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 3px 3px 5px rgba(51, 51, 51, .65);
}

.fix_ri>a+a {
    margin-top: 10px;
}

.fix_ri>a.fix_line {
    background: #2DB200;
}

.fix_ri>a.fix_mail {
    background: #FFB01A;
}

.fix_ri>a.fix_fb {
    background: #0059B2;
}

.fix_ri>a.fix_mess {
    background: #2DB200;
}

.fb_box {
    max-width: unset;
}

/* 共用內頁 */
.paper_content {
    padding: 60px 20px;
}

.paper_body {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}

.paper_body * {
    max-width: 100%;
}

.path {
    display: flex;
    max-width: 1200px;
    margin: 25px auto;
    text-align: right;
    padding: 0 15px;
    line-height: 110%;
    letter-spacing: .1em;
    align-items: flex-end;
    align-content: flex-end;
    justify-content: flex-end;
}

.path>*+* {
    margin-left: 7px;
}

.path a {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    color: #000000;
    line-height: 140%;
    align-items: flex-end;
    align-content: flex-end;
}

.path a:hover {
    color: #FFB01A;
}

.path a.path_home:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    background: url(../images/icon_home.png) center bottom;
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
}

.path span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    color: #000000;
}

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;
}


/* 共用標題 */
.alltimes_title.yp_flex {
    flex-direction: column;
}

.alltimes_title h6 {
    color: #B77925;
    font-weight: 500;
    font-family: 'Noto Serif TC', serif;
    line-height: 120%;
}

.alltimes_title h5 {
    font-size: 35px;
    font-weight: 500;
    color: #401F00;
    line-height: 160%;
    letter-spacing: .1em;
}

/* 共用分頁 */
.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 {
    border-color: #999999;
}

.page_list a.action {
    border-color: transparent;
    font-weight: 1000;
}

.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/alltimes_bg01.png) repeat;
}

.banner_s {
    margin: 0 auto;
}

/* 首頁 */
.alltimes_i_c {
    margin: 0 auto;
}


.alltimes_i_title {
    flex-direction: column;
    text-align: center;
}


/* Style the tab */
.i_article {
    max-width: 100%;
    background: url(../images/allTime_index_bg01.jpg) top center no-repeat;
    padding: 75px 20px 50px;
}

.i_articleList {
    width: 920px;
    max-width: 100%;
    margin: 20px auto 0;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.tab {
    width: 160px;
    max-width: 20%;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    display: block;
    width: 100%;
    height: 47px;
    color: black;
    border: 1px solid #ECBC74;
    border-radius: 10px;
    padding: 10px;
    line-height: 100%;
    outline: none;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 0;
}

.tab button span {
    letter-spacing: 0;
}

.tab button+button {
    margin-top: 20px;
}

.tab button:hover {
    background-color: #FFB01A;
    border-color: #FFB01A;
}

.tab button.active {
    background-color: #FFB01A;
}

/* Style the tab content */
#renews {
    padding: 0px 12px;
    max-width: 79%;
    width: 720px;
    border-left: none;
    height: 300px;
}

.tabcontent li {
    border-bottom: 1px solid #FFB01A;
}

.tabcontent li a {
    justify-content: space-between;
    padding: 16px 0 14px;
    font-size: 15px;
    color: #B27117;
}

.tabcontent li:hover a {
    background: rgba(255, 176, 26, .05);
}


.tabcontent li h6 {
    width: 515px;
    max-width: calc(100% - 90px);
    overflow: hidden;
    line-height: 120%;
    display: -webkit-box;
    letter-spacing: .1em;
    font-weight: normal;
    color: #000000;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 首頁商品 */

.i_prodc {
    background-image: url(../images/allTime_index_bg02.jpg), url(../images/allTime_index_bg03.jpg);
    background-color: #FFFFFF;
    background-position: top center, bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 130px 20px 660px;
    text-align: center;
}

.i_prodc ul {
    max-width: 100%;
    list-style: none;
    width: 1500px;
    margin: 40px auto 0;
    text-align: center;
    justify-content: flex-start;
}

.i_prodc li {
    display: flex;
    width: 352px;
    max-width: calc(25% - 20px);
    justify-content: center;
    align-items: center;
    margin: 40px 10px;
}

.i_prodc a {
    display: block;
    position: relative;
    background: #FFFFFF;
    box-shadow: 2px 2px 6px rgba(187, 187, 187, .65);
}

.i_prodcImg {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}

.i_prodcImg img {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.i_prodc .pd_name1 {
    padding: 25px 20px;
    font-size: 17px;
    color: #411F01;
    font-weight: bold;
    letter-spacing: .15em;
    text-align: center;
}

.i_prodc figure {
    margin: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 176, 26, .7);
    position: absolute;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
}

.i_prodc a:hover figure {
    transform: translate(-50%, -50%) scale(1);
}

.i_prodc figure span {
    padding: 10px 30px;
    background: rgba(255, 255, 255, .7);
    text-align: center;
    font-family: 'Noto Serif TC', serif;
    color: #6B3906;
    font-size: 17px;
    line-height: 1;
    border-radius: 5px;
}

a.i_pd_more {
    display: flex;
    width: 200px;
    height: 200px;
    border-radius: 20px;
    border: 1px solid #FFB01A;
    background: #FFFFFF;
    flex-direction: column;
}

a.i_pd_more::after {
    content: '';
    width: 80px;
    height: 12px;
    background: url(../images/al_i_pdArrow01.png) bottom left no-repeat;
    transition: .6s;
}

a.i_pd_more:hover {
    background: #FFB01A;
}

a.i_pd_more:hover::after {
    background: url(../images/al_i_pdArrow02.png) bottom left no-repeat;
    margin-left: 30px;
    margin-right: -30px;
}

/* 關於我們 */

.About_paper {
    background: url(../images/ab_bg02.png) center no-repeat, /*url(../images/ab_bg01.jpg) top center no-repeat,*/ url(../images/ab_bg03.jpg) bottom center no-repeat;
    padding:100px 20px 195px;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: .2em;
}

.About_paper .paper_body {
    max-width: 900px;
    width: 100%;
}

.about01 .ViewThumb { display: block; width: 100%;}
.about01 .ViewThumb img {}
.about01 .ViewThumb img.Use_Desk { display: block;}
.about01 .ViewThumb img.Use_RWD { display: none;}

.about01 dl {
    margin-top: 50px;
}


.about01 dt {
    display: inline-flex;
    padding: 5px 10px;
    letter-spacing: 0;
    height: 35px;
    border: 1px solid #FFB01A;
    border-radius: 5px;
    color: #411F01;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

.about01 dd h6 {
    width: 100%;
    font-size: 30px;
    letter-spacing: .2em;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 20px;
}

.about01 dd b {
    color: #B77925;
}

.about01 dd>p+img {
    margin-top: 50px;
}

.about01 dl:first-of-type dd h6 {
    width: 100%;
    color: #502602;
}

.about01 dl:last-child dd {
    flex-direction: column;
}

.about01 ul {
    width: 100%;
    justify-content: space-between;
    margin-top: 70px;
}

.about01 li {
    max-width: 33.333%;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 20px 10px 0;
    padding: 20px;
}

.about01 li div {
    background: #FFF8EA;
    border-radius: 10px;
    width: 270px;
    max-width: 100%;
}

.about01 li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: #FFB01A;
    border-radius: 50px;
    font-family: 'Noto Serif TC', serif;
    font-size: 30px;
    text-align: center;
    color: #FFFFFF;
    line-height: 100%;
    letter-spacing: 0;
    overflow: hidden;
    padding-bottom: 5px;
}

.about01 li p {
    padding: 20px 0;
}

.about01 li p+img {
    margin-top: 10px;
}

.about02 {
    margin-top: 95px;
    flex-direction: column;
    min-height: 185px;
    background: url(../images/ab_bg04.png) center no-repeat;
    text-align: center;
}

.about02 b {
    font-size: 25px;
    color: #460000;
    display: block;
    line-height: 150%;
}

.about02 br {
    display: none;
}

/* 文章分享 */
.article_body {
    background: url(../images/at_blog_bg.jpg) top center repeat-y;
    padding: 60px 20px;
}

.article_content_page .article_body {
    background: url(../images/article_info_bg) top center repeat_y;
}

.blog_box {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    min-height: 10vw;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog_le,
.blog_ri {
    margin-bottom: 2vw;
}

.blog_le {
    width: 220px;
}

.blog_ri {
    width: 910px;
    max-width: calc(100% - 240px);
    min-height: 50vh;
}

h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #666;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 7px;
}

h5.blog_le_t em {
    display: inline-block;
    font-style: normal;
}

h5.blog_le_t span {
    display: inline-block;
}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    overflow: hidden;
}

.accordion li .link {
    cursor: pointer;
    display: block;
    padding: 15px 0px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    position: relative;
    transition: .5s;
}

.accordion li .link a {
    color: #401F00;
    transition: unset;
}

.blog_le .accordion li {
    position: relative;
    border-bottom: 1px #ddd solid;
}

.blog_le .accordion li .link::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    top: 50%;
    color: #EC9900;
    transition: .6s;
}

.blog_le .accordion li .link:last-child {
    border: none;
}

.blog_le .accordion li.open .link {
    color: #999;
}

.blog_le .accordion li.on_this_category .link,
.blog_le .accordion li.open .link,
.accordion li:hover .link {
    padding-left: 10px;
}

.blog_le .accordion li.on_this_category .link a,
.blog_le .accordion li.open .link a,
.accordion li:hover .link a {
    color: #EC9900;
}

.blog_le .accordion li.open .link::before,
.blog_le .accordion li:hover .link::before {
    left: 0;
}


.blog_le .accordion li i {
    font-size: 15px;
    color: #EC9900;
    transition: all 0.4s;
    position: absolute;
    left: -5px;
}

.blog_le .accordion li:hover i {
    left: 0;
}

.blog_le .accordion li.open i.fa-chevron-down {
    transform: rotate(180deg);
}

.blog_le .accordion li.default .submenu {
    display: block;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
    color: #EC9900;
}

.submenu {
    display: none;
    background: #efefef;
    font-size: 14px;
}

.submenu li {
    background: none !important;
    border-bottom: 1px solid #ccc;
}

.submenu a {
    display: block;
    position: relative;
    color: #666;
    padding: 12px 12px 12px 25px;
    transition: all 0.5s ease;
}

.submenu a:before {
    content: '\f138';
    display: block;
    position: absolute;
    top: 12px;
    left: 7px;
    font-size: 15px;
}

.submenu a:hover {
    background: #ab9383;
    color: #FFF;
}

h4.blog_category_title {
    color: #333;
    font-size: 30px;
    border-bottom: 2px #FFB01A solid;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
}

h4.blog_category_title::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px #FFB01A solid;
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
}

h4.blog_category_title em {
    font-style: normal;
}

h4.blog_category_title em:after {
    content: '/';
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    color: #666;
    margin: 0 10px;
}

h4.blog_category_title span {
    font-size: 24px;
    color: #666;
}

.blog_subbox {}

.blog_subbox * {
    transition: all 0.6s ease;
}

.subbox_item {
    display: block;
    width: 33.333%;
    margin-bottom: 45px;
    position: relative;
    background: #FFFFFF;
}

.subbox_item a {
    display: block;
    position: relative;
    padding: 10px;
}

.subbox_item a:hover {
    background: #fff;
}

.blog_img {
    position: relative;
    width: auto;
    padding-top: 100%;
    background: #fffcf2;
    overflow: hidden;
}

.blog_img img {
    max-width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.blog_list_ri {
    width: 100%;
    margin-top: 10px;
}

.blog_list_ri h5 {
    font-weight: bold;
    font-size: 22px;
    color: #411F01;
    letter-spacing: .1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}

.blog_list_ri em {
    font-size: 15px;
    color: #B27117;
    font-style: normal;
    display: block;
    margin: 7px 0;
    letter-spacing: .1em;
}

.blog_list_ri p {
    margin-top: 15px;
    font-size: 17px;
    color: #111111;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

/* hover */
.subbox_item a:hover {
    box-shadow: 0px 0px 10px 5px rgba(204, 204, 204, .65);
    position: relative;
    z-index: 5;
}

.subbox_item a:hover:after {
    opacity: 1;
    width: 100%;
    transition: all 500ms;
}


/* article search */
.blog_search {
    position: relative;
    margin-bottom: 10px;
}

.blog_search input[type=search] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: solid 1px #ECBC74;
    border-radius: 10px;
    padding: 15px 35px 15px 15px;
}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 45px;
    height: 100%;
    background: url(../images/blog_serch.png) no-repeat center center;
    border: none;
    cursor: pointer;
}

.blog_search input[placeholder] {
    letter-spacing: .2em;
    color: #777777;
}

.blog_search input[type=search]:focus {
    letter-spacing: 0;
    color: #888888;
}


.blog_search input::-webkit-search-decoration,
.blog_search input::-webkit-search-cancel-button {
    display: none;
}

.blog_search input:-moz-placeholder,
.blog_search input::-webkit-input-placeholder {
    color: #999;
}

.blog_search input[type=search]:focus {
    color: #000;
}

.blog_back {
    text-align: center;
}

.blog_back a {
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    width: 32%;
}

.blog_back a.article_btn_prev {
    background: #333;
}

.blog_back a.article_btn_back {
    background: #958377;
}

.blog_back a.article_btn_next {
    background: #333;
}

/* search details */
.blog_box_edit {
    padding: 40px 0;
    border-bottom: 1px solid #FFB01A;
    position: relative;
    margin-bottom: 40px;
}

.blog_box_edit::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 2px solid #FFB01A;
    position: absolute;
    left: 0;
    bottom: -6px;
}

.blog_box_edit * {
    max-width: 100%;
    font-size: 17px;
    word-wrap: break-word;
    line-height: 160%;
    letter-spacing: .1em;
}

.blog_box_edit img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.article_img {}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.blog_article_change {
    width: 430px;
    max-width: 100%;
    justify-content: space-between;
}

.blog_article_change a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #000000;
    font-size: 17px;
    letter-spacing: .2em;
    width: 130px;
    max-width: 32%;
    height: 40px;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid #FFB01A;
    border-radius: 10px;
}

.blog_article_change a:hover {
    background: #FFB01A;
}

/* 最新消息 */
.news_mainPart {
    background: url(../images/news_bg01.jpg) bottom 25px center no-repeat;
    padding: 60px 20px 120px;
}

.paper_body.news_body {
    margin: 0px auto;
}

.news_banner {
    background: url(../images/news_banner.jpg) top center no-repeat;
    background-size: contain;
    height: 50vw;
}

.news_class {
    margin-bottom: 90px;
}

.news_class li {
    margin: 10px;
    max-width: calc(50% - 20px);
    box-sizing: border-box;
}

.news_class li a {
    width: 157px;
    max-width: 100%;
    height: 47px;
    border: 1px solid #ECBC74;
    border-radius: 10px;
    box-sizing: border-box;
    color: #000000;
    letter-spacing: 0.295em;
    padding: 5px 10px;
}

.news_class li a:hover {
    background: #FFB01A;
}

.news_title {
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #FFB01A;
}

.news_time {
    font-size: 15px;
    color: #B27117;
    letter-spacing: .1em;
    width: 100px;
}

.news_title h6 {
    width: calc(100% - 110px);
    justify-content: flex-start;
    font-size: 22px;
    color: #000000;
    letter-spacing: .1em;
    font-weight: normal;
    line-height: 100%;
}

.news_title h6 b {
    font-weight: normal;
    font-size: 17px;
    color: #502602;
    letter-spacing: .295em;
    justify-content: space-between;
    margin-right: 18px;
}

.news_title h6 b::after {
    content: '';
    width: 7px;
    height: 20px;
    border-right: 1px solid #FFB01A;
    border-left: 1px solid #FFB01A;
    display: block;
    margin-left: 10px;
}

.news_edit {
    padding: 50px 0;
    border-bottom: 1px solid #FFB01A;
    position: relative;
}

.news_edit::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #FFB01A;
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.other_news {
    margin: 50px auto;
    justify-content: flex-start;
}

.other_news li {
    width: 33.333%;
    margin: 20px 0;
    padding: 0 20px;
}

.other_news a {
    display: block;
    width: 100%;
    height: 162px;
    padding: 25px 40px;
    border-radius: 30px;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 2px 2px 8px rgba(204, 204, 204, .65);
    color: #000000;
}

.other_news li:hover a {
    border: 1px solid #FFB01A;
    background: #FFFCF7;
}

.other_news a>* {
    padding-left: 16px;
}

.otherNewsTime {
    position: relative;
    margin-bottom: 20px;
}

.otherNewsTime::before {
    content: '';
    width: 7px;
    height: 100%;
    border-width: 0 1px 0 1px;
    border-color: #FFB01A;
    border-style: solid;
    position: absolute;
    left: -7px;
    top: 0;
}

.otherNewsTime p {
    color: #B27117;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: .1em;
}

.otherNewsTime span {
    display: block;
    font-size: 17px;
    color: #502603;
    letter-spacing: .295em;
    line-height: 150%;
}

.otherNewsTitle {
    font-size: 20px;
    color: #000000;
    letter-spacing: .1em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
}

/* 產品介紹 */
.proIntro_ban {
    background: url(../images/pdIntro_ban.jpg) top center no-repeat;
    height: 50vw;
    justify-content: flex-end;
    background-size: contain;
}

.proIntro_ban p {
    width: 1065px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.proIntro_ban p img {
    max-width: 40vw;
}

.ProIntro_paper {
    padding: 60px 20px;
}

.ProIntro_paper .paper_body {
    width: 1065px;
}

.ProIntro_content+.ProIntro_page_list {
    margin-top: 70px;
}

.ProIntro_content>li {
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.ProIntro_content>li+li {
    margin-top: 100px;
}

.ProIntro_content>li>article {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.proIntro_title h6 {
    font-size: 20px;
    font-weight: bold;
    color: #CF8233;
    letter-spacing: .2em;
    line-height: 180%;
}

.proIntro_title h5 {
    font-size: 50px;
    color: #502602;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 150%;
}

.proIntro_info {
    margin: 20px 0 10px;
    letter-spacing: .1em;
    line-height: 140%;
    font-size: 26px;
    color: #000000;
}

.proIntro_info li+li {
    margin-top: 10px;
}

.proIntro_info li p {
    padding-left: 30px;
    position: relative;
    margin-bottom: 5px;
}

.proIntro_info li p::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
    color: #222222;
}

.proIntro_info li span {
    display: block;
    font-size: 15px;
    color: #502601;
    line-height: 150%;
    letter-spacing: .05em;
}

.proIntro_info p.pdComingSoon {
    display: flex;
    min-height: 375px;
    flex-direction: column;
    justify-content: center;
}

.proIntro_link a {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 240px;
    height: 47px;
    border: 1px solid #FFB01A;
    border-radius: 10px;
    color: #401F00;
    font-size: 17px;
    letter-spacing: 0.295em;
    padding-left: 0.295em;
}

.proIntro_link a:hover {
    background: #FFB01A;
}

.ProCatoImg {
    width: 580px;
    padding-top: 55%;
    overflow: hidden;
    max-width: 55%;
    position: relative;
}

.ProCatoImg>img {
    position: absolute;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
}

/* 聯絡我們 */

.paper_contact {
    background: url(../images/contact_bg.jpg) bottom center no-repeat;
    padding: 110px 20px;
}

.paper_contact .paper_body {
    width: 990px;
}

.contact_info {
    margin: 50px auto;
    border-top: 1px solid #FFB01A;
    position: relative;
    padding: 50px 0;
}

.contact_info::before {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 2px solid #FFB01A;
    position: absolute;
    top: -7px;
    left: 0;
}

.contact_info ul, .contact_info ul li {
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.contact_info ul li {
    max-width: 49.5%;
}

.contact_info ul li dl {
    width: 318px;
    max-width: calc(100% - 120px);
    line-height: 180%;
    letter-spacing: .1em;
}

.contact_info ul li dt {
    font-size: 25px;
    font-weight: bold;
    color: #401F00;
    margin-bottom: 10px;
}

.contact_info ul li a, .contact_info ul li p {
    display: inline-flex;
    font-size: 17px;
    color: #000000;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    line-height: 180%;
    letter-spacing: 0;
}

.contact_info ul li a {
    margin-bottom: 10px;
}

.contact_info ul li b {
    font-weight: normal;
    margin-right: 10px;
    letter-spacing: .1em;
    border: 1px solid #FFB01A;
    padding: 0 10px;
    border-radius: 8px;
}

.contact_info ul li a:hover b {
    background: #FFB01A;
}

.contact_info ul li p span {
    text-align: justify;
}

.con_star {
    color: #D98D00;
    font-weight: normal;
    padding: 0 5px;
}

.starNote {
    text-align: right;
    padding: 20px 0;
    font-size: 15px;
    letter-spacing: .1em;
}


.box_cont_top01 dl {
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    line-height: 180%;
    padding: 20px 0;
    border-bottom: 1px solid #FFB01A;
}

.box_cont_top01 dt {
    width: 100px;
    font-size: 15px;
    padding: 6px 0;
    box-sizing: border-box;
    line-height: 100%;
}

.box_cont_top01 dd {
    width: calc(100% - 110px);
    justify-content: flex-start;
}

.box_cont_top01 dd.yp_flex p+p {
    margin-left: 10px;
}

.box_cont_top01 input,
.box_cont_top01 textarea {
    width: 100%;
    border: 0;
    padding: 6px 0;
    color: #444444;
    letter-spacing: .1em;
    font-size: 15px;
}

.box_cont_top01 input::placeholder,
.box_cont_top01 textarea::placeholder {
    color: #CCCCCC;
}

.box_cont_top01 textarea {
    height: 200px;
}

.code_text input[type="text"] {
    width: 70px;
}

.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;
}

.box_cont_top02 {
    width: 280px;
    margin: 60px auto 0;
    justify-content: space-between;
}


.box_cont_top02 li {
    width: 130px;
}

.btn_reset,
.btn_submit {
    font-size: 17px;
    text-align: center;
    letter-spacing: .1em;
    padding: 10px 20px;
    border: none;
    color: #000000;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #FFB01A;
    transition: .3s;
}

.box_cont_top02 li input:hover, .box_cont_top02 li input:focus {
    background: #FFB01A;
    cursor: pointer;
}



/* 商品左邊用選單 */
.accordion {}

.accordion_header,
.accordion_body {}

.accordion_item {
    padding: 10px 0;
    transition: .3s;
}

.accordion_item+div {
    border-top: 1px solid #CCCCCC;
}

.accordion_item a {
    color: #000;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 10px;
    display: inline-block;
}

.accordion_item:hover a.category_one_a {
    color: #FFB01A;
    font-weight: 1000;
}

.accordion_header {
    color: #000;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 1px;
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

a.category_one_a {
    color: #3F1F00;
    font-size: 15px;
    letter-spacing: .1em;
    padding: 0;
    font-weight: bold;
    position: relative;
}

a.category_one_a::before {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -30px;
    top: 0px;
    color: #FFB01A;
    opacity: 0;
}

.accordion_item.active, .accordion_item:hover {
    color: #FFB01A;
    padding-left: 15px;
}

.accordion_item:hover a.category_one_a::before, .accordion_item.active a.category_one_a::before {
    left: -10px;
    opacity: 1;
}

.accordion_item .accordion_item.le_prods_item.active {
    background: #f6f6f6;
    border: 2px #c3c3c3 solid;
}

.accordion_header:hover {
    position: relative;
    z-index: 5;
    color: #FFB01A;
    font-weight: 1000;
}

.accordion_header:hover a,
.accordion_item.active .accordion_header a.category_one_a {
    color: #FFB01A;
    font-weight: 1000;
}

.accordion_body {
    display: none;
    color: #353535;
    font-size: 15px;
    margin-top: 5px;
}

.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: '';
    background: url(../images/pd_list_arrow02.png) center no-repeat;
    width: 22px;
    height: 22px;
    transition: .3s;
}

.accordion_item:hover>.accordion_header:after, .accordion_item.active>.accordion_header:after {
    background: url(../images/pd_list_arrow01.png) center no-repeat;
}

a.no_category_a {
    display: block;
    padding: 10px 0;
    color: #3F1F00;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: .1em;
}

a.no_category_a:hover {
    color: #FFB01A;
}


/* 商品總列表 */
.pd_mainList .paper_content, .pd_serch_fin .paper_content {
    background: url(../images/pd_mainList_bg.jpg) bottom center no-repeat, #FFFFFF;
}

.pd_i_box {
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.prodc_title {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    margin: 0 auto;
}

.prodc_title .path {
    margin: 0;
}

.pd_i_box.pd_serchFin_box {
    justify-content: center;
}

.pd_le {
    display: inline-block;
    vertical-align: top;
    width: 190px;
}

.pd_le .alltimes_title {
    margin-bottom: 10px;
}

.pd_ri {
    vertical-align: top;
    width: 940px;
    max-width: calc(100% - 250px);
}

.pd_list_category {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 30px;
}

.pd_list_category .path {
    margin: 0;
}

h3.pd_i_category_name {
    background: url(../images/pd_icon.png) no-repeat left center;
    font-size: 20px;
    color: #411F01;
    font-weight: bold;
    min-height: 46px;
    padding: 10px 7px 10px 50px;
    text-align: left;
    max-width: 100%;
    justify-content: flex-start;
}

.pd_serchFin_box h3.pd_i_category_name {
    background-image: url(../images/pd_serch_icon.png);
}


h3.pd_i_category_name span {
    display: inline-block;
    color: #FF7F00;
}

.pd_i_lists {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
    width: 1200px;
    margin: 0 auto 0;
    text-align: center;
    justify-content: center;
}

.pd_i_lists li {
    width: 31%;
    margin: 0 1% 25px;
}


.pd_i_lists p {
    color: #000;
    font-size: 15px;
    font-weight: 1000;
    line-height: 125%;
}

.pd_i_lists p em {
    display: block;
    font-size: 13px;
    text-decoration: line-through;
    font-style: normal;
    color: #E12E59;
}

.pd_i_lists p.pd_name1 {
    font-size: 18px;
    color: #3F1F00;
    font-weight: bold;
    line-height: 180%;
    margin-top: 10px;
}

.pd_i_lists p.pd_name3 {
    font-size: 12px;
    color: #A56C20;
    line-height: 180%;
    letter-spacing: .15em;
}

.pd_i_lists li a:hover {
    box-shadow: 3px 3px 5px rgba(187, 187, 187, .65);
}

.pd_i_lists li a span {
    width: 130px;
    text-align: center;
    font-size: 15px;
    background: #FFB019;
    color: #421F02;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 7px 7px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.pd_i_lists li a:hover span {
    background: #421F02;
    color: #FFB019;
}

.pd_i_lists li a .pd_img {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    background: #fffcf2;
    overflow: hidden;
    border: 1px #eee solid;
}

.pd_img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

/*產品詳細頁*/
.pd_detail_page .paper_content {
    background: url(../images/pd_det_bg01.jpg) top center no-repeat, #FFFFFF;
    padding: 60px 0;
}

.prodc_page {
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
}

.pd_detail_page .pd_i_box>*, .pd_detail_page .tab_menu_c {
    width: 1200px;
    max-width: calc(100% - 40px);
}

.prod_info_show {
    margin: 50px auto 150px;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.prod_info_show:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}

.prod_info_show .box_le,
.prod_info_show .box_ri {
    float: unset;
}

.prod_info_show .box_le {
    width: 580px;
    max-width: 49%;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.prod_info_show .box_ri {
    width: 520px;
    max-width: 49%;
}

.prod_info_show .box_ri section {
    width: 375px;
    max-width: 100%;
}

.tabgroup,
.tabs {
    vertical-align: middle;
    width: 48%;
}

.pdinfo {
    width: 580px;
    max-width: 100%;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.pdinfo * {
    list-style: none;
    max-width: 100%;
}

.pdinfo .tabgroup {
    width: 450px;
    background: #FFFFFF;
}

.pdinfo .tabgroup img {
    max-width: 100%;
    display: block;
}

.pdinfo .tabs {
    width: 105px;
    justify-content: flex-start;
}

.pdinfo .tabs li+li a {
    margin-top: 10px;
}


.pdinfo .tabs a {
    display: block;
    width: 100%;
    border: 0px #FFB01A solid;
    background: #FFFFFF;
}

.pdinfo .tabs a img {
    display: block;
    max-width: 100%;
}

.pdinfo .tabs a.active {
    border: 2px #FFB01A solid;
    padding: 1px;
}

.ps_note,
.pd_price,
.dropdown_pd_item,
.click_buy,
.click_noticeme,
.pd_promo_info,
.stock_p,
.share_box {
    margin-bottom: 16px;
}

.prod_info_show h2 {
    font-size: 25px;
    color: #3F1F00;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 200%;
}

.ps_note {
    display: inline-flex;
    font-size: 12px;
    color: #E12E59;
    background: #FFD7D7;
    min-width: 168px;
    padding: 8px 20px;
}

.pd_price {
    font-size: 25px;
    color: #FF7F00;
    line-height: 150%;
    letter-spacing: .05em;
    border-bottom: 1px solid #FF7F00;
    padding-bottom: 5px;
}

.pd_price span {
    font-size: 14px;
    text-decoration: line-through;
    color: #3F1F00;
    margin-left: 5px;
}

.dropdown_pd_item {
    position: relative;
}

.dropdown_pd_item[data-content="商品規格"] {
    font-size: 15px;
    line-height: 120%;
    color: #411F01;
}

.dropdown_pd_item[data-content="商品規格"] article {
    display: inline-block;
    vertical-align: text-top;
    color: #411F01;
    line-height: 160%;
}

.dropdown_pd_item[data-content="商品規格"]::before {
    font-size: 15px;
    color: #411F01;
}

.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;
    line-height: 160%;
}

.click_buy {
    width: 340px;
    justify-content: space-between;
}

.click_buy a {
    width: 165px;
    height: 35px;
    max-width: 49%;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 7px 10px;
    text-align: center;
    border-radius: 4px;
}

.click_buy a:hover, .click_noticeme a:hover {
    box-shadow: inset 0px 0px 5px 2px rgba(0, 0, 0, .2);
}

.click_buy a.goadd {
    background-color: #FFB01A;
    color: #421F02;
}

.click_buy a.gopay {
    background-color: #E22F5A;
}

.click_noticeme {
    width: 340px;
}

.click_noticeme a {
    width: 100%;
    height: 35px;
    background: no-repeat center center #FF8000;
    font-size: 15px;
    color: #fff;
    padding: 7px 10px;
    text-align: center;
    border-radius: 4px;
}

.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;
}

.stock_p p span {
    margin: 0 5px;
}

.pd_promo_info {
    color: #A56C20;
    font-size: 15px;
    line-height: 120%;
}

.pd_promo_info::before {
    content: attr(data-content);
    display: block;
    font-size: 12px;
    color: #3F1F00;
    font-weight: normal;
    line-height: 120%;
    margin-bottom: 10px;
}

.pd_promo_info ul {}

.pd_promo_info li {
    padding-left: 28px;
    position: relative;
}

.pd_promo_info li::before {
    content: '●';
    position: absolute;
    left: 0;
    top: 0;
}

.pd_promo_info li+li {
    margin-top: 5px;
}

.share_box {}

.share_box:before {
    content: attr(data-content);
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #421F02;
    margin-right: 10px;
}

.share_box a {
    display: inline-block;
    vertical-align: middle;
    background-color: #FFFFFF;
    background: center no-repeat;
    width: 32px;
    height: 32px;
    border: 1px solid #FFB01A;
    border-radius: 30px;
}

.share_box a+a {
    margin-left: 5px;
}

.share_box a:hover {
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .2);
}

.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 25px;
    justify-content: flex-start;
}

.box_p_add:before {
    content: attr(data-content);
    display: inline-block;
    font-size: 12px;
    color: #421F02;
    margin-right: 10px;
    vertical-align: middle;
}

.input-number {
    display: inline-flex;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.input-number input {
    width: 100px;
    height: 30px;
    text-align: center;
    background: none;
    outline: none;
    font-size: 15px;
    color: #375057;
    border-width: 1px 0 1px 0;
    border-color: #DDDDDD;
    border-style: solid;
    background: #FFFFFF;
}

.input-number button {
    width: 30px;
    line-height: 24px;
    background: #FFFFFF;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}

/* 產品編輯頁籤 TABS */
.pd_tab_box {
    border-top: 1px #FFB01A 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;
    color: #421F02;
    line-height: 120%;
}

.tab_menu_c button.tab_menu_btn.on {}

.tab_menu_c button.tab_menu_btn.on:before {
    content: '';
    position: absolute;
    width: 140px;
    height: 4px;
    background: #FFB01A;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
}

.tab_box_c {
    display: block;
    width: 800px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.tab_box {
    display: none;
    padding: 80px 0;
    margin: 0 auto;
}

.tab_box.on {
    display: block;
}

.pd_info_edit {
    font-size: 17px;
    color: #3F1F00;
    line-height: 200%;
    letter-spacing: .1em;
}

.pd_info_edit * {
    max-width: 100%;
}

/* 產品詳細-購物流程 */

.prod_tab_payinfo {
    font-size: 17px;
    color: #3F1F00;
    line-height: 150%;
    letter-spacing: .1em;
}

.prod_tab_payinfo div>h4 {
    font-size: 35px;
    font-weight: bold;
    color: #3F1F00;
    text-align: center;
    line-height: 180%;
    margin-bottom: 40px;
}

.pd_info_proc li {
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.pd_info_proc li+li {
    margin-top: 50px;
}

.pd_info_proc li dl {
    width: calc(100% - 100px);
}

.tab_box_c dt {
    font-size: 22px;
    font-weight: bold;
    color: #3F1F00;
    line-height: 160%;
}

a.alltimes_fb {
    display: inline-flex;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

.pd_info_deliv {
    margin-top: 80px;
    color: #333333;
}

.pd_info_deliv dl+dl {
    margin-top: 80px;
}

.pd_info_deliv dd {
    margin-top: 20px;
}

.pd_info_deliv dd p {
    padding-left: 25px;
    position: relative;
}

.pd_info_deliv dd p span {
    position: absolute;
    left: 0;
    top: 0;
}


/* 產品詳細-相關產品 */
h3.pd_related_category_name {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin: 30px auto 50px;
    text-align: center;
    letter-spacing: .1em;
    color: #411F01;
    font-weight: bold;
}

h3.pd_related_category_name:before {
    content: '';
    background: url(../images/pd_icon.png) no-repeat center center;
    width: 39px;
    height: 46px;
    margin-right: 12px;
    margin-top: -10px;
}

.pd_related_lists {
    background: #FFFFFF;
    padding: 50px 10px;
}

.pd_related_lists ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    width: 1250px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.pd_related_lists li {
    width: 285px;
    max-width: calc(25% - 20px);
    margin: 0 10px 25px;
}

.pd_related_lists li img {
    border: 1px #eee solid;
    display: block;
    margin-bottom: 10px;
}

.pd_related_lists p {
    color: #000;
    font-size: 15px;
    font-weight: 1000;
    line-height: 125%;
}

.pd_related_lists p.pd_name1 {
    font-size: 18px;
    color: #3F1F00;
    font-weight: bold;
    line-height: 180%;
    margin-top: 10px;
}

.pd_related_lists p.pd_name3 {
    font-size: 12px;
    color: #A56C20;
    line-height: 180%;
    letter-spacing: .15em;
}


.pd_related_lists li a span {
    width: 130px;
    text-align: center;
    font-size: 15px;
    background: #FFB019;
    color: #421F02;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 7px 7px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}

.pd_related_lists li a:hover span {
    background: #421F02;
    color: #FFB019;
}

/* 購物流程 */
.shoproc_page.paper_content {
    padding: 100px 20px;
}

.shoproc_body {
    width: 1320px;
}

.shoproc_body article blockquote {
    display: block;
    margin: 50px auto;
}

.shoproc_body h3 {
    font-size: 35px;
    color: #3F1F00;
    text-align: center;
    padding: 60px 0;
    letter-spacing: .1em;
    line-height: 200%;
}

.shoproc_body ul {
    align-items: flex-start;
    align-content: flex-start;
}

.shoproc_body li {
    width: 440px;
    max-width: 33%;
    color: #3F1F00;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 150%;
    position: relative;
    margin: 60px 0;
}

.shoproc_body li+li::before {
    content: '';
    width: 74px;
    height: 28px;
    background: url(../images/shopoces01.png) right bottom no-repeat;
    position: absolute;
    left: -37px;
    top: 70px;
}

.shoproc_body li dl {
    margin-top: 10px;
    width: 310px;
    max-width: 100%;
    letter-spacing: 0;
}

.shoproc_body li dt {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 180%;
    letter-spacing: .2em;
}

.shoproc_body li a {
    width: 232px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    margin: 30px auto 0;
    position: relative;
    transition: ease-in .3s;
    left: 0;
    top: 0;
}

.shoproc_body li a:hover {
    left: -3px;
    top: -3px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .3);
}

/* 退換貨須知 */
.return_page .paper_content {
    padding: 100px 20px;
}

.return_body blockquote {
    font-size: 17px;
    color: #3F1F00;
    line-height: 150%;
    letter-spacing: .1em;
}

.return_body blockquote.note165 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    border-top: 1px dashed #FFB01A;
    padding: 50px 0;
}

.note165 a {
    color: #3F1F00;
}

.return_body blockquote+blockquote {
    margin-top: 60px;
}

.return_body blockquote h3 {
    font-size: 35px;
    color: #3F1F00;
    text-align: center;
    padding: 60px 0;
    letter-spacing: .1em;
    line-height: 200%;
}

.return_body blockquote h4 {
    display: inline-block;
    font-size: 22px;
    color: #3F1F00;
    text-align: center;
    font-weight: normal;
    border: 1px solid #FFB01A;
    padding: 0 .3em 0 .5em;
    line-height: 180%;
    letter-spacing: .2em;
    margin-bottom: 20px;
    border-radius: 5px;
}

.return_body blockquote p+p {
    margin-top: 10px;
}

.return_body blockquote p b, .return_body blockquote li b {
    color: #B77925;
}

.return_body ol {
    list-style: decimal-leading-zero;
    padding-left: 45px;
}

.return_body li {
    list-style: inherit;
    line-height: 180%;
}

.return_body li+li {
    margin-top: 10px;
}

.return_body li::marker {
    font-size: 25px;
    font-weight: 500;
    color: #C4924D;
    font-family: 'Noto Serif TC', serif;
}

.note165 article {
    justify-content: space-between;
}

.note165 article::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFB01A;
    border-radius: 20px;
    border: 1.5px solid #FFB01A;
    box-shadow: inset 0px 0px 0px 3px #FFFFFF;
}

.note165 article p {
    width: calc(100% - 40px);
}


/* 常見問題 */
.qa_page .paper_content {
    padding: 100px 20px;
}

.qa_contain h3 {
    font-size: 35px;
    color: #3F1F00;
    text-align: center;
    letter-spacing: .1em;
    line-height: 200%;
    padding: 50px 0;
}

.qa_contain article+article {
    margin-top: 80px;
}

.qa_title01 {
    justify-content: flex-start;
}

.qa_title01 h6 {
    font-size: 22px;
    font-weight: normal;
    color: #401F00;
    display: inline-flex;
    padding: 0 .3em 0 .5em;
    border: 1px solid #FFB01A;
    border-radius: 5px;
    letter-spacing: .2em;
    line-height: 200%;
}

.qa_title02 {
    font-size: 25px;
    font-weight: bold;
    color: #B77925;
    letter-spacing: .2em;
    line-height: 180%;
    margin-top: 20px;
}

.qa_title01 h6+b {
    margin-left: 20px;
    color: #B77925;
    font-size: 17px;
    line-height: 150%;
    letter-spacing: 0;
}

.faq {
    counter-reset: my-sec-counter;
    list-style: none;
    display: block;
}

.faq>li {
    padding: 10px;
    position: relative;
}

.faq li.qa_q {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    font-size: 22px;
    min-height: 44px;
    color: #3F1F00;
    font-weight: bold;
    background: #FFE0A6;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
    line-height: 100%;
    position: relative;
    padding: 5px 10px;
    padding-left: 45px;
}

.faq li.qa_a::before,
.faq li.qa_q::before {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    color: #401F00;
    font-size: 25px;
    font-weight: 500;
    width: 44px;
    height: 44px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 100%;
    font-family: 'Noto Serif TC', serif;
}

.faq li.qa_q::before {
    content: 'Q';
    padding-bottom: 6px;
}


.faq li.qa_q::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/qa_arrow.svg) center no-repeat;
    transform: rotate(0);
    position: absolute;
    right: 15px;
    bottom: 13px;
    transition: .6s;
}

.faq li.qa_q.qa_open::after {
    transform: rotate(180deg);
}

.faq li.qa_a {
    position: relative;
    display: none;
    font-size: 17px;
    line-height: 150%;
    color: #3F1F00;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px 15px 15px 45px;
}

.faq li.qa_a::before {
    content: 'A';
}

.qa_dec.yp_flex {
    justify-content: space-between;
}

.qa_dec>* {
    width: calc(100% - 40px);
    max-width: 100%;
}

.qa_dec::before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #FFB01A;
    border: 1px solid #FFB01A;
    box-shadow: inset 0 0 0 3px #FFFFFF;
    display: block;
}

.Refund_a01 ul {
    padding-left: 20px;
    margin: 10px 0;
}

.Refund_a01 li {
    position: relative;
}

.Refund_a01 li::before {
    content: '•';
    width: 20px;
    position: absolute;
    left: -20px;
    top: 0;
}

.Refund_a01 li .yp_flex {
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.Refund_a01 li .yp_flex span+span {
    margin-left: 10px;
}

.Refund_a01_note01 {
    padding: 30px 0;
    border-bottom: 1px dashed #FFB01A;
    margin-bottom: 20px;
}

.Refund_a01_note02 {
    margin-top: 20px;
}

.Refund_a01_note02 b {
    font-size: 17px;
    color: #562a01;
}

.faq ol {
    list-style: decimal;
    padding-left: 20px;
}

.faq ol li {
    list-style: inherit;
}

/* 配送方式 */
.delivery_page .paper_content {
    padding: 100px 20px;
}

.delivery_body h3 {
    font-size: 35px;
    font-weight: bold;
    color: #3F1F00;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 50px;
}

.delivery_body dl {
    font-size: 17px;
    color: #3F1F00;
    letter-spacing: .05em;
    line-height: 150%;
}

.delivery_body dl+dl {
    margin-top: 50px;
}

.delivery_body dt {
    width: 200px;
    border: 2px solid #FFB01A;
    padding: .3em .3em .3em .5em;
    justify-content: space-between;
    font-size: 22px;
    color: #3F1F00;
    letter-spacing: .2em;
    line-height: 180%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.delivery_body dt p {
    width: calc(100% - 65px);
}

.delivery_body dl ol {
    list-style: decimal-leading-zero;
    padding-left: 50px;
}

.delivery_body dl li {
    list-style: decimal-leading-zero;
}

.delivery_body dl li+li {
    margin-top: 20px;
}

.delivery_body dl li::marker {
    font-size: 25px;
    color: #C4924D;
    font-weight: 500;
    font-family: 'Noto Serif TC', serif;
}


/* 會員條款 */
.terms_page .paper_content {
    padding: 100px 20px;
}

.terms_body>h3 {
    font-size: 35px;
    font-weight: bold;
    color: #3F1F00;
    text-align: center;
    padding: 60px 0;
}

.terms_all {
    font-size: 17px;
    color: #3F1F00;
    line-height: 150%;
    letter-spacing: .1em;
}

.terms_all>h6 {
    font-size: 20px;
    font-weight: bold;
    color: #B77925;
    text-align: center;
    margin-bottom: 30px;
}

.terms_all>h6 br {
    display: none;
}

.terms01>ol, .terms02 ol {
    list-style: decimal-leading-zero;
    padding-left: 50px;
}

.terms01>ol li, .terms02 ol li {
    list-style: inherit;
}

.terms01>ol>li::marker, .terms02 ol li::marker {
    font-size: 25px;
    color: #C4924C;
    font-weight: 500;
    font-family: 'Noto Serif TC', serif;
}

.terms01 li dt {
    font-weight: bold;
    color: #3F1F00;
    margin-bottom: 10px;
}

.terms01 li dd li {
    padding-left: 20px;
    position: relative;
}

.terms01 li dd li span {
    position: absolute;
    left: 0;
    top: 0;
}

.terms01>ol, .terms01>ol>li+li, .terms02 ol li+li {
    margin-top: 20px;
}

.terms02 {
    margin-top: 80px;
    padding: 80px 0;
    border-top: 1px dashed #FFB01A;
}

.terms02 dt {
    font-size: 25px;
    color: #3F1F00;
    display: inline-block;
    padding: 5px .3em 5px .5em;
    letter-spacing: .2em;
    border: 1px solid #FFB01A;
    border-radius: 5px;
    margin-bottom: 30px;
}

.terms02 article {
    margin-top: 50px;
}

.terms02 article h5 {
    font-size: 20px;
    font-weight: bold;
    color: #B77925;
    margin-bottom: 30px;
}

/*購物車*/
.product_cart {
    max-width: 1200px;
    margin: 0 auto 0;
}

.product_cart h4 {
    color: #421F02;
    background: #FFE0A6;
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    letter-spacing: .1em;
    line-height: 120%;
    font-weight: bold;
    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: #421F02;
    text-align: center;
    margin: 60px 0 0 0;
    padding: 10px 0;
    font-weight: 1000;
}

.cart_list_item {
    margin: 30px auto;
}

.cart_list_item table {
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}

.cart_list_item td {
    background: #fff;
    padding: 10px 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px #FFB01A dashed;
    width: 130px;
}

.cart_list_item td:first-child {
    width: auto;
}

.cart_list_item td:first-child~td {
    width: 150px;
}

.cart_list_item .cart_list_head td {
    background: #FFE0A6;
    color: #421F02;
    font-weight: bolder;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: .1em;
    line-height: 120%;
    border: 0;
}

.cart_list_item ul {
    list-style: none;
    display: table;
    width: 100%;
}

.cart_list_item li {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}

.cart_list_item li:nth-child(1) {
    width: 100px;
    background: #FFFFFF;
    padding: 2px;
    border: 1px solid #EEEEEE;
}

.cart_list_item img {
    max-width: 100%;

}

.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: 20px;
    height: 20px;
    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;
    border: 0;
}

.cart_list_item .input-number button {
    height: 18px;
    width: 18px;
    font-size: 16px;
    line-height: 100%;
    font-weight: normal;
    background: #421F02;
    color: #fff;
    border-radius: 100%;
    border: 0;
}

.cart_price {
    justify-content: space-between;
}

.price_le {
    text-align: center;
}

.price_ri {
    width: 495px;
    max-width: 100%;
}



.price_ri table {
    width: 100%;
    font-size: 15px;
    color: #555555;
    letter-spacing: .06em;
    line-height: 120%;
}

.price_ri td {
    padding: 8px;
}

.price_ri td:nth-child(1) {
    text-align: left;
}

.price_ri tr:nth-last-child(2) td {
    padding-bottom: 16px;
}

.price_ri tr:last-child td {
    border-top: 1px dashed #FFB01A;
    padding: 16px 8px 8px;
}

.price_ri td:nth-child(2) {
    width: 180px;
}

.price_ri td:last-child {
    text-align: right;
    width: 115px;
}


.price_ri tr:nth-child(6) td {
    border-top: 1px #ccc solid;
    padding: 15px 7px;
}

.price_ri i {
    display: block;
    padding: 5px;
    background: #FBDDE4;
    font-style: normal;
    font-size: 12px;
    color: #E02D59;
    text-align: center;
}

.price_ri label span {
    margin-right: 7px;
}

.price_ri input[type="text"] {
    text-align: center;
    border: 1px #DDDDDD solid;
    width: 100%;
    padding: 5px;
}

.price_ri input::placeholder {
    font-size: 12px;
    color: #777777;
}

p.buy_price {
    color: #FF0000;
    font-size: 18px;
    letter-spacing: 0;
}

tr.buy_discount {
    padding-top: 22px;
    position: relative;
}

tr.buy_discount::before {
    content: attr(data-content);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 22px;
    font-size: 15px;
    color: #333333;
    line-height: 120%;
    letter-spacing: .05em;
}


/*------------------------------------------------*/
/*----------------------- buy --------------------*/
.cart_info_box+.cart_info_box {
    margin-top: 50px;
}

.cart_pay {
    display: block;
    width: 100%;
    list-style: none;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0;
    line-height: 180%;
}

.cart_pay li {
    width: 100%;
    margin-bottom: 10px;
    border: 1px #BDBDAE solid;
    padding: 10px 5%;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.cart_pay li.linePay {
    align-items: flex-start;
    align-content: flex-start;
}

.cart_pay div {
    width: 150px;
    margin: 5px 0;
}

.cart_pay dd {
    width: calc(100% - 150px);
    max-width: 100%;
    justify-content: flex-start;
}

.cart_pay dd p {
    margin: 5px 0;
    margin-right: 15px;
}


.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: #EEEEEE;
    border: none;
    outline: none;
    width: 160px;
    padding: 5px 10px;
}


.cart_pay input[type="radio"] {
    width: 14px;
    height: 14px;
    appearance: none;
    background: url(../images/cart_img03.png) center center no-repeat;
    background-size: 100%;
    margin-right: 10px;
    vertical-align: middle;
}

.cart_pay input[type="radio"]:checked {
    background-image: url(../images/cart_img04.png);
    background-size: 100%;
}


.cart_form {
    display: block;
    width: 100%;
    list-style: none;
    font-size: 15px;
    color: #666666;
    letter-spacing: .1em;
    line-height: 140%;
}

.cart_form p {
    color: #444444;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin: 10px;
}

.cart_form li {
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

.cart_form li+li {
    margin-top: 10px;
}

.cart_form li>* {
    min-height: 45px;
}


.cart_form li span {
    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%;
    padding: 5px 0;
}

.cart_form li textarea {
    border: none;
    width: 100%;
    min-height: 45px;
}

.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 input[type="checkbox"] {
    display: none;
}

.cart_form input[type="checkbox"]+label {
    padding: 0 10px 0 0;
}

.cart_form input[type="checkbox"]+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="checkbox"]:checked+label span {
    background-image: url(../images/cart_img04.png);
}

/* 修改END */

.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: #EEEEEE;
    padding: 10px;
    color: #333333;
}

.cart_form li .box_ri {
    width: calc(100% - 270px);
    padding: 5px 10px;
    border: 1px #ccc solid;
    word-break: break-all;
    color: #666666;
    justify-content: flex-start;
}

.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 {}

.box_ri .tik01 h6 {
    display: inline-block;
    font-size: 15px;
    color: #555555;
}

.cart_form li:nth-child(7) .box_ri .tik01 input {
    border: 1px #ccc solid;
    padding: 5px;
    width: 250px;
}

.cart_form li:nth-child(7) .box_ri .tik01 i {
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0;
    color: #666666;
    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;
    font-size: 15px;
    color: #333333;
    letter-spacing: 0px;
    line-height: 180%;
    list-style: auto;
    padding-left: 25px;
}

.cart_ps li {
    list-style: inherit;
}

.cart_center {
    width: 290px;
    text-align: center;
    margin: 30px auto;
    max-width: 100%;
    justify-content: space-between;
}

.cart_btn_fb {
    font-size: 16px;
    color: #fff;
    padding: 10px 25px;
    margin: 10px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}

.cart_center input {
    font-size: 16px;
    padding: 10px 25px;
    cursor: pointer;
    border: 0;
    width: 140px;
    height: 40px;
    max-width: 49%;
    border-radius: 10px;
    font-weight: bold;
    transition: .3s;
    line-height: 100%;
}

.cart_center input:hover {
    box-shadow: inset 2px 2px 5px 2px rgba(0, 0, 0, .2);
}

.cart_btn_reset {
    background: #FFB01A;
    color: #401F00;
}

.cart_btn_send {
    background: #E22F5A;
    color: #FFFFFF;
}

.cart_btn_fb {
    background: url(../images/mem_img07.png) no-repeat 30px center #3B5998;
    padding-left: 60px;
}

/*------------------------------------------------*/
/*----------------------- products finish --------------------*/

.buy_fin_body .price_ri td:last-child {
    width: 80px;
}

.buy_fin_body .price_ri {
    width: 380px;
}

.buy_fin_body .cart_form li {
    justify-content: flex-start;
    font-size: 15px;
}

.buy_fin_body .cart_form li p {
    min-width: 142px;
    min-height: unset;
}

/* 會員中心 */

.prod_mem {}

.show_name_money {
    text-align: center;
    margin: 30px 0;
}

.show_name_money p {
    display: inline-block;
    font-style: normal;
    font-size: 18px;
    color: #000000;
    margin: 0 10px;
}

.show_name_money input[type="button"] {
    background: #ED9723;
    color: #421F02;
    font-size: 15px;
    margin: 0 2px 0 0;
    padding: 5px 15px;
    border: none;
    outline: none;
    border: 0;
    border-radius: 30px;
    transition: .3s;
    cursor: pointer;
}

.show_name_money input[type="button"]:hover {
    color: #FFFFFF;
}

/* 會員 TABS */
.mem_tabs {
    max-width: 1200px;
    margin: 50px auto;
    border-bottom: 1px #FFB01A solid;
    text-align: center;
}

.mem_tabs a {
    display: inline-block;
    width: 150px;
    margin: 0 35px;
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #411F01;
    padding: 20px 30px;
    line-height: 120%;
    margin-bottom: -1px;
    vertical-align: bottom;
}

.mem_tabs a.on,
.mem_tabs a:hover {
    background: #F7F6F9;
}

.mem_tabs a:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 5px;
    background: #FFB01A;
    bottom: 0;
    left: 0;
}


/* 會員登入 */
.prod_mem {
    padding: 50px 0;
}

.box_mem_login {
    margin: 100px auto 50px;
}

.mem_login {
    list-style: none;
    text-align: center;
    margin: 0 auto;
    width: 640px;
    max-width: 100%;
    justify-content: flex-start;
}

.mem_login li {
    justify-content: flex-start;
    padding: 10px;
    text-align: left;
    width: calc(100% - 110px);
}

.mem_login li:first-child {
    width: 110px;
}

.mem_login li.bcl_f_check {
    justify-content: flex-start;
}

.mem_login h3 {
    color: #411F01;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    width: 110px;
    text-align: right;
}

.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 input::placeholder {
    font-size: 15px;
    letter-spacing: .05em;
    color: #858585;
}

.mem_login_link {
    text-align: center;
    margin: 30px auto;
    width: 640px;
    max-width: 100%;
}

.mem_login_link a {
    color: #421F02;
    margin: 10px;
    font-size: 15px;
    text-align: center;
    background: transparent;
    border: 1px solid #FFB01A;
    padding: 5px 10px;
    -webkit-transition: ease .5s;
    -moz-transition: ease .5s;
    -ms-transition: ease .5s;
    -o-transition: ease .5s;
    transition: ease .5s;
    width: 130px;
    height: 32px;
    border-radius: 8px;
}

.mem_login_link a::before {
    content: '';
    width: 15px;
    height: 15px;
    background: center no-repeat;
    margin-right: 10px;
}

.mem_login_link a.log_link01::before {
    background-image: url(../images/mem_img01.png);
}

.mem_login_link a.log_link02::before {
    background-image: url(../images/mem_img02.png);
}

.mem_login_link a.log_link03::before {
    background-image: url(../images/mem_img03.png);
}

.mem_login_link a:hover {
    background: #FFF5E3;
}


.mem_login_link input {
    width: 128px;
    height: 40px;
    background: #FFB01A;
    color: #421F02;
    font-weight: bold;
    text-align: center;
    border: 0;
    border-radius: 8px;
    margin: 10px;
    cursor: pointer;
}


/* 會員註冊 個人資料修正 */
.box_join {
    margin: 50px auto 0;
    max-width: 640px;
}

.box_join ul {
    display: block;
    list-style: none;
}

.box_join li {
    padding: 10px 0;
    text-align: left;
    justify-content: space-between;
}

.box_join li+li {
    margin-top: 10px;
}

.box_join div:first-child {
    text-align: right;
    color: #401F00;
    width: 140px;
    line-height: 28px;
    padding-right: 10px;
    font-size: 15px;
    letter-spacing: .05em;
}

.box_join li 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 select {
    border: 1px #ddd solid !important;
    font-size: 14px;
    color: #333;
    padding: 11px 30px 11px 10px;
    line-height: 20px;
    width: 100%;
}

.box_join input[type="text"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    padding: 9px 7px 9px 50px;
}

.box_join select, 
.box_join select option, 
.box_join input[type="text"]::placeholder{
    font-size: 12px;
    color: #8A8A7A;
    line-height: 100%;
    letter-spacing: .05em;
} */

.box_join input[type="text"],
.box_join input[type="password"],
.box_join input[type="date"],
.box_join select {
    border: 1px #ddd solid !important;
    font-size: 14px;
    color: #333;
    padding: 11px 30px 11px 10px;
    line-height: 20px;
    width: 100%;
}

.box_join input[type="text"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    padding: 9px 7px 9px 50px;
}

.box_join input[type="password"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    padding: 9px 7px 9px 50px;
}

.box_join input[type="date"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    padding: 9px 7px 9px 50px;
}

.box_join select,
.box_join select option,
.box_join input[type="password"]::placeholder,
.box_join input[type="date"]::placeholder,
.box_join input[type="text"]::placeholder {
    font-size: 12px;
    color: #8A8A7A;
    line-height: 100%;
    letter-spacing: .05em;
}

.box_join select {}

.box_join li input[value] {
    color: #8A8A79;
    font-size: 12px;
}

.join_ps {
    text-align: right !important;
    max-width: 640px;
    width: 100% !important;
    margin: 0 auto;
}

.join_ps p {
    font-size: 15px;
    color: #411F01;
    padding: 7px 10px;
}

.member_star {
    color: #FFB019;
    margin: 0 5px;
}

.agree_terms {
    color: #444444;
    font-size: 15px;
}

.agree_terms a {
    color: #411F01;
    font-weight: bold;
}

/* 忘記密碼 */
.forget_ps {
    margin-top: 10px;
}

.forget_ps p {
    color: #525252;
    font-size: 12px;
    line-height: 120%;
    display: inline-block;
    padding-left: 20px;
    background: url(../images/member_tip.png) left center no-repeat;
}

/* 修改密碼 */
.box_mem_passwd {
    max-width: 660px;
    margin: auto;
    padding: 40px 0;
}

.box_mem_passwd table {
    width: 100%;
}

.box_mem_passwd td {
    width: calc(100% - 200px);
    padding: 10px;
    vertical-align: middle;
}

.receive_content .box_mem_passwd td {
    width: calc(100% - 110px);
}

.box_mem_passwd td:first-child {
    text-align: right;
    width: 200px;
}

.receive_content .box_mem_passwd td:first-child {
    width: 110px;
}

.box_mem_passwd p {
    font-size: 15x;
    color: #411F01;
    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: 10px 7px 10px 50px;
} */

.box_mem_passwd input[type="text"],
.box_mem_passwd input[type="password"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    border: 1px #ddd solid;
    width: 100%;
    padding: 10px 7px 10px 50px;
}

.box_mem_passwd input::placeholder {
    font-size: 12px;
    /* font-size: 15px; */
    /* 原始 */
    color: #858585;
    letter-spacing: .05em;
    line-height: 100%;
}

/* 商店殼幣 */
.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 {
    padding: 10px;
}

.box_column_history li.q {
    cursor: pointer;
    justify-content: flex-start;
}

.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;
    letter-spacing: .05em;
    color: #525252;
    padding: 7px;
}

.box_column_history li.q i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-size: 13px;
    color: #000;
    border: 1px #CCCCCC 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;
    border: 1px solid #FFB01A;
    padding: 10px;
    margin-bottom: 20px;
}

.history_pd_info {}

.history_pd_info table {
    width: 100%;
}

.history_pd_info td {
    padding: 10px;
    font-size: 12px;
    text-align: center;
}

.history_pd_info th {
    padding: 10px;
    font-size: 12px;
    color: #421F02;
    font-weight: bold;
}

.history_pd_info tr:first-child~tr td:first-child {
    font-size: 15px;
}

.history_pd_info td:first-child {
    text-align: left;
}

.history_pd_info th:first-child~th,
.history_pd_info td:first-child~td {
    width: 100px;
    text-align: center;
}

.history_pd_info td:last-child {
    text-align: right;
    width: 100px;
}

.history_pd_price {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px dotted #FFB01A;
    justify-content: flex-end;
}

.history_pd_price dl {
    width: 200px;
    padding: 0 10px;
    font-size: 12px;
    justify-content: space-between;
}

.history_pd_price dl+dl {
    margin-top: 10px;
}

.history_pd_price dt {
    width: 80px;
    text-align: left;
}

.history_pd_price dd {
    text-align: right;
    width: calc(100% - 80px);
}

.history_details {
    margin-top: 30px;
    padding: 30px 20px;
    background: #FFEDCA;
    justify-content: space-between;
    align-items: flex-end;
    align-content: flex-end;
}

.history_details dl {
    font-size: 12px;
    justify-content: space-between;
    line-height: 160%;
}

.history_details dl+dl {
    margin-top: 10px;
}

.history_details dt {
    width: 80px;
    font-weight: bold;
}

.history_details dd {
    width: calc(100% - 80px);
    justify-content: flex-start;
}

.history_details dd p+p {
    margin-left: 10px;
}

.shipInfo span {
    margin-right: 10px;
}

.history_returned {
    justify-content: flex-end;
    width: 350px;
}

.history_returned>*+* {
    margin-left: 10px;
}

.history_returned a {
    padding: 10px 15px;
    border-radius: 10px;
    overflow: hidden;
    max-width: calc(50% - 10px);
}

.history_returned a:hover {
    box-shadow: 2px 2px 4px 2px rgba(255, 255, 255, .3);
}

a.his_retur_fb {
    background: #0059B2;
}

a.his_retur_line {
    background: #2DB200;
}

/* 匯款通知 */
.box_remind {
    max-width: 900px;
    margin: auto;
}

.remind_form {
    max-width: 640px;
    margin: auto;
}

.remind_content .box_column_history li.a {
    padding: 50px 10px;
}

.remind_form+.cart_center {
    margin-top: 20px;
    margin-bottom: 10px;
}

.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: 15px;
    color: #421F02;
    display: inline-block;
}

.remind_form p span {
    font-size: 13px;
    color: #f00;
    display: inline-block;
    ;
    margin: 0 10px;
}

.remind_form input[type="text"],
.remind_form input[type="date"] {
    background: url(../images/img_contact02.png) no-repeat left center;
    border: 1px #ddd solid;
    width: 100%;
    padding: 7px 7px 7px 50px;
}

/* 原始
 .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;
}