@charset "UTF-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2016 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: 怡伶 婷雯$
 * $Date: 2016-12-25 Thu. $
*/

@font-face { font-family: "FrancoisOne"; font-style: normal; font-weight: 400; src: url(../fonts/FrancoisOne.eot) format("eot"); src: url(../fonts/FrancoisOne.eot?#iefix) format("embedded-opentype"), url(../fonts/FrancoisOne.woff) format("woff"), url(../fonts/FrancoisOne.ttf) format("truetype"), url(../fonts/FrancoisOne.svg#vieworks_mregular) format("svg"); }
/* 為了避免 Bootstrap 設置的全局盒模型所帶來的影響，可以重置單個頁面元素或覆蓋整個區域的盒模型。 */
.reset-box-sizing, .reset-box-sizing *, .reset-box-sizing *:before, .reset-box-sizing *:after { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

html, body { height: 100%; margin: 0; font-size: 16px; }

body { width: 100%; font-size: 1rem; font-family: "Microsoft JhengHei", "Sans-serif"; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; }

a, a:hover, a:active, a:visited, a:link { text-decoration: none; outline: none; }

*, *:after, *::before { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

img { max-width: 100%; }
.img-s{display: none;}
.mobile{display: none;}
@media screen and (max-width: 480px){
  .desk{display: none;}
  .mobile{display: block;}
}
@media screen and (max-width: 480px){
  .img-l{display: none;}
  .img-s{display: block;}
}
.wrapper { width: 100%; padding: 0; overflow: hidden; }

#scrollUp { position: fixed; z-index: 999; opacity: 0; bottom: 50px; right: 30px; width: 60px; height: 60px; text-align: center; line-height: 15px; color: #fff; background: #ed4c00; -moz-transition: opacity 0.3s ease-in-out; -o-transition: opacity 0.3s ease-in-out; -webkit-transition: opacity 0.3s ease-in-out; transition: opacity 0.3s ease-in-out; }
#scrollUp i { font-size: 1.3rem; margin: 0; margin-top: 7px; }
#scrollUp.show { opacity: 0.7; }
@media screen and (max-width: 1400px){
  #scrollUp { bottom: 100px; right: 10px;}
}
@media screen and (max-width: 640px){
  #scrollUp { bottom: 70px; right: 10px; width: 40px; height: 40px;}
  #scrollUp i { font-size: 1.3rem; margin-top: 0px; }
}
.orange { color: #ed4c00; }

.delete { text-decoration: line-through; }

.all-width { max-width: 1200px; margin: auto; padding: 0 20px; }
@media screen and (max-width: 1250px) and (min-width: 991px){
  .all-width { padding: 0 50px; }
}
/*頁碼 */
.page-num { text-align: center !important; margin-bottom: 20px; }
.page-num .pager li { display: inline-block; vertical-align: top; float: none; margin: 0 2px; }
.page-num .pager li a.prev, .page-num .pager li a.next { border-width: 1px; background: #fff; }
.page-num .pager li a { -webkit-transition: ease 0.3s;
-o-transition: ease 0.3s;
transition: ease 0.3s;color: #444; border-radius: 50%; padding: 0px; width: 30px; height: 30px; line-height: 30px; font-size: 0.9rem; background: #eee; border-width: 0; }
.page-num .pager li.disabled > a, .page-num .pager li.disabled:hover > a, .page-num .pager li.disabled:focus > a { color: #ddd; }
.page-num .pager li.active > a { color: #fff; background: #ed4c00; }
.page-num .pager li.active > a, .page-num .pager li.active > a:focus, .page-num .pager li.active > a:hover { background: #ed4c00; }
.page-num .pager li a:hover{-webkit-box-shadow: 0 0 0 1px #ed4c00;
box-shadow: 0 0 0 1px #ed4c00;}
/*No-Data */
.no-data { text-align: center; margin: 150px 0; font-size: 1rem; }

.no-float { float: none; }

/*按鈕樣式 */
.button { width: 140px; display: inline-block; vertical-align: top; margin-right: 5px; outline: none; color: #fff !important; text-align: center; font-size: 0.95rem; border-radius: 5px; padding: 7px 10px; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.button i { float: left; }
.button:hover { box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -webkit-transform: translateY(-3px); transform: translateY(-3px); }
.button.brown-btn { border: 1px solid #64503c; background-color: #786450; background: linear-gradient(90deg, #786450 0%, #968264 100%); background: -moz-linear-gradient(90deg, #786450 0%, #968264 100%); background: -webkit-linear-gradient(90deg, #786450 0%, #968264 100%); background: -o-linear-gradient(90deg, #786450 0%, #968264 100%); }
.button.orange-btn { border: 1px solid #ed4c00; background-color: #ff7500; background: linear-gradient(90deg, #ff7500 0%, #ffa200 100%); background: -moz-linear-gradient(90deg, #ff7500 0%, #ffa200 100%); background: -webkit-linear-gradient(90deg, #ff7500 0%, #ffa200 100%); background: -o-linear-gradient(90deg, #ff7500 0%, #ffa200 100%); }

/*facebook */
#facebook { width: 325px; position: fixed; z-index: 998; right: -280px; top: 20%; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
#facebook .fb-tag { float: left; width: 45px; background: #3b5997; color: #fff; padding: 15px 10px; text-align: center; line-height: 18px;}
#facebook .fb-tag i{ font-size: 1.3rem; margin-bottom: 5px; }
#facebook .fb-box { float: left; width: 280px; height: 500px; }
#facebook.open { right: 0px; }
.fb-btn{display: none; background: #3b5997; color: #fff !important; font-size: 2em; width: 40px; height: 40px; line-height: 40px; text-align: center; position: fixed; right: 10px; bottom: 115px; padding-left: 10px; padding-top: 5px }
@media screen and (max-width: 480px){
  #facebook {width: 280px; height: 130px; overflow: hidden; margin: 20px auto 0; position: static; float: none;}
  #facebook .fb-tag{display: none;}
  #facebook .fb-box{float: none; display: block; width: 280px; height: 500px;  }
  .fb-btn{display: block;}
}
/*header */
.header { width: 100%; background: #fff; position: relative; z-index: 999; }
.header .logo { float: left; margin: 0; margin-top: 10px; width: 160px; position: relative; }
.header .logo img { width: 100%; }
.header .logo span { position: absolute; top: 0; bottom: 0; clip: rect(1px, 1px, 1px, 1px); }
.header .features { margin-top: 60px; font-size: 0.9rem; float: right; }
.header .features .features-menu { color: #725842; line-height: 20px; float: left; margin-top: 7px; margin-right: 15px; }
.header .features .features-menu .word { float: right; }
.header .features .features-menu .mem-name { margin: 0; display: inline-block; vertical-align: middle; }
.header .features .features-menu .num { border-bottom: 1px solid #ed4c00; font-size: 1rem; margin-left: 5px; font-family: "FrancoisOne"; }
.header .features .features-menu a { color: #725842; display: inline-block; vertical-align: middle; padding: 0 7px; border-right: 1px solid #ccc; }
.header .features .features-menu a:hover { color: #ed4c00; }
.header .features .features-menu a:last-child { border-right: none; }
.header .features .search { float: right; font-size: 0; }
.header .features .search .box { border: 1px solid #ccc; height: 35px; padding: 6px 8px; display: inline-block; vertical-align: top; outline: none; font-size: 0.9rem; margin-left: 5px; }
.header .features .search .search-btn { float: right; background: #7e6855; border: none; height: 35px; padding: 0 10px; color: #fff; font-size: 1.2rem; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.header .features .search .search-btn:hover { background: #ed4c00; }
.header .features .search .search-close { font-size: 1rem; display: none; position: absolute; top: 0; right: 0; width: 30px; height: 30px; line-height: 30px; background: #ed4c00; color: #fff; text-align: center; }
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .header .features { margin-top: 20px; text-align: right; }
  .header .features .features-menu, .header .features .search { float: none; }
  .header .features .features-menu { margin: 0; margin-top: 15px; }
}
@media screen and (max-width: 990px) {
  .header{padding-bottom: 40px;}
  .header .features .features-menu .word:before{content:"熱門 :"; display: inline-block; vertical-align: middle;}
  .header .features .features-menu .word {position: absolute; bottom: 5px; left: 0; padding: 0 10px; }
  .header .features .search { position: fixed; left: 0; top: -45px; right: 0; width: 70%; padding: 40px; margin: auto; z-index: 9999; opacity: 0; overflow: hidden; visibility: hidden; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
  .header .features .search.opened { top: 30%; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); background: #fff; opacity: 1; visibility: visible; }
  .header .features .search .search-close { display: block; }
  .header .features .search .box { display: block; width: 100%; margin: 5px 0; }
  .header .features .search .search-btn { float: none; width: 100%; }
  .header .features .search .search-btn:before { content: "SEARCH"; display: inline-block; font-size: 1rem; margin-right: 5px; }
}
@media screen and (max-width: 768px) {
  .header .features { margin-top: 20px; }
  .header .features .features-menu { text-align: right; margin-right: 0; }
  .header .features .features-menu .word { display: block; float: none; }
  }
@media screen and (max-width: 640px) {
  .header .logo { width: 100px; margin: 5px 0; }
  .header .features { margin-top: 7px; }
  .header .features .features-menu { line-height: 13px; }
}
@media screen and (max-width: 480px) {
  .header .features { font-size: 0.75rem; }
  .header .features .mem-name { display: none !important; }
  .header .features .search { width: 80%; padding: 40px 20px; }
  .header .features .features-menu a{border: none; text-align: center;}
}
.header .menu { background: url(../images/menu-bg.gif) repeat; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2) inset; width: 100%; }
.header .menu.is-fixed { position: fixed; z-index: 9998; width: 100%; top: 0; left: 0; -webkit-animation: fadeInDown 0.5s 0.2s ease both; -moz-animation: fadeInDown 0.5s 0.2s ease both; -ms-animation: fadeInDown 0.5s 0.2s ease both; -o-animation: fadeInDown 0.5s 0.2s ease both; animation: fadeInDown 0.5s 0.2s ease both; }
.header .menu.is-fixed .all-width .main-menu { padding-top: 10px; float: left; padding-left: 130px; }
.header .menu.is-fixed .all-width .main-menu ul li a.nav { padding: 0 10px; }
.header .menu .all-width { position: relative; }
.header .menu .all-width .mobile-btn { vertical-align: top; height: 20px; border-radius: 3px; position: relative; z-index: 9998; color: #fff; display: none; text-align: center; margin: 15px 0 5px; }
.header .menu .all-width .mobile-btn span { width: 100%; height: 2px; width: 25px; margin: 3px auto; background: #fff; display: block; -moz-transition: ease 0.2s; -o-transition: ease 0.2s; -webkit-transition: ease 0.2s; transition: ease 0.2s; }
.header .menu .all-width .mobile-btn.open span:nth-child(1) { position: relative; top: 4px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.header .menu .all-width .mobile-btn.open span:nth-child(3) { -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.header .menu .all-width .mobile-btn.open span:nth-child(2) { display: none; }
.header .menu .all-width .main-menu { text-align: center; }
.header .menu .all-width .main-menu ul { padding: 0; margin: 0; list-style: none; font-size: 0; }
.header .menu .all-width .main-menu ul li { display: inline-block; font-size: 1rem; }
.header .menu .all-width .main-menu ul li a.nav { color: #fff; display: block; padding: 0 10px; height: 50px; line-height: 50px; }
.header .menu .all-width .main-menu ul li a.nav .icons { width: 27px; height: 27px; display: inline-block; vertical-align: middle; margin-right: 5px; background: url(../images/menu-icon.png) no-repeat 0 0; }
.header .menu .all-width .main-menu ul li a.nav .icon1 { background-position: 0 0; }
.header .menu .all-width .main-menu ul li a.nav .icon2 { background-position: -27px 0; }
.header .menu .all-width .main-menu ul li a.nav .icon3 { background-position: -54px 0; }
.header .menu .all-width .main-menu ul li a.nav .icon4 { background-position: -81px 0; }
.header .menu .all-width .main-menu ul li a.nav .icon5 { background-position: -108px 0; }
.header .menu .all-width .main-menu ul li a.nav .icon6 { background-position: -135px 0; }
.header .menu .all-width .main-menu ul li a.nav .icon7 { background-position: -162px 0; }
.header .menu .all-width .main-menu ul li a.nav .icon8 { background-position: -189px 0; }
.header .menu .all-width .main-menu ul li:hover a.nav { background: #372924; color: #ff0; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon1 { background-position: 0 -27px; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon2 { background-position: -27px -27px; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon3 { background-position: -54px -27px; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon4 { background-position: -81px -27px; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon5 { background-position: -108px -27px; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon6 { background-position: -135px -27px; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon7 { background-position: -162px -27px; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon8 { background-position: -189px -27px; }

.header .menu .all-width .main-menu ul li a.nav .icon-podcast { width: 27px; height: 27px; display: inline-block; vertical-align: middle; margin-right: 5px; background: url(../images/icon_podcasts.png) no-repeat 0 0; }
.header .menu .all-width .main-menu ul li:hover a.nav .icon-podcast { background-position: 0 -27px; }




.header .menu .all-width .main-menu ul li .dropdown { border: 2px solid #ed4c00; border-top: none; position: absolute; text-align: center; padding: 15px 0; opacity: 0; overflow: hidden; text-align: center; background: url(../images/drop_bg.jpg) no-repeat bottom left #fff; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
.header .menu .all-width .main-menu ul li .dropdown.dropdown-slick { width: 100%; left: 0; }
.header .menu .all-width .main-menu ul li .dropdown.open { height: auto; opacity: 1; visibility: visible; -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
.header .menu .all-width .main-menu ul li .dropdown .box { border-right: 1px solid #eaeaea; width: 148px; display: inline-block; vertical-align: top; }
.header .menu .all-width .main-menu ul li .dropdown .box:first-child { border-left: 0; }
.header .menu .all-width .main-menu ul li .dropdown .tit { color: #72421a; margin-bottom: 5px; font-size: 1rem; }
.header .menu .all-width .main-menu ul li .dropdown .sub { color: #666; position: relative; }
.header .menu .all-width .main-menu ul li .dropdown .sub:hover { background: #ff9f4e; color: #fff; }
.header .menu .all-width .main-menu ul li .dropdown .sub:hover:before { content: url(../images/icon-flower.png); position: absolute; left: 10px; top: 2px; }
.header .menu .all-width .main-menu ul li .dropdown a { display: block; padding: 0; width: 130px; height: auto; margin: auto; line-height: 30px; font-size: 0.9rem; }
.header .menu .all-width .main-menu ul li .dropdown .slick-arrow { position: absolute; top: 50%; width: 30px; height: 30px; border: none; margin-top: -15px; border-radius: 50%; background: #ed4c00; display: block; font-size: 0; z-index: 100; outline: none; }
.header .menu .all-width .main-menu ul li .dropdown .slick-arrow:before { content: ""; margin-left: -3px; border-style: solid; border-width: 7px 7px 7px 0; border-color: transparent #fff transparent transparent; }
.header .menu .all-width .main-menu ul li .dropdown .slick-prev { content: ""; left: 5px; }
.header .menu .all-width .main-menu ul li .dropdown .slick-next { content: ""; right: 5px; -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
.header .menu .all-width .main-logo { width: 120px; position: absolute; left: 0; z-index: 99999; bottom: -15px; opacity: 0; visibility: hidden; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%); }
.header .menu .all-width .main-logo.slide-in { opacity: 1; visibility: visible; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
.header .menu .all-width .main-logo img { width: 100%; }
.header .menu .all-width .features-menu { position: absolute; right: 0; top: 20px; color: #000; font-size: 0.85rem; line-height: 20px; opacity: 0; visibility: hidden; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; -moz-transform: translateX(100%); -ms-transform: translateX(100%); -webkit-transform: translateX(100%); transform: translateX(100%); }
.header .menu .all-width .features-menu.slide-in { opacity: 1; visibility: visible; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
.header .menu .all-width .features-menu .mem-name { margin: 0; display: inline-block; }
.header .menu .all-width .features-menu a { color: #000; border-right: 1px solid #ff9933; padding: 0 7px; }
.header .menu .all-width .features-menu a span { color: #ff0; font-size: 1.1rem; border-bottom: 1px solid #ff0; font-family: "FrancoisOne"; margin-left: 5px; }
.header .menu .all-width .features-menu a:hover { color: #ff0; }
.header .menu .all-width .features-menu a:last-child { border-right: none; }
.header .menu .all-width .features-menu .in-mobile-show{display: none;}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .header .menu .all-width .main-menu ul li .dropdown { padding: 15px 40px; }
}

@media screen and (max-width: 1100px) {
  .header .menu .all-width .main-menu { width: 100%; }
  .header .menu .all-width .main-menu ul li { width: calc(100%/7); font-size: 0.9rem; }
  .header .menu .all-width .features-menu { top: 9px; right: 45px; }
  .header .menu.is-fixed .all-width .main-menu { padding-top: 20px;}
  .header .menu .all-width .main-logo { width: 130px;}
}
@media screen and (min-width: 991px) {
  .header .menu-mask { display: none; }
  .header .menu .all-width .main-menu ul li .dropdown{-webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0);}
  .header .menu .all-width .main-menu ul li .dropdown{display: block !important;}
  .header .menu .all-width .main-menu ul li:hover .dropdown { opacity: 1; -webkit-transform: scale(1);  -ms-transform: scale(1);  -o-transform: scale(1);  transform: scale(1); }
  .header .menu .all-width .main-menu ul li .dropdown .box .trd {display: block !important;}
}
@media screen and (max-width: 990px) {
  .header #up{height: 0; overflow: hidden;}
  .header .menu{display: block; position: relative; z-index: 9999;}
  .header .menu .all-width .features-menu{ top: 20px; right: 70px; opacity: 1; visibility: visible; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
  .header .menu .all-width .features-menu .search-icon { text-align: center; color: #7e6855; font-size: 1.2rem;}
  .header .menu .all-width .features-menu .circle{width: 30px; height: 30px; margin: auto; margin-bottom: 5px; border-radius: 50%; border: none; text-align: center; display: block; background: #fff; color: #ec6d00;}
  .header .menu .all-width .features-menu .circle i{font-size: 1rem; display: block; line-height: 30px;}
  .header .menu .all-width .features-menu .in-mobile-hide{display: none;}
  .header .menu .all-width .features-menu .in-mobile-show{display: inline-block;}


  .header .menu .all-width .features-menu a{ font-size: 0; padding: 0 3px; border: none; display: inline-block; vertical-align: top;}
  .header .menu .all-width .features-menu a .num{display: none;}


  .header .menu .all-width .features-menu a.font-show {
    color: #fff;
    vertical-align: middle;
    padding: 5px 7px;
    font-size: 1rem;
    cursor: pointer;
  }

  .header .menu .all-width .main-logo { opacity: 1; visibility: visible; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
  .header .menu .all-width .mobile-btn { width: 30px; float: right; margin: 25px 0; display: block;  }
  .header .menu.is-fixed .all-width .main-menu { padding-top: 0px; float: left; padding-left: 0px; }
  .header .menu .all-width .main-menu { box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); padding: 0; position: absolute; top: 70px; right: -250px; overflow-y: auto; width: 250px; height: 100vh; z-index: 9998; background: #fff; -moz-transition: ease 0.5s; -o-transition: ease 0.5s; -webkit-transition: ease 0.5s; transition: ease 0.5s; }
  .header .menu .all-width .main-menu.open { right: 0;}
  .header .menu .all-width .main-menu ul li { display: block; font-size: 1rem; border-bottom: 1px solid #ddd; text-align: left; width: 100%; }
  .header .menu .all-width .main-menu ul li a.nav { color: #333; padding: 0 25px; height: 50px; line-height: 50px; }
  .header .menu .all-width .main-menu ul li a.nav .icon1 { background-position: 0 -54px; }
  .header .menu .all-width .main-menu ul li a.nav .icon2 { background-position: -27px -54px; }
  .header .menu .all-width .main-menu ul li a.nav .icon3 { background-position: -54px -54px; }
  .header .menu .all-width .main-menu ul li a.nav .icon4 { background-position: -81px -54px; }
  .header .menu .all-width .main-menu ul li a.nav .icon5 { background-position: -108px -54px; }
  .header .menu .all-width .main-menu ul li a.nav .icon6 { background-position: -135px -54px; }
  .header .menu .all-width .main-menu ul li a.nav .icon7 { background-position: -162px -54px; }
  .header .menu .all-width .main-menu ul li a.nav .icon8 { background-position: -189px -54px; }
  .header .menu .all-width .main-menu ul li a.nav .icon-podcast { background-position: 0 -54px; }
  .header .menu .all-width .main-menu ul li.icon-click a.nav { background: #372924; color: #ff0; background-position: 0 -27px; }
  .header .menu .all-width .main-menu ul li .dropdown { width: 100%; text-align: left; padding: 0; }
  .header .menu .all-width .main-menu ul li .dropdown a{width: 100%;}
  .header .menu .all-width .main-menu ul li .dropdown .box { text-align: center; width: 100%; text-align: left; }
  .header .menu .all-width .main-menu ul li .dropdown .box .sed { padding: 5px 20px; border-bottom: 1px solid #ddd; }
  .header .menu .all-width .main-menu ul li .dropdown .box .trd {display: none; background: #eee; border-bottom: 1px solid #ddd; }
  .header .menu .all-width .main-menu ul li .dropdown .box .trd a{padding-left: 25px}
  .header .menu .all-width .main-menu ul li .dropdown {display: none; position: relative; height: auto; opacity: 1; visibility: visible; box-shadow: none; border: none; }
  .header .menu .all-width .main-menu ul li.open .dropdown { position: relative; height: auto; opacity: 1; visibility: visible; box-shadow: none; border: none; }
}
@media screen and (max-width: 480px) {
  .header .menu .all-width .mobile-btn { margin: 17px 0; }
  .header .menu .all-width .main-menu { top: 54px;}
  .header .menu .all-width .main-logo { width: 110px; }
  .header .menu .all-width .features-menu { top: 12px; right: 55px;}
}

/*footer */
.footer { background: #8a8782; padding: 15px; position: relative; line-height: 18px;}
.footer.is-fixed{position: fixed; bottom:0; left:0; z-index: 999; width: 100%; padding: 10px}
.footer div p { display: inline-block; color: #fff; font-size: 0.8rem; margin-right: 10px; margin-bottom: 0px;}
.footer div p a{ color: #fff;}
.footer div p a:hover{ text-decoration: underline;}
.footer div .tit { border-right: 1px solid #fff; padding-right: 5px; margin-right: 5px; }
.footer .link{ margin-bottom: 5px;}
.footer .link a{ color: #fff; font-size: 0.8rem; border-right: 1px solid #fff; padding-right: 10px; margin-right: 5px;}
.footer .link a:last-child,.footer .link a.noline{border: none;}
.footer .link p { display: none; }
.footer .social { float: right; }
.footer .social .icon { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; text-align: center; color: #fff; display: inline-block; vertical-align: middle; margin: 10px 5px 0; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.footer .social .icon.line { background: #00b900; line-height: 35px;}
.footer .social .icon.fb { background: #3b5999; }
.footer .social .icon.ytube { background: #ea1c1c; }
.footer .social .icon:hover { -moz-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); -webkit-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
@media screen and (max-width: 990px) {
  .footer div { display: block; float: none; width: 100%; text-align: center; margin-bottom: 10px; }
  .footer {padding: 5px 0 !important; overflow: hidden;}
  .footer .all-width{padding: 0; margin: 0;}
  .footer .link{width: 70%; text-align: left; margin: 0; overflow: hidden;}
  .footer .link a,.footer .link p {margin: 5px 0; text-align: center; float: left; padding: 0 10px;margin-right: 0px;}
  .footer .link a.noline{border-right: 1px solid #fff;}
  .footer .link p { display: inline-block;}
  .footer .foot-info{display: none;}
  .footer .foot-rights{display: none;}
  .footer .s-hide{display: none;}
  .footer .social{ width: auto; margin-bottom: 0; position: absolute; right: 5px; bottom: 5px;}
  .footer .social .icon {width: 30px; height: 30px; line-height: 30px; margin: 0 2px;}
  .footer .social .icon.line {line-height: 25px}
  .footer .social .icon.line img{max-width: 80%;}
}
@media screen and (max-width: 640px){
  .footer .social{bottom: 15px;}
  .footer .link{width: 70%; }
  .footer .link a,.footer .link p{font-size: 0.75rem; /* width: 33.33%; */padding: 0 7px;}
  .footer .link a:last-child{border-right: 1px solid #fff;}
}
/*index */
#content { min-height: 100vh;-moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
#content.top-margin { margin-top: 80px; }

.group-tit { background: url(../images/icon-leaf.png) no-repeat left 5px; padding-left: 30px; padding-bottom: 10px; position: relative; }
.group-tit .name { font-size: 1.4rem; font-weight: bold; color: #4f2100; }
.group-tit .orange { font-size: 0.9rem; margin-left: 5px; }
@media screen and (max-width: 480px){
  .group-tit .orange {display: none;}
}
.top-ban { margin: 5px auto; max-width: 1200px; }

.banner { width: 100%; height: 360px; overflow: hidden; position: relative; z-index: 1; }
.banner div { height: 100%; }
.banner .item { position: relative; }
.banner .item .word { position: relative; z-index: 2; padding: 40px 30px; padding-left: 23%; }
.banner .item .word h2 { font-size: 2.3rem; color: #d30404; font-weight: bolder; line-height: 160%; margin-bottom: 15px; }
.banner .item .word .more { background: #ce3c32; color: #fff; border-radius: 30px; padding: 10px 30px; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.banner .item .word .more i { margin-left: 15px; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.banner .item .word .more:hover { box-shadow: 2px 2px 0 #fff; }
.banner .item .word .more:hover i { margin-left: 25px; }
.banner .item img { min-width: 100%; max-width: inherit; height: 100%; position: absolute; left: 50%; top: 0; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-arrow { position: absolute; top: 50%; z-index: 10; width: 60px; height: 60px; margin-top: -30px; border: 0; border-left: 1px solid #555; border-bottom: 1px solid #555; background: none; outline: none; font-size: 0; opacity: 0.3; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.banner .slick-arrow.slick-prev { left: 40px; }
.banner .slick-arrow.slick-next { right: 40px; -moz-transform: rotate(225deg); -ms-transform: rotate(225deg); -webkit-transform: rotate(225deg); transform: rotate(225deg); }
.banner .pad{display: none;}
@media screen and (max-width: 1300px) {
  .banner {height: auto;}
  .banner .item img { max-width: 100%; height: auto; position: static; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
  .banner .item .word {position: absolute; left: 0; top: 0; bottom: 0; right: 0;}
}
@media screen and (max-width: 1200px) {
  .banner .item .word { padding-left: 12%; }
}
@media screen and (max-width: 990px) {
  .banner .desk{display: none;}
  .banner .pad{display: block;}
}
@media screen and (max-width: 768px) {
  .banner .slick-arrow { width: 40px; height: 40px; opacity: 1; }
  .banner .slick-arrow.slick-prev { left: 20px; }
  .banner .slick-arrow.slick-next { right: 20px; }
  .banner .item .word h2 { font-size: 1.9rem; }
}
@media screen and (max-width: 480px) {
  .banner .item .word { padding: 10px; }
  .banner .item .word h2 { font-size: 1.5rem; }
  .banner .item .word .more { font-size: 0.9rem; padding: 7px 13px; }
}

.web-plugin { float: right; width: 300px; }
.web-plugin .web-plugin-img { margin-bottom: 20px; display: block; }
/* .web-plugin .web-plugin-img.plug{position: relative; display: block; height: 0; padding-bottom: 27.77%; overflow: hidden;} */
/* .web-plugin .web-plugin-img.plug iframe{position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%!important; height: 100%!important; } */
.web-plugin .board { border: 2px solid #ffb576; border-radius: 5px; padding: 15px; background: url(../images/book-bg.jpg) no-repeat center 15px; margin-top: 25px; }
.web-plugin .board .tit { background: #fff; color: #ed4c00; padding: 0 10px; text-align: center; width: 140px; margin: auto; margin-top: -30px; margin-bottom: 10px; font-size: 1.2rem; font-weight: bold; }
.web-plugin .board .inner { position: relative; height: 310px; overflow: hidden; }
.web-plugin .board .inner:after { content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; background: rgba(0, 0, 0, 0.7); opacity: 0; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.web-plugin .board .inner .book { width: 155px; height: 210px; margin: 10px auto; position: relative; z-index: 1; }
.web-plugin .board .inner .book:after { content: ""; position: absolute; background: rgba(0, 0, 0, 0.8); bottom: 10px; right: 3px; left: auto; width: 50%; height: 90%; z-index: -1; -moz-transform: rotate(-2deg); -ms-transform: rotate(-2deg); -webkit-transform: rotate(-2deg); transform: rotate(-2deg); -moz-box-shadow: rgba(0, 0, 0, 0.8) 0 0 15px; -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0 15px; box-shadow: rgba(0, 0, 0, 0.8) 0 0 15px; }
.web-plugin .board .inner .word { display: table; width: 100%; height: 100%; text-align: center; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 3; opacity: 0; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.web-plugin .board .inner .word .txt { color: #fff; display: table-cell; vertical-align: middle; padding: 30px 20px 70px; font-size: 0.95rem; line-height: 160%; }
.web-plugin .board .inner .go-order { position: absolute; z-index: 3; bottom: 10px; left: 50%; margin-left: -70px; padding: 10px; width: 130px; font-size: 1rem; display: block; color: #fff; border-radius: 5px; border: 1px solid #ed6f00; text-align: center; background-color: #FF7500; background: linear-gradient(90deg, #ff7500 0%, #ffa200 100%); background: -moz-linear-gradient(90deg, #FF7500 0%, #FFA200 100%); background: -webkit-linear-gradient(90deg, #FF7500 0%, #FFA200 100%); background: -o-linear-gradient(90deg, #FF7500 0%, #FFA200 100%); }
.web-plugin .board .inner .go-order i { margin-right: 5px; }
@media screen and (min-width: 991px) {
  .web-plugin .board .inner:hover:after { opacity: 1; }
  .web-plugin .board .inner:hover .go-order { background: #ce3c32; border-color: #ce3c32; }
  .web-plugin .board .inner:hover .word { opacity: 1; }
}
.main-area { padding-top: 40px; }
.main-area .article-area { width: calc(100% - 300px); float: left; padding-right: 30px; }
.main-area .article-area .block { width: 400px; margin-right: 27px; float: left; }
.main-area .article-area .block:last-child { margin-right: 0; }
.main-area .article-area .block .group-tit .more { float: right; color: #fff; background: #90725f; border-radius: 20px; padding: 5px 15px; font-size: 0.8rem; opacity: 0.6; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.main-area .article-area .block .group-tit .more:hover { opacity: 1; }
.main-area .article-area .block .tit { font-size: 0.95rem; margin: 0;  width: 100%; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; }
.main-area .article-area .block .border { background: url(../images/border-bg.jpg) no-repeat left top; overflow: hidden; height: 360px; }
.main-area .article-area .block .border .img { margin: 9px; border: 6px solid #d7d7d7; position: relative; overflow: hidden; }
.main-area .article-area .block .border .img img { -moz-transition: ease 0.5s; -o-transition: ease 0.5s; -webkit-transition: ease 0.5s; transition: ease 0.5s; }
.main-area .article-area .block .border .img:before { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset; }
.main-area .article-area .block .border .tit { padding: 10px 20px; color: #000; }
.main-area .article-area .block .border:hover .img img { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.main-area .article-area .block .border:hover .tit { color: #ed4c00; }
.main-area .article-area .block .list { margin-bottom: 20px; font-size: 0.95rem; }
.main-area .article-area .block .list a { border-bottom: 1px solid #eaeaea; padding: 10px 0; width: 100%; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; overflow: hidden; color: #444; display: block; }
.main-area .article-area .block .list a:hover { color: #ed4c00; }
.main-area .article-area .block .list a:before { content: ""; width: 6px; height: 6px; background: #ed4c00; border-radius: 50%; display: inline-block; vertical-align: middle; margin: 0 7px; margin-bottom: 3px; }
.main-area .article-area .block .list a.other-word { background: #fff8f2; color: #ed6f00; font-weight: bold; font-size: 1rem; }
.main-area .article-area .block .list a.other-word:hover { color: #7a5434; }
@media screen and (max-width: 1200px) { .main-area .web-plugin { width: 25%; }
  .main-area .article-area { width: 75%; }
  .main-area .article-area .block { width: 47.5%; margin-right: 5%; }
  .main-area .article-area .block img { min-width: 100%; }
  .main-area .article-area .block .group-tit { padding-left: 30px; padding-bottom: 10px; }
  .main-area .article-area .block .group-tit .name { font-size: 1.3rem; }
  .main-area .article-area .block .group-tit .orange { font-size: 0.85rem; }
  .main-area .article-area .block .border { background-size: 100%; height: auto; } }
@media screen and (max-width: 990px) and (min-width: 641px) { .main-area .web-plugin, .main-area .article-area { width: 100%; }
  .main-area .web-plugin { margin-top: 30px; }
  .main-area .web-plugin > * { float: left; }
  .main-area .web-plugin .web-plugin-img { width: 34%; margin-top: 25px; margin-right: 1%; }
  /* .main-area .web-plugin .web-plugin-img:nth-child(3){ width: 26%; margin-right: 0;} */
  .main-area .web-plugin .board { width: 30%; background-size: 80%; }
  .main-area .web-plugin .board .inner { height: auto; }
  .main-area .web-plugin .board .inner .tit { margin-top: -13px; }
  .main-area .web-plugin .board .inner .word { display: none; }
  .main-area .web-plugin .board .inner .book { width: 13vw; }
  .main-area .web-plugin .board .inner .book:after { display: none; }
  .main-area .web-plugin .board .inner .go-order { bottom: 0; }
  .main-area .web-plugin .board .inner:after { display: none; }
  .main-area .article-area { padding: 0; }
  .main-area .article-area .block:last-child { float: right; }
  .main-area .article-area .block .group-tit { overflow: hidden; }
  .main-area .article-area .block .group-tit .more { padding: 3px 5px; font-size: 0.75rem; } }
@media screen and (max-width: 640px) { .main-area .article-area { width: 100%; padding: 0; }
  .main-area .article-area .block { width: 100%; margin: 0; margin-bottom: 20px; padding: 0; }
  .main-area .web-plugin { margin-top: 10px; width: 100%; }
  .main-area .web-plugin .web-plugin-img { width: 100%; float: none; margin: 0 0 15px 0; }
  .main-area .web-plugin .web-plugin-img img{width: 100%;}
  .main-area .web-plugin .board { width: 100%; float: left; } }

/*首頁文章牆 */
.article { background: #f3f3f3; padding: 50px; margin-top: 40px; }
.article .all-width { padding: 0 !important; }
.article .tab-toggle { display: none; }
.article .tab { overflow: hidden; margin-bottom: 20px; font-size: 0; }
.article .tab .tab-nav { width: calc(100% / 8 - 1px); font-size: 1rem; text-align: center; padding: 10px 5px; display: inline-block; vertical-align: top; margin-right: 1px; margin-bottom: 1px; color: #fff; background: #666; border: none; outline: none; }
.article .tab .tab-nav.is-checked { background: #ed4c00; }
.article .grid { margin: 0 -10px; }
.article .grid .box { width: 16.6%; position: relative; float: left; padding: 0 10px; margin-bottom: 20px; }
.article .grid .box img { width: 100%; }
.article .grid .box .lable { position: absolute; top: 0; left: 10px; padding: 6px; z-index: 2; color: #fff; }
.article .grid .box .img { overflow: hidden; }
.article .grid .box .img img { -moz-transition: ease 0.5s; -o-transition: ease 0.5s; -webkit-transition: ease 0.5s; transition: ease 0.5s; }
.article .grid .box .words { padding: 20px; background: #fff; }
.article .grid .box .words .tit { margin: 0; color: #8b6646; font-size: 1rem; line-height: 160%; border-bottom: 1px solid #f0e4da; padding-bottom: 10px; margin-bottom: 10px; }
.article .grid .box .words .describe { color: #666; font-size: 0.9rem; text-align: justify; text-justify: inter-ideograph; }
.article .grid .box.medical .lable { background: rgba(237, 109, 0, 0.8); }
.article .grid .box.health .lable { background: rgba(99, 159, 46, 0.8); }
.article .grid .box.life .lable { background: rgba(49, 189, 239, 0.8); }
.article .grid .box.beauty .lable { background: rgba(150, 102, 168, 0.8); }
.article .grid .box.dite .lable { background: rgba(229, 87, 141, 0.8); }
.article .grid .box.cook .lable { background: rgba(164, 107, 71, 0.8); }
.article .grid .box.chinaMedical .lable { background: rgba(147, 51, 51, 0.8); }
.article .grid .box:hover .img img { -moz-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.article .grid .box:hover .words .tit,
.article .grid .box:hover .words .describe {color: #ed4c00;}
@media screen and (max-width: 1200px) { .article .grid .box { width: 25%; } }
@media screen and (max-width: 990px) { .article .all-width { position: relative; }
  .article .tab-toggle { display: block; position: absolute; right: 0; top: 5px; color: #fff; background: #ed4c00; border-radius: 10px; padding: 3px 15px; font-size: 0.9rem; }
  .article .tab-toggle i { margin-left: 5px; }
  .article .tab { height: 0; position: absolute; right: -10px; z-index: 100; width: 150px; background: #999; -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); -moz-transition: ease 0.5; -o-transition: ease 0.5; -webkit-transition: ease 0.5; transition: ease 0.5; }
  .article .tab.open { height: auto; }
  .article .tab .tab-nav { width: 100%; display: block; padding: 5px; font-size: 0.9rem; }
  .article .grid .box { width: 33.33%; } }
@media screen and (max-width: 768px) { .article { padding: 30px; }
  .article .grid .box { width: 50%; } }
@media screen and (max-width: 480px) { .article .grid .box { width: 100%; } }

/* Infinite Scroll */
#infscr-loading { position: fixed; z-index: 100; width: 140px; font-size: 0.9375rem; color: #666; text-align: center; left: 50%; bottom: 120px; margin-left: -70px; padding: 10px; }
#infscr-loading img { width: 60px; height: 60px; }

/*麵包屑 */
.bread-crumb { background: url(../images/crumb_bg.jpg) repeat; padding: 10px 0; }
.bread-crumb ul { margin: 0; padding: 0; list-style: none; }
.bread-crumb ul li { display: inline-block; font-size: 0.9rem; margin: 0 3px; }
.bread-crumb ul li a { color: #666; }
.bread-crumb ul li:last-child { color: #734c2b; }

/*計數器 */
.qty-wrap { height: 30px; line-height: 30px; text-align: center; width: 130px !important; position: relative; }
.qty-wrap input { border: 1px solid #ddd; background: #fff; text-align: center; padding: 5px; height: 100%; width: 100%; overflow: hidden; color: #333; -webkit-appearance: none;}
.qty-wrap a { display: block; position: absolute; top: 0; z-index: 2; height: 100%; color: #fff; width: 25%; font-size: 0.75em; overflow: hidden; }
.qty-wrap a.qty-plus { background: #ed4c00; right: 0; }
.qty-wrap a.qty-minus { background: #505050; left: 0; }
.qty-wrap a:before { content: ""; position: absolute; left: 45%; top: 45%; width: 1px; height: 1px; border-radius: 50%; background: rgba(0, 0, 0, 0.3); -moz-transform: scale(0.1); -ms-transform: scale(0.1); -webkit-transform: scale(0.1); transform: scale(0.1); -moz-transition: ease 0.2s; -o-transition: ease 0.2s; -webkit-transition: ease 0.2s; transition: ease 0.2s; opacity: 0; }
.qty-wrap a:hover:before { -moz-transform: scale(60); -ms-transform: scale(60); -webkit-transform: scale(60); transform: scale(60); opacity: 1; }
.qty-wrap ul { margin: 0; padding: 0; list-style: none; width: 100%; height: 100%; box-shadow: 0 0 0 1px #ddd inset; overflow: hidden; }
.qty-wrap ul li { height: 100%; }
@media screen and (max-width: 990px) { .qty-wrap a:before { display: none; } }

/*社群分享 */
.share-icon { width: 30px; height: 30px; border-radius: 6px; display: inline-block; vertical-align: top; text-align: center; font-size: 1.2rem; color: #fff; }
.share-icon i { display: block; line-height: 30px; }
.share-icon.fb { background: #3b5999; }
.share-icon.twitter { background: #00aced; }
.share-icon.gplus { background: #dc4b3e; }
.share-icon.line { background: #03c302; font-size: 0; }
.share-icon.copy { background: #888; position: relative; }
.share-icon.copy i { display: inline-block; width: 15px; height: 15px; background: url(../images/icon_copy_link.png) no-repeat; background-size: contain; position: absolute; top: 0; right: 0; left: 0; bottom: 0; margin: auto; }

/*內頁容器 */
.page-content { padding: 30px 0; position: relative; }
@media screen and (max-width: 990px) { .page-content .all-width { padding: 0 70px; } }
@media screen and (max-width: 768px) { .page-content .all-width { padding: 0 40px; } }
@media screen and (max-width: 480px) { .page-content .all-width { padding: 0 20px; } }

/*側選單 */
.side-left { width: 300px; float: left; }
.side-left .side-menu-toggle { display: none; position: absolute; right: 10px; top: 5px; color: #fff; background: #ed4c00; border-radius: 10px; padding: 3px 15px; font-size: 0.9rem; }
.side-left .side-menu-toggle i { margin-left: 5px; }
.side-left .side-menu { width: 100%; padding-left: 4px; list-style: none; padding: 0; margin: 0; margin-bottom: 20px; border: 1px solid #e4e4e4; }
.side-left .side-menu li { width: 100%; color: #666; border-bottom: 1px solid #e4e4e4; position: relative; }
.side-left .side-menu li:hover { background: #ff9933; }
.side-left .side-menu li:hover a { color: #fff; }
.side-left .side-menu li a { position: relative; z-index: 2; display: block; padding: 10px; padding-left: 30px; color: #666; }
.side-left .side-menu li a i { float: right; }
.side-left .side-menu li:before, .side-left .side-menu li:after { content: ""; position: absolute; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; opacity: 0; }
.side-left .side-menu li:before { left: -4px; top: 0; right: 0; bottom: 0; height: 43px; z-index: 1; background: #ff9933; }
.side-left .side-menu li:after { z-index: -1; left: -4px; top: 43px; border-style: solid; border-width: 0 4px 5px 0; border-color: transparent #b74e00 transparent transparent; }
.side-left .side-menu li:hover,.side-left .side-menu li.current > a { background: url(../images/icon-whiteleaf.png) no-repeat 7px 13px; color: #fff; }
.side-left .side-menu li:hover:before,.side-left .side-menu li:hover:after,.side-left .side-menu li.current:before, .side-left .side-menu li.current:after { opacity: 1; }
.side-left .side-menu li.current .side-dropdown { display: block; }
.side-left .side-menu li .side-dropdown { padding: 0; margin: 0; background: #fff5e6; overflow: hidden; display: none; }
.side-left .side-menu li .side-dropdown.opened { height: auto; opacity: 1; }
.side-left .side-menu li .side-dropdown a { color: #666; background: none; border-bottom: 1px solid #e4e4e4; }
.side-left .side-menu li .side-dropdown a:last-child { border-bottom: none; }
.side-left .side-menu li .side-dropdown a:hover, .side-left .side-menu li .side-dropdown a.current { color: #ed4c00; }
.side-left .web-plugin { width: 100%; margin-bottom: 20px; float: none; margin-top: 20px }
.side-left .web-cookie { border: 1px solid #ddd; border-top: 3px solid #c4b4a7; margin: 0; padding: 0; list-style: none; }
.side-left .web-cookie li { border-bottom: 1px solid #ddd; padding: 15px 15px 10px; overflow: hidden; -moz-transition: ease 0.5s; -o-transition: ease 0.5s; -webkit-transition: ease 0.5s; transition: ease 0.5s; }
.side-left .web-cookie li:hover { background: #eee; }
.side-left .web-cookie li:hover .info { color: #7e5c44; }
.side-left .web-cookie li a { font-size: 0.9rem; color: #666; }
.side-left .web-cookie li .img { overflow: hidden; float: left; width: 70px; -moz-transition: ease 0.5s; -o-transition: ease 0.5s; -webkit-transition: ease 0.5s; transition: ease 0.5s; }
.side-left .web-cookie li .info { float: right; padding: 5px 0 5px 10px; width: calc(100% - 70px); }
.side-left .web-cookie li .info .tit { color: #000; }
.side-left .web-cookie li .info p { margin-bottom: 6px; }
@media screen and (max-width: 990px) { .side-left { float: none; width: 100%; position: relative; }
  .side-left .side-menu-toggle { display: block; }
  .side-left .side-menu { height: 0; overflow: hidden; opacity: 0; }
  .side-left .side-menu.open { height: auto; opacity: 1; }
  .side-left .web-plugin {margin: 20px -10px 0; width: auto;  overflow: hidden; font-size: 0;}
  .side-left .web-plugin .web-plugin-img{width: 50%; padding: 0 10px; display: inline-block; vertical-align: top;}
  .side-left .web-plugin .web-plugin-img img { width: 100%;}
  .side-left .web-plugin .board { float: none; width: 100%; }
}
@media screen and (max-width: 768px){
  .side-left.in-article .web-plugin .web-plugin-img.in-m-hide {display: none; }
  .side-left .web-plugin .web-plugin-img{width: 100%; padding: 0; float: none;}
}
@media screen and (max-width: 640px){
  .side-left .web-plugin {margin: 20px 0; width: auto;  overflow: hidden;}
}
/*主視區 */
.page-top-title { border-left: 5px solid #ed4c00; padding-left: 10px; color: #333; font-size: 1.2rem; line-height: 20px; font-weight: bold; width: 100%; margin: 20px 0 10px 0; }

.page-main { float: right; width: calc(100% - 300px); padding-left: 20px; min-height: 600px; }
@media screen and (max-width: 990px) { .page-main { float: none; width: 100%; padding-left: 0; min-height: inherit; } }
@media screen and (max-width: 480px) { .page-main .group-tit .orange{font-size: 0.75rem;}}
/*產品 */
.product-list { margin: 0 -10px; list-style: none; padding: 0; font-size: 0; }
.product-list .box { width: 50%; padding: 0 10px; margin-bottom: 20px; display: inline-block; vertical-align: top; font-size: 1rem; }
.product-list .box .inner { border: 1px solid #ddd; padding: 10px; overflow: hidden; display: block; box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1); position: relative; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; color: #333;}
.product-list .box .inner:before, .product-list .box .inner:after { content: ""; position: absolute; right: 0; bottom: 0; -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); -webkit-transform: scale(0, 0); transform: scale(0, 0); -moz-transform-origin: 100% 100%; -ms-transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.product-list .box .inner:before { content: "+"; color: #fff; font-size: 1.5rem; right: 5px; bottom: 4px; z-index: 2; }
.product-list .box .inner:after { border-style: solid; border-width: 0 0 50px 50px; border-color: transparent transparent #ed4c00 transparent; z-index: 1; }
.product-list .box .inner:hover { border-color: #ed4c00; }
.product-list .box .inner:hover:before, .product-list .box .inner:hover:after { -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.product-list .box .inner .img { width: 105px; overflow: hidden; float: left; }
.product-list .box .inner .info { float: right; width: calc(100% - 105px); padding: 5px 0 5px 10px; font-size: 0.9rem; color: #666; }
.product-list .box .inner .info .tit { color: #000; font-size: 1rem; margin: 0; margin-bottom: 10px; }
.product-list .box .inner .info .half { width: 49%; display: inline-block; }
.product-list .box .inner .info .orange { font-style: normal; }
@media screen and (max-width: 768px) { .page-top-title { margin-bottom: 10px; }
  .product-list { margin: 0; }
  .product-list .box { width: 100%; } }
@media screen and (max-width: 480px) { .product-list .box .inner .img { float: none; margin: auto; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  .product-list .box .inner .info { float: none; width: 100%; margin-top: 10px; } }
.product-view { margin: 20px 0; }
.product-view .product-slider { float: left; width: 45%; }
.product-view .product-slider div { outline: none; }
.product-view .product-slider .slider-for { max-width: 330px; padding: 0; margin: 0 auto 15px; text-align: center; }
.product-view .product-slider .slider-for:before{content: "\f00e"; font-family: FontAwesome; position: absolute; right: 0; bottom: 0; background: #ccc; width: 35px; height: 35px; line-height: 35px; z-index: 2; font-size: 1.12rem; color: #fff; pointer-events: none;}
.product-view .product-slider .thumb { position: relative; padding: 15px 40px; margin-top: 20px; background: url(../images/shadow.jpg) no-repeat center top; }
.product-view .product-slider .thumb .thumb-img { border: 1px solid #ff9a45; margin: 0 10px; }
.product-view .product-slider .thumb .album-prev, .product-view .product-slider .thumb .album-next { position: absolute; top: 50%; width: 25px; height: 25px; margin-top: -10px; text-align: center; border-radius: 50%; color: #999; border: 1px solid #999; }
.product-view .product-slider .thumb .album-prev:hover, .product-view .product-slider .thumb .album-next:hover { border-color: #ff9a45; color: #ff9a45; }
.product-view .product-slider .thumb .album-prev { left: 0; }
.product-view .product-slider .thumb .album-next { right: 0; }
.product-view .product-info { float: left; width: 55%; padding-left: 20px; }
.product-view .product-info .book-name { font-size: 1.4rem; font-weight: bold; margin: 0; }
.product-view .product-info .discount { color: #966432; font-size: 1rem; margin-top: 10px; }
.product-view .product-info .describe { padding: 10px 0; font-size: 0.9rem; color: #666; line-height: 1.7; }
.product-view .product-info .special { color: #966432; font-size: 0.9rem; line-height: 160%; }
.product-view .product-info .to-order { margin-top: 20px; }
.product-view .product-info .to-order > div { overflow: hidden; padding: 15px 0; }
.product-view .product-info .to-order > div p { margin: 0; }
.product-view .product-info .to-order hr { border-color: #ddd; margin: 0; }
.product-view .product-info .to-order .p-tit { width: 90px; display: inline-block; vertical-align: middle; }
.product-view .product-info .to-order .p-content { display: inline-block; vertical-align: middle; width: calc(100% - 100px); }
.product-view .product-info .to-order .half { width: 50%; display: inline-block; vertical-align: middle; }
.product-view .product-info .to-order .price { font-size: 1.5rem; font-family: "FrancoisOne"; }
.product-view .product-info .to-order .delete { color: #666; }
.product-view .product-info .to-order .onsale { font-weight: bold; }
.product-view .product-info .to-order .select-box { border: 1px solid #ccc; padding: 3px; font-size: 0.9rem; width: 100%; outline: none; }
@media screen and (max-width: 990px) { .product-view .product-info .to-order .p-tit { width: 70px; } }
@media screen and (max-width: 768px) { .product-view .product-slider, .product-view .product-info { width: 100%; float: none; padding: 0; }
  .product-view .product-info { margin-top: 30px; } }
@media screen and (max-width: 480px) {
  .product-view .product-info .to-order .p-tit,
  .product-view .product-info .to-order .p-content {display: block; width: 100%}
}
.product-view .recommend { background: url(../images/crumb_bg.jpg) repeat; padding: 25px 30px; width: 100%; margin: 10px 0; margin-bottom: 20px; }
.product-view .recommend .recommend-slider { background: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); padding: 0 40px; position: relative; }
.product-view .recommend .recommend-slider div { outline: none; }
.product-view .recommend .recommend-slider .img { width: 70px; margin: 10px auto; }
.product-view .recommend .recommend-slider .img, .product-view .recommend .recommend-slider .img img{-webkit-transition: ease 0.3s;
-o-transition: ease 0.3s;
transition: ease 0.3s;}
.product-view .recommend .recommend-slider .box { padding: 10px; font-size: 0.8rem; color: #000; }
.product-view .recommend .recommend-slider .box .tit { font-size: 0.8rem; color: #73431a; margin: 0; }
.product-view .recommend .recommend-slider .box p { color: #000; }
.product-view .recommend .recommend-slider .box:hover .img{border: 1px solid #ed4c00;}
.product-view .recommend .recommend-slider .box:hover .img img{-webkit-transform: scale(0.9);
-ms-transform: scale(0.9);
-o-transform: scale(0.9);
transform: scale(0.9);}
.product-view .recommend .recommend-slider .box:hover .tit{ color: #ed4c00;}
.product-view .recommend .recommend-slider .prev, .product-view .recommend .recommend-slider .next { position: absolute; top: 50%; width: 25px; height: 25px; z-index: 2; margin-top: -10px; text-align: center; border-radius: 50%; color: #999; border: 1px solid #999; }
.product-view .recommend .recommend-slider .prev:hover, .product-view .recommend .recommend-slider .next:hover { border-color: #ff9a45; color: #ff9a45; }
.product-view .recommend .recommend-slider .prev { left: 5px; }
.product-view .recommend .recommend-slider .next { right: 5px; }
.product-view .editor { width: 100%; display: block; margin: 10px 0; padding: 15px; font-size: 0.9rem; }
.product-view .back { margin: auto; display: block; }
.editor{text-align: justify; word-wrap: break-word; }
.editor img{height: auto!important;}
.editor a{ text-decoration: underline; }
/*列表 */
.article-list { border-top: 1px solid #d2d2d2; }
.article-list .block { border-bottom: 1px solid #d2d2d2; padding: 25px 20px; overflow: hidden; -moz-transition: ease 0.5s; -o-transition: ease 0.5s; -webkit-transition: ease 0.5s; transition: ease 0.5s; position: relative; }
.article-list .block .img { max-width: 210px; float: left; overflow: hidden; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); }
.article-list .block .img img { -moz-transition: ease 0.5s; -o-transition: ease 0.5s; -webkit-transition: ease 0.5s; transition: ease 0.5s; }
.article-list .block .img:hover img { -moz-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.article-list .block .info { float: left; padding-left: 30px; width: calc(100% - 210px); position: relative; }
.article-list .block .tit { color: #4f2100; font-size: 1.1rem; margin: 0; margin-bottom: 15px; font-weight: bold; }
.article-list .block .tit a { color: #4f2100; }
.article-list .block .tit a:hover { color: #ed4c00; }
.article-list .block .describe { color: #666; height: 70px; font-size: 0.9rem; line-height: 160%; overflow: hidden; }
.visitors { text-align: right; font-size: 14px; margin-top: 5px; }
.visitors .box { width: 50%; display: inline-block; vertical-align: middle; }
.visitors .box:first-child { text-align: left; }
.visitors span{ display: inline-block; margin-left: 5px; }
.visitors.view{ margin-top: 0px; }
.visitors.view a{ display: inline-block; vertical-align: middle; color: #333; margin: -3px 0 0 5px; position: relative; padding-left: 10px;}
.visitors.view a::after{ content: ''; display: block; width: 1px; height: 12px; background: #333; position: absolute; top: 4px; left: 0; }
.visitors.view a:hover{ text-decoration: underline; }
.article-list .block .special { color: #705946; font-size: 0.8rem; }
.article-list .block .date { font-size: 0.9rem; color: #666; }
.article-list .block .big { font-size: 1.3rem; font-weight: bold; }
.article-list .block .half { min-width: 130px; display: inline-block; vertical-align: bottom; }
.article-list .block:hover { background: #f9f9f9; }
.article-list.monthly {background: url(../images/monthly-bg.jpg) no-repeat center top;}
.article-list.monthly .block{background: url(../images/board-bar.jpg) no-repeat 50% 100%; -webkit-background-size: 100%;
background-size: 100%; border-bottom: none; padding-top: 20px;-moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; }
.article-list.monthly .block .img{max-width: 140px; margin: 30px; margin-bottom: 10px; -webkit-transition: ease 0.3s;
-o-transition: ease 0.3s;
transition: ease 0.3s; }
.article-list.monthly .block .img:hover { -moz-transform: scale(1) translateY(-5px); -ms-transform: scale(1) translateY(-5px); -webkit-transform: scale(1) translateY(-5px); transform: scale(1) translateY(-5px); }
.article-list.monthly .block .img:hover img { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
.article-list.monthly .block .tit { margin-top: 20px;}
.article-list.monthly .block .price {font-size: 0.9rem;}
.article-list.monthly .block:hover { background-color: none; }
.article-list.monthly .block .price-btn {position: absolute; right: 0px; bottom: 0; max-width: 300px;}
.article-list.monthly .block .price-btn .button i { font-size: 1.2rem; }
@media screen and (max-width: 1200px) {
  .article-list.monthly .block .price { position: static;}
  .article-list.monthly .block .price-btn { position: static; margin-top: 10px; }
  .article-list.monthly .block .price-btn .button i { font-size: 1.2rem; }
  .article-list.monthly .block .describe {height: 45px;}
}
@media screen and (max-width: 768px) {
  .article-list.monthly .block{-webkit-background-size: auto; background-size: auto;}
  .article-list .block .info{min-height: inherit;}
  .article-list .block .price-btn .button{width: 45%; max-width: 150px;}
  .article-list .block .img:hover img { -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); }
}
@media screen and (max-width: 640px) { .article-list .block .img { float: none; margin: 0 auto 20px; max-width: inherit; box-shadow: none; }
  .article-list .block .img img{width: 100%;}
  .article-list .block .info { width: 100% !important; padding: 0;}
  .article-list .block .price-btn { text-align: center; margin-top: 20px; }
  .article-list .block .describe { height: auto !important;}
  .article-list.monthly{background: none;}
  .article-list.monthly .block{background-position: center 200px; border-bottom: 1px solid #ddd;}
  .article-list.monthly .block .img{margin: 20px auto;}
  .article-list.monthly .block .info{margin-top: 20px;}
}
@media screen and (max-width: 480px) {
  .article-list .block .img img { min-width: 100%; }
}
.article-editname{background: url(../images/crumb_bg.jpg) repeat; color: #8b6646; padding: 5px; margin: 20px 0}
.editor { line-height: 160%; color: #666; padding: 20px 0; }
.editor .web-plugin-img{display: none;}
@media screen and (max-width: 768px) {
  .editor .web-plugin-img{display: block; margin-bottom: 20px;}
  .editor .web-plugin-img img{width: 100%;}
}

.article-page{text-align: left; font-size: 0.9rem;}
.article-page ul{float: left; list-style: none; margin: 0; padding: 0; margin-right: 10px;}
.article-page ul li{display: inline-block; vertical-align: top;}
.article-page ul li a{color: #333; padding: 0 5px;}
.article-page .btns{border: 1px solid #ddd; border-radius: 3px; padding: 5px; color: #666; background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}
.article-page a:hover{color: #ff7e00;}
.editor *{ line-height: 1.5 !important; }
.editor.f-small { font-size: 16px !important;}
.editor.f-small * { font-size: 16px !important;}
.editor.f-medium { font-size: 18px !important; }
.editor.f-medium * { font-size: 18px !important; }
.editor.f-big { font-size: 22px !important;}
.editor.f-big * { font-size: 22px !important;}

.box-wrap { margin-top: 15px; display: flex; vertical-align: middle; }
/* .box-wrap .box { flex: 1; } */
.box-wrap .box-right {
  margin-left: auto; /* 關鍵：自動左邊距將此元素推到最右邊 */
  font-size: 14px;
  line-height: 30px;
}
.box-wrap .font-size { margin-top: 0; margin-left: 20px; }
.box-wrap .font-size,.share-article { display: inline-block; vertical-align: middle; }
.font-size { float: right; margin-top: 20px; }
.font-size.no-float{ float: none; }
.font-size a { width: 30px; height: 30px; line-height: 30px; border: 1px solid #ddd; text-align: center; display: inline-block; margin: 0 3px; background: linear-gradient(#fcfcfc 100%, #e0e0e0 0%); background: -moz-linear-gradient(#FCFCFC 100%, #E0E0E0 0%); background: -webkit-linear-gradient(#FCFCFC 100%, #E0E0E0 0%); background: -o-linear-gradient(#FCFCFC 100%, #E0E0E0 0%); color: #572d10; font-size: 1rem; }
.font-size a:hover, .font-size a.on { background-color: #ff7500; color: #fff; background: linear-gradient(90deg, #ff7500 0%, #ffa200 100%); background: -moz-linear-gradient(90deg, #ff7500 0%, #ffa200 100%); background: -webkit-linear-gradient(90deg, #ff7500 0%, #ffa200 100%); background: -o-linear-gradient(90deg, #ff7500 0%, #ffa200 100%); }
.share-article span{ margin-top: 4px; display: inline-block; }
@media screen and (max-width: 600px) {
  .box-wrap {
    flex-direction: column;
  }
}
@media (max-width: 499px) {
  .box-wrap .font-size{ margin-left: 0; width: 100%; margin-top: 10px; }
}

/*樣板*/
.edit-wrap{display: block; margin-bottom: 30px; overflow: hidden;}
.edit-right{float: right;}
.edit-left{float: left;}
.edit-right,.edit-left{width: 60%}
.edit-left.edit-word{padding-right: 30px;}
.edit-right.edit-word{padding-left: 30px;}
.edit-img{width: 40%}
.edit-img img{width: 100%}
.edit-wrap2{padding: 0 30px;}
@media screen and (max-width: 1200px){
  .edit-right,.edit-left{width: 50%}
  .edit-img{width: 50%}
}
@media screen and (max-width: 768px){
  .edit-right,.edit-left, .edit-img{width: 100%;}
  .edit-img{margin-bottom: 20px;}
  .edit-word{padding: 0 !important;}
}
.article-btm { margin-top: 30px; }
.article-btm .share-article { display: inline-block; border-left: 1px solid #ed4c00; padding-left: 20px; margin-left: 20px; margin-bottom: 20px; }
.article-btm .share-article .tit { display: inline-block; vertical-align: middle; margin-right: 20px; }
.article-btm .keywords { background: url(../images/crumb_bg.jpg) repeat; margin: 30px 0; }
.article-btm .keywords p { display: inline-block; background: #fff; color: #572d10; font-size: 0.9rem; margin: 0; padding: 5px 10px; }
@media screen and (max-width: 640px) { .article-btm .share-article { display: block; border: none; border-top: 1px solid #ed4c00; padding-left: 0; margin-left: 0; padding-top: 10px; margin-top: 10px; }
.font-size{display: block; float: none;} }

/*相關文章*/
.related-wrap{margin: 20px 0;}
.related{margin: 0; padding: 0; list-style: none;}
.related li{ border-bottom: 1px dotted #ddd; }
.related li:before{content: "◆"; display: inline-block;}
.related li a{color: #666; display: inline-block; padding: 5px 0}
@media screen and (max-width: 990px){
  .related{ border: 1px solid #ddd; border-top: 3px solid #c4b4a7;}
  .related li{font-size: 0.9rem; border-bottom: 1px solid #ddd; padding: 15px 15px 10px;}
  .related li:before{display: none;}
}
/*影音專區*/
.video-top { width: 100%; position: relative; background: #000; }
.video-top:before, .video-top:after { content: ""; position: absolute; top: 50%; left: 50%; z-index: 2; pointer-events: none; }
.video-top:before { width: 70px; height: 70px; border: 5px solid #fff; border-radius: 50%; margin-top: -35px; margin-left: -35px; }
.video-top:after { border-style: solid; border-width: 10px 0 10px 15px; border-color: transparent transparent transparent #fff; margin-top: -10px; margin-left: -7.5px; }
.video-top img { opacity: 0.8; -moz-transition: ease 0.5s; -o-transition: ease 0.5s; -webkit-transition: ease 0.5s; transition: ease 0.5s; }
.video-top:hover img { opacity: 1; }
.video-name { background: url(../images/crumb_bg.jpg) repeat; padding: 10px; color: #8b6646; }
.video-name a{color: #ed4c00;}
.video-name .new { float: right; }
@media screen and (max-width: 768px) {
  .video-embed.embed-responsive-16by9{padding-bottom: 80%!important;}
  .video-name { font-size: 0.9rem; }
  .video-name .new { float: none; display: block; margin-bottom: 5px; }
}

.video-list { margin: 30px -15px; font-size: 0; }
.video-list .box { display: inline-block; vertical-align: top; padding: 0 15px; width: 33.33%; font-size: 1rem; }
.video-list .box .new { border-bottom: 3px solid #979797; position: relative; margin-bottom: 10px; padding-bottom: 3px; font-size: 0.8rem; font-weight: bold; color: #666; }
.video-list .box .new span { margin-right: 5px; }
.video-list .box .new:before {content: ""; width: 0%; height: 3px; background: #ed4c00; position: absolute; bottom: -3px; left:0;}
.video-list .box .img { overflow: hidden; position: relative;}
.video-list .box .new:before ,.video-list .box .img:before,.video-list .box .img:after{ content:""; -webkit-transition: ease 0.3s;
-o-transition: ease 0.3s;
transition: ease 0.3s;}.video-list .box .img:before{ position: absolute; left:0; top:0; bottom:0; right: 0; background: rgba(0, 0, 0, 0.3); z-index: 2; opacity: 1;}
.video-list .box .img:after{ content:"PLAY"; color: #fff;position: absolute; top: 50%; left: 50%; margin-top: -5%; margin-left: -15%;
border: 1px solid #fff;
padding: 5px 20px;
text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(-200px);
-ms-transform: translateX(-200px);
-o-transform: translateX(-200px);
transform: translateX(-200px);
}
.video-list .box .img img { -moz-transition: ease 0.3s; -o-transition: ease 0.3s; -webkit-transition: ease 0.3s; transition: ease 0.3s; }
.video-list .box .tit { color: #8b6646; margin-top: 5px; }
.video-list .box:hover .img:before{opacity: 0;}
.video-list .box:hover .img:after{-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);}
.video-list .box:hover img { -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }
.video-list .box:hover .tit{color: #ed4c00;}
.video-list .box:hover .new:before {width: 100%;}
@media screen and (max-width: 768px) { .video-list .box { width: 50%; } }
@media screen and (max-width: 480px) { .video-list .box { width: 100%; margin-bottom: 20px; }
  .video-list .img img { width: 100%; margin: 15px auto; } }

/*siteMap */
.sitemap-block { display: inline-block; vertical-align: top; margin: 0 0 30px; width: 24.5%; }
.sitemap-block.full { width: 100%; }
.sitemap-block.full .box { width: 140px; }
.sitemap-block .page-top-title a { color: #333; display: block; }
.sitemap-block .inner { font-size: 0; margin-top: 20px; }
.sitemap-block .box { width: 50%; display: inline-block; vertical-align: top; font-size: 1rem; }
.sitemap-block .box a { display: block; width: 130px; height: auto; margin: auto; line-height: 30px; font-size: 0.9rem; }
.sitemap-block .box a:hover { text-decoration: underline; }
.sitemap-block .tit { color: #72421a; margin-bottom: 5px; font-size: 1rem; }
.sitemap-block .sub { color: #666; position: relative; padding-left: 15px; }
.sitemap-block .sub:before { content: "-"; position: absolute; left: 5px; top: 0px; }
.sitemap-block .sub:hover { background: #ff9f4e; color: #fff; }
.sitemap-block .slick-arrow { position: absolute; top: 50%; width: 30px; height: 30px; border: none; margin-top: -15px; border-radius: 50%; background: #ed4c00; display: block; font-size: 0; z-index: 100; outline: none; }
.sitemap-block .slick-arrow:before { content: ""; margin-left: -3px; border-style: solid; border-width: 7px 7px 7px 0; border-color: transparent #fff transparent transparent; }
.sitemap-block .slick-prev { content: ""; left: 5px; }
.sitemap-block .slick-next { content: ""; right: 5px; -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }
@media screen and (max-width: 990px) { .sitemap-block { width: 100%; }
  .sitemap-block .box { width: 140px; }
  .sitemap-block .page-top-title { display: inline-block; } }
@media screen and (max-width: 480px) { .sitemap-block .box { width: 50%; } }

/*彈出廣告*/
.worldpop{max-width: 900px; padding: 50px 0; margin: auto; position: relative;}
.worldpop .mfp-close{color: #fff !important; width: 20px; height: 20px; line-height: 20px; right: 50px !important; top: 20px !important;}
@media screen and (max-width: 480px){
  .worldpop{width: 90%;}
}
.order-status{margin: 10px 0;}
.order-status p{display: inline-block; font-size: 0.95rem;}
@media screen and (max-width: 768px){
  .order-status{margin: 10px 0; font-size: 0;}
  .order-status p{width: 50%;}
}
@media screen and (max-width: 480px){
  .order-status p{width: 100%;}
}
/*====================== 怡伶編輯 =====================*/
/* 文字編輯器 */
.text-edit {
  line-height: 28px;
  font-size: 1rem;
  color: #333;
  text-align: justify;
}
.text-edit:before,
.text-edit:after {
  content: '';
  display: table;
}
.text-edit:after {
  clear: both;
}
.text-edit * {
  max-width: 100%;
}
.text-edit img {
  height: auto !important;
  max-width: 100%;
}
.text-edit table {
  table-layout: fixed;
}

/* 共用 */
.form-box label.input-box{
  display: block;
  margin: 0;
  position: relative;
}
.form-box label.input-box span{
  color: #b4b4b4;
  font-size: 0.938rem;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.form-box .text-box{
  width: 100%;
  height: 35px;
  border: 1px solid #b5b5b5;
  background: rgba(0,0,0,0);
  display: block;
  padding: 0 10px;
  font-size: 1rem;
  outline: none;
  position: relative;
  z-index: 1;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
}
.form-box .textarea{
  width: 100%;
  height: 150px;
  max-height: 150px;
  border: 1px solid #b5b5b5;
  background: rgba(0,0,0,0);
  display: block;
  padding: 10px;
  font-size: 1rem;
  outline: none;
  position: relative;
  z-index: 1;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
}
.form-box .textarea:focus,
.form-box .select-box select:focus,
.form-box .text-box:focus{
  border: 1px solid #ff7500;
}
.form-box .select-box{
  position: relative;
}
.form-box .select-box:before{
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #666 transparent transparent transparent;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
}
.form-box .select-box select{
  width: 100%;
  display: block;
  font-size: 1rem;
  height: 35px;
  line-height: 35px;
  border: 1px solid #b5b5b5;
  background: rgba(0,0,0,0);
  padding: 0 30px 0 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.form-box .select-box select::-ms-expand {
  display: none;
}
.form-box label.radio {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #555;
  padding-left: 24px;
  margin: 0 10px 0 0;
  cursor: pointer;
  vertical-align: top;
}
.form-box label.radio input {
  display: none;
}
.form-box label.radio input + span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #b5b5b5;
  background: #fff;
  border-radius: 100%;
  top: 4px;
  left: 0;
}
.form-box label.radio input:checked + span {
  border-color: #aaa;
}
.form-box label.radio input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #ed6d00;
  border-radius: 100%;
  top: 3px;
  left: 3px;
}
.form-box label.radio span.txt{
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0;
  color: #333;
  font-weight: normal;
}
.form-box label.checkbox {
  position: relative;
  font-size: 1rem;
  color: #555;
  padding-left: 24px;
  cursor: pointer;
  margin: 0;
}
.form-box label.checkbox input {
  display: none;
}
.form-box label.checkbox input + span {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #b5b5b5;
  background: #fff;
  top: 4px;
  left: 0;
}
.form-box label.checkbox input:checked + span {
  border-color: #aaa;
}
.form-box label.checkbox input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 7px;
  height: 11px;
  border-right: 2px solid #4f2100;
  border-bottom: 2px solid #4f2100;
  top: 1px;
  left: 5px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.form-box label.checkbox span.txt{
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0;
  color: #9d7657;
  font-weight: normal;
}
.form-box .code label.input-box{
  width: calc(100% - 125px);
  display: inline-block;
  vertical-align: top;
}
.form-box .code span{
  left: 10px !important;
}
.form-box .code .text-box{
  padding: 0 10px !important;
}
.form-box .code label.input-box span{
  left: 10px;
}
.form-box .code a{
  width: 115px;
  height: 35px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.form-box .btn-wrap .cancle{
  width: 150px;
  max-width: calc(50% - 5px);
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  outline: none;
  color: #787878 !important;
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #909090;
  background-color: #dedede;
  background: linear-gradient(90deg, #dedede 0%, #fff 100%);
  background: -moz-linear-gradient(90deg, #dedede 0%, #fff 100%);
  background: -webkit-linear-gradient(90deg, #dedede 0%, #fff 100%);
  background: -o-linear-gradient(90deg, #dedede 0%, #fff 100%);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.form-box .btn-wrap .cancle:hover{
  background: linear-gradient(-90deg, #dedede 0%, #fff 100%);
  background: -moz-linear-gradient(-90deg, #dedede 0%, #fff 100%);
  background: -webkit-linear-gradient(-90deg, #dedede 0%, #fff 100%);
  background: -o-linear-gradient(-90deg, #dedede 0%, #fff 100%);
}
.form-box .btn-wrap .submit{
  width: 150px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(50% - 5px);
  margin-left: 5px;
  outline: none;
  color: #fff !important;
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #ed4c00;
  background-color: #ff7500;
  background: linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -moz-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -webkit-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -o-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.form-box .btn-wrap .submit:hover{
  background: linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -moz-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -webkit-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -o-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
}
.form-box .btn-wrap .back-btn{
  width: 150px;
  display: inline-block;
  vertical-align: top;
  max-width: calc(50% - 5px);
  margin-right: 5px;
  outline: none;
  color: #fff !important;
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #64503c;
  background-color: #786450;
  background: linear-gradient(90deg, #786450 0%, #968264 100%);
  background: -moz-linear-gradient(90deg, #786450 0%, #968264 100%);
  background: -webkit-linear-gradient(90deg, #786450 0%, #968264 100%);
  background: -o-linear-gradient(90deg, #786450 0%, #968264 100%);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.form-box .btn-wrap .back-btn:hover{
  background: linear-gradient(-90deg, #786450 0%, #968264 100%);
  background: -moz-linear-gradient(-90deg, #786450 0%, #968264 100%);
  background: -webkit-linear-gradient(-90deg, #786450 0%, #968264 100%);
  background: -o-linear-gradient(-90deg, #786450 0%, #968264 100%);
}
.form-box .btn-wrap .submit i,
.form-box .btn-wrap .cancle i{
  margin: 0 8px 0 0;
}

/*================ 會員專區 ==================*/
/* 會員登入 */
#member.login .box-wrap{
  background: url(../images/login_border.jpg) repeat 0 0;
  padding: 12px;
  margin: 30px auto;
  overflow: hidden;
}
#member.login .box-wrap{
  font-size: 0;
  position: relative;
}
#member.login .box-wrap .log-in{
  position: relative;
}
#member.login .box-wrap .log-in,
#member.login .box-wrap .right-box{
  background: #fff;
  min-height: 475px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#member.login .box-wrap .log-in>div,
#member.login .box-wrap .join-us{
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0;
}
#member.login .box-wrap .log-in:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 346px;
  background: url(../images/separation_line.png) no-repeat 0 0;
  right: 0;
  top: 50%;
  margin-top: -173px;
  max-height: 100%;
}
#member.login .box-wrap .s-ti{
  margin: 0;
  font-size: 1.125rem;
  color: #4f2100;
  position: relative;
}
#member.login .box-wrap .s-ti span{
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 0 0 10px;
}
#member.login .box-wrap .s-ti:after{
  content: '';
  width: 35px;
  height: 1px;
  background: #c4b4a7;
  display: block;
  position: relative;
  margin: 8px 0;
}
#member.login .box-wrap .log-in .enter-box{
  margin: 30px auto 20px;
}
#member.login .box-wrap .enter-box .text-box{
  padding: 0 10px 0 40px;
}
#member.login .box-wrap .enter-box span{
  left: 40px;
}
#member.login .box-wrap .account .input-box:before{
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/login_icon.png)no-repeat 0 0;
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
}
#member.login .box-wrap .password .input-box:before{
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/login_icon.png)no-repeat 0 -40px;
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
}
#member.login .box-wrap .email .input-box:before{
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/login_icon.png)no-repeat 0 -60px;
  position: absolute;
  z-index: 3;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
}
#member.login .box-wrap .log-in .other{
  margin: 10px 0 0;
  text-align: center;
}
#member.login .box-wrap .log-in .checkbox{
  display: inline-block;
  vertical-align: top;
}
#member.login .box-wrap .log-in .resend-btn,
#member.login .box-wrap .log-in .forgot-btn{
  display: inline-block;
  vertical-align: top;
  font-size: 0.938rem;
  color: #9d7657;
  position: relative;
  margin: 3px 0 0;
}
#member.login .box-wrap .log-in .resend-btn{
  margin: 3px 12px 0 0;
}
#member.login .box-wrap .log-in .resend-btn i,
#member.login .box-wrap .log-in .forgot-btn i{
  margin: 0 3px 0 0;
}
#member.login .box-wrap .log-in .resend-btn:hover,
#member.login .box-wrap .log-in .forgot-btn:hover{
  color: #4f2100;
  text-decoration: underline;
}
#member.login .box-wrap .code span{
  left: 10px;
}
#member.login .box-wrap .join-us .text{
  margin: 30px auto;
  font-size: 0.938rem;
}
#member.login .box-wrap .join-us .text p{
  color: #ed7208;
}
#member.login .box-wrap .join-us .add-btn{
  width: 150px;
  display: block;
  outline: none;
  color: #fff !important;
  text-align: center;
  position: relative;
  font-size: 0.95rem;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #ed4c00;
  background-color: #ff7500;
  background: linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -moz-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -webkit-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -o-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
#member.login .box-wrap .join-us .add-btn:before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../images/login_icon.png) no-repeat 0 -20px;
  margin: -3px 5px 0 0;
}
#member.login .box-wrap .join-us .add-btn:hover{
  background: linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -moz-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -webkit-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -o-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
}
#member.login .box-wrap .join-us .add-btn i{
  margin: 0 8px 0 0;
}
#member.login .box-wrap .resend-box,
#member.login .box-wrap .forgot-box{
  position: absolute;
  background: #fff;
  top: 12px;
  right: -100%;
  width: calc(50% - 12px);
  height: calc(100% - 24px);
  opacity: 0;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#member.login .box-wrap .resend-box.move,
#member.login .box-wrap .forgot-box.move{
  right: 12px;
  opacity: 1;
}
#member.login .box-wrap .resend-box>div,
#member.login .box-wrap .forgot-box>div{
  max-width: 300px;
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0;
}
#member.login .box-wrap .resend-box p.dec,
#member.login .box-wrap .forgot-box p.dec{
  font-size: 0.938rem;
  color: #787878;
  margin: 15px 0;
}
#member.login .box-wrap .resend-box .enter-box,
#member.login .box-wrap .forgot-box .enter-box{
  margin: 20px 0;
}
#member.login .socail-box a{
  width: calc(50% - 5px);
}
#member.login .socail-box a.fb{
  margin-right: 5px;
  margin-left: 0;
}
#member.login .socail-box a.line{
  margin-right: 0;
  margin-left: 5px;
}
@media (max-width: 1099px){
  #member.login .box-wrap .log-in,
  #member.login .box-wrap .right-box{
    min-height: 520px;
  }
  #member.login .socail-box a{
    width: 100%;
    margin-bottom: 5px;
  }
  #member.login .socail-box a.fb{
    margin-right: 0;
  }
  #member.login .socail-box a.line{
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991px){
  #member.login .box-wrap .log-in,
  #member.login .box-wrap .right-box{
    width: 100%;
    min-height: auto;
    padding: 30px 0;
  }
  #member.login .box-wrap .log-in>div,
  #member.login .box-wrap .join-us{
    max-width: 450px;
    padding: 0;
  }
  #member.login .form-box .btn-wrap{
    text-align: right;
  }
  #member.login .form-box .btn-wrap .cancle,
  #member.login .form-box .btn-wrap .submit{
    width: calc(50% - 5px);
  }
  #member.login .box-wrap .log-in:after{
    top: 100%;
    right: 50%;
    height: 280px;
    margin-top: -140px;
    background-size: 1px 90%;
    background-position: center center;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
  }
  #member.login .box-wrap .resend-box,
  #member.login .box-wrap .forgot-box{
    width: calc(100% - 24px);
    height: 50%;
  }
  #member.login .box-wrap .resend-box>div,
  #member.login .box-wrap .forgot-box>div{
    max-width: 450px;
  }
}
@media (max-width: 400px){
  #member.login .box-wrap .log-in .checkbox{
    display: block;
    margin: 0 0 8px 0;
    width: 100%;
    text-align: left;
  }
  #member.login .box-wrap .log-in .resend-btn,
  #member.login .box-wrap .log-in .forgot-btn{
    width: 50%;
    text-align: left;
    margin: 0;
  }
}

/* 會員註冊 */
#member.join p.dec{
  line-height: 160%;
  margin: 20px 0;
}
#member.join .part-box{
  border-bottom: 1px solid #ddd;
  position: relative;
}
#member.join .part-box:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient( 90deg, #eee 0%, #fff 100%);
  background: -moz-linear-gradient( 90deg, #eee 0%, #fff 100%);
  background: -ms-linear-gradient( 90deg, #eee 0%, #fff 100%);
}
#member.join .part-box .s-ti{
  height: 40px;
  line-height: 40px;
  background: #7d7d7d;
  font-size: 1.067rem;
  padding: 0 15px;
  color: #fff;
  margin: 0;
}
#member.join .part-box .enter-box{
  font-size: 0;
  padding: 30px 3%;
}
#member.join .part-box .enter-box .form-group{
  text-align: left;
  padding: 0 15px;
}
.form-group .note{
  font-size: 0.9rem;
  display: block;
  color: #ff7500;
}
#member.join .part-box .enter-box p{
  font-size: 1rem;
  margin: 0;
  width: 90px;
  padding: 7px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
#member.join .part-box .enter-box .form-group .box{
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: top;
}
#member.join .part-box .enter-box.account .form-group .box{
  max-width: 400px;
}
#member.join .part-box .half{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#member.join .part-box .birth .select-box{
  width: calc(33.333% - 4px);
  max-width: 100px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
#member.join .part-box .birth .select-box:last-child{
  margin: 0;
}
#member.join .part-box .gender .box{
  padding: 6px 0 0;
}
#member.join .part-box .gender .box .radio:last-child{
  margin: 0 0 0 20px;
}
#member.join .part-box .address .select-box{
  width: 180px;
  max-width: calc(50% - 55px);
  margin: 0 0 10px 5px;
  display: inline-block;
  vertical-align: top;
}
#member.join .part-box .address .select-box:first-child{
  width: 100px;
  margin: 0 0 10px;
}
#member.join .part-box .address .tailed{
  width: calc(100% - 105px);
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
#member.join .part-box .address .country{
  width: 200px;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}

#member.join .part-box .address .postal{
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
#member.join .check-wrap{
  margin: 30px auto 40px;
  text-align: center;
}
#member.join .check-wrap label.checkbox{
  display: inline-block;
}
#member.join .check-wrap label.checkbox span.txt{
  text-align: left;
}
#member.join .check-wrap label.checkbox a{
  color: #4f2100;
}
#member.join .check-wrap label.checkbox a:hover{
  text-decoration: underline;
}
#member.join .btn-wrap{
  text-align: center;
  margin: 0 0 50px;
  font-size: 0;
}
@media (max-width: 1199px){
  #member.join .part-box .half{
    width: 100%;
  }
}
@media (max-width: 640px){
  #member.join .part-box .enter-box p{
    display: block;
    margin: 0 0 8px;
  }
  #member.join .part-box .enter-box.account .form-group .box{
    max-width: none;
  }
  #member.join .part-box .enter-box .form-group .box{
    display: block;
    width: 100%;
  }
  #member.join .part-box .enter-box .form-group.gender p{
    width: 90px;
    display: inline-block;
  }
  #member.join .part-box .enter-box .form-group.gender .box{
    width: calc(100% - 90px);
    display: inline-block;
  }
  #member.join .part-box .address .select-box:first-child{
    width: 100%;
  }
  #member.join .part-box .address .select-box{
    width: calc(50% - 2.5px);
    max-width: none;
  }
  #member.join .part-box .address .select-box:nth-child(2){
    margin: 0 0 10px;
  }
  #member.join .part-box .address .country{
    width: 100%;
    margin: 0 0 6px 0px;
  }
}
@media (max-width: 480px){
  #member.join .part-box .enter-box .form-group{
    padding: 0;
  }
  #member.join .part-box .enter-box{
    padding: 15px 0 25px;
  }
  #member.join .part-box .address .postal{
    width: 90px;
  }
  #member.join .part-box .address .tailed{
    width: calc(100% - 95px);
  }
}

/* 修改會員資料 */
#member.profile .part-box{
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  border-top: 1px solid #eee;
}
#member.profile .part-box:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient( -90deg, #f5f5f5 0%, #fff 100%);
  background: -moz-linear-gradient( -90deg, #f5f5f5 0%, #fff 100%);
  background: -ms-linear-gradient( -90deg, #f5f5f5 0%, #fff 100%);
}
#member.profile .part-box:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient( 90deg, #f5f5f5 0%, #fff 100%);
  background: -moz-linear-gradient( 90deg, #f5f5f5 0%, #fff 100%);
  background: -ms-linear-gradient( 90deg, #f5f5f5 0%, #fff 100%);
}
#member.profile .part-box .enter-box{
  padding: 50px 3%;
}
#member.profile .btn-wrap{
  margin: 30px 0 50px;
}
#member.profile .form-group .box .date{
  font-size: 1rem;
  display: block;
  padding: 6px 0 0 0;
}


/* 訂單查詢 */
#member.order-list .table-wrap{
  font-size: 0;
  margin: 30px 0 30px;
  position: relative;
}
#member.order-list .table-wrap .head{
  width: 100%;
  font-size: 0;
  background: #7d7d7d;
  color: #fff;
  text-align: center;
}
#member.order-list .table-wrap .head>div{
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
#member.order-list .table-wrap .number{
  width: 16%;
}
#member.order-list .table-wrap .date,
#member.order-list .table-wrap .operation{
  width: 13%;
}
#member.order-list .table-wrap .price,
#member.order-list .table-wrap .status,
#member.order-list .table-wrap .pay,
#member.order-list .table-wrap .notice{
  width: 11%;
}
#member.order-list .table-wrap .transport{
  width: 14%;
}
#member.order-list .table-wrap .inner{
  padding: 20px 0 ;
  border-bottom: 1px solid #c9c9c9;
}
#member.order-list .table-wrap .inner:nth-child(2n){
  background: #f5f5f5;
}
#member.order-list .table-wrap .inner >div{
  font-size: 0.933rem;
  text-align: center;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
#member.order-list .table-wrap .inner .t-number{
  display: block;
  color: #666;
  font-size: 0.875rem;
}
#member.order-list .table-wrap .inner .number>a:hover{
  text-decoration: underline;
  color: #ed4c00;
}
#member.order-list .table-wrap .inner .notice .paid,
#member.order-list .table-wrap .inner .notice .pay-btn{
  font-size: 1rem;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
  line-height: 30px;
  background: #ff9933;
  color: #fff;
  transition: all .2s linear;
  -ms-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}
#member.order-list .table-wrap .inner .notice .paid{
  color: #fcd8b5;
  font-size: 1.125rem;
  background: rgba(0,0,0,0);
}
#member.order-list .table-wrap .inner .notice .pay-btn:hover{
  background: #ed4c00;
}
#member.order-list .table-wrap .inner .notice .paid span,
#member.order-list .table-wrap .inner .notice .pay-btn span{
  display: none;
}
#member.order-list .table-wrap .inner .operation .delete{
  display: block;
  height: 35px;
  width: 100%;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  background: #444;
  opacity: .8;
  border-radius: 3px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#member.order-list .table-wrap .inner .operation .delete:hover{
  opacity: 1;
}
#member.order-list .page-num{
  margin: 35px 0;
}
@media (max-width: 1199px){
  #member.order-list .table-wrap .head{
    display: none;
  }
  #member.order-list .table-wrap{
    border-top: 1px solid #c9c9c9;
    margin: 25px 0 0 ;
  }
  #member.order-list .table-wrap .inner{
    text-align: right;
    padding: 20px 15px;
  }
  #member.order-list .table-wrap .inner >div{
    width: 33.333%;
    text-align: left;
    position: relative;
    padding: 5px 10px 5px 80px;
  }
  #member.order-list .table-wrap .inner >div:before{
    content: '';
    position: absolute;
    color: #888;
    width: 80px;
    font-size: 0.933rem;
    left: 0;
    top: 5px;
  }
  #member.order-list .table-wrap .inner .number:before{
    content: '訂單編號 :';
  }
  #member.order-list .table-wrap .inner .date:before{
    content: '訂購日期 :';
  }
  #member.order-list .table-wrap .inner .price:before{
    content: '消費金額 :';
  }
  #member.order-list .table-wrap .inner .status:before{
    content: '訂單狀態 :';
  }
  #member.order-list .table-wrap .inner .pay:before{
    content: '付款狀態 :';
  }
  #member.order-list .table-wrap .inner .transport:before{
    content: '出貨狀態 :';
  }
  #member.order-list .table-wrap .inner .notice,
  #member.order-list .table-wrap .inner .operation{
    width: auto;
    padding: 0;
    max-width: 50%;
  }
  #member.order-list .table-wrap .inner .notice:before,
  #member.order-list .table-wrap .inner .operation:before{
    display: none;
  }
  #member.order-list .table-wrap .inner .notice .pay-btn,
  #member.order-list .table-wrap .inner .notice .paid{
    width: 120px;
    padding: 0 15px;
    font-size: 0.875rem;
    color: #fff;
    background: #ff9933;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 15px 0 0;
  }
  #member.order-list .table-wrap .inner .notice .paid{
    background: #fcd8b5;
  }
  #member.order-list .table-wrap .inner .notice .pay-btn span,
  #member.order-list .table-wrap .inner .notice .paid span{
    display: inline-block;
    margin-left: 5px;
  }
  #member.order-list .table-wrap .inner .operation .delete{
    width: 120px;
    padding: 0 15px;
    font-size: 0.875rem;
    color: #fff;
    background: #222;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 15px 0 0 10px;
  }
  #member.order-list .table-wrap .inner .not{
    display: none;
  }
}
@media (max-width: 767px){
  #member.order-list .table-wrap .inner >div{
    width: 50%;
  }
}
@media (max-width: 640px){
  #member.order-list .table-wrap .inner{
    padding: 15px 3%;
  }
  #member.order-list .table-wrap .inner >div{
    width: 100%;
  }
}

/* 訂單成立通知 */
#popup-cart-finish {
  background: #fff;
  max-width: 650px;
  width: 95%;
  margin: 0 auto;
  padding: 40px 50px;
  position: relative;
  font-size: 1.0625rem; 
  color: #222; 
  line-height: 1.8;
}
#popup-cart-finish .title{
  display: block;
  background: url(../images/icon-leaf.png) no-repeat left 0;
  padding: 0 0 10px 30px;
  position: relative;
  font-weight: bold;
  color: #4f2100;
  font-size: 1.2rem;
  margin: 0 0 15px;
}
#popup-cart-finish .title:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-top: 1px solid #ed6d00;
  border-bottom: 1px solid #ed6d00;
  bottom: 0;
  left: 0;
  background: #fff;
}
#popup-cart-finish .btn-wrap{
  text-align: center;
  margin: 25px auto 0;
}
#popup-cart-finish .submit {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  margin-left: 5px;
  outline: none;
  color: #fff !important;
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #ed4c00;
  background-color: #ff7500;
  background: linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -moz-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -webkit-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -o-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
#popup-cart-finish .submit:hover{
  background: linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -moz-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -webkit-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -o-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
}
#popup-cart-finish .submit i{
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #fff;
  line-height: 24px;
  font-size: 0.75rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#popup-cart-finish .submit i{
  margin: 0 0 0 8px;
}
#popup-cart-finish:hover i{
  margin: 0 0 0 12px;
}
@media (max-width: 539px) {
  #popup-cart-finish {
    padding: 30px;
    font-size: 1rem;
  }
}

/* 付款通知 */
#payment-notice {
  background: #fff;
  max-width: 700px;
  width: 95%;
  margin: 0 auto;
  padding: 35px 50px;
  position: relative;
}
.mfp-bg,
.mfp-wrap {
  z-index: 10000 !important;
}
#payment-notice .r-ti{
  background: url(../images/icon-leaf.png) no-repeat left 0;
  padding: 0 0 10px 30px;
  position: relative;
  font-weight: bold;
  color: #4f2100;
  font-size: 1.2rem;
  margin: 0 0 15px;
}
#payment-notice .r-ti:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-top: 1px solid #ed6d00;
  border-bottom: 1px solid #ed6d00;
  bottom: 0;
  left: 0;
  background: #fff;
}
#payment-notice .group-form{
  font-size: 0;
  margin: 0;
  padding: 10px 0;
}
#payment-notice .group-form .ti{
  margin: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px 0 0;
  text-align: right;
  font-size: 1rem;
  width: 150px;
  height: 35px;
  line-height: 35px;
}
#payment-notice .group-form .box{
  width: calc(100% - 150px);
  display: inline-block;
  vertical-align: top;
}
#payment-notice .group-form .enter{
  margin: 0;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
#payment-notice .group-form .text-box.disabled {
  background: -webkit-linear-gradient( 90deg, #eee 0%, #fff 100%);
  background: -moz-linear-gradient( 90deg, #eee 0%, #fff 100%);
  background: -ms-linear-gradient( 90deg, #eee 0%, #fff 100%);
}
#payment-notice .group-form .select-box {
  width: 120px;
  max-width: calc(33.333% - 10px);
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#payment-notice .group-form .select-box:last-child{
  margin-right: 0;
}
#payment-notice .group-form .select select {
  width: 100%;
  height: 35px;
  font-size: 1rem;
  padding: 0 25px 0 5px;
  border: none;
  border-bottom: 1px solid #666;
  background: rgba(0,0,0,0);
  border-radius: 0 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#payment-notice .btn-wrap{
  text-align: center;
  margin-top: 30px;
  font-size: 0;
}
@media (max-width: 767px){
  #payment-notice .group-form .ti{
    display: block;
    width: 100%;
    text-align: left;
    height: auto;
    line-height: 28px;
  }
  #payment-notice .group-form .box {
    display: block;
    width: 100%;
  }
}
@media (max-width: 640px){
  #payment-notice{
    padding: 30px 5%;
  }
}

/* 詳細 */
#member #cart.view .table-wrap{
  margin: 10px 0 0;
}

/* 變更密碼 */
#member.pwd .code{
  width: 80%;
}
@media (max-width: 767px){
  #member.pwd .code{
    width: 100%;
  }
}

/*================ 購物車 ==================*/
#cart .process{
  font-size: 0;
  margin: 40px auto;
}
#cart .process .box{
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: center;
}
#cart .process .box:before{
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  background: url(../images/cart_icon.png) no-repeat 0 0;
}
#cart .process .box:nth-child(1):before{
  background-position: 0 0;
}
#cart .process .box:nth-child(2):before{
  background-position: 0 -65px;
}
#cart .process .box:nth-child(3):before{
  background-position: 0 -130px;
}
#cart .process .box:nth-child(4):before{
  background-position: 0 -195px;
}
#cart .process .box:after{
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #ed6d00;
  right: -8.5px;
  top: 50%;
  margin-top: -10px;
  opacity: .3;
}
#cart .process .box:last-child:after{
  display: none;
}
#cart .process .box .txt{
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
  text-align: left;
  opacity: .4;
}
#cart .process .box .txt span{
  display: block;
  font-size: 1rem;
  color: #ed6d00;
  font-weight: bold;
}
#cart .process .box .txt p{
  margin: 3px 0 0;
  color: #6d6c6c;
  font-size: 0.933rem;
}
#cart .process .box.current:nth-child(1):before{
  background-position: -65px 0;
}
#cart .process .box.current:nth-child(2):before{
  background-position: -65px -65px;
}
#cart .process .box.current:nth-child(3):before{
  background-position: -65px -130px;
}
#cart .process .box.current:nth-child(4):before{
  background-position: -65px -195px;
}
#cart .process .box.current .txt{
  opacity: 1;
}
#cart .process .box.current:after{
  opacity: 1;
}
@media (max-width: 991px){
  #cart .process .box{
    width: 22%;
  }
  #cart .process .box.current{
    width: 34%;
  }
  #cart .process .box .txt{
    display: none;
  }
  #cart .process .box.current .txt{
    display: inline-block;
  }
  #cart .process .box:before{
    width: 40px;
    height: 40px;
    background-size: 80px auto;
  }
  #cart .process .box:nth-child(1):before{
    background-position: 0 0;
  }
  #cart .process .box:nth-child(2):before{
    background-position: 0 -40px;
  }
  #cart .process .box:nth-child(3):before{
    background-position: 0 -80px;
  }
  #cart .process .box:nth-child(4):before{
    background-position: 0 -120px;
  }
  #cart .process .box.current:before{
    width: 65px;
    height: 65px;
    background-size: 130px auto;
  }
  #cart .process .box.current:nth-child(1):before{
    background-position: -65px 0;
  }
  #cart .process .box.current:nth-child(2):before{
    background-position: -65px -65px;
  }
  #cart .process .box.current:nth-child(3):before{
    background-position: -65px -130px;
  }
  #cart .process .box.current:nth-child(4):before{
    background-position: -65px -195px;
  }
  #cart .process .box:after{
    border-width: 6px 0 6px 10px;
    margin-top: -6px;
    right: -5px;
  }
}
@media (max-width: 767px){
  #cart .process{
    margin: 20px auto 30px;
  }
  #cart .process .box{
    width: 18%;
  }
  #cart .process .box.current{
    width: 46%;
  }
}
@media (max-width: 640px){
  #cart .process .box.current .txt{
    display: block;
    padding: 0;
    text-align: center;
    margin: 8px 0 0;
  }
  #cart .process .box.current:before{
    width: 40px;
    height: 40px;
    background-size: 80px auto;
  }
  #cart .process .box.current:nth-child(1):before{
    background-position: -40px 0;
  }
  #cart .process .box.current:nth-child(2):before{
    background-position: -40px -40px;
  }
  #cart .process .box.current:nth-child(3):before{
    background-position: -40px -80px;
  }
  #cart .process .box.current:nth-child(4):before{
    background-position: -40px -120px;
  }
  #cart .process .box:after{
    border: none;
    width: 12px;
    height: 1px;
    background: #ed6d00;
    margin: 0;
  }
  #cart .process .box .txt span{
    font-size: 0.933rem;
  }
  #cart .process .box .txt p{
    margin: 0;
  }
}

/* btn */
#cart .btn-wrap{
  text-align: right;
  font-size: 0;
}
#cart .btn-wrap .back-btn,
#cart .btn-wrap .submit {
  line-height: 25px;
  width: 200px;
}
#cart .btn-wrap .back-btn i,
#cart .btn-wrap .submit i{
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 1px solid #fff;
  line-height: 24px;
  font-size: 0.75rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#cart .btn-wrap .back-btn i{
  margin: 0 8px 0 0;
}
#cart .btn-wrap .submit i{
  margin: 0 0 0 8px;
}
#cart .btn-wrap .back-btn:hover i{
  margin: 0 12px 0 0;
}
#cart .btn-wrap .submit:hover i{
  margin: 0 0 0 12px;
}

/*----- step1 ------*/
#cart.step1 .table-wrap{
  font-size: 0;
  margin: 0 0 30px;
  position: relative;
}
#cart.step1 .table-wrap .head{
  width: 100%;
  font-size: 0;
  background: #7d7d7d;
  color: #fff;
  text-align: center;
}
#cart.step1 .table-wrap .head>div{
  height: 40px;
  line-height: 40px;
}
#cart.step1 .table-wrap .pic{
  width: 10%;
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  padding: 0 15px;
}
#cart.step1 .table-wrap .pic>a{
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid rgba(0,0,0,0);
}
#cart.step1 .table-wrap .pic>a img{
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
#cart.step1 .table-wrap .pic>a:hover{
  border: 1px solid #ed6d00;
}
#cart.step1 .table-wrap .pic>a:hover img{
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
#cart.step1 .table-wrap .info{
  width: 90%;
  display: inline-block;
  vertical-align: middle;
}
#cart.step1 .table-wrap .info>div{
  display: inline-block;
  vertical-align: middle;
  width: 17%;
  font-size: 1rem;
  padding: 0 10px;
}
#cart.step1 .table-wrap .info .name{
  width: 36%;
  padding: 0 20px;
  text-align: left;
}
#cart.step1 .table-wrap .info .name>a{
  display: block;
  color: #333;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#cart.step1 .table-wrap .info .name>a:hover{
  color: #ed6d00;
}
#cart.step1 .table-wrap .info .operation{
  width: 13%;
}
#cart.step1 .table-wrap .body-wrap{
  text-align: center;
}
#cart.step1 .table-wrap .body-wrap .info>div{
  font-size: 0.933rem;
}
#cart.step1 .table-wrap .body-wrap .inner{
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
}
#cart.step1 .table-wrap .body-wrap .inner .quantity .qty-wrap{
  margin: 0 auto;
  max-width: 100%;
}
#cart.step1 .table-wrap .body-wrap .inner .operation{
  font-size: 1.5rem;
}
#cart.step1 .table-wrap .body-wrap .inner .operation >a{
  display: block;
  margin: 0 auto;
  color: #ccc;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#cart.step1 .table-wrap .body-wrap .inner .operation span{
  display: none;
}
#cart.step1 .table-wrap .body-wrap .inner .operation >a:hover{
  color: #888;
}
#cart.step1 .table-wrap .body-wrap .inner:nth-child(2n){
  background: #f5f5f5;
}
#cart.step1 .table-wrap .body-wrap .inner:last-child{
  border-bottom: none;
}
#cart.step1 .table-wrap .total-amount{
  padding: 20px;
  background: #fafafa;
  border-bottom: 1px solid #ddd;
  border-top: none;
  position: relative;
}
#cart.step1 .table-wrap .total-amount:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-top: 1px solid #ed6d00;
  border-bottom: 1px solid #ed6d00;
}
#cart.step1 .table-wrap .total-amount p{
  text-align: right;
  font-size: 0.933rem;
  margin: 0 0 5px;
}
#cart.step1 .table-wrap .total-amount span{
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  color: #666;
}
#cart.step1 .table-wrap .total-amount p.total{
  color: #ed6d00;
  font-size: 1.2rem;
  padding: 5px 0 0;
  margin: 5px 0 0;

}
#cart.step1 .table-wrap .total-amount p.total span{
   color: #ed6d00;
}
#cart.step1 .btn-wrap{
  padding: 10px 0 30px;
}
@media (max-width: 991px){
  #cart.step1 .table-wrap .head{
    display: none;
  }
  #cart.step1 .table-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    border-top: 1px solid #ed6d00;
    border-bottom: 1px solid #ed6d00;
  }
  #cart.step1 .table-wrap .pic{
    width: 25%;
    vertical-align: top;
  }
  #cart.step1 .table-wrap .info{
    width: 75%;
    vertical-align: top;
    padding: 0 3%;
  }
  #cart.step1 .table-wrap .info>div{
    width: 100% !important;
    display: block;
    text-align: left;
    padding: 0;
    position: relative;
  }
  #cart.step1 .table-wrap .info .name{
    padding: 0 0 15px;
    font-size: 1rem;
  }
  #cart.step1 .table-wrap .info .unit,
  #cart.step1 .table-wrap .info .quantity,
  #cart.step1 .table-wrap .info .price{
    padding: 5px 0 5px 80px;
  }
  #cart.step1 .table-wrap .info>div:before{
    content: '';
    position: absolute;
    font-size: 0.933rem;
    color: #666;
    width: 80px;
    left: 0;
    top: 5px;
  }
  #cart.step1 .table-wrap .info .name:before{
    display: none;
  }
  #cart.step1 .table-wrap .info .unit:before{
    content: '售　價';
  }
  #cart.step1 .table-wrap .info .quantity:before{
    content: '數　量';
    top: 10px;
  }
  #cart.step1 .table-wrap .info .price:before{
    content: '小　計';
  }
  #cart.step1 .table-wrap .body-wrap .inner .quantity .qty-wrap{
    margin: 0;
  }
  #cart.step1 .table-wrap .body-wrap .inner .operation{
    text-align: right;
  }
  #cart.step1 .table-wrap .body-wrap .inner .operation>a{
    display: inline-block;
    background: #666;
    border-radius: 3px;
    width: 100px;
    height: 35px;
    text-align: center;
    font-size: 0;
  }
  #cart.step1 .table-wrap .body-wrap .inner .operation i{
    font-size: 1.067rem;
    color: #fff;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 0 0;
  }
  #cart.step1 .table-wrap .body-wrap .inner .operation span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.933rem;
    color: #fff;
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 640px){
  #cart.step1 .table-wrap .pic{
    width: 30%;
    vertical-align: top;
  }
  #cart.step1 .table-wrap .info{
    width: 70%;
  }
}
@media (max-width: 480px){
  #cart.step1 .table-wrap .pic{
    width: 100%;
    vertical-align: top;
  }
  #cart.step1 .table-wrap .info{
    width: 100%;
    margin: 20px 0 0;
  }
}


