@charset "utf-8";
/*
 * CSS Document
 * ==========================================================================
 * 版權所有 2016 鉅潞科技網頁設計公司，並保留所有權利。
 * 網站地址: http://www.grnet.com.tw
 * ==========================================================================
 * $Author: Jia $
 * $Date: 2016-08-19 Fri. $
 * **請注意: 本樣式檔提供各分頁獨立樣式，
     重置樣式請寫入reset.css，共同樣式請斟酌寫入layout.css。
*/

/* 首頁 */
#index { background: #fff; }
#index .banner a {
  /*display: block;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 60px 60px;
  overflow: hidden;*/
}
#index .banner a img {
  width: 100%;
}
@media (orientation: portrait) {
  #index .banner a.top {
    height: calc(100vh - 40px);
  }
  #index .banner a.top img {
    position: relative;
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  @media (min-aspect-ratio: 16/23) {
    #index .banner a.top img {
      position: relative;
      width: 100%;
      height: auto;
      top: 50%;
      left: 0;
      transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
      -moz-transform: translate(0,-50%);
      -webkit-transform: translate(0,-50%);
    }
  }
}

/* 商品 */
/** 分類 **/
#goods {
  background: #fff;
}
#goods .head {
  background: #000;
  padding: 5px 12px;
}
#goods .head .ti {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 0.9375rem;
  color: #fff;
  vertical-align: top;
  margin: 0;
}
#goods .head .en {
  display: inline-block;
  height: 25px;
  line-height: 28px;
  font-size: 0.75rem;
  color: #777;
  vertical-align: top;
  margin: 0;
}
/** 列表 **/
#goods .list-intro {
  margin-bottom: 20px;
}
#goods .list .item {
  margin-bottom: 20px;
}
#goods .list .item a {
  display: block;
  padding: 10px;
  /*-webkit-tap-highlight-color: rgba(0,0,0,.05);*/
}
#goods .list .item a:active {
  background: rgba(0,0,0,.05);
}
#goods .list .item .pic {
  position: relative;
  height: 0;
  padding-bottom: 124.917%;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 60px 60px;
  overflow: hidden;
}
#goods .list .item .pic img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#goods .list .item .txt {
  position: relative;
  padding: 10px 0 0;
}
#goods .list .item .size {
  float: right;
  line-height: 20px;
  font-weight: bold;
  margin-left: 6px;
}
#goods .list .item .size li {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 0.75rem;
  color: #777;
  vertical-align: top;
  padding: 0 4px;
}
#goods .list .item .txt .left {
  overflow: hidden;
}
#goods .list .item .name {
  line-height: 20px;
  font-size: 0.875rem;
  color: #000;
  margin: 0;
}
#goods .list .item .price {
  margin: 4px 0 0;
}
#goods .list .item .price span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  font-size: 0.875rem;
  vertical-align: top;
}
#goods .list .item .price span.org {
  font-size: 0.75rem;
  color: #777;
  text-decoration: line-through;
  margin-right: 6px;
}
#goods .list .item .price span.sale {
  font-weight: bold;
  color: #000;
}
/** 詳細 **/
#goods .view .name {
  line-height: 23px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
  padding: 11px 15px;
  text-align: center;
}
#goods .view .pic-slick .slick-slide {
  position: relative;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 60px 60px;
}
#goods .view .pic-slick .slick-slide img {
  width: 100%;
}
#goods .view .pic-slick .slick-dots {
  position: absolute;
  height: 10px;
  top: 10px;
  right: 10px;
}
#goods .view .pic-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
#goods .view .pic-slick .slick-dots li:first-child {
  margin-left: 0;
}
#goods .view .pic-slick .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  font-size: 0;
  border: 1px solid #000;
  background: rgba(0,0,0,0);
  border-radius: 100%;
  padding: 0;
}
#goods .view .pic-slick .slick-dots li.slick-active button {
  background: #000;
}
#goods .view .detail {
  padding: 10px 15px;
}
#goods .view .price {
  height: 22px;
}
#goods .view .price span {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  vertical-align: top;
}
#goods .view .price span.org {
  font-size: 0.75rem;
  color: #777;
  text-decoration: line-through;
  margin-right: 6px;
}
#goods .view .price span.sale {
  font-size: 0.875rem;
  font-weight: bold;
}
#goods .view .sale-note {
  line-height: 20px;
  font-size: 0.8125rem;
  color: #f66;
  padding: 2px 0;
}
#goods .view .color {
  margin: 6px 0 10px;
}
#goods .view .color li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
#goods .view .color li img {
  display: block;
  border: 1px solid #000;
}
#goods .view .cart {
  margin: 0 0 15px;
}
#goods .view .cart select {
  display: block;
  float: left;
}
#goods .view .cart select.cart-size {
  padding-right: 36px;
  margin-right: 8px;
}
#goods .view .cart .cart-btn {
  display: block;
  float: right;
  width: calc(100% - 130px);
  max-width: 140px;
  height: 40px;
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  background: #000;
  border-radius: 0;
  text-align: center;
  padding: 10px;
  outline: none;
}
#goods .view .cart .cart-btn:active,
#goods .view .cart .cart-btn:focus {
  outline: none;
  box-shadow: none;
  background: #222;
}
#goods .view .cart .cart-btn i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/cart_btn.png') center no-repeat;
  background-size: cover;
  vertical-align: top;
  margin-left: 4px;
}
#goods .view .size {
  margin-top: 30px;
}
#goods .view .size .ti {
  position: relative;
  height: 25px;
  text-align: center;
}
#goods .view .size .ti:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 12px;
  left: 0;
}
#goods .view .size .ti span {
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  font-size: 0.9375rem;
  background: #fff url('../images/goods_size.jpg') 90% center no-repeat;
  background-size: 26px 25px;
  padding: 0 45px 0 15px;
}
#goods .view .size-chart {
  border: 1px solid #ddd;
  margin-top: -17px;
  padding: 20px 5px 5px;
  display: none;
}
#goods .view .size .content {
  margin-top: 10px;
}
#goods .view .tab {
  position: relative;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
}
#goods .view .tab:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 24px;
  background: #ccc;
  top: 8px;
  left: 50%;
}
#goods .view .tab li {
  display: inline-block;
  width: 50%;
  margin-left: -4px;
  vertical-align: top;
  padding: 0 15px;
}
#goods .view .tab li:first-child {
  margin-left: 0;
}
#goods .view .tab li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 0.875rem;
  color: #000;
  border-radius: 3px;
  text-align: center;
}
#goods .view .tab li a.current {
  background: #eee;
}
#goods .view .detail-slick {
  margin-top: 15px;
}
#goods .view .more {
  margin-top: 30px;
}
#goods .view .more .ti {
  position: relative;
  height: 25px;
  text-align: center;
}
#goods .view .more .ti:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 12px;
  left: 0;
}
#goods .view .more .ti span {
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  font-size: 0.9375rem;
  background: #fff url('../images/goods_more.jpg') 90% center no-repeat;
  background-size: 26px 25px;
  padding: 0 45px 0 15px;
}
#goods .view .more-list {
  padding-bottom: 25px;
}
#goods .view .more-list li {
  float: left;
  width: calc(50% - 5px);
  margin-top: 10px;
}
#goods .view .more-list li:nth-child(even) {
  margin-left: 10px;
}
#goods .view .more-list li a {
  display: block;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 40px 40px;
  /*-webkit-tap-highlight-color: rgba(0,0,0,.05);*/
}
#goods .view .more-list li a:active {
  background: rgba(0,0,0,.05);
}
#goods .view .more-list li a img {
  width: 100%;
}

