@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;}
*/
@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #1a63a6 /*網站主要色系
  #cbc0a0 /*網站輔助色系1
  #658781; /*網站輔助色系2*/
* {    font-family: 'Noto Sans TC', sans-serif;}
/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

body.product_page.bodyDesktop ,body.product_info_page.bodyDesktop ,body.album_page.album_a.bodyDesktop ,body.album_class_page.album_a.bodyDesktop ,body.album_info_page.album_a.bodyDesktop ,body.blog_page.article_b.bodyDesktop ,body.blog_in_page.article_b.bodyDesktop ,body.contact_page.bodyDesktop ,body.blog_page.article_a.bodyDesktop ,body.blog_in_page.article_a.bodyDesktop ,body.car_page.bodyDesktop ,body.product_info_page.bodyMobile ,body.blog_page.article_a.bodyMobile
{
    background: url(https://pic03.eapple.com.tw/fukang007/BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



/*Header/＝＝＝＝＝*/

/*選單最大寬度設定*/
.main_header_area {    box-shadow: 0 0 10px #a0a0a0;}
.main_header_area .container {    max-width: 95%;}
.navigation {    padding: 10px 0 10px 210px;}
/*第一層*/
.stellarnav > ul > li > a{
	transition: all 0.3s;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #666;
    padding-right: 13px;
}
.stellarnav > ul > li:hover > a{color: #1a63a6;}
/*第二層*/
.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: #1a63a6;	padding-left:10px;border-color:#1a63a6 ;}
/*SubMenu*/
.shop_search_btn {    background: #1a63a6;}
.tp_links {display: none;}
.path {    display: none;}
.path p, .path p a {display: none;}
/*隱藏購物車搜尋欄*//*
.box_search{display:none;}
/*隱藏購物車*//*
.me_tp_features a.tp_btn_cart {display: none;}
/*隱藏匯款通知*//*
.me_tp_features a.tp_btn_notice{display: none;}
/*隱藏選單按鈕連結*//*
.tp_links{display: none;}

/*上方選單右邊設定 臉書/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}
*/
/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.header_area{ 
	width: 100%; 
	transition: all 0.3s;
	background: #f2f2f2;
    padding: 0;
}

.header_area.sticky {	background: #000000c7; }
/*字反白*/
.header_area.sticky .stellarnav > ul > li > a{color: #f2f2f2;}
/*第一層*/
.stellarnav > ul > li > a{transition:all 0.3s;}
.stellarnav > ul > li:hover > a{color: #1a63a6;}
.stellarnav > ul > li.has-sub > a {    padding-right: 0;}

/*第二層*/
.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: #1a63a6;	padding-left:10px;border-color:#1a63a6 ;}

/*三角下拉*/
.stellarnav li.has-sub > a:after {display: none;}

/*漢堡選單*/
/*.stellarnav .menu-toggle span.bars span {background: #eee;}
.stellarnav .menu-toggle:after {    color: #eee;}*/
.stellarnav.mobile.left > ul {    background: #1a63a6;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    color: #444;}
.stellarnav .icon-close:before {border-bottom: solid 3px #444;}
.stellarnav .icon-close:after {border-bottom: solid 3px #444;}
@media screen and (max-width: 768px) {
    .header_area.sticky {    background: #fff;}
    .stellarnav.mobile > ul > li > a {color: #eee;}
    .stellarnav > ul > li:hover > a {color: #4fa553;}
    .stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #eee;}
    .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #eee;}
    .stellarnav.mobile li.open { background: #1a63a6;padding: 0;}
    .stellarnav .menu-toggle{    padding: 20px 0 0;}
}
/*Footer/＝＝＝＝＝*/
.footer {    background: #eee;box-shadow: 0 0 10px #a0a0a0;}
.footer_logo a img{max-width: ;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;grid-gap: 5px;}
.footer_info li p {color: #444;}
.footer_info li p a {color: #444;}
.footer_menu {    display: grid;    grid-template-columns: repeat(auto-fit, minmax(min(110px,100%), 1fr));    gap: 5px;}/*footer按鈕最小寬度100px*/
.footer_menu a {  
    border: none;  
    margin: 0;	
    text-align: center;	
    padding: 15px;	
    transition: all 0.3s;
background: #759dc1;
    color: #fff;
}
.footer_menu a:hover {    background: #1a63a6;}
.footer_menu a:nth-child(1) {    display: none;}
.copy {    background: #333;    color: #fff;	border:none;}
.copy a{    color: #fff;transition:all 0.3s;}
.copy a:hover {}
.box_link{display: none;}

.footer_info li:nth-child(1) {    text-align: center;}

/*匯款頁Footer跑掉修正*/
.footer_info li p:before {
  position: relative;
  display: inline-block;
  width: auto;
  font-size: inherit;
  font-weight: inherit;
  margin-right: 5px;
  letter-spacing: inherit;
}
/*電腦LOGO/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 160px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top: 7px;}
.header_area.sticky .nav-brand {
    filter: brightness(100);
}

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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_menu_list { 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;}
.product-layer-two li a {color: #1a63a6;background: #fff;}
.product-layer-two li a:hover {
    background: #1a63a6;
    color: #fff;
    transition: 0.5s;
}
.products-list .pic {    box-shadow: 0 0 10px #ccc;}
.products-list .name { text-align: center;}
.products-list .more {
    border: 1px solid #1a63a6;
    color: #1a63a6;
    border-radius: 5px;
}
.products-list .item a:hover .more {
    background: #1a63a6;
    border: 1px solid #1a63a6;
}
.products-list .price b {
    color: #1a63a6;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.products-list .price .sp_price {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ff4141;
}
.sidebarBtn {
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 10px #cccccc59;
}


@media screen and (max-width: 1200px) {
    .navigation {    padding: 10px 0 10px 0px;}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.footer_menu {    width: 90%;}
.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;}
}
@media screen and (max-width: 600px) {
    .products-list .item a {    width: 80%;}
    .products-list .price b {
        width: 100%;
        text-align: center !important; }
    .product_menu_list>h5 {padding-left: 17px;}
}


/*產品內頁按鈕*/
.product_info li:first-child {    display: none;}
.inquiry_a1 {    background: #1a63a6;}
.lastPage {background: #1a63a6;border-radius: 5px;}
.rewrite_simple {
    background: #83acec url(../images/simple_left.png) 10% center no-repeat;
}
.send_simple {    background: #1a63a6;}
.prod_related {    background: #fff0;}
.toShare {display:none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*詢價車*/
.separate_title {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 0 10px 20px;
    background: #1a63a6;
}
.cell.product_name {    padding-left: 20px;}
.shopping-cart.check {    margin: 0px auto 10px;}
.total_amount {    justify-content: space-evenly;}

/*預設解除背景輪播*/
/*#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 {
    background-image: url(https://pic03.eapple.com.tw/fukang007/BN.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    padding: 10vw 0px;
}
.banner h5 {
    color: #fff;
    text-shadow: 0 0 6px #000;
    letter-spacing: 2px;
    font-size: 32px;
    max-width: 1600px;
    width: 100%;
    padding: 100px 8vw 0px;
    text-align: left;
}
.banner h5::after {
    content: "";
    max-width: 500px;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px 0px;
}
@media screen and (max-width: 1440px) {
.banner h5 {padding: 20px 8vw 0px;}
}
@media screen and (max-width: 1024px) {
.banner {height: 250px;}
.banner h5 {font-size: 30px;}
}
@media screen and (max-width: 768px) {
.banner h5 {    font-size: 28px;}
.banner {height: 200px;}
}
@media screen and (max-width: 480px) {
.banner h5 {font-size: 25px;}
}
.banner.banA {}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定外層*/
/*一排呈現*/
.subbox_item { width:100%;}
.blog_subbox {grid-template-columns: none;}
.subbox_item a {
    border-radius: 20px;
    display: inline-block;
    position: relative;
    background: #fff;
}
.subbox_item a:before {
    bottom: 30px;
    right: 40px;
    color: #222;
}
.subbox_item a:after {
    background: #7d94a8cc;
    border-radius: 20px;
}
.blog_list_le {
    display: inline-block;
    width: 30%;
}

.blog_list_le img {    border-radius: 20px 0 0 20px;}

.blog_list_ri {
    width: 65%;
    padding: 30px 0 0 30px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
/*旁*/
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link {  
    background: #1a63a6;
    transition: 0.3s;
}
h5.blog_le_t em {
    color: #1a63a6;
    font-weight: 700;}
/*文章內層*/
/*按鈕*/
.blog_back a.article_btn_back {    background: #1a63a6;}
a.article_btn_back:hover {
    background: #759DBD;
    transition: 0.5s;
}
.lastPage:hover {    background: #444;transition: 0.5s;}
.news_related {    background: #fff0;}
/*分享*/
.blog_shareData {    display: none;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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;}
.show-list .item {text-align:center;}
.show-list .item:hover .show_name {
    color: #759dc1;
    letter-spacing: 2px;
}
/*內頁*/
.subalbum-menu h2 {
    color: #1a63a6;
    letter-spacing: 1px;}
.other_subalbum li {background: #fff0;}
.other_subalbum li a p {    line-height: 3;}

.album_fixed_title {background: #fff0;}

@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; } 
/*取消連結被點擊效果*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.contact_form {    grid-gap: 20px;}

.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 40px;
    letter-spacing: 1px;
}
.list_before.info li {
    padding-left: 40px;
    letter-spacing: 1px;
}
/*按鈕*/
.contact_form li.last cite {
    background: #1a63a6;
    border-radius: 5px;}

.contact_form li.last blockquote{    
    border: 1px #c5c5c5 solid;
    border-radius: 5px;
}

.contact_form li .form__label {
    max-width: 88px;
    text-align: left;
}
@media screen and (max-width: 480px) {
.contact_form li .form__label {    max-width: 100px;}
}


@media screen and (max-width: 1024px) {
.navigation {    padding: 10px 0 10px 10px;}
}

@media screen and (max-width: 768px) {

    .header_area.sticky .nav-brand {filter:none;}
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {}
.footer.with_shopping_mode { padding:30px 0 50px; }
#to_top { bottom:60px;}
}
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
.bannerindex { padding:0; margin:0;}
}

@media screen and (max-width: 600px) { 
    .total_view {padding-bottom: 10px;}
}

@media screen and (max-width: 480px) {
.products-list {    
    grid-template-columns: 1fr;
    grid-gap: 50px;}
    
.blog_list_le {
    display: flex;
    width: 100%;
}
.blog_list_le img {
    border-radius: 20px 20px 0 0;
}

.blog_list_ri {
    width: 100%;
    padding: 15px;}

.mobile_product_name {margin-bottom: 20px;}
  }


