@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/* #62c9cb 網站主要色系
   #93e0f2 網站輔助色系1
   #49009a 網站輔助色系2*/

/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/
div#page { }
#content_main, #content {}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*技術說明頁面*/
.promotion_title h2 {display: ;}/*頁面上方提示項目*/
.other_promotion {display: ; }/*頁面下方提示項目*/

/*header購物車 SubMenu*/
.me_tp_features {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 100%;
    text-align: right;}
.shop_search_btn { background: #61b8e7;  border-radius: 50px;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #61b8e7;}

.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* width: 160px; */
    margin-bottom: 5px;
}/*購物車搜尋欄*/

.me_tp_features a.tp_btn_cart { display:none;}/*隱藏購物車*/
.me_tp_features a.tp_btn_notice { display:none;}/*隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #62c9cb; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #1049ad; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 0px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #62c9cb; border: 1px solid #62c9cb;}


/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#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;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {}
.banner h5 {}
.banner.banA {}
.banner.banB{ display: none;}
.banner.banC{display: none;}
.banner.banE{ }
.banner.banF{ }
.banner.banblog { }

/*內頁BANNER 設定*/
.banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(https://pic03.eapple.com.tw/haozewater/waterbn.png);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation-name: oxxo;
    animation-duration: 5s;
    background-size: cover;
}
@keyframes oxxo {
    0% { transform: scale(1);}

    100% { transform: scale(1.1);}
}

.banner {
    background-position: center;
    background-size: cover;
    padding: 200px 0 100px 0;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: none;
    position: relative;
    z-index: 1;
}