/* 關於 */
#about {
  background: url('../images/about_bg.jpg');
}
#about .banner {
  position: relative;
  background: url('../images/about_banshadow.png') bottom center no-repeat;
  background-size: 100% 12px;
  padding-bottom: 12px;
}
#about .banner img {
  width: 100%;
}
#about .inner {
  text-align: center;
  padding: 20px 15px;
}
#about .head {
  text-align: center;
}
#about .head img {
  width: 100%;
  max-width: 305px;
}
#about .head .ti {
  line-height: 25px;
  font-size: 1rem;
  font-weight: bold;
  color: #2f2f2f;
  margin: 10px 0 0;
}
/** 堅持 **/
#about .sec {
  text-align: left;
  margin-top: 20px;
}
#about .sec .sec-ti {
  position: relative;
}
#about .sec .sec-ti .title {
  float: left;
  line-height: 20px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #2f2f2f;
  padding: 0 15px 0 0;
  margin: 18px 0 0;
}
#about .sec .sec-ti .num {
  display: block;
  float: right;
  width: 44px;
  line-height: 44px;
  font-size: 40px;
  font-family: 'Open Sans', Sans-serif;
  color: #9d9d9d;
  text-align: right;
}
#about .sec .sec-ti .line {
  display: block;
  overflow: hidden;
  height: 1px;
  background: #767676;
  margin-top: 27px;
}
#about .sec .content {
  line-height: 22px;
  font-size: 0.8125rem;
  margin: 5px 0 0;
}
#about .end {
  margin-top: 20px;
  padding-bottom: 25px;
}
#about .end span {
  display: block;
  float: right;
  line-height: 25px;
  font-size: 0.9375rem;
  color: #2f2f2f;
  padding-left: 10px;
}
#about .end .line {
  display: block;
  overflow: hidden;
  height: 1px;
  background: #767676;
  margin-top: 12px;
}

/* 文章 */
/** 列表 **/
#blog {
  background: #fff;
}
#blog .head {
  position: relative;
  text-align: center;
  margin: 15px 0;
}
#blog .head:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  top: 12px;
  left: 0;
}
#blog .head .ti {
  display: inline-block;
  position: relative;
  height: 25px;
  line-height: 25px;
  font-size: 0.9375rem;
  background: #fff;
  padding: 0 15px;
  margin: 0;
}
#blog .list .item {
  margin-bottom: 20px;
}
#blog .list .item a {
  display: block;
  padding-bottom: 10px;
  /*-webkit-tap-highlight-color: rgba(0,0,0,.05);*/
}
#blog .list .item a:active {
  background: rgba(0,0,0,.05);
}
#blog .list .item img {
  width: 100%;
}
#blog .list .item .title {
  line-height: 20px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  margin: 10px 0 0;
  padding: 0 15px;
}
#blog .list .item .summary {
  line-height: 20px;
  font-size: 0.8125rem;
  color: #777;
  margin: 5px 0 0;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/** 詳細 **/
#blog .view {
  padding: 0 15px 25px;
}
#blog .view .date {
  line-height: 20px;
  font-size: 0.8125rem;
  color: #555;
  text-align: center;
  margin-top: -10px;
}
#blog .view .title {
  text-align: center;
  margin: 15px 0;
}
#blog .view .title span {
  display: inline-block;
  line-height: 22px;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#blog .blog-alert {
  position: fixed;
  z-index: 10;
  width: 240px;
  height: 186px;
  border: 1px solid #999;
  background: url('../images/blog_alert.jpg') no-repeat;
  background-size: cover;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  opacity: .9;
  margin-top: -93px;
  margin-left: -120px;
  transition: opacity .5s cubic-bezier(0,.4,.4,1);
  -ms-transition: opacity .5s cubic-bezier(0,.4,.4,1);
  -moz-transition: opacity .5s cubic-bezier(0,.4,.4,1);
  -webkit-transition: opacity .5s cubic-bezier(0,.4,.4,1);
}
#blog .blog-alert.noshow {
  opacity: 0;
}
@media (min-width: 640px) {
  #blog .blog-alert {
    display: none;
  }
}
@media (orientation: landscape) {
  #blog .blog-alert {
    display: none;
  }
}

/* 購物說明 */
#guide {
  background: url('../images/about_bg.jpg');
}
#guide .ban {
  position: relative;
  height: 0;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 40px 40px;
  padding-bottom: 12.5%;
  margin: 0;
}
#guide .ban img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#guide .inner {
  padding: 25px 15px 20px;
}
#guide .ti {
  line-height: 24px;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
#guide .sec {
  margin-bottom: 10px;
}
#guide .sec .pic {
  position: relative;
  height: 0;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 60px 60px;
  padding-bottom: 46.7213%;
}
#guide .sec .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#guide .sec .title {
  line-height: 22px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin: 20px 0 15px;
}
#guide .sec .info li {
  position: relative;
  line-height: 22px;
  font-size: 0.875rem;
  color: #333;
  padding: 0 0 15px 15px;
}
#guide .sec .info li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #dc0053;
  border-radius: 100%;
  top: 7px;
  left: 2px;
}
#guide .sec .info-num {
  padding-left: 20px;
  list-style: decimal;
}
#guide .sec .info-num li {
  line-height: 22px;
  font-size: 0.875rem;
  color: #333;
  padding-bottom: 15px;
}
#guide .sec .info-sub {
  margin: 10px 0;
}
#guide .sec .info-sub li {
  position: relative;
  line-height: 22px;
  font-size: 0.875rem;
  color: #333;
  padding: 0 0 2px 15px;
}
#guide .sec .info-sub li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #dc0053;
  border-radius: 100%;
  top: 7px;
  left: 2px;
}
/** FAQ **/
#guide img.faq-img {
  display: block;
  width: 120px;
  margin: auto;
}
#guide .qlist {
  padding-bottom: 25px;
}
#guide .qlist .item {
  margin-top: 30px;
}
#guide .qlist .item .title {
  position: relative;
  line-height: 22px;
  font-size: 0.9375rem;
  color: #dc0053;
  text-indent: 22px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b6b6b6;
  margin: 0;
}
#guide .qlist .item .title:before {
  content: 'Q';
  display: block;
  position: absolute;
  font-size: 1.25rem;
  top: 0;
  left: 0;
  text-indent: 0;
}
#guide .qlist .item .answer {
  position: relative;
  line-height: 22px;
  font-size: 0.875rem;
  text-indent: 22px;
  margin: 5px 0 0;
}
#guide .qlist .item .answer:before {
  content: 'A';
  display: block;
  position: absolute;
  font-size: 1.25rem;
  color: #686868;
  top: 0;
  left: 2px;
  text-indent: 0;
}

