<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 {}
*/


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


/*預設解除背景輪播*/
#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;}
}


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

/*基本設定*/
.pageIndex .main_part {
    border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

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

/*header*/
.pageIndex .header_area {
    position: fixed;
    width: 100%;}
.main_header_area {    background: #ffffffd9;}
.main_header_area .container {    max-width: 1400px;}

/*LOGO*/
.nav-brand {    margin: 10px;}

/*選單*/
.navigation {
    display: flex;
    padding: 0 0 0 210px;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;}
.stellarnav &gt; ul &gt; li &gt; a {
    transition: all .3s;
    padding: 35px 15px;
    color: #212121;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 0;
    height: 0;
    margin: 0 3px;}
.stellarnav li.has-sub:hover &gt; a:after {    border-top: 6px solid #327dc4;}
.stellarnav &gt; ul &gt; li &gt; a:hover {color: #327dc4;transition: all .3s;}
.stellarnav &gt; ul &gt; li &gt; a:before {
    content: "";
    width: 25px;
    height: 2px;
    background: #327dc4;
    position: absolute;
    bottom: 10%;
    left: 48%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s;
}
.stellarnav &gt; ul &gt; li &gt; a:hover:before {
    bottom: 20%;
    opacity: 1;
}

/*選單右方BTN*/
.me_tp_features {    width: 15%;    margin-bottom: 0;}
.me_tp_features a i {
    background: #517bab;
    border-radius: 100%;
    padding: 1px;
    margin: 0 2px;}
.me_tp_features a i:hover {    background: #284a71;}
.me_tp_features a i::before {
    content: '';
    display: block;
    width: 25px;
    height: 25px;}
.fa-facebook:before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/youcome/logo-05.svg);
    background-size: contain;
    background-repeat: no-repeat;}
.fa-line:before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/youcome/logo-06.svg);
    background-size: contain;
    background-repeat: no-repeat;}
.fa-whatsapp:before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/youcome/logo-07.svg);
    background-size: contain;
    background-repeat: no-repeat;}
