@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

:root{
    --MainColor:#444;
    --SubColor:#f9f9f9;
    --SubColor2:#b2b2b2;
}

/*網站字體-------------------------------------*/
body{
    font-family: 'noto sans TC', sans-serif;
}

/*錨點滾動-------------------------------------*/
html { 
    scroll-behavior: smooth;
}
::-webkit-scrollbar { 
    width: 5px; 
}
::-webkit-scrollbar-track { 
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.169); 
    background-color: #ddd;
}
::-webkit-scrollbar-thumb {
     background-color:#333;
}

/*預設解除背景輪播-----------------------------*/
#content_main { 
    margin: 0; 
}
.bannerindex {
    position: static; 
    height: auto;
    width: 95%;
    max-width: 1800px;
    aspect-ratio: 2 / 1;
    margin: 0 auto;
    overflow: hidden;transition:all 0.3s;
}
.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}
.swiper-slide img { 
    height: auto; 
}

@media screen and (max-width: 768px) {
.bannerindex {
    padding: 0;
    margin: 0;
    width: 100%;
}
}

.edit_part {
  padding: 0;
}

/*新浮動隱藏*/
.info_fix {
  display: none;
}

/*大圖點點-------------------------------------*/
.swiper-pagination-bullet {
    display: none;
}


/*HEADER--------------------------------------*/
.header_area{
    background: #ffffff;
}
.header_area.sticky{
    background: #ffffff;
}

/*HEADER選單----------------------------------*/

.stellarnav > ul > li > a {
  padding: 5px 15px;
  color: #4c433f;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 14px;
  margin: 0 5px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 900;
}

.stellarnav > ul > li > a b{
    font-weight: 500;
}
.fa-envelope::before{
    display: none;
}
a.me_tp_mail{
    display: none;
}

/*選單最大寬度*/
.main_header_area .container{
    max-width: 90%;
}

@media only screen and (max-width: 768px) {
    .me_tp_features{
        margin: 0px 0 0;
    }
}

/*LOGO----------------------------------------*/
.nav-header{
    max-width: 190px;
}

/*手機版選單-----------------------------*/
.stellarnav .menu-toggle:after{
  display: none;
}
.stellarnav .menu-toggle, 
.stellarnav .call-btn-mobile, 
.stellarnav .location-btn-mobile, 
.stellarnav .close-menu{
  padding: 15px 10px;
}
.stellarnav .menu-toggle span.bars span{
  width: 30px;
  height: 1px;
  background: #333;
  border-radius:0;
  margin: 5px auto 4px;
}


