@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 {}
*/

/*手機LOGO
.nav-brand-m {}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;   background: url(https://pic03.eapple.com.tw/changrong/ch-bg01.jpg) no-repeat top center fixed;   background-size: cover;}
.bannerindex { position:relative; 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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*基本設定*/
.page {  margin: 0px;}
.pageIndex .main_part { border-top: 0px solid #ccc;}
.main_header_area .container {  max-width: 1400px;}
.main_part {    padding: 0px 0px 0px;  }


/*中間小標刪除*/
.path { display:none;}

/*header最右側icon*/
.nav-menu>li:last-child {display:none;}
.tp_links a {    DISPLAY: NONE;}

/*網站按鈕*/
.animated-arrow {  background:#af5945; border-radius: 30px;}

/*top*/
#to_top {  box-shadow: 0px 0px 10px #bbbbbb82; color: #af5945;  background: #ffffffd6; backdrop-filter: saturate(100%) blur(10px);}
#to_top i.top {    height: 15px;}
#to_top i.top:before, #to_top i.top:after {  height: 10px;  top: 5px; background: #af5945;}

/*滾輪*/
::-webkit-scrollbar { width: 9px;}/*滾輪寬度*/
::-webkit-scrollbar-button { background: transparent; border-radius: 7px; height: 0;}/*滾輪與視窗上下的間距*/
::-webkit-scrollbar-track-piece { background: #e2e2e2;}/*滾輪軌道背景*/
::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #af5945; border: #af5945;}/*滾輪樣式*/
::-webkit-scrollbar-track { box-shadow: transparent;}/*滾輪軌道樣式*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.pageIndex .header_area {   width: 100%;}
.main_header_area {   background: #ffffff; }
.navigation {    padding: 0px 0 0px 300px;}    

.main_header_area:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 68px;
    background: url(https://pic03.eapple.com.tw/changrong/bg-1.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 100px;
    display: block;
    z-index: -1;
    -webkit-animation: scroll_left 100s steps(5124) infinite normal;
    animation: scroll_left 100s steps(5124) infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(100, 100, 100, 0.7));
    filter: drop-shadow(0px 0 6px rgba(100, 100, 100, 0.2));
}

/* 動畫 vvv */
@-webkit-keyframes scroll_left {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -5000px;/*動畫圖片寬度*/
    }
}

@keyframes scroll_left {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -5000px;/*動畫圖片寬度*/
    }
}

/* 動畫 ^^^ */

/*LOGO*/
.nav-header {  top: 5px;}
.nav-brand img {     max-width: 100%;}

.header_area .nav-brand{ width: 180px; transition: 0.3s ease-in-out;}
.header_area.sticky .nav-brand{ }

/*選單*/
.stellarnav li {    letter-spacing: 1px;  }
.stellarnav > ul > li:hover:after {
    height: 3px;
    width: 82%;
}
.stellarnav > ul > li > a {
    text-transform: uppercase;
    color: #774e32;
    padding: 7px 0px 0px 40px;
    letter-spacing: 0.5px;
    font-size: 16px;
    vertical-align: middle;
    margin:  0px;
    height: 36px;
    text-align: center;
    line-height: normal;
}
.stellarnav > ul > li > a b {  height: 100%;}
.stellarnav > ul > li > a:hover {    color:#af5945;}
.stellarnav li.has-sub > a:after {   display: none;}  
.stellarnav > ul > li:hover > a:not(.tp_links a):before {
    opacity: 1;
    left: 25%;
    transition: all .5s;
}
.stellarnav > ul > li:not(.tp_links) > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/changrong/logomoew.png) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    opacity: 0;
    left: 30%;
    position: absolute;
    transform: translate(-50%,-50%) rotate(45deg);
    text-align: center;
    top: 50%;
    transition: all 0.5s;
    border-radius: 100%;
}
.stellarnav > ul > li:nth-last-child(1){
    display: none;
}