.fa-envelope::before {
    content: '';
    background-image: url(https://pic03.eapple.com.tw/youcome/logo-08.svg);
    background-size: contain;
    background-repeat: no-repeat;}

/*下拉*/
.stellarnav ul ul {    transform: translateX(-25%);    width: 200px;right: unset !important;}
.stellarnav li li {    border: unset;text-align: center;}
.stellarnav li li a:hover { color: #284a71;}

/*下拉選單*/



@media screen and (max-width: 1250px) {
.navigation {  padding: 0; flex-direction: column;}
}
@media screen and (max-width: 1025px) {
.pageIndex .header_area {    position: sticky;}
.me_tp_features {    width: 100%;}
}

@media screen and (max-width: 768px) {
.nav-header {z-index: 2;}
.me_tp_features {    display: none;}
.stellarnav .menu-toggle {
    padding: 19px 10px;
    background: #c1e6f8;}
.stellarnav .menu-toggle:after {    margin-top: 10px;}
.stellarnav.mobile li.open {    background: #ffffff;}
.stellarnav ul ul {    transform: unset;}
.stellarnav &gt; ul &gt; li &gt; a:before {display: none;}
}

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


/*內頁BANNER 設定*/
.banner {background: unset;position: relative;}
.banner h5 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 2px;
}
.other_select_page .banner, .other_page .banner{ display: none;}
/*首頁文章*/

@media screen and (max-width: 768px) {
.banner {    padding: 20px 0;}
.banner h5 {    font-size: 25px;}
}

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

/*footer*/
.footer {    background: #ffffffcc;}
.footer_logo {    width: 100%;    text-align: center;}
.footer_logo img {    width: 20%;}
.footer_info {    padding: 0;}
.footer_info ul {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 25px;}
.footer_info li:nth-child(1) {
    display: inline-block;
    width: 30%;
    padding: 0 0 0 50px;
    border-right: 1px solid #ccc;}
.footer_info li:nth-child(2) {
    display: inline-block;
    padding: 0px 50px;
    width: 50%;}
.footer_menu a:first-child {display: none;}
.footer_menu a {
    padding: 10px 0px;
    border: 1px #2576c2 solid;
    margin: 0 8px 10px 0;
    color: #2576c2;
    background: unset;
    width: 20%;
    text-align: center;}
.footer_menu a:hover {
    background: #2576c2;
    color: #fff;}

/*FOOTER BTN*/
.box_link {    display: none;}

/*copy*/
.copy {
    background: #a1d9f4;
    color: #000;}

@media screen and (max-width: 768px) {
.footer_logo img {    width: 60%;}
.footer_info ul {flex-direction: column;}
.footer_info li:nth-child(1) {
    width: 100%;
    padding: 0;
    border-right: unset;
    text-align: center;}
.footer_info li:nth-child(2) {width: 100%;padding: 10px 50px;}
.footer_menu a {
    margin: 5px;
    width: 44%;}
}


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

/*文章設定*/
/*(新)文章分類*/
/*文章管理*/
.blog_page .main_part{max-width: 1400px;}
/*大分類*/
.blog_subbox{display: flex;flex-wrap: wrap;}
.subbox_item{
    width: 32%;
    padding: 3px;
    margin: 7px;}
.subbox_item a:after{
    border: none;
    top: 100%;
    background: #2576c2;
    border-radius: 15px 15px 0 0;}
.subbox_item a:hover {
    box-shadow: 0px 0px 15px #ccc;}
.subbox_item a:hover:after {top: 90%;}
.subbox_item a:before {
    right: 35%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;}

.blog_list_le{width: 100%;padding: 0;padding-bottom: 100%;height: 0;overflow: hidden;}
.blog_list_ri {
    width: 100%;
    background: #ffffff00;
    padding: 10px 10px;
    border-bottom: 1px solid #595959cc;}
.blog_list_ri h5{font-size: 18px;font-weight: 500 !important;color: #2576c2 !important;}
.blog_list_ri em {color: #aaa !important;}
.blog_list_ri p{line-height: 160%;font-size: 13px;}
.blog_page h4.blog_category_title, .blog_in_page h4.blog_category_title {     color: #2576c2;   border-bottom: 1px #ccc solid;}
.blog_le .accordion &gt; li:hover, .blog_le .accordion &gt; li.on_this_category {    background: #2576c2 !important;}
/*文章內頁按鈕*/
.blog_back a.article_btn_back {    background: #2576c2;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next  {    background: #000000;}

@media screen and (max-width: 960px){
.subbox_item {    width: 100%;}
h5.blog_le_t, .blog_le .accordion {
    display: block;
    text-align: center;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


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

/*相簿*/


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

/*購物車
.product_page .main_part { max-width:1400px;}
.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;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px;min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}
.products-list .item {    width: 33%;}
.products-list .name {    text-align: center;}
.products-list .pic {padding-bottom: 0;   height: 100%;   border-radius: 25px;     overflow: hidden;  box-shadow: 0px 0px 10px #aaa;}
.products-list .pic img {border-radius: 25px;transform: scale(1);transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; transform: scale(1.1);}
.products-list .more {
    border: 1px solid #2e7316;
    color: #2e7316;}
.products-list a:hover .more {
    background: #2e7316;
    border-color: #2e7316;
    color: #fff;}

.product-layer-two li ul { position:static; margin-top:10px; display:block !important; width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; display:block !important;}
.product-layer-two li li { display: block; padding:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover &gt; a { background:#fff; color:#ad925e;}
.product-layer-two &gt; li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc;}
.product-layer-two li a {    border: unset;text-align: center;    color: #2e7316;    transition: all 0.3s;}
.product-layer-two li a:hover {transform: translateX(10px);   transition: all 0.3s;}
.product-layer-two &gt; li ul &gt; 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 &gt; a:before { content: ""; position: absolute; width: 12px; height: 8px; background: #fff; 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 &gt; a:before { background:#ad925e;}

.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;}

.bx-wrapper .bx-viewport {
    border: unset;
    box-shadow: 0px 0px 10px #aaa;
    background: #fff;}
.bx-wrapper img {    margin: 0 auto;}
.product_pic #bx-pager {color: #2e7316;}
.product_pic #bx-pager .block {    background: #2e7316;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #2e7316;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;}
.qaform {    margin: 0px auto;}

/*購物車所有按鈕
.inquiry_a1 {    background: #4b773c;}
.inquiry_a2 {    background: #702525;}
.lastaction {
    color: #fff;
    background-color: #333;}
.nextaction {    background-color: #2e7316;}
.lastPage {    background: #000;}

/*相關推薦
.related_list li {    width: 20%;    padding: 7px;}
.related_list li a {    background: unset;transition: all 0.3s;}
.related_list li a:hover { transform: translateY(-10px);   transition: all 0.3s;}

@media screen and (max-width: 1200px) {
.products-list .item { width: calc(100% / 3);}
.mobile_product_name {    text-align: center; margin-bottom: 30px;}
}
@media screen and (max-width: 980px) {
.products-list .item { width: 50%;}
}
@media screen and (max-width: 768px) {
.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0;}
.product-layer-two &gt; li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content &gt; a { order: 4;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 1;}
}
@media screen and (max-width: 600px) {
.products-list .item { width: 100%; max-width: 350px;margin: 20px auto 50px; display: block;}
.related_list li {    width: 45%;}
}


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

/*聯絡我們*/

@media screen and (max-width: 768px) {
.contact_content .information_left {     width: 100%;}
.contact_content .information_right {    width: 100%;}
}

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


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

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




</pre></body></html>