.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.link-default {
  text-decoration: none;
  outline: none;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
.show {
  opacity: 1;
  visibility: visible;
}
/** animate **/
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.scaleRotateAnimateDisplay {
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
}
.scaleRotateAnimateDisplayN {
  -webkit-transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  transform: scale(0) rotate(0deg);
}
.opacityDisplay {
  opacity: 0;
  visibility: hidden;
}
.couponBg {
  background: #ffbd27;
  background: -moz-linear-gradient(top, #ffbd27 0%, #ff6d00 99%);
  background: -webkit-linear-gradient(top, #ffbd27 0%, #ff6d00 99%);
  background: linear-gradient(to bottom, #ffbd27 0%, #ff6d00 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd27', endColorstr='#ff6d00', GradientType=0);
}
.material_checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.material_checkbox .checkbox {
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 0;
}
.material_checkbox .checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #363636;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.material_checkbox .checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
.material_checkbox .checkbox:checked:before {
  height: 6px;
  border-color: #ffbd27;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.material_radio input[type="radio"] {
  display: none;
}
.material_radio input[type="radio"] + label {
  cursor: pointer;
}
.material_radio input[type="radio"] + label::before {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #363636;
  border: 0px solid #363636;
  font-size: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translate(-50%, 50%);
}
.material_radio input[type="radio"] + label::after {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #363636;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translate(-50%, 50%);
}
.material_radio input[type="radio"]:checked + label::before {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.material_radio input[type="radio"]:checked + label::after {
  width: 8px;
  height: 8px;
}

body #wrapper {
  /***** 限時優惠主頁面 ******/
  /***** 會員限時體驗主頁面 ******/
}
body #wrapper .flash_sale_countdown {
  position: fixed;
  top: 55px;
  height: 60px;
  width: 100%;
  height: 80px;
  background-color: #FF3968;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}
body #wrapper .flash_sale_countdown.color_flash_coupon {
  background-color: #0094FF;
}
body #wrapper .flash_sale_countdown .title {
  color: #FFFFFF;
  font-size: 24px;
}
body #wrapper .flash_sale_countdown .flash_image,
body #wrapper .flash_sale_countdown .alarm_image {
  width: 64px;
  height: 64px;
}
body #wrapper .flash_sale_countdown .flash_image img,
body #wrapper .flash_sale_countdown .alarm_image img {
  width: 100%;
  height: 100%;
}
body #wrapper .flash_sale_countdown .countdown .timer .item {
  padding: 8px;
  font-size: 20px;
  color: #FF3968;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  font-weight: bold;
}
body #wrapper .flash_sale_countdown.color_flash_coupon .countdown .timer .item {
  color: #0094FF;
}
body #wrapper .flash_sale_countdown .countdown .timer .word {
  color: #FFFFFF;
  font-size: 16px;
}
body #wrapper #myanLife_flash_sale_product {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 80%;
  margin: auto;
  margin-top: 180px;
  gap: 24px;
}
body #wrapper #myanLife_flash_sale_product .m_sidebar_switch {
  display: none;
  background: rgb(247, 247, 247);
  width: 100%;
  border-radius: 10px;
  text-align: center;
  padding: 15px;
  font-size: 16px;
}
body #wrapper #myanLife_flash_sale_product .category_sidebar {
  display: flex;
  flex-direction: column;
  width: 292px;
  background: rgb(247, 247, 247);
  border-radius: 10px;
  padding: 15px;
  gap: 20px;
}
body #wrapper #myanLife_flash_sale_product .category_sidebar .category_title {
  box-shadow: 0px 1px 0px #363636;
  padding: 0px 0px 8px;
}
body #wrapper #myanLife_flash_sale_product .category_sidebar .category_title h2 {
  font-size: 18px;
  line-height: 31px;
}
body #wrapper #myanLife_flash_sale_product .category_sidebar .sidebar_item h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #363636;
}
body #wrapper #myanLife_flash_sale_product .category_sidebar .category_child {
  text-indent: 1em;
  margin-top: 24px;
}
body #wrapper #myanLife_flash_sale_product .category_sidebar .category_child span {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
body #wrapper #myanLife_flash_sale_product .product_content {
  /* width: 100%; */
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 14.8vw);
  column-gap: 1.4vw;
  row-gap: 1.4vw;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item {
  width: 100%;
  background: rgb(255, 255, 255);
  /* border-radius: 13px; */
  text-decoration: none;
  color: unset;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item:hover,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item:hover {
  box-shadow: 0px 0px 8px rgb(153 153 153 / 50%);
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .product_photo,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .product_photo {
  width: 100%;
  height: 14.8vw;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .product_photo img,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .product_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info {
  box-sizing: border-box;
  padding: 10px;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .name,body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 6px;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .percentage,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .percentage {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  background: #FFBD27;
  color: #FFFFFF;
  font-size: 12px;
  width: fit-content;
  margin: 10px 0;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .price,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .price {
  font-weight: 700;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .price,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .original_price {
  font-size: 18px;
  text-decoration:line-through;
  color: #DDDDDD;
  margin-right: 4px;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .price,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .discount_price {
  font-size: 18px;
  color: #FFBD27;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .small,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .small {
  font-size: 12px;
  color: #FFBD27;
}
body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .add_to_cart_style,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .add_to_cart_style {
  background: transparent;
  border: 0;
  box-shadow: inset 0px 1px 0px rgb(153 153 153 / 50%);
  width: 100%;
  font-size: 16px;
  /* height: 2.5vw; */
  height: 1.8vw;
  margin-top: 1.6vw;
  padding: 12px 0;
}
body #wrapper #myanLife_flash_sale_product .product_content .pagination,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .pagination {
  padding: 25px 0;
}
body #wrapper #myanLife_flash_sale_product .product_content .pagination ul,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanLife_flash_sale_product .product_content .pagination ul li,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .pagination ul li {
  color: #363636;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_flash_sale_product .product_content .pagination ul li > span,
body #wrapper #myanLife_flash_sale_coupon .coupon_content .pagination ul li > span {
  color: #363636;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* 霸王券主頁面部分微調 */
body #wrapper #flash_sale_coupon_MainVisual {
  width: 80%;
  margin: auto;
  margin-bottom: 34px;
  margin: auto;
  /* margin-top: 180px; */
  margin-top: 135px;
}
body #wrapper #flash_sale_coupon_MainVisual .main_image {
  height: 22vw;
  position: relative;
}
body #wrapper #flash_sale_coupon_MainVisual .main_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrapper #flash_sale_coupon_MainVisual .main_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
body #wrapper #flash_sale_coupon_MainVisual .main_title span {
  font-size: 64px;
  color: #FFFFFF;
  font-weight: 700;
}
body #wrapper #flash_sale_slogan {
  margin: 24px auto;
  /* margin-top: 34px; */
  /* width: 80%; */
}
body #wrapper #m_flash_sale_slogan {
  display: none;
}
body #wrapper #flash_sale_slogan .title {
  height: 50px;
  text-align: start;
}
body #wrapper #flash_sale_slogan .title span {
  color: #363636;
  font-size: 36px;
  font-weight: 500;
}
body #wrapper #myanLife_flash_sale_coupon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  -o-align-items: start;
  align-items: start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  /* width: 80%; */
  /* margin: 40px auto; */
  margin: 24px auto;
}
body #wrapper #myanLife_flash_sale_coupon .coupon_content {
  width: 100%;
}
body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items {
    display: grid;
    justify-content: center;
    /* grid-template-columns: repeat(5, 14vw); */
    grid-template-columns: repeat(4, 14vw);
    width: 100%;
    /* column-gap: 2.4vw; */
    column-gap: 1.4vw;
    row-gap: 40px;
}


