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;
  vertical-align: baseline;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  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 {
    vertical-align: top;
  }
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: unset;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  height: 0;
}
img,
embed,
object {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
input,
select {
  vertical-align: middle;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
input[type='submit'],
input[type='radio'],
input[type='checkbox'],
input[type='button'],
input[type='reset'] {
  cursor: pointer;
}
input[type='radio'],
input[type='checkbox'] {
  padding: 0;
}
button,
select {
  cursor: pointer;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
ul,
ol {
  list-style: none;
}
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.col-1 {
  width: 8.333333%;
}
.col-2 {
  width: 16.666667%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333333%;
}
.col-5 {
  width: 41.666667%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333333%;
}
.col-8 {
  width: 66.666667%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.333333%;
}
.col-11 {
  width: 91.666667%;
}
.col-12 {
  width: 100%;
}
body {
  font-family: PingFangTC-regular, 'LiHei Pro', -apple-system,
    BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans',
    'Source Han Sans TC', 'Microsoft JhengHei', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.sp__wrap img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .sp__wrap img {
    width: auto;
  }
}
.note ol {
  list-style-type: decimal;
}
.note ul {
  list-style-type: disc;
}
.block--center {
  margin-left: auto;
  margin-right: auto;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--left {
  text-align: left;
}
.m-top--xs {
  margin-top: 1%;
}
.m-top--sm {
  margin-top: 2%;
}
.m-top--md {
  margin-top: 3%;
}
.m-top--lg {
  margin-top: 4%;
}
.m-bottom--xs {
  margin-bottom: 1%;
}
@media screen and (min-width: 960px) {
  .m-bottom--xs {
    margin-bottom: 10px;
  }
}
.m-bottom--sm {
  margin-bottom: 2%;
}
@media screen and (min-width: 960px) {
  .m-bottom--sm {
    margin-bottom: 20px;
  }
}
.m-bottom--md {
  margin-bottom: 3%;
}
@media screen and (min-width: 960px) {
  .m-bottom--md {
    margin-bottom: 30px;
  }
}
.m-bottom--lg {
  margin-bottom: 4%;
}
@media screen and (min-width: 960px) {
  .m-bottom--lg {
    margin-bottom: 40px;
  }
}
.m-bottom--xl {
  margin-bottom: 5%;
}
@media screen and (min-width: 960px) {
  .m-bottom--xl {
    margin-bottom: 50px;
  }
}
.m-right--xs {
  margin-right: 1%;
}
.m-right--sm {
  margin-right: 2%;
}
.m-right--md {
  margin-right: 3%;
}
.m-right-px--xs {
  margin-right: 5px;
}
.m-right-px--sm {
  margin-right: 10px;
}
.m-right-px--md {
  margin-right: 15px;
}
.m-right--em {
  margin-right: 0.5em;
}
.padding-xs {
  padding: 1%;
}
.padding-sm {
  padding: 2%;
}
.padding-md {
  padding: 3%;
}
.padding-lg {
  padding: 4%;
}
.p-bottom--xs {
  padding-bottom: 1%;
}
.p-bottom--sm {
  padding-bottom: 2%;
}
.p-bottom--md {
  padding-bottom: 3%;
}
.p-bottom--lg {
  padding-bottom: 4%;
}
.p-bottom--xl {
  padding-bottom: 5%;
}
.default-border {
  border: 1px solid #999;
}
.layout--main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px;
}
.one-screen {
  width: 100%;
  height: 100vh;
}
.n-pic {
  position: relative;
}
.icon__home {
  z-index: 20;
}
.btn {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
  -webkit-user-drag-user-select: none;
}
.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.btn {
  border: 1px solid transparent;
  padding: 0 0.4rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn:focus {
  outline: 0;
}
.btn-hidden {
  display: none;
}
.btn--primary {
  color: #cc1e05;
  border-color: #cc1e05;
  font-weight: bold;
}
.btn--primary:hover,
.btn--primary:focus {
  color: #f9290b;
  border-color: #f9290b;
}
.go-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 90px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  opacity: 0;
  transition: opacity 0.4s linear;
  border-radius: 100px;
  cursor: pointer;
  display: none;
}
.go-top.is-visible {
  display: block;
  opacity: 1;
}
.go-top:focus,
.go-top i:focus {
  outline: 0;
}
.main,
.side {
  -ms-transform: none;
  transform: none;
}
.logo {
  width: 15%;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 2%;
}
.logo.logo--e {
  max-width: 110px;
}
.logo.logo--u {
  max-width: 163px;
}
@media screen and (min-width: 960px) {
  .logo {
    top: -6px;
    margin-left: 0;
    left: calc(50% - 480px);
  }
}
.share__wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5%;
  position: absolute;
  top: calc(100vw * 0.025);
  right: calc(100vw * 0.0375);
}
@media screen and (min-width: 960px) {
  .share__wrap {
    margin: 0 2%;
    top: -10px;
    right: calc(50% - 350px);
  }
}
.share__btn img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .share__btn img {
    width: 55px;
  }
}
.header__zone {
  position: absolute;
  z-index: 500;
  top: 2px;
  left: 0;
  width: 100%;
}
.header__zone .layout--main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 960px) {
  .header__zone {
    top: 15px;
  }
}
.swiper-container .swiper-pager-white {
  bottom: 0;
}
.swiper-container .swiper-pager-white .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .swiper-container .swiper-pager-white .swiper-pagination-bullet {
    margin: 0 9px;
    width: 18px;
    height: 18px;
  }
}
.swiper-container .swiper-pagination-custom {
  bottom: 0;
}
.swiper-container .swiper-pagination-custom .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 960px) {
  .swiper-container .swiper-pagination-custom .swiper-pagination-bullet {
    margin: 0 9px;
    width: 18px;
    height: 18px;
  }
}
.swiper-container .swiper-pagination-custom .swiper-pagination-bullet-active {
  background-color: #8d8d8d;
}
.swiper-pager-custom.swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eb6100'%2F%3E%3C%2Fsvg%3E"?638899191216545322);
}
.swiper-pager-custom.swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eb6100'%2F%3E%3C%2Fsvg%3E"?638899191216545322);
}
.swiper-button-small {
  width: 15px;
  height: 24px;
  background-size: 15px 24px;
}
.logo {
  width: 15%;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 2%;
}
.logo.logo--e {
  max-width: 110px;
}
.logo.logo--u {
  max-width: 163px;
}
@media screen and (min-width: 960px) {
  .logo {
    top: 10px;
    margin-left: 0;
    left: 15px;
  }
}
@media screen and (min-width: 1260px) {
  .logo {
    left: calc(50% - 625px);
  }
}
.page__title {
  position: absolute;
  top: 15px;
  width: 104px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  left: 170px;
  font-size: 1.5rem;
  text-align: center;
  padding: 4px;
  color: #5d5d5d;
}
@media screen and (min-width: 1260px) {
  .page__title {
    left: calc(50% - 470px);
  }
}
.share__wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5%;
  position: absolute;
  top: calc(100vw * 0.025);
  right: calc(100vw * 0.0375);
}
.share__wrap li {
  margin: 0 1%;
}
@media screen and (min-width: 960px) {
  .share__wrap {
    margin: 0 2%;
    top: 10px;
    right: 0;
  }
}
@media screen and (min-width: 1260px) {
  .share__wrap {
    right: calc(50% - 640px);
  }
}
.share__btn img {
  width: 20px;
}
@media screen and (min-width: 768px) {
  .share__btn img {
    width: 39px;
  }
}
.header__zone {
  display: none;
  position: absolute;
  z-index: 500;
  top: 2px;
  left: 0;
  width: 100%;
}
.header__zone .layout--main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
}
@media screen and (min-width: 960px) {
  .header__zone {
    top: 0;
    background-color: #cc1e05;
    display: block;
    height: 60px;
  }
}
.promo__group--bn-special {
  margin: 0.5% auto 4% auto;
  width: 98%;
}
.promo__group--bn-special .promo__slider .swiper-container .swiper-slide {
  transition: all 0.5s;
  /* margin: 0 5px; */
}

