@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_part { padding: 0 20px;}
.show_content { padding: 30px 10px;}

/*header*/
.pageIndex .header_area { position: fixed; width: 100%;}
.main_header_area { background: linear-gradient(to bottom, rgb(255 255 255) 0%,rgba(255,255,255,0) 100%);}
.nav-header { padding:20px 0 0;}
.nav-brand { max-width:250px; width:100%}

/*header_menu*/
.nav-menu { margin: 40px 0;}
.nav-menu>li>a { padding: 7px 10px; margin: 0 5px;  border-radius: 20px; font-weight: 550; font-size: 16px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a { color: #fff; background: #FFC330;}
.navigation-portrait .nav-dropdown>li>a:before { background:none;}
.me_tp_features a.tp_btn_notice { display: none;}

@media (max-width: 768px){.me_tp_features { display: none;}}

/*隱藏信箱*/
li.tp_links a:last-child { display: none !important;}

/*dropdown*/
.nav-menu>li>.nav-dropdown { border: none;}
.nav-dropdown { background: transparent; filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2)); -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.2));}
.nav-dropdown > li > a { border-bottom: none; border-radius: 15px;}
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus { color: #fff; background: #FFC330;}

/*footer*/
.center { max-width: 950px;}
.footer { background:#2E2E2E;}
.footer_logo img { height: 100px; width: 0;}
.footer_logo { background: url(https://pic03.eapple.com.tw/shanlinbee/footer_logo.png) no-repeat center; width: 100%; max-width: 200px;}
.footer_info li p { color:#fff;}
.footer_info { padding: 0;}
.copy { border-top: none;}

@media screen and (max-width: 768px) { 
.footer_logo { max-width:1000px;} 
.footer_info ul { text-align: center;}
}

/*footer_menu*/
.footer_info li:nth-child(2) { width: 100%; padding: 20px 0 0;}
.footer_menu a { border: 1px #fff solid; color: #fff; border-radius: 5px; background: transparent;}
.footer_menu a:hover { background: #fff; color: #ff9930; border: 1px #fff solid;}

/*分頁的線*/
.path { display:none;}

/*關掉首頁商品區*/
body.pageIndex .main_part:nth-child(2) { display: none;}

/*bottom_menu*/
#bottom_menu li { width: 50%;}
#bottom_menu li:nth-child(2) { display: none;}

/*----購物車-----------------------------------------------------------*/

/*manu*/
.product-layer-two { text-align:center;}
.product-layer-two li { margin:5px 10px;}
.product-layer-two li a { border-radius: 10px;}
.product-layer-two li a:hover { background: #FF9930; color: #fff; border: 1px solid #FF9930;}
.product-layer-two li:hover ul { border: none !important; border-top: none !important;}

/*商品呈現*/
.products-list .name { font-size: 16px; text-align: center; font-weight: 550; height: 70px; max-width: 235px; width: 100%;}
.products-list .price b { color: #FF9930;}
.products-list .more { border: 1px solid #4D4D4D; color: #4D4D4D; border-radius: 10px;}
.products-list a:hover .more { background: #FF9930; border-color: #FF9930; color: #fff;}

@media screen and (max-width: 425px) {.products-list .name { max-width: 435px; height: 45px;}}


/*----聯絡我們-----------------------------------------------------------*/
.animated-arrow { background: #FF9930; border-radius: 10px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner { display:none;}
.banner h5 {}
.banner.banA {}
.banner.banB {}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.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) { 
}