/*----- step2 -----*/
#cart.step2 .total-amount{
  padding: 15px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: relative;
  min-height: 47px;
  line-height: 30px;
}
#cart.step2 .total-amount span{
  position: relative;
  display: inline-block;
  vertical-align: top;
}
#cart.step2 .total-amount span:before{
  content: '+';
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  font-size: 1rem;
}
#cart.step2 .total-amount span:last-child{
  color: #ed6d00;
  font-size: 1.071rem;
}
#cart.step2 .total-amount span:last-child:before{
  content: '=';
}
#cart.step2 .total-amount span:first-child:before{
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 27px;
  background: url(../images/cart_icon_2.png) no-repeat -28px 0;
}
#cart.step2 .enter-wrap{
  margin: 50px 0;
  border-bottom: 1px solid #aaa;
  font-size: 0;
}
#cart.step2 .enter-wrap .part-box{
  position: relative;
}
#cart.step2 .enter-wrap .part-box .s-ti{
  position: relative;
  font-size: 1.2rem;
  color: #572d10;
}
#cart.step2 .enter-wrap .part-box .s-ti:before{
  content: '';
  position: relative;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: top;
  background: url(../images/cart_icon_2.png) no-repeat -28px -28px #fff;
  margin: 1px 0 0 0;
  z-index: 1;
}
#cart.step2 .enter-wrap .part-box .s-ti:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 15px;
  background: rgba(106,57,6,.2);
  left: 0;
  top: 50%;
  margin-top: -7.5px;
  z-index: 0;
}
#cart.step2 .enter-wrap .part-box .s-ti span{
  display: inline-block;
  background: #fff;
  z-index: 2;
  padding: 0 20px 0 8px;
  position: relative;
}
#cart.step2 .enter-wrap .subscriber,
#cart.step2 .enter-wrap .info{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#cart.step2 .enter-wrap .subscriber{
  padding: 0 3% 0 0;
}
#cart.step2 .enter-wrap .info{
  padding: 0 0 0 3%;
}
#cart.step2 .enter-box{
  font-size: 0;
  padding: 25px 0;
}
#cart.step2 .enter-wrap .form-group p{
  width: 110px;
  margin: 0;
  padding: 7px 10px 0 0;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
