@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;500&display=swap');
body {font-family: 'Noto Serif TC', serif;}

/*網站全域設定/＝＝＝＝＝*/
/*
  #b02121 /*網站主要色系
  #d58b34 /*網站輔助色系1


/*反白顏色*/
::-moz-selection{  background-color: #d58b34;  color: #fff;}
::selection{  background-color: #d58b34;  color: #fff;}
:root {
    --MainColor: #b02121;
    --SubColor:#d58b34;
}
/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}
#content, #content_main, .prod_related {
    background: url(https://pic03.eapple.com.tw/haoshenhua/fs_bg-01.jpg);
    background-position: top;
}
.main_part {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.header_area {    position: fixed;    width: 100%;}
.main_header_area {    background: transparent;  transition: all 0.3s; }
.main_header_area:before {
    height: 0;
    content: " ";
    background: #ac2020;
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-bottom-right-radius: 30px;
}
.header_area .main_header_area::after {
    content: "";
    position: relative;
    display: block;
    width: 0%;
    background: linear-gradient(90deg, #edd9c6, #d58b34, #edd9c6);
    height: 3px;
    transition: all 0.3s;
    z-index: 0;
}

.sticky .main_header_area.animated {
    background: url(https://pic03.eapple.com.tw/haoshenhua/hs_header.jpg);
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    transition: all 0.3s;
    animation: fadeIn 1s linear 0.5s 1 normal both;
}
.header_area.sticky .main_header_area:before {    height: 185px;}
.header_area.sticky .main_header_area::after {    width: 100%;    transition: all 5s;}


/*選單最大寬度設定*/
.main_header_area .container {    max-width: 100%;}
.navigation {    padding: 10px 0 10px 180px;}

/*第一層*/
.stellarnav.left.desktop {    padding: 10px 50px;}
.pageIndex .main_header_area .stellarnav::before, .main_header_area .stellarnav::before {
    content: "";
    right: -10px;
    height: 100%;
    /* border-radius: 50px; */
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 880px;
    background-color: #b0212196;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border: 1px #b0212196 solid;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.main_header_area .stellarnav::before {    opacity: 0;}
.pageIndex .sticky .main_header_area .stellarnav::before {display: none;}
.pageIndex .stellarnav > ul > li:hover > a{color: #ffffffcb;}
.pageIndex .stellarnav > ul > li > a {    text-shadow: 0 0 6px #8d1414;}
.pageIndex .sticky .stellarnav > ul > li > a {    text-shadow: none;}

.stellarnav > ul > li > a {
    transition: all 0.3s;
    padding: 5px 12px 0;
    height: auto;
    color: #fff;
}
.sticky .stellarnav > ul > li > a{color:#282828; transition:all 0.3s;}
.stellarnav > ul > li:hover > a, .pageIndex .sticky .stellarnav > ul > li:hover > a{color: #b02121;}
.sticky .stellarnav > ul > li:hover > a, .pageIndex .sticky .stellarnav > ul > li:hover > a{color: #d58b34;}

/*第二層*/
.stellarnav ul ul ul {
    max-height: 70vh;
    overflow-y: auto;
}
.stellarnav li.has-sub > a:after {
    height: 7px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #fff #fff transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border .2s;
    transition: border .2s;
    right: 1px;
    top: 44%;
}
.sticky .stellarnav li.has-sub > a:after {   border-color: transparent #282828 #282828 transparent;}
.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 40%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #0c0200 #0c0200 transparent;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
}
.stellarnav li li {    border: none;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px 8px;    transition: all 0.3s;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #fff;	padding-left:10px;background:#b02121 ;}

.stellarnav li li.has-sub > a:after {
    position: absolute;
    top: 40%;
    right: 5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #d8ad53db #d8ad53db transparent;
    -webkit-transform: rotate(317deg);
    transform: rotate(317deg);
}


/*SubMenu*/
.shop_search_btn {    background: #b02121;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: #b02121;}
.tp_links {    display: none;}

/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/
footer.footer.with_shopping_mode {
    background: url(https://pic03.eapple.com.tw/haoshenhua/hs_footer.png), transparent;
    background-size: 100% auto;
    background-position: top;
    background-repeat: no-repeat;
    transition: all 0.3s;
    padding-top: 75px;
    margin-top: -59px;
    background-size: cover;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px;
    justify-content: space-around;
}
.footer_info ul {
    display: flex;
    /*justify-content: space-between;*/
    width: 84%;
}
.footer_info li:nth-child(1) {    width: 55%; display: flex; flex-direction: column-reverse; padding: 0px;}
.footer_info li p:nth-child(1) { order: 6; }
.footer_info li p:nth-child(2) { order: 5; }
.footer_info li p:nth-child(3) { order: 3; }
.footer_info li p:nth-child(4) { order: 4; }
.footer_info li p:nth-child(5) { order: 2; }
.footer_info li p:nth-child(6) { order: 1; }
.footer_info li:nth-child(2) {    width: 35%;}
.footer_info li:nth-child(3) {    width: 35%;}
.footer_info li p.add:before{ content: '台北分公司：' !important;}
.footer_info li p.add2:before{ content: '台中分公司：' !important;}
.footer_info li p.fax:before { content: '高雄總公司：';}


.footer_info li p, .footer_info li p a {    color: #fff; line-height: 2;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {
    margin: 0;
    text-align: center;
    padding: 5px;
    transition: all 0.3s;
    background: #31050536;
    color: #fff;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border: 1px #bf633ecc solid;
}
.footer_menu a:hover {    background: #d58b34;}
.copy {  background: #d58b34; color: #fff; border: none; margin-top: 45px;}

.copy a{    color: #fff;transition:all 0.3s;}
.box_link {
    display: flex;
    width: auto;
    left: 15%;
    top:90%;
    align-items: flex-end;
}
.box_link a {
    transition: all 0.3s;
    color: #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    border: 1px #ffffff45 solid;
}
.box_link a:hover {    background: #b02121;    color: #fff;}

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 200px;transition:all 0.3s;     margin-left: 6px;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 10px;}
/*.header_area.sticky .nav-brand {    max-width: 75px;}*/
.header_area.sticky .nav-brand {    filter: contrast(0) brightness(100); max-width: 110px;}
.footer_logo {    filter: contrast(0) brightness(100); width: 130px; }

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #b02121;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*Banner/＝＝＝＝＝*/
.banner {
    background: url(https://pic03.eapple.com.tw/haoshenhua/ban.jpg);
    height: 25vw;
    padding: 300px 20px 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.banner:after {
    content: "";
    position: absolute;
    top: 52%;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(https://pic03.eapple.com.tw/ykqkdesign/cloud-co2.png);
    background-repeat: repeat-x;
    -webkit-animation: anime_wave01 20s linear 10s infinite alternate;
    animation: anime_wave01 20s linear 0s infinite alternate;
    -webkit-animation-duration: 150s;
    animation-duration: 150s;
    opacity: 0.2;
    z-index: 1;
    filter: sepia(1);
}
@keyframes anime_wave01 {
	from {
    background-position: 0 0;
  }
  to {
    background-position: -2000px 0;
  }
}

.banner h5 {
    font-size: 23px;
    letter-spacing: 0.3em;
    font-weight: normal;
    position: absolute;
    transform: translate(-50%, 0%);
    width: 100%;
    color: #ffffff;
    -webkit-writing-mode: vertical-rl;
    line-height: 1.8;
    left: 50%;
    top: 50%;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    align-items: center;
    padding-top: 21px;
}
.banner h5:after {
    content: '';
    background: url(https://pic03.eapple.com.tw/haoshenhua/01about_fl.png) no-repeat center;
    width: 28vw;
    height: 28vw;
    position: absolute;
    bottom: 75%;
    -webkit-transform: rotate(360deg);
    animation: rotation_02 100s linear infinite;
    -moz-animation: rotation_02 100s linear infinite;
    -webkit-animation: rotation_02 100s linear infinite;
    -o-animation: rotation_02 100s linear infinite;
    z-index: -1;
    left: 35%;
    background-size: contain;
    transform: translate(-50%, 0%);
}
.banner h5:before {
    content: "haoshenhua";
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #e1b455;
    display: block;
    -webkit-writing-mode: initial;
    text-transform: uppercase;
}
.promotions_page .banner h5:before {    content: "reviews";}
.blog_page .banner h5:before, .blog_in_page  .banner h5:before {    content: "team";}
.album_page .banner h5:before, .album_class_page .banner h5:before {    content: "portfolio";}

@-webkit-keyframes rotation_01{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
  }
  @-webkit-keyframes rotation_02{
    from {-webkit-transform: rotate(360deg);}
    to {-webkit-transform: rotate(0deg);}
}
.product_page .banner h5, .product_info_page  .banner h5  {    top: 39%;}
.product_page .banner h5:after, .product_info_page .banner h5:after {    bottom: 58%;}


/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #b02121;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #b02121;border: 1px solid #b02121;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #b02121;    color: #b02121;}
.products-list .item a:hover .more {    background: #b02121;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #b02121;}
.products-list .price b.ori_price {    font-size: 14px;}
.products-list .name {    margin-bottom: 8px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #dfcfbb;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #b0212100;}
.products-list .pic {    border-radius: 7px;}

/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {
    border-bottom: 1px dotted #d58b34;
    padding-left: 34px;
}
.product-layer-two li:hover > a, .product-layer-two li.active > a {    color: #b02121;}
.product-layer-two > li > a:before {
    align-items: center;
    justify-content: center;
    display: flex;
    content: "";
    text-align: center;
    position: absolute;
    left: 0px;
    transition: all 0.3s;
    background: url(https://pic03.eapple.com.tw/haoshenhua/product_fl.svg) no-repeat center;
    background-size: contain;
    height: 25px;
    width: 25px;
}
.product-layer-two li:hover > a:before, .product-layer-two li.active > a:before {
    animation: rotation_02 5s linear infinite;
    filter: invert(18%) sepia(43%) saturate(5436%) hue-rotate(351deg) brightness(88%) contrast(86%);
}

.product_page .show_content, .product_info_page .show_content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body.product_info_page .product-wrapper {    display: grid;    grid-template-columns: 1fr 1fr;}
body.product_info_page .product_main {    width: 100%;}
body.product_info_page .sidebarBtn, body.product_info_page .prod_info_clearfix, body.product_info_page ul.prod li h3.prod-thumb {
    display: none;
}
body.product_info_page ul.prod {    width: 100%;    max-width: 90%;    margin: auto;}
.product_pic #bx-pager {    display: none;}
.product_pic {    padding-left: 0;}
.product_pic img {    max-width: 100%;}

li.prod-item {    display: none;}
li.prod-item.is-active {    display: block;}
.bx-wrapper .bx-viewport {    border: none; background: transparent;}

/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #b02121;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}

/*按鈕顏色*/
.inquiry_a1{background: #cbc0a0;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #b02121;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #b02121;    background-color: #f2f2f2;}
.nextaction {    background-color: #b02121;}
.lastPage {    background: #b02121;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px; color: #b02121;}


/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 28px;display: none;}
h4.blog_category_title span{font-size: 24px; }
/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;}
.module_i_news li a , .subbox_item a {    padding: 5px;}
.module_i_news li a:after , .subbox_item a:after, .subbox_item a:before {pointer-events:none; display: none;}
.i_blog_le, .i_blog_ri, .blog_list_le, .blog_list_ri {    width: 100%;}
.blog_list_ri, .i_blog_ri{
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 10px;
}
.blog_list_ri em {    display: none;}
.i_blog_le, .blog_list_le {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    border-radius: 10%;
    overflow: hidden;
    border: 4px solid #d58b346e;
}
.subbox_item a:hover .i_blog_le:hover, .subbox_item a:hover .blog_list_le {    border-radius: 50%;}

.i_blog_le img , .blog_list_le img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #b02121 !important;}
.submenu a:hover {    background: #cbc0a0;}
/*首*/
.module_i_news ul{width: 90%;	grid-template-columns:1fr 1fr 1fr 1fr;}
/*功*/
.blog_subbox{grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #b02121;}

/*相簿/＝＝＝＝＝*/

<?/*
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}

.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}

ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {
    position: absolute;
    top: -60%;
    left: -25%;
    z-index: 1;
    width: 150%;
    height: 200%;
    background-color: #ac20204d;
    border-radius: 50% 50% 45% 45%;
    pointer-events: none;
    opacity: 0.5;
    animation: btn-out 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 1;
}
.show-list .item:hover .overlay {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    animation: btn-hover 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes btn-hover { 
    0% {
        transform: translate(0,76%) rotate(6deg);
    }
    100% {
        transform: translate(0,0) rotate(0deg);
    }
}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px; text-align: center;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}
.show-list .show_pic img, .other_subalbum li a img, .pic-list .show_pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 5000ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.pic-list .item a:hover img, .show-list .item a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}
.show-list .item:hover .show_name {    color: #b02121;}
.other_album_choice li {    background: #b02121;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
*/?>

/**/

.other_album_choice li {    background: #b02121;}
.album_fixed_title {    background: transparent;}

.overlay {
    position: absolute;
    top: -60%;
    left: -25%;
    z-index: 1;
    width: 150%;
    height: 200%;
    background-color: #ac20204d;
    border-radius: 50% 50% 45% 45%;
    pointer-events: none;
    opacity: 0.5;
    animation: btn-out 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 1;
}
.show-list .item:hover .overlay {
    opacity: 0;
    -webkit-transform: none;
    transform: none;
    animation: btn-hover 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes btn-hover { 
    0% {
        transform: translate(0,76%) rotate(6deg);
    }
    100% {
        transform: translate(0,0) rotate(0deg);
    }
}
.show-list .item:hover .show_name {    color: #b02121 ;}


/*促銷方案/＝＝＝＝＝*/
.news_part {    width: 90%;}
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: #b02121;    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:#b02121;}
.promotions_page .other_promotion li {    position: relative;    width: 100%;}
.promotions_page .other_promotion {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 14px 5px;
    width: 100%;
    padding: 30px 0 60px;
}
.promotion_title em {    display: none;}
.promotion_title span {    border: none;}
.promotion_title h2 {    color: #b02121;    font-weight: bold;}
.promotions_page .pmtTitle span {    display: none;}
.promotions_page .other_promotion .pmtTitle h3 {
    color: #fff;
    height: auto;
    margin: 0;
}
.promotions_page .other_promotion .pmtTime span {    color: #d1b66b;    float: none;}
.promotions_page .other_promotion .pmtTime {    text-align: center;}
.promotions_page .other_promotion li:before {
    top: 17%;
    animation: rotation_01 20s linear infinite;
}
.promotions_page .other_promotion li:hover:before{animation: rotation_02 5s linear infinite;}

/*分享文章/＝＝＝＝＝*/
.share_page .main_part {
    max-width: 2000px;
    display: flex;
    flex-direction: column-reverse;
    padding: 100px 0 0;
    width: 100%;
}

.share_page .promotion_title {    display: none;}
.share_page .other_promotion.clearfix {
    width: 100%;
    text-align: center;
    order: 1;
    max-width: 1400px;
    overflow: hidden;
}
.share_page .other_promotion .pmtTime {    display: none;}
.share_page .other_promotion .pmtTitle h3 {
    margin: 0;
    padding-left: 20px;
    color: #fff;
    height: auto;
}
.other_promotion li {    position: relative;    margin: 5px 0;}
.other_promotion li:before {
    content: '';
    background: url(https://pic03.eapple.com.tw/haoshenhua/mon.png) no-repeat center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5%;
    -webkit-transform: rotate(360deg);
    animation: rotation_01 60s linear infinite;
    -moz-animation: rotation_01 60s linear infinite;
    -webkit-animation: rotation_01 60s linear infinite;
    -o-animation: rotation_01 100s linear infinite;
    left: 19px;
    background-position: center;
    background-size: contain;
    z-index: 3;
    background-repeat: no-repeat;
}
.other_promotion li:hover:before{animation: rotation_02 5s linear infinite;}
.other_promotion li a {    background: #C7802D;    border: none;}
.other_promotion li a:hover {    background: #b02121; }

@-webkit-keyframes rotation_01{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
  }
.other_promotion li a:before {
    top: -7.7px;
    left: 0;
    width: 100%;
    height: 0;
    border: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #C7802D;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.other_promotion li a:after {
    bottom: -7.7px;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border: none;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #C7802D;
}
.other_promotion li a:hover:before {
    border-bottom: 10px solid #b02121;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.other_promotion li a:hover:after {
    height: 0;
    border-top: 10px solid #b02121;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.pmtTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    z-index: 3;
}

.clearfix:before, .clearfix:after{display: none;}

/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #b02121;}
.contact_form li.last cite {background: #b02121;}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #b02121;}
.rewrite_simple{background-color: #cbc0a0;}
.member_title p {    border-top: 2px #b02121 solid;}
.login_mem_submit{background: #b02121;}
.login_mem_other_link a{color: #b02121;}
.member_login_regist a{background: #b02121;}
.mem_regist_title_s {    background: #cbc0a0;    color: #fff;}

/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1440px) {
.sticky .main_header_area.animated {        background-size: cover;    }    
footer.footer.with_shopping_mode {    background-position: left; }
}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.header_area.sticky .main_header_area:before{display: none;}
.main_header_area {    background: #fff;}
.navigation {    padding: 10px 0 0 0;}
.pageIndex .main_header_area .stellarnav::before,  .main_header_area .stellarnav::before {
    max-width: 1100px;
    right: 0;
    border-radius: 0;
    background-color: #b02121d1;
}
.main_header_area .stellarnav::before {    opacity: 1;}
.sticky .main_header_area .stellarnav::before{opacity: 0;}
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100px;}
.header_area.sticky .nav-brand {    max-width: 0;    display: none;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*促銷方案*/.promotions_page .other_promotion {    grid-template-columns: 1fr 1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}
}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*選單漸變效果＝＝*/
.header_area{position:relative;}
.nav-header {
    position: absolute;
    left: 25%;
}
.sticky .main_header_area.animated, .main_header_area {
    background-size: cover;
    background: #b02121;
    height: 54px;
}
.header_area .main_header_area::after, .header_area.sticky .main_header_area::after {    top: 100%;}
.main_header_area:before {
    content: "好神花－給你好神好運好福氣";
    width: 100%;
    display: block;
    font-size: 16px;
    letter-spacing: 0.8em;
    color: #f3ba6b;
    top: 17px;
    text-align: center;
    padding-left: 25px;
}
.header_area.sticky .main_header_area:before{display: block; height: 0;}

.me_tp_features {    display: none;}
.navigation {    padding: 0;}

/*側邊選單/＝＝＝＝＝*/
.stellarnav .menu-toggle {    padding-top: 10px;}
.pageIndex .main_header_area .stellarnav::before, .main_header_area .stellarnav::before{display: none;}
.stellarnav.mobile.left > ul {    background: #9d1818f5;    border-right: none;}
.stellarnav.mobile > ul > li {    border-bottom: 1px #d58b3466 solid;}
.stellarnav.left.mobile {    border-radius: 0 0 5px 5px;    left: 10px;}
.stellarnav .menu-toggle span.bars span {    background: #f3ba6b;}
.stellarnav .menu-toggle:after {    color: #f3ba6b;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    background: #851e24;  color: #fff;
}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {    border-bottom: solid 2px #fff;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after{  border-bottom: solid 2px #d58b34;}

.stellarnav.mobile li.open {    background: #c71b1b;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav.mobile > ul > li > a {    color: #f3ba6b;    border-bottom: none;}
.pageIndex .stellarnav > ul > li:hover > a {    color: #fff;}

/*Logo/＝＝＝＝＝*/
.header_area .nav-brand {
    max-width: 100%;
    margin: 0;
    width: 300px;
}
.nav-brand img {
    opacity: 0;
    height: 60px;
}
.header_area.sticky .nav-brand {  margin: 0;     width: 0;}
/*
    .nav-brand:after {
        content: "好神花－給你好神好運好福氣";
        position: absolute;
        width: 100%;
        display: block;
        font-size: 16px;
        letter-spacing: 1.1em;
        color: #f3ba6b;
        top: 17px;
        text-align: center;
        padding-left: 26px;
        left: 0;
    }
.header_area.sticky .nav-brand {   display: block;    filter: none;    margin: 0;     width: 0;}
*/
/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {    display: block;    background: #851e24;}
#bottom_menu li a {    color: #fff;}
#bottom_menu li:first-child:nth-last-child(2), #bottom_menu li:first-child:nth-last-child(2) ~ li {
    border-right: 1px solid #d58b348a;
}
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center; margin: 20px;}
.footer_info ul {    flex-direction: column;    align-items: center;}
.footer_info li {    width: 100%;}
.footer_info li:nth-child(1) {    text-align: center;}
.box_link {    justify-content: center;}
.footer_info li:nth-child(3) {    width: 100%;}
footer.footer.with_shopping_mode {    margin-top: -65px;}

/*Banner/＝＝＝＝＝*/
.banner h5, .product_page .banner h5, .product_info_page .banner h5 {
    font-size: 22px;
    top: 35%;
    -webkit-writing-mode: initial;
    flex-direction: column;
}
.banner {    height: 35vw;    padding: 60px 20px 17px;}
.banner h5:after {    width: 40vw;    height: 40vw;    bottom: 35%;    left: 30%;}

/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
body.product_info_page .product-wrapper {    display: flex;    flex-direction: column-reverse;}

/*順序*/
.product_page .products-list {    order: -1;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*促銷方案*/
.promotions_page .other_promotion {    grid-template-columns: 1fr 1fr;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #cbc0a0;font-size: 20px;}
.show-list .item {    width: 100%;}
}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
.main_header_area:before{        letter-spacing: 5px;    }
    
/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
footer.footer.with_shopping_mode {    margin-top: -90px;}
.footer_info {    flex-direction: column; align-items: center;}
.footer_info li:nth-child(1) {    width: 100%;}
.footer_info ul {width: 90%;}
.footer_menu { width: 90%; margin: 0 auto; }

/*Banner/＝＝＝＝＝*/
.banner {    height: 50vw;}
.banner h5:after {    bottom: 84%;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
.promotions_page .other_promotion {    grid-template-columns: 1fr;}

}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}