.promo__group--bn-special .promo__slider .swiper-wrapper{
  height: auto;
}

.promo__group--bn-special .promo__slider .swiper-container .swiper-slide a{
  box-shadow: 2px 2px 5px #787878;
  /* border-radius: 6px; */
}
/* .promo__group--bn-special
  .promo__slider
  .swiper-container
  .swiper-slide
  img:nth-child(2) {
  display: none;
} */
.promo__group--bn-special .promo__slider .swiper-container .swiper-slide:hover,
.promo__group--bn-special
  .promo__slider
  .swiper-container
  .swiper-slide:active {
  -webkit-filter: contrast(160%);
  filter: contrast(160%);
}
.promo__group--bn-special .promo__slider .swiper-container .swiper-pagination {
  bottom: -8%;
}

.promo__group--bn-special .swiper-button-prev,
.promo__group--bn-special .swiper-button-next{
  display: none;
}

@media screen and (min-width: 960px) {
  .promo__group--bn-special {
    box-sizing: border-box;
    padding: 0px 10px 5px 10px;
    margin: 0px 0px 10px 0px;
  }
  .promo__group--bn-special .layout--main {
    max-width: 1215px;
  }
  .promo__group--bn-special .promo__slider .swiper-container .swiper-slide {
    transition: all 0.5s;
    min-width: 320px !important;
  }

  .promo__group--bn-special .swiper-button-prev,
  .promo__group--bn-special .swiper-button-next{
    display: block;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0px;
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    font-size: 30px;
  }

  .promo__group--bn-special .swiper-button-prev.swiper-button-custom-s1,
  .promo__group--bn-special .swiper-button-next.swiper-button-custom-s1 {
    width: 38px;
    height: 50px;
    /* background-size: 15px 25px; */
    padding: 10px 13px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}
html {
  font-size: 10px;
}
a {
  cursor: pointer;
}
body {
  position: relative;
  z-index: 0;
  color: #5d5d5d;
}
@media screen and (min-width: 960px) {
  body {
    background-color: #f7f7f7;
  }
  body .icon__home {
    right: -50px;
  }
}
.sp__wrap {
  position: relative;
  z-index: 1;
  max-width: 768px;
  margin: 0 auto;
  background-color: #ededed;
}
.sp__wrap a {
  display: block;
}
.navbar__anchor {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
}
.anchor__ul {
  width: 100%;
  padding: 2% 0;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-size: 4vw;
  letter-spacing: 0.5px;
}
.anchor__ul li {
  width: 25%;
}
.anchor__ul li a {
  color: #fff;
}
.anchor__ul li a.active {
  color: #efc200;
}
.banner__section {
  width: 100%;
  max-width: 960px;
  font-size: 2.2rem;
  text-align: center;
  margin: 1.5% auto;
  letter-spacing: 0.1em;
  color: #787878;
}
.banner__section:after,
.banner__section:before {
  max-width: 390px;
  border-top: 4px solid double#787878;
  position: absolute;
  clear: both;
  content: ' ';
  width: 25vw;
  height: 20px;
  margin-top: 13px;
}
.banner__section:before {
  left: calc(50% + 80px);
}
.banner__section:after {
  right: calc(50% + 80px);
}
@media screen and (min-width: 768px){
  .banner__section {
    font-size: 48px;
  }
  .banner__section:after,
  .banner__section:before {
    border-top: 12px double #787878;
    width: 25%;
    height: 20px;
    margin-top: 28px;
  }
  .banner__section:before {
    left: calc(50% + 175px);
  }
  .banner__section:after {
    right: calc(50% + 175px);
  }
}

.banner__web__hot {
  display: none;
}
.week__star,
.shop__list {
  /* margin: 0 5px 5%; */
  box-shadow: 2px 2px 5px #787878;
  border-radius: 6px;
  overflow: hidden;
}
.week__star img,
.shop__list img {
  width: 100%;
}
.week__star .week__star__info,
.shop__list .week__star__info {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  padding: 2% 0 2% 3%;
}
.week__star .week__star__info .info--left,
.shop__list .week__star__info .info--left {
  width: 80vw;
}
.week__star .week__star__info .info--right,
.shop__list .week__star__info .info--right {
  width: 18vw;
}
.week__star .week__star__info .info--right:before,
.shop__list .week__star__info .info--right:before {
  position: absolute;
  display: block;
  content: '';
  box-sizing: border-box;
  width: 1px;
  height: 75%;
  background-color: #787878;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.week__star .week__star__info .star__info__date,
.shop__list .week__star__info .star__info__date {
  padding-top: 1%;
  color: #ff6291;
  font-size: 1.5rem;
  font-size: 3.75vw;
}
.week__star .week__star__info .star__info__hastag,
.shop__list .week__star__info .star__info__hastag {
  background-color: #ff6291;
  color: #ffffff;
  font-size: 1.2rem;
  font-size: 3vw;
  margin-left: 2%;
  padding: 0 1%;
}
.week__star .week__star__info .star__info__title,
.shop__list .week__star__info .star__info__title {
  font-size: 1.8rem;
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 1%;
  color: #5d5d5d;
}
.week__star .week__star__info .star__info__txt,
.shop__list .week__star__info .star__info__txt {
  font-size: 1.5rem;
  font-size: 3.75vw;
  color: #5d5d5d;
}
.week__star .week__star__info .star__info__detail,
.shop__list .week__star__info .star__info__detail {
  position: absolute;
  top: 50%;
  right: 3vw;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.8rem;
  font-size: 4.8vw;
  letter-spacing: 2px;
  color: #787878;
  cursor: pointer;
}
.week__star .shop__list__info,
.shop__list .shop__list__info {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  font-size: 4vw;
  padding: 5px 0 5px 10px;
  background-color: #ffffff;
  color: #5d5d5d;
}
.shop__list {
  margin: 0 5px 3%;
  transition: 0.5s;
}
.member__group {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4%;
}
.member__group .member__title {
  display: none;
}
.member__group .member__wrap {
  position: relative;
  -ms-flex: 1 0 calc(50% - 40px);
  flex: 1 0 calc(50% - 40px);
  width: 43%;
  height: 34vw;
  max-height: 311px;
  background-image: url(member__bg-1.png?638899191216545322);
  background-size: cover;
  background-repeat: no-repeat;
}
.member__group .member__wrap:nth-child(2n + 1) {
  margin: 0 5px 0 0;
}
.member__group .member__wrap:nth-child(2n) {
  margin: 0 0 0 5px;
}
.member__group .member__wrap.bg__s2 {
  background-image: url(member__bg-2.png?638899191216545322);
}
.member__group .member__wrap.bg__s3 {
  background-image: url(member__bg-3.png?638899191216545322);
}
.member__group .member__wrap.bg__s4 {
  background-image: url(member__bg-4.png?638899191216545322);
}
.member__group .member__wrap__title {
  position: relative;
  z-index: 2;
  background-color: #000;
  color: #fff;
  font-size: 4vw;
  letter-spacing: 1px;
  padding-left: 6px;
  height: 5.5vw;
}
.member__group .member__wrap__title:after {
  position: absolute;
  content: '';
  z-index: -1;
  border-top: 5.5vw solid transparent;
  border-left: 3vw solid transparent;
  border-right: 1px solid transparent;
  top: -1px;
  right: -1px;
  border-top-color: #e6e6e6;
  border-right-color: #e6e6e6;
}
.member__group .member__wrap__txt {
  position: relative;
  z-index: 2;
  font-size: 4vw;
  line-height: 1.3;
  color: #323232;
  text-align: right;
  font-weight: 700;
  width: 75%;
  float: right;
  margin: 2% 4% 0 0;
}
.member__group .member__wrap__img {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
}
.member__group .member__wrap__img img {
  width: 20vw;
  max-width: 200px;
}
.member__group .member__wrap__more {
  position: absolute;
  right: 12px;
  bottom: 17px;
  background-color: #ff6291;
  color: #fff;
  padding: 2px 3px;
  letter-spacing: 1px;
  border-radius: 2px;
}
@media screen and (min-width: 960px) {
  .sp__wrap {
    width: 100%;
    max-width: 1280px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 80px;
  }
  .navbar__anchor {
    display: none;
  }
  .bs--01,
  .bs--02 {
    display: none;
  }
  /* .week__star,
  .member__group {
    width: 48%;
  }
  .week__star {
    margin: 0 0.6% 0 1.2%;
  } */
  /* .member__group {
    margin: 0 1.2% 0 0.6%;
  } */
  .week__star,
  .shop__list {
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
  }
  .week__star img,
  .shop__list img {
    width: 100%;
  }
  .week__star .week__star__info,
  .shop__list .week__star__info {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
  }
  .week__star .week__star__info .info--left,
  .shop__list .week__star__info .info--left {
    width: 80vw;
  }
  .week__star .week__star__info .info--right,
  .shop__list .week__star__info .info--right {
    width: 18vw;
  }
  .week__star .week__star__info .info--right:before,
  .shop__list .week__star__info .info--right:before {
    width: 0;
    background-color: transparent;
  }
  .week__star .week__star__info .star__info__date,
  .shop__list .week__star__info .star__info__date {
    font-size: 1.3rem;
    color: #999999;
  }
  .week__star .week__star__info .star__info__hastag,
  .shop__list .week__star__info .star__info__hastag {
    font-size: 1.3rem;
    padding: 0 4px;
    border-radius: 2px;
    background-color: #ff6291;
  }
  .week__star .week__star__info .star__info__title,
  .shop__list .week__star__info .star__info__title {
    font-size: 1.8rem;
    margin: 3px 0 5px 0;
  }
  .week__star .week__star__info .star__info__txt,
  .shop__list .week__star__info .star__info__txt {
    font-size: 1.3rem;
    color: #5d5d5d;
  }
  .week__star .week__star__info .star__info__detail,
  .shop__list .week__star__info .star__info__detail {
    right: 15px;
    top: inherit;
    -ms-transform: translate(0);
    transform: translate(0);
    bottom: 35px;
    font-size: 1.8rem;
    color: #cc1e05;
    padding: 7px 10px;
    box-sizing: content-box;
    width: 125px;
    text-align: center;
    border: 1px solid #cc1e05;
    transition: 0.5s;
  }
  .week__star .week__star__info .star__info__detail:hover,
  .shop__list .week__star__info .star__info__detail:hover {
    background-color: #cc1e05;
    color: #fff;
  }
  .week__star .shop__list__info,
  .shop__list .shop__list__info {
    font-size: 1.5rem;
    padding: 15px;
  }
  .banner__m__hot {
    display: none;
  }
  .banner__web__hot {
    position: absolute;
    display: block;
    font-size: 1.8rem;
    top: -27px;
    left: 0;
    z-index: 2;
    background-color: #ff6291;
    width: 230px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 1.5rem;
    padding-left: 6px;
    letter-spacing: 1px;
  }
  .banner__web__hot:after {
    position: absolute;
    content: '';
    z-index: -1;
    border-top: 27px solid transparent;
    border-left: 25px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: 0;
    right: auto;
    border-top-color: #ff296c;
    border-left-color: #ff296c;
  }
  .banner__web__hot .n-icon--hot-activity {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    margin-right: 8px;
    margin-left: 3px;
    margin-top: 3px;
    /* background-image: url(https://www.etmall.com.tw/Resource/Bundle/Images/sprite-3bd44b27.png?638899191216545322); */
    background-position: -590px -196px;
    width: 18px;
    height: 18px;
  }
  .shop__group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 27px 0 20px 0;
    background-color: #fff;
    padding: 15px 5px 5px 5px;
    max-width: 1245px;
  }
  .shop__group a.shop__list {
    width: 31.7%;
    border: 1px solid #e1e1e1;
    margin: 0 1.2% 15px 1.2%;
    border-radius: 4px;
    overflow: hidden;
  }
  .shop__group a.shop__list:nth-of-type(3n + 2) {
    margin: 0 0 15px 0;
  }
  .shop__group a.shop__list:hover {
    z-index: 9;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 0px 16px #999999;
  }
  .member__group {
    position: relative;
    background-color: #fff;
    padding-top: 15px;
  }
  .member__group .member__title {
    position: absolute;
    display: block;
    top: 8px;
    left: 10px;
    font-size: 1.8rem;
    color: #5d5d5d;
    font-weight: 700;
  }
  .member__group .member__wrap {
    -ms-flex: 1 0 31%;
    flex: 1 0 31%;
    width: 31%;
    height: auto;
    max-height: 311px;
    transition: 0.5s;
  }
  .member__group .member__wrap:nth-child(2n + 1) {
    margin: 0;
  }
  .member__group .member__wrap:nth-child(2n) {
    margin: 0;
  }
  .member__group .member__wrap:nth-child(3n) {
    margin: 0 5px;
  }
  .member__group .member__wrap__title {
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
    background-color: #ff6291;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 1.5rem;
    padding-left: 6px;
  }
  .member__group .member__wrap__title:after {
    position: absolute;
    content: '';
    z-index: -1;
    border-top: 27px solid transparent;
    border-left: 25px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: 0;
    right: auto;
    border-top-color: #ff296c;
    border-left-color: #ff296c;
  }
  .member__group .member__wrap__title.title__s2 {
    background-color: #1893ff;
  }
  .member__group .member__wrap__title.title__s2:after {
    border-top-color: #0075e8;
    border-left-color: #0075e8;
  }
  .member__group .member__wrap__title.title__s3 {
    background-color: #ff836f;
  }
  .member__group .member__wrap__title.title__s3:after {
    border-top-color: #fe2a00;
    border-left-color: #fe2a00;
  }
  .member__group .member__wrap__txt {
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #323232;
    text-align: right;
    font-weight: 700;
    width: 75%;
    float: right;
    margin: 10px 10px 0 0;
  }
  .member__group .member__wrap__img {
    position: absolute;
    left: 10px;
    bottom: 10px;
    z-index: 1;
  }
  .member__group .member__wrap__img img {
    width: auto;
    max-width: 6vw;
  }
  .member__group .member__wrap__more {
    position: absolute;
    right: 12px;
    bottom: 17px;
    background-color: #ff6291;
    color: #fff;
    padding: 2px 3px;
    letter-spacing: 1px;
    border-radius: 2px;
  }
  .member__group .member__wrap:hover {
    z-index: 9;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0px 0 16px #999999;
  }
}

@media screen and (min-width: 960px) {
  .week__star {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 20px;
  }
  .week__star a{
    width: 100%;
    max-width: 750px;
  }
  .member__section {
    margin-bottom: 20px;
    padding-left: 18px;
    width: 100%;
  }
  .member__group {
    margin-top: 47px;
    padding: 20px 20px 15px 20px;
    height: 350px;
  }

  .shop__group.member__group .member__wrap {
    margin-bottom: 5px;
  }

  .member__group .member__wrap__more {
    position: absolute;
    right: 12px;
    bottom: 17px;
    background-color: #ff6291;
    color: #fff;
    padding: 2px 3px;
    letter-spacing: 1px;
    border-radius: 2px;
  }
}
.h__50 {
  height: 50px;
}
.is-open {
  display: block !important;
}
.is-close {
  display: none !important;
}