/*選單購物欄*/
.me_tp_features {  padding-top: 12px;  margin-bottom: 2px;}
.shop_search_btn {   background: #af5945;}
.me_tp_features a { margin: 0 0px 0px 5px;     color: #af5945;}

@media screen and (max-width: 1310px) {
    .stellarnav > ul > li > a {  padding: 25px 0px 0px 20px;}
}
@media screen and (max-width: 1130px) {
    .stellarnav > ul > li > a {  padding: 25px 0px 0px 10px;}
}
@media screen and (max-width: 1024px) {
.navigation {  padding: 0px 0 0px 0px;}
.stellarnav > ul > li > a {    padding: 0px 0px 0px 40px; height: 39px;}
.stellarnav > ul > li:not(.tp_links) > a:before { top: 27%;}

.me_tp_features {  margin: 0px 0 10px 0px; padding-top: 0px; }
}

@media screen and (max-width: 768px) {
    .header_area .nav-brand {   width: 180px;}
    .stellarnav .menu-toggle:after {color: #5c5c5c;}
    .stellarnav .menu-toggle span.bars span {  background: #5c5c5c;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 27px 30px;}
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #c8ecfd;  }
    .stellarnav.mobile > ul > li { border-bottom: 1px #d9d9d9 solid;  }
    .stellarnav.mobile > ul > li > a { }
    .stellarnav > ul > li:after {display: none;}
    .me_tp_features { margin: 0% 0;}

    /*側邊選單*/
    .pageIndex .stellarnav .menu-toggle span.bars span {   background: #774e32;}
    .sticky .stellarnav .menu-toggle span.bars span {  }
    .pageIndex .stellarnav .menu-toggle:after {        color: #774e32;    }
    .sticky .stellarnav .menu-toggle:after {          }
 
    .stellarnav .menu-toggle span.bars span {   background: #774e32;}
    .stellarnav .menu-toggle:after {     color: #774e32;}
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {  max-width: 100%;   background: #fffffff5;  backdrop-filter: saturate(100%) blur(10px);  transition: all 1s;   left: 0;}
    .stellarnav.mobile.left .close-menu {      background: #ffffff;          color: #774e32; }
    .stellarnav .icon-close:after {    border-bottom: solid 3px #774e32;}
    .stellarnav .icon-close::before {    border-bottom: solid 3px #774e32;}
    .stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 3px #774e32;}
    .stellarnav a.dd-toggle .icon-plus:before {    border-bottom: solid 3px #774e32;}
    .stellarnav > ul > li:not(.tp_links) > a:before {display: none;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 14px 15px;     position: relative;   top: 16px;}
    .stellarnav.mobile ul {    background: none;  }
    .stellarnav.mobile li.open li.open {     background: #fbe7da;}
    .stellarnav.mobile li.open {   background: none;  }
    .stellarnav.mobile > ul > li {         border-bottom: 1px #774e32 solid; text-align: center;     margin: 0px 30px; }
    .stellarnav > ul > li:after {display: none;}
    .stellarnav li li {   border-bottom: 1px #eee solid; border: none;}

    .me_tp_features { margin: 0% 0;}

 /*------------------------------*/
}

@media screen and (max-width: 425px) {
    .main_header_area:after { top: 45px; height: 90px;}
    .stellarnav .menu-toggle, .stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .close-menu { padding: 15px 10px;}
    .nav-brand img {   padding-top: 0px;}
}

/*下拉選單*/
.stellarnav li a {   padding: 7px 10px;}
.stellarnav li li.has-sub > a {  padding: 7px 10px;}
.stellarnav li li:hover {        background:#af5945;}
.stellarnav li a:hover {    color: #ffffff;}
.stellarnav li li.has-sub > a:after {  margin-left: 70px;  border-left: 6px solid #fdfdfd;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {      
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 0px;
    background: url(https://pic03.eapple.com.tw/changrong/banner.jpg) repeat center center;
    background-size: cover;
}
.banner h5 {display: none; }

.services_page .banner.banB {display: none;}
.other_page .banner.banB {display: none;}
.banner.banC {display: none;}
.banner.banE {}
.banner.banF {}
.banner.banblog {}

/*首頁文章*/
/*.module_i_news li:nth-child(n+4) {display: none;}*/

@media screen and (max-width: 1024px) {
    .banner { font-size: 35px;     height: 240px;}
}
@media screen and (max-width: 768px) {
    .banner { padding: 65px 0;     height: 160px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.box_link {display: none;}
.footer_logo img { width: 100%; }
.footer_logo {
    display: inline-block;
    vertical-align: top;
    width: 170px;
    margin: 10px 10px;
}
.box_link a { display: none; }
.footer {
    background-image: radial-gradient(#ffffff7d 1px, #f9decb59 1px);
    background-size: 4px 4px;
    overflow: hidden;
    box-shadow: 0 -1px 10px rgb(241 241 241 / 69%);
}
.footer .center {
    position: relative;
    max-width: 1300px;
}
.footer_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-direction: column;
}
.footer_menu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 5px;
}
.footer_menu a {
    margin: 0;
    text-align: left;
    padding: 0;
    transition: all 0.3s;
    border: none;
    background: transparent;
    color: #434343;
    display: block;
    width: fit-content;
}
.footer_menu a:before {content: "·";}

.footer_menu a:nth-child(1) { display: none;}
.footer_menu a:nth-last-child(1) {    display: none;}

.footer_menu a:hover {
    background: transparent;
    color:#87b828;
}
.copy {
	color: #696969;
	border:none;
	margin-top: 0px;
	position: relative;
	padding: 20px 0;
}
.copy a{
	color: #696969;
	transition:all 0.3s;
}
.footer_info li { padding: 15px; }
.footer_info ul>li:before {
    font-size: 115%;
    color: #774e32;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #af5945;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
    font-weight: bold;
}
.footer_info ul>li:nth-child(1):before { content: "聯絡資訊 CONTACT";}
.footer_info ul>li:nth-child(2):before { content: "網站選單 MAIN MENU";}
.footer_info li p.add2:before {   content: '營業時間：';}

.footer_info ul {    
    display: grid;    
    grid-template-columns: repeat(auto-fit, minmax(min(300px,100%), 1fr));    
    gap: 0;    
    letter-spacing: 0.15em;
}
@media screen and (max-width: 650px) {
.footer_menu { grid-template-columns: 1fr;}
}
@media screen and (max-width: 600px) {
.footer:before { display: none; }
.footer_info li {   display: block;   padding: 25px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
    background:#b78474 !important;
}
.blog_le .accordion {
    border: none;
    border-radius:0px;
    border-top:1px #ccc solid;;
}
.blog_le .accordion li .link:last-child {
    border-bottom: 1px solid #CCC;
}
.blog_box {
    padding: 30px 7px 7px 7px;
}
.blog_list_le {
    width: 100%;
}
.blog_list_le img {
    border-radius: 15px;
}
.blog_list_ri {
    padding: 7px 0px;
    width: 100%;
}
.subbox_item { 
    width:32%;
    padding: 10px 10px;
    margin-left: 5px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px #d1d1d1;
}
.subbox_item a {
    overflow: hidden;
}
.submenu a {
    background: #fff;
}
.submenu a:hover {
    background:#af5945;
}
.subbox_item a:before {
    transform: translate(-50%,-50%);
    left: 50%;
    right: 0;
    bottom: -17%;
    letter-spacing: 2px;
    opacity: 0;
    display: block;
    color: #fff;
    background: #af5945;
    border-radius: 15px 15px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.subbox_item a:hover:before {
    bottom: -5%;
}
.subbox_item a:after {
    display: none;
}

/*側邊欄位*/
h5.blog_le_t {   text-align: center;}

/*文章內頁*/
.blog_back a.article_btn_back {
    background:#a36e4b;
}
.blog_back a.article_btn_next {
    background: #af5945;
}
.blog_back a.article_btn_prev {
    background: #af5945;
}
@media screen and (max-width: 768px) {
    .subbox_item {  width: 47%;}
    .subbox_item a:before {display: none;}
    .blog_box {    padding: 30px 0px 7px 0px;    }
}
@media screen and (max-width: 375px) {
    .subbox_item {  width: 46%;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿*/
.overlay {   background: rgb(0 0 0 / 25%);}
.show-list .show_pic {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    height: 100%;
    padding-bottom: 0;
    box-shadow: 0px 0px 10px #aaa;
}

.show-list .show_name {   text-align: center; margin-top: 15px;}
.show-list .item:hover .show_name {    color:#af5945;}
.other_album_choice li {
    background:#af5945;
    border-radius: 10px;
    font-size: 13px;}
.other_album_choice li .fa {  height: 12px;vertical-align: baseline;}
.fa-2x {    font-size: 1em;}

.subalbum-menu h2 { color: #af5945;}
.block {  background: #af5945;}

@media screen and (max-width: 748px){
    .show-list .item {    width: unset;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*首頁*/
.clearfix:before, .clearfix:after {
    display: none;
}
.products-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 13px;
}
/*購物車*/
.product_page .main_part { max-width:1400px;}
.product_info_page .main_part { max-width:1200px;}

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex;     justify-content: space-around; flex-wrap: wrap;}
.product_page .product-layer-two { position: relative; width: 220px; letter-spacing: 1px;min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px); }
ul.page { width: 100%;}

.products-list .item {  width: 100%;    padding: 15px 10px;   margin: 0 5px;   background: #ffffff;   border-radius: 10px; box-shadow: 0px 0px 10px 1px #d1d1d1;     height: 70%;}
.pageIndex .products-list .item {     height: 100%;}
.products-list .item a {    display: contents;}
.products-list .name {  margin-top: 4px;  text-align: center; height: 24px;}
.products-list .price b {  color: #b56f31;}
.products-list .pic {padding-bottom: 0;   height: 70%;   overflow: hidden;    border-radius: 10px;}
.products-list .pic img {transform: scale(1.1);transition: all 0.3s;}
.products-list .pic:hover img {transition: all 0.3s; transform: scale(1.2);}
.products-list .more {    border: 1px solid #b0b0b3;    color: #b0b0b3;     border-radius: 50px}
.products-list a:hover .more {   background: #b0b0b3;    border-color: #b0b0b3;   color: #fff;}

.product-layer-two li {  margin: 4px 5px 0 0;}
.product-layer-two li.active li a {  background: none; color: #fff;}
.product-layer-two li ul { position:static; margin-top:10px; 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: none; padding:5px 10px; transition:all ease .3s; border:none;    background: #eece91; margin: 0px 0 0 0;}
.product-layer-two li li:nth-child(1){border-radius: 10px 10px 0 0;}
.product-layer-two li li:nth-last-child(1){border-radius: 0px 0px 10px 10px;}
.product-layer-two li li a{ padding:0;     background: #ffffff00;}

.product-layer-two li li:hover > a { background:#ffffff00; color:#b56f31;}

.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; }
.product-layer-two li a {   position: relative;  border: 1px #774e32 solid; border-radius: 50px;text-align: center;  background:unset;  color: #774e32;    transition: all 0.3s; padding: 7px 0px;}
.product-layer-two li a:hover {transform: unset;   transition:unset; background: #774e32; color: #ffffff;}
.product-layer-two li.active a {background: #b56f31;  color: #ffffff; border: none;}
.product-layer-two > li ul > li + li { }

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop {margin-top: 30px;    display: flex;      justify-content: flex-start;}
.product_info_page .half_box li.btn_blankTop input { width: calc(30% - 10px); background-image: none; padding: 0; text-align: center;     border-radius: 50px;   margin-right: 5px;}

.bx-wrapper .bx-viewport {
    border: unset;
    box-shadow: 0px 0px 10px #aaa;
    background: #fff;}
.bx-wrapper img {    margin: 0 auto;}
.product_pic #bx-pager {color: #b0b0b3;}
.product_pic #bx-pager .block {    background: #b0b0b3;}
.product_main .prod h3 {
    display: inline-block;
    padding: 8px 20px 10px;
    background: #b0b0b3;
    color: #fff;
    border-radius: 30px;
    margin-bottom: 15px;
}

/*商品內頁*/
ul.prod {   width: 70%;}
ul.prod li h3.prod-thumb {  background: #bd9882;  border-radius: 50px;  color: #ffffff;}
.qaform {    margin: 0px auto;}
.qaform .breakF {   border: 1px #bd9882 solid;   background: #ffffff;}

/*詳細資訊按鈕*/
.products-list .item a:hover .more {background: #b56f31; border-color: #b56f31;}
.sidebarBtn {   position: sticky;  top: 110px;   border: 2px #bd9882 solid;   border-radius: 10px; }

/*購物車所有按鈕*/
.inquiry_a1 {    background: #b56f31;}
.inquiry_a2 {    background: #b9905d;}
.inquiry_a3 {  background: #ddaf75;}
.lastaction { color: #fff;     background-color: #b56f31;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {   background: #b9885c;}
.nextaction {    background-color: #b0b0b3;}
.lastPage {    background: #b56f31;     border-radius: 10px;}
.rewrite_simple {    background: #0c0c0c;}
.rewrite_simple:hover {    background: #6e6e6e;}
.send_simple {    background: #b56f31;}
.send_simple:hover{    background: #6e6e6e;}

/*相關推薦*/
.prod_related {
    background: #f3e3d240;
    backdrop-filter: saturate(100%) blur(10px);
    border-top: 2px #bd9882 solid;
}
.prod_related h6 span:before {  color: #b56f31;}
.related_list li {    width: 20%;    padding: 7px;}
.related_list li a {    background: unset;transition: all 0.3s;}
.related_list li a:hover { transform: translateY(-10px);   transition: all 0.3s;}

@media screen and (max-width: 1200px) {
    .products-list .item {     height: 92%;    }
}
@media screen and (max-width: 1024px) {
    .products-list .pic {   height: 57%;}
}
@media screen and (max-width: 768px) {
.product_info_page .main_part {   padding: 10px;  }
.sidebarBtn {  position: unset; margin: 5px auto 15px;}
ul.prod {    width: 100%;}
.mobile_product_name {   margin-bottom: 5px;   color: #734319;}

.product-layer-two,
.products-list,
.product-wrapper { width: 100%;}
.products-list { grid-template-columns:1fr 1fr; gap: 15px 13px;}
.products-list .pic {  height: 75%;}
.product-layer-two { margin-right: 0;}
.product-layer-two > li { margin-bottom: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}

.product_page .show_content > a { order: 4;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page ul.product-layer-two { order: 1;}
}
@media screen and (max-width: 600px) {
.products-list .item { max-width: 350px; margin: 15px auto 0px; display: block;}
.related_list li {    width: 45%;}
.products-list .pic {  height: 58%;}
}
@media screen and (max-width: 425px) {
    .products-list .pic {     height: 51%;   }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_form li input.noborder {   border: unset; background: unset;}
.contact_form li textarea.noborder {    border: unset; background: unset;}
.contact_form li {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 90px;
    border-bottom: 1px solid #C2BCB4;
}
.contact_form li .form__label {   color: #774e32;}
.contact_form li.last cite {    background:#af5945;}
.contact_form li.last blockquote, .contact_form li.last cite {    border: 1px#af5945 solid;}
.contact_content {  display: flex;  justify-content: center; background: #fffdf9; }
.contact_content .information_left {   display: none;}
.contact_content .information_right {     width: 1200px;   padding-left: 0px; }
.contact_editbox {   padding: 0px;}
.blank_letter {  color: #774e32;}

@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) {
    .contact_content .information_right {padding-left: 0px; padding: 0px; }
    .contact_form li .form__label {     width: 85px;    }
    .contact_form li .form__insert {  width: 90%;}

}
@media screen and (max-width: 695px) {
    .contact_form li .form__label {
        text-align: left;
        margin-bottom: 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: none; }
.footer.with_shopping_mode { padding:20px 0 0px; }
#to_top { bottom:60px;}

/*手機版電話顏色
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    color: #fff;}*/
}

@media screen and (max-width: 600px) { 
}