/* 聯絡我們 */
#contact {
  background: url('../images/about_bg.jpg');
}
#contact .inner {
  padding: 30px 15px;
}
#contact .inner img.ti-img {
  display: block;
  width: 170px;
  margin: auto;
}
#contact .inner .ti {
  line-height: 22px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 5px 0 20px;
}
#contact .inner .note {
  line-height: 22px;
  font-size: 0.875rem;
  text-align: center;
  margin: 0 0 10px;
}
#contact .inner input.def {
  width: 100%;
  border-color: #000;
  background: transparent;
}
#contact .inner input.def,
#contact .inner textarea.def {
  width: 100%;
  border-color: #000;
  background: transparent;
}
#contact .inner input.def:focus,
#contact .inner textarea.def:focus {
  background: #fff;
}
#contact .inner .btn-submit {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  color: #fff;
  background: #000;
  border-radius: 0;
  text-align: center;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
#contact .inner .btn-submit:active {
  background: #222;
}
#contact .inner .btn-submit + .note {
  margin: 10px 0 0;
}


/* 企業合作 */
 #coop {
  background: url('../images/about_bg.jpg');
}
#coop .ti {
  margin: 15px 0 0;
  padding-right: 30px;
}
#coop .ti img {
  max-width: 300px;
}
.services-top-img img{ max-width: 100%; display: block; margin: 0 auto }
.services-top-txt{ padding: 15px; text-align: center }
.services-top-txt img{ max-width: 100%; display: block; margin: 0 auto }
#coop .h2{ font-size: 40px; text-align: center; color: #222; margin: 20% auto 10%; letter-spacing: 4px;}
#coop .h2 span{ font-weight: normal; }
#coop .wrap{ font-size: 0; text-align: center; margin-bottom: 15%}
#coop .wrap .box{ position: relative; font-size: 1rem; width: 298px; margin: 0 10px 30px; display: inline-block; box-shadow: 0 0 3px rgba(0, 0, 0, 0.8) }
#coop .wrap .box:after{ content:  url('../images/service_shadow.png'); display: block; width: 100%; height: 40px; background: ; position: absolute;bottom: -21px;}
#coop .wrap .box .pic-box{ position: relative }
#coop .wrap .box .pic-box img{ width: 100% }
#coop .wrap .box .txt-box{position: relative; z-index: 1; text-align: center; padding: 40px 0; background: #fff;}
#coop .wrap .left-box,
#coop .wrap .right-box{ display: inline-block; vertical-align: middle; height: 380px; font-size: 1rem; }
#coop .wrap .left-box{ width: 50%; }
#coop .wrap .left-box img{ width: 100%; }
#coop .wrap .right-box{ width: 40%;  padding: 0 5%; background: #fff; box-sizing: content-box;  color: #222; line-height: 2;text-align: left;}
#coop .wrap .right-box .h3{ font-size: 22px; letter-spacing: 2px; text-align: center; font-weight: bold; margin-top: 30%;}
#coop .wrap .right-box ol{ font-size: 18px; font-weight: bold}

#coop .wrap .left-txt,
#coop .wrap .right-txt{ display: inline-block; width: 45%; vertical-align: middle; font-size: 1rem; text-align: left; font-size: 18px; letter-spacing: 2px; text-align: left; font-weight: bold; color: #222; }
#coop .wrap .h4,
#coop .wrap p{ margin: 0; font-weight: bold }
#coop .wrap ul{ list-style: none; }


@media (max-width: 767px) {
#coop .wrap .left-box,
#coop .wrap .right-box,
#coop .wrap .left-txt,
#coop .wrap .right-txt{ width: 100%; height: auto; }
#coop .wrap .left-txt,
#coop .wrap .right-txt{ padding:30px; }
#coop .wrap .right-box{ padding: 50px 30px; }
#coop .wrap .right-box .h3{ margin-top: 0;  }
}




#coop .sec {
  background: #fff;
  margin: 20px 15px 0;
}
#coop .sec .pic {
  position: relative;
  height: 0;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 60px 60px;
  padding-bottom: 65.574%;
}
#coop .sec .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#coop .sec .title {
  line-height: 22px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  margin: 15px 0 10px;
}
#coop .sec .info {
  line-height: 22px;
  font-size: 0.875rem;
  color: #333;
  padding: 0 15px 15px;
} 
#coop .form {
  border: 1px solid #000;
  padding: 30px 15px;
  margin: 20px 15px 40px;
}
#coop .form .title {
  line-height: 24px;
  font-size: 1rem;
  text-align: center;
  margin: 0 0 20px;
}
#coop .form input.def,
#coop .form textarea.def {
  width: 100%;
  border-color: #000;
  background: transparent;
}
#coop .form input.def:focus,
#coop .form textarea.def:focus {
  background: #fff;
}
#coop .form .note {
  margin: -10px 0 25px;
}
#coop .form .btn-submit {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  color: #fff;
  background: #000;
  border-radius: 0;
  text-align: center;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
#coop .form .btn-submit:active {
  background: #222;
}

