 @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 img 
{max-width: 85%;
    margin-top: 7px;
    margin-left: 20px}
	
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/*上面顏色*/
.main_header_area {
    background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px -1px 10px rgb(0 0 0 /10%);}

.nav-brand {
    display: inline-block;
    width: 155px;}

.nav-header {
    position: absolute;
    z-index: 125;
    top: 10px;
    left: 0;}
	
.nav-brand {
    display: inline-block;
    width: 220px;}

.me_tp_features {
    width: 100%;
    text-align: right;
    margin-bottom: 7px;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice, .tp_links { display: none;}
.stellarnav > ul > li > a {
    padding: 0 15px 0px 0;
    color: #726D6F;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    margin: 0px 25px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;}

/*標籤*/		
.stellarnav li li{position:relative;}
.stellarnav li li:after{position:absolute;content: "";    left: 0;bottom: 0;width:0%;height: 2px;background-color:#132349;    transition:0.6s;}
.stellarnav li li:hover:after{width:100%;}
.stellarnav li.has-sub > a:after { top: 60%;}

.nav-dropdown>li>a:hover{border-bottom:1px #000 solid;}

.stellarnav ul ul { width: 200px;}
.stellarnav > ul > li.drop-left > ul { max-height: 600px; overflow-y: scroll;}
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #777;
    font-size: 14px;
	letter-spacing: 4.5px;
    width: 100%;
	text-align:center;}

	
/*footer*/	
.box_link {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    display: none;}
	
.footer_logo img {
    width: 200px;}

.footer_info li p {
    line-height: 175%;
    letter-spacing: 1px;
    color: #999;}

.footer {
    padding: 50px 0 0;
    border-top: 1px #fff solid;
    background: #fff;}

.footer_menu a {
    border: none;
    border-right: 1px #ccc solid;
    color: #999;
    background: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 2px 10px;
    margin: 0;
    transition: 0.5s;}
	
.footer { padding: 50px 0 0; border-top: 1px #f5f3f0 solid; background: #f5f3f0;}
.footer_info li p { line-height: 200%;color: #333;}
.footer_info li:nth-child(2) {width: 100%; margin: 20px 0 16px -10px;}
	
.footer {
    padding: 50px 0 0;
    border-top: 1px #fff solid;
    background: #f5f5f5;}
	
.copy {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-top: 15px;
    padding: 15px 0;
    background: rgb(143 143 143 / 90%);
    border-top: 1px #eee solid;}
	
.copy a { color: #ffe5b8;}
	
/*文章*/
h5.blog_le_t {
    font-size: 24px;
    font-weight: 500;
    color: #999;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 14px;
    padding: inherit;}
	
.accordion li .link:hover { background: #132349f5;}

.other_album_choice li {
    background: #6e7f9a;
    font-size: 15px;
    display: inline-block;
    border-radius: 18px;
    padding: 7px 20px;
    margin: 0 7px 7px 0;}
	
/*聯絡*/
.contact_le_map a {
    display: block;
    background: #132349;
    text-align: center;
    padding: 10px;
    color: #fff;}

.contact_form li.last cite {
    background: #132349;
    color: #fff;}
	
.contact_form li.last blockquote, .contact_form li.last cite {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #726d6f2e solid;
    width: 150px;}

.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    letter-spacing: 4px;
    line-height: 27px;}

.contact_form li .form__label {
    width: 120px;
    margin-left: -130px;}
.contact_form li {
    padding-left: 120px;}
input {
    margin: 0px 0px 0px 10px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 280px 0;}
	
.banner h5 {display:none}

.banner.banA {}
.banner.banB {}
.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 280px 0;}
	
.banner.banD {}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 280px 0;}
	
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 1715px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 240px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 240px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 240px 0;}
	
}


@media screen and (max-width: 1319px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 194px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 194px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 194px 0;}
	
}


@media screen and (max-width: 1139px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 173px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 173px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 173px 0;}
	
}


@media screen and (max-width: 820px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 0;}
	
}

/**/

#bottom_menu li:first-child:nth-last-child(3) { width: 100%;}
#bottom_menu > li:not(#bottom_menu > li:first-child) { display: none;}/*手機板隱藏購物車、匯款通知*/

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */

#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }

#to_top { bottom:60px;}
.nav-header {
    position: static;
    text-align: center;}
.footer_logo img {
    width: 185px;}
	
.stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu {
    padding: 30px;
    box-sizing: border-box;}

.stellarnav li li {
    display: block;}

.stellarnav li li:hover:after {width: 100%;}

.stellarnav li li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%; height: 2px;
    background-color: #132349;
    transition: 0.6s;}

.stellarnav.mobile ul { background: #ffffffdb;}

.stellarnav.mobile li.open {
    background: #d9dbdf;
    padding: 3px;}

/*聯絡*/
.contact_le_map a {
    display: flow-root;
    background: #132349;
    text-align: end;
    padding: 10px;
    color: #fff;
    width: max-content;}

.blank_letter {
    font-family: 'Josefin Sans','sans-serif','微軟正黑體';
    padding-top: 30px;
    font-size: 25px;
    color: #726D6F;
    background-position: left bottom;
    background-repeat: no-repeat;}
	
.list_before {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444444bd;
    display: block;
    width: 100%;
    position: relative;}
	
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444444bd;}
	
.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    letter-spacing: 4px;
    line-height: 27px;}

.contact_form li .form__label {
    width: 120px;
    margin-left: -130px;}
.contact_form li {
    padding-left: 120px;}
input {
    margin: 0px 0px 0px 10px;}

.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 113px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 113px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 113px 0;}
}


	
@media screen and (max-width: 629px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;}
	
}

