@charset "utf-8";
/*網站全域設定/＝＝＝＝＝*/
/*
  #bc3543 /*網站主要色系
  #f24827 /*網站輔助色系1
  #12131a; /*網站輔助色系2*/


/*反白顏色*/
::-moz-selection{  background-color: #444;  color: #fff;}
::selection{  background-color: #444;  color: #fff;}
:root {
    --MainColor: #bc3543;
    --SubColor:#12131a;
}
/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}
.pageIndex .main_part {    border-top: none;}
#content {    min-height: 80vh;}

/*Main/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*Header/＝＝＝＝＝*/
.pageIndex .header_area {    position: fixed;    width: 100%;}
.pageIndex .main_header_area, .pageIndex .sticky .main_header_area {
    background: transparent;
    box-shadow: none;
}
.main_header_area {    background: #fff;    transition: all 0.3s ease-in-out;    position: relative; box-shadow: 0 0 15px rgba(0,0,0,0.1);}

.main_header_area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f24827;
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: skewX(-26deg);
    -moz-transform: skewX(-26deg);
    -ms-transform: skewX(-26deg);
    -o-transform: skewX(-26deg);
    transform: skewX(-26deg);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    max-width: 186px;
}
.sticky .main_header_area:before {    width: 100%;    max-width: 1000px;}

/*選單最大寬度設定*/
.main_header_area .container {    max-width: 95%;}
.navigation {    display: flex;    padding: 0 0 0 295px;    margin: auto;}

/*第一層*/
.stellarnav > ul > li:last-child {    padding-right: 25px;}
.pageIndex .stellarnav > ul > li > a { color: #fff;}
.stellarnav > ul > li > a:hover {    color: #fff;}
.stellarnav > ul > li > a {    transition: all 0.3s;    padding: 15px 18px;    height: auto;color: #12131a; overflow: initial;}
.sticky .stellarnav > ul > li > a { color: #fff;}
.stellarnav > ul > li > a:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 15px rgb(116 116 116 / 25%);
    box-shadow: 0 0 15px rgb(116 116 116 / 25%);
    background: #f24827;
    opacity: 0;
    -webkit-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transition: all 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1); 
    -o-transition: all 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.5s 0.2s cubic-bezier(0.77, 0, 0.175, 1); 
    bottom: 0;
    z-index: -1;
    border-bottom: 3px solid #bc3543;
}
.stellarnav > ul > li > a:hover:before {    opacity: 1;}
.stellarnav ul:hover li a {    opacity: 0.5;    transition: all 0.3s ease-in-out;}
.stellarnav ul li:hover a {    opacity: 1;    transition: all 0.3s ease-in-out;}
.stellarnav li.has-sub > a:after{display: none;}

/*第二層*/
.stellarnav li li {    border: none;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 7px 5px;    transition: all 0.3s;border-left:3px solid transparent;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{color: #bc3543;	padding-left:10px;border-color:#bc3543 ;}
/*SubMenu*/
.shop_search_btn {    background: #bc3543;}
.tp_links {    width: max-content;display:none;}
.tp_links a {    transition: all 0.3s;    color: #fff;    font-size: 18px;    margin: 2px;}
.tp_links a:hover {    color: #bc3543;}
.me_tp_features {
    width: 9%;
    display: flex;
    align-items: center;
    order: 2;
    justify-content: flex-end;
    width: max-content;
}

/*隱藏購物車搜尋欄*//*
.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;}

/*選單漸變效果＝＝*/
/*首頁固定選單 開啟後下方RWD 768對應標籤也需開啟*//*
.pageIndex .header_area{position: fixed;    width: 100%;}

/*Footer/＝＝＝＝＝*/
.footer {
    padding: 60px 0 0;
    background: #12131a;
    background-image: linear-gradient(#74747414 0px,transparent 0), linear-gradient(90deg, #ffffff1a 0px,transparent 0), linear-gradient(hsl(0deg 0% 100% / 2%) 1px,transparent 0), linear-gradient(90deg,hsl(0deg 0% 100% / 2%) 1px,transparent 0);
    background-size: 40px 40px,40px 40px,5px 5px,5px 5px;
}
.footer .center {    max-width: 95%;}
.footer_info {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.footer_info ul {    text-align: right;    display: flex;    justify-content: flex-end;}
.footer_info li {    padding: 0;}
.footer_info li:nth-child(1) {    width: max-content;    padding-right: 65px;    text-align: left;}
.footer_info li:nth-child(2) {    padding-right: 30px;}
.footer_info li p, .footer_info li p a {    color: #fff; font-size: 15px;}
.footer_info li:nth-child(1):before, .footer_info li:nth-child(2):before  {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: pre;
    color: #ee4332;
    line-height: 180%;
}
.footer_info li:nth-child(1):before {    content: "contact us";}
.footer_info li:nth-child(2):before {    content: "QIOCK LINK";}
.footer_info li p:nth-child(1), .footer_menu a:nth-child(1){    padding-top: 8px;    border-top: 1px solid #cccccc4a;}
.footer_menu a:nth-child(1) {    padding-top: 13px;}

.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 5px;
    transition: all 0.3s;
    display: block;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
}
.footer_menu a:hover {    background: transparent;    color: #bc3543;}
.copy {
    color: #ffffff36;
    border: none;
    padding: 40px 0 60px;
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    text-align: left;
}
.copy a{    color: #fff;transition:all 0.3s;}
.box_link {
    width: 100%;
    max-width: 200px;
    left: 10px;
    top: 55%;
    text-align: center;
    display: flex;
    justify-content: flex-start;
}
.box_link a {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding: 5px;
    border: none;
    transition: all .3s;
    color: #fff;
    margin: 2px 10px 2px 0;
    background-color: #ee4332;
    border-radius: 42px;
    display: block;
    position: relative;
}
.box_link a:hover {    background: #bc3542a2; }

/*Logo/＝＝＝＝＝*/
.nav-brand {    width: 100%;max-width: 220px;transition:all 0.3s;}
.header_area .nav-brand {    transition: all 0.3s;    margin-top:5px;}
.pageIndex .header_area.sticky .nav-brand {    filter: none;}
.footer_logo > a{background: url(https://pic03.eapple.com.tw/hankuang/logo1.png) no-repeat;
	display: inline-block;width: 100%;height: 100px;background-size: contain;}
.footer_logo img{display: none;}
.footer_logo {
    width: 250px;}

/*按鈕/＝＝＝＝＝*/
.animated-arrow {    background: #bc3543;}

/*大圖/＝＝＝＝＝*/
/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}


/*Banner/＝＝＝＝＝*/
.banner{
	background-image: url(https://pic03.eapple.com.tw/062706678/banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	padding: 100px 0;
}
.banner h5{font-size: 32px;text-shadow: shadow1, shadow2, shadow3;
text-shadow: 2px 2px 0px #fff, 6px 6px 0px rgba(0,0,0,0.15);}
.services_page .banB{display:none;}

/*Page/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*麵包屑＝＝*/
.path p a:hover {    color: #bc3543;}
/*頁碼＝＝*/
.page {    width: 100%;    margin: 40px auto;    display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center;}
.page li {    display: flex;    margin: 3px;    width: 30px;    height: 30px;    line-height:30px;    align-items: center;    justify-content: center;}
.page li a {    display: block;    width: inherit;    height: inherit;    line-height: inherit;    padding: 0;    transition:all 0.3s;}
.page strong, .page a:hover {    background: #bc3543;border: 1px solid #bc3543;}

/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #bc3543;    color: #bc3543;}
.products-list .item a:hover .more {    background: #bc3543;}
/*價格*/
.products-list .price {    display: flex;    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: #bc3543;}
.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: #bc3543;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #bc3543; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #bc3543;
    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: #bc3543;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
/*按鈕顏色*/
.inquiry_a1{background: #f24827;}
.inquiry_a2{background: #bdab77;}
.inquiry_a3{background: #bc3543;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #222;}
.lastaction {    color: #bc3543;    background-color: #f2f2f2;}
.nextaction {    background-color: #bc3543;}
.lastPage {    background: #bc3543;}
/*商品側邊規格*/
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #f24827;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}




/*相簿/＝＝＝＝＝*/
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {    z-index: 1;}
.show-list .item , .other_subalbum li , .pic-list .item{width: 100%;margin:0;padding:5px;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img{
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}

.show-list .item:hover .show_name {    color: #bc3543;}
.other_album_choice li {    background: #bc3543;}
.subalbum-menu h2{    color: #f24827;font-size: 24px;}
.other_subalbum li p {    margin-top: 10px;}
/**/


/*聯絡我們/＝＝＝＝＝*/
.contact_le_map a {    background: #bc3543;}
.contact_form li.last cite {
    background: #bc3543;
    overflow: hidden;
    position: relative;
}

.contact_form li.last cite:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: 0.5s ease-in-out;
    right: -50px;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #f24827;
    transform: translateX(-100%);
    z-index: -1;
}
.contact_form li.last cite:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: 0.5s ease-in-out;
    z-index: -1;
    left: -50px;
    border-left: 50px solid transparent;
    border-top: 80px solid #f24827;
    transform: translateX(100%);
}
.contact_form li.last cite:hover {    background: transparent;}
.contact_form li.last cite:hover:before {    transform: translateX(-49%);}
.contact_form li.last cite:hover:after {    transform: translateX(49%);}

/*會員/＝＝＝＝＝*/
.send_simple{background-color: #bc3543;}
.rewrite_simple{background-color: #f24827;}
.member_title p {    border-top: 2px #bc3543 solid;}
.login_mem_submit{background: #bc3543;}
.login_mem_other_link a{color: #bc3543;}
.member_login_regist a{background: #bc3543;}
.mem_regist_title_s {    background: #f24827;    color: #fff;}


/*RWD1440/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1440px) {
.main_header_area:before{max-width: 165px;}
}

/*RWD1200/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1200px) {
/*購物車/＝＝＝＝＝*/
.products-list {    grid-template-columns: 1fr 1fr 1fr;}
}

/*RWD1024/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 1024px) {
/*Header/＝＝＝＝＝*/
.pageIndex .header_area {    position: relative;}
.navigation {    padding: 0px 0px 0px 20px; display: block;}
.me_tp_features {    display: none;}
.main_header_area:before{display: none;}
.pageIndex .stellarnav > ul > li > a, .sticky .stellarnav > ul > li > a {    color: #12131a;}

/*Logo/＝＝＝＝＝*/
.pageIndex .header_area .nav-brand {    filter: none;}
.header_area .nav-brand{max-width: 100%;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul{grid-template-columns:1fr 1fr;}

/*購物車/＝＝＝＝＝*/
.product_page .products-list {    grid-template-columns: 1fr 1fr;}

}

/*RWD980/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 980px) {
/*文章管理/＝＝＝＝＝*/
.blog_subbox{grid-template-columns:1fr 1fr;}


/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr 1fr;}

}

/*RWD768/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 768px) {
/*側邊選單/＝＝＝＝＝*/
.stellarnav.mobile > ul > li:hover {    background: #f24827;}
.stellarnav.mobile > ul > li:hover > a {    color: #fff;}
.stellarnav.mobile > ul > li > a {    margin: 0;}
.stellarnav > ul > li > a:before{display: none;}
.stellarnav.mobile li a {    border-bottom: none;}
.stellarnav li li > a , .stellarnav li li.has-sub > a{    padding: 10px; border-left:none;}
.stellarnav li li:hover > a , .stellarnav li li.has-sub:hover > a{padding: 10px;border-color:transparent;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 1px #777;}
/*Logo/＝＝＝＝＝*/
.nav-brand, .header_area .nav-brand { margin-top: 5px;}

/*Footer/＝＝＝＝＝*/
#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:60px 0 70px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center; width: 100%; margin-left: 0; margin-bottom: 10px;}
.footer_logo > a {    height: 65px;}
.footer_info ul {    justify-content: space-between;}
.copy {    text-align: center;}
.double_key {    text-align: center;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 28px;}

/*購物車/＝＝＝＝＝*/
.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;}

/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: 24px;}
h4.blog_category_title span{font-size: 20px;}

/*相簿/＝＝＝＝＝*/
.mobile_product_name{font-size: 20px;}
.subalbum-menu h2{    color: #f24827;font-size: 20px;}
.bannerindex { position:static; height:0;}

}

/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 600px) {
/*Footer/＝＝＝＝＝*/
.header_area .nav-brand{max-width: 100%;width:55%}
.box_link {    text-align: center; display: none;}
.footer_info ul { flex-direction: column;}
.footer_info li:nth-child(1), .footer_info li:nth-child(2) {
    width: 100%;
    padding: 0;
    text-align: left;
}
.footer_info li:nth-child(1):before, .footer_info li:nth-child(2):before {    font-size: 22px;}
.footer_info li:nth-child(2) {    padding-top: 10px;}

/*Banner/＝＝＝＝＝*/
.banner h5{font-size: 24px;}

/*購物車/＝＝＝＝＝*/
.prod_related h6 span:before{font-size: 20px;}

/*文章管理/＝＝＝＝＝*/
.module_i_news ul , .blog_subbox{grid-template-columns:1fr;}
.i_blog_le, .blog_list_le {    padding-bottom: 75%;}
h4.blog_category_title{font-size: 20px;}
h4.blog_category_title span{font-size: 18px;}

/*相簿/＝＝＝＝＝*/
ul.show-list , .other_subalbum ,ul.pic-list{    display: grid;    grid-template-columns: 1fr;}
.mobile_product_name{font-size: 18px;}
.subalbum-menu h2{    font-size: 18px;}

/*促銷方案/＝＝＝＝＝*/
.news_list ul li p:after {    width: fit-content;    margin: 10px auto 0;}
.footer_menu a { display: inline;}
}

/*RWD375/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 375px) {
/*購物車/＝＝＝＝＝*/
.products-list , .product_page .products-list  {    grid-template-columns: 1fr;}
}