#cart.step2 .enter-wrap .form-group .box{
  width: calc(100% - 110px);
  display: inline-block;
  vertical-align: top;
}
#cart.step2 .enter-wrap .form-group .box.oversea .oversea-hidden{
  display: none;
}
#cart.step2 .enter-wrap .form-group .box.oversea .full{
  width: 100%;
  margin: 0;
}
#cart.step2 .enter-wrap .form-group.name .box .input-box{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 120px);
}
#cart.step2 .enter-wrap .form-group .gender{
  display: inline-block;
  vertical-align: top;
  width: 120px;
  padding: 5px 0 0 15px;
}
#cart.step2 .enter-wrap .form-group.address .select-box{
  width: 180px;
  max-width: calc(50% - 55px);
  margin: 0 0 10px 5px;
  display: inline-block;
  vertical-align: top;
}
#cart.step2 .enter-wrap .form-group.address .select-box:first-child{
  width: 100px;
  margin: 0 0 10px;
}
#cart.step2 .enter-wrap .form-group.address .tailed{
  width: calc(100% - 105px);
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
#cart.step2 .enter-wrap .form-group.address .country{
  width: 200px;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}
#cart.step2 .enter-wrap .form-group.address .postal{
  width: 100px;
  display: inline-block;
  vertical-align: top;
}
#cart.step2 .enter-wrap .part-box.pay{
  margin: 20px 0 0;
}
#cart.step2 .enter-wrap .part-box.pay .s-ti:before{
  background-position: 0 -56px;
}
#cart.step2 .enter-wrap .part-box.pay .left-box,
#cart.step2 .enter-wrap .part-box.pay .right-box{
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
#cart.step2 .enter-wrap .part-box.pay .left-box{
  padding: 0 3% 0 0;
}
#cart.step2 .enter-wrap .part-box.pay .right-box{
  padding: 0 0 0 3%;
}
#cart.step2 .enter-wrap .part-box.pay .form-group  p{
  padding: 2px 10px 0 0;
}
#cart.step2 .enter-wrap .part-box.pay .form-group .radio{
  display: block;
  margin: 0 0 10px;
}
#cart.step2 .enter-wrap .part-box.pay .form-group .arrival .date{
  display: block;
  font-size: 1rem;
  padding-left: 25px;
}
#cart.step2 .enter-wrap .part-box.pay .form-group .arrival .date i{
  font-style: normal;
  font-size: 0.933rem;
}
#cart.step2 .enter-wrap .part-box.pay .form-group .arrival .date .radio{
  display: inline-block;
  vertical-align: top;
  font-size: 0.933rem;
}
#cart.step2 .enter-wrap .part-box.pay .form-group .arrival .date .radio .txt{
  color: #555;
  font-size: 0.933rem;
}
#cart.step2 .enter-wrap .part-box.info .s-ti:before{
  background-position: 0 -27px;
}
#cart.step2 .enter-wrap .part-box .apply{
  position: absolute;
  display: inline-block;
  background: #fff;
  top: 0;
  right: 0;
  padding: 0 10px;
}
#cart.step2 .enter-wrap .part-box .apply .checkbox{
  display: inline-block;
}
#cart.step2 .enter-wrap .part-box .apply .checkbox span.txt{
  color: #ed6d00;
}
#cart.step2 .enter-wrap .part-box .invoice .box{
  padding: 4px 0 0;
}
#cart.step2 .enter-wrap .part-box .invoice .radio{
  margin: 0 0 10px;
}
#cart.step2 .enter-wrap .part-box .invoice .inner .list span{
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  font-size: 0.933rem;
  color: #ed6d00;
}
#cart.step2 .enter-wrap .part-box .invoice .inner{
  border: 1px dashed #ed6d00;
  padding: 10px 20px;
  margin: 15px 0 0;
}
#cart.step2 .enter-wrap .part-box .invoice .inner .list .input-box{
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 5px;
}
#cart.step2 .enter-wrap .part-box .invoice .inner .list .input-box .text-box{
  border-top: none;
  border-right: none;
  border-left: none;
  font-size: 0.933rem;
  color: #666;
}
#cart.step2 .enter-wrap .part-box .textarea{
  height: 100px;
}
#cart.step2  .btn-wrap{
  margin: 0 0 50px;
}
@media (max-width: 991px){
  #cart.step2 .enter-wrap .subscriber,
  #cart.step2 .enter-wrap .info{
    width: 100%;
    padding: 0;
  }
  #cart.step2 .total-amount{
    text-align: right;
  }
  #cart.step2 .enter-wrap .part-box.info{
    margin: 20px 0 0;
  }
  #cart.step2 .enter-wrap .part-box.pay .left-box,
  #cart.step2 .enter-wrap .part-box.pay .right-box{
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px){
  #cart.step2 .total-amount span{
    display: block;
  }
}
@media (max-width: 640px){
  #cart.step2 .enter-wrap{
    margin: 30px 0;
  }
  #cart.step2 .enter-box{
    padding: 5px 0 15px;
  }
  #cart.step2 .enter-wrap .form-group p{
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  #cart.step2 .enter-wrap .form-group .box{
    width: 100%;
    display: block;
  }
  #cart.step2 .enter-wrap .part-box.pay,
  #cart.step2 .enter-wrap .part-box.info{
    margin: 0;
  }
  #cart.step2 .enter-wrap .part-box .apply{
    position: relative;
    right: auto;
    top: auto;
    display: block;
    text-align: right;
  }
  #cart.step2 .enter-wrap .form-group.address .country{
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 480px){
  #cart.step2 .enter-wrap .form-group.address .select-box:first-child{
    width: 100%;
  }
  #cart.step2 .enter-wrap .form-group.address .select-box{
    width: calc(50% - 2.5px);
    max-width: none;
  }
  #cart.step2 .enter-wrap .form-group.address .select-box:nth-child(2){
    margin: 0 0 10px;
  }
  #cart.step2 .enter-wrap .form-group.address .postal{
    width: 90px;
  }
  #cart.step2 .enter-wrap .form-group.address .tailed{
    width: calc(100% - 95px);
  }
}

