@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 {}
*/
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}
/*首頁+聯絡按鈕*/
.animated-arrow { background:#8bab87 ;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}

.nav-header {padding: 18px;}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {}
.banner.banA {}
.banner.banB {display:none;}
.banner.banC ,.banF,.banblog,.banE{
	background-image: url(https://pic03.eapple.com.tw/0901115570/ban.png);
	 background-size: cover;
    background-position: center;
    height: 350px;
}
.banC h5,.banF h5,.banblog h5,.banE h5{ 
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banC h5:after,.banF h5:after,.banblog h5:after,.banE h5:after{
    position: absolute;
    content: "";
    background-image: url(https://pic03.eapple.com.tw/zhaoheskk/sBanner-02.png);
    background-repeat: no-repeat;
    width: 250px;
    height: 250px;
    background-size: contain;
    opacity: 0.8;
    transform: translate(-50% ,-50%);
    left: 50%;
    top: 50%;
    z-index: -1;
    animation: udanimate 15s;
    -webkit-animation: udanimate 15s;
    -moz-animation: udanimate 15s;
    -ms-animation: udanimate 15s;
    -o-animation: udanimate 15s;
    animation-iteration-count: infinite;
}
@keyframes udanimate {
    0%  {     transform: translate(-50%,-50%) rotate3d(0, 0, 1, 0deg);     }
    100%{     transform: translate(-50%,-50%) rotate3d(0, 0, 1, 360deg);     }
}
.banner.banD {}
.banner.banE {}
.banner.banblog {}
.fix_ri,#to_top {z-index: 999!important;}
.contact_page .list_before.info li:nth-child(4) { padding:3px 0;}

.services_page .main_part,.pageIndex .main_part,.other_page .main_part{
    width: 100%;
     max-width:100%; 
    margin: auto;
	padding:0px;
	margin-top:-1px;
	}
.show_content {
width: 100%;
padding:0px; 
top:-1px;} 	
.edit {
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
.promotion_title { display: none; }
.round_link,.path { display: none; }
.news_part,.me_tp_features a.tp_btn_notice,.me_tp_features a.tp_btn_cart{display:none;}
.product_page #content,.blog_page #content,.album_page #content,product_page #content,.contact_page #content,.product_info_page #content{
	background-image: url(https://pic03.eapple.com.tw/0901115570/bg.jpg);
	background-color: #F5F6F7;
	background-repeat: no-repeat;
	background-position: center top;
}
.contact_content .information_right { BACKGROUND-COLOR: #FFF;}
@media screen and (max-width: 600px) {

.banC {    height: 200px;}
.banC h5:after {    width: 180px;    height: 180px;}
.banC h5 {    font-size: 24px;}}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.blog_list_le {max-height: 150px;}

/*文章設定*/
/*一排呈現
.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: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
}

@media screen and (max-width: 600px) { 
}


.contact_form li .form__label {
      width: 90px;}