@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200..900&display=swap');
:root {
    --MainColor: #254772; /*網站主要色系*/
    --SubColor: #6290cb; /*網站輔助色系1*/
    --SubColor2: #dbe9ee; /*網站輔助色系2*/
    --color:#202020;
    --SFont:"Noto Serif HK", serif;/*黑體*/
    --SFont2: "Noto Serif HK", serif;/*細明體*/
    --SFontE:"Anton", sans-serif;/*特殊字體*/

    --pd100:100px 0;
    --m100:100px;
    --m50:50px;
    --m30:30px;
    --f100: 100px;
    --f60: 60px;
    --f48: 48px;
    --f40: 40px;
    --f36: 36px;
    --f32: 32px;
    --f28: 28px;
    --f24: 24px;
    --f22: 22px;
    --f20: 20px;
    --f18: 18px;
    --f17: 17px;
    --f16: 16px;
    --m100: 100px;
    --m50: 50px;

}

@media (max-width:1024px) {
    :root {
        --m50: 40px;
        --m30: 25px;
        --f100: 90px;
        --f60: 52px;
        --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;
        --f100: 72px;
        --f60: 50px;
        --f48: 32px;
        --f40: 28px;
        --f36: 26px;
        --f32: 24px;
        --f28: 20px;
        --f24: 20px;
        --f20: 18px;
        --f18: 17px;
        --f17: 16px;
        --f16: 15px;
    }
}

@media (max-width:600px) {
    :root {
        --pd100: 50px 0;
        --m100: 50px;
        --m50: 25px;
        --f100: 60px;
        --f60: 40px;
        --f48: 28px;
        --f40: 24px;
        --f36: 22px;
        --f32: 20px;
        --f28: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 17px;
        --f18: 16px;
        --f17: 15px;
    }
}