/*----- step3 ------*/
#cart.step3 .modify{
  text-align: right;
  margin: 0 0 10px;
}
#cart.step3 .modify-btn{
  width: 120px;
  height: 38px;
  display: inline-block;
  border-radius: 3px;
  background: #999;
  color: #fff;
  text-align: center;
  line-height: 38px;
  font-size: 0.875rem;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#cart.step3 .modify-btn:hover{
  background: #666;
}
#cart.step3 .table-wrap{
  margin: 0;
}
#cart.step3 .table-wrap .info>div{
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  font-size: 1rem;
  padding: 0 10px;
}
#cart.step3 .table-wrap .info .name{
  width: 40%;
  padding: 0 20px;
  text-align: left;
}
#cart.step3 .total-amount{
  border-bottom: none;
  padding: 20px 0;
}
#cart.step3 .enter-wrap .part-box.pay .form-group  p,
#cart.step3 .enter-wrap .form-group p{
  padding: 0 10px 0 0;
}
#cart.step3 .form-group .apply-box{
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 110px);
  color: #666;
}
#cart.step3 .form-group .paynow{
  border: 2px solid #ed6d00;
  color: #fff;
  background: #ed6d00;
  font-weight: bold;
  border-radius: 5px;
  padding: 3px 10px;
  font-size: 0.9rem;
  margin-left: 10px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
