@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; position:unset;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.swiper-slide img { height:auto;}

/*內頁背景*/

@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.pageIndex .main_part {border-top: 0px solid #ccc;}

/*中間小標刪除*/
.path { display:none;}

/*header最右側icon*/
.fa-whatsapp:before {content: unset;}
.fa-envelope::before {content: unset;}

/*header最右側購物車icon*/
.tp_links a {  margin: -3px;}
.me_tp_features a.tp_btn_cart {    margin: 5px 5px;}
/*匯款通知隱藏*/
.me_tp_features a.tp_btn_notice {  display: none;}

/*網站按鈕*/
.animated-arrow {    background: #6f6f6f;}

@media screen and (max-width: 768px) {
.main_part { padding: 25px 10px 10px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.main_header_area { 
    background: rgb(255 255 255 / 0%);
    padding-bottom: 15px;
}
.main_header_area .container {    max-width: 1400px;}
.pageIndex .header_area {    position: fixed;     width: 100%;}

.header_area .main_header_area:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 115px;
    top: -100px;
    background: linear-gradient(180deg, rgb(255 255 255 / 100%),rgb(255 255 255 / 0%));
    transition: 0.5s all;
}
.header_area.sticky .main_header_area:before {
    transition: 0.5s all;
    top: 0px;
}


.navigation { padding: 0px 0 0px 235px; }

@media screen and (max-width: 1024px) {
    .main_header_area {   background: rgb(255, 255, 255);}
    .header_area.sticky >.main_header_area {  background: #ffffff;}
    .pageIndex .header_area {    position:unset;}
    .navigation {    padding: 15px 0px;}
    .header_area.sticky >.main_header_area {   height: unset;}
}
@media screen and (max-width: 768px) {
    .main_header_area { box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);}
}
/*LOGO*/
.nav-brand {    width: 250px;}
.nav-brand img { 
    max-width: 100%;
    width: 240px;
}

/*右上匯款通知*/
.navigation * { font-size: 14px;}

/*選單*/
.stellarnav > ul > li > a {
    font-size: 16px;
    padding: 0px 3px 0px 0px;
    color: #000000;
    margin: 0px 0px 0px 20px;
    letter-spacing: 1px;
    line-height: 42px;
}

.stellarnav > ul > li > a:hover {
    color: #6b6b6b;
    background: unset;
}

.stellarnav li.has-sub > a:after {border-top:unset}

/*選單購物車*/
.box_search input[type=text] {  padding: 2px 7px 0px 41px;}
.me_tp_features {  margin-bottom: 0px; padding-top: 14px;}
.shop_search_btn {  padding: 4px 12px;}

/*右上icon隱藏*/
.tp_links {display: none;}


@media screen and (max-width: 1240px) {
    .navigation {  padding: 0px 0px 0px 0px;}
    .stellarnav > ul > li > a {  padding: 0px 0px 0px 0px;     margin: 0px 7px;   }
    .me_tp_features {  margin-top: 0px;}
}
@media screen and (max-width: 768px) {
    .stellarnav > ul > li > a::before {   content: none;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {  background: #6f6f6f; color: #fff; }
    .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}
    .stellarnav .icon-close:after {  border-bottom: solid 3px  #fff;}
}
@media screen and (max-width: 425px) {
    .nav-brand img { width: 210px;}
}

/*選單按鈕隱藏選單第一個
.stellarnav > ul > li:nth-of-type(1) {
    display: none;
}*/

/*下拉*/
.stellarnav ul ul {    width: 210px;}
.stellarnav li li {
    text-align: center;
    border:1px #eee solid;
    margin-bottom: 1px;}

.stellarnav > ul > li.drop-left > ul {  right: unset;}
.stellarnav li li.has-sub > a:hover{background: #6f6f6f; color: #fff;}
.stellarnav li a {  padding: 11px 10px;}
.stellarnav li a:hover{background: #6f6f6f; color: #fff;}

/*分享專區下拉*/
.stellarnav li.drop-left ul ul {
    left: 208px;
    right: auto;}
.stellarnav li.drop-left li.has-sub > a:after {
    border-right: none;}
    
/*產品介紹下拉*/
.stellarnav ul ul ul {    left: 210px;}
.stellarnav li li.has-sub > a:after {border-left: none;}

@media screen and (max-width: 768px) {
    .stellarnav.mobile li.open {   background: #ffffff;}
    .stellarnav.mobile li.open li.open {  background: #fff;}
    .stellarnav li li.has-sub > a:hover {  background: unset;    color: unset; }
    .stellarnav li.drop-left ul ul {  left: 0px;}
}
@media screen and (max-width: 425px) {
    .stellarnav .menu-toggle { padding: 25px 11px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/jinfengshun/banner.jpg)center top;
    color: #575757;
    letter-spacing: 8px;
    font-size: 36px;
    padding: 130px 0;
}
.banner h5 {
    text-align: left;
    padding-left: 25%;
}

.services_page .banner.banB {}
.other_page .banner.banB {}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 600px) {
    .banner h5 {   text-align: unset; padding-left: unset;   }
    .banner {    font-size: 29px;    padding: 45px 0;   }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer { background:#ffffff;   z-index: 50;}
.footer_info {   padding:0 ;}

/*logo*/
.footer_logo { display: inline-block;  }
.footer_logo img {  width: 95%;}

/*文字資訊*/
.footer_info ul {
    padding-left: 0px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
}
.footer_info li p {  
    color: #616161;
    letter-spacing: 1px;
}
.footer_info li p a {    
    color: #616161;
    letter-spacing: 1px;
}
.footer_info li p.add2:before {
    content: '營業時間：';
}
/*選單*/
.footer_menu a {
    width: 15%;
    text-align: center;
    margin: 5px 0px;
    color:#6f6f6f;
    border:none;
    border-right: 1px solid #6f6f6f;
    background: unset;
    padding: 6px 12px;
}
.footer_menu a:hover {
    background: #6f6f6f;
}
/*選單按鈕隱藏選單*/
.footer_menu a:nth-of-type(1) {display: none;}


/*隱藏右下按鈕*/
.box_link {display: none;}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
    .footer_logo {   margin: 0px 10px;  }
    .footer_menu {  text-align: center; padding: 7px;  }
    .footer_menu a {  width: 30%;}
    .footer_info {  display: flex;  flex-direction: column; align-items: center;}
    .footer_info ul { width: calc(100% - 0px);  display: flex; flex-direction: column; align-items: center;  }
    .footer_info li {  padding: 0px 0px;  }
}
@media screen and (max-width: 425px){
    .footer_menu {padding: 10px 7px 0px;} 
    .footer_logo { text-align: center;}
    .footer_logo img {  width: 65%;  }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
   
/*首頁文章*/
.module_i_news li {    width: 33%;}
.module_i_news li a:before {
    background: #303030a6;
    color: #fff;
    opacity: 0;
    top: 100%;
    width: 100%;
    transform: translate(-50%, -50%)}
.module_i_news li a:hover::before {     top: 81%;  transform: translate(-50%, -50%) translateY(20%);    opacity: 1;}
.module_i_news li a:after {    background: unset;    border: unset;}
.submenu a:hover { background: #565661; padding: 12px 12px 12px 25px;}

/*文章分類側邊選單*/
.blog_le .accordion { border-radius:unset;  border:unset;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {  background: #bebebe !important;}
.submenu a { background: #fff;}
.submenu a:hover {background: #3f3f3f;}

/*文章分類頁設定*/
h5.blog_le_t {  display: none;}
h4.blog_category_title {   color: #363636; font-size: 25px; padding: 10px 0px; margin-bottom: 0px;}

/*文章設定*/
.subbox_item {    width: 100%;}
.blog_list_ri em {display: none;}
.blog_list_ri h5 {  border-bottom: solid 1px #c3c0c0;  margin-bottom: 20px;  padding-bottom: 5px;}
.blog_list_le img {  border: solid 1px #dddddd;}
.blog_list_le {   width: 220px;}
.blog_list_ri {  width: calc(100% - 260px);}

/*點選文章色塊顏色*/
.subbox_item a:before {   background: transparent;  font-size: 16px;  color: #ffffff;  font-weight: 500; letter-spacing: 1px;}
.subbox_item a:after { background:#3f3f3fcc;}

/*文章內頁*/
.blog_back a.article_btn_back {    background: #143351;}
.blog_back a.article_btn_prev {    background: #3f3f3f;}
.blog_back a.article_btn_next {    background: #3f3f3f;  }

@media screen and (max-width: 768px) {
.subbox_item a:before {  bottom: 4%; right: 10%;}
.module_i_news li {    width: 100%;}
.blog_list_le {    width: 35%;}
.blog_list_ri { padding: 0px 15px; width: 60%;}
}
@media screen and (max-width: 600px) {
    .show_content { padding: 0px 13px;  }
    .blog_list_ri h5 {    font-size: 16px; padding-bottom: 0px;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {
    background: rgb(0 0 0 / 25%);
    border-radius: 5px;
}
.subalbum-menu h2 {
    color: #143351;
    letter-spacing: 1px;
}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    box-shadow: rgb(175 175 175 / 64%) 1px 5px 10px;
}
.show-list .show_name {
    color: #bebebe;
    text-align: center;
    margin-top: 15px;
    height: 57px;
}
.show-list .item {
    width: 30%;
    padding: 0 0px;
    margin: 9px 1%;
}
.pic-list .item {  width: 30%;}
.show-list .item:hover .show_name {  color: #143351;}

.other_album_choice li {
    background: #bebebe;
    border-radius: 5px;
    font-size: 13px;
}
.other_subalbum li a {
        line-height: 2;
}

.other_album_choice li .fa {
    height: 12px;
    vertical-align: baseline;
}
.fa-2x {    font-size: 1em;}

@media screen and (max-width: 1520px) {
      .show_content {    padding: 0px 60px;}
      .show-list .show_name {        height: 60px;    }
}
@media screen and (max-width: 768px) {
    .show_content {    padding: 0px 30px;}
    .blog_back a {  width: 27%;}
}
@media screen and (max-width: 600px) {
    .show-list .item {  width: 96%;}
}
@media screen and (max-width: 487px) {
    .pic-list .item {  padding: 0px 6px}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車*/
.page li {  color: #143351;}
.page strong, .page a {  border: none;}
.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: 24%;     padding: 0 15px;  margin: 0px 0px 15px 0px; }
.products-list .item a:hover .more {   background: #143351;}
.products-list .name {  text-align: center;      height: unset;   margin-top: 6px;  margin-bottom: 6px;}
.products-list .pic {padding-bottom: 0;   height: 100%;       overflow: hidden; }
.products-list .pic img {transform: scale(1);transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; transform: scale(1.1);}
.products-list .price { margin: 5px 0;}
.products-list .price b { color: #575757;}
.products-list .more {  border: 1px solid #575757; color: #575757;}
.products-list a:hover .more { background: #575757; border-color: #143351; color: #fff;}

.product-layer-two li ul { position:relative; 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 {background: #ffffff;  border: none; display: none; padding:5px 10px; transition:all ease .3s;}
.product-layer-two li li a{ background: #ffffff; padding:0;}
.product-layer-two li.active a {       background: #3f3f3f; color: #fff;    border:unset;}
.product-layer-two li.active li a {   background: none;}
.product-layer-two li li:hover > a { background:none; color:#3f3f3f;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #143351;}
.product-layer-two li a {    border: unset;  text-align: center;    color: #575757;    transition: all 0.3s; background-color: unset;}
.product-layer-two li a:hover {transform: translateX(10px);   transition: all 0.3s;}
.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: none; 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:#143351;}

.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: #575757;}
.product_pic #bx-pager .block {    background: #575757;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #575757;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;}
.qaform {    margin: 0px auto;}
ul.prod li .prod-panel { padding-top: 10px;}
ul.prod li h3.prod-thumb {    background: #b1b1b1; color: #ffffff;}
.sidebarBtn {border:none;}

/*商品內頁*/
span.ori_price {  padding-bottom: 5px;}
.sidebarBtn h2 {  padding-bottom: 10px; letter-spacing: 2px;     line-height: 28px;}
li.prod-item:nth-child(2) {   display: none;}/*QA隱藏*/

/*購物車匯款頁面*/
.formbox_form li .form__label {  width: 110px;}
.total_amount li {   margin: 30px 0;}

@media screen and (max-width: 768px) {
    .product_page .show_content, .product_info_page .show_content { display: flex; flex-direction: column;}
    .product_page .products-list, .product-wrapper { width: 100%;}
    .products-list .item {    width: 49%;}
    .sidebarBtn h2 {display: none;}
    .mobile_product_name {    line-height: 28px;  letter-spacing: 2px; }
    
    .formbox_form li h6 {   left: 0px; }
}
@media screen and (max-width: 425px) {
    .related_list li {width: 25%; padding: 0px 6px;}
    .products-list .item {  padding: 0 7px;}
    .products-list .item {    width: 49%;}
}

/*購物車所有按鈕*/
.inquiry_a3 {   background: #3e86c5;}
.lastaction {  color: #fff;  background-color: #333;}
.nextaction {    background-color: #143351;}
.lastaction {  background-color: #b1b1b1;}
.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: 768px) {
.related_list li {    width: 24%;     padding: 2px;}
.related_list li a {   padding: 1px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*聯絡我們*/
.blank_letter {
    color: #3f3f3f;
}
.contact_form li input.noborder {
   border: unset;
}
.contact_form li textarea.noborder {
   border: unset;
}
.contact_form li {
   display: block;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 136px;
   border-bottom: 1px solid #C2BCB4;
}
.contact_form li .form__insert {
    display: contents;
}
.contact_form li .form__label {
    margin-left: -140px;
    width: 100px;
}
.contact_form li.last cite {
   background: #3f3f3f;
}
.contact_form li.last blockquote {
   color: #3f3f3f;
}
.contact_form li.last blockquote, .contact_form li.last cite {
   border: 1px #3f3f3f solid;
}
.contact_content .information_left {
    width: 280px;
}
.contact_content .information_right {  
   padding-left: 44px;
}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {  letter-spacing: 1px;}

ul.list_before.account {   display: none;}/*匯款資訊隱藏*/

@media screen and (max-width: 825px) {
   .list_before.info li {    width: 100%; }
}
@media screen and (max-width: 768px) {
   .contact_content .information_right {padding-left: 0px; padding: 0px; }
}
@media screen and (max-width: 695px) {
   .contact_form li .form__label {  margin-bottom: 5px;}
}
@media screen and (max-width: 425px) {
   .contact_form li .form__label {  width: 85px;}
   .contact_form li {  padding-left: 149px;}
   .blank_letter {padding-top: 0px;}
   .contact_content { padding: 8px 0;}

}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:25px 0 0px; }
#to_top { bottom:15px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