@media screen and (max-width: 609px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 89px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 89px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 89px 0;}
	
}

@media screen and (max-width: 539px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 78px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 78px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 78px 0;}
	
}

@media screen and (max-width: 495px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 71px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 71px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 71px 0;}
	
}

@media screen and (max-width: 414px) { 
.banner {
	background-image: url(https://pic03.eapple.com.tw/fuding/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 61px 0;}
	
.banner h5 {display:none}

.banner.banC { 
    background-image: url(https://pic03.eapple.com.tw/fuding/contact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 61px 0;}

.banner.banE {
    background-image: url(https://pic03.eapple.com.tw/fuding/cases.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 61px 0;}
	
}

/* = = = 購物車 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--首頁、外層 共同設定---------------------------------------*/

.products-list { display: grid; gap: 10px; grid-template-columns: repeat(4,1fr); margin: auto;}
.products-list::before { content:none;}
.products-list .item { width: 100%;}

/*--首頁區塊---------------------------------------*/

.prod_part { max-width: 1600px; width: 100%;}
.prod_part .i_prod_tit { margin-bottom: 20px;}

/*英文標題*/
.prod_part .i_prod_tit h2 { display: none; color: #444444;}

/*中文*/
.prod_part .i_prod_tit span { position: relative; color: #132046; font-weight: 600; letter-spacing: 1px; padding: 10px 20px; background: #666666;}
.prod_part .i_prod_tit span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60vw;
    height: 1px;
    background: #4C4A4A;
    z-index: -1;
}

/*按鈕*/
.i_prod_b a.animated-arrow { background: transparent; border-radius: 15px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover { background: transparent;}
.i_prod_b a.animated-arrow b { color: #666365; font-weight: normal; letter-spacing: 3px; transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow:hover b { transition: .3s ease-in-out;}
.i_prod_b a.animated-arrow i { color: #888888;}

/*--購物車/外層---------------------------------------*/

/*顏色*/
.products-list .more { border: 1px solid #132046; color: #132046;}
.products-list .item a:hover .more { background: #132046;}

/*名稱*/
.products-list .name { color: #132046; font-size: 16px; font-weight: 600; font-size: 16px; height: 51px;}

/*價格*/
.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: #132046;}
.products-list .price b.ori_price { font-size: 14px; color: #888888;}
.products-list .price b.sp_price { color: #132046;}

/*外層版面*/
.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-layer-two li { margin: 0 0 10px; width: 100%; padding: 0 10px;}
.product-layer-two li a { color: #444444; padding: 5px 25px; border: none; border-bottom: 1px dotted transparent; background: transparent; font-weight: 600; line-height: 200%; padding-left: 25px; transition: all 0.3s;}
.product-layer-two li:hover a { color: #132046;}
.product-layer-two li.active a { color: #132046; border: none;}

.product-layer-two li.active { background: transparent; border: 1px solid #132046; border-radius: 10px;}
.product-layer-two li.active li a { color: #666666; border: unset;}
.product-layer-two li:hover a:before { background: #132046; color: #CCCCCC;}
.product-layer-two li.active > a:before { background: #132046; color:#CCCCCC;}
.product-layer-two > li > a:before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    width: 18px;
    padding: 0 0 0 2px;
    font-size: 10px;
    text-align: center;
    color: #132046;
    background: #CCCCCC;
    transition: 0.3s ease-in-out;    
}

/*次分類*/
.product-layer-two li ul { position: relative; padding-top: 1px;}
.product-layer-two li:hover ul { border: none;}
.product-layer-two li li { border: none; background: transparent; transition: .3s ease-in-out;}
.product-layer-two li li a { background: transparent; color: #666365; transition: .3s ease-in-out;}
.product-layer-two li li:hover a { color: #132046; transition: .3s ease-in-out;}
.product-layer-two li.active li:hover a { color: #132046;}

/*次分類hover箭頭*/
.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 8px;
    background: #4C4A4A;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    opacity: 1;
    transition: .3s ease-in-out;
}
.product-layer-two li li:hover > a:before { opacity: 1; transition: .3s ease-in-out;}
.product-layer-two li.active li > a:before {background: #666666;}

/*次分類直接開啟*/
.product-layer-two li li { display: block;}

/*頁碼*/
.product_page .page { width: 100%;}

/*--購物車/內層---------------------------------------*/

.product_info_page .main_part { width: 90%;}
.mobile_product_name { color: #132046; font-size: 24px; text-align: center;}

/*分類*/
.product_info_page .product-layer-two { display: none;}

/*輪播小圖*/
.block { background: #132046;}

/*按鈕顏色*/
.inquiry_a1, .inquiry_a2, .inquiry_a3 { display: none;}
.inquiry_a1 { background: #4C4A4A; transition: .3s ease-in-out;}
.inquiry_a2 { background: var(--SubColor_2); transition: .3s ease-in-out;}
.inquiry_a3 { background: #132046; transition: .3s ease-in-out;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #444444; color: #132046; transition: .3s ease-in-out;}

/*商品照輪播*/
.product_main { /*width: 100%;*/ overflow: hidden;}
.product_pic h6 { display: none; color: #444444;}
.product_pic #bx-pager .block { background: #444444;}
.product_pic .bx-wrapper .bx-viewport { background: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 5px;}
.product_pic .bx-wrapper .bx-viewport li img { margin: auto;}

/*商品側邊規格*/
/*.sidebarBtn { display: none;}*/
.sidebarBtn { border: 1px solid #CCCCCC; background: #F7F7F7; border-radius: 5px;}
.sidebarBtn h2 { color: #132046; font-size: 24px;}
div#number_area { color: #888888;}
.sidebarBtn .ori_price { font-size: 16px; color: #888888; text-decoration: line-through;}
.sidebarBtn .sp_price { font-size: 16px; color: #4C4A4A;}

/*.product_info li:nth-of-type(2) { display: none;}數量*/
.product_info li .txt_box { color: #444444; width: 100%;}
.radio-inline__label { color: #666365;}
.product_info li span, .toShare { color: #666365;}

/*區塊*/
.prod li { color: #444444; text-align: center;}
.prod li .prod-panel { color: #444444; margin: 20px 0 40px; text-align: justify;}

/*內文*/
ul.prod li h3.prod-thumb { display: none; background: transparent; color: #666365; border-bottom: 1px solid #CCCCCC; padding: 5px 5px 15px;}
.prod-panel { color: #666365; letter-spacing: 1px; text-align: justify; line-height: 150%;}

/*Q&A*/
/*.prod li.prod-item:not(.is-active) { display: none;}隱藏*/
.half_box span { color: #444444; font-size: 15px;}/*題目*/
.qaform .breakF { background: transparent; counter-reset: #444444;}/*輸入框*/
.half_box ul li { text-align: left;}
.half_box ul li img { margin-left: 10px; /*filter: invert(1) brightness(3.4) grayscale(1);*/}/*驗證碼*/

.lastaction { color: #666666; background-color: #4C4A4A; transition: .3s ease-in-out;}
.lastaction:hover { color: #666666; background-color: #444444; transition: .3s ease-in-out;}
.nextaction { background-color: #132046; transition: .3s ease-in-out;}
.nextaction:hover { color: #666666; background-color: #444444; transition: .3s ease-in-out;}

/*相關推薦*/
.prod_related { background: transparent; text-align: center;}
.prod_related h6 { color: #132046; border-bottom: 2px solid #4C4A4A88; padding: 5px 5px 15px; display: inline-block;}
.prod_related h6 span:before { font-size: var(--f20); color: #132046;}
.related_list { display: grid; grid-template-columns: repeat(4,1fr);}
.related_list li { padding: 7px 7px 22px; overflow: hidden; width: auto; transition: .3s ease-in-out;}
.related_list li:hover { opacity: 0.6; transition: .3s ease-in-out;}
.related_list li a { max-height: 300px; background: transparent;}
.related_list li a img { max-height: 250px;}
.related_list li a p { margin-top: 10px; color: #444444;}

/*上一頁*/
.lastPage { background: transparent; border: 1px solid #132046; color: #132046; transition: all 0.3s;}
.lastPage:hover { color: #666666; background-color: #4C4A4A; border: 1px solid #4C4A4A; transition: all 0.3s;}

/*--詢價車---------------------------------------*/

/*回產品頁*/
.rewrite_simple { background: #4C4A4A url(../images/simple_left.png) 10% center no-repeat; transition: .3s ease-in-out;}
.rewrite_simple:hover { opacity: 0.6; transition: .3s ease-in-out;}

/*送出詢價*/
.send_simple { background: #132046 url(../images/simple_right.png) 88% center no-repeat; transition: .3s ease-in-out;}
.send_simple:hover { opacity: 0.6; transition: .3s ease-in-out;}

/*--購物車/訂單設定---------------------------------------*/

.car_page .information_left { display: block;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .product_page .main_part { padding: 50px 0;}
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) {
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}