@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;}
*/
.header_area { position: fixed; padding: 10px 10px 0;}
.pageIndex .header_area { background: none;}
.header_area, .header_area.sticky {
    background: linear-gradient(to left, #349bd900 40%, #349bd9d6 70%, #1660c1 100%);
	background: -moz-linear-gradient(to left, #349bd900 40%, #349bd9d6 70%, #1660c1 100%);
    background: -webkit-linear-gradient(to left, #349bd900 40%, #349bd9d6 70%, #1660c1 100%);
    background: -ms-linear-gradient(to left, #349bd900 40%, #349bd9d6 70%, #1660c1 100%);
}
.navigation { grid-template-columns: 320px 1fr; padding: 0 0 0 5%; transition: ease 1s;}
.main_header_area { min-height: 40px;}
.main_header_area .container { margin: 0 0 0 auto; transition: ease 2s;}
.pageIndex .main_header_area .container { max-width: 75vw; padding-right: 10vw;}
.main_header_area .container, 
.header_area.sticky .main_header_area .container { max-width: 1900px; padding-right: 0;}
.me_tp_features { display: none;}


/*電腦LOGO*/
.nav-header { max-width: unset;}
.nav-brand img { max-width: 320px; transition: ease 1s;}
.pageIndex .nav-brand img { transform: scale(1.25) translate(60px, 10px);}
.header_area.sticky .nav-brand img { transform: none;}

@media screen and (max-width: 1500px) {
.pageIndex .nav-brand img { transform: scale(1.15) translate(30px, 5px);}
}
@media screen and (max-width: 1300px) {
.pageIndex .main_header_area .container { max-width: 90vw; padding-right: 6vw;}
.navigation { grid-template-columns: 270px 1fr;}
.pageIndex .nav-brand img { max-width: 270px; transform: none;}
}
@media screen and (max-width: 1024px) {
.me_tp_features { display: none;}
.header_area, .pageIndex .header_area {
	padding: 5px 10px 0;
	height: 120px;
	background: linear-gradient(to top, #1660c100 0%, #1660c145 50%, #1660c1c9 100%);
	background: -moz-linear-gradient(to top, #1660c100 0%, #1660c145 50%, #1660c1c9 100%);
    background: -webkit-linear-gradient(to top, #1660c100 0%, #1660c145 50%, #1660c1c9 100%);
    background: -ms-linear-gradient(to top, #1660c100 0%, #1660c145 50%, #1660c1c9 100%);
}
.header_area.sticky {
	background: linear-gradient(to top, #1660c100 0%, #1660c1ad 50%, #1660c1 100%);
	background: -moz-linear-gradient(to top, #1660c100 0%, #1660c1ad 50%, #1660c1 100%);
    background: -webkit-linear-gradient(to top, #1660c100 0%, #1660c1ad 50%, #1660c1 100%);
    background: -ms-linear-gradient(to top, #1660c100 0%, #1660c1ad 50%, #1660c1 100%);
}
.pageIndex .main_header_area .container { max-width: unset; padding: 0;}
.navigation { padding: 0 0 0 30px;}
.nav-brand img, .pageIndex .nav-brand img { max-width: 290px; padding: 0 30px 0 0; transform: none;}
}
@media screen and (max-width: 768px) {
.header_area, .pageIndex .header_area, .header_area.sticky { padding: 5px 10px; height: 50px;}
.header_area.sticky { background: #1864d7;}
.main_header_area .container { max-width: 100%; padding: 0;}
.nav-brand img, .pageIndex .nav-brand img { max-width: 270px;}
}
@media screen and (max-width: 565px) {
.nav-brand img, .pageIndex .nav-brand img { max-width: 240px;}
}
@media screen and (max-width: 400px) {
.pageIndex .header_area { position: sticky; background: #1864d7;}
.nav-brand img, .pageIndex .nav-brand img { width: 100%; max-width: 210px; padding: 2px 0 0 10px;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul {
    width: fit-content;
    padding: 2px 20px;
    border-radius: 25px;
	margin: 7px 20px 0 auto;
	transition: ease 1s;
}
.stellarnav ul, .header_area.sticky .stellarnav ul {
    background: #ffffffe8;
    box-shadow: 2px 5px 8px #00000045;
}
.pageIndex .stellarnav ul { background: #fff0; box-shadow: 2px 5px 8px #0000;}

.stellarnav li { padding: 0 .5vw;}
.stellarnav > ul > li > a { font-size: 15px; line-height: 35px; height: 30px;}
.pageIndex .stellarnav > ul > li > a { color: #fff;}
.stellarnav > ul > li > a, 
.header_area.sticky .stellarnav > ul > li > a { color: #111;}
.stellarnav li li.has-sub > a { padding: 7px 15px 7px 10px;}
.header_area.sticky .stellarnav > ul > li > a:hover, 
.stellarnav > ul > li > a:hover, 
.stellarnav li li a:hover, 
.tp_links a:hover { color: #1a6ceb; font-weight: bold; transform: scale(1.05);}
.pageIndex .stellarnav > ul > li > a:hover { color: #fff;}
.stellarnav li.has-sub > a:after { top: 60%;}

/*店家商品 按鈕隱藏*/
.stellarnav > ul > li:last-child, 
.footer_menu a:first-child, .footer_menu a:last-child { display: none;} 


.stellarnav ul ul, .pageIndex .stellarnav ul ul, .header_area.sticky .stellarnav ul ul { margin: 0; background: #fff; box-shadow: none; padding: 0; border-radius: 0;}
.stellarnav ul ul { width: 160px;}
.stellarnav li.drop-left ul ul { left: auto; right: 160px; width: 160px;}
.stellarnav li li { padding: 0; border: 0;}
.stellarnav li li+li { border-top: 1px #eee solid;}
.stellarnav li li:hover { background: #dcebff; padding: 0;}
.stellarnav li.drop-left li.has-sub > a:after { display: none;}
.stellarnav li li a { color: #111; font-size: 14px;}
.stellarnav li li a:hover { margin-left: 3px;}

@media screen and (max-width: 1024px) {
.stellarnav ul { margin: 0 auto; box-shadow: 2px 5px 8px #fff3; padding: 0 20px;}
}
@media screen and (max-width: 768px) {
.stellarnav .menu-toggle { padding: 3px;}
.stellarnav .menu-toggle span.bars span { background: #fff;}
.stellarnav .menu-toggle:after { color: #fff;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul { margin: 0; padding: 0; border-radius: 0; background: #ffffffe8;}
.stellarnav.mobile > ul > li > a { color: #343a40;}
.stellarnav.mobile > ul > li > a:hover { margin-left: 11px;}
.stellarnav.mobile li li a:hover { margin-left: 6px;}
.stellarnav.mobile li.drop-left ul ul { width: 100%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    background: no-repeat center url(https://pic03.eapple.com.tw/0932524356/footer-bg.jpg);
    background-size: cover;
    margin: 0;
    padding: 100px 0 0;
}
.footer .center {
    position: relative;
	background: #fffffff0;
    padding: 50px 5vw 15px;
    margin: 0 0 0 auto;
    width: 60%;
    max-width: 800px;
    box-shadow: -40px -15px 0 #ffffffa6;
}
.footer_info {
    grid-gap: 0;
	display: flex;
    flex-direction: column;
	padding: 0;
}
.footer_logo img {
    width: 95%;
    max-width: 205px;
    filter: drop-shadow(1px 1px 3px #000);
}
.footer_info li p, .footer_info li p a { color: #111; letter-spacing: 1px; line-height: 1.4; margin-bottom: 5px;}
.footer_info li p::after { display: inline-block; margin-left: 8px;}

/*footer聯絡資訊 改標題/順序對調/隱藏*/
.footer_info li { display: flex; flex-direction: column; padding: 10px 10px 0;}
p.tel { order: 1;}
.footer_info li p.tel:before { content: '聯絡電話：';}
p.add { order: 2;}
p.fax { order: 3;}
.footer_info li p.fax:before { content: '營業時間：';}
p.tel2 { order: 4;}
.footer_info li p.tel2:before { content: '公休日：';}
.box_link, p.phone, p.mail { display: none;}

/*footer按鈕設定*/
.footer_menu a {
	color: #fff;
	background: linear-gradient(to right, #349bd9 0%, #1660c1 100%);
	background: -moz-linear-gradient(to right, #349bd9 0%, #1660c1 100%);
    background: -webkit-linear-gradient(to right, #349bd9 0%, #1660c1 100%);
    background: -ms-linear-gradient(to right, #349bd9 0%, #1660c1 100%);
	border: 1px #1660c1 solid;
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px 8px;
	letter-spacing: .05em;
}
.footer_menu a:hover { 	
	color: #042755;
    background: #fff0;
	border: 1px #042755 solid;
}

/*版權欄位設定*/
.copy { background: #222; margin: 0;}
.copy a { color: #999;}
.copy a:hover { color: #999;}

@media screen and (max-width: 1024px) {
.footer .center { width: 80%; max-width: 600px;}
}
@media screen and (max-width: 768px) {
.footer .center { width: 85%; max-width: 560px; box-shadow: -5vw -15px 0 #ffffffa6;}
.footer_info li { padding: 10px;}
.footer_info li+li { margin-top: 0;}
.footer_info li:nth-child(2) { padding-right: 45px;}

/* 開啟手機板下方按鈕所需設定 */
#bottom_menu { background: #006eb5;}
#bottom_menu:hover { background: #9cbf52;}
#bottom_menu li:nth-child(n) { display: none;}
#bottom_menu li:nth-child(2) { display: block; border: 0;}
.footer.with_shopping_mode { padding: 100px 0 55px;}
#to_top { bottom:65px;}

/*手機板下方按鈕 換其它顯示文字*/
#bottom_menu li a { color: #fff;}
#bottom_menu li a em { display: none;}
#bottom_menu li:nth-child(n):after { font-size: 12px; line-height: 10px; display: block; margin: 0 0 15px; color: #fff;}
#bottom_menu li:nth-child(2):after { content: '立即來電';}
}

@media screen and (max-width: 600px) { 
.copy { padding-top: 7px;}
}
@media screen and (max-width: 375px) {
.footer .center { width: 100%; padding: 40px 0 5px;}
.footer_info { padding: 0 0 0 2%;}
.footer_info li p, .footer_info li p a { letter-spacing: .03em;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.contact_content { max-width: 1200px;}
.contact_content .information_left, .contact_content .information_right { width: 100%; padding: 1vw 4vw 1vw 2vw;}
.list_before { display: grid; grid-template-columns: 29% 35% 36%; margin-top: 15px; letter-spacing: .07em;}
.list_before.info li { padding: 0 0 0 55px;}
.list_before.info li:after { padding-left: 3px;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    position: absolute;
    display: block;
    width: 45px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    background: #7b9dcb;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding-bottom: 1px;
}
.contact_form { margin-top: 20px;}
.contact_form li.last blockquote, .contact_form li.last cite { border: 1px #224d85 solid; border-radius: 5px;}
.contact_form li.last blockquote { color: #224d85;}
.contact_form li.last cite { 
	background: linear-gradient(to right, #557fb1 0%, #224d85 100%);
    background: -moz-linear-gradient(to right, #557fb1 0%, #224d85 100%);
    background: -webkit-linear-gradient(to right, #557fb1 0%, #224d85 100%);
    background: -ms-linear-gradient(to right, #557fb1 0%, #224d85 100%);
}

@media screen and (max-width: 1024px) {
.list_before { grid-template-columns: 1fr 1fr;}
}
@media screen and (max-width: 768px) {
.contact_content .information_left, 
.contact_content .information_right { padding: 1vw 7vw 1vw 5vw;}
.list_before { grid-template-columns: 1fr;}
}
@media screen and (max-width: 600px) {
.contact_content {padding: 0;}
}
@media screen and (max-width: 400px) {
.list_before.info { width: 90%; letter-spacing: 0;}
.contact_content .information_left, 
.contact_content .information_right { padding: 0;}
}
@media screen and (max-width: 345px) {
.list_before.info li { padding: 40px 0 0; text-align: center;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before { left: 40%; margin-top: -30px;}
.list_before.info li:after { display: block;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main {
    margin: 0;
    box-shadow: 0 -10px 60px #3972c3;
    border-top: 1px solid #fff;
}
#content {
	background: bottom center no-repeat url(https://pic03.eapple.com.tw/0932524356/content_bg01.jpg);
    background-size: cover;
}
.bannerindex { position: sticky; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 1024px) {
.swiper-banner .swiper-slide img { width: 150%; max-width: 150%; margin-left: -20%;}
}
@media screen and (max-width: 768px) {
.bannerindex { padding: 0;}
}
@media screen and (max-width: 400px) {
.bannerindex { position: relative;}
.swiper-banner .swiper-slide img { width: 245%; max-width: 245%; margin: -6% 0 0 -36%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁標題共同設定*/
.blank_letter, h5.blog_le_t em, .subalbum-menu h2, 
.product_menu_list>h5, .prod_related h6 span:before, 
.module_i_album .title_i_box h4 {
    font-family: Noto Sans TC;
	font-size: 26px;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 1px;
}

/*內頁BANNER 設定*/
.banner {
    border-bottom: 2px solid #7b9dcb;
	min-height: 200px;
}
.banner h5 {
    padding: 120px 0 0;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 600;
    color: #004db3;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, .banner.banblog {
    background-image: url(https://pic03.eapple.com.tw/0932524356/ban01.jpg);
}
@media screen and (max-width: 1024px) {
.banner h5 { padding: 150px 0 0;}
}
@media screen and (max-width: 768px) {
.banner h5 { padding: 80px 0 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*編輯頁 path統一設定*/
.path { padding: 50px 20px 0; max-width: 1200px; margin: auto;}
@media screen and (max-width: 400px) {
.path { padding: 50px 10px 0;}
}

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
/*
.blog_le .accordion > li:hover, 
.blog_le .accordion > li.on_this_category {
    background: #42829c !important;
}
.blog_subbox {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.subbox_item a {
    display: flex;
    flex-direction: column;
	grid-gap: 5px;
}
.subbox_item a:before {
    content: 'MORE';
    font-family: 'Cormorant Infant', serif;
    font-size: 15px;
    color: #fff;
    background: rgb(63 134 164 / 60%);
    letter-spacing: .2em;
    writing-mode: vertical-lr;
    text-orientation: upright;
    width: 35px;
    height: auto;
    top: 45%;
    left: 84%;
    bottom: 18%;
    padding: 12px 5px 5px 8px;
}
.blog_list_le {
    border: 1px solid #e3e3e3;
    padding: 3px;
}
.blog_list_ri {
    padding: 3px;
    font-family: 'Noto Sans TC', 'sans-serif', '微軟正黑體';
}
.blog_list_ri h5 {
    font-weight: 400;
}
.blog_list_ri em {
    color: #63b9b8;
	font-weight: 300;
}
.subbox_item a:after {
    border: 0;
}
.subbox_item a:hover:before, .subbox_item a:hover:after {
    opacity: .8;
}

h4.blog_category_title {
    font-family: Noto Sans TC;
    font-weight: 500;
    color: #47839a;
    width: calc(100% - 130px);
}
.blog_shareData {
    width: 120px;
    position: absolute;
    top: 22px;
    right: 0;
}
.blog_back a.article_btn_back, .lastPage { background: #5791d6;}
.news_related_list { grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));}

@media screen and (max-width: 960px) {
.subbox_item { border: 0;}
}
@media screen and (max-width: 850px) {
.blog_subbox { grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));}
}
*/
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*作業案例 相簿設定*/
.show-list .item:hover .show_name { color: #4f9795;}
.other_album_choice li { background: #42829c;}
.album_fixed_title { background: #fff0;}


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product_menu_list { display: none;} 
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
.main_part { padding: 50px 20px 25px;}
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車 個別設定*/
.product-layer-two ul { grid-gap: 0;}
.product-layer-two > li { border-bottom: 0;}
.product-layer-two li i { display: none;}
.product-layer-two li a { color: #222;}
.product-layer-two li.active a { border: 0; background: #5290d9; color: #fff;}

.product-layer-two > li.active {
    background: #d1ecff;
    border: 1px solid #5791d6;
    margin-bottom: 20px;
	padding: 0;
}
.product-layer-two li ul { margin: 10px 0;}
.product-layer-two li ul { display: grid !important;}
.product-layer-two li li { padding-left: 10px;}
.product-layer-two li li, .product-layer-two li.active li a { background: #fff0;}
.product-layer-two li li:hover > a { color: #1a6ceb;}
.product-layer-two li li > a:before { margin-left: -10px;}
.product-layer-two li li:hover > a:before { background: #1a6ceb;}

.products-list .more { border: 1px solid #5791d6; color: #5791d6;}
.products-list .item a:hover .more { background: #5791d6;}
.blog_back a.article_btn_back, .lastPage, .animated-arrow { background: #2466c0;}


/*購物車 首頁設定*/
.prod_part { padding: 50px 20px 100px; border-top: 1px solid #2466bf;}
.prod_part section { max-width: 1600px;}
.pageIndex .products-list { grid-template-columns: repeat(6, 1fr);}
.prod_part:before {
    content: ": : :　最新商品　: : :";
    font-size: 26px;
    font-weight: 600;
    color: #5791d6;
    display: block;
    text-align: center;
}
.i_prod_tit span { display: none;}

@media screen and (max-width: 1024px) {
.pageIndex .products-list { grid-template-columns: repeat(4, 1fr);}
}
@media screen and (max-width: 768px) {
.prod_part { padding: 50px 20px 70px;}
.pageIndex .products-list { grid-template-columns: repeat(3, 1fr);}
}
@media screen and (max-width: 500px) {
.pageIndex .products-list { grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 325px) {
.prod_part:before { font-size: 8.2vw;}
}