@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 {position: relative;z-index: 9999;padding: 10px;background: #f0f0f000;position: fixed;top: 0;width: 100%;}
.header_area.sticky {width: 100%;z-index: 9999;background: #ffffff00;}
.main_header_area .container {max-width: 1500px;margin: auto;}
.nav-header:after {content: "";position: absolute;width: 250px;height: 100px;background: #fff;z-index: -1;border-radius: 0 0 50px 50px;transform: translate(2%, 0);}
.navigation {width: 100%;position: relative;padding: 0;display: grid;grid-template-columns: 230px 1fr;grid-gap: 0 20px;}
.navigation:after {content: "";position: absolute;width: 90%;height: 100px;background: #ffffffd1;transform: translate(55%, -10px);border-radius: 0 0 50px 50px;z-index: -1;transition: .5s;}
/*--------------------------------------*/
.stellarnav > ul > li > a {padding: 0;color: #1f3f74;font-family: fangsong;letter-spacing: 1px;font-size: 16px;line-height: 40px;height: 40px;margin: 0 10px;}
.me_tp_features a.tp_btn_cart {color: #1f3f74;}
.me_tp_features a.tp_btn_notice {color: #1f3f74;}
a.me_tp_line {font-size: 16px;color: #4ab715;margin: 0;}
a.me_tp_call {font-size: 16px;color: #f32d2d;margin: 0;}
.stellarnav > ul > li:before {content: "";background-image: url(https://pic03.eapple.com.tw/0921109685/icon.svg);background-repeat: no-repeat;background-size: contain;display: block;position: absolute;width: 40%;height: 40%;top: 130%;left: 40%;opacity: 0;transition: .5s;}
.stellarnav > ul > li:hover:before {transition: .5s;opacity: 1;top: 70%;}
.stellarnav li.has-sub > a:after {content: '';margin-left: 10px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #1f3f74;display: inline-block;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}/*倒小三角形*/
/*----------------------------------------*/
.info_fix_links {display: flex!important;filter: drop-shadow(2px 2px 2px #00000036);}
.linksBtn {display: none;}
.info_fix_links a:nth-child(4) {display: flex;width: 60px;height: 60px;overflow: hidden;border-radius: 0px;transition: .3s;background: url(https://pic03.eapple.com.tw/0921109685/fix3.svg);background-position: center;background-size: cover;margin-bottom: 5px;color: #FFFFFF;font-size: 1.5em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
a.info_fix_default.info_fix_line {display: flex;width: 60px;height: 60px;overflow: hidden;border-radius: 0px;transition: .3s;background: url(https://pic03.eapple.com.tw/0921109685/fix2.svg);background-position: center;background-size: cover;margin-bottom: 5px;color: #FFFFFF;font-size: 1.5em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
a.info_fix_default.info_fix_phone {display: flex;width: 60px;height: 60px;margin-bottom: 5px;color: rgb(255, 255, 255);font-size: 1.5em;justify-content: center;align-items: center;align-content: center;line-height: 1;overflow: hidden;border-radius: 0px;transition: 0.3s;background: url(https://pic03.eapple.com.tw/0921109685/fix3.svg) center center / cover;background-position: center center;}
a.info_fix_default.info_fix_tel {display: flex;width: 60px;height: 60px;margin-bottom: 5px;color: rgb(255, 255, 255);font-size: 1.5em;justify-content: center;align-items: center;align-content: center;line-height: 1;overflow: hidden;border-radius: 0px;transition: 0.3s;background: url(https://pic03.eapple.com.tw/0921109685/fix3.svg) center center / cover;background-position: center center;}
/*----------------------------------------*/
.info_fix_links a:hover {background: url(https://pic03.eapple.com.tw/0921109685/fix4.svg);background-size: cover;transform: rotate(45deg);transition: .3s;}
.info_fix_links a:hover>i {transform: rotate(-45deg);transition: .3s;}
.info_fix_links a i {display: block;transition: .3s;}
a.info_fix_default.info_fix_line2 {order: -3;display: flex;width: 60px;height: 60px;overflow: hidden;border-radius: 0px;transition: .3s;background: url(https://pic03.eapple.com.tw/0921109685/fix1.svg);background-position: center;background-size: cover;margin-bottom: 5px;color: #FFFFFF;font-size: 1.5em;justify-content: center;align-items: center;align-content: center;line-height: 1;}
i.fa-brands.fa-line2:before {content: "\f3c0";}
/*---------------------------------------------------*/
.stellarnav ul ul {top: auto;width: 160px;position: absolute;z-index: 9900;text-align: left;background: #ffffffe3;}
.stellarnav li li:last-of-type {border-bottom-width: 0px;}
.stellarnav li li {display: block;border: 0px #00000036 solid;border-bottom-width: 0;transition: .3s;}
.stellarnav li a {padding: 12px 12px;display: block;color: #444;font-size: 15px;letter-spacing: 1px;}
.stellarnav li li:hover {padding: 0px 0px 0px 10px;transition: .3s;background: #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;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = footer分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.box_link {display: none;}
.footer {padding: 60px 0 0px 0;font-size: 14px;background: #1f3f74;position: relative;z-index: 99;}
.footer_info {padding: 0;display: flex;grid-gap: 30px;padding-right: 0px;flex-direction: column;align-items: center;}
.footer_logo {filter: brightness(11);}
.footer_info ul {display: flex;width: 100%;flex-direction: column;align-items: center;gap: 30px;}
.footer_info li:nth-child(1) {display: grid;grid-template-columns: 1fr 1fr;padding: 10px;}
.footer_info li p {line-height: 190%;letter-spacing: 1px;color: #fff;font-weight: 900;}
.footer_info li p>a {line-height: 190%;letter-spacing: 2px;color: #fff;font-weight: 500;}
.footer_menu a {display: inline-block;padding: 10px 10px;border: 0px #ccc solid;margin: 0 4px 5px 0;font-size: 14px;line-height: 100%;color: #ffffff;background: #1f3f74;}
.footer_menu a:hover {transition: .5s;background: #1f3f74;color: #bbcfee;}
.footer_menu a:after {content: "";position: absolute;width: 1px;height: 14px;background: #fff;transform: translate(13px, 0px);}
.footer_menu a:nth-child(8):after {display: none;}
.footer_info li p.phone:before {content: '服務專線：';}
.footer_info li p:hover > a {color: #bbcfee;transition: .5s;}
/*-----------------------------------------------*/

/*------------------------------------------------*/
.copy {text-align: center;padding: 7px 0;font-size: 13px;color: #d27e7e;background: #cc3521;border-top: 0px;margin-top: 80px;display: flex;justify-content: center;align-items: center;align-content: center;flex-wrap: wrap;}
.copy a {color: #d27e7e;}
.privacyLinks a+a {border-left: 0px solid #cccccc;}
/*--------------------------------------------------*/

/*---------------商品購物車---------------*/
.products-list .more {border: 1px solid #1f3f74;color: #1f3f74;background: #fff;font-size: 16px;font-weight: bold;line-height: 32px;text-align: center;transition: all .5s;position: absolute;transform: translateX(-50%);left: 50%;bottom: 0;}
.products-list .item a:hover .more {background: #1f3f74;color: #fff;letter-spacing: 2px;}
.products-list .name {font-size: 19px;font-family: Noto serif TC;font-weight: 700;color: #444;letter-spacing: 3px;margin-top: 15px;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;height: 3em;text-align: center;}
.products-list .item {position: relative;background: #fff;padding: 10px;}
.product-layer-two li a {position: relative;border: 1px #fff solid;background: #999;padding: 10px 16px;display: block;font-size: 16px;color: #fff;transition: .3s;}
.products-list .price b {color: #cc3521;font-size: 16px;width: calc(50% - 10px);}
/*---------------------------------------*/
.toShare {display: none;}
.inquiry_a3 {background: #1f3f74;}
.prod_related {background: #1f3f74;padding: 25px 15px;}
.prod_related h6 span:before {content: '相關推薦';font-family: Noto serif TC;font-size: 24px;color: #fff;letter-spacing: 2px;font-weight: 500;}
.lastPage {font-size: 16px;color: #1f3f74;background: #fff;padding: 10px 20px;display: block;margin: 40px auto;width: 130px;text-align: center;}
/*---------------------------------------*/
.car_page .show_content {background: #fff;margin: auto;padding: 10px 10px;}
.rewrite_simple {background: #1f3f74 url(../images/simple_left.png) 10% center no-repeat;}
form.style1 {background: #fff;}/*匯款通知*/








/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;}
.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);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*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:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.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:#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;}
@media screen and (max-width: 1450px) {
    .navigation:after {transform: translate(50%, -10px);}
}


@media screen and (max-width: 1200px) {
.main_header_area .container {max-width: 1200px;margin: auto;}
.navigation:after {transform: translate(20%, -10px);}
}
@media screen and (max-width: 1024px) {
.navigation {width: 100%;position: relative;padding: 0;display: flex;grid-gap: 0 20px;flex-direction: column;}
.nav-header:after{display: none;}
.navigation:after {content: "";position: absolute;width: 90%;height: 180px;background: #ffffffd1;transform: translate(0%, -10px);border-radius: 0 0 50px 50px;z-index: -1;transition: .5s;}
}

@media screen and (max-width: 768px) {
.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;}
/*----------------------------------------------------------------------------*/
.navigation:after {content: "";position: absolute;width: 105%;height: 130px;background: #ffffffd1;transform: translate(0%, -10px);border-radius: 0 0 50px 50px;z-index: -1;transition: .5s;}
.stellarnav.mobile {position: absolute;left: 5px;top: 15px;width: auto;display: inline-block;}
.stellarnav .menu-toggle:after {content: 'MENU';font-size: 12px;color: #1f3f74;display: block;transform: scale(0.9);}
.stellarnav .menu-toggle span.bars span {display: block;width: 24px;height: 2px;border-radius: 6px;background: #1f3f74;margin: 0 auto 4px;}
/*----------------------------------------------------------------------------*/
.footer_info li:nth-child(1) {display: grid;grid-template-columns: 1fr;padding: 10px;}
.footer_info li:nth-child(2) {text-align: center;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; 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 {}
.banner h5 {font-size: 30px;color: #fff;letter-spacing: 4px;font-family: Noto Serif TC;font-weight: 500;}
.banner.banA {}
.banner.banB {display: none;}
.banner.banC {
    background: url(https://pic03.eapple.com.tw/0921109685/banner.png);
    background-size: cover;background-position: bottom;
    background-repeat: no-repeat;min-height: 300px;align-content: flex-end;}/*聯絡我們*/

.banner.banD {background: url(https://pic03.eapple.com.tw/0921109685/banner.png);
    background-size: cover;background-position: bottom;
    background-repeat: no-repeat;min-height: 300px;align-content: flex-end;}/*匯款通知*/
.banner.banF {background: url(https://pic03.eapple.com.tw/0921109685/banner.png);
    background-size: cover;background-position: bottom;
    background-repeat: no-repeat;min-height: 300px;align-content: flex-end;}/*防治商品*/

.banner.banblog {background: url(https://pic03.eapple.com.tw/0921109685/banner.png);
    background-size: cover;background-position: bottom;
    background-repeat: no-repeat;min-height: 300px;align-content: flex-end;}/*最新消息-病媒介紹*/

/*文章管理-病媒介紹-最新消息*/
#content:before {content: "";position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: -1;background: url(https://pic03.eapple.com.tw/0921109685/bcg.jpg);background-position: center;background-repeat: no-repeat;background-size: cover;filter: opacity(0.3);-webkit-mask-image: linear-gradient(to bottom, transparent 0%, #ffffffd4 30%, #ffffff);}
.main_part {width: 100%;max-width: 1300px;margin: auto;padding: 200px 20px;}
h5.blog_le_t {font-size: 20px;font-weight: 700;color: #1f3f74;font-family: noto serif TC;letter-spacing: 5px;margin-bottom: 7px;position: relative;text-align: center;}
.blog_search input[type=search] {outline: none;box-sizing: border-box;width: 100%;font-size: 14px;color: #999;border: solid 1px #ccc;border-radius: 0px;padding: 10px 35px 10px 10px;}
.blog_le .accordion {list-style-type: none;margin: auto;border-radius: 0px;border: 0px #ccc solid;overflow: hidden;}
.accordion li .link a {cursor: pointer;display: block;padding: 15px 10px;color: #444;font-size: 15px;font-weight: 700;position: relative;letter-spacing: 1px;}
.blog_le .accordion > li {transition: .3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #666 !important;transition: .3s;}
.submenu li.on_this_category a, .submenu a:hover {background: #8f9cb2;color: #FFF;}
/*----------------------------------------*/
.blog_subbox {display: flex;grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));grid-gap: 20px;flex-direction: column;}
.subbox_item {display: block;width: 100%;position: relative;background: #fff;flex-direction: row;}
.blog_list_ri h5 {font-weight: 800;font-size: 20px;font-family: Noto serif TC;letter-spacing: 2px;color: #1f3f74;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.blog_list_ri {display: flex;padding: 5px 20px 5px 0px;flex-direction: column;justify-content: center;}
.blog_list_ri p {font-size: 15px;color: #444;line-height: 180%;letter-spacing: 1px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;word-break: break-all;}
.blog_list_ri em {display: none;}
@media screen and (max-width: 960px) {.subbox_item {border-bottom: 0px #eee solid;}}
@media screen and (max-width: 400px) {.blog_list_ri {padding: 5px 10px;}}
/*-------------------下層------------------*/
.blog_back a.article_btn_prev {background: #fff;color: #1f3f74;}
.blog_back a.article_btn_back {background: #1f3f74;}
.blog_back a.article_btn_next {background: #fff;color: #1f3f74;}
.blog_box_edit * {line-height: 180%;}
.news_related {background: #1f3f74;padding: 25px 15px;}
.news_related h6 span:before {content: '相關文章';font-family: Noto serif TC;font-size: 24px;color: #fff;letter-spacing: 2px;font-weight: 500;}
.news_related_list li a {display: block;padding: 10px;background: #fff;height: 100%;}
/*-----------------------------------------*/

/*------表單---------------*/
.contact_content .information_left {display: none;}
form {display: flex;justify-content: center;}
.blank_letter {font-family: Noto serif TC;padding-top: 30px;font-size: 26px;color: #1f3f74;font-weight: 600;background-position: left bottom;background-repeat: no-repeat;text-align: center;}
.contact_form li.last blockquote, .contact_form li.last cite {display: block;vertical-align: top;font-style: normal;padding: 7px;text-align: center;border: 1px #1f3f74 solid;width: 150px;max-width: calc(50% - 10px);}
.contact_form li.last blockquote {color: #1f3f74;background: #fff;}
.contact_form li.last cite {background: #1f3f74;color: #fff;}
.contact_form li input.noborder {border: 0px #ddd solid;border-bottom: 1px #999 solid;background: none;}
.contact_form li textarea.noborder {border: 1px #999 solid;background: #ffffff3b;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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) {
/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