@media (max-width:375px) {
    :root {
        --f100: 48px;
        --f60: 32px;
        --f48: 24px;
        --f40: 20px;
        --f36: 18px;
        --f32: 18px;
        --f28: 17px;
        --f24: 17px;
        --f22: 17px;
        --f20: 16px;
        --f18: 15px;
    }
}
.product_page #content, .product_info_page #content, .blog_page #content, .blog_in_page  #content{ background:url(https://pic03.eapple.com.tw/yaoyun2025/blog-bg.jpg);}
.product_info_page .main_part, .blog_in_page .main_part {  background: #fff;    margin-bottom: 50px;}
.product_page .main_part, .blog_page .main_part { padding: 0px 20px 50px;}


.contact_page #content {  background:url(https://pic03.eapple.com.tw/yaoyun2025/contact-bg.jpg) no-repeat;background-attachment: fixed;}
.pageIndex #content_main {  background: #ffffff00;}
.path { display: none;}
.edit_part { padding:0px;}
.contact_editbox {padding: 0;}
.promotion_title, .other_promotion { display: none;}
.other_select_page ul.page{display: none;}
.me_tp_features{display: none;}
.header_area { background: #ffffff00;    padding: 10px 10px 0px 10px;position: absolute;transition: 0.3s ease-in;}
/*.header_area.sticky{ background: var(--MainColor);}*/
/*電腦LOGO*/
.nav-header {  max-width: 250px;}
.nav-brand {    width: 100%;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;   }
.header_area::after{
    position: absolute;
    content: "";
    background: var(--MainColor);
    width:0;
    height: 100%;
    left: 0%;
    top: 0;
}




/*sticky*/
.header_area.sticky{position: fixed;transition: 0.3s ease-in;background: #ffffffb2;border-bottom:1px solid #fff ;}

/*第一層*/
.navigation { grid-template-columns: 280px 1fr;padding: 10px 0 0; align-items: center;}
.stellarnav { grid-row: 1 / span 2;}
.stellarnav > ul > li > a{transition:all 0.3s;font-family: var(--SFont);color: var(--MainColor);letter-spacing: 1px;font-family: var(--SFont2);}
.stellarnav > ul > li:hover > a{color: var(--SubColor);}
.stellarnav > ul > li > a:hover b{color: var(--SubColor);}
.stellarnav li.has-sub > a:after { border-top: 6px solid var(--MainColor);}
.stellarnav li.has-sub:hover > a:after { border-top: 6px solid var(--SubColor);}
/*第二層*/
.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: #fff;	padding-left:10px;background: var(--MainColor);}

.stellarnav ul ul {
    background: #ffffff00;
    padding-top: 11px;}
.stellarnav li li { 
    border: none;
    background: #ffffff99;
    border-bottom: 1px solid #fff;}
/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}


/*大圖*/
.bannerindex .swiper-fade .swiper-slide:nth-child(1)::before{
    position: absolute;
    content: "";
     background:url(https://pic03.eapple.com.tw/yaoyun2025/bn01-be.png) no-repeat;
     background-size: contain!important;
     background-position: center!important;
     width: 100%;
     height: 0;
     padding-bottom:calc(100% / 1*0.07) ;
     left: 0;
     top: 40%;
     z-index: 9;
}




.bannerindex .swiper-fade .swiper-slide:nth-child(2)::before{
    position: absolute;
    content: "";
     background:url(https://pic03.eapple.com.tw/yaoyun2025/bn02-be.png) no-repeat;
     background-size: contain!important;
     background-position:right!important;
     width: 100%;
     height: 0;
    padding-bottom:calc(100% / 1*0.15) ;
     right:15%;
     top: 50%;
     z-index: 9;
}

.bannerindex .swiper-fade .swiper-slide-active:nth-child(2)::before{animation: flybe 5s alternate;} 
@keyframes flybe{
            0%{right: -600px}
            100%{right:15%;}
        }
.bannerindex .swiper-fade .swiper-slide:nth-child(2)::after{
    position: absolute;
    content: "";
     background:url(https://pic03.eapple.com.tw/yaoyun2025/bn02-af.png) no-repeat;
     background-size: contain!important;
     background-position: right!important;
     width: 100%;
     height: 0;
     padding-bottom:calc(100% / 1*0.2) ;
     right:25%;
     top: 10%;
     z-index: 9;
}

.bannerindex .swiper-fade .swiper-slide-active:nth-child(2)::after{animation: fly 3s alternate;} 
@keyframes fly{
            0%{right: -300px}
            100%{right:25%;}
        }







 .swiper-wrapper::before{
    content: "";
     position:absolute;
    pointer-events: none;
    display: block;
    background: url(https://pic03.eapple.com.tw/yunmanlife/room-in-be.png);
    background-size: contain;
    background-position: center; 
    width: 100%;
    height: 0;
    padding-bottom:calc(100% / 1 * 0.3) ;
    top: 0;
    right: 0;
    z-index:1;
opacity: 0.8;
    transform: scale(1.5);
     animation:move 50s linear infinite;

}
@-webkit-keyframes move {
0% {background-position: 0;;}

100% {background-position:2000px;}
}





/*往下滑*/

.header_area.sticky~ .bannerindex .swiper-banner::before{
    position: absolute;
    content: "";
    background:url(https://pic03.eapple.com.tw/yaoyun2025/sticky-bn.png) no-repeat,
     linear-gradient(180deg, #ffffff00, #ffffff00,#fff);
     backdrop-filter: blur(9px) saturate(70%);
   
    background-size: contain!important;
    background-position: center bottom!important;
    width: 100%;
    height:100% ;
    left: 0;
    bottom: -1px;
    z-index: 9;
    animation: bottom 1s ease-out;
  }
  
  @keyframes bottom {
    0% {
      opacity: 0;
    }
    50% {
     opacity: 1;
    }
    100%{opacity: 1;}
  }
  

/*Banner/＝＝＝＝＝*/

.banner{
    background: url(https://pic03.eapple.com.tw/yaoyun2025/banner.jpg) no-repeat;
    background-size: cover;
    background-position: left;
    position: relative;
    min-height: 400px;
}
.banner::after{
position: absolute;
content: "";
background: url(https://pic03.eapple.com.tw/yaoyun2025/banner-af.png);
background-size:cover;
background-repeat: repeat-x;
background-position: bottom!important;
width:100%;
height: 0;
    padding-bottom: calc(100% / 1 * 0.5);
left:0;
bottom:0px;
animation: play 50s linear infinite;
z-index: 0;
opacity: 0.8;
}
@keyframes play {
    0% {
        transform: translateX(0);      
      }
    100% {
           transform: translateX(-100%);      
        }
    
    }
    .banner::before{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/yaoyun2025/banner_h5_be.png)no-repeat;
    background-size: contain;
     width: 225px;
    height: 201px;
    right: calc(50% - 225px);
    transform: translateX(-50%);
    top: 85px;
    animation: flybanner 5s,Jump 2s infinite ;
z-index: 2;
}

@keyframes  flybanner{
            0%{right: -600px}
            100%{right:calc(50% - 225px);    transform: translateX(-50%);}
        }
 @keyframes Jump{
            0%{transform: translateY(0);}
            80%{transform: translateY(-10px);}
            100%{transform: translateY(0px);}
        }

.banner h5{
    position: absolute;
    content: "";
    font-size: 32px;
    left: 50%;
    transform: translateX(-50%);
    font-family: var(--SFont);
    top: 280px;
    color: var(--MainColor);
    letter-spacing: 5px;
    z-index: 9;
}

.banner h5::after{
    position: absolute;
    content: "";
    font-family: var(--SFont);
    font-size: var(--f20);
    color: var(--SubColor);
     left: 50%;
    transform: translateX(-50%);
    top:-20px;
   letter-spacing: 0px;
}

.contact_page .banner{background: #ffffff00;}
.contact_page .banner h5::after{    content: "CONTACT";}

.article_a .banner h5::after{    content: "NEWS";}

.article_b .banner h5::after{    content: "CASE";}

.other_page .banner h5::after,
.services_page  .banner h5::after,
.product_page  .banner h5::after{    content: "PRODUCT";}
/*Footer/＝＝＝＝＝*/
.footer .center { max-width: 1800px;}
.footer{   background: url(https://pic03.eapple.com.tw/yaoyun2025/footer_bg.jpg) no-repeat;background-size: cover;}
.footer_logo{max-width: 220px;}
.footer_logo img { width: 100%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;  justify-content: flex-start;padding: 0;}
.footer_info ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;}
.footer_info li{  width: 100%;}
.footer_info li:nth-child(1){max-width: 360px;padding-right: 70px;}
.footer_info li:nth-child(2) { padding-right: 60px;}
.footer_info li p {  color: var(--MainColor);text-align: right;}
.footer_info li p a {  color:  var(--MainColor);}

.footer_info li p:before{font-family: var(--SFont2);color: #25467283;font-weight: bold;}
.footer_info li p.tel:before {  content: '電話';}
.footer_info li p.mail:before {  content: '信箱';}
.footer_info li p.add{display: none;}
.footer_info li p.add:before {  content: '地址';}
.footer_info li p.line:before { content: 'Line ID';}
.footer_info li p.phone:before {  content: '手機';}
.footer_info li p.phone::after{content: "(冠廷) ";display: inline;}
.footer_menu {    display:flex;  gap: 5px;    justify-content: flex-end;}/*footer按鈕最小寬度100px*/
.footer_menu a {    
    margin: 0;	
    text-align: left;	
    padding: 5px 5px 5px 65px;
    transition: all 0.3s;
    border: none;
    color:  var(--MainColor);
    background: #ffffff00;
    position: relative;
    font-family: var(--SFont2);
}
.footer_menu a+a{border-left:1px solid var(--MainColor) ;}
.footer_menu a::after{
    position: absolute;
    content: "";
    background: url(https://pic03.eapple.com.tw/yaoyun2025/icon-f.png) no-repeat;
    background-size: contain;
    width: 50px;
    height: 17px;
    left:5px;
    top: 3px;
    transition: 0.3s ease;
}
.footer_menu a:hover::after{animation:  rotate 2s infinite alternate;transition: 0.3s ease;}
@keyframes rotate {
    0% {transform:translateX(5px);}
      50% {transform:translateX(-10px);}
    100% {transform: translateX(0px);}
}

.footer_menu a:hover {    background: #ffffff00;color: var(--SubColor);}
.copy {    background:#ffffff00;    color: var(--color);	border:none;}
.copy a{    color: var(--SubColor);transition:all 0.3s;}
.box_link{top: 60px;    left: 8px;    max-width: max-content;flex-direction: row;}
.box_link a{transition:all 0.3s;border-radius: 30px;font-size: 19px;width: 35px;border: 1px var(--MainColor) solid;}
 .box_link .fa-brands {  color:var(--MainColor);}
.box_link a:hover {    background:var(--SubColor);    color: #fff;    }
.footer_info .box_link a:hover .fa-brands {  color:#fff;}
.footer_info .box_link a.me_tp_call{display: none;}












/*url(https://pic03.eapple.com.tw/yaoyun2025/icon-01.png) no-repeat;*/

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;background: #fff;padding-top:50px ;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);    grid-gap: 40px;}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;margin-top: 0;column-gap: 0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:var(--MainColor);}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:var(--MainColor);}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}

.products-list .name { text-align: center;    font-family: var(--SFont2);color: var(--MainColor);font-size: 18px;}
.products-list .more {  border: 1px solid var(--MainColor);   color:var(--MainColor);}
.products-list .item a:hover .more{background: var(--MainColor);}

.product-layer-two li.active>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);
color: #fff;}
.product-layer-two li a { background: #ffffff00;}
.product-layer-two>li:hover>a {
    border: 1px var(--MainColor) solid;
    background:var(--MainColor);}
.product-layer-two li ul {    grid-gap: 0;}
.products-list .more{display: none;}
.products-list .item::before{
    position: absolute;
    content: "more";
    font-size: 16px;
    color: #fff;
    background: var(--SubColor);
    border: 1px solid var(--MainColor);
    font-family: var(--SFont2);
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    transition: 0.3s ease-in;
    z-index: 9;
    padding: 0 15px;
    border-radius: 30px;
}
.products-list .item:hover::before{opacity: 1;transition: 0.3s ease-in;}
.product_page .products-list:hover li a{opacity: 0.5;filter: blur(5px);transition: 0.3s ease-in;}
.product_page .products-list li:hover a{opacity: 1;filter: blur(0);transform: scale(1.05);transition: 0.3s ease-in;}
.product_page .products-list li a .pic{border-radius: 15px;}
.product_page .products-list li:hover a .pic{border: 1px solid var(--SubColor);}



    /*首頁*/
.animated-arrow { background:var(--MainColor);}
    
/*產品內頁*/
.sidebarBtn { border: 5px var(--MainColor) solid;}
.inquiry_a1 { background: var(--MainColor);}
.inquiry_a2 { background: var(--color);}
.inquiry_a3 { background:var(--MainColor);}
.lastPage {background:var(--color);}
.pd_tabTitle li.activeTab a {  color:var(--color);}
.pd_tabTitle li.activeTab::after {
    height: 3px;
    background: var(--MainColor);
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.pd_tabTitle li {  border-bottom: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:sticky; 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;}
}





/*相簿 內頁*/
.other_album_choice li{background: var(--MainColor);}
.show-list .show_name {text-align: center;   color: var(--SubColor2);}
.show-list .item:hover .show_name { color: var(--MainColor);}
.album_fixed_title {  background: #ffffff00;}

/*最新消息-文章*/
.blog_box{background: #fff;}
h5.blog_le_t em{display: none;}
.blog_back a.article_btn_back {    background:var(--MainColor);}
.lastPage {  background:var(--MainColor);}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background:var(--MainColor) !important;}
.subbox_item a{padding: 5px;}
.subbox_item a .blog_list_le{border-radius:15px;overflow: hidden;}
.blog_list_ri h5{color: var(--MainColor);font-weight: bold;font-family: var(--SFont2);    border-bottom: 1px solid var(--MainColor);}
.subbox_item a:after {
   background: rgb(252 248 240);
    border: none;
    z-index: -1;
border-radius:15px;}
.subbox_item a:before {
    content: 'MORE';
    bottom: unset;
    top: 8px;
    opacity: 1;
    border-radius:30px ;
    color: var(--MainColor);
    border: 1px solid var(--MainColor);
    background: #fff;
    padding: 2px 15px;}
.subbox_item:hover a:before {background: var(--MainColor);color: #fff;}
.other_subalbum li a p { text-align: center;font-weight: bold;line-height: 3;}
.show-list .item:hover{background: var(--MainColor);}


.blog_box_edit .articel_mainPic{display: none;}/*關閉文章內頁第一張圖*/


/*聯絡我們*/
.contact_form li.last cite {  background: var(--MainColor);}
.list_before.info li.info_ADD{display: none;}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width:1300px) { 
.banner::before {
width: 180px;
height: 155px;
right: calc(50% - 180px);
top: 124px;}
    
@keyframes  flybanner{
            0%{right: -600px}
            100%{right:calc(50% - 180px);    transform: translateX(-50%);}
        }


.footer_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.footer_info li:nth-child(2) {  max-width: 600px; }
.footer_menu a:nth-child(5), .footer_menu a:nth-child(9){border-left:none ;}
    }
@media screen and (max-width:1024px) { 
.nav-header { margin: auto;max-width: 200px;}

    }
    
    @media screen and (max-width: 980px) { 
    .header_area {
        position: static;
        text-align: center;
        background:#fff;
    }

    .banner {  min-height: 300px;}
    .banner::before { top: 36px;}
    .banner h5 {top: 180px;}
    
    
    
    
    }
    @media screen and (max-width:850px) { 
        /*footer*/
        .footer_logo {
           background-position: center;
           margin: auto;
           width: 100%;}
        
        .footer_info { grid-template-columns: 1fr;    grid-gap: 50px;}
        .footer_info ul { align-items: center;    align-content: center;}
        .footer_info li:nth-child(1) {padding: 0;}
        .footer_info li:nth-child(2) { padding-right: 0;}
        .footer_info li p { text-align: center;}
        .footer_info li:nth-child(1) { width: 100%;}
        .footer_info li:nth-child(2) { width: 100%;}

        
        .box_link {
        top: 58px;
        left: 50%;
        transform: translateX(-50%);
            }
       }
    @media screen and (max-width: 768px) { 
    /*HEADER*/
    .nav-header { max-width:180px; }
    .nav-header { position: relative; }
    .header_area { padding: 10px;}
    .navigation { padding: 0;}
  
    /*大圖*/
    .swiper-banner .swiper-slide img {      height: 0;display: none;  }
    .bannerindex .swiper-fade .swiper-slide:nth-child(1) {
    background: url(https://pic03.eapple.com.tw/yaoyun2025/bn01-768-bg.png) no-repeat;
    padding-bottom: calc(100% / 1 * 0.8);
    background-position: center top!important;
    }
    .bannerindex .swiper-fade .swiper-slide:nth-child(1)::before {
    padding-bottom: calc(100% / 1 * 0.12);
    top: 20%;
    }

    .bannerindex .swiper-fade .swiper-slide:nth-child(2) {
    background: url(https://pic03.eapple.com.tw/yaoyun2025/bn02-768-bg.png) no-repeat;
    padding-bottom: calc(100% / 1 * 0.8);
    }
    .bannerindex .swiper-fade .swiper-slide:nth-child(2)::before {     
    background: url(https://pic03.eapple.com.tw/yaoyun2025/bn02-768-be.png) no-repeat;
    background-position: left!important;
    padding-bottom: calc(100% / 1 * 0.25);
    top: 20%;
    right: unset;
    left: 10%;
    }
    .bannerindex .swiper-fade .swiper-slide-active:nth-child(2)::before {animation: unset;}
    .bannerindex .swiper-fade .swiper-slide:nth-child(2)::after {
    background: url(https://pic03.eapple.com.tw/yaoyun2025/bn02-768-af.png) no-repeat;
    padding-bottom: calc(100% / 1 * 0.5);
    top: 25%;
    right: 5%;
    }
    @keyframes fly{
            0%{right: -300px}
            100%{right:5%;}
        }


    /*banner*/
    .banner {  min-height:270px;}
    .banner::before { 
        width: 143px;
        height: 128px;
        right: calc(50% - 143px);}
        @keyframes  flybanner{
            0%{right: -600px}
            100%{right:calc(50% - 143px);    transform: translateX(-50%);}
        }


    .banner h5 {top: 180px;}
    

    /*往下滑*/
    .header_area.sticky~ .bannerindex .swiper-banner::before {
    background: url(https://pic03.eapple.com.tw/yaoyun2025/sticky-bn-768.png) no-repeat, linear-gradient(180deg, #ffffff00, #ffffff00, #fff);
    }






    
    /*手機側邊欄位*/
    .nav-header {  margin: auto auto auto 0; }
    .stellarnav.mobile { right: 0;left: unset;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width: 300px;    left: unset;        right: 0;}
    .stellarnav.mobile.active>ul{z-index: 9999999;     animation: move 0.5s linear;box-shadow: 0 0 3px #00000059; }
    @keyframes move{  
        0% {
            transform: translateX(100%);       
          }
        100% {
            transform: translateX(0%);   
            }
    }
    .stellarnav a.dd-toggle .icon-plus:after, .stellarnav a.dd-toggle .icon-plus:before { border-bottom: solid 3px #fff;}
    .stellarnav .icon-close:before, .stellarnav .icon-close:after {   border-bottom: solid 3px var(--color);}
   .stellarnav .menu-toggle span.bars span, .sticky .stellarnav .menu-toggle span.bars span {  background: var(--MainColor);}
    .stellarnav .menu-toggle:after, .sticky .stellarnav .menu-toggle:after { color:var(--MainColor);}
    .stellarnav.mobile ul {    background: #ffffff00;}
    .stellarnav.mobile > ul > li { border-bottom: 1px #4a76ad solid;}
    .stellarnav.mobile > ul > li > a { padding: 20px 0;color: #fff; }
    .stellarnav > ul > li > a b , .sticky .stellarnav > ul > li > a {   padding: 20px 0;color: #fff;}
    .stellarnav.mobile > ul > li > a:hover b{color: var(--MainColor);font-weight: bold;}
    .stellarnav.mobile > ul > li > a b:last-child{display: none;}
    .stellarnav.mobile.left > ul{transition: 0.5s ease;max-width:300px;background: var(--SubColor);}

    .stellarnav.mobile.left .close-menu,   .sticky .stellarnav.mobile.left .close-menu {
        padding: 15px 10px;
        background:#ffffff00;
        color: var(--MainColor);
    }
    .stellarnav.mobile li.open {background: #5781b6;}
    .stellarnav.mobile li li a { border-bottom: none;color: #ffffffc7;padding-left: 25px;}
    .stellarnav ul li ul {  padding-top: 0px;background: #ffffff00;}
    .stellarnav li li { background: #ffffff00;border-bottom:none ;}
    .stellarnav ul li ul li:nth-child(1){border-top:1px solid #ffffffb7 ;} 
    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {display: none; }
    .footer.with_shopping_mode { padding:30px 0 0px; }
    #to_top { bottom:60px;}
    .footer_logo{margin: auto;}
    .footer_info li { width: 90%;}
    .footer_info li p {}
    .footer_menu {    margin: auto;        grid-template-columns: repeat(3, 1fr);}
    .footer_info {
        grid-template-columns: 1fr;
        width: fit-content;
        margin: auto;
        grid-gap: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
 

    .footer_info li:nth-child(1) { grid-template-columns: 1fr;}
    .footer_info li:nth-child(1), .footer_info li:nth-child(2) { max-width: 100%; }
    .footer_menu a:nth-child(5), .footer_menu a:nth-child(9){border-left:1px solid var(--MainColor) ;}
    .footer_menu a:nth-child(4), .footer_menu a:nth-child(7){border-left:none ;}
    .box_link { top: 4px; }
    .footer_info li p.line{margin-top: 20px;}
    
    .product_menu_list,
    .products-list,
    .product-wrapper { width: 100%;}
    .product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
    .product_page .product-layer-two,
    .product_page .products-list { width: 100%; border-right: none;}
    .product_page .product_menu_list>h5{display: block;}
        
    .product_page .show_content > a { order: 1;}
    .product_page ul.products-list { order: 2;}
    .product_page ul.page { order: 3;}
    .product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
    .product_page .show_content, .product_info_page .show_content {padding: 30px 15px;    border-radius: 20px;}
.products-list .item a { width: 90%;}




    }
    
    
    @media screen and (max-width: 600px) { 
        .contact_form li .form__label {  background: rgb(255 255 255 / 0%);    }

        .stellarnav.mobile { top: 10px;}

        .footer_logo{margin: auto auto auto 0;}
        .footer_info { margin: auto auto auto 15px;}
        .footer_info li p{text-align: left;}
        .footer_menu {  grid-template-columns: repeat(3, 1fr); }
        .footer_menu a:nth-child(4), .footer_menu a:nth-child(7){border-left:1px solid var(--MainColor) ;}
        .footer_menu a:nth-child(4), .footer_menu a:nth-child(7){border-left:none ;}

        .banner { min-height: 220px;}
        .banner h5 { font-size: 25px;        top: 135px;letter-spacing: 0;}

        .box_link{left: 0;transform: translateX(0);}

        .subbox_item a:before{opacity: 0;}
        .subbox_item a:hover:before{opacity: 1;}
    }
    @media screen and (max-width: 500px) { 
        .footer_menu {  grid-template-columns: 1fr 1fr;}
        .footer_menu a:nth-child(4){border-left:1px solid var(--MainColor) ;}
        .footer_menu a:nth-child(3), .footer_menu a:nth-child(5), .footer_menu a:nth-child(7), .footer_menu a:nth-child(9){border-left:none ;}
    }
    @media screen and (max-width: 420px) { 
    
    }
    @media screen and (max-width: 375px) { 
    
    }
    
    