/*購物車*/
.tp_links a { display: none;}
.me_tp_features {
  width: 100%;
  text-align: right;
  display: none;
}
.me_tp_features a {  margin: 0 23px;  color: #ffffff;transition: all 0.3s; }
.me_tp_features .box_search {  display: none;}
.sticky .me_tp_features a {   color: #ffffff; transition: all 0.3s; }



/* 商品下拉超過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個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*●●●●●●●●●●●●●●●●●●●●●●●●   FOOTER區塊   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
.footer .center {max-width: 1800px;width: 94%;}
.privacyLinks a {padding: 0 10px;}

/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/

.footer {
  background: #ffffff;
}
.footer .center {max-width: 1400px;}
.footer_info {
  grid-template-columns: 200px 1fr;
  grid-gap: 40px 110px;
  padding-right: 0;
}
.footer_info ul {display: grid;grid-template-columns: 3fr 1fr;}
.footer_info li {padding: 0;}

.footer_info li:before {
  display: block;
  font-size: 16px;
  color: #ad876d;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-weight: 600;
}
.footer_info li:nth-child(1):before{content: "COMPANY INFO";}
.footer_info li:nth-child(2):before{content: "QUICK LINKS";}
.footer_info li p,.footer_info li p a{color: #eee;}
.footer_info li p {display: inline-block;width: 48%;vertical-align: top;}
.box_link{display: none;}
.footer_menu a {width: 45%;border: none;background: transparent;color: #565656;font-size: 13px;transition: all .5s;}
.footer_menu a:first-child{display: none;}
.footer_menu a:hover{background: transparent;color: #ae886b;}
.copy,.copy a{font-size: 10px;color: #ffffff;}
.copy {
  background: #ae886b;
  border-top: 1px solid #ffffff;
  padding: 15px 0;
  margin-top: 25px;
}

.footer_info li p, .footer_info li p a {
  color: #565656;
}
    
@media screen and (max-width: 1200px){
	.footer_logo > a {width: 130px;height: 105px;}   
	.footer_info {grid-gap: 60px;}
	.footer_info ul {grid-template-columns: 1fr;gap: 50px;}
	.footer_menu a {width: 24%;padding: 10px 10px 10px 0;margin: 0;}
}
@media screen and (max-width: 1024px){
	.footer_logo {max-width: 75%;}
	.footer_logo > a {margin: 0 auto;}    
	.footer_info {grid-template-columns: 1fr;}
}
@media screen and (max-width: 768px){
	.footer {background-position: 30%;background-size: inherit;}
	.footer_info {grid-gap: 30px;}
	.footer_info li p {width: 100%;}
	.footer_menu a {width: 30%;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


.banner {
  background-image: url(https://pic03.eapple.com.tw/jingchuan/bn_01.jpg);
  position: relative;
    height: 10vw;
    background-size: cover;
    animation: scale 10s both;
    background-position: center !important;
    /*background: linear-gradient(to left, #aaaaaa, #d0d0d0);*/
    border-radius: 0px 0px 80px 80px;
    min-height: 430px;
}
.banner h5 {
    color: #ffffff;
    letter-spacing: 5px;
    position: absolute;
    top: 140px;
    right: 82px;
    font-weight: 400;
    font-size: 25px;
    display: none;
}

/*
.banner.banA {}
.banner.banB {background-image: url(https://pic03.eapple.com.tw/jingchuan/bn_01.jpg);}
.banner.banC {background-image: url(https://pic03.eapple.com.tw/jingchuan/bn_01.jpg);}
.banner.banD {}
.banner.banE {}
.article_a .banner.banblog {background-image: url(https://pic03.eapple.com.tw/jingchuan/bn_01.jpg);}
.article_b .banner.banblog {background-image: url(https://pic03.eapple.com.tw/jingchuan/bn_01.jpg);}

*/
.other_select_page.bodyDesktop .banner h5{}

@keyframes scale{  
  0% {
    background-size: 108%;
  }
  100% {    
    background-size: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .banner {    min-height: 200px; display: none;}
  .banner h5 {    font-size: 22px;      right: 50px; top: 130px; }
}
@media screen and (max-width: 768px) {
  .banner {    min-height: 150px;}
  .banner h5 {  position: relative; right: 0px;  top: 28px; font-size: 17px; }
}
@media screen and (max-width: 600px) {
  .banner {  min-height: 26vw;    }
}
@media screen and (max-width: 425px) {
}
/* = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁文章*/
.module_i_news .title_i_box h4 {  
  font-weight: 600;
  letter-spacing: 2px;
  color: #a33535;
  padding: 10px 30px;
  border-radius: 15px;
}
.module_i_news ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
}
.i_prod_tit {  letter-spacing: 4px;     display: none;}/*標題隱藏*/
.module_i_news li{
  padding: 10px;
  background: #ffffff;

  border: 1px #5f5f5f solid;
}
.module_i_news li a {  display: block;}
.module_i_news li a:after{background: unset;    border: 0;}
.module_i_news li a:before {  color: #918077;}

.i_blog_le { }
.i_blog_le img{transition: all 0.5s;}
.i_blog_le img:hover{transform: scale(1.1);  transition: all 0.5s;}

/*文章-----------------------------------------*/
.blog_page .main_part {   max-width: 1400px;}
.blog_subbox {grid-template-columns: 1fr;}
.subbox_item{        
  
}
.subbox_item a{     grid-template-columns: 300px 1fr; }
.subbox_item a:before {
  bottom: 30px;
  right: 25px;
  font-size: 12px;
  color: #DBB795;
}
.submenu li.on_this_category a, .submenu a:hover {  background: #0a0a0a;}

.blog_back {grid-gap: 45px;}

.blog_back a.article_btn_next {     background: none;    color: #ccc;    border-bottom: 1px #ccc solid;}
.blog_back a.article_btn_prev {      background: none;    color: #ccc;    border-bottom: 1px #ccc solid;}
.blog_back a.article_btn_back {      background: none;    color: #ccc;    border-bottom: 1px #ccc solid;}
.blog_back a.article_btn_next:hover {   font-weight: 900;    color: #AE886B;    border-bottom: 2px #AE886B solid;}
.blog_back a.article_btn_prev:hover {   font-weight: 900;     color: #AE886B;    border-bottom: 2px #AE886B solid;}
.blog_back a.article_btn_back:hover {    font-weight: 900;    color: #AE886B;    border-bottom: 2px #AE886B solid;}

.blog_le .accordion { border: 0; border-radius: 0px;}
.blog_list_ri {
    display: block;
    padding: 25px 25px;
}
.blog_list_ri:hover {    border-top: 3px #313131 solid;}

.blog_list_ri h5{    color: #434343;   font-weight: 600; font-size: 26px;}
.blog_list_ri em{color: #afafaf;}

h4.blog_category_title {  color: #6b6a69;}
h5.blog_le_t {  text-align: center;}
h5.blog_le_t span{display:none;}
h5.blog_le_t em{color: #453c3d;}

.articel_mainPic {    display: none;}/*文章內頁封面*/
.articel_mainPic img {    max-width: 85%;    margin: auto;}

.subbox_item a:after {  background: unset;    border: 0;}
.blog_search input[type=search] {    border-radius: 0px;}

.lastPage{    background: #6b6a69;}

/*文章圖片放大*/
.subbox_item a img {
  transition: all 0.5s;
}
.subbox_item a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.blog_list_le {  overflow: hidden;}
.subbox_item a:after{    background: rgb(255 255 255 / 0%);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a{    color: #fff !important;  background: #5f5f5f;}

@media screen and (max-width: 768px) {
  .module_i_news ul {    grid-template-columns:1fr ;}
  .blog_subbox {    grid-template-columns:  1fr;}

  .module_i_news li a:before {display: none;}

  .subbox_item a {  grid-template-columns: 160px 1fr;}
  .subbox_item a:before{display: none;}
  .blog_list_ri {    padding: 5px 5px;    border-top: 2px #ccc solid;}
  .blog_list_ri h5 {    font-size: 18px;}
  .articel_mainPic img {  max-width: 100%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 相簿管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--相簿管理 / 共同設定---------------------------------------*/

.album_page .main_part, .album_class_page .main_part { max-width: 1600px; width: 96%;}

/*--相簿管理 / 首頁---------------------------------------*/
.i_album_list li a p { background: #000000cc; color: #FFF; font-size: var(--f16); transition: var(--Transition);}
.i_album_list li:hover p { background: #AE886B; transition: var(--Transition);}

/*--相簿管理 / 主分類---------------------------------------*/

/*項目排序*/
.clearfix { }
.clearfix:hover a:hover:after { opacity: 0; transition: var(--Transition);}
.clearfix:hover a:after { opacity: 1; transition: var(--Transition);}

/*項目*/
.show-list { grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));}
.show-list .item { padding: 0; margin: auto 0; background: transparent; transition: var(--Transition);}
.show-list .overlay { opacity: 1; transform: scale(1); transition: var(--Transition);}
.show-list .item:hover .overlay { opacity: 0; transition: var(--Transition);}

/*圖片*/
.show-list .show_pic { line-height: 260px; padding: 0; padding-bottom: 0;}
.show-list .show_pic img:hover { transform: scale(1.1);}

/*名稱*/
.show-list .show_name {
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: var(--f16);
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: #00000088;
  border: none;
  transition: var(--Transition);
}
.show-list .item:hover .show_name { color: #fff; opacity: 1;}

/*--相簿管理 / 次分類---------------------------------------*/

/*相簿名稱*/
.subalbum-menu h2 { color:var(--MainColor); font-size: var(--f24); letter-spacing: 2px;}
.block { display: none;}

/*項目排序*/
.other_subalbum { display: grid; gap: 20px; grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));}
.other_subalbum li { width: 100%;}
.other_subalbum:hover li a img { opacity: .6; transition: all 0.5s ease-out;}
.other_subalbum li a img { transition: all 0.5s ease-out;}
.other_subalbum li:hover a img { opacity: 1; transition: all 0.5s ease-out;}

/*項目名稱*/
.other_subalbum li a p { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 16px; color: #FFF; margin-top: 10px; letter-spacing: var(--LetterSpacing_S); transition: var(--Transition);}
.other_subalbum li:hover a p { opacity: 0; letter-spacing: 2px; transition: all 0.5s ease-out;}

/*其他相簿*/
.fa-image::before { color: var(--FontColor_3);}
.album_fixed_title { background: transparent;}
.album_fixed_title span:before { content: '觀看更多'; color: var(--FontColor_3); font-size: 16px; letter-spacing: 2px;}

.other_album_choice li { background: var(--MainColor);}
.other_album_choice li a { color: #fff;}

/*--相簿管理 / 內頁---------------------------------------*/

/*瀑布流*/
.album_info_page .main_part { max-width: 1980px;}
.album_descrip p { color: var(--FontColor_1); font-size: 16px;}
.album_info_page .pic-list { display: block; column-count: 3; column-gap: 20px;}
.album_info_page .pic-list .item { transition: var(--Transition);}
.album_info_page .pic-list:hover .item { opacity: .6; transition: var(--Transition);}
.album_info_page .pic-list:hover .item:hover { opacity: 1; transition: var(--Transition);}
.album_info_page .pic-list .show_pic { aspect-ratio: auto;}
.album_info_page .pic-list .item .show_pic img { object-fit: unset; transition: var(--Transition);}
.album_info_page .pic-list:hover .item:hover .show_pic img { transform: scale(1.1); transition: var(--Transition);}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1024px) {
  .show-list, .other_subalbum { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}
@media screen and (max-width: 768px) { }
@media screen and (max-width: 480px) { }


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/* 商品頁面 / 模組預設  */

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1800px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%;}
.product_page .product_menu_list { position: relative; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/}
.product_page .products-list, .product-wrapper { width: 100%; grid-template-columns: repeat(auto-fill, minmax(450px, 1fr)); gap: 0;}
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 0.5s;}
.product-layer-two li li a { padding: 5px 10px; transition: all 0.5s;}
.product-layer-two li li:hover > a { background:#fff; color:#676767; transition: all 0.5s;}
.product-layer-two > li { display: inline-block; padding:0; text-align:left;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}
.product_info li span {display: none;}

.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: 10px; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%); transition: all 0.5s;}
.product-layer-two li li:hover > a:before { background: #676767; transition: all 0.5s;}

.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;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {}
@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) {}

/* = = = 商品頁面 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
/*首頁*/
.pageIndex .products-list {  grid-template-columns: repeat(3, 1fr);}
.prod_part section {    max-width: 1800px;}

/*--分類---------------------------------------*/

.prod_part {    background: #fff;}

.product_page .product_menu_list > h5 { color: #676767; font-size: 20px;}

.product-layer-two { text-align: center;}
.product-layer-two li a { font-size: 16px; color: #434343; background: #ffffff; border: 1px solid #434343; border-radius: 10px;}
.product-layer-two li.active a { font-weight: 400; }
.product-layer-two li a:hover { color: #676767; transition: all 0.5s;}
.product-layer-two li li { background: transparent;}
.product-layer-two li li a { background: transparent; font-size: 14px;}
.product-layer-two li i { color: #3a3a3a; display: none;}

/*--商品項目---------------------------------------*/
.products-list {   grid-gap: 5px;}
.products-list .item { padding: 1% 2%;}
.products-list .item a{    padding-bottom: 0px;}

.products-list .pic { aspect-ratio: 4 / 3;     border-radius: 20px;}
.products-list .pic img {   transform: scale(1);    transition: all .5s;}
.products-list .pic img:hover {    transform: scale(1.05);    transition: all .5s;}
.products-list .name { color: #666; font-weight: 600; font-size: 16px; height: 51px; text-align: center; transition: all 0.5s;}
.products-list .item:hover .name { opacity: .8; letter-spacing: 1px; transition: all 0.5s;}

/*價格*/
.products-list .price { margin-bottom: 5px;}
.products-list .price b { margin: 0 5px; line-height: 10px; color: #676767;}
.products-list .price b.ori_price { font-size: 14px; color: #3a3a3a;}
.products-list .price b.sp_price { color: #676767;}

/*詳細資料*/
.products-list .more { position: relative; border: none; color: transparent; display: none;}
.products-list .item a:hover .more { background: transparent;}
.products-list .more::before {
  content: 'VIEW MORE';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  letter-spacing: 2px;
  color: #aaa;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  transition: all 0.5s;
}
.products-list a:hover .more::before { color: #676767; transition: all 0.5s;}

/*--商品內頁---------------------------------------*/

.sidebarBtn h2, .mobile_product_name { color: #676767; font-weight: 600; font-size: 24px;  letter-spacing: 1px;}
.product-wrapper { display: flex; flex-direction: column;}

/*輪播*/
.product_main { width: 100%; order: 1;}
.product_pic { padding: 0;}
.swiper-wrapper { height: auto;}
.proImgSwiper { aspect-ratio: auto;}
.block { background: #676767;}
#prod_thumbSwiper { display: none;}

/*側邊資訊*/
.sidebarBtn {      width: 100%;  border: 0; order:2;      padding: 40px 0 0 0;}
.sidebarBtn .price { color: #888; font-size: 22px;}
.sidebarBtn .price span { font-size: 16px;}
.sidebarBtn .price span:first-of-type { text-decoration: line-through;}
.product_info li .txt_box {    color: #212121;}
.toShare {   display: none;}

/*按鈕顏色*/
.inquiry_a1 { background: #777; transition: all 0.5s;}
.inquiry_a2 { background: #333; transition: all 0.5s;}
.inquiry_a3 { background: #676767; transition: all 0.5s;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover { background: #777; color: #666; transition: all 0.5s;}

/*內文編輯區*/
.prod_tabs { order: 3; margin-top: 10px;}
.pd_tabTitle { display: none;}

.pd_tabTitle li a { font-size: 16px; color: #666;}
.pd_tabTitle li::after { background: #9b9b9b;}

.pd_tabTitle li.activeTab a { font-size: 16px; color: #676767; font-weight: 900;}
.pd_tabTitle li.activeTab::after { background: #676767;}

.pd_tabInner_contain .edit { color: #666; letter-spacing: 2px; text-align: justify; line-height: 150%;}

/*--RWD---------------------------------------*/
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 980px) {
  .pageIndex .products-list {  grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 768px) {
  .pageIndex .products-list {  grid-template-columns: repeat(1, 1fr);}
  /*模組預設*/
  .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 .products-list, .product-wrapper {   grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));}
  .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) {}

/* = = = 商品訂購/詢價 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*按鈕*/
.total_amount .rewrite_simple, .total_amount .send_simple { font-size: 16px;}
.rewrite_simple { background: #3a3a3a url(../images/simple_left.png) 10% center no-repeat; background-color: #333; transition: all 0.5s;}
.send_simple { background: #676767 url(../images/simple_right.png) 88% center no-repeat; transition: all 0.5s;}
.rewrite_simple:hover, .send_simple:hover { opacity: .6; transition: all 0.5s;}

/*--購物車---------------------------------------*/

/*商品列表*/
.shopping-cart .cart_head { }
.shopping-cart .cell { font-size: 16px; color: #666;}
.shopping-cart .cell.product_name p { color: #666; font-size: 16px;}
.fa-lg { color: #666;}

/*小計*/
.total_amount li:nth-child(1), .total_amount li:nth-child(2) { color: #666; font-size: 16px;}

/*匯款資料*/
.car_page .information_left { display: block; margin: 20px 0 0;}
.car_page .blank_letter.i { position: relative; color: #666; font-size: var(--f24); padding: 0;}
.car_page .blank_letter.i::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: calc(100% - 200px);
  height: 1px;
  background: #9b9b9b;
}
.list_before.account li { color: #666; font-size: 15px;}
.contact_le_map { display: none; background: #676767;}/*聯絡表單*/

/*--訂購資料---------------------------------------*/

/*訂購資料*/
.formbox_form li .form__label { color: #666; font-size: 15px;}
.form label { display: flex; align-items: center; color: #666; font-size: 15px;}/*單選*/
.border200 { color: #444;}
.form label.Bigcheck { display: flex; align-items: center; color: #666; font-size: 15px;}/*同訂購人*/

/*小計*/
.total_amount li { color: #666; font-size: 16px;}
.total_amount li input[name=DiscountCode] { color: #444;}/*折扣碼*/
.total_amount li#DiscountStr span { color: #6d4949;}/*折扣碼使用狀況*/
.total_amount li.red { color: #6d4949;}

/*確認訂購*/
.declaration { background: #676767; border-radius: 10px;}

/*--訂單成立---------------------------------------*/

/*按鈕*/
.pay_text a.animated-arrow { background: #333;}

/*匯款*/
.order_pay .blank_letter, .order_pay .information_left { color: #666; font-size: 24px;}
.pay_text a { border: 1px solid #9b9b9b; font-size: 16px; transition: all 0.5s;}
.pay_text a:first-child:hover { background: #696d69; transition: all 0.5s;}
.pay_text a:last-child:hover { background: #676767; transition: all 0.5s;}

/*商品訂單*/
.order_list_tit b { color: #676767; font-size: 28px;}
.order_list_tit span { color: #3a3a3a; font-size: 12px;}

.order_list_tab tbody { border: 1px solid #9b9b9b;}
.order_list_tab td { color: #666; font-size: 15px; border-top: 1px solid #9b9b9b;}
.order_list_tab td:nth-child(1) { color: #444; font-size: 15px;}
.order_list_tab td:last-of-type { border-bottom: 1px solid #9b9b9b;}

.payer { background: transparent;}

/*購物清單*/
.order_list_head p { color: #676767; font-size: 28px; border-bottom: none;}

.order_list_pro tr:first-child { background: #676767;}
.order_list_pro tr:first-child td { color: #666; font-size: 14px;}

.order_list_pro td { color: #666; font-size: 14px;}
.last_box_money em span { color: #fff; font-size: 28px;}

/*--匯款頁面---------------------------------------*/

/*--RWD---------------------------------------*/
@media screen and (max-width: 768px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁聯絡我們*/
.i_contact_box{background: #e4eef7;     padding: 100px 20px;}
.contact_content .information_left {    width: 100%; display: none; }
.pageIndex .contact_content .information_right {     
  padding: 3% 3%;
  border: 2px #666 solid;
  border-radius: 20px;
  background: #ffffffad;
}
.pageIndex .contact_content .information_left {display: none;}
.pageIndex .contact_form li:has(input[type=checkbox]) .form__insert, .pageIndex .contact_form li:has(input[type=radio]) .form__insert { grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(150px, 1fr));}
/*聯絡我們*/
.contact_content {    width: 1400px;     margin: 0px auto 140px;    padding: 0px 0px;}
.contact_form li input.noborder {   border: unset; background: unset;}
.contact_form li textarea.noborder {    border: unset; background: unset;}
.contact_form li {
    display: block;
    border-bottom: 1px solid #C2BCB4;
    padding-bottom: 10px;
    width: 48%;
}
.contact_form li .form__label {   color: #393b38; text-align: left; margin-bottom: 5px;     max-width: 100%; font-weight: 600;}
.contact_form li.last cite {    background:#666;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px#666 solid;}
.contact_content .information_right { width: 100%;  padding: 60px;   border: 1px #666 solid;   }
.contact_form {  grid-gap: 20px; display: flex;      flex-wrap: wrap;}
.contact_form li.last {  justify-content: center;}
.contact_editbox {   padding: 0px;}
.blank_letter {  color: #666;     padding-top: 5px;}

.list_before { display: inline-block;  width: 36%;}
.contact_le_nomap {  display: inline-block; width: 61%;}

@media screen and (max-width: 1440px) {
  .contact_form li {    width: 47%;}
}
@media screen and (max-width: 1024px) {
    .contact_content .information_right {   width: 100%;}
}
@media screen and (max-width: 825px) {
    .list_before.info li {    width: 90%; }
}
@media screen and (max-width: 768px) {
  .pageIndex .contact_form li:has(input[type=checkbox]) .form__insert, .pageIndex .contact_form li:has(input[type=radio]) .form__insert {   grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100px, 1fr));  }
  .contact_content { width: 100%;}
  .contact_page .contact_content {   padding: 0px 15px;}
    .contact_content .information_right { padding: 12px; }
    .contact_form li .form__label {     width: 100%;      max-width: 100%;  }
    .contact_form li .form__insert {  width: 90%;}

    .list_before.info {    margin-right: 0%;  }
    .list_before { display: inline-block;  width: 100%;}
    .contact_le_nomap {  display: inline-block; width: 100%;}


}
@media screen and (max-width: 600px) {
    .contact_form li .form__label {   text-align: left;  margin-bottom: 5px;}
    .contact_form {     display: grid;}
    .contact_form li {      width: 100%;  }
    .contact_form li .form__label {         background: #ebebeb;     color: #666;}
  }

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:30px 0 20px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}