/* cooperation Set. ---------------------------------------------------------------- */
.cooperation{ width: 100%; overflow: hidden; color: #000; background: #fff; }
/* .cooperation .h2{ font-size: 22px; font-weight: bold; letter-spacing: 0.5rem; margin-bottom: 25px; margin: 0 auto 25px}
.cooperation .txt{ font-size: 16px; width: 100%; margin: 0 auto 50px; font-weight: bold; text-align: justify; letter-spacing: 4px; line-height: 2rem; }
.cooperation .banner-wrap{ margin: 0 auto 50px; }
.cooperation .banner-wrap img{ width: 100%; margin-bottom: 50px}
.cooperation .banner-wrap .h2{text-align: center; font-size: 24px;}
.cooperation .banner-wrap .txt{ padding: 0 20px; }
.cooperation .pic-wrap{ width: 110%; margin-bottom: 50px}
.cooperation .pic-wrap img{ display: inline-block; width: calc(20% - 10px); margin-left: 5px; margin-right: 5px; border: 3px solid #959595; }
.cooperation .pic-wrap img:first-child{ margin-left: -8%; }
.cooperation .whyus-wrap{ font-size: 0; position: relative; padding: 0 20px; margin-bottom: 50px; }
.cooperation .whyus-wrap .h2 { width: 100%; font-size: 22px; letter-spacing: 5px; margin: 0 auto 25px; text-align: left; }
.cooperation .whyus-wrap .txt-list { margin-left: 50px; padding: 0; font-size: 16px; font-weight: bold; letter-spacing: 6px; width: calc(66.66% - 50px); display: inline-block; vertical-align: text-bottom; }
.cooperation .whyus-wrap .txt-list> li { position: relative; margin-bottom: 10px;}
.cooperation .whyus-wrap .img { position: relative; display: inline-block; width: 33.33%; vertical-align: bottom;}
.cooperation .whyus-wrap .img img{ width: 100%; }
.cooperation .service-wrap{ width: 100%; padding: 0 20px; margin: 0 auto 50px }
.cooperation .service-wrap .list{ font-size: 0; margin: 0 -10px}
.cooperation .service-wrap .box{ display: inline-block; position: relative; width: calc(50% - 20px); margin: 0 10px 20px; padding: 40px 30px 20px; border: 3px solid #959595; vertical-align: top; color: #000; line-height: 1.5em; height: 12rem;  box-sizing: border-box;}
.cooperation .service-wrap .box:before{ position: absolute; left: 10px; top:10px; }
.cooperation .service-wrap .box:nth-child(1):before{ content: url('../images/1.png') }
.cooperation .service-wrap .box:nth-child(2):before{ content: url('../images/2.png') }
.cooperation .service-wrap .box:nth-child(3):before{ content: url('../images/3.png') }
.cooperation .service-wrap .box:nth-child(4):before{ content: url('../images/4.png') }
.cooperation .service-wrap .box:nth-child(5):before{ content: url('../images/5.png') }
.cooperation .service-wrap .box:nth-child(6):before{ content: url('../images/6.png') }
.cooperation .service-wrap .box .h3, 
.cooperation .service-wrap .box .txt{ width: auto; font-size: 16px; font-weight: bold; letter-spacing: 3px; text-align: justify; margin-top: 0}
.cooperation .service-wrap .box .h3{ font-size: 19px; }
.cooperation .service-wrap .box .txt{ margin-bottom: 0 }
.cooperation .form-wrap{ padding: 0 20px; position: relative; font-size: 0; width: 100%; margin: 0 auto 50px; }
.cooperation .form-wrap .left-box{ width: 80%; margin: 0 auto; position: relative;  z-index: 1}
.cooperation .form-wrap .left-box:before{ content:''; background: url('../images/form_bg.jpg') no-repeat; width: 100%; height: 110%; background-size: contain; position: absolute; left: -8%; top: -5%; right: 5%; bottom: -5%; z-index: -1;}
.cooperation .form-wrap .left-box img{ width: 100%; }
.cooperation .form-wrap .right-box{ padding: 20px; box-sizing: border-box; background: url('../images/form_right_bg.png') no-repeat center center; background-size: 100% 100% }
.cooperation .form-wrap #message_form{ width: 90%; margin: 0 auto; padding: 50px 0; }
.cooperation .form-wrap #message_form .h2{ font-size: 22px; letter-spacing: 10px; text-align: center; }
.cooperation .form-wrap #message_form .form-group{ font-size: 0 }
.cooperation .form-wrap #message_form .form-group dd,
.cooperation .form-wrap #message_form .form-group dt{ display: inline-block; font-size: 16px; }
.cooperation .form-wrap #message_form .form-group dd{ width: calc(100% - 100px); }
.cooperation .form-wrap #message_form .form-group dt{ width: 100px; padding: 10px 0; text-align: left; vertical-align: top }
.cooperation .form-wrap #message_form .form-group dd input.def{ width: 100%; border: 0; border-bottom: 1px solid #000;margin-bottom: 10px; line-height: 18px; height: 22px; padding:2px 5px;}
.cooperation .form-wrap #message_form .form-group dd textarea.def{ margin-bottom: 0; width: 100%; border: 0; border-bottom: 1px solid #000;}
.cooperation .form-wrap #message_form .btn.btn-submit { float: right; display: inline-block; margin-right: 10px; background: #000; color: #fff; height: 40px; width: 100px; text-align: center; border-radius: 0 }
@media (max-width:640px) {
  .cooperation .pic-wrap img { display: inline-block; width: calc(20% - 4px); margin-left: 2px; margin-right: 2px; border: 2px solid #959595; }
  .cooperation .service-wrap .box { display: block; width: calc(100% - 20px); margin: 0 10px 20px; height: auto; }
  .cooperation .whyus-wrap .txt-list { width: calc(66.66% - 40px); letter-spacing: 1px; margin: 0 20px 10px; line-height: 1.5rem; font-size: 0.875rem;vertical-align: middle }
  .cooperation .whyus-wrap .img { width: 33.33% }
  .cooperation .whyus-wrap .img:nth-of-type(1) { width: 33.33%; vertical-align: middle }
} */

/* 會員專區 */
#member {
  background: url('../images/about_bg.jpg');
}
#member .ban {
  position: relative;
  height: 0;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 40px 40px;
  padding-bottom: 12.5%;
  margin: 0;
}
#member .ban img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#member .inner {
  padding: 30px 15px;
}
#member .ti {
  line-height: 22px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 20px;
}
#member .form input.def {
  width: 100%;
  border-color: #000;
  background: transparent;
}
#member .form input.def:focus {
  background: #fff;
}
#member .form .form-group.code input.def {
  float: left;
  width: calc(100% - 110px);
}
#member .form .form-group.code a.code-img {
  display: block;
  float: right;
  width: 100px;
  height: 40px;
}
#member .form .btn-submit {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  color: #fff;
  background: #000;
  border-radius: 0;
  text-align: center;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
