@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: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.pageIndex .main_part {    border-top: 0px solid #ccc;}
a:active, a:hover {  background: unset;}
.main_part {max-width: 1400px; }

/*中間小標刪除*/
.path { display:none;}

/*網站按鈕*/
.animated-arrow {   background: #00adef;}

/*滾輪*/
::-webkit-scrollbar { width: 5px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #dbdbdb;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #e2a400; border:1px #2c2c2c;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/


/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb82; color: #0474a1;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #0474a1;}


/*內頁背景*/
/*body {
    background: url(https://pic03.eapple.com.tw/fenghueitemples/BG01.jpg) no-repeat top center fixed;
    background-size: cover;
}
#content_main {
    background: url(https://pic03.eapple.com.tw/fenghueitemples/BG01.jpg) no-repeat top center fixed;
    background-size: cover;
}

@media screen and (max-width: 768px) {
  #content { background: url(https://pic03.eapple.com.tw/fenghueitemples/BG01.jpg) repeat-y top center scroll;       background-size: cover;}
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.navigation {
    padding: 25px 0 25px 250px;
}
.pageIndex .header_area {
    position: fixed;
    width: 100%;
}
.main_header_area {   
    box-shadow: 0 0 8px rgb(131 131 131 / 40%);
    background: #00adef;
}
.main_header_area .container {
    max-width: 90%;
}
.me_tp_features {
    margin-bottom: -3px;
    margin: 0px 0;
}
.main_header_area:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 4%;
    left: 0%;
    bottom: -1px;
    background: linear-gradient(45deg, #fad368, #e4a501, #fad368);
    transition: 1s cubic-bezier(0, 0, 0, 0.92);
}
.header_area.sticky .main_header_area:after {  width: 100%;}

/*LOGO*/
.nav-header {
    z-index: 51;
    padding: 0px 10px 0px 10px;
}
.nav-brand {  width: 125px;}

/*選單*/
.stellarnav ul ul { width: 190px;}
.stellarnav > ul > li > a {      
    padding: 0px 0px 0 0px;
    margin: 0 0px 0 35px;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.stellarnav > ul > li > a:hover{color: #f9d61d;}
.stellarnav li.has-sub > a:after {display: none;}
.nav-menu {    margin: 0;padding: 0 10px;}
.nav-menu>li>a {    padding: 30px;transition: all 0.3s;letter-spacing: 1.5px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {  color: #f9d61d;}
.nav-menu>li:nth-child(7):hover > a { color: #ffffff;}

/*header最右側icon*/
.nav-menu>li:last-child {display:none;}
.me_tp_features {}
.me_tp_features a {    color: #fff;}
.me_tp_features a i {  display: none;}
.shop_search_btn {    background: #f9d61d;}
.box_search input[type=text] {    padding: 2px 17px 3px 32px; right: 37px; border: 0;}

/*手機選單*/
.stellarnav.mobile.left .close-menu {background: none;}
.stellarnav.mobile li.open { background: none;}

/*下拉*/
.stellarnav > ul > li.drop-left > ul { left: 0;}
.stellarnav ul ul ul {left: 188px;}
.stellarnav li li:hover {  background: #f9d61d;}
.stellarnav li a:hover{color: #fff;}

/*下拉編輯頁*/
.other_select_page .promotion_title {    display: none;}
.other_select_page .other_promotion {    display: none;}

@media screen and (max-width: 1024px) {
.pageIndex .header_area { position: relative;}
.navigation {    padding: 10px 0 10px 0px;}
.nav-brand {  width: 95px;}
.stellarnav > ul > li > a {  margin: 0 10px 0 10px;}
}
@media screen and (max-width: 768px) {
.pageIndex .header_area {  position: relative;}
.stellarnav .menu-toggle {}
.stellarnav .menu-toggle:after {  color: #ffffff;}
.stellarnav .menu-toggle span.bars span {    background: #ffffff;}
.nav-brand {    width: 85px;}
.nav-toggle {  top: 20px; right: 35px;}
.navigation-portrait .nav-menu > li > a {  padding: 20px 50px;}
.stellarnav > ul > li > a {       color: #00adef;}

.box_search input[type=text] {    padding: 2px 10px 3px 32px; right: unset;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    /*background: url(https://pic03.eapple.com.tw/fenghueitemples/banner01.jpg)center top;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 35px;
    letter-spacing: 4px;
    padding: 100px 0; 
    box-shadow: 0px 0px 15px #67676796;
    display: none;
}

.banner h5 {      color: #00adef;}

.services_page .banner.banB {}
.other_page .banner.banB {}
.banner.banC {}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

@media screen and (max-width: 768px) {
    .banner {   font-size: 24px;    padding: 35px 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer*/
.footer { background: #00adef;}
.footer .center {    max-width: 90%;}
.box_link a {  display: none;}

/*LOGO*/
.footer_logo {width: 190px;     display: none;     margin: 0 auto;}
.footer_logo img {    width: 100%;}

/*資訊*/
.footer_info { padding: 0px; }
.footer_info li {padding: 4px 0px;}
.footer_info li p:before {    color: #ffffff;}
.footer_info li p a{color: #ffffff;}

.footer_info li:nth-child(1) {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr;
}

/*選單*/
.footer_menu a {
    padding: 5px 10px;
    border: unset;
    margin: 10px 0;
    border: 1px solid #ffffff;
    color: #ffffff;
    background: unset;
}
.footer_menu a:hover { background:#f9d61d;}

.box_link {display: none;}

/*版權聲明*/
.copy {   color: #f1f1f1;   border-top: 1px #f1f1f1 solid;   background: linear-gradient(45deg, #fad368, #e4a501, #fad368);}
.copy a {color: #f1f1f1;}

/*隱藏*/
.footer_menu a:nth-child(1){display: none;}

@media screen and (max-width: 1024px) {
.footer_menu {     margin: 10px 0px;}
.footer_logo img {     margin: 0px 25px;}
.footer_info ul {     width: 100%;    }
.footer_info li {  padding: 4px 35px;}
.footer_info li p {    letter-spacing: 0px;}   
}

@media screen and (max-width: 768px){
.footer_menu { text-align: center;  margin: 0px 0px;  }
.footer_logo {  margin: 0px auto;}
.footer_logo img {   margin: 0px 0px;}
.box_link {  display: block;  width: 0%;}
.footer_info ul {  display: flex;  flex-direction: column;  align-items: center;   }
.footer_info li p{ display:unset; width: unset;}
.footer_info li p:before {     margin: 0px 0px 0 0;}
.footer_info li:nth-child(1) {   display: flex;  flex-wrap: nowrap;  flex-direction: column; align-items: center;}
.footer_info li p.add2 a {  display: block; font-weight: 700;}
}


@media screen and (max-width: 510px){
    .footer_menu a {    width: 134px;     margin: 4px 0;  padding: 9px 10px;}
    .footer_info li {    padding: 0px 9px;  }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁文章*/

.i_blog_le { box-shadow: 0px 0px 5px #ccc;   width: 280px;}
.i_blog_ri{   padding: 7px; width: calc(100% - 6px);}
.module_i_news li {width: 24%;}
.module_i_news li a:before { 
    transform: translate(50%,50%);
    bottom: 50%;
    right: 50%;
    color: #ffffff;}
.module_i_news li a:after { background: #f9d61ddb;  border: 1px #f9d61ddb solid;}
.submenu a:hover {
    background: #565661;
    padding: 12px 12px 12px 25px;
}
@media screen and (max-width: 1024px){
    .i_blog_le {   width: 233px;  }
}
@media screen and (max-width: 768px){
    .i_blog_le {  display: contents;}
    .module_i_news li a {  padding: 15px 0px;}
}
   

/*一排呈現
.subbox_item { width:100%;}
*/
/*文章設定*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background:#00adef  !important;
}
.blog_le .accordion {
    border: none;
    border-radius:0px;
    border-top:1px #ccc solid;;
}
.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #CCC;
}
.blog_box {
    padding: 30px 7px 7px 7px;
}
.subbox_item { 
    padding: 0px 0;
    margin: 15px 5px;
    border-bottom: 1px solid #ccc;
}
.blog_list_le {    box-shadow: 0px 0px 5px #ccc;     width: 100%;
}
.blog_list_ri {    padding: 7px 0px;    width: 80%;
}
.submenu a {    background: #fff;}
.submenu a:hover {    background: #f9d61d}
.subbox_item a:before {
    transform: translate(50%,50%);
    bottom: 50%;
    right: 50%;
    color: #ffffff;
}
.subbox_item a:after {    background: #f9d61ddb;    border: unset;}

/*文章內頁*/
.blog_back a.article_btn_back {    background:#f9d61d;}
.blog_back a.article_btn_prev {    background: #00adef;}
.blog_back a.article_btn_next {    background: #00adef;}

@media screen and (max-width: 768px) {
    .subbox_item {     width: 100%;  }
    .stellarnav.mobile {      top: 18px;}
.module_i_news li {    width: 100%;}
.blog_list_le {    width: 35%;}
.blog_list_ri {  padding: 0px 15px;  width: 60%;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {    background: rgb(0 0 0 / 25%);    border-radius: 5px;}

.subalbum-menu h2 {    color: #00adef;    letter-spacing: 1px;}

.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    border-radius: 5px;       /*圓角*/
    box-shadow: rgb(175 175 175 / 64%) 1px 5px 10px;
}

.show-list .show_name {
    background: #f9d61d;
    color: #ffffff;
    text-align: center;
    margin-top: 15px;
}
.show-list .item {padding: 0;}
.show-list .item:hover .show_name {    background: #00adef;    color: #ffffff;}

.other_album_choice li {
    background: #f9d61d;
    border-radius: 5px;
    font-size: 13px;
}
.other_album_choice li .fa {    height: 12px;    vertical-align: baseline;}
.other_subalbum li {  background: #f9d61d;}
.other_subalbum li:hover {  background: #00adef;}
.other_subalbum li p {
    color: #fff;
    padding: 10px 10px;
    text-align: center;
}
.fa-2x {    font-size: 1em;}
.album_fixed_title {    background: unset;}

@media screen and (max-width: 1520px) {
    .show-list .show_name {        height: 35px;    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*最新消息*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁商品*/
.prod_part {   max-width: 1400px;    padding: 50px 10px;}
.animated-arrow {    background: #f9d61d;}
.animated-arrow:hover {    background: #ccc;}
.products-list {    padding: 33px 0;}


/*購物車*/
.product_page .main_part { max-width:1400px; padding: 15px 20px;}
.product_info_page .main_part { max-width:1200px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%;    display: flex;   flex-flow: column wrap;    flex-wrap: wrap;}
.product_page .product-layer-two { }
.product_page .products-list,
.product-wrapper { width: calc(100% - 5%); display: flex; flex-wrap: wrap; align-items: flex-start;}
ul.page { width: 100%;}
.products-list .item {  float: left;   width: 25%; padding: 10px 15px;}
.products-list .item a {    display: contents;}

.products-list .name {    text-align: center;}
.products-list .pic {padding-bottom: 0;   height: 250px; }
.products-list .pic img {transform: scale(1);transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; }
.products-list .more {    border: 1px solid #f9d61d;    color: #f9d61d;}
.products-list a:hover .more {   background: #f9d61d;    border-color: #f9d61d;   color: #fff;}

.product-layer-two {    width: 100%;}
.product-layer-two li ul { position: absolute;    background: #fff;  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: none; padding:5px 10px; transition:all ease .3s; border:none;}
.product-layer-two li li a{ padding:0;}
.product-layer-two li li:hover > a { background:#fff; color:#f9d61d;}

.product-layer-two > li { width:15%; max-width:100%; padding:0; text-align:left; border-top: solid #383838; letter-spacing: 0.5px;}
.product-layer-two li {    margin: 0px 25px 5px 25px;}
.product-layer-two li a {    border: unset;text-align: center;  background:unset;  color: #383838;    transition: all 0.3s; padding: 7px 0px;}
.product-layer-two li a:hover {transform: unset;   transition:unset; background: #fff; color: #f9d61d;}
.product-layer-two li.active a {background: #fff; border: none;}
.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: #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 > a:before { background:#f9d61d;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop {margin-top: 30px;    display: flex;    justify-content: flex-end;}
.product_info_page .half_box li.btn_blankTop input { width: calc(30% - 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: #00adef;}
.product_pic #bx-pager .block {    background: #00adef;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #00adef;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;}
.qaform {    margin: 0px auto;}

/*詳細資訊按鈕*/
.products-list .item a:hover .more {background: #f9d61d;}

/*購物車所有按鈕*/
.inquiry_a1 {    background: #f9d61d;}
.inquiry_a2 {    background: #ffbb01;}
.lastaction {
    color: #fff;
    background-color: #333;}
.nextaction {    background-color: #00adef;}
.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;}

/*會員登入*/
.member_title p {   border-top: 2px #f9d61d solid;}
.login_mem_submit {  background: #f9d61d;}

@media screen and (max-width: 1305px) {
    .product-layer-two li a { font-size: 15px;}
    .product-layer-two {    margin: 20px 0 0px 0px;}
    .product_page .products-list, .product-wrapper {
        width: calc(100% - 0%);}
}
@media screen and (max-width: 1240px) {
    .product-layer-two li {    margin: 0px 20px 5px 20px;}
    }
@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: 1025px) {
    .product-layer-two li {   margin: 0px 15px 5px 15px;}
    .product-layer-two li a {    font-size: 12px;}
    .products-list {    padding: 0px 0;}
}
@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 > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > 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 { padding: 0px 0%;}
.products-list .item { width: 100%; max-width: 100%; margin: 0px auto 25px; display: block;}
.related_list li {    width: 45%;}
}
@media screen and (max-width: 425px) {
.products-list .pic {height: 215px;}
.products-list .item {   margin: 0px ;}
.show_content {    padding: 0px 0px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_page .contact_content {padding: 0;}
.contact_page .contact_content > form {
    width: 100%;
    padding: 0;
}
.contact_content{
    margin: auto;
    padding: 20px 10px;}
.blank_letter {color: #252525;}
.contact_content .information_left {  display: none;  width:100%;}
.contact_content .information_right {    width:100%; padding: 0% 20%; }
.list_before.info li {
    display: inline-block;
    width: 33%;    
    padding-left: 36px;    
    letter-spacing: 1px;}
.list_before.info li::before {    
    letter-spacing: 1px;
    color: #48B8D0;
    font-weight: bold;}
.contact_form li.last cite {    background: #f9d61d;}
 

.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px #f9d61d solid;}
.contact_form li.last blockquote {color: #f9d61d;}
.contact_form li {padding: 10px 0;}
.contact_form li .form__label {    width: 90px;    text-align: right;   margin-left: 0;    letter-spacing: 0.5px; color: #f9d61d;}
.contact_form li .form__insert {    width: 85%;}
input[type="checkbox"], input[type="radio"] {        margin: 3px 5px 5px 10px;  vertical-align: middle;}
.form select {    margin-left: 10px;background-color: #ffffff;    border: 1px solid #666;    color: #000;}

.noborder {padding: 5px 5px;}
.contact_le_map a:hover {background: #9b9b9b;}

@media screen and (max-width: 1024px) {
.contact_form li .form__label {  width: 85px; text-align: left;}
.contact_form li {
    display: flex;
    flex-direction: column;}
}

@media screen and (max-width: 768px) {
    .contact_content .information_right {
        padding: 0% 5%;  }
    }

@media screen and (max-width: 825px) {
.list_before.info li {    width: 100%; }
}

@media screen and (max-width: 695px) {
.contact_form li .form__label {
    text-align: left;
    margin-bottom: 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode {  }
#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) { 
}