#cart.step3 .form-group .rows{ margin-bottom: 5px; }
#cart.step3 .form-group .paynow:hover{
  background: #fff;
  color: #ed6d00;
}
#cart.step3 .enter-wrap .part-box.info .invoice .inner{
  margin: 10px 0;
}
#cart.step3 .enter-wrap .part-box.info .invoice .inner .list:first-child{
  margin: 0 0 5px;
}
#cart.step3 .enter-wrap .part-box.info .invoice i{
  font-size: 0.933rem;
  font-style: normal;
}
#cart.step2 .enter-wrap{
  margin: 30px 0;
}
#cart.step3 .enter-wrap .part-box .invoice .inner .list{
  margin: 0 0 10px;
}
@media (max-width: 640px){
  #cart.step3 .enter-wrap .part-box.pay .form-group  p,
  #cart.step3 .enter-wrap .form-group p{
    width: 110px;
    margin: 0;
    padding: 0;
    display: inline-block;
  }
  #cart.step3 .enter-wrap .part-box .invoice .inner .list span{
    display: block;
    margin: 0 0 5px;
  }
  #cart.step3 .enter-box{
    padding: 15px 0;
  }
}

/*----- step4 ------*/
#cart.step4 .finish-wrap{
  position: relative;
  min-height: 600px;
  margin: 0 0 50px;
  padding: 0 0 350px;
  background: url(../images/cart_step4_bg.png)no-repeat center bottom;
}
#cart.step4 .finish-wrap:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-top: 1px solid #ed6d00;
  border-bottom: 1px solid #ed6d00;
  top: 0;
  left: 0;
}
#cart.step4 .finish-wrap:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-top: 1px solid #ed6d00;
  border-bottom: 1px solid #ed6d00;
  bottom: 0;
  left: 0;
}
#cart.step4 .finish-wrap >div {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  width: 900px;
}
#cart.step4 .finish-wrap .pull-left{
  width: calc(100% - 180px);
}
#cart.step4 .finish-wrap .dec{
  color: #414141;
  font-size: 1.5rem;
  padding: 60px 0 40px;
}
#cart.step4 .finish-wrap .info .number-box span{
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
#cart.step4 .finish-wrap .info .number-box p{
  font-size: 1.5rem;
  margin: 0;
  color: #ed6d00;
  display: inline-block;
  vertical-align: middle;
}
#cart.step4 .finish-wrap .info .txt{
  font-size: 0.875rem;
  color: #878787;
  margin: 8px 0 0;
}
#cart.step4 .finish-wrap .btn-wrap{
  margin: 80px 0 0;
  width: 180px;
}
#cart.step4 .finish-wrap .btn-wrap .order-btn{
  width: 180px;
  max-width: 100%;
  display: block;
  outline: none;
  margin: 0 0 15px;
  color: #787878 !important;
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #909090;
  background-color: #dedede;
  background: linear-gradient(90deg, #dedede 0%, #fff 100%);
  background: -moz-linear-gradient(90deg, #dedede 0%, #fff 100%);
  background: -webkit-linear-gradient(90deg, #dedede 0%, #fff 100%);
  background: -o-linear-gradient(90deg, #dedede 0%, #fff 100%);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
#cart.step4 .finish-wrap .btn-wrap .order-btn:hover{
  background: linear-gradient(-90deg, #dedede 0%, #fff 100%);
  background: -moz-linear-gradient(-90deg, #dedede 0%, #fff 100%);
  background: -webkit-linear-gradient(-90deg, #dedede 0%, #fff 100%);
  background: -o-linear-gradient(-90deg, #dedede 0%, #fff 100%);
}
#cart.step4 .finish-wrap .btn-wrap .continue-btn{
  width: 180px;
  max-width: 100%;
  display: block;
  margin: 15px 0 ;
  outline: none;
  color: #fff !important;
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #ed4c00;
  background-color: #ff7500;
  background: linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -moz-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -webkit-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  background: -o-linear-gradient(90deg, #ff7500 0%, #ffa200 100%);
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
#cart.step4 .finish-wrap .btn-wrap .continue-btn:hover{
  background: linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -moz-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -webkit-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
  background: -o-linear-gradient(-90deg, #ff7500 0%, #ffa200 100%);
}
@media (max-width: 767px){
  #cart.step4 .finish-wrap .dec{
    padding: 40px 0 30px;
  }
  #cart.step4 .finish-wrap .btn-wrap{
    margin: 40px 0 0;
  }
  #cart.step4 .finish-wrap .pull-left{
    width: 100%;
    float: none;
  }
  #cart.step4 .finish-wrap .btn-wrap{
    width: 100%;
    float: none;
    margin: 50px 0 0;
  }
  #cart.step4 .finish-wrap .btn-wrap .continue-btn,
  #cart.step4 .finish-wrap .btn-wrap .order-btn{
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 8px);
    margin: 0;
  }
  #cart.step4 .finish-wrap .btn-wrap .order-btn.pay-info{
    margin: 0 12px;
  }
}
@media (max-width: 640px){
  #cart.step4 .finish-wrap{
    padding: 0 0 370px;
  }
  #cart.step4 .finish-wrap .dec{
    padding: 30px 0 20px;
  }
  #cart.step4 .finish-wrap .btn-wrap{
    margin: 30px 0 0;
  }
  #cart.step4 .finish-wrap .btn-wrap .order-btn{
    width: calc(50% - 5px);
    margin: 0;
  }
  #cart.step4 .finish-wrap .btn-wrap .order-btn.pay-info{
    margin: 0 0 0 5px;
  }
  #cart.step4 .finish-wrap .btn-wrap .order-btn.order{
    margin: 0 5px 0 0;
  }
  #cart.step4 .finish-wrap .btn-wrap .continue-btn{
    width: 100%;
    margin: 20px 0 0;
  }
}