#member .form .btn-submit:active {
  background: #222;
}
#member .logout {
  text-align: center;
  margin-top: 30px;
}
#member .logout a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #777;
  border-bottom: 1px solid #777;
}
#member .logout a:active {
  background: rgba(0,0,0,.05);
}
/** 登入 + 忘記密碼 **/
#member .login-add-link,
#member .forget-link {
  line-height: 22px;
  font-size: 0.875rem;
  text-align: right;
}
#member .forget-link {
  text-align: center;
  margin: 10px 0 0;
}
#member .login-add-link a,
#member .forget-link a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #000;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  /*-webkit-tap-highlight-color: rgba(0,0,0,.05);*/
}
#member .login-add-link a:active,
#member .forget-link a:active {
  border-bottom: none;
  background: rgba(0,0,0,.05);
}
#member .forget-note {
  line-height: 22px;
  font-size: 0.875rem;
  text-align: center;
}
/** 加入會員 **/
#member .join-sexual {
  margin-top: 8px;
}
#member .birth-year,
#member .birth-date {
  float: left;
  border-color: #000;
  background-color: transparent;
  width: calc(33.333% - 5px);
}
#member .birth-date {
  width: calc(33.333% - 35px);
}
#member .birth-year:focus,
#member .birth-date:focus {
  background-color: #fff;
}
#member .birth-span {
  display: block;
  float: left;
  width: 25px;
  text-align: center;
}
#member .add-select {
  border-color: #000;
  background-color: transparent;
  margin-right: 6px;
  margin-bottom: 10px;
}
#member .add-select:focus {
  background-color: #fff;
}
/** 會員主頁 **/
#member .menu-list {
  margin-top: -20px;
}
#member .menu-list li {
  float: left;
  width: calc(50% - 8px);
  margin: 30px 4px 0;
}
#member .menu-list li a {
  display: block;
  position: relative;
  padding-top: 30px;
}
#member .menu-list li a .ico {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #555;
  border-radius: 100%;
  top: 0;
  left: 50%;
  margin-left: -30px;
}
#member .menu-list li a:active .ico {
  background: #333;
}
#member .menu-list li a span {
  display: block;
  position: relative;
  height: 70px;
  line-height: 40px;
  font-size: 1rem;
  color: #fff;
  background: #777;
  border-radius: 5px;
  text-align: center;
  padding-top: 30px;
  overflow: hidden;
}
#member .menu-list li a:active span {
  background: #555;
}
#member .menu-list li a span:before {
  content: '';
  display: block;
  position: absolute;
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 100%;
  top: -31px;
  left: 50%;
  margin-left: -31px;
}
/** 會員專區內頁 **/
#member .menu-tab {
  margin-bottom: 30px;
}
#member .menu-tab li {
  float: left;
  width: calc(33.333% - 4px);
  margin-left: 6px;
}
#member .menu-tab li:first-child {
  margin-left: 0;
}
#member .menu-tab li a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 0.875rem;
  color: #fff;
  background: #999;
  text-align: center;
}
#member .menu-tab li a:active {
  background: #707070;
}
#member .form input.disabled {
  border-color: #ccc;
  background: #fff;
  color: #555;
  opacity: 1;
}
#member .bonus-list .head,
#member .order-list .head {
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff;
  background: #333;
  text-align: center;
  padding: 5px 10px;
}
#member .bonus-list .bonus-count,
#member .order-list .order-count {
  height: 50px;
  line-height: 50px;
  font-size: 0.875rem;
  background: #ddd;
  text-align: center;
}
#member .bonus-list .bonus-count span,
#member .order-list .order-count span {
  font-size: 1.25rem;
  font-weight: bold;
  color: #f66;
}
#member .bonus-list .item,
#member .order-list .item {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#member .bonus-list .item a.switch,
#member .order-list .item a.switch {
  display: block;
  position: relative;
  height: 40px;
  padding: 10px;
}
#member .order-list .item.on-progress a.switch {
  background: rgba(255,102,102,.1);
}
#member .order-list .item.on-progress.open a.switch {
  background: none;
}
#member .bonus-list .item a.switch:active,
#member .order-list .item a.switch:active {
  background: rgba(0,0,0,.05);
}
#member .order-list .item.on-progress a.switch:active {
  background: rgba(255,102,102,.15);
}
#member .bonus-list .item a.switch:after,
#member .order-list .item a.switch:after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #ccc;
  top: 14px;
  right: 5px;
}
#member .order-list .item.on-progress a.switch:after {
  background: #ffabab;
}
#member .bonus-list .item.open a.switch:after,
#member .order-list .item.open a.switch:after {
  height: 2px;
  top: 19px;
}
#member .bonus-list .item a.switch > dl,
#member .order-list .item a.switch > dl {
  display: inline-block;
  height: 20px;
  vertical-align: top;
}
#member .bonus-list .item a.switch > dl + dl,
#member .order-list .item a.switch > dl + dl {
  margin-left: 11px;
}
#member .bonus-list .item a.switch > dl dt,
#member .order-list .item a.switch > dl dt {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.75rem;
  font-weight: normal;
  color: #fff;
  background: #bbb;
  border-radius: 3px 0 0 3px;
  text-align: center;
  margin-right: 4px;
  padding-left: 2px;
  vertical-align: top;
}
#member .order-list .item.on-progress a.switch > dl dt {
  background: #ffabab;
}
#member .bonus-list .item a.switch > dl dt:after,
#member .order-list .item a.switch > dl dt:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 4px solid #bbb;
  border-bottom: 10px solid transparent;
  top: 0;
  right: -4px;
}
#member .order-list .item.on-progress a.switch > dl dt:after {
  border-left-color: #ffabab;
}
#member .bonus-list .item a.switch > dl dd,
#member .order-list .item a.switch > dl dd {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #000;
  vertical-align: top;
}
#member .order-list .item.on-progress a.switch > dl dd {
  color: #f66;
}
#member .bonus-list .item table.item-inner,
#member .order-list .item table.item-inner {
  display: none;
  width: calc(100% - 20px);
  margin: 0 10px 10px;
  line-height: 20px;
  font-size: 0.8125rem;
  table-layout: fixed;
  border-collapse: collapse;
}
#member .bonus-list .item.open table.item-inner,
#member .order-list .item.open table.item-inner {
  display: table;
}
#member .bonus-list .item table.item-inner th,
#member .order-list .item table.item-inner th {
  width: 80px;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #000;
  padding: 5px;
  text-align: center;
}
#member .order-list .item.on-progress table.item-inner th {
  background: #f66;
}
#member .bonus-list .item table.item-inner td,
#member .order-list .item table.item-inner td {
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  padding: 5px;
}
#member .order-list .item.on-progress table.item-inner td {
  background: rgba(255,102,102,.05);
}
#member .bonus-list .item table.item-inner td a {
  color: #f66;
}
#member .order-list .item table.item-inner td.opt {
  background: none !important;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
}
#member .order-list .item table.item-inner td.opt a {
  display: inline-block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 0.8125rem;
  color: #fff;
  background: #999;
  text-align: center;
  vertical-align: top;
}
#member .order-list .item.on-progress table.item-inner td.opt a {
  background: #ffabab;
}
#member .order-list .item table.item-inner td.opt a:active {
  background: #707070;
}
#member .order-list .item.on-progress table.item-inner td.opt a:active {
  background: #f99;
}
#member .bot-note {
  line-height: 20px;
  font-size: 0.8125rem;
  color: #777;
  margin: 10px 0 0;
}
#member .refund-form-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  color: #fff;
  background: #222;
  border-radius: 0;
  text-align: center;
  margin-top: 20px;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