.banner h5 { color: #47b0b5;font-size: 40px;}

body.services_page .banner h5:before {
    content: "Cleaning Services";
    display: block;
    font-size: 13px;
    font-weight: normal;
}

body.other_page .banner h5:before {
    content: "Price";
    display: block;
    font-size: 13px;
    font-weight: normal;
}

body.product_page .banner h5:before {
    content: "Q&A";
    display: block;
    font-size: 13px;
    font-weight: normal;
}

body.blog_page .banner h5:before {
    content: "News";
    display: block;
    font-size: 13px;
    font-weight: normal;
}

body.contact_page .banner h5:before {
    content: "Contact";
    display: block;
    font-size: 13px;
    font-weight: normal;
}

body.album_class_page.album_a .banner h5:before {
    content: "Album";
    display: block;
    font-size: 13px;
    font-weight: normal;
} 

body.album_class_page.album_b .banner h5:before {
    content: "Project";
    display: block;
    font-size: 13px;
    font-weight: normal;
} 

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area { position: fixed; width: 100%; top: 0; left: 0; background: #ffffff8f; padding: 0px;}
.header_area.sticky { position: fixed; background-color: #fff;}
.main_header_area {height: 85px;background:#eeeeee00;}

/*選單最大寬度設定*/
.main_header_area .container {    max-width: 75%;}

/*logo*/
.header_area .nav-brand {
    margin: -20px 0px 0px 0px;
    max-width: 100%;
    width: 100%;
}
.nav-brand img {max-width: 100%;}
.navigation {
    width: 100%;
    position: relative;
    padding: 58px 0 10px 210px;
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 0 20px;
}
.nav-header {
    z-index: 123;
    max-width: 250px;
    width: 100%;
    grid-row: 1 / span 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #326092;}
.stellarnav .menu-toggle:after { color: #326092;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 10px; border-bottom: none; display: block; color:#336699;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #336699; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #336699;}

/*下拉*/
.stellarnav.mobile li.open { background: #cbc0a022; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

@media only screen and (max-width: 570px) {
    .stellarnav .menu-toggle {
        padding: 10px 10px;
    
    }
}
/* ---------- ----------分隔線---------------------------------------*/

/*抬頭*/
.pageIndex .header_area{
	position: relative;    
	top: auto;
	width: 100%;
	z-index: 9999;
}
.pageIndex .header_area.sticky {
    position: fixed;
    top: auto;
	width: 100%;
	z-index: 9999;
}

/*選單顏色*/
.pageIndex .main_header_area{
	background: #ffffff;
	height:130px;
	width: 100%;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}
.main_header_area{
	background: #ffffff;
	height:130px;
	width: 100%;
	box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}


/* ----------選單icon ----------*/


/*.stellarnav li.has-sub > a {padding: 0px 20px 7px 0px;}*/


.stellarnav>ul>li:nth-of-type(1)>a:nth-of-type(1)::before {
    content: url(https://pic03.eapple.com.tw/haozewater/headericon01.png);
    display: block;
    position: absolute;
    top: -20px;
    left: 45%;
    transform: translateX(-50%);
}

.stellarnav>ul>li:nth-of-type(2)>a:nth-of-type(1)::before {
    content: url(https://pic03.eapple.com.tw/haozewater/headericon02.png);
    display: block;
    position: absolute;
    top: -20px;
    left: 45%;
    transform: translateX(-50%);
}


.stellarnav>ul>li:nth-of-type(3)>a:nth-of-type(1)::before {
    content: url(https://pic03.eapple.com.tw/haozewater/headericon03.png);
    display: block;
    position: absolute;
    top: -21px;
    left: 48%;
    transform: translateX(-50%);
}

.stellarnav>ul>li:nth-of-type(4)>a:nth-of-type(1)::before {
    content: url(https://pic03.eapple.com.tw/haozewater/headericon04.png);
    display: block;
    position: absolute;
    top: -21px;
    left: 41%;
    transform: translateX(-50%);
}

.stellarnav>ul>li:nth-of-type(5)>a:nth-of-type(1)::before {
    content: url(https://pic03.eapple.com.tw/haozewater/headericon05.png);
    display: block;
    position: absolute;
    top: -21px;
    left: 46%;
    transform: translateX(-50%);
}

.stellarnav>ul>li:nth-of-type(6)>a:nth-of-type(1)::before {
    content: url(https://pic03.eapple.com.tw/haozewater/headericon06.png);
    display: block;
    position: absolute;
    top: -21px;
    left: 46%;
    transform: translateX(-50%);
}

.stellarnav>ul>li:nth-of-type(7)>a:nth-of-type(1)::before {
    content: url(https://pic03.eapple.com.tw/haozewater/headericon07.png);
    display: block;
    position: absolute;
    top: -21px;
    left: 41%;
    transform: translateX(-50%);
}

.stellarnav>ul>li>a:before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.stellarnav>ul>li {display: inline-block;}

.stellarnav>ul>li>a {
    transition: all 0.3s;
    padding: 0 16px 0 16px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 85px;
    height: 60px;
    margin-top: 0px;
    color: #4d4d4d;
    overflow: inherit;
    font-weight: 600;
}

.stellarnav li.has-sub>a:after {
    content: '';
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4d4d4d;
    display: inline-block;
    position: absolute;
    top: 71%;
    transform: translateY(-50%);
    right: 0 ;
}

.stellarnav li li>a,
.stellarnav li li.has-sub>a {
    padding: 7px 5px;
    transition: all 0.2s;
    border-left: 0px solid transparent;
    font-size: 14px;
    color: #383838;
}

.stellarnav li li {
    display: block;
    border: 1px #eee solid;
    margin-bottom: -1px;
}


.stellarnav>ul>li>a:nth-of-type(1)::before {
    transition: 0.6s;
}

.stellarnav>ul>li:hover>a:nth-of-type(1)::before {
    top: -25px;
    transition: 0.6s;
}

.stellarnav>ul>li>a:hover{color:#0f518f}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
    color: #0f518f;
    padding-left: 10px;
    border-color: #e5f7fe;
    background: #e5f7fe;
}



/*抬頭寬度*/
.main_header_area .container{
	max-width: 85%;
	
}
.nav-menu{width: 53%;}

.nav-menu>li{text-align: right;}

/*選單變色*/
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a{
	color: #5591c5;
	background-color:#f0878799;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--light-gray) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: var(--dark-gray);
    font-size: var(--f15);
}

/*欄位尺寸*/
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: .5s ease-out;
    border-left: 2px solid transparent ;
}

/* ----------次選單 ---------- */

.stellarnav > ul > li.drop-left > ul { right: auto;}

.stellarnav > ul > li:nth-child(4) > ul > li:nth-child(15) > ul, .stellarnav > ul > li:nth-child(4) > ul > li:nth-child(16) > ul{top:unset;left: 211px;bottom:0;}

.stellarnav ul ul {  width: 215px;  background: #eee;}

.stellarnav ul ul ul{left: 211px;}

/*選單V符號*/
.submenu-indicator-chevron{
	display:none;
}
.submenu-indicator{
	display:none;
}

.nav-menu {
    display: flex;
    height: 100px;
    padding: 0 0;
	margin: 55px 0 0 0;
    flex-direction: row;
    align-items: center;
}

.nav-menu > li > a {
    color: #444444;
    font-size:14px;
	letter-spacing: 0.1em;
	width:100%;
	padding: 0px 20px 0px 20px;
    font-family: 'Noto Sans TC', sans-serif;
}


/*下拉選單*/
.nav-dropdown{
	min-width: 120px;
}
.nav-dropdown > li > a{
	text-align:center;	
	
}
/*下拉選單變色*/
.nav-dropdown > li > a:hover, .nav-dropdown > li > a:focus{
	color: #61b8e7;
    border-radius: 10px;
}

.stellarnav > ul > li:nth-child(6) > ul > li:nth-child(1) {display: none;}
.stellarnav > ul > li:nth-child(7) > ul > li:nth-child(1) {display: none;}

/* ▲ HEADER---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */


/*--------------------手機板大圖--------------------*/
@media screen and (max-width: 430px) {

.pageIndex .swiper-banner .swiper-slide img { display:none; }/*隱藏網頁版*/

.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 1 * 1);}
.pageIndex .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/haozewater/手機板大圖01.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/haozewater/手機板大圖02.jpg) ; background-size:cover;   background-position: center;}

.bannerindex { padding: 0; margin: 0; height: ;}

.pageIndex .swiper-slide:nth-child(1):before { bottom: 13%; padding-bottom: calc(100% / 1* 0.6);}
.pageIndex .swiper-slide:nth-child(2):before { width: 300% !important; height: 0px !important;  padding-bottom: calc(100% / 1* 0.6);bottom: 25%;}
.pageIndex .swiper-slide:nth-child(2):after {background-size: cover; padding-bottom: calc(100% / 1* 0.6);}
}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .navigation {grid-template-columns: 200px 1fr;}
    .swiper-pagination { display: none;}
    .stellarnav > ul > li { margin: 0 ;  padding: 0 ; }
    .main_header_area { height: 130px; }
    .stellarnav > ul > li.has-sub > a { padding-right: ; }
}

@media screen and (max-width: 1380px) { 
    
    .header_area .nav-brand {
        margin: -20px 0px 0px 0px;
        max-width: 100%;
    }
    .swiper-pagination { display: none;}
    .stellarnav > ul > li {
        margin: 0 5px;
        padding: 0 ;
    }
    .main_header_area {
        height: 130px;
    }
    .stellarnav > ul > li.has-sub > a {
        padding-right: 0px;
    }

    .navigation {
        width: 100%;
        position: relative;
        padding: 60px 0 10px 0px;
        grid-template-columns: 250px 1fr;
    }
    .stellarnav > ul > li.has-sub > a {
        padding-right: 17px;
    }
}

@media screen and (max-width: 1024px) { 

    /*header*/
    .main_header_area { height: 150px!important;
        background: linear-gradient(to bottom, #eee 0%, #ffffff59 100%);
    }
    .pageIndex .header_area { position:;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
       .header_area .nav-brand {
        max-width: 200px;
        margin: 10px 0px 5px;
        transition: .3s ease-in-out;
    }
    .navigation {grid-template-columns: 200px 1fr;}

    .stellarnav > ul > li.has-sub > a {padding: 0px; }

     /*menu*/
     .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
     .stellarnav { padding: 10px 0 10px;}
    
     .stellarnav li.has-sub > a::after { top: 68%;}/*下拉箭頭*/
         /*關掉-header下拉效果*/

     .stellarnav > ul > li.has-sub > a {
            padding-right: 17px;
        }
}

@media screen and (max-width: 768px) {
    
    /*logo*/
    .pageIndex .main_header_area {
        height: 80px!important;
        background: linear-gradient(to bottom, #eee 0%, #ffffff59 100%);
    }
    .nav-header { position: static;}
    .main_header_area { height: 80px!important;}

    .header_area .nav-brand {
        max-width: 200px;
        margin: 10px 0 0;
        transition: .3s ease-in-out;
    }
    .nav-brand img {  max-width: 100%; }

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
}

/*聯絡icon*/
.box_link {display: none;}

/*聯絡icon*/
.box_link a {   display: none;   transition: all 0.3s;}
.fa-whatsapp:before, .fa-envelope::before { color: #fff;}
.box_link a:hover { background: #62c9cb; border-color: #62c9cb;}
.box_link a:hover .fa-whatsapp:before, .box_link a:hover .fa-envelope::before, .box_link a:hover .fa-facebook::before, .box_link a:hover .fa-line::before , .box_link a:hover .fa-instagram::before { color: #fff;}

/*--RWD---------------------------------------*/

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*聯絡我們*/

.contact_le_map a {
    display: block;
    background: #62c9cb;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.contact_editbox {padding: 0;}
.contact_content {max-width: 1400px;padding: 20px 10px 50px;}
.contact_page form.style1 {display: flex; flex-direction: row;}
.contact_content .information_left {display:none;}
.contact_content .information_right {
    width: calc(100% - 130px);
    padding-left: 200px;
}


.blank_letter {
    display: flex; 
    align-items: flex-end; 
    letter-spacing: 2px;
    color: #326092;}
.note { order: 2; font-size: 14px;letter-spacing: 1px; margin-left: 20px;}

.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
.contact_form li {
    display: flex;
    width: 100%;
    padding: 0 0px 20px 0px;
    margin: 0;
    padding-left: 0;
    border-bottom: unset;
    flex-direction: row;}

.contact_form li .form__label {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-bottom: 5px;
    letter-spacing: 1px;
    flex-direction: row-reverse;}
    
.contact_form li .form__insert {display: flex; align-items: center;width: 100%;line-height: 100%;}

.contact_form li input.noborder, .contact_form li textarea.noborder {
    border: 1px solid #5F95B9;
    background: #fff;}

.noborder { padding: 10px 5px;}

.form select {
    width: 100%;    
    padding: 10px 5px;
    border: 1px #ddd solid;
    margin-right: 0; 
    margin-bottom: 0;    
    color: #223d7f;}
.form select option {color: #223d7f;}

.captcha {width: 100%;}
input[type="checkbox"], input[type="radio"] {  margin: 0px;}

.contact_form li.last {
    align-items: flex-start;
    border: none;
    text-align: right;
    margin-top: 20px;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
    padding-left: 40%;
}


.contact_form li.last blockquote {
    border-radius: 30px;
    border: 1px #5F95B9 solid;
    color: #62c9cb;
    margin-right: 20px;
    width: 50%;}

.contact_form li.last cite {
    border-radius: 30px;
    background: #62c9cb;
    border: 1px #62c9cb solid;
    width: 50%;}

 @media screen and (max-width: 430px) { 
    .contact_form li.last { padding-left: 0%;
    }

}

/*= = = = = = = = = = = = = = = = = =相簿相簿管理= = = = = = = = = = = = = = = = = =*/
.subalbum-menu h2 {
    font-size: 20px;
    color: #326092;
    display: inline-block;
    vertical-align: middle;
}
 .show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
}

.show-list .show_name {
    font-size: 17px;
    color: #326092;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 26px;
}

/*相簿內層*/
.pic-list .show_pic img {
    max-width: 100%;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/*hover變色*/
.show-list .item:hover .show_name
{ color: #223d7f;}

.overlay { background: #32609261;}

.other_album_choice li {
    background: #52a6b8;
    font-size: 15px;
    display: inline-block;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;
}

/*= = = = = = = = = = = = = = = = = =文章管理= = = = = = = = = = = = = = = = = =*/
.blog_le, .blog_ri {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2vw;
     padding:10px; 
}

.blog_page .main_part{
    max-width: 1600px;
    background: #edf6f9;
    border-radius: 10px 10px 0 0;
    padding: 20px 20px 50px;}
.blog_in_page .main_part{max-width: 1400px;}

/*大分類*/
h5.blog_le_t {font-weight: 600;  color: #326092;}
.blog_le .accordion {
    border-radius: 15px;
    border: unset;
    background: #326092;}
.accordion li .link {padding: 15px 25px;}
.accordion li .link a {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;}
.blog_subbox{display: flex;flex-wrap: wrap;}

.subbox_item{
    width: 33%;
    padding: 10px 10px 0;
    margin: 0;
    background: #fff;
    border-radius: 10px;}

.subbox_item a {  
    display: flex;
    position: relative;
    grid-gap: 20px;
    flex-direction: column;
}

.subbox_item a:before {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #326092;
    border-radius: 15px 15px 0 0;
    width: 100%;
    padding: 15px 0;
    text-align: center;}

.subbox_item a:hover:before{bottom: -5%;}
.subbox_item a:after {display: none;}

.blog_list_le{width: 100%;padding: 0;padding-bottom: 100%;height: 0;overflow: hidden;position: relative;}
.blog_list_le img {
    position: absolute;
    transform: translate(-50% , -50%);
    min-height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;}
.subbox_item a:hover .blog_list_le img {transform: translate(-50% , -50%) scale(1.1); transition: 0.5s ease-in-out;}
.blog_list_ri {
    width: 100%;
    background: #ffffff00;
    padding: 10px 10px;
    min-height: 150px;
    text-align: center;
    letter-spacing: 2px;}
.blog_list_ri h5{font-size: 18px;font-weight: 500 !important;color: #326092 !important;}
.blog_list_ri em {color: #000000 !important;}
.blog_list_ri p{line-height: 160%;font-size: 13px;}
.blog_page h4.blog_category_title, .blog_in_page h4.blog_category_title {color: #326092;font-weight: 500; border-bottom: 1px #ccc solid;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #326092 !important;}

.blog_box_edit * {line-height: 200%;}

/*文章內頁按鈕*/
.news_related { background: #edf6f9; padding: 25px 15px;}
.blog_back {
    display: flex;
    text-align: center;
    justify-content: space-between;
    flex-wrap: wrap;}
.blog_back a {
    font-size: 16px;
    padding: 10px;
    border-radius: 10px;
    width: 33%;}

/*文章下方列表*/  
.blog_back a.article_btn_back {background: #52a6b8; border: 1px solid #52a6b8; color: #ffffff;}
.blog_back a.article_btn_back:hover {    background: #223d7f; border: 1px solid #223d7f; color: #ffffff;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next  { background: #326092;border: 1px solid;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover  {    background: #223d7f;}

.news_related h6 span:before { content: '相關文章'; font-size: 24px; color: #326092;}

@media screen and (max-width: 1024px){.subbox_item {    width: 50%;}}

@media screen and (max-width: 768px){
.subbox_item {width: 100%;border-bottom: unset;margin: 20px 0px 50px;}
h5.blog_le_t, .blog_le .accordion {display: block;text-align: center;}}

@media screen and (max-width: 500px){   
.blog_back a {width: 100%; margin-bottom: 5px;}
}

/*= = = = = = =購物車= = = = = = =*/


.product_page #content {
    width: 100%;
    max-width: 100%;
    background: url(https://pic03.eapple.com.tw/) top repeat-y;
    background-size: cover;}

.products-list {display: grid; gap: 20px; grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {   width: 100%;}

/*購物車/外層＝＝*/

/*顏色*/
.products-list .item a:hover .more {    background: #52a6b8;}
.products-list .name {
    text-align: center;
    font-size: 15px;
    color: #326092;
    letter-spacing: 1px;
    margin-top: 15px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
}
/*價格*/
.products-list .price {    display: none;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #52a6b8;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #f2f2f2;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #52a6b8;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #52a6b8; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #52a6b8;
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #52a6b8;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
.product_pic #bx-pager h6 {  display: none;}

/*按鈕顏色*/
.inquiry_a1, .inquiry_a2, .inquiry_a3{
    background: linear-gradient(to left, rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    -webkit-background: linear-gradient(to left, rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    -moz-background: linear-gradient(to left, rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    -ms-background: linear-gradient(to left, rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    -o-background: linear-gradient(to left, rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    -moz-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    -ms-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    -o-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: linear-gradient(to right,rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    -webkit-background: linear-gradient(to right,rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    -moz-background: linear-gradient(to right,rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    -ms-background: linear-gradient(to right,rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    -o-background: linear-gradient(to right,rgba(5,27,55,1) 0%,rgba(0,141,226,1) 100%);
    transition: 0.5s;
}
.sidebarBtn form:nth-of-type(2) { display: none; position: absolute; left: 0; width: 100%; max-width: 270px;}
/*分享到*/
.toShare {
    border-top: 1px solid #52a6b8;
    font-size: 12px;
    color: #326092;
    margin-top: 20px;
    padding-top: 20px;
}

.lastaction { color: #52a6b8; background-color: #dedede;}
.nextaction { background-color: #52a6b8;}
.lastPage {    background: #52a6b8;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #8cbefa;}
.sidebarBtn { border: none;   background: #fff;  box-shadow: 0 0 10px #52a6b8; position: relative;  border-radius: 10px;}
.mobile_product_name{font-size: 24px;}

/*相關推薦*/
.prod_related h6 span:before {font-size: 28px;color: #326092;}

.prod_related {  background: #edf6f9;}
.related_list li a p {color: #fff; background: #01385f;}

.products-list .more {
        border: 1px solid #326092;
        color: #326092;
        font-size: 16px;
        font-weight: bold;
        line-height: 32px;
        text-align: center;
        transition: all .5s;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: 0;
        border-radius: 10px;
    }

.products-list .item a:hover .more { border: 1px solid #52a6b8; background: #52a6b8; color: #fff; letter-spacing: 2px;}
.inquiry_a1 {background: #52a6b8;}
.inquiry_a2 {background: #52a6b8;}

.inquiry_a2:hover{background: #52a6b8;}
.inquiry_a1:hover{background: #52a6b8;}


@media screen and (max-width: 1200px) { .products-list {    grid-template-columns: 1fr 1fr 1fr;} }
@media screen and (max-width: 1024px) {.product_page .products-list {    grid-template-columns: 1fr 1fr;}}

@media screen and (max-width: 768px) {
.products-list {    grid-template-columns: 1fr 1fr;}
.product_page .products-list ,.product-layer-two {    width:100%;}
.prod_related h6 span:before{font-size: 24px;}
/*順序*/
.product_page .products-list {    order: -1;}}

@media screen and (max-width: 600px) {
.prod_related h6 span:before{font-size: 20px;}
/* 首頁購物車 */
.animated-arrow {margin-bottom: 50px;}}
@media screen and (max-width: 375px) {.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}}

/*按鈕*/
.animated-arrow { background: #52a6b8; border-radius: 10px; transition: .3s ease-in-out;}
.animated-arrow:hover { background: #52a6b8; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #52a6b8; border: 1px solid #52a6b8;}

.lastPage { background: #326092;   border-radius: 30px;}
.pd_tabTitle li.activeTab::after { height: 5px;  background: #326092;}

@media screen and (max-width: 425px){

/*= = = = = = =聯絡表單= = = = = = =*/
    .contact_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
    }
    .contact_form li {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 0px 20px 0px;
        margin: 0;
        padding-left: 0;
        border-bottom: unset;
        flex-direction: column;
    }
    
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
    
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) {
    .me_tp_features {
    display: none;
    }.navigation {
        display: flex
;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
    } }
@media screen and (max-width: 768px) {
    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 15px 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}   
    .stellarnav>ul>li:nth-of-type(1)>a:nth-of-type(1)::before{display:none;}
    .stellarnav>ul>li:nth-of-type(2)>a:nth-of-type(1)::before{display:none;}
    .stellarnav>ul>li:nth-of-type(3)>a:nth-of-type(1)::before{display:none;}
    .stellarnav>ul>li:nth-of-type(4)>a:nth-of-type(1)::before{display:none;}
    .stellarnav>ul>li:nth-of-type(5)>a:nth-of-type(1)::before{display:none;}
    .stellarnav>ul>li:nth-of-type(6)>a:nth-of-type(1)::before{display:none;}
    .stellarnav>ul>li:nth-of-type(7)>a:nth-of-type(1)::before{display:none;}
    .stellarnav>ul>li:nth-child(4)>ul { width: 276px;}
    .stellarnav>ul>li:nth-child(6)>ul { width: 276px;}
    .stellarnav>ul>li:nth-child(7)>ul { width: 276px;}
    .stellarnav>ul>li:hover>ul>li:hover>ul{left: 0px;}

    /* 商品搜尋 */
    .me_tp_features {
        position: absolute;
        top: 10px;
        right: 0px;
        width: 100%;
        text-align: right;
    }
    .main_header_area {
        height: 80px;}

    /*聯絡表單*/
.contact_form {justify-content: center;}
.contact_form li {width: 90%;}
.blank_letter {width: 100%;margin: 0 auto;padding-top: 0;}
.contact_content .information_right { width: 100%; padding-left: 0px;}
.contact_page form.style1 { display: flex;  flex-direction: column;}
 }
 
@media screen and (max-width: 600px) { 
    .contact_form li {
        display: flex;
        width: 100%;
        padding: 0 0px 20px 0px;
        margin: 0;
        padding-left: 0;
        border-bottom: unset;
        flex-direction: column;
    }
 
}
@media screen and (max-width: 425px) {
    .main_header_area {
        height: 75px;}
    .header_area .nav-brand {
        max-width: 200px;
        margin: 10px 0 0;
        transition: .3s ease-in-out;
    }

}
@media screen and (max-width: 430px) { 
    .contact_form li.last { padding-left: 0%;
    }

    .nav-brand img {
        max-width: 100%;
    }
 
 .me_tp_features {
    position: absolute;
    top: 80px;
    right: 0px;
    width: 100%;
    text-align: center;
}}

  .footer_logo { display: block;
                width: 120px;
                text-align: center;}