<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.main_header_area {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.nav-menu&gt;li&gt;a {
    letter-spacing: 2px;
    margin-top: 35px;
    font-size: 18px;
}

.nav-menu&gt;li:hover&gt;a,
.nav-menu&gt;li.active&gt;a,
.nav-menu&gt;li.focus&gt;a {
    color: #9e9c9c;
}

.footer {
    background: #ffffff;
}

.nav-menu {
    margin: 0;
}

.tp_links a.me_tp_call:before {
    display: none;
}

.tp_links a.me_tp_mail:before {
    display: none;
}


.products-list .more {
    border: 1px solid #026CB7;
    color: #026CB7;
}

.products-list .price b {
    color: #026CB7;
    font-size: 18px;
    letter-spacing: 1px;
}

.products-list a:hover .more {
    background: #026CB7;
    border-color: #026CB7;
}

.nav-brand img {
    max-width: none;
}

.nav-menu&gt;li&gt;a {
    margin-top: 20px;
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}

/* 首頁修改*/
.nav-brand img {
    margin-top: 5px;
}

.nav-menu&gt;li&gt;a {
    color: #01a0e8;
}

.nav-menu&gt;li:hover&gt;a,
.nav-menu&gt;li.active&gt;a,
.nav-menu&gt;li.focus&gt;a {
    color: #8ec21f;
}

.animated-arrow {
    background: #9bcb5a;
}

.footer_menu a {
    border: 1px #6bb428 solid;
    color: #fff;
    background: #6bb428;
}

.footer_menu a:nth-of-type(n+10) {
    display: none;
}

/*相簿修改*/
.pic-list .item {
    width: 47%;
}
.work_page .main_part {
    max-width: 1440px;
}
ul.show-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.path {
    display: none;
}
.show-list .item {
    margin: 10px 1%;
}
.show-list .show_name {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 2;
    width: 100%;
    height: 40px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1px 1px 2px #00000063;
}
.overlay {
    opacity: 1;
    transform: scale(1);
}
.show-list .item:hover .overlay {
    opacity: 0;
    transform: scale(1);
}
.show-list .item:hover .show_name {
    color: #fff;
    transform: translate(-50%, -50%) scale(1.1);
}
.show-list .show_pic {
    padding-bottom: 70%;
}


/* 次分類 */
.other_subalbum {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.other_subalbum li {
    position: relative;
}
.other_subalbum li a div {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 0;
    padding-bottom: 70%;
}
.other_subalbum li a div:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.3);
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}
.other_subalbum li p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: 0.15em;
    text-shadow: 1px 1px 2px #00000063;
    transition: ease .4s;
}


.other_subalbum li:hover div:before {
    opacity: 0;
    transform: scale(1);
}
.other_subalbum li:hover p {
    transform: translate(-50%, -50%) scale(1.1);
    transition: ease .4s;
}

@media screen and (max-width: 768px) {
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    height: 400px;
}

.banner h5 {
    display: none;
}

.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/shangshuen/banA.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banB {
    background-image: url(https://pic03.eapple.com.tw/shangshuen/banB.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banC {
    background-image: url(https://pic03.eapple.com.tw/shangshuen/banC.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banD {
    background-image: url(https://pic03.eapple.com.tw/shangshuen/banD.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/shangshuen/banE.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banF {
    background-image: url(https://pic03.eapple.com.tw/shangshuen/banF.jpg);
    background-position: center;
    width: 100%;
    height: 20vw;
    background-size: cover;
}

.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.login_mem_submit {
    background: #026CB7;
}

.member_title p {
    border-top: 2px #026CB7 solid;
}

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {

    /* 開啟手機板下方按鈕所需設定 */
    #bottom_menu {
        display: block;
    }

    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }

    #to_top {
        bottom: 60px;
    }
}

@media screen and (max-width: 600px) {}







@media screen and (max-width: 768px) {
    .navigation-portrait .submenu-indicator::before {
        content: "更多";
        display: block;
        color: #70798b;
        font-size: 16px;

    }
    .navigation-portrait .submenu-indicator-chevron {
        display: none;
    }
    .navigation-portrait .submenu-indicator {
        display: flex;
        width: 54px;
        height: 44px;
        margin-top: 0;
        position: absolute;
        top: 50%;
        right: 0;
        text-align: center;
        z-index: 20000;
        transform: translate(0, -50%);
        justify-content: center;
        align-items: center;
    }
    .navigation-portrait .submenu-indicator.submenu-indicator-up {
        -webkit-transform: translate(0, -50%) rotate(0);
        transform: translate(0, -50%) rotate(0);
    }
    .navigation-portrait .nav-menu &gt; li &gt; a {
        padding: 10px;
        position: relative;
    }
}</pre></body></html>