/*================ faq ==================*/
#faq .question{
  width: 100%;
  padding: 0;
  margin: 30px 0;
  list-style-type: none;
}
#faq .question>li{
  margin: 0 0 20px;
}
#faq .question>li>a{
  display: block;
  padding: 10px 2%;
  font-size: 0;
  color: #4f2100;
  background: #eee;
  position: relative;
}
#faq .question>li>a .fa-question-circle{
  font-size: 1.667rem;
  color: #ff9933;
  width: 25px;
  display: inline-block;
  vertical-align: top;
}
#faq .question>li>a .fa-angle-right{
  font-size: 1.667rem;
  width: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#faq .question>li>a span{
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: calc(100% - 45px);
  padding: 2px 15px 0 15px;
}
#faq .question>li .answer{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
}
#faq .question>li .answer >li{
  padding: 15px 15px;
  font-size: 0.938rem;
  line-height: 28px;
  border-top: 2px solid #707070;
  margin: 2px 0 0;
}
#faq .question>li.open >a .fa-question-circle{
  color: #fff;
}
#faq .question>li.open>a{
  color: #fff;
  background: #707070;
}
#faq .question>li.open>a .fa-angle-right{
  transform:rotate(90deg);
 -ms-transform:rotate(90deg);
 -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
}
#faq .page-num{
  margin: 30px 0;
}
@media (max-width: 640px){
  #faq .question>li .answer >li{
    padding: 15px 0;
  }
}

