.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 #myanLife_sales {
  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: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  width: 80%;
  height: fit-content;
  margin: auto;
  gap: 24px;
}
body #wrapper #myanLife_sales .discount_promotion,
body #wrapper #myanLife_sales .member_special_offer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: fit-content;
}
body #wrapper #myanLife_sales .discount_promotion .des,
body #wrapper #myanLife_sales .member_special_offer .des {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  background: #FF3968;
  border-radius: 20px 20px 0 0;
  /* height: 9.5vw; */
  position: relative;
  padding: 24px;
  gap: 12px;
}
/* body #wrapper #myanLife_sales .member_special_offer .des:before {
  background-image: url(../images/festival/special_offer_bg_owl.png);
} */
body #wrapper #myanLife_sales .member_special_offer .des {
  background: #0094FF url(../images/special_offer_bg_owl.png) no-repeat;
  background-size: contain;
  background-position: right;
}
body #wrapper #myanLife_sales .discount_promotion .des .flash_image,
body #wrapper #myanLife_sales .member_special_offer .des .alarm_image {
  width: 64px;
  height: 64px;
}
body #wrapper #myanLife_sales .discount_promotion .des .flash_image img,
body #wrapper #myanLife_sales .member_special_offer .des .alarm_image img {
  width: 100%;
  height: 100%;
}
body #wrapper #myanLife_sales .discount_promotion .des .content,
body #wrapper #myanLife_sales .member_special_offer .des .content {
  width: 100%;
  /* height: 50%; */
  display: flex;
  flex-direction: row;
  gap: 15px;
}
body #wrapper #myanLife_sales .discount_promotion .des .content .title,
body #wrapper #myanLife_sales .member_special_offer .des .content .title {
  color: rgb(255, 255, 255);
  font-size: 28px;
  font-weight: bold;
  /* width: 55%; */
}
body #wrapper #myanLife_sales .discount_promotion .des .countdown,
body #wrapper #myanLife_sales .member_special_offer .des .countdown {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  /* gap: 5px; */
  flex-shrink: 0;
  width: 100%;
  /* height: 50%; */
  justify-content: space-between;
}
body #wrapper #myanLife_sales .discount_promotion .des .countdown .timer,
body #wrapper #myanLife_sales .member_special_offer .des .countdown .timer {
  display: flex;
}

body #wrapper #myanLife_sales .discount_promotion .des .countdown .word,
body #wrapper #myanLife_sales .member_special_offer .des .countdown .word {
  font-size: 14px;
  padding: 12px 6px;
}
body #wrapper #myanLife_sales .discount_promotion .des .countdown .item,
body #wrapper #myanLife_sales .member_special_offer .des .countdown .item {
  padding: 16px;
  font-size: 20px;
  color: #FF3968;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #myanLife_sales .discount_promotion .des .countdown .check_more,