#member .refund-form-btn:active {
  background: #000;
}
#member .member-opt-btn {
  position: relative;
  height: 40px;
  margin: 0 0 10px;
}
#member .member-opt-btn ul {
  width: 100%;
  background: #fff;
  transition: width .15s cubic-bezier(0,.4,.4,1);
  -ms-transition: width .15s cubic-bezier(0,.4,.4,1);
  -moz-transition: width .15s cubic-bezier(0,.4,.4,1);
  -webkit-transition: width .15s cubic-bezier(0,.4,.4,1);
}
#member .member-opt-btn ul.fixed {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
}
#member .member-opt-btn ul li {
  float: left;
  padding-right: 1px;
}
#member .member-opt-btn ul[data-btns="1"] li { width: 100%; }
#member .member-opt-btn ul[data-btns="2"] li { width: 50%; }
#member .member-opt-btn ul[data-btns="3"] li { width: 33.333%; }
#member .member-opt-btn ul[data-btns="4"] li { width: 25%; }
#member .member-opt-btn ul li:last-child {
  padding-right: 0;
}
#member .member-opt-btn ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  color: #fff;
  border-radius: 0;
  text-align: center;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
#member .member-opt-btn ul li:nth-child(1) a { background: #777; }
#member .member-opt-btn ul li:nth-child(1) a:active { background: #555; }
#member .member-opt-btn ul li:nth-child(2) a { background: #555; }
#member .member-opt-btn ul li:nth-child(2) a:active { background: #333; }
#member .member-opt-btn ul li:nth-child(3) a { background: #333; }
#member .member-opt-btn ul li:nth-child(3) a:active { background: #111; }
#member .member-opt-btn ul li:nth-child(4) a { background: #222; }
#member .member-opt-btn ul li:nth-child(4) a:active { background: #000; }
#member .cart-item-list .item label.return-check {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: -4px;
}
#member .cart-item-list .item label.return-check:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  right: 0;
  bottom: -3px;
}
#member .cart-item-list .item label.return-check input {
  display: none;
}
#member .cart-item-list .item label.return-check input + span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  background: #aaa;
  border-radius: 5px 2px 2px 5px;
}
#member .cart-item-list .item label.return-check input + span:before {
  content: '';
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 2px;
  top: 6px;
  left: 6px;
}
#member .cart-item-list .item label.return-check input:checked + span:before {
  border-color: #777;
}
#member .cart-item-list .item label.return-check input:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 12px;
  border-right: 2px solid #777;
  border-bottom: 2px solid #777;
  top: 8px;
  left: 12px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#member .return-reason {
  margin-top: 30px;
}
#member .return-reason textarea.def {
  width: 100%;
  border-color: #000;
  background: transparent;
}
#member .return-reason textarea.def:focus {
  background: #fff;
}
#member a.return-alert-btn {
  display: inline-block;
  height: 18px;
  color: #000;
  border-bottom: 1px solid #000;
}
#member a.return-alert-btn:active {
  background: rgba(0,0,0,.05);
}
#refund-form {
  position: fixed;
  width: 90%;
  max-height: 90%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  margin: auto;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#refund-form .inner {
  max-height: 90vh;
  padding: 15px;
  overflow-y: auto;
}
#refund-form .head {
  line-height: 22px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}
#refund-form input.def {
  width: 100%;
}
#refund-form input.def.disabled {
  color: #777;
  border-color: #ccc;
  background: #eee;
}
#refund-form .bot {
  line-height: 22px;
  font-size: 0.8125rem;
  color: #777;
}
#refund-form .bot span {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #f66;
}
#refund-form .btn-submit {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  color: #fff;
  background: #000;
  border-radius: 0;
  text-align: center;
  margin-top: 20px;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
#refund-form .btn-submit:active {
  background: #222;
}
#refund-form .mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0,0,0,.25);
}
#return-alert {
  position: fixed;
  width: 90%;
  height: 90%;
  background: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.5);
  margin: auto;
  top: 5%;
  left: 5%;
}
#return-alert .inner {
  height: 100%;
  padding: 15px;
  overflow-y: auto;
}
#return-alert .inner img {
  margin: auto;
}
#return-alert .mfp-close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0,0,0,.25);
}

/* 購物車 */
#member .cart-head {
  margin-top: -15px;
}
#member .cart-head span {
  display: block;
  line-height: 20px;
  font-size: 0.8125rem;
  color: #777;
  text-align: center;
}
#member .cart-head .ti {
  line-height: 22px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 0 0 20px;
}
#member .cart-note {
  line-height: 20px;
  font-size: 0.875rem;
}
#member .cart-note.bot {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
#member .form {
  margin-top: 15px;
}
#member .form .cart-btn-box .btn {
  display: inline-block;
  width: calc(50% - 5px);
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  border-radius: 0;
  text-align: center;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
#member .form .cart-btn-box .btn-back {
  color: #fff;
  background: #707070;
}
#member .form .cart-btn-box .btn-back:active {
  background: #999;
}
#member .form .cart-btn-box .btn-next {
  color: #fff;
  background: #000;
  margin-left: 6px;
}
#member .form .cart-btn-box .btn-next:active {
  background: #222;
}
/** 登入 **/
#member .cart-quick {
  display: block;
  width: 220px;
  height: 80px;
  line-height: 22px;
  font-size: 0.9375rem;
  color: #fff;
  background: #666;
  border-radius: 5px;
  text-align: center;
  margin: 0 auto 20px;
  padding-top: 18px;
}
#member .cart-quick:active {
  background: #444;
}
#member .cart-quick-line {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
/** 步驟一 **/
#member label.cart-payment-select {
  display: block;
  position: relative;
  padding: 5px 15px 5px 50px;
  /*-webkit-tap-highlight-color: rgba(0,0,0,.05);*/
}
#member label.cart-payment-select:active {
  background: rgba(0,0,0,.05);
}
#member label.cart-payment-select input[type="radio"] {
  display: none;
}
#member label.cart-payment-select input[type="radio"] + span {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  top: 5px;
  left: 15px;
}
#member label.cart-payment-select input[type="radio"]:checked + span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 16px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  top: 0;
  left: 6px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#member label.cart-payment-select .name {
  line-height: 20px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 2px;
}
#member label.cart-payment-select .info {
  line-height: 18px;
  font-size: 0.8125rem;
  color: #777;
  margin: 0;
}
#member .cart-item-list,
#member .cart-gift-list {
  margin-top: 20px;
}
#member .cart-item-list .head,
#member .cart-gift-list .head {
  position: relative;
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff;
  background: #333;
  text-align: center;
  padding: 5px 10px;
}
#member .cart-gift-list .head {
  background: #fbadcb;
}
#member .cart-item-list .head i.switch,
#member .cart-gift-list .head i.switch {
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  top: 9px;
  right: 5px;
}
#member .cart-item-list.open .head i.switch,
#member .cart-gift-list.open .head i.switch {
  height: 2px;
  top: 14px;
}
#member .cart-item-list .list-inner,
#member .cart-gift-list .list-inner {
  display: none;
}
#member .cart-item-list.open .list-inner,
#member .cart-gift-list.open .list-inner {
  display: block;
}
#member .cart-item-list .item,
#member .cart-gift-list .item {
  position: relative;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
