@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*CSS reset END*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  text-decoration: none;
}

body {
  background-color: #0b003c;
  /*需要修改處 背景色*/
  font-family: 'PingFang TC', 'Microsoft JhengHei', sans-serif;
  background-image: url(../img/bgPattern.png);
  background-repeat: repeat-y;
  background-position: center;
  overflow-x: hidden;
}

ul li {
  list-style: none;
}

.container {
  width: 1220px;
  margin: 0 auto;
  padding: 0 0.8rem;
}

@media (max-width: 1024px) {
  .container {
    width: 100%;
      }
}

.spacing {
  padding: 5rem;
}

@media (max-width: 1024px) {
  .spacing {
    padding: 1rem;
  }
}

@media (max-width: 1024px) {
  .spacing {
    padding: 0;
  }
}

.background {
  overflow-x: hidden;
  height: 1675px;
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 1024px) {
  .background {
    background-image: none;
  }
}

.menu {
  position: fixed;
  width: 1220px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 50;
  background-color: #d84cff;
  /*需要修改處 選單底色*/
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .menu {
    width: 100%;
    border-radius: 0;
  }
}

.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.menu ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.menu ul li a {
  text-align: center;
  display: block;
  color: #fff;
  padding: 1.7rem 0 1.5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1.5rem;
  font-weight: bold;
}

.menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 414px) {
  .menu ul li a {
    padding: 1.2rem 0;
    font-size: 1.3rem;
  }
  .menu ul li a span {
    display: none;
  }
}

.menu-active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}
.bank-block {
  margin: 0 auto;
  width: 100%;
  max-width: 60rem;
  margin-top: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
           position: relative;
}

.bank-block > div {
  width: 100%;
  padding: .5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
   position: relative;
}

.bank-block > div:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.bank-block > div img {
  width: 100%;
}

@media (max-width: 768px) {
  .bank-block > div {
    width: 100%;
    padding: .3rem;
  }
}

.bank-font {
  width: 100%;
  position: absolute;
  top: 24%;
  margin: 0 auto;
}

@media screen and (max-width: 414px) {
  .bank-font {
    top: 22%;
  }
}

.bank-font img {
  width: 92%;
  max-width: 800px;
}

.bank-font a:hover {
  position: relative;
  top: 1px;
  left: 1px;
}

.bank-ad {
  position: absolute !important;
  top: 42%;
  max-width: 750px;
  width: 90% !important;
  height: 55%;
  margin: 0 auto !important;
}

@media screen and (max-width: 414px) {
  .bank-ad {
    height: 75%;
  }
}

.bank-ad img {
  margin-top: 0rem;
}

.bank-ads {
  position: relative;
  width: 100%;
  max-width: 52rem;
  margin: 1.5rem auto 0;
}

.bank-ads img {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
}

.bank-ads a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}  
/* share */
.follower {
  position: fixed;
  bottom: 10%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 101;
}

.follower .social-facebook-out img, .follower .social-line-out img, .follower .social-ig-out img {
  height: 2.6rem;
  width: 2.6rem;
}

.follower .share-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.follower .share-btns .share-cover {
  background-image: url("../img/icon_share.png");
  background-repeat: no-repeat;
  left: 0rem;
  z-index: 10;
}

.follower .share-btns .social-ig {
  background-image: url("../img/icon_ig.png");
  background-repeat: no-repeat;
  left: 3rem;
  opacity: 0;
}

.follower .share-btns .social-facebook {
  background-image: url("../img/icon_fb.png");
  background-repeat: no-repeat;
  left: 6rem;
  opacity: 0;
}

.follower .share-btns .social-line {
  background-image: url("../img/icon_line.png");
  background-repeat: no-repeat;
  left: 9rem;
  opacity: 0;
}