body #wrapper #myanLife_sales .member_special_offer .des .countdown .check_more {
  font-size: 12px;
}
body #wrapper #myanLife_sales .member_special_offer .des .countdown .item {
  color: #0094FF;
}
body #wrapper #myanLife_sales .discount_promotion .des .countdown a,
body #wrapper #myanLife_sales .member_special_offer .des .countdown a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sales .member_special_offer .des .countdown .check_more {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
}
body #wrapper #myanLife_sales .discount_promotion .items,
body #wrapper #myanLife_sales .member_special_offer .items {
  border-radius: 0 0 20px 20px;
  background: #FFC6C6;
  /* height: 80%; */
  padding: 24px;
}
body #wrapper #myanLife_sales .member_special_offer .items {
  background: #C1EAF8;
  display:flex;

}
body #wrapper #myanLife_sales .member_special_offer .items .list,
body #wrapper #myanLife_sales .discount_promotion .items .list {
  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: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  width: 100%;
  /* width: 95%; */
  height: 100%;
  /* margin: auto; */
  gap: 12px;
  margin-right: 0;
}
body #wrapper #myanLife_sales .member_special_offer .items .list .none_item,
body #wrapper #myanLife_sales .discount_promotion .items .list .none_item {
  flex-shrink:0;
  height:100%;
  display:flex;
  width: 17vw;
  height: 17vw;
}
body #wrapper #myanLife_sales .member_special_offer .items .list .none_item img,
body #wrapper #myanLife_sales .discount_promotion .items .list .none_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 13px
}
body #wrapper #myanLife_sales .member_special_offer .items .list a,
body #wrapper #myanLife_sales .discount_promotion .items .list a {
  /* display:contents; */
  display: flex;
  text-decoration: none;
  color: unset;
  height: 26vw;
}
body #wrapper #myanLife_sales .member_special_offer .items .list a:hover,
body #wrapper #myanLife_sales .discount_promotion .items .list a:hover {
  box-shadow: 0px 0px 8px 2px rgba(153, 153, 153, 0.5);
  border-radius: 10px;
}
body #wrapper #myanLife_sales .member_special_offer .items .list a.none_cover:hover,
body #wrapper #myanLife_sales .discount_promotion .items .list a.none_cover:hover {
  box-shadow: unset;
  /* border-radius: 10px; */
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item {
  width: 17vw;
  background: rgb(255, 255, 255);
  border-radius: 13px;
  position: relative;
}
/* body #wrapper #myanLife_sales .member_special_offer .items .list a:nth-child(5),
body #wrapper #myanLife_sales .discount_promotion .items .list a:nth-child(5) {
  display: none;
} */
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .photo,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .photo {
  width: 17vw;
  height: 17vw;
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .photo img,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .photo img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info {
  /* padding: 10px; */
  padding: 10px 10px 0px;
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .name,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .percentage,
body #wrapper #myanLife_sales .member_special_offer .items .list a .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_sales .discount_promotion .items .list a .item .info .percentage.none,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .percentage.none {
  background:#FFFFFF;
  color: #FFFFFF;
  display:none;
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .price,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .price {
  /* font-size: 20px; */
  font-weight: 700;
  /* margin-top: 10px;
  color: #FFBD27; */
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .original_price,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .original_price {
  font-size: 18px;
  text-decoration:line-through;
  color: #DDDDDD;
  /* margin-right: 4px; */
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .discount_price,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .discount_price {
  font-size: 20px;
  color: #FFBD27;
  white-space: nowrap;
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .small,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .small {
  font-size: 12px;
  color: #FFBD27;
  line-height: 14px;
}
body #wrapper #myanLife_sales .discount_promotion .items .list a .item form .add_to_cart_style,
body #wrapper #myanLife_sales .member_special_offer .items .list a .item form .add_to_cart_style {
  background: transparent;
  border: 0;
  text-align: center;
  box-shadow: inset 0px 1px 0px rgba(153, 153, 153, 0.5);
  /* padding: 0.5vw 0; */
  padding: 0.6vw 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  height: 10%;
  margin-top: 24px;
}
body #wrapper #myanLife_sales .member_special_offer .des .content .countdown .word {
  font-size: 14px;
}
body #wrapper #myanLife_sales .member_special_offer .des .content .countdown .item {
  padding: 7px 10px;
  color: #0094FF;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  body #wrapper {
    /***** 首頁限時優惠 ******/
    /***** 首頁會員限時體驗 ******/
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list a,
  body #wrapper #myanLife_sales .discount_promotion .items .list a {
    /* height: 25vw; */
  }
  body #wrapper #myanLife_sales .discount_promotion .des .countdown,
  body #wrapper #myanLife_sales .member_special_offer .des .countdown {
    /* height: 30%; */
  }
  body #wrapper #myanLife_sales .discount_promotion .des .countdown .item,
  body #wrapper #myanLife_sales .member_special_offer .des .countdown .item {
    padding: 14px;
  }
  body #wrapper #myanLife_sales .discount_promotion .des .flash_image,
  body #wrapper #myanLife_sales .member_special_offer .des .alarm_image {
    width: 50px;
    height: 50px;
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list a,
  body #wrapper #myanLife_sales .discount_promotion .items .list a {
    height: 28.5vw;
  }
}
@media (max-width: 1200px) {
  body #wrapper {
    /***** 首頁限時優惠 ******/
    /***** 首頁會員限時體驗 ******/
  }
  body #wrapper #myanLife_sales {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  body #wrapper #myanLife_sales .discount_promotion,
  body #wrapper #myanLife_sales .member_special_offer {
    width: 100%;
    /* height: 45vw; */
  }
  body #wrapper #myanLife_sales .discount_promotion .des .content,
  body #wrapper #myanLife_sales .member_special_offer .des .content {
    gap: 10px;
  }
  body #wrapper #myanLife_sales .discount_promotion .des .flash_image,
  body #wrapper #myanLife_sales .member_special_offer .des .alarm_image {
    width: 40px;
    height: 40px;
  }
  body #wrapper #myanLife_sales .discount_promotion .des .content .title,
  body #wrapper #myanLife_sales .member_special_offer .des .content .title {
    font-size: 36px;
  }
  body #wrapper #myanLife_sales .discount_promotion .des .countdown .item,
  body #wrapper #myanLife_sales .member_special_offer .des .countdown .item {
    padding: 1.4vw;
    /* font-size: 16px; */
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list a,
  body #wrapper #myanLife_sales .discount_promotion .items .list a {
    height:35vw;
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list .none_item,
  body #wrapper #myanLife_sales .discount_promotion .items .list .none_item {
    display:none;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item {
    width: 24.8vw;
    /* height: 38vw; */
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .photo,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .photo {
    width: 24.8vw;
    height: 24.8vw;
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list .none_item,
  body #wrapper #myanLife_sales .discount_promotion .items .list .none_item {
    width: 24.8vw;
    height: 24.8vw;
  }
  /* body #wrapper #myanLife_sales .member_special_offer .items .list a:nth-child(3),
  body #wrapper #myanLife_sales .discount_promotion .items .list a:nth-child(3) {
    display: block;
  } */
  body #wrapper #myanLife_sales .member_special_offer .items .list a:nth-child(4),
  body #wrapper #myanLife_sales .discount_promotion .items .list a:nth-child(4) {
    display: none;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .name,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .name {
    font-size: 14px;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .price,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .price {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  body #wrapper #myanLife_sales .member_special_offer .items .list a,
  body #wrapper #myanLife_sales .discount_promotion .items .list a {
    height: 42vw;
  }
}
@media (max-width: 768px) {
  body #wrapper {
    /***** 首頁限時優惠 ******/
    /***** 首頁會員限時體驗 ******/
  }
  body #wrapper #myanLife_sales .discount_promotion,
  body #wrapper #myanLife_sales .member_special_offer {
    /* height:60vw; */
  }
  body #wrapper #myanLife_sales .discount_promotion .des,
  body #wrapper #myanLife_sales .member_special_offer .des {
    padding: 16px;
  }
  body #wrapper #myanLife_sales .discount_promotion .des .countdown .check_more,
  body #wrapper #myanLife_sales .member_special_offer .des .countdown .check_more {
    font-size: 14px;
  }
  body #wrapper #myanLife_sales .discount_promotion .des .content .title,
  body #wrapper #myanLife_sales .member_special_offer .des .content .title {
    font-size: 26px;
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list .none_item,
  body #wrapper #myanLife_sales .discount_promotion .items .list .none_item {
    width: 36vw;
    height: 36vw;
    display:none;
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list a,
  body #wrapper #myanLife_sales .discount_promotion .items .list a {
    gap: 2.4vw;
    height: 53vw;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item {
    width: 36vw;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .photo,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .photo {
    width: 36vw;
    height: 36vw;
  }

  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .price,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .price {
    font-size: 18px;
    margin-bottom: 16px;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .discount_price,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .discount_price {
    font-size: 18px;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item form .add_to_cart_style,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item form .add_to_cart_style {
    margin-top: 16px;
    height: 6vw;
  }
}
@media (max-width: 580px) {
  body #wrapper {
    /***** 首頁限時優惠 ******/
    /***** 首頁會員限時體驗 ******/
  }
  body #wrapper #myanLife_sales {
    width: 100%;
  }
  body #wrapper #myanLife_sales .discount_promotion,
  body #wrapper #myanLife_sales .member_special_offer {
    /* height: 78vw; */
  }
  body #wrapper #myanLife_sales .discount_promotion .des,
  body #wrapper #myanLife_sales .member_special_offer .des {
    border-radius: unset;
    background: #0094FF url(../images/special_offer_bg_RWD.png) no-repeat;
    /* background: url(../images/special_offer_bg_RWD.png) no-repeat; */
    background-size: contain;
    background-position: right;
  }
  body #wrapper #myanLife_sales .discount_promotion .items,
  body #wrapper #myanLife_sales .member_special_offer .items {
    border-radius: unset;
    padding: 24px 0px 24px 24px;
    /* padding: 24px 0px 24px 12px; */
  }
  body #wrapper #myanLife_sales .discount_promotion .des .countdown .item,
  body #wrapper #myanLife_sales .member_special_offer .des .countdown .item {
    font-size: 16px;
  }
  body #wrapper #myanLife_sales .discount_promotion .des .content .title,
  body #wrapper #myanLife_sales .member_special_offer .des .content .title {
    font-size: 20px;
    line-height: 34px;
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list .none_item,
  body #wrapper #myanLife_sales .discount_promotion .items .list .none_item {
    width: 43vw;
    height: 43vw;
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list a,
  body #wrapper #myanLife_sales .discount_promotion .items .list a {
    /* height: 380px; */
    height: unset;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item {
    width: 43vw;
    /* width: 45vw; */
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info {
    padding: 8px;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .name,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .name {
    min-height: 40px;
    margin-bottom: 4px;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .photo,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .photo {
    width: 43vw;
    height: 43vw;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .percentage,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .percentage {
    margin: unset;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .price,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .price {
    margin-bottom: unset;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .original_price,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .original_price {
    font-size: 16px;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .info .discount_price,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .info .discount_price {
    font-size: 14px;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item form .add_to_cart_style,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item form .add_to_cart_style {
    font-size: 12px;
    padding: 1.8vw 0;
  }

}
@media (max-width: 415px) {
  body #wrapper #myanLife_sales .discount_promotion,
  body #wrapper #myanLife_sales .member_special_offer {
    /* height: 90vw; */
  }
  body #wrapper #myanLife_sales .member_special_offer .items .list a,
  body #wrapper #myanLife_sales .discount_promotion .items .list a {
    gap: 2.4vw;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item form .add_to_cart_style,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item form .add_to_cart_style {
    padding: 2.4vw 0;
    height: 10vw;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item {
    width: 40vw;
  }
  body #wrapper #myanLife_sales .discount_promotion .items .list a .item .photo,
  body #wrapper #myanLife_sales .member_special_offer .items .list a .item .photo {
    width: 40vw;
  }
}
@media (max-width: 320px) {
  body #wrapper {
    /***** 首頁限時優惠 ******/
    /***** 首頁會員限時體驗 ******/
  }
  body #wrapper #myanLife_sales .discount_promotion,
  body #wrapper #myanLife_sales .member_special_offer {
    /* height: 110vw; */
  }
}