#member .cart-item-list .item .pic,
#member .cart-gift-list .item .pic {
  display: block;
  float: left;
  position: relative;
  width: 155px;
  height: 185px;
  background: url('../images/loading.gif') center no-repeat;
  background-size: 40px 40px;
  /*-webkit-tap-highlight-color: rgba(0,0,0,.05);*/
}
#member .cart-item-list .item a.pic:active {
  background: rgba(0,0,0,.05);
}
#member .cart-item-list .item .pic img,
#member .cart-gift-list .item .pic img {
  position: absolute;
  width: 125px;
  height: 155px;
  top: 15px;
  left: 15px;
}
#member .cart-item-list .item .txt,
#member .cart-gift-list .item .txt {
  overflow: hidden;
  position: relative;
  height: 185px;
  padding: 15px 15px 15px 0;
}
#member .cart-item-list .item .info,
#member .cart-gift-list .item .info {
  line-height: 18px;
  font-size: 0.8125rem;
}
#member .cart-gift-list .item .info {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
#member .cart-item-list .item .info span,
#member .cart-gift-list .item .info span {
  display: block;
  max-height: 36px;
  margin-bottom: 2px;
  overflow: hidden;
}
#member .cart-item-list .item .info span.small {
  font-size: 0.75rem;
  color: #777;
}
#member .cart-item-list .item .info span.event {
  font-size: 0.75rem;
  color: #f66;
}
#member .cart-item-list .item .price {
  position: absolute;
  line-height: 30px;
  font-size: 0.8125rem;
  font-weight: bold;
  right: 15px;
  bottom: 15px;
  margin: 0;
}
#member .cart-item-list .item .price.forsale {
  color: #f66;
}
#member .cart-item-list .item .price-confirm,
#member .cart-item-list .item .qty-confirm {
  position: absolute;
  line-height: 20px;
  font-size: 0.8125rem;
  right: 15px;
  bottom: 15px;
  margin: 0;
}
#member .cart-item-list .item .price-confirm {
  font-weight: bold;
}
#member .cart-item-list .item .qty-confirm {
  left: 0;
  right: auto;
}
#member .cart-item-list .item .price-confirm.forsale {
  color: #f66;
}
#member .cart-item-list .item select.def {
  position: absolute;
  height: 30px;
  left: 0;
  bottom: 15px;
}
#member .cart-item-list .item a.item-del {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 5px;
  right: -4px;
}
#member .cart-item-list .item a.item-del:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  right: 0;
  bottom: -3px;
}
#member .cart-item-list .item a.item-del i.fa {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #aaa;
  border-radius: 5px 2px 2px 5px;
}
#member .cart-item-list .item a.item-del:active i.fa {
  background: #888;
}
#member .cart-discount-list {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#member .cart-discount-list .title {
  position: relative;
  line-height: 26px;
  font-size: 0.875rem;
  padding-left: 20px;
}
#member .cart-discount-list .title:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #f66;
  border-radius: 100%;
  top: 8px;
  left: 2px;
}
#member .cart-discount-list .item {
  margin-top: 2px;
  margin-bottom: 0;
  padding-left: 20px;
}
#member .cart-discount-list .item dt {
  float: left;
  position: relative;
  width: calc(100% - 120px);
  line-height: 18px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #f66;
  padding-left: 15px;
}
#member .cart-discount-list .item dt:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f66;
  top: 6px;
  left: 2px;
  transform: rotate(45deg);
}
#member .cart-discount-list .item dd {
  float: right;
  width: 120px;
  line-height: 22px;
  font-size: 0.8125rem;
  text-align: right;
}
#member .cart-discount-list .item dd span {
  color: #f66;
  margin-left: 4px;
}
#member .cart-discount {
  line-height: 30px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  text-align: center;
  margin-top: 20px;
}
#member .cart-discount .head {
  line-height: 20px;
  font-size: 0.875rem;
  color: #fff;
  background: #fbadcb;
  text-align: center;
  padding: 5px 10px;
  margin: 0 0 10px;
}
#member .cart-discount input.def {
  width: 80px;
  border-color: #ccc;
  height: 30px;
  border-radius: 2px 0 0 2px;
  padding: 0 0 0 10px;
  vertical-align: middle;
}
#member .cart-discount input.def:focus {
  background: #f5f5f5;
}
#member .cart-discount .btn-discount {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #333;
  background: #ccc;
  border-radius: 0 2px 2px 0;
  padding: 0;
  outline: none !important;
  box-shadow: none !important;
  vertical-align: middle;
}
#member .cart-discount .btn-discount:active {
  background: #aaa;
}
#member .cart-discount .cart-discount-note {
  line-height: 22px;
  font-size: 0.8125rem;
  color: #777;
  margin: 5px 15px 10px;
}
#member .cart-discount .cart-discount-note span {
  color: #f66;
  font-weight: bold;
  margin: 0 5px;
}
#member .cart-count {
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
#member .cart-count dl {
  height: 20px;
  text-align: right;
  margin: 0 0 4px;
}
#member .cart-count dl dt {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #777;
}
#member .cart-count dl dd {
  display: inline-block;
  width: 85px;
  height: 20px;
  line-height: 20px;
  font-size: 0.875rem;
}
#member .cart-count dl dd.total {
  font-size: 1rem;
  font-weight: bold;
  color: #f66;
}
#member .cart-count .alert {
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 20px;
  font-size: 0.8125rem;
  color: #fff;
  background: #f3aec5;
  border-radius: 100%;
  text-align: center;
  padding-top: 25px;
  top: 20px;
  left: 10px;
}
/** 填寫訂購資訊 **/
#member .cart-fields {
  margin-top: 30px;
}
#member .cart-fields .head {
  position: relative;
  line-height: 20px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333;
  background: url('../images/cart_field.png') left 3px no-repeat;
  background-size: 14px 14px;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#member .cart-fields .head label.checkbox-def {
  position: absolute;
  color: #666;
  top: -1px;
  right: 0;
  margin: 0;
}
#member .cart-fields .head label.checkbox-def input[type="checkbox"] + span {
  border-color: #666;
}
#member .cart-fields .head label.checkbox-def input[type="checkbox"]:checked + span,
#member .cart-fields .head label.checkbox-def input[type="checkbox"]:checked + span:after {
  border-color: #333;
}
#member .cart-fields dl.form-group dt {
  float: left;
  width: 65px;
  line-height: 40px;
  padding: 0;
}
#member .cart-fields dl.form-group dd {
  overflow: hidden;
}
#member .cart-fields dl.form-group dd.cart-invoice-note {
  line-height: 22px;
}
#member .cart-fields input.cart-input-name {
  float: left;
  width: calc(100vw - 250px);
  margin-right: 10px;
}
#member .cart-fields input.cart-input-name ~ label.radio-def {
  margin-top: 9px;
}
#member .cart-license {
  display: block;
  float: none;
  height: auto;
  margin: 0 0 20px;
}
#submit-confirm,
#cancel-confirm {
  width: 100%;
  background: #fff;
  padding: 30px 15px;
}
#submit-confirm .mfp-close,
#cancel-confirm .mfp-close {
  display: none;
}
#submit-confirm .note,
#cancel-confirm .note {
  line-height: 22px;
  font-size: 1rem;
  text-align: center;
}
#submit-confirm .note small,
#cancel-confirm .note small {
  display: block;
  font-size: 0.875rem;
  color: #777;
  margin-top: 5px;
}
#submit-confirm .cart-confirm-btn-box,
#cancel-confirm .cart-confirm-btn-box {
  text-align: center;
  margin-top: 20px;
}
#submit-confirm .cart-confirm-btn-box .btn,
#cancel-confirm .cart-confirm-btn-box .btn {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  border-radius: 0;
  text-align: center;
  padding: 0;
  outline: none;
  box-shadow: none !important;
}
#submit-confirm .cart-confirm-btn-box .btn-confirm-back,
#cancel-confirm .cart-confirm-btn-box .btn-confirm-back {
  color: #fff;
  background: #707070;
}
#submit-confirm .cart-confirm-btn-box .btn-confirm-back:active,
#cancel-confirm .cart-confirm-btn-box .btn-confirm-back:active {
  background: #999;
}
#submit-confirm .cart-confirm-btn-box .btn-confirm-next,
#cancel-confirm .cart-confirm-btn-box .btn-confirm-next {
  color: #fff;
  background: #000;
  margin-left: 6px;
}
#submit-confirm .cart-confirm-btn-box .btn-confirm-next:active,
#cancel-confirm .cart-confirm-btn-box .btn-confirm-next:active {
  background: #222;
}
/** 完成訂單 **/
#member .cart-done-fields {
  margin-top: 30px;
  margin-bottom: 30px;
}
#member .cart-done-fields .head {
  position: relative;
  line-height: 24px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333;
  padding-left: 45px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#member .cart-done-fields .head.payment {
  background: url('../images/cart_done_1.png') left 1px no-repeat;
  background-size: 37px 22px;
}
#member .cart-done-fields .head.note {
  background: url('../images/cart_done_2.png') 6px top no-repeat;
  background-size: 28px 24px;
}
#member .cart-done-info {
  background: #fff;
  padding: 15px;
}
#member .cart-done-info dl {
  margin-bottom: 5px;
}
#member .cart-done-info dl:last-child {
  margin-bottom: 0;
}
#member .cart-done-info dl dt {
  float: left;
  position: relative;
  width: 80px;
  line-height: 22px;
  font-size: 0.875rem;
  color: #777;
  padding-left: 15px;
}
#member .cart-done-info dl dt:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #dc0053;
  border-radius: 100%;
  top: 7px;
  left: 0;
}
#member .cart-done-info dl dd {
  overflow: hidden;
  line-height: 22px;
  font-size: 0.875rem;
}
#member .cart-done-info ul li {
  position: relative;
  line-height: 22px;
  font-size: 0.875rem;
  padding-left: 15px;
  margin-bottom: 5px;
}
#member .cart-done-info ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  background: #dc0053;
  border-radius: 100%;
  top: 7px;
  left: 0;
}
#member .cart-done-info ul li:last-child {
  margin-bottom: 0;
}
#member .cart-done-info .cart-done-join {
  line-height: 22px;
  background: url('../images/cart_done_3.png') left top no-repeat;
  background-size: 33px 25px;
  text-indent: 40px;
  padding: 6px 0 0;
  margin-top: 10px;
}
#member .cart-credit {
  position: relative;
  height: 40px;
  margin: 0 0 10px;
}
#member .cart-credit .btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 0.875rem;
  color: #fff;
  background: #222;
  border-radius: 0;
  text-align: center;
  padding: 0;
  outline: none;
  box-shadow: none !important;
  transition: width .15s cubic-bezier(0,.4,.4,1);
  -ms-transition: width .15s cubic-bezier(0,.4,.4,1);
  -moz-transition: width .15s cubic-bezier(0,.4,.4,1);
  -webkit-transition: width .15s cubic-bezier(0,.4,.4,1);
}
#member .cart-credit .btn:active {
  background: #000;
}
#member .cart-credit .btn.fixed {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
}