.follower .share-btns > a {
  height: 2.6rem;
  width: 2.6rem;
  background-size: contain;
  margin-bottom: .4rem;
  margin-left: .4rem;
  position: relative;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.follower .share-btns.active > a {
  left: 0;
  opacity: 1;
}

.scrollTT {
  height: 2.6rem;
  width: 2.6rem;
  position: relative;
  opacity: 0;
  background-image: url("../img/icon_top.png");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out .2s;
  transition: .3s ease-in-out .2s;
  z-index: 101;
}

.scrollTT.show {
  opacity: 1;
}

/* header */
header {
  width: 1220px;
  margin: 0 auto 15rem;
}

@media (max-width: 1024px) {
  header {
    width: 100%;
    margin: 0 auto;
  }
}

header img {
  width: 100%;
}

@media (max-width: 1024px) {
  .hero {
    display: none;
  }
}

@media (min-width: 1025px) {
  .heroM {
    display: none;
  }
}

/* topBN */
.topBN_header {
  position: absolute;
  top: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .topBN_header {
    width: 100%;
  }
  .topBN_header img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .topBN_header {
    top: -145px;
  }
}

@media (max-width: 414px) {
  .topBN_header {
    top: -75px;
  }
}

@media (max-width: 375px) {
  .topBN_header {
    top: -60px;
  }
}

.topBN_body { 
  position: relative;padding: 3em 0 0;
  text-align: center;
}
  border: 66px solid;
  -o-border-image: url(../img/topBN_bg.png) 66 round;
     border-image: url(../img/topBN_bg.png) 66 fill round;
  padding: 1rem 0 0;
}
line-height
@media (max-width: 414px) {
  .topBN_body {
    border: 30px solid;
    -o-border-image: url(../img/topBN_Mbg.png) 30 round;
       border-image: url(../img/topBN_Mbg.png) 30 fill round;
  }
}

.topBN_body a {
  margin: 0rem 0.5%;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  width: 23%;
}

.topBN_body a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-filter: drop-shadow(1px 5px 8px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(1px 5px 8px rgba(0, 0, 0, 0.4));
}

@media (max-width: 1024px) {
  .topBN_body a {
    width: 47%;
  }
  .topBN_body a:nth-of-type(1), .topBN_body a:nth-of-type(2) {
    margin-bottom: 2rem;
  }
}

.topBN_body a img {
  width: 100%;
}

@media (max-width: 1024px) {
  .topBN_Mbg {
    position: relative;
    top: -5px;
    background-color: #b10000;
    /*需要修改處 熱銷四品背景(手機板時)*/
    padding: 1rem 1.2rem 6rem;
  }
}

@media (max-width: 414px) {
  .topBN_Mbg {
    padding: 0rem 1rem 2rem;
  }
}

/* product */
.product_block {
  margin: 2.5rem 0;
}

.product_wrapper .groupTitle img, .product_wrapper .groupTitleM img {
  width: 100%;
  text-align: center;
  position: relative;
  top: 6px;
}

@media (max-width: 768px) {
  .product_wrapper .groupTitle img {
    display: none;
  }
}

@media (min-width: 769px) {
  .product_wrapper .groupTitleM img {
    display: none;
  }
}

.product_item {
  border-radius: 0 0 1rem 1rem;
  padding: 1.5rem 2rem 1rem;
  background-color: #ffffff;
  /*需要修改處 分類區塊背景*/
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 414px) {
  .product_item {
    padding: 1rem 0rem 0rem;
    background-color: transparent;
  }
}

.product_item li {
  cursor: pointer;
  width: 19%;
  background-color: #fff;
  margin: 0 0.5% 1rem;
  padding: .6rem;
  position: relative;
  top: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_item li img {
  width: 100%;
}

@media (max-width: 768px) {
  .product_item li {
    width: 48%;
    margin: 0 1% 15px;
  }
}

.product_item li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 5px 8px rgba(0, 0, 0, 0.4);
}

/* 商品卡 */
.subtitle, .title {
  overflow: hidden;
  width: 100%;
  text-align: center;
  white-space: none;
  padding: 0.3rem 0;
}