/*================ contact ==================*/
#contact .contact-wrap{
  padding: 30px 0;
  border-top: 1px solid #ed6d00;
}
#contact .contact-wrap .pull-left{
  width: 65%;
  font-size: 0;
  padding-right: 4%;
}
#contact .contact-wrap .pull-right{
  width: 35%;
}
#contact .contact-wrap .pull-left p.dec{
  font-size: 1rem;
  margin: 0 0 20px;
}
#contact .contact-wrap .enter-box{
  margin: 0 -2%;
}
#contact .contact-wrap .form-group{
  padding: 0 2%;
}
#contact .contact-wrap .form-group.half{
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#contact .contact-wrap .form-group p{
  font-size: 1rem;
  margin: 0;
  width: 90px;
  padding: 7px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
#contact .contact-wrap .form-group p span{
  width: 10px; display: inline-block;
}
#contact .contact-wrap .form-group .box{
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: top;
}
#contact .contact-wrap .address .select-box{
  width: 180px;
  max-width: calc(50% - 5px);
  margin: 0 5px 10px 0;
  display: inline-block;
  vertical-align: top;
}
#contact .contact-wrap .code{
  width: 70%;
}
#contact .contact-wrap .btn-wrap{
  text-align: right;
  margin: 35px 0;
}
#contact .contact-wrap .map iframe{
  width: 100%;
  height: 300px;
  border: none;
}
#contact .contact-wrap .info{
  padding: 20px 8%;
  background: #eee;
  font-size: 0;
  position: relative;
}
#contact .contact-wrap .info .items{
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,.15);
  border-top: 1px solid rgba(255,255,255,.8);
}
#contact .contact-wrap .info .items:last-child{
  border-bottom: none;
}
#contact .contact-wrap .info .items:first-child{
  border-top: none;
}
#contact .contact-wrap .info .items i{
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 30px;
  font-size: 0.875rem;
  border-radius: 100%;
  border: 1px solid #eb6400;
  color: #eb6400;
}
#contact .contact-wrap .info .items:last-child i,
#contact .contact-wrap .info .items:first-child i{
  font-size: 1rem;
}
#contact .contact-wrap .info .items p{
  position: relative;
  padding: 6px 0 0 60px;
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: top;
  font-size: 0.933rem;
  margin: 0;
}
#contact .contact-wrap .info .items p:before{
  content: '';
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 1rem;
  color: #ef7c1a;
}
#contact .contact-wrap .info .items:nth-child(1) p:before{
  content: '地址:';
}
#contact .contact-wrap .info .items:nth-child(2) p:before{
  content: '傳真:';
}
#contact .contact-wrap .info .items:nth-child(3) p:before{
  content: '電話:';
}
#contact .contact-wrap .info:after {
   position: absolute;
   width: 80%;
   height: 40%;
   left: 10%;
   border-radius: 50%;
   z-index: -1;
   bottom: 0%;
   content: "";
   box-shadow: 0 7px 16px rgba(0,0,0,0.4);
}
@media (max-width: 1024px){
  #contact .contact-wrap .form-group.half{
    width: 100%;
    display: block;
  }
  #contact .contact-wrap .pull-left{
    width: 60%;
  }
  #contact .contact-wrap .pull-right{
    width: 40%;
  }
}
@media (max-width: 991px){
  #contact .contact-wrap .pull-left{
    width: 100%;
    float: none;
    padding: 0;
  }
  #contact .contact-wrap .pull-right{
    width: 100%;
    float: none;
  }
  #contact .contact-wrap .form-group.code{
    width: 100%;
  }
}
@media (max-width: 640px){
  #contact .contact-wrap .form-group p {
    display: block;
    margin: 0 0 8px;
  }
  #contact .contact-wrap .form-group .box {
    max-width: none;
    width: 100%;
  }
  #contact .contact-wrap .address .select-box{
    width: 100%;
    max-width: none;
    margin: 0 0 10px;
  }
}

