@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #000; /*網站主要色系*/
  --SubColor: #121212; /*網站輔助色系1*/
  --SubColor2: #acafba; /*網站輔助色系2*/
  --SFont:"IBM Plex Sans", sans-serif;/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f60:60px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
  --f17:17px;
  --f15:15px;
  --f14:14px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f60:48px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f60:40px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
  --f17:16px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f60:32px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
  --f15:14px;
  --f14:13px;
}
}
@media (max-width:375px) {
:root{
  --f60:28px;
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
  --f17:15px;
}
}
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*反白顏色/＝＝＝＝＝*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
.info_fix>span {    transform: rotate(45deg);}
.info_fix:hover>span , .info_fix_links.linkBox_Open >span{transform: rotate(90deg);}


.main_part{max-width: 1400px;margin: auto;padding: var(--m100) 20px;}
.show_content{width: 100%;padding: 0;}

body.pageIndex {    background: var(--MainColor);}
body.product_page , body.product_info_page {    background: var(--MainColor);}

div#page {
    background: #161616;
}
#content_main,#content {
    background: #161616;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: url(https://pic03.eapple.com.tw/harngshing/bg.png) center;
    background-size: cover;
    background-attachment: fixed;
}
#content_main:before , #content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#161616, #16161600, #16161600);
}
/*Header/＝＝＝＝＝*/
.header_area{padding:0;}
.main_header_area{background: #fff;transition:all 0.3s;}
.main_header_area .container {max-width: 95%;}
.nav-header {/* position: absolute; *//* z-index: 999; *//* order: 2; *//* top: 50%; *//* left: 50%; *//* transform: translate(-50%, -50%); */}
.navigation {padding: 30px 0;display: flex;transition: all 0.3s;flex-direction: row;align-items: center;justify-content: space-between;}
.me_tp_features {    width: fit-content;    margin: 0;order: 1;}
.stellarnav {flex: 1;z-index: 99;}
body.pageIndex .header_area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background: linear-gradient(180deg, #000000 0%, #00000000 100%);
    mix-blend-mode: color-burn;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
}
.main_header_area .container:before {
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    /* transform: translateX(-50%); */
    background: transparent;
    transition: all .5s;
}
.header_area.sticky{background: transparent;}
.header_area.sticky .container:before {
    width: 100%;
    background: #000000bd;
    transition: all .5s;
}
/*第一層*/
.stellarnav ul {/* text-align: center; */display: flex;width: 100%;flex-wrap: wrap;justify-content: center;padding-left: 10%;}
.stellarnav > ul > li.drop-left > ul {padding-left: 0;}
.stellarnav > ul > li {    text-align: center;}
.stellarnav > ul > li:before {    content: "";    background: #008CC1;    position: absolute;    bottom: 0;    left: 50%;    transform: translateX(-50%);    height: 3px;    width: 0;    transition: all 1s cubic-bezier(.19,.91,.36,.99);}
.stellarnav > ul > li:hover:before {width: 62%;}
.stellarnav > ul > li > a {    transition: all 0.3s;    padding: 0 12px;margin: 0;display: flex;flex-direction:column;font-family: 'noto sans tc';font-weight: 400;}
.stellarnav > ul > li > a b:nth-child(1) {    font-family: var(--SFont);    font-size: var(--f15);}
.stellarnav > ul > li > a b:nth-child(2){font-size: var(--f14);}
.stellarnav > ul > li:hover > a{color: #008CC1;    font-weight: 600;}
.stellarnav li.has-sub > a:after{content:none;}


/**/
@media screen and (max-width: 1024px) {
    .nav-header {
        position: static;
        order: 0;
        transform: unset;
    }
        .navigation {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap:10px;
    }

    }


@media screen and (min-width: 980px) {
 .stellarnav.mobile ul ul {    display: none;}
.stellarnav > ul >li:nth-of-type(3) > ul  , .stellarnav > ul >li:nth-of-type(4) > ul  , .stellarnav > ul >li:nth-of-type(5) > ul {display: none !important ;}}
@media screen and (max-width: 768px) {

.navigation {
        flex-direction: row;}
}

/**/


.stellarnav > ul >li:nth-of-type(3) > ul > li:nth-of-type(1) , .stellarnav > ul >li:nth-of-type(4) > ul > li:nth-of-type(1) , .stellarnav > ul >li:nth-of-type(5) > ul > li:nth-of-type(1){display: none;}

/*第二層*/
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:1px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: var(--MainColor);  padding-left:10px;border-color:var(--MainColor) ;}
.stellarnav > ul >li >ul{    left: 50%;transform: translateX(-50%);}
/*SubMenu*/
.shop_search_btn {    background: var(--MainColor);transition:all 0.3s;}
.tp_links {    padding-left: 20px;display: none;}
.tp_links a{transition:all 0.3s;}
.tp_links a:hover {    color: var(--MainColor);}
a.me_tp_call , a.me_tp_mail{display: none;}

/*search*/
.box_search{margin-bottom: 0;}
.box_search input[type=text]{background: #fff;    padding: 2px 10px 3px;width: 130px;}

.me_tp_features a.tp_btn_cart , .me_tp_features a.tp_btn_notice{color: #fff;}

/*選單漸變效果＝＝*/
.header_area{position: fixed;width: 100%;background: transparent;}
 .header_area .main_header_area{background: transparent;}
.pageIndex .header_area.sticky .main_header_area{/* background: #fff; */}
.stellarnav > ul > li > a{color: #fff;}


/* .pageIndex .header_area.sticky .stellarnav > ul > li > a{color: #ffffff;} */
/* .pageIndex .header_area .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/harngshing/logo_le_w.svg);}
.pageIndex .header_area.sticky .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/harngshing/logo_le_b.svg);} */
.pageIndex .header_area .stellarnav > ul > li:before {background: #008CC1;}
.header_area .tp_links a{color: #fff;}
.header_area.sticky .tp_links a{color: #ffffff;}

.shop_search_btn {
    background-image: url(https://pic03.eapple.com.tw/harngshing/search.png);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4px;
    color: transparent;
}
.pageIndex .header_area .shop_search_btn {background-color: #000;}
.pageIndex .header_area.sticky .shop_search_btn {    background-color:#555;}


/*Footer/＝＝＝＝＝*/

.footer .center {      max-width: 1400px;}
.footer {background: var(--MainColor);padding: 0;}
.footer_info {display: grid;justify-content: space-between;padding: 0;grid-template-columns: 400px 1fr;padding: 40px 20px 30px;}
.footer_info > ul {grid-column: 2 / 2;grid-row: 1 / 3;display: grid;/* grid-template-columns: 1fr 1fr; */width: 100%;gap: var(--m50);}
    .footer_logo {grid-column: 2 / 1;width: 100%;max-width: 240px;margin-top: 10px;text-align: center;/* filter: brightness(0) grayscale(100%) invert(1); */}
.footer_info li p, .footer_info li * {    color: var(--SubColor2);    line-height: 200%;transition:all 0.3s;}
.footer_info li p:hover * , .footer_info li p:hover:before {    color: #fff;}
.footer_menu a {font-family:var(--SFont);    margin: 0;    text-align: center;    padding: 5px;    transition: all 0.3s;    border: none;    background: transparent;    padding: 0;    display: block;    text-align: left; width: fit-content;}
.footer_menu a:hover {    background: transparent;color: #fff;}
.copy {/* background: var(--SubColor); */color: #aaa;border: 1px #1e1e1e solid;padding: var(--f20) 0;font-size: 11px;/* margin-top: var(--m50); */}
.copy a{    color: #fff;transition:all 0.3s;}
.footer_menu a:nth-of-type(1) , .footer_menu a:nth-last-of-type(1) , .box_link {display: none;}


.footer_info li p:before {    margin: 0;    min-width: 50px;    display: inline-block;transition:all 0.3s;}
.footer_info li:nth-child(1) {font-family: var(--SFont),' 微軟正黑體';display: grid;grid-template-columns: 1fr 1fr;text-align: right;}
.footer_info li p.add2 {    padding-left: 50px;}

.footer_info > ul >li:nth-child(1):before, .footer_info > ul >li:nth-child(2):before {    font-family: var(--SFont);    font-weight: bold;    font-size: var(--f18);    color: #fff;    margin-bottom: var(--f20);    display: block;}
/* .footer_info li:nth-child(1):before {    content: "CONTACT";} */
.footer_info li:nth-child(2):before {content: "QUICK LINKS";}
.footer_info li:nth-child(2){display:none;}
#bottom_menu li {    width: 100% !important;}
#bottom_menu li:nth-child(n+2){display: none !important;}

@media screen and (max-width: 1024px) {
    .footer_info li:nth-child(1){
    grid-template-columns:1fr;
    text-align: left;
    }
}
/*Logo/＝＝＝＝＝*/
.nav-brand {
    width: 100%;
    max-width: 220px;
    transition: all 0.3s;
    margin-top: 5px;
    position: relative;
    display: flex;justify-content:center;
    align-items: center;
}
.footer_logo a {position: relative;}
.nav-brand img , .footer_logo a img{/* opacity: 0; */}


.pageIndex .header_area .nav-brand{/* filter: brightness(0) grayscale(100%) invert(1); */}
.header_area.sticky .nav-brand{
    /* filter: unset; */
}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: var(--MainColor);}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/

.bannerindex {
    /* position: static; */
    position: relative;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    width: 100% !important;
    height: auto;
}

@media screen and (max-width: 1024px) {
    .bannerindex {
        position: relative;
    }
@media screen and (max-width: 768px) {
    .bannerindex {
            padding-bottom: 0;
    }
}

}
/*大圖特效/＝＝＝＝＝*/
.pageIndex .swiper-slide:before,
.pageIndex .swiper-slide:after {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events: none;
}

.pageIndex .swiper-slide:nth-child(1):after {
    width: 100%;
    /* background: url(https://pic03.eapple.com.tw/harngshing/deli_02_c1.png); */
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;
}
.pageIndex .swiper-slide:nth-child(2):after {
    width: 100%;
    /* background: url(https://pic03.eapple.com.tw/harngshing/deli_01_c2.png); */
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 2000/1000;
    left: 0%;
    bottom: 0%;

}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(1):after {
    animation: ani_TtoB 1.5s 0.6s both;
}
.pageIndex .swiper-slide.swiper-slide-active:nth-child(2):after {
    animation: ani_TtoB 1.5s 0.6s both;
}
@media screen and (max-width: 1440px) {
    .pageIndex .swiper-slide:nth-child(1):before{ bottom: -35%;}
        }




@keyframes ani_TtoB {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(100%) ;opacity:0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0) ;opacity:1;
    }
}

@keyframes ani_LtoR {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-10%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**/

@media screen and (max-width: 768px) {

}
.pageIndex .swiper-pagination {
    margin: 0;
    transform: translateX(-100%);
}






/*Banner/＝＝＝＝＝*/
.banner {    background: transparent;    position: relative;padding: var(--m50) 0;min-height: 400px;flex-direction: column;    justify-content: flex-end;}
.banner h5{
        font-family: 'Noto Serif TC';
    letter-spacing: .5rem;
    color: #fff;
    font-size: var(--f28);
    line-height: 110%;}
.banner h5:before{
    content: "";    
    font-size: var(--f60);
    color: #008CC1;
    font-family: 'Crimson Text';
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

.product_page .banner h5:before,.product_info_page .banner h5:before{content:'PRODUCT';}
.services_page .banner h5:before{content:'SERVICE';}
 .article_b .banner h5:before{content:'NEWS';}
 .article_a .banner h5:before{content:'RENT';}
.contact_page .banner h5:before{content:'CONTACT';}

@media screen and (max-width: 1024px) {
.banner {min-height: 300px;}
}

@media screen and (max-width: 768px) {
.banner {min-height: 200px;}
}
/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path{padding-bottom: var(--m30);display: none;}
/*頁碼＝＝*/
.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 {    color: #fff;display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #fff;border: 1px solid #fff;color: #222;}

/*購物車/＝＝＝＝＝*/
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}



/*外層版面*/
.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);    padding: 0;}
.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:not(.active){display: none;} */
.product-layer-two > li.active {    background: var(--SubColor);}
.product-layer-two li.active a {    border: unset;background: #1c7db0;}

.products-list .name {    color: #fff;    height: auto;}

/**/
.product-layer-two li a {    color: #FFF;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px  #555 solid;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #fff;}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;    display: block;    margin: 0;    padding: 0;}
.product-layer-two li li a , .product-layer-two li.active li a{    background: transparent;color: #666;}
.product-layer-two li li:hover a{color: #fff;}
.products-list .more {
    border: 1px solid #1c7db0;
    color: #1c7db0;
}
.products-list .item a:hover .more {
    background: #1c7db0;
}
/*購物車/內層＝＝*/
.product_info_page .main_part {
    max-width: 1400px;
}
.product_pic #bx-pager h6{display: none;}
.product_pic #bx-pager {    width: 100%;    position: relative;    top: 0;    left: 0;    display: grid;    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;gap:10px;}
.product_pic #bx-pager a {    float: none;    width: 100%;    height: auto;    margin: 0;    border: none;    overflow: hidden;    aspect-ratio: 5 / 4;position: relative;}
.product_pic #bx-pager a 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%);
}
.prod_tabs{width: 100%;}

.product-wrapper {    display: flex;    flex-wrap: wrap;    align-items: flex-start;}
.product_main {    width: 70%;    max-width: 900px;    padding: 0;}
.sidebarBtn {    padding: 0;    flex:1;    border: none;    background: transparent;padding-left: 60px;padding-top: var(--m50);margin: 0 auto;}

.bx-wrapper .bx-viewport {    border: none;    left: 0;background: transparent;}
ul.bxslider li {aspect-ratio: 1 / 1;}
ul.bxslider li img , .products-list .pic img{
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
    -webkit-object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/*按鈕顏色*/
form:has(.inquiry_a1 + .inquiry_a2){display: grid;grid-template-columns: repeat(auto-fit, minmax(min(160px,100%), 1fr));gap:10px 10px;}
.inquiry_a2,.inquiry_a1 {    background: var(--SubColor2);    color: var(--MainColor);}
.inquiry_a3{background:#297091;}
.inquiry_a1:hover,.inquiry_a2:hover,.inquiry_a3:hover {background:#008CC1;color: #fff;}
.lastaction {    color: var(--MainColor);    background-color: #f2f2f2;}
.nextaction {    background-color: var(--MainColor);}
.lastPage {    background: var(--SubColor);transition:all 0.5s 0.1s;border: 2px solid transparent;}
.lastPage:hover{border-color: #fff;background: transparent;letter-spacing:3px;}

/*商品側邊規格*/
.sidebarBtn h2 {    color: #bbb;    font-size: var(--f28);    font-family: var(--SFont), "微軟正黑體";}
div#number_area {    /*color: #bbb;font-family: var(--SFont), "微軟正黑體";*/ display: none;}
.product_info li span{display: none;}
.product_info li .txt_box {    color: #fff;    width: 100%;}
.sidebarBtn .price{border-bottom: 1px solid #e6e6e6;}

.sidebarBtn .sp_price {   color: var(--SubColor);}
.mobile_product_name{display: none;}

.radio-inline__label {    padding: 0;    margin: 0;    border: none;}
.product_info li .txt_box .size {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(250px, 100%), 1fr));
    gap: var(--f20);
    padding: var(--f20) 10px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    margin-top: var(--m30);
    font-size: var(--f17);
    font-weight: bold;
    font-family: var(--SFont), "微軟正黑體";
}
.pd_tabTitle li.activeTab a {
    color: #ccc;
}
/**/

ul.prod * {    color: #f9f9f9;    line-height: 200%;    text-align: justify;}
ul.prod{padding-top: var(--m50);}
li.prod-item:not(.is-active) , ul.prod li h3.prod-thumb{ display: none; }


/*相關推薦*/
.prod_related {    background: var(--MainColor);    padding: var(--m50) 0;}
.related_list , .prod_related h6{ display: none;  }



/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: var(--f28);color: #ccc;}
h4.blog_category_title span{font-size: var(--f24);color: #ccc;}
.blog_box_edit *{color: #ccc;}
.news_related{    background: #f3f3f30d;}
/*文章管理/外層＝＝*/
.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;display: flex;flex-direction: column;grid-gap: 10px;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}
.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_list_ri h5{color:#ccc;font-weight:700;}
.subbox_item a:after{background: rgb(57 57 57 / 90%);border: 1px #ddd solid;}
/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;background: #5151514d;}
.accordion li .link a{color: #ccc;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #008CC1!important;}
.submenu a:hover {    background: var(--SubColor);}
/*首*/
.module_i_news ul{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: #008CC1;}
h5.blog_le_t span {
    display: none;
}
/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px;    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 {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;    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%);}

.show-list .item:hover .show_name {    color: var(--MainColor);}
.other_album_choice li {    background: var(--MainColor);}
.subalbum-menu h2{    color: var(--SubColor);font-size: var(--f24);}
.other_subalbum li p {    margin-top: 10px;}
/**/

/*促銷方案/＝＝＝＝＝*/
.news_list ul li a:hover {    background: #f9f9f9;}
.news_list ul li p:after {    background: var(--MainColor);    padding: 3px 5px;    border-radius: 5px;    color: #fff;}

.other_promotion li a:hover:before , .other_promotion li a:hover:after {border-color:var(--MainColor);}

.other_select_page .promotion_title , .other_select_page .other_promotion , .other_select_page .page{display: none;}


/*聯絡我們/＝＝＝＝＝*/
.contact_editbox , .contact_content{width: 100%;padding: 0;}
.contact_le_map a {    background: var(--MainColor);}
.contact_form li.last cite {background: var(--MainColor);}
.contact_content{position: relative;padding: var(--m50);overflow:hidden;}
.contact_content:before {
    content: "";
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/harngshing/con_form_i.jpg);
    background-position: center;
    background-size: cover;
    left: 0;
    top: 0;
    filter: blur(15px) brightness(0.4);
    transform: scale(1.5);
}
.contact_content .information_left{width:100%;padding: 0;margin-bottom: 20px;}

.contact_content .information_right {    width: 100%;    padding: var(--m100) var(--m50);    background: #fff;}
.contact_content .information_left .blank_letter{padding-top: 0;color: #fff;border-left: 4px #008CC1 solid;padding-left: 10px;}
.contact_form {    display: grid;    grid-template-columns: 1fr;    gap: 15px;    margin: var(--m50) 0 0;}
.contact_form li {    padding: 0;}
.contact_form li.last{padding-bottom: 0;text-align: center;}
.contact_form li .form__label {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 3px 0;
}
.list_before{color:#ddd;display: grid;grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before{color: #48829b;}
/*會員/＝＝＝＝＝*/
.send_simple{background-color: var(--MainColor);}
.rewrite_simple{background-color: var(--SubColor);}
.member_title p {    border-top: 2px var(--MainColor) solid;}
.login_mem_submit{background: var(--MainColor);}
.login_mem_other_link a{color: var(--MainColor);}
.member_login_regist a{background: var(--MainColor);}
.mem_regist_title_s {    background: var(--SubColor);    color: #fff;}

/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1440px) {
.sidebarBtn {    padding-left: var(--m50);}
}
/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {

.stellarnav > ul > li {    min-width: unset;}
.stellarnav > ul > li > a b:nth-child(2) {    font-size: 13px;}
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}

.product-wrapper {    align-items: self-start;}
.sidebarBtn {    padding-top: 0;}

.contact_content .information_right {    padding: var(--m50);}

}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
/*選單漸變效果＝＝*/
.header_area{position: sticky;}
.pageIndex .header_area .shop_search_btn {    background-color: var(--MainColor);}

/**/
.footer_info {    display: flex;    flex-direction: column;}
.footer_info > ul {display: flex;max-width: 600px;margin: 0;gap:0;}


/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
.pageIndex .header_area .nav-brand {filter: unset;}

/* .pageIndex .header_area .nav-brand:before {    background-image: url(https://pic03.eapple.com.tw/harngshing/logo_l_b.svg);} */
.pageIndex .header_area .tp_links a{color: var(--MainColor);}
/*側邊選單/＝＝＝＝＝*/
.stellarnav > ul > li:before , .stellarnav .menu-toggle:after{content:none;}
.stellarnav .menu-toggle span.bars span {background: #ffffff;margin: 0 auto;}
.stellarnav .menu-toggle span.bars span + span {    margin-top: 5px;}
.navigation {    justify-content: space-between;}
.stellarnav.mobile {    position: relative;    flex: unset;}
.me_tp_features {    order:2;    flex: 0;    text-align: right;}
.stellarnav .menu-toggle {    padding: 0 0 0 var(--m30);}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px;border-left:none;font-size: 14px; }
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav > ul > li {    text-align: left;}
.stellarnav.mobile > ul > li > a b{ display: block; }
/*Logo/＝＝＝＝＝*/
.header_area .nav-brand, .header_area.sticky .nav-brand{max-width: 180px;}

/*文章管理/＝＝＝＝＝*/
.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) {
.me_tp_features {display: none;}
.stellarnav > ul > li > a b:nth-child(2){display: none;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}

/*購物車/＝＝＝＝＝*/
/*購物車/外層＝＝*/
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
/*順序*/
.product_page .products-list {    order: -1;}

.sidebarBtn {    flex: unset; width: 100%; margin:var(--m50) auto; padding: 0; }
.product_main {    width: 100%;    max-width: 100%;}


}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
.navigation {padding: 15px 5px;}
.tp_links {    padding: 0;    margin-top: 5px;}

/*Footer/＝＝＝＝＝*/
.box_link {    text-align: center;}
.footer_info > ul {max-width: 500px;flex-direction: column;}
.footer_info li {    padding: 0; margin-top:var(--m30);}

/**/
.product_pic #bx-pager {    margin-top: 15px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
.contact_content .information_right {        padding: var(--m100) 5%;}
.contact_form {    gap: 10px;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}

}
