@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'PingFang TC', '微軟正黑體', sans-serif;
  font-size: 20px;
}
html, body {
  height: auto;
  width: 100%;
}
body {
  overflow-x: hidden;
  background: url(../img/bg_pattern.png) repeat-x top;
  background-color: #b4e5dc;
  /*網頁背景色碼 需要更動處*/
}
[v-cloak] {
  display: none;
}
a:visited {
  text-decoration: none;
}
a.over-link {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.img-container {
  position: relative;
  display: block;
}
.img-container img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-container img.flag-24h {
  left: 2.5%;
  width: 24%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top left;
  object-position: top left;
}
.topSub {
  width: calc(100% - 0.5rem);
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #ff7470;
  /*TOP標題背景色 需要更動處*/
  color: #fff;
  margin: 4rem auto .4rem auto;
  padding: .5rem;
  font-size: 1.5rem;
  font-weight: bold;
  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;
}
/***/
.partner-wrapper {
  margin-top: 20px;
}
.partner-wrapper .partner-container {
  position: relative;
	list-style: none;
	padding: 0;
}
.partner-wrapper:after{
	content:'';
	display: table;
	clear: both
}
.partner-container li{
	width: 10.2%;
	padding: 0 0.3%;
	float:left;
}
.partner-container li.title{
	width: 8%;
}
.partner-container li a{
	display: block;
}
.partner-wrapper .partner-container img {
  width: 100%;
}
.mobile .partner-wrapper {
  margin-top: 0;
	position: relative;
	z-index: 999;
}
.mobile .partner-container li{
	width: 16.6%;
	float:left;
    padding: 0 0.5%;
    height: 9vw;
}
.mobile .partner-container li.title{
    height: 21vw;
}
/********/
.video-wrapper {
  position: relative
}
.video-block {
  margin: 0 auto;
  width: 100%;
  max-width: 52rem;
  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;
  border-width: 1.5rem;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-style: solid;
  -o-border-image: url(../img/frame_2.png) 72 round;
  border-image: url(../img/frame_2.png) 72 fill round;
  position: relative;
  margin-top: 3rem;
}
.video-wrapper .head {
  height: auto;
  width: 100%;
  max-width: 25rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 3rem;
  position: absolute;
  z-index: 2;
}
.video-wrapper .head .img-container {
  height: auto;
  width: 100%;
  padding-top: 20%;
  background-image: url(../img/strong_bn_2.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.video-container {
  width: 60%;
  padding: .5rem;
}
.video-container > iframe {
  width: 100%;
  height: 14.5rem;
}
.video-copy {
  width: 100%;
  padding: .5rem;
  color: #000;
  text-align: justify;
}
.video-copy strong {
  color: #e36e76;
  font-weight: bold
}
.video-copy-brief {
  display: none
}
.video-copy-open {
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: block;
  font-size: 0.9em;
  text-align: center;
  margin: auto;
  padding: 10px;
  border-radius: 50px;
  color: #fff;
}
.video-copy p {
  font-size: 0.85em;
  line-height: 1.6em;
  padding-top: 20px;
}
.mobile .video-copy {
  padding-bottom: 0;
}
.mobile .video-copy p {
  font-size: 0.75em;
  line-height: 1.5em;
  margin: 0.5em 0;
  padding-top: 0;
}
.mobile .video-block {
  margin-top: 2rem;
  padding: 0rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 1rem;
}
.mobile .video-wrapper .head {
  width: 62vw;
  position: relative;
  top: 4rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mobile .video-wrapper .head .img-container {
  background-image: url(../img/strong_bn_2.png);
  background-size: contain;
  padding-top: 23.5%;
}
.mobile .video-wrapper {
  margin-top: -4rem;
}
.mobile .video-copy-brief {
  display: none;
}
.mobile .video-copy-full {}

.btn_join{
	width: 35%;
	margin: auto;
	display: block;
	border-radius: 20px;
	border:3px #007d7f solid;
	transition: .1s linear;
	margin-top: 10px;
}
.btn_join:hover{
	transform: scale(0.95)
}
.btn_join img{ width: 100%;}
.mobile .btn_join{
	width: 70%;
}

/**float**/
.float_wrapper {
  position: fixed;
  top: 150px;
  right: 0;
  z-index: 250;
  display: none
}
.float_main {
  width: 138px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.go_top {
  display: block;
  cursor: pointer;
}
.group_leftmenu {
  margin: auto;
  width: 95px;
  list-style: none;
  margin: 0;
  padding: 0
}
.group_leftmenu:after {
  content: '';
  display: table;
  clear: both;
}
.group_leftmenu li:nth-child(1) {
  border-radius: 20px 0 0 0;
}
.group_leftmenu li:nth-last-child(1) {
  border-radius: 0 0 0 20px;
}
.group_leftmenu li {
  position: relative;
  padding: 10px 0 10px;
  text-align: center;
  background: #007d7f;
}
.group_leftmenu li a {
  position: relative;
  z-index: 500;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
}
.group_leftmenu li a:hover {
  color: #ffe892;
}
.group_leftmenu li:after {
  position: absolute;
  right: 51%;
  bottom: 0;
  left: 51%;
  z-index: 1;
  height: 2px;
  background: #ffe892;
  content: "";
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
}
.group_leftmenu li:hover:after, .type_leftmenu li:focus:after, .type_leftmenu li:active:after {
  right: 10%;
  left: 10%;
}
.mobile .float_wrapper {
  display: none
}
/**/
.nav-belt {
  background: #007d7f;
  position: absolute;
  width: 100%;
  top: 585px;
  z-index: 2;
}
.nav-belt-container {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  height: 70px;
  list-style: none;
  padding: 0
}
.nav-belt-container li {
  float: left;
  width: 12%;
  color: #fff;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  height: 70px;
}
.nav-belt-container li:nth-child(1), .nav-belt-container li:nth-child(2), .nav-belt-container li:nth-child(3) {
  width: 21%;
}
.nav-belt-container li:before {
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
.nav-belt-container li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle
}
.nav-belt-container li:after {
  position: absolute;
  right: 51%;
  bottom: 0;
  left: 51%;
  z-index: 1;
  height: 2px;
  background: #ffe892;
  content: "";
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left, right;
  transition-property: left, right;
}
.nav-belt-container li:hover:after {
  right: 10%;
  left: 10%;
}
.mobile .nav-belt {
  display: none
}
/**/
.banner-promotion {
  margin-top: 1rem;
  max-width: 50rem;
}
.banner-promotion-m {
  display: none;
}
.mobile .banner-promotion {
margin-top: 1rem;
  padding: 0 0.4rem;
}
.mobile .banner-promotion-pc {
  display: none;
}
.mobile .banner-promotion-m {
  display: block;
}
.banner-promotion .img-container > img {
  position: inherit;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .topSub {
    margin: 2rem auto .4rem auto;
  }
  body {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
.product-shelf-top {
  height: auto;
  width: 100%;
  position: relative;
  padding: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-style: solid;
  border-width: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .product-shelf-top {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}
.product-shelf-top .card {
  height: auto;
  width: 19%;
  position: relative;
  top: 0;
  padding: .6rem .6rem .6rem;
  margin-bottom: .8rem;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
ff255d@media (max-width: 768px) {
  .product-shelf-top .card {
    width: 55%;
    margin: .3rem;
  }
}
.product-shelf-top .card:hover {
  top: -.5rem;
  -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}
.product-shelf-top .card .img-container {
  height: auto;
  width: 100%;
  padding-top: 100%;
}
.product-shelf-top .card .subtitle, .product-shelf-top .card .title {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
  white-space: none;
}
.product-shelf-top .card .subtitle {
  font-size: .8rem;
  line-height: 1.4rem;
  max-height: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
.product-shelf-top .card .title {
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.6rem;
  max-height: 1.6rem;
}
.product-shelf-top .card .price {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  padding: .2rem 0 .2rem;
}
.product-shelf-top .card .price .present, .product-shelf-top .card .price .origin {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5rem;
  vertical-align: middle;
}
.product-shelf-top .card .price .present {
  font-size: 1.2rem;
  font-weight: 600;
}
.product-shelf-top .card .price .present span {
  font-size: .9em;
}
.product-shelf-top .card .price .origin {
  font-size: .8rem;
  text-decoration: line-through;
}
.product-shelf-top .card .price::after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
.product-shelf-top .card .cta {
  height: auto;
  width: 3rem;
  position: relative;
  text-align: center;
  color: #eee;
  background-color: #be251b;
  /*TOP搶購背景色 需要更動處*/
  border-radius: 1rem 0 0 1rem;
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.4rem;
  height: 1.4rem;
  float: right;
  left: .6rem;
  text-decoration: none;
}
.topbar {
  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;
}
.topbar-layout {
  position: fixed;
  top: 0;
  max-width: 1100px;
  width: 90%;
  background-color: #ff7878;
  /*齊上式選單背景色碼 需要更動處*/
  color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  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;
  z-index: 50;
  text-align: center;
  overflow: hidden;
}
.topbar-tab {
  width: 20%;
  padding: 1.3rem 5px;
  font-size: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  letter-spacing: 1px;
}
.topbar-tab i {
  font-size: 1rem;
  margin-right: -3px;
}
.topbar-tab:hover {
  background-color: #f44c4a;
  /*齊上式選單變色色碼 需要更動處*/
}
.tab-scroll.active {
  background-color: #ff7878;
  /*齊上式選單定位變色色碼 需要更動處*/
}
.tab-decoline {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.sidebar-layout {
  position: fixed;
  bottom: 30%;
  right: 3%;
  z-index: 50;
  line-height: 1.5;
  background-color: #022767;
  /*側邊式選單背景色碼 需要更動處*/
  color: #fff;
  padding: 20px 10px 10px 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.sidebar-layout::before {
  content: "";
  display: block;
  position: absolute;
  top: -110px;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  width: 186px;
  height: 138px;
  background: url("../img/navbar_title.png") no-repeat;
}
.sidebar-tab {
  width: 90px;
  font-size: 0.8rem;
  text-align: center;
  padding: 8px;
  cursor: pointer;
}
.sidebar-tab:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.tab-underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.page-positioner {
  position: fixed;
  top: 20%;
  right: 2%;
  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: 50;
  line-height: 0;
}
.page-positioner img {
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}
.page-positioner-m {
  height: 4rem;
  width: 90%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 7%;
  left: 50%;
  z-index: 50;
}
.page-positioner-m img {
  -o-object-fit: contain;
  object-fit: contain;
  cursor: pointer;
}
nav {
  position: absolute;
  height: 2.6rem;
  width: 100%;
  top: 0;
  padding: 0 5rem 0 .8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 125, 127, 0.85);
  /*表頭背景色碼 需要更動處*/
  padding: 0 10%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 50;
}
nav .icon_logo_17life {
  position: relative;
  top: -.2rem;
  height: 2.4rem;
  width: 4.4rem;
  background-image: url("https://www.17life.com/Themes/PCweb/images/ppon-M1_LOGO.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
nav .categories {
  display: block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav .categories a {
  display: block;
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  /*表頭文字色碼 需要更動處*/
  font-size: .8rem;
  font-weight: 400;
  margin-left: 2rem;
  cursor: pointer;
  text-decoration: none;
}
nav .categories a:hover {
  color: #9b4f4a;
  /*表頭滑鼠移過文字色碼 需要更動處*/
}
.background {
  overflow-x: hidden;
  height: 1508px;
  width: 100%;
  position: absolute;
  top: 42px;
  z-index: -1;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
}
.background-deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 42px;
  left: 0;
}
.background-deco .background-deco .deco-1 {
  position: relative;
  height: 80vh;
  width: 100%;
}
.background-deco .background-deco .deco-1 .left, .background-deco .background-deco .deco-1 .right {
  position: absolute;
  height: 100%;
  width: 35%;
  top: 14%;
  background-repeat: no-repeat;
  background-size: contain;
}
/*飄-上下*/
.background-deco .deco-1 .left {
  left: 0;
  background-image: url("../img/header_star_left.png");
  -webkit-animation: uptodown-play 1.5s ease-in-out infinite alternate;
  animation: uptodown-play 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes uptodown-play {
  0% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes uptodown-play {
  0% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*飄-下上*/
.background-deco .deco-1 .right {
  right: 0;
  background-image: url("../img/header_star_right.png");
  -webkit-animation: downtoup-play 2s ease-in-out infinite alternate;
  animation: downtoup-play 2s ease-in-out infinite alternate;
}
@-webkit-keyframes downtoup-play {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -20px);
  }
}
@keyframes downtoup-play {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px);
  }
}
.background-deco .deco-2 {
  height: 70vh;
  width: 100%;
  position: fixed;
  top: 18%;
  left: 0;
  opacity: 0;
  background-image: url("../img/bg_deco_1.png");
  background-size: cover;
  background-position: center;
  -webkit-transition: .8s ease-in-out;
  transition: .8s ease-in-out;
}
.background-deco .deco-2.show {
  opacity: 1;
}
.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 3rem;
  background-color: rgba(0, 0, 0, 0.7);
}
.tutorial {
  height: auto;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 4rem;
  position: absolute;
  max-width: 48rem;
  z-index: 3;
}
.tutorial .img-container {
  height: 2.4rem;
  width: 6rem;
  position: absolute;
  right: 2%;
  top: 0;
}
.tutorial .img-container img {
  -o-object-fit: contain;
  object-fit: contain;
}
.container {
  height: auto;
  width: 100%;
  position: relative;
  padding: 0 10% 3rem;
  overflow-x: hidden;
}
.product-shelf {
  height: auto;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.7rem 2.6rem;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-style: solid;
  border-width: 0px;
}
.product-shelf .card {
  height: auto;
  width: 24%;
  position: relative;
  top: 0;
  padding: .6rem .6rem .6rem;
  margin-bottom: .8rem;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}
.product-shelf .card:hover {
  top: -.5rem;
  -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}
.product-shelf .card .img-container {
  height: auto;
  width: 100%;
  padding-top: 100%;
}
.product-shelf .card .subtitle, .product-shelf .card .title {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
  white-space: none;
}
.product-shelf .card .subtitle {
  font-size: .8rem;
  line-height: 1.4rem;
  max-height: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
.product-shelf .card .title {
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.6rem;
  max-height: 1.6rem;
}
.product-shelf .card .price {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  padding: .2rem 0 .2rem;
}
.product-shelf .card .price .present, .product-shelf .card .price .origin {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5rem;
  vertical-align: middle;
}
.product-shelf .card .price .present {
  font-size: 1.2rem;
  font-weight: 600;
}
.product-shelf .card .price .present span {
  font-size: .9em;
}
.product-shelf .card .price .origin {
  font-size: .8rem;
  text-decoration: line-through;
}
.product-shelf .card .price::after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
.product-shelf .card .cta {
  height: auto;
  width: 3rem;
  position: relative;
  text-align: center;
  color: #eee;
  border-radius: 1rem 0 0 1rem;
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.4rem;
  height: 1.4rem;
  float: right;
  left: .6rem;
  text-decoration: none;
}
.product-shelf.frame-1 {
  background-color: #007e7f;
  /*分類一背景色碼 需要更動處*/
  border-color: #007e7f;
}
.product-shelf.frame-2 {
  background-color: #007e7f;
  /*分類二背景色碼 需要更動處*/
  border-color: #007e7f;
}
.product-shelf.frame-3 {
  background-color: #007e7f;
  /*分類三背景色碼 需要更動處*/
  border-color: #007e7f;
}
.product-shelf.frame-4 {
  background-color: #007e7f;
  /*分類四背景色碼 需要更動處*/
  border-color: #007e7f;
}
.product-shelf.frame-5 {
  background-color: #c27864;
  /*分類五背景色碼 需要更動處*/
  border-color: #c27864;
}
.main-view {
  height: 450px;
  width: 80%;
  max-width: 44rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  position: absolute;
}
.main-view .top {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.main-view .top .stage {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 12rem;
  background-image: url("../img/header_bn_2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-view .top .objects .plane {
  height: 3.5rem;
  width: 14%;
  background-image: url("../img/plane.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 9%;
  right: 22%;
  -webkit-animation: float 8s 6 ease-in-out;
  animation: float 8s 6 ease-in-out;
}
.main-view .bottom {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.main-view .bottom .flood {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 32.5rem;
  background-image: url("../img/header_bn_1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.event-preview {
  position: relative;
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 4rem;
}
.event-preview .card {
  height: 2.4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.event-preview .card img {
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}
.event-intro {
  height: auto;
  width: 100%;
  /*max-width: 95%;*/
  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;
  margin: 550px auto 0;
}
.event-intro .card {
  position: relative;
  height: auto;
  width: 98%;
  margin: 0% 1%;
}
.event-intro .card .img-container {
  height: auto;
  width: 100%;
  padding-top: 60%;
}
.event-intro .card .img-container img {
  height: auto;
  position: inherit
}
.event-intro .card a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
.first-promotion {
  height: auto;
  width: 100%;
  max-width: 52rem;
  position: relative;
  margin: 4rem auto 0;
}
.first-promotion .swiper-pagination {
  bottom: 0;
}
.first-promotion .daily-products {
  height: auto;
  width: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 1.6rem;
  -o-border-image: url(../img/frame_1.png) 70 round;
  border-image: url(../img/frame_1.png) 70 fill round;
  border-style: solid;
}
.first-promotion .daily-products .card {
  position: relative;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  background-color: transparent;
}
.first-promotion .daily-products .card:hover {
  top: -.5rem;
}
.first-promotion .daily-products .card .img-container {
  height: auto;
  width: 100%;
  padding-top: 0;
  position: inherit;
}
.first-promotion .daily-products .card .subtitle, .first-promotion .daily-products .card .title {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
  white-space: none;
}
.first-promotion .daily-products .card .subtitle {
  font-size: .8rem;
  line-height: 1.4rem;
  max-height: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
.first-promotion .daily-products .card .title {
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.6rem;
  max-height: 1.6rem;
}
.first-promotion .daily-products .card .price {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  padding: .2rem 0 .2rem;
}
.first-promotion .daily-products .card .price .present, .first-promotion .daily-products .card .price .origin {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5rem;
  vertical-align: middle;
}
.first-promotion .daily-products .card .price .present {
  font-size: 1.2rem;
  font-weight: 600;
}
.first-promotion .daily-products .card .price .present span {
  font-size: .9em;
}
.first-promotion .daily-products .card .price .origin {
  font-size: .8rem;
  text-decoration: line-through;
}
.first-promotion .daily-products .card .price::after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
.first-promotion .daily-products .card .cta {
  height: auto;
  width: 3rem;
  position: relative;
  text-align: center;
  color: #eee;
  border-radius: 1rem 0 0 1rem;
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.4rem;
  height: 1.4rem;
  float: right;
  left: .6rem;
  text-decoration: none;
}
.first-promotion .daily-products .card .title, .first-promotion .daily-products .card .subtitle {
  width: 100%;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
.first-promotion .daily-products .card .subtitle {
  background-color: transparent;
  color: #333;
  font-size: 1rem;
  line-height: 1.4rem;
}
.first-promotion .daily-products .card .title {
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.first-promotion .daily-products .card .cta {
  background-color: #be251b;
  /*輪播商品 搶購背景色碼 需要更動處*/
  border-radius: 1rem;
  left: 0;
  margin-left: .6rem;
}
.first-promotion .daily-products .card .price {
  color: #be251b;
  /*輪播商品 價錢色碼 需要更動處*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.first-promotion .daily-products .card .price .present {
  font-size: 1.4rem;
  margin-right: .2rem;
}
.first-promotion .daily-products .card .price .origin {
  font-size: .9rem;
  line-height: 1.2rem;
}
.first-promotion .daily-products .head {
  height: auto;
  width: 25rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  position: absolute;
  top: -2.5rem;
  z-index: 2;
}
.first-promotion .daily-products .head .img-container {}
.first-promotion .daily-products .head .img-container img {
  position: inherit;
  width: 100%;
}
.first-promotion .daily-products .swiper-container {
  height: auto;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.first-promotion .daily-products .swiper-next-btn {
  position: absolute;
  height: 100%;
  width: 3rem;
  right: 0rem;
  top: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: .1s ease-in;
  transition: .1s ease-in;
}
.first-promotion .daily-products .swiper-next-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.first-promotion .daily-products .swiper-next-btn .img-container {
  height: 3rem;
  width: 3rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.second-promotion {
  height: auto;
  width: 100%;
  max-width: 52rem;
  position: relative;
  margin: 7rem auto 2rem;
  margin-top: 10rem;
}
.second-promotion .card {
  position: relative;
  top: 0;
  padding: .6rem .6rem .6rem;
  margin-bottom: .8rem;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  z-index: 5;
}
.second-promotion .card:hover {
  top: -.5rem;
  -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}
.second-promotion .card .img-container {
  height: auto;
  width: 100%;
  padding-top: 100%;
}
.second-promotion .card .subtitle, .second-promotion .card .title {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
  white-space: none;
}
.second-promotion .card .subtitle {
  font-size: .8rem;
  line-height: 1.4rem;
  max-height: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
.second-promotion .card .title {
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.6rem;
  max-height: 1.6rem;
}
.second-promotion .card .price {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  padding: .2rem 0 .2rem;
}
.second-promotion .card .price .present, .second-promotion .card .price .origin {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5rem;
  vertical-align: middle;
}
.second-promotion .card .price .present {
  font-size: 1.2rem;
  font-weight: 600;
}
.second-promotion .card .price .present span {
  font-size: .9em;
}
.second-promotion .card .price .origin {
  font-size: .8rem;
  text-decoration: line-through;
}
.second-promotion .card .price::after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
.second-promotion .card .cta {
  height: auto;
  width: 3rem;
  position: relative;
  text-align: center;
  color: #eee;
  border-radius: 1rem 0 0 1rem;
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.4rem;
  height: 1.4rem;
  float: right;
  left: .6rem;
  text-decoration: none;
}
.second-promotion .card .cta {
  background-color: #0d57a8;
  /*Hot Sale(1)搶購背景色碼 需要更動處*/
}
.second-promotion .card .price {
  color: #ff1148;
  /*Hot Sale(1)價錢色碼 需要更動處*/
}
.second-promotion .head {
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  position: absolute;
  top: 2rem;
  z-index: 2;
}
.second-promotion .head .img-container {
  height: auto;
  width: 100%;
  padding-top: 35%;
  background-image: url("../img/strong_bn_2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.second-promotion .head a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.second-promotion .product-shelf {
  padding: 1rem;
  border-width: 2rem;
  -o-border-image: url(../img/frame_2.png) 72 round;
  border-image: url(../img/frame_2.png) 72 fill round;
}
.second-promotion-special {
  height: auto;
  width: 100%;
  max-width: 52rem;
  position: relative;
  margin: 7rem auto 2rem;
  margin-top: 4rem;
}
.second-promotion-special .card {
  position: relative;
  top: 0;
  padding: .6rem .6rem .6rem;
  margin-bottom: .8rem;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
  z-index: 5;
}
.second-promotion-special .card:hover {
  top: -.5rem;
  -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}
.second-promotion-special .card .img-container {
  height: auto;
  width: 100%;
  padding-top: 100%;
}
.second-promotion-special .card .subtitle, .second-promotion-special .card .title {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
  white-space: none;
}
.second-promotion-special .card .subtitle {
  font-size: .8rem;
  line-height: 1.4rem;
  max-height: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
.second-promotion-special .card .title {
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.6rem;
  max-height: 1.6rem;
}
.second-promotion-special .card .price {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  padding: .2rem 0 .2rem;
}
.second-promotion-special .card .price .present, .second-promotion-special .card .price .origin {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5rem;
  vertical-align: middle;
}
.second-promotion-special .card .price .present {
  font-size: 1.2rem;
  font-weight: 600;
}
.second-promotion-special .card .price .present span {
  font-size: .9em;
}
.second-promotion-special .card .price .origin {
  font-size: .8rem;
  text-decoration: line-through;
}
.second-promotion-special .card .price::after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
.second-promotion-special .card .cta {
  height: auto;
  width: 3rem;
  position: relative;
  text-align: center;
  color: #eee;
  border-radius: 1rem 0 0 1rem;
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.4rem;
  height: 1.4rem;
  float: right;
  left: .6rem;
  text-decoration: none;
}
.second-promotion-special .card .cta {
  background-color: #be251b;
  /*Hot Sale(2)搶購背景色碼 需要更動處*/
}
.second-promotion-special .card .price {
  color: #be251b;
  /*Hot Sale(2)價錢色碼 需要更動處*/
}
.second-promotion-special .head {
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 0;
  position: absolute;
  top: 2.3rem;
  z-index: 2;
}
.second-promotion-special .head .img-container {
  height: auto;
  width: 100%;
  max-width: 30rem;
  margin: auto;
  padding-top: 12%;
  background-image: url("../img/strong_bn_3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.second-promotion-special .head a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.second-promotion-special .product-shelf {
  padding: 1rem;
  padding-top: 2.5rem;
  border-width: 2rem;
  -o-border-image: url(../img/frame_3.png) 72 round;
  border-image: url(../img/frame_3.png) 72 fill round;
}
.third-promotion {
  position: relative;
  margin: 0 auto;
  max-width: 52rem;
}
.third-promotion .head {
  position: relative;
  height: auto;
  width: 100%;
}
.third-promotion .head .img-container {
  height: auto;
  width: 100%;
  padding-top: 16.5%;
  margin: 0 auto;
}
.third-promotion .head .img-container img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 100%;
  object-position: 0 100%;
}
.third-promotion .head a {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.third-promotion .card {
  position: relative;
  top: 0;
  padding: .6rem .6rem .6rem;
  margin-bottom: .8rem;
  background-color: #fff;
  text-decoration: none;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}
.third-promotion .card:hover {
  top: -.5rem;
  -webkit-box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.2);
}
.third-promotion .card .img-container {
  height: auto;
  width: 100%;
  padding-top: 100%;
}
.third-promotion .card .subtitle, .third-promotion .card .title {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0;
  text-align: center;
  white-space: none;
}
.third-promotion .card .subtitle {
  font-size: .8rem;
  line-height: 1.4rem;
  max-height: 1.4rem;
  font-weight: 400;
  color: #fff;
  background-color: #666;
}
.third-promotion .card .title {
  font-weight: 600;
  font-size: .9rem;
  line-height: 1.6rem;
  max-height: 1.6rem;
}
.third-promotion .card .price {
  height: auto;
  width: 100%;
  position: relative;
  display: block;
  padding: .2rem 0 .2rem;
}
.third-promotion .card .price .present, .third-promotion .card .price .origin {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5rem;
  vertical-align: middle;
}
.third-promotion .card .price .present {
  font-size: 1.2rem;
  font-weight: 600;
}
.third-promotion .card .price .present span {
  font-size: .9em;
}
.third-promotion .card .price .origin {
  font-size: .8rem;
  text-decoration: line-through;
}
.third-promotion .card .price::after {
  content: "";
  position: relative;
  display: block;
  clear: both;
}
.third-promotion .card .cta {
  height: auto;
  width: 3rem;
  position: relative;
  text-align: center;
  color: #eee;
  border-radius: 1rem 0 0 1rem;
  font-weight: 400;
  font-size: .9rem;
  line-height: 1.4rem;
  height: 1.4rem;
  float: right;
  left: .6rem;
  text-decoration: none;
}
.third-promotion .card .cta {
  background-color: #be251b;
  /*五大分類 搶購背景色碼 需要更動處*/
}
.third-promotion .card .price {
  color: #be251b;
  /*五大分類 價錢色碼 需要更動處*/
}
.present-events {
  height: auto;
  width: 100%;
  max-width: 60rem;
  margin: 4rem auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.present-events .card-event {
  height: auto;
  width: 32%;
  position: relative;
  margin-bottom: 1rem;
}
.present-events .card-event .img-container {
  height: auto;
  width: 100%;
  padding-top: 43%;
}
.pre-notice {
  height: auto;
  width: 95%;
  position: relative;
  margin: 5rem auto 0rem auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 414px) {
  .pre-notice {
    margin: 2rem auto 0rem auto;
  }
}
.pre-notice img {
  margin-top: 0rem;
  padding-top: 0rem;
  max-width: 890px;
  width: 100%;
  height: auto;
}
.activity-program {
  height: auto;
  width: 95%;
  position: relative;
  margin: 3rem auto 0rem auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 414px) {
  .activity-program {
    margin: 1rem auto 2rem auto;
  }
}
.activity-program div {
  margin-top: 0rem;
  padding-top: 0rem;
  max-width: 430px;
  width: 50%;
  height: auto;
}
.activity-program img {
  width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}
.activity-program img:hover {
  top: -.5rem;
  -webkit-filter: drop-shadow(3px 6px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 6px 10px rgba(0, 0, 0, 0.2));
}
.activity-program-adjust {
  margin-right: 30px;
}
.ads {
  height: auto;
  width: 95%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  top: 0;
  -webkit-transition: .1s ease-out;
  transition: .1s ease-out;
}
.ads:hover {
  top: -.5rem;
  -webkit-filter: drop-shadow(3px 6px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(3px 6px 10px rgba(0, 0, 0, 0.2));
}
.ads img {
  padding-top: 2rem;
  max-width: 883px;
  width: 100%;
}
.bank-block {
  margin: 0 auto;
  width: 100%;
  max-width: 52rem;
  margin-top: 2rem;
  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;
}
.mobile .bank-block {
  margin-top: 0;
}
.bank-block > div {
  width: 32%;
  padding: .5rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.bank-block > div:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.bank-block > div img {
  width: 100%;
}
.bank-block > .head{
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color:#007e7f
}
.mobile .bank-block > .head{
	font-size: 30px;
}
.bank-block > .head:hover{
	-webkit-transform: translateY(0);
  transform: translateY(0);
}
.icon_safe {
  max-width: 52rem;
  margin: auto;
  width: 95%;
}
.icon_safe .img-container {
  padding: 2rem 0 0;
}
.icon_safe .img-container img {
  width: 100%;
  position: inherit;
}
.mobile .icon_safe .img-container {
  padding-top: 0;
}
.icon_safe_m {
  display: none
}
.mobile .icon_safe {
  width: 100%;
}
.mobile .icon_safe_pc {
  display: none
}
.mobile .icon_safe_m {
  display: block;
}
@media (max-width: 768px) {
  .bank-block > div {
    width: 47%;
    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;
}
.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;
  width: 52px;
  overflow: hidden;
  display: none
}
.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");
  left: 0rem;
  z-index: 10;
}
.follower .share-btns .social-ig {
  background-image: url("../img/icon_ig.png");
  left: 3rem;
  opacity: 0;
}
.follower .share-btns .social-copy {
  background-image: url("../img/icon_copy.png");
  left: 3rem;
  opacity: 0;
}
.follower .share-btns .social-facebook {
  background-image: url("../img/icon_fb.png");
  left: 6rem;
  opacity: 0;
}
.follower .share-btns .social-line {
  background-image: url("../img/icon_line.png");
  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.active {
  width: auto;
}
.follower.active .share-btns > 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;
  cursor: pointer;
  -webkit-transition: .3s ease-in-out .2s;
  transition: .3s ease-in-out .2s;
  z-index: 101;
}
.scrollTT.show {
  opacity: 1;
}
.mobile .background {
  background-image: url("../img/bg.png");
  height: 100vh;
  overflow-x: hidden;
  background-size: 173vw;
  background-position: center 13vw;
  top: -1vw;
}
.mobile .container {
  padding: 0 0 1rem;
	top: -14vw;
}
.mobile .product-shelf {
  border: none;
  width: 100%;
  padding: 0 .6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile .product-shelf .card {
  height: auto;
  width: 48.5%;
  padding: .4rem;
  margin-bottom: .6rem;
}
.mobile .product-shelf .card .title {
  font-size: .8rem;
}
.mobile .product-shelf .card .subtitle {
  font-size: .7rem;
}
.mobile .product-shelf .price .origin {
  font-size: .6rem;
  line-height: 1rem;
  vertical-align: baseline;
}
.mobile .product-shelf .price .present {
  font-size: 1rem;
}
.mobile .product-shelf .cta {
  height: 1.4rem;
  width: 2.4rem;
  left: .4rem;
  font-size: .8rem;
  line-height: 1.4rem;
}
.mobile .main-view {
  height: 38vh;
  width: 100%;
  position: relative;
}
.mobile .main-view .top .stage {
  height: 60vw;
  width: 100%;
  top: 38vw;
  background-image: url("../img/header_bn_2.png");
  background-size: 76vw;
}
.mobile .main-view .bottom .flood {
  height: 90%;
  width: 115%;
  background-image: url("../img/m_kv_2.png");
  top: 98%;
}
.mobile .event-intro {
  margin-top: 0;
  width: 100%;
  top: -0.5rem;
}
.mobile .event-intro .card {
  height: auto;
  width: 98%;
  margin: 0;
}
.mobile .first-promotion-mb {
  margin-top: 1.5rem;
}
.mobile .first-promotion-mb .daily-products {
  width: 95%;
  border-width: 0.6rem;
  padding-top: 8vw;
}
.mobile .first-promotion-mb .daily-products .swiper-container {
  position: relative;
  padding: 0;
}
.mobile .first-promotion-mb .daily-products .head {
  height: auto;
  width: 80%;
  top: 0;
}
.mobile .first-promotion-mb .daily-products .card .title {
  font-size: 1rem;
}
.mobile .first-promotion-mb .daily-products .card .subtitle {
  font-size: .8rem;
}
.mobile .first-promotion-mb .daily-products .card .price .present {
  font-size: 1.2rem;
}
.mobile .first-promotion-mb .daily-products .card .price .origin {
  font-size: .8rem;
}
.mobile .first-promotion-mb .daily-products .card .price .cta {
  font-size: .8rem;
  border-radius: .4rem;
}
.mobile .first-promotion-mb .daily-products .left {
  width: 95%;
  position: relative;
}
.mobile .first-promotion-mb .daily-products .right {
  position: relative;
  width: 60%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile .first-promotion-mb .daily-products .swiper-next-btn {
  width: 2rem;
}
.mobile .first-promotion-mb .daily-products .swiper-next-btn .img-container {
  height: 2rem;
  width: 2rem;
}
.mobile .second-promotion {
  margin-top: 2rem;
}
.mobile .second-promotion .head {
  width: 105%;
  position: relative;
  top: 1rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mobile .second-promotion .head .img-container {
  background-image: url("../img/m_strong_bn_2.png");
  background-size: contain;
}
.mobile .second-promotion-special {
  margin-top: 4rem;
  margin-bottom: 0;
}
.mobile .second-promotion-special .head {
  width: 90vw;
  top: -3.5rem;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mobile .second-promotion-special .head .img-container {
  background-image: url("../img/strong_bn_3.png");
  background-size: contain;
  padding-top: 16%;
}
.mobile .third-promotion {
  width: 100%;
}
.mobile .third-promotion .head {
  padding: .5rem .6rem;
}
.mobile .third-promotion .head .img-container {
  width: 100%;
  padding-top: 25%;
}
.mobile .third-promotion .head .img-container img {
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile .third-promotion .product-shelf[class*=frame] {
  background-color: transparent;
}
.mobile .present-events-mb {
  display: block;
  height: auto;
  width: 100%;
  margin: 1rem 0 2rem;
}
.mobile .present-events-mb .card {
  height: auto;
  width: 80%;
}
.mobile .present-events-mb .img-container {
  height: auto;
  width: 100%;
  padding-top: 43%;
}
.mobile .page-positioner-mb {
  height: 2.2rem;
  width: 100%;
  background-color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-bottom: calc(constant(safe-area-inset-bottom)*0.6);
  margin-bottom: calc(env(safe-area-inset-bottom)*0.6);
}
.tab-space {
  position: absolute;
  height: 2rem;
  width: 100%;
  bottom: -2rem;
  z-index: -5;
  background-color: #ffffff;
}
.mobile .page-positioner-mb .tab {
  position: relative;
  height: 100%;
  width: 20%;
}
.mobile .page-positioner-mb .tab img {
  height: 80%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile .event-preview-mb {
  position: relative;
  margin-top: 2.6rem;
  padding-top: 12%;
}
.mobile .event-preview-mb .card {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mobile .event-preview-mb .card img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mobile nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.4rem;
}
.mobile .tutorial-mb {
  height: auto;
  width: 100%;
}
.mobile .tutorial-mb .img-container {
  right: -.8rem;
  height: 3rem;
  width: 2.6rem;
}
/* Animations */
@-webkit-keyframes float {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes float {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -1rem);
    transform: translate(0, -1rem);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.float {
  -webkit-animation: float 4s ease-in-out 6;
  animation: float 4s ease-in-out 6;
}
@media only screen and (min-width: 1850px) {
  .event-intro {margin-top: 28rem;}
}
@media only screen and (min-width: 1450px) {
  .event-intro {margin-top: 26.5rem;  }
}

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