/* 以下為RWD */
@media (max-width: 1440px) {
  body #wrapper {
      /***** 限時優惠主頁面 ******/
      /***** 會員限時體驗主頁面 ******/
  }
  body #wrapper #myanLife_flash_sale_product {
    width: 90%;
  }
  body #wrapper #flash_sale_coupon_MainVisual {
    width: 80%;
  }
}
@media (max-width: 1366px) {
  body #wrapper #flash_sale_coupon_MainVisual {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  body #wrapper {
      /***** 限時優惠主頁面 ******/
      /***** 會員限時體驗主頁面 ******/
  }
  body #wrapper #flash_sale_slogan {
    display: none;
  }
  body #wrapper #m_flash_sale_slogan {
    display: block;
    margin: 24px auto;
    width: 90%;
    text-align: center;
  }
  /* body #wrapper #flash_sale_slogan .title {
    text-align: center;
  } */
  body #wrapper #myanLife_flash_sale_product {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin-top: 155px;
  }
  body #wrapper #myanLife_flash_sale_product .m_sidebar_switch {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
  }
  body #wrapper #myanLife_flash_sale_product .category_sidebar {
    display: none;
    width: 100%;
    box-sizing: border-box;
    margin-right: unset;
  }
  body #wrapper #myanLife_flash_sale_product .category_sidebar.op_sidebar {
    display: block;
  }
  body #wrapper #myanLife_flash_sale_product .category_sidebar .sidebar_item {
    margin-top: 20px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content {
    width: 100%;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items {
    grid-template-columns: repeat(3, 29vw);
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .product_photo,
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .product_photo {
    height: 29vw;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item:hover,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item:hover {
    box-shadow: none;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .add_to_cart_style,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .add_to_cart_style {
    height: 4.5vw;
  }
  body #wrapper #flash_sale_coupon_MainVisual {
    width: 90%;
  }
  body #wrapper #flash_sale_coupon_MainVisual.pushdown {
  }
  body #wrapper #myanLife_flash_sale_coupon {
    width: 90%;
  }
}
@media (max-width: 768px) {
  body #wrapper {
      /***** 限時優惠主頁面 ******/
      /***** 會員限時體驗主頁面 ******/
  }
  body #wrapper .flash_sale_countdown {
    height: 50px;
  }
  body #wrapper .flash_sale_countdown .title {
    display: none;
  }
  body #wrapper .flash_sale_countdown .flash_image,
  body #wrapper .flash_sale_countdown .alarm_image {
    display: none;
  }
  body #wrapper .flash_sale_countdown .countdown .timer .item {
    padding: 7px;
    font-size: 14px;
  }
  body #wrapper #m_flash_sale_slogan .title span {
    font-size: 24px;
  }
  body #wrapper #myanLife_flash_sale_product {
    margin-top: 130px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items {
    column-gap: 2vw;
    row-gap: 2vw;
    grid-template-columns: repeat(3, 28.5vw);
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .product_photo,
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .product_photo {
    height: 28.5vw;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info {
    padding: unset;
    margin-top: 8px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .name,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .name {
    min-height: 24px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .price,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .original_price {
    font-size: 14px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .price,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .discount_price {
    font-size: 14px;
  }

  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .price,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .price {
    font-size: 14px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .add_to_cart_style,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .add_to_cart_style {
    font-size: 12px;
    margin-top: 12px;
  }
  body #wrapper #flash_sale_coupon_MainVisual {
    width: 100%;
    /* margin-top: 130px; */
    margin-top: 105px;
    margin-bottom: 30px;
  }
  body #wrapper #flash_sale_coupon_MainVisual.pushdown {
    margin-top: 105px;
  }
  body #wrapper #flash_sale_coupon_MainVisual .main_title span {
    font-size: 24px;
  }
  body #wrapper #m_flash_sale_slogan .title {
    height: 34px;
  }
  body #wrapper #m_flash_sale_slogan .title span {
    font-size: 24px;
  }
  body #wrapper #myanLife_flash_sale_coupon {
    margin: 26px auto;
  }
}
@media (max-width: 580px) {
  body #wrapper {
      /***** 限時優惠主頁面 ******/
      /***** 會員限時體驗主頁面 ******/
  }
  body #wrapper #m_flash_sale_slogan {
    margin: 20px auto;
  }
  body #wrapper #m_flash_sale_slogan .title span {
    font-size: 18px;
  }

  body #wrapper #myanLife_flash_sale_product {
    margin: auto;
    margin-top: 125px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items {
    grid-template-columns: repeat(2, 43vw);
    column-gap: 3vw;
    row-gap: 3vw;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .product_photo,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .coupon_photo {
    height: 43vw;
    width: 43vw;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .product_photo img,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .coupon_photo img {
    height: 100%;
    width: 100%;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .info .price,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .info .price {
    margin-top: 4px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .add_to_cart_style,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .add_to_cart_style {
    height: 6.5vw;
    padding: 10px 0px;
  }
  body #wrapper #flash_sale_coupon_MainVisual {
    margin: auto;
    /* margin-top: 125px; */
    margin-top: 105px;
  }
  body #wrapper #m_flash_sale_slogan .title span {
    font-size: 18px;
  }
  body #wrapper #myanLife_flash_sale_coupon {
    margin: 22px auto;
  }
}
@media (max-width: 414px) {
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .add_to_cart_style,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .add_to_cart_style {
    padding: 8px 0px;
    height: 8vw;
  }
}
@media (max-width: 320px) {
  body #wrapper {
      /***** 限時優惠主頁面 ******/
      /***** 會員限時體驗主頁面 ******/
  }
  body #wrapper #m_flash_sale_slogan .title span {
    font-size: 16px;
  }
  body #wrapper #myanLife_flash_sale_product .product_content .product_items .product_item .add_to_cart_style,
  body #wrapper #myanLife_flash_sale_coupon .coupon_content .coupon_items .coupon_item .add_to_cart_style {
    padding: 6px 0px;
  }
}