/* 20180117瀑布流 */
.iWrap { padding: 20px 0; width: 100%}
.iWrap .list .item {
  width: calc(100%/2 - 20px);
  margin-bottom: 20px;
  margin-left: 10px;
}
.iWrap .list .item > a {
  display: block;
  position: relative;
}
.iWrap .list .item > a .pic {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
.iWrap .list .item > a .pic img {
  display: block;
  width: 100%;
  height: auto !important;
  opacity:1;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.iWrap .list .item > a:hover .pic img {
  opacity: 0.3;
  width: 100%;max-width: 100%;
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.iWrap .list .item > a .pic .moreBtn {
  opacity: 0;
  width: 100px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -50px;
  border: 1px solid rgba(255,255,255,0.4);
  color: #fff;
  font-size: 0.9333em;
  text-align: center;
  line-height: 24px;
  z-index: 2
}
.iWrap .list .item > a:hover .pic .moreBtn {
  opacity: 1;
}
.iWrap .list .item > a .ti{ padding: 0 10px; color: #222; margin-top: 10px; text-align: left; }
.iWrap .list .item > a:hover .ti{ color: #000 }
@media (max-width: 991px) {
   .iWrap { padding: 20px 10px;}
  .iWrap .list .item {
    width: calc(100%/3 - 20px);
  }
}
@media (max-width: 680px) {

  .iWrap .list .item {
    width: calc(100%/2 - 20px);
  }
}



/* 無分頁加載 */
.pagination {
  display: none;
  text-align: center;
}
#infscr-loading {
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: 30px;
  margin-left: -60px;
  padding: 10px 15px;
  width: 130px;
  color: #fff;
  text-align: center;
  background-color: rgba(0,0,0,.7);
}

/*