/*================ privacy ==================*/
#privacy .text-edit{
  margin: 30px auto;
}

.mfp-hide {
  display: none !important;
}

.modal {
  z-index: 12040;
}

.p-content .bootstrap-datetimepicker-widget table td span {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

/* 新增輪播 */
.tabs-slide{
  padding-right: 20%;
  position: relative;
  mragin: 30px auto 50px auto;
}
.tabs-slide .big{
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.tabs-slide .big-slick{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabs-slide .big-slick.not-allowed {
  pointer-events: none;
}
.tabs-slide .big .box{
  width: 100%;
  height: 0!important;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.tabs-slide .big .box img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.tabs-slide .big .box iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tabs-slide .big .box iframe{
  z-index: 1!important;
  opacity: 0!important;
}
.tabs-slide .big .box img{
  z-index: 2!important;
  opacity: 1!important;
}
.tabs-slide .big .box[data-video-id]:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: background .25s, -webkit-transform .25s;
  transition: background .25s, -webkit-transform .25s;
  -o-transition: transform .25s, background .25s;
  transition: transform .25s, background .25s;
  transition: transform .25s, background .25s, -webkit-transform .25s;
}
.tabs-slide .big .box[data-video-id]:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border-color: transparent transparent transparent #ffffff;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
.tabs-slide .big .box[data-video-id]:hover:before{
  background-color: #f27300;
  border-color: #f27300;
  -webkit-transform: translate(-50%, -50%) scale(1.15);
      -ms-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}
.tabs-slide .big .box[data-video-id]:hover:after{
  -webkit-transform: translate(-50%, -50%) scale(1.15);
      -ms-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}
.tabs-slide .big .box.is-play iframe {
  z-index: 2!important;
  opacity: 1!important;
}
.tabs-slide .big .box.is-play img {
  z-index: 1!important;
  opacity: 0!important;
}
.tabs-slide .big .box[data-video-id].is-play:before, .tabs-slide .big .box[data-video-id].is-play:after{
  z-index: 1;
  opacity: 0;
}
.tabs-slide .big .slick-arrow{
  position: absolute;
  display: block!important;
  top: 50%;
  z-index: 50;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 0;
  background: none;
  border: none;
  -webkit-transition: left .25s, right .25s;
  -o-transition: left .25s, right .25s;
  transition: left .25s, right .25s;
}
.tabs-slide .big .slick-arrow.slick-disabled{
  opacity: 0.2;
  cursor: not-allowed;
}
.tabs-slide .big .slick-arrow:before{
  content: '';
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tabs-slide .big .slick-prev{
  left: 5px
}
.tabs-slide .big .slick-prev:hover{
  left: 0;
}
.tabs-slide .big .slick-prev:before{
  margin-left: -5px;
  left: 50%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.tabs-slide .big .slick-next{
  right: 5px
}
.tabs-slide .big .slick-next:hover{
  right: 0;
}
.tabs-slide .big .slick-next:before{
  margin-right: -5px;
  right: 50%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.tabs-slide .thumb-wrap{
  position: absolute;
  overflow: hidden!important;
  z-index: 10;
  top: -23px;
  bottom: -23px;
  padding-top: 20px;
  padding-bottom: 20px;
  right: 0;
  width: 20%;
}
.tabs-slide .thumb{
  display: none;
  opacity: 0;
}
.tabs-slide .thumb.shown{
  display: block;
  opacity: 1;
}
.tabs-slide .thumb .slick-track, .tabs-slide .thumb .slick-list{
  padding: 0!important;
}
.tabs-slide .thumb .slick-slide{
  padding: 3px 0;
}
.tabs-slide .thumb .slick-slider{
  z-index: 1;
}
.tabs-slide .thumb .box{
  background: #ebebeb;
  color: #222;
  padding: 10px 15px;
  min-height: 68px;
}
.tabs-slide .thumb .box p{
  display: -webkit-box;
  margin: 0;
  max-height: 48px;
  font-size: 15px;
  line-height: 1.6;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tabs-slide .thumb .slick-slide{
  padding-left: 10px;
}
.tabs-slide .thumb .slick-current .box{
  background: #f27300;
  color: #fff;
  position: relative;
}
.tabs-slide .thumb .slick-current .box:before{
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -6px;
  top: 50%;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 6px 5px 0;
  border-color: transparent #f27300 transparent transparent;
}
.tabs-slide .thumb-arrow{
  position: absolute;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 20px;
  font-size: 0;
  background: #fff;
  border: none;
}
.tabs-slide .thumb-arrow:before{
  content: '';
  position: absolute;
  left: 50%;
  width: 10px;
  height: 10px;
  z-index: 10;
  margin-left: -5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.tabs-slide .thumb-prev{
  top: 0
}
.tabs-slide .thumb-prev:before{
  margin-top: -3px;
  top: 50%;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.tabs-slide .thumb-prev:hover:before{
  border-left: 2px solid #f93;
  border-bottom: 2px solid #f93;
}
.tabs-slide .thumb-next{
  bottom: 0
}
.tabs-slide .thumb-next:before{
  margin-bottom: -3px;
  bottom: 50%;
  border-right: 2px solid #ddd;
  border-top: 2px solid #ddd;
}
.tabs-slide .thumb-next:hover:before{
  border-right: 2px solid #f93;
  border-top: 2px solid #f93;
}

@media (max-width:767px){
  .tabs-slide{
    padding-right: 0;
  }
  .tabs-slide .thumb .slick-slide{
    padding: 0;
    background: #f9e4b6;
  }
  .tabs-slide .thumb-wrap{
    width: 100%;
    position: relative;
    padding: 0;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .tabs-slide .thumb-arrow{
    left: auto;
    width: 20px;
    height: 100%;
    background: none;
  }
  .tabs-slide .thumb-arrow:before{
    top: 50%;
    left: auto;
    margin-left: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .tabs-slide .thumb-prev{
    top: auto;
    left: -20px;
  }
  .tabs-slide .thumb-prev:before{
    margin-top: -5px;
    margin-left: -5px;
    left: 50%;
  }
  .tabs-slide .thumb-next{
    bottom: auto;
    right: -20px;
  }
  .tabs-slide .thumb-next:before{
    margin-bottom: auto;
    margin-right: -5px;
    right: 50%;
  }
  .tabs-slide .thumb .box{
    background: none;
    color: #222;
    padding: 10px 15px;
    min-height: auto;
  }
  .tabs-slide .thumb .box p{
    display: block;
    max-height: none;
    overflow: visible;
    text-overflow: clip;
    text-align: center;
  }
  .tabs-slide .thumb .slick-slide{
    padding-left: 0;
  }
  .tabs-slide .thumb .slick-current .box, .tabs-slide .thumb .box{
    background: none;
    color: #222;
  }
  .tabs-slide .thumb .slick-current .box:before{
    display: none;
  }
}
.socail-box{
  text-align: center;
  margin: 20px 0;
}
.socail-box a{
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  width: 180px;
  margin: 0 5px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.socail-box a i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -3px;
}

.socail-box a.fb{
  background: #3c579e;
}
.socail-box a.fb i{
  font-size: 22px;
}
.socail-box a.line{
  background: #39ae41;
}
.socail-box a.line i{
  width: 22px;
  height: 22px;
  background: url(../images/icon_line.svg) no-repeat;
  background-size: contain;
}

@media (min-width: 992px) {
  .socail-box a:hover {
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
            box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}

@media (max-width: 991px){
  .socail-box{
    font-size: 0;
  }
  .socail-box a{
    width: calc(50% - 5px);
  }
  .socail-box a.fb{
    margin-right: 5px;
    margin-left: 0;
  }
  .socail-box a.line{
    margin-left: 5px;
    margin-right: 0;
  }
}
@media (max-width: 499px){
  .socail-box a{
    width: 100%;
    margin-bottom: 5px;
  }
  .socail-box a.fb{
    margin-right: 0;
  }
  .socail-box a.line{
    margin-left: 0;
    margin-bottom: 0;
  }
}

/* 網站訂閱 */
.push-notification {
  width: 610px;
  position: fixed;
  border-radius: 10px;
  border: 2px solid rgba(79, 33, 0, .65);
  top: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  padding: 20px;
}
.push-notification .noti-head{
  font-size: 0;
}
.push-notification .noti-head .pic,
.push-notification .noti-head h3{
  display: inline-block;
  vertical-align: middle;
}
.push-notification .noti-head .pic{
  width: 150px;
}
.push-notification .noti-head h3{
  width: calc(100% - 150px);
  margin-bottom: 0;
  padding-left: 20px;
  color: #4f2100;
  line-height: 1.4;
  font-size: 22px;
  margin-top: 0;
}
.push-notification p{
  margin: 20px 0;
  text-align: center;
}
.push-notification .btn-wrap{
  text-align: right;
}
.push-notification .btn-wrap button{
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 5px 20px;
  text-align: center;
  border-radius: 10px;
  font-size: 15px;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background: #ddd;
}
.push-notification .btn-wrap button.confirm{
  background: #7e6855;
  color: #fff;
  margin-left: 8px;
}
@media (min-width: 992px) {
  .push-notification .btn-wrap button:hover{
    -webkit-box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
    box-shadow: 0 0 999px rgba(255, 255, 255, 0.1) inset;
  }
}
@media (max-width: 767px) {
  .push-notification .noti-head .pic{
    width: 120px;
  }
  .push-notification .noti-head h3{
    width: calc(100% - 120px);
    font-size: 20px;
    padding-left: 10px;
  }
  .push-notification{
    width: 450px;
  }
}
@media (max-width: 499px) {
  .push-notification{
    width: 90%;
  }
  .push-notification .noti-head .pic{
    width: 100px;
    margin: auto;
    display: block;
  }
  .push-notification .noti-head h3{
    width: 100%;
  }
  .push-notification .noti-head h3{
    padding-left: 0;
    margin-top: 10px;
    text-align: left;
  }
  .push-notification p{
    margin: 15px 0 20px;
    text-align: left;
  }
}
/* 推播廣告 */
.push-advertisement{
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .75);
  width: 420px;
  padding: 20px;
  z-index: 1000;
  right: -50%;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.push-advertisement.show{
  right: 0;
}
.push-advertisement::after{
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_ad_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
}
.push-advertisement a{
  display: inline-block;
}
.push-advertisement .top-wrap{
  font-size: 0;
}
.push-advertisement .top-wrap .pic,
.push-advertisement .top-wrap .txt{
  display: inline-block;
  vertical-align: middle;
}
.push-advertisement .top-wrap .pic{
  width: 65px;
}
.push-advertisement .top-wrap .txt{
  width: calc(100% - 65px);
  color: #fff;
  padding-left: 15px;
}
.push-advertisement .top-wrap .txt h3{
  font-size: 20px;
  margin-top: 0;
}
.push-advertisement .top-wrap .txt p{
  font-size: 16px;
  color: #ddd;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 5px;
}
.push-advertisement .top-wrap .txt span{
  font-size: 14px;
  display: inline-block;
  width: 100%;
  color: #eee;
}
@media (min-width: 992px) {
  .push-advertisement a:hover .top-wrap .txt p{
    text-decoration: underline;
  }
}
@media (max-width: 499px) {
  .push-advertisement{
    width: 90%;
    padding: 10px;
  }
  .push-advertisement .top-wrap .txt{
    padding-left: 10px;
  }
}

/* 帳號綁定視窗 */
#bind-account {
  padding: 0 20px;
}
#bind-account .mfp-close{
  background: #ff7500;
  opacity: .85;
  color: #fff;
  position: absolute;
  top: -100px;
  right: 2%;
}
#bind-account .popup-wrap{
  max-width: 500px;
  margin: auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
#bind-account .popup-title{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #4f2100;
}
#bind-account .icon{
  width: 80px;
  margin: 20px auto;
  opacity: .9;
}
#bind-account .desc{
  color: #888;
}
#bind-account .deco-line{
  border-bottom: 1px solid #ddd;
  text-align: right;
  padding-bottom: 25px;
  margin-bottom: 20px;
  margin-top: -5px;
}
#bind-account .deco-line a{
  display: inline-block;
  vertical-align: middle;
  color: #888;
}
#bind-account .form-g-wrap p{
  font-size: 1rem;
  margin: 0;
  width: 90px;
  padding: 5px 10px 0 0;
  display: inline-block;
  vertical-align: top;
}
#bind-account .form-g-wrap .box{
  width: calc(100% - 94px);
  display: inline-block;
  vertical-align: top;
}
#bind-account .btn-wrap{
  text-align: center;
  margin-top: 45px;
}
#bind-account .gender .box{
  width: 100%;
}
#bind-account  .form-box label.radio{
  width: 100%;
  margin: 0;
}

@media (min-width: 992px) {
  #bind-account .deco-line a:hover{
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  #bind-account .mfp-close{
    top: -65px;
    right: 2%;
  }
}
@media (max-width: 767px) {
  #bind-account .popup-wrap{
    padding: 20px;
  }
  #bind-account .popup-title{
    font-size: 24px;
  }
  #bind-account .icon{
    width: 70px;
  }
  #bind-account .btn-wrap{
    margin-top: 30px;
  }
  #bind-account .deco-line{
    padding-bottom: 20px;
  }
}
.editor + .text-links {
  margin-top: -30px;
}
.text-links {
  color: rgb(211 84 0);
  margin: 0 auto 25px auto;
}
.text-links a {
  display: inline-block;
  color: #337ab7;
  position: relative;
  margin: 0;
  font-weight: 600;
  text-decoration: underline;
}
.text-links a span {
  color: rgb(211 84 0);
  display: inline;
}
.text-links a:hover span {
  color: rgb(236 0 140);
}
.text-links a.line {
  margin-top: 1.5em;
  color: #00c300
}
.text-links a.line span {
  color: inherit;
}
.text-links a.line:hover {
  color: rgb(211 84 0);
}
.text-links a.line::before {
  display: none;
}