.subtitle {
  color: #fff;
  background-color: #666;
}

.title {
  color: #000;
  font-weight: 600;
  font-size: 1.1rem;
}

.price {
  color: #f6328b;
  /*需要修改處 價格文字色*/
  padding-top: .2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.price .present {
  font-size: 1.6rem;
  font-weight: bolder;
  font-family: Arial;
}

@media (max-width: 375px) {
  .price .present {
    font-size: 1.2rem;
  }
}

.price .present span {
  font-size: .8em;
}

.price .origin {
  font-size: 1rem;
  text-decoration: line-through;
}

@media (max-width: 375px) {
  .price .origin {
    font-size: 0.6rem;
  }
}

.price .cta {
  width: 3.2rem;
  position: absolute;
  right: -1px;
  border-radius: 8px 0 0 8px;
  text-align: center;
  color: #fff;
  background-color: #f6328b;
  /*需要修改處 搶購背景色*/
  font-size: .9rem;
  line-height: 1.4rem;
  height: 1.4rem;
}

/* switch window */
.switch_window {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  display: none;
}

.mask_bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.Conversion_area {
  position: relative;
  z-index: 1;
  width: 500px;
  margin: 0 auto;
  top: calc(50% - 168px);
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 10px;
  border-top: 2px solid #e8546f;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  font-size: 1rem;
  line-height: 1.6rem;
}

@media (max-width: 768px) {
  .Conversion_area {
    width: 90%;
  }
}

.Conversion_area a {
  outline: none;
  color: #f0748a;
  text-decoration: none;
}

.Conversion_area a:hover {
  text-decoration: underline;
}

.Conversion_area span {
  color: #f94c6b;
  font-size: 1.2rem;
}

.logo_area {
  text-align: center;
}

.logo_area img {
  vertical-align: middle;
  width: 28%;
  margin: 1rem;
}

.logo_area img:nth-of-type(2) {
  width: 10%;
}

.Conversion_area .btn_area {
  margin-top: 25px;
  text-align: center;
}

.Conversion_area .btn_area a {
  display: inline-block;
  padding: 5px 15px;
  margin: 0 5px;
}

.Conversion_area .btn_go {
  display: inline-block;
  background: #e8546f;
  color: #fff;
  border-radius: 3px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.Conversion_area .btn_go:hover {
  text-decoration: none;
  background: #f0748a;
}

/* footer */
.notice {
  margin-top: 4rem;
  width: 100%;
  color: #fff;
  background-color: #9c0006;
  line-height: 1.5;
  padding: 1.8rem;
}

.notice .notice_box {
  width: 970px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .notice .notice_box {
    width: 100%;
  }
}

.notice .notice_box p {
  font-size: 1.7rem;
  font-weight: bold;
}

.notice .notice_box ul {
  font-size: 1.5rem;
  margin-left: 2rem;
}

@media (max-width: 414px) {
  .notice .notice_box ul {
    font-size: 1rem;
  }
}

.notice .notice_box ul li {
  list-style-type: decimal;
  list-style-position: inside;
}

.notice .notice_box .notice_link {
  color: #ffff00;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.notice .notice_box .notice_link:hover {
  background-color: #ffff00;
  color: #9c0006;
}

.msg_block {
  width: 100%;
  color: #959595;
  background-color: #282828;
}

.msg_block .msg_box {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .msg_block .msg_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.msg_block .msg_box .left {
  border: 1px solid #959595;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  padding: 0.6rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .msg_block .msg_box .left {
    margin-right: 0rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}

.msg_block .msg_box .right {
  line-height: 1.5;
}

.site-footer {
  font-size: 0.8rem;
  color: #fff;
  background-color: #101010;
  padding: 1rem;
  line-height: 2;
}

.site-footer p {
  text-align: center;
}

.brandStand_item li {
  float: left;
  width: 33.3%;
  text-align: center;
  position: relative;
  z-index: 10;
}

/*# sourceMappingURL=style.css.map */