.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);
  }
}

/* .grecaptcha-badge{
  transform: scale(.5) translateX(100%) translateY(3rem);
  margin-top: -2rem;
  right: -28px !important;
  z-index: 96;
}
.grecaptcha-badge:hover{
  right: 0 !important;
  transform: scale(.5) translateX(50%) translateY(3rem);
} */
#recaptcha_Logo .grecaptcha-badge,
#recaptcha_Logo_register .grecaptcha-badge,
#recaptcha_Logo_forget_pass .grecaptcha-badge
{
  display: block;
  opacity: 1;
  visibility: visible !important;
  /* z-index: 96; */
}
#recaptcha_Logo_forget_pass{
  position: absolute;
  bottom: 0;
}
.grecaptcha-badge{
  /* z-index: 96; */
  display: none;
  opacity: 0;
  visibility: hidden;
}
.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;
}
.noScrollRow {
  /* Works on Firefox */
  scrollbar-width: 0;
  scrollbar-color: transparent;
  /* Works on Chrome, Edge, and Safari */
}
.noScrollRow::-webkit-scrollbar {
  height: 0px;
}
.noScrollRow::-webkit-scrollbar-track {
  background: transparent;
}
.noScrollRow::-webkit-scrollbar-thumb {
  background-color: transparent;
}
body {
  width: 100%;
  height: auto;
  color: #363636;
  font-family: "Pyidaungsu", "Zawgyi-One", "Myanmar3", Roboto, "Noto Sans TC", sans-serif !important;
  font-size: 18px;
}
body #wrapper {
  /***** 手機板首頁 nav *****/
  /***** 首頁 nav *****/
  /***** 首頁 logo *****/
  /***** 手機板首頁 search_bar *****/
  /***** 首頁 search_bar *****/
  /***** 首頁 banner *****/
  /***** 首頁 nav *****/
  /***** 最新優惠 *****/
  /***** 為您精挑細選 *****/
  /***** Top ten *****/
  /***** 達人分享 *****/
  /***** 熱門其他活動 *****/
  /***** scroll top *****/
  /***** 會員任務 nav *****/
  /***** 會員任務 banner *****/
  /***** 商家首頁 *****/
}
body #wrapper #m_header_switch {
  display: none;
  position: fixed;
  cursor: pointer;
  top: 18px;
  right: 15px;
  color: rgb(0, 0, 0);
  z-index: 100;
  -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 .open_m_switch {
  display: block;
  color: rgb(255, 255, 255) !important;
}
body #wrapper #header_bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  background: rgb(255, 255, 255);
  z-index: 3;
}
body #wrapper #header {
  position: fixed;
  background: rgb(255, 255, 255);
  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-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 55px;
  font-size: 14px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
body #wrapper #header .item {
  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;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  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 #header .item .icon {
  margin-right: 5px;
}
body #wrapper #header .item .hint_icon {
  position: absolute;
  color: #D82316;
  width: 7px;
  top: -3px;
  right: 3px;
}
body #wrapper #header .item:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #header a {
  text-decoration: none;
  color: #363636;
}
body #wrapper #header .merchant_application,
body #wrapper #header .merchant_center {
  color: #363636;
}
body #wrapper #header .app_download.item {
  background: #FFBD27;
  padding: 0 10px;
  border-radius: 100px;
  height: 30px;
}
body #wrapper #header .app_download.item:hover {
  background: rgb(255, 234, 0);
  color: #363636;
}
body #wrapper #header .lang_select {
  position: relative;
}
body #wrapper #header .lang_select .icon_img {
  width: 16px;
  height: 16px;
}
body #wrapper #header .lang_select .list {
  position: absolute;
  background: rgba(255, 255, 255);
  color: #363636;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px;
  display: grid;
  width: max-content;
  column-gap: 10px;
  row-gap: 20px;
  top: 25px;
  right: -15px;
  z-index: 3;
  box-shadow: 0 0 8px #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -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 #header .lang_select .list .item {
  position: relative;
  justify-content: space-between;
  margin-right: 0;
  gap: 40px;
  z-index: 5;
}
body #wrapper #header .lang_select .list .item:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #header .lang_select .list .return_btn {
  display: none;
}
body #wrapper #header .lang_select .list .form_list .item {
  margin-bottom: 10px;
}
body #wrapper #header .lang_select .list .form_list .item:last-child {
  margin-bottom: 0;
}
body #wrapper #header .lang_select .list .active {
  color: rgb(255, 189, 39);
}
body #wrapper #header .lang_select:hover .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body #wrapper #header .lang_select:hover .list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #wrapper #header .currency_select {
  position: relative;
}
body #wrapper #header .currency_select .icon_img {
  width: 16px;
  height: 16px;
}
body #wrapper #header .currency_select .list {
  position: absolute;
  background: rgba(255, 255, 255);
  color: #363636;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px;
  display: grid;
  width: max-content;
  column-gap: 10px;
  row-gap: 20px;
  top: 25px;
  right: -15px;
  z-index: 3;
  box-shadow: 0 0 8px #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -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 #header .currency_select .list .item {
  position: relative;
  justify-content: space-between;
  margin-right: 0;
  gap: 40px;
  z-index: 5;
}
body #wrapper #header .currency_select .list .item:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #header .currency_select .list .return_btn {
  display: none;
}
body #wrapper #header .currency_select .list .form_list .item {
  margin-bottom: 10px;
}
body #wrapper #header .currency_select .list .form_list .item:last-child {
  margin-bottom: 0;
}
body #wrapper #header .currency_select .list .active {
  color: rgb(255, 189, 39);
}
body #wrapper #header .currency_select:hover .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body #wrapper #header .currency_select:hover .list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #wrapper #header .currency_select .list {
  right: -45px;
}
body #wrapper #header .notification .msg_box {
  position: absolute;
  background: rgba(255, 255, 255);
  color: #363636;
  font-size: 14px;
  border-radius: 5px;
  display: grid;
  width: 299px;
  max-height: 478px;
  overflow: hidden;
  top: 25px;
  right: -15px;
  z-index: 3;
  box-shadow: 0 0 8px #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -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 #header .notification .msg_box .msg_list .msg_item {
  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: flex-star;
  -moz-align-items: flex-star;
  -ms-align-items: flex-star;
  -o-align-items: flex-star;
  align-items: flex-star;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 12px 15px;
  gap: 5px;
}
body #wrapper #header .notification .msg_box .msg_list .msg_item .msg_img {
  width: fit-content;
  height: fit-content;
}
body #wrapper #header .notification .msg_box .msg_list .msg_item .msg_img img {
  object-fit: cover;
}
body #wrapper #header .notification .msg_box .msg_list .msg_item .msg_content {
  font-size: 12px;
}
body #wrapper #header .notification .msg_box .msg_list .msg_item .msg_content .msg_context {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #header .notification .msg_box .msg_list .msg_item .msg_content .msg_date {
  margin-top: 6px;
  color: #999;
}
body #wrapper #header .notification .msg_box .msg_list .msg_item:hover {
  background: #F2F2F2;
}
body #wrapper #header .notification .msg_box .msg_list .unread {
  background: #FFF1D1;
}
body #wrapper #header .notification .msg_box .msg_list .unread:hover {
  background: #FFECC1;
}
body #wrapper #header .notification .msg_box .get_more_btn {
  padding: 12px 15px;
  text-align: left;
  font-size: 12px;
  background: transparent;
  border: none;
}
body #wrapper #header .notification .msg_box .get_more_btn:hover {
  background: #F2F2F2;
}
body #wrapper #header .notification .msg_box .disabled {
  color: #8E8E8E;
}
body #wrapper #header .notification .msg_box .disabled:hover {
  background: transparent;
}
body #wrapper #header .notification .has_more_item {
  overflow-y: scroll;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(153, 153, 153, 0.6) transparent;
  /* Works on Chrome, Edge, and Safari */
}
body #wrapper #header .notification .has_more_item::-webkit-scrollbar {
  width: 5px;
}
body #wrapper #header .notification .has_more_item::-webkit-scrollbar-track {
  background: transparent;
}
body #wrapper #header .notification .has_more_item::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.6);
  border-radius: 20px;
  border: none;
}
body #wrapper #header .notification:hover .msg_box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #wrapper #header .user_login {
  position: relative;
}
body #wrapper #header .user_login .user_img {
  width: 30px;
}
body #wrapper #header .user_login .user_img img {
  background: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #363636;
  box-sizing: border-box;
  overflow: hidden;
}
body #wrapper #header .user_login .list {
  position: absolute;
  background: rgb(255, 255, 255);
  color: #363636;
  font-size: 14px;
  border-radius: 5px;
  display: grid;
  width: max-content;
  column-gap: 10px;
  top: 40px;
  right: 0;
  box-shadow: 0 0 8px #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -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 #header .user_login .list .item {
  display: block;
  color: #363636;
  margin-right: 0;
  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 #header .user_login .list .item:hover {
  background: #f2f2f2;
}
body #wrapper #header .user_login .list .s_item {
  display: none;
}
body #wrapper #header .user_login .list .header_bar {
  display: none;
}
body #wrapper #header .user_login .list .user_identify {
  padding: 10px 15px;
  border-bottom: 1px solid #999;
  cursor: default;
}
body #wrapper #header .user_login .list .user_identify .user_identify_content {
  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;
  gap: 10px;
}
body #wrapper #header .user_login .list .user_identify .user_identify_content .avatar {
  position: relative;
  width: 50px;
  height: 50px;
}
body #wrapper #header .user_login .list .user_identify .user_identify_content .avatar .user_img {
  width: 100%;
  height: 100%;
}
body #wrapper #header .user_login .list .user_identify .user_identify_content .avatar .user_img img {
  width: 100%;
  height: 100%;
}
body #wrapper #header .user_login .list .user_identify .user_identify_content .avatar .upload_btn {
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 18px;
}
body #wrapper #header .user_login .list .user_identify .user_identify_content .avatar .upload_btn:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #header .user_login .list .user_identify .user_identify_content .avatar .upload_btn .change_avatar_btn {
  cursor: pointer;
}
body #wrapper #header .user_login .list .user_identify .user_identify_content .user_info .user_name {
  font-size: 16px;
  color: #363636;
  margin-bottom: 4px;
}
body #wrapper #header .user_login .list .user_identify .user_identify_content .user_info .user_level {
  font-size: 14px;
  color: #989898;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content {
  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: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 14px;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user {
  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;
  gap: 10px;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar {
  position: relative;
  width: 50px;
  height: 50px;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .user_img,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .user_img {
  width: 100%;
  height: 100%;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .user_img img,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .user_img img {
  width: 100%;
  height: 100%;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .upload_btn,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .upload_btn {
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 18px;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .upload_btn:hover,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .upload_btn:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .upload_btn .change_avatar_btn,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .upload_btn .change_avatar_btn {
  cursor: pointer;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user .user_info .user_name,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .user_info .user_name {
  font-size: 16px;
  color: #363636;
  margin-bottom: 4px;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user .user_info .user_level,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .user_info .user_level {
  font-size: 14px;
  color: #989898;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user_status,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user_status {
  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: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user_status .status_item,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user_status .status_item {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user_status .status_item .icon,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user_status .status_item .icon {
  font-size: 12px;
  margin-right: -3px;
  color: rgb(255, 234, 0);
}
body #wrapper #header .user_login .list .user_identify.member .user_identify_content .user_status .status_item .account_num,
body #wrapper #header .user_login .list .user_identify.partner .user_identify_content .user_status .status_item .account_num {
  display: inline-block;
  min-width: 1ch;
}
body #wrapper #header .user_login .list .sidebar_list .item {
  padding: 12px 15px;
  margin: 3px 0;
}
body #wrapper #header .user_login .list .sidebar_list .item .img_icon {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
}
body #wrapper #header .user_login .list .sidebar_list .division {
  width: 100%;
  border-bottom: 1px solid #999;
}
body #wrapper #header .user_login .list .m_admin_sidebar_list {
  display: none;
}
body #wrapper #header .user_login .op_list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #wrapper #header .user_login:hover .list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #wrapper #header .close_item {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
body #wrapper #header .maxH {
  height: 100% !important;
}
body #wrapper #header .login_btn {
  margin-right: 0;
}
body #wrapper #myanLife_Logo {
  position: fixed;
  width: 150px;
  top: 12px;
  left: 20px;
  z-index: 11;
}
body #wrapper #myanLife_Logo .myanLife_logo {
  width: 100%;
}
body #wrapper #myanLife_Logo .festival_icon {
  display: none;
}
body #wrapper #myanLife_Logo.home {
  width: 240px;
}
body #wrapper #m_search_switch {
  display: none;
  position: fixed;
  cursor: pointer;
  top: 21px;
  right: 50px;
  color: rgb(0, 0, 0);
  z-index: 99;
  -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 #m_search_switch .search_icon,
body #wrapper #m_search_switch .hide_search_icon {
  display: none;
  color: rgb(255, 189, 39);
}
body #wrapper #m_search_switch .active {
  display: block;
}
body #wrapper #myanLife_global_search {
  display: block;
  position: fixed;
  top: 55px;
  height: 60px;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 2;
}
body #wrapper #myanLife_global_search .myanLife_Slogan {
  position: fixed;
  top: 75px;
  left: 20px;
  color: #F6AB00;
}
body #wrapper #myanLife_global_search .search_box {
  margin-right: 20px;
}
body #wrapper #myanLife_global_search .search_box .search_input {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  width: 49%;
  margin-left: 50%;
  background: #F2F2F2;
  border-radius: 30px;
  padding: 10px;
}
body #wrapper #myanLife_global_search .search_box .search_input .input_container {
  width: 90%;
}
body #wrapper #myanLife_global_search .search_box .search_input .input_container input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
}
body #wrapper #myanLife_global_search .search_box .search_input button {
  background: transparent;
  border: none;
}
body #wrapper #myanLife_global_search .search_box .search_input:hover {
  border: 1px solid #F6AB00;
  background: rgb(255, 255, 255) !important;
}
body #wrapper #myanLife_global_search .search_box .search_input:hover button {
  color: #F6AB00;
}
body #wrapper #myanLife_global_search .hot_search {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-right: 20px;
  width: 48%;
  margin-left: 50%;
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -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_global_search .hot_search h2 {
  flex-shrink: 0;
}
body #wrapper #myanLife_global_search .hot_search .list {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  cursor: pointer;
}
body #wrapper #myanLife_global_search .hot_search .list .item {
  border: 1px solid #363636;
  border-radius: 5px;
  padding: 5px 10px;
  color: #363636;
  text-decoration: 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 #myanLife_global_search .hot_search .list .item:last-child {
  margin: 0;
}
body #wrapper #myanLife_global_search .hot_search .list .item:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_global_search .focus {
  border: 1px solid #F6AB00;
  background: rgb(255, 255, 255) !important;
}
body #wrapper #myanLife_global_search .focus button {
  color: #F6AB00;
}
body #wrapper #myanLife_global_search .hide {
  display: none;
}
body #wrapper #global_header_search {
  display: none;
}
body #wrapper #myanLife_MainVisual {
  position: relative;
  width: 100%;
  height: 30vw;
  margin-top: 55px;
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
body #wrapper #myanLife_MainVisual .myanLife_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
body #wrapper #myanLife_MainVisual .myanLife_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrapper #myanLife_MainVisual .owl-carousel {
  overflow: hidden;
}
body #wrapper #myanLife_MainVisual .owl-carousel .owl-stage-outer {
  height: inherit !important;
}
body #wrapper #myanLife_MainVisual .owl-carousel .owl-stage-outer .owl-stage {
  height: inherit !important;
}
body #wrapper #myanLife_MainVisual .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  width: 100vw !important;
  height: inherit !important;
}
body #wrapper #myanLife_MainVisual .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
body #wrapper #myanLife_MainVisual .owl-carousel .owl-dots .owl-dot span {
  background: #869791;
}
body #wrapper #myanLife_MainVisual .owl-carousel .owl-dots .owl-dot:hover span {
  background: #D6D6D6;
}
body #wrapper #myanLife_MainVisual .owl-carousel .owl-dots .owl-dot.active span {
  background: #D6D6D6;
}
body #wrapper #myanLife_MainVisual:hover .nav_prev,
body #wrapper #myanLife_MainVisual:hover .nav_next {
  display: block;
}
body #wrapper #myanLife_MainVisual .nav_prev,
body #wrapper #myanLife_MainVisual .nav_next {
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  display: none;
  top: calc(15vw - 30px);
  border-radius: 3px;
  padding: 30px 25px;
  z-index: 1;
  cursor: pointer;
}
body #wrapper #myanLife_MainVisual .nav_prev .icon,
body #wrapper #myanLife_MainVisual .nav_next .icon {
  color: rgb(255, 255, 255);
  font-size: 24px;
}
body #wrapper #myanLife_MainVisual .nav_prev:hover,
body #wrapper #myanLife_MainVisual .nav_next:hover {
  background: rgba(0, 0, 0, 0.5);
}
body #wrapper #myanLife_MainVisual .nav_prev {
  left: 0;
}
body #wrapper #myanLife_MainVisual .nav_next {
  right: 0;
}
body #wrapper #myanLife_MainVisual .myanLife_logo {
  width: 180px;
  z-index: 1;
  text-decoration: none;
  outline: none;
}
body #wrapper #myanLife_MainVisual .myanLife_logo img {
  width: 100%;
  height: 100%;
}
body #wrapper #myanLife_MainVisual .myanLife_Slogan {
  color: rgb(255, 255, 255);
  font-size: 36px;
  margin-top: 12px;
  text-align: center;
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
  z-index: 1;
}
body #wrapper #myanLife_MainVisual .myanLife_Slogan > div:last-child {
  font-size: 24px;
  margin-top: 12px;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox {
  background: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  width: 80%;
  height: 150px;
  margin: 100px auto;
  margin-top: 50px;
  border-radius: 10px;
  z-index: 1;
  -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_MainVisual #myanLife_global_searchBox .search_input {
  display: flex;
  align-items: center;
  padding: 24px;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container {
  position: relative;
  width: 100%;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input {
  background: transparent;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #363636;
  padding: 10px 0;
  padding-right: 40px;
  overflow: hidden;
  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 #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:valid,
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:focus {
  border-bottom: 2px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:valid + .label,
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:focus + .label {
  color: rgb(255, 189, 39);
  font-size: 0.8rem;
  top: -20px;
  pointer-events: none;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:valid ~ .clear_text,
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:focus ~ .clear_text {
  opacity: 1;
  visibility: visible;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 85%;
  color: #363636;
  font-size: 24px;
  font-weight: normal;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: text;
  -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_MainVisual #myanLife_global_searchBox .search_input .input_container .clear_text {
  position: absolute;
  width: 23px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -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_MainVisual #myanLife_global_searchBox .search_input .input_container .clear_text:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 450px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  opacity: 0;
  visibility: hidden;
  -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_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgb(70, 211, 205);
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words .list .item {
  cursor: pointer;
  text-decoration: none;
  color: #363636;
  -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_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words .list .item:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .op_key_words {
  opacity: 1;
  visibility: visible;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .global_search {
  background: transparent;
  font-size: 36px;
  border: 0;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .global_search .icon {
  -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_MainVisual #myanLife_global_searchBox .search_input .global_search .icon:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px;
  padding-top: 0;
  font-size: 18px;
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search .list {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search .list .item {
  border: 1px solid #363636;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 10px;
  color: #363636;
  text-decoration: 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 #myanLife_MainVisual #myanLife_global_searchBox .hot_search .list .item:last-child {
  margin: 0;
}
body #wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search .list .item:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox {
  background: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  width: 80%;
  height: 110px;
  margin: 100px auto;
  margin-top: 50px;
  border-radius: 10px;
  z-index: 1;
  -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_MainVisual #myanLife_local_searchBox .local_search {
  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: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -o-align-items: end;
  align-items: end;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  padding: 35px 20px;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_input {
  border: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  background: transparent;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_input::-webkit-input-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_input::-moz-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_input:-ms-input-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_start_date,
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_end_date {
  border: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  background: transparent;
  text-align: center;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_start_date::-webkit-input-placeholder,
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_end_date::-webkit-input-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_start_date::-moz-placeholder,
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_end_date::-moz-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_start_date:-ms-input-placeholder,
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_end_date:-ms-input-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .member_input {
  border-bottom: 1px solid rgb(0, 0, 0);
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .member_input button {
  border: 0;
  background: transparent;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .member_input input {
  background: transparent;
  border: 0;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_btn {
  background: transparent;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  padding: 3px 15px;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_btn:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search {
  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: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -o-align-items: end;
  align-items: end;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  padding: 35px 20px;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_input {
  border: 0;
  width: 90%;
  border-bottom: 1px solid rgb(0, 0, 0);
  background: transparent;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_input::-webkit-input-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_input::-moz-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_input:-ms-input-placeholder {
  color: #363636;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_btn {
  background: transparent;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  padding: 3px 15px;
}
body #wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_btn:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_MainVisual.push_down {
  margin-top: 115px;
}
body #wrapper #myanLife_MainVisual.no-nav .owl-theme .owl-nav {
  display: none !important;
}
body #wrapper #myanLife_MainVisual.no-nav:hover .owl-theme .owl-nav {
  display: none !important;
}
body #wrapper #myanLife_Navigation {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 80%;
  margin: 10px auto 0;
  padding: 1% 5% 2%;
  position: relative;
  z-index: 1;
}
body #wrapper #myanLife_Navigation .item {
  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: 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;
  flex-wrap: wrap;
  align-content: space-around;
  gap: 10px;
  font-size: 18px;
  margin-right: 24px;
  color: #363636;
  height: 100%;
  text-align: center;
  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 #myanLife_Navigation .item .icon {
  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;
  background: rgb(70, 211, 205);
  width: 22px;
  height: 22px;
  color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 50%;
  -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_Navigation .item:hover {
  color: rgb(70, 211, 205);
}
body #wrapper #myanLife_Navigation .item > div {
  margin: auto;
  margin-left: 12px;
}
body #wrapper #myanLife_Navigation .item:nth-child(2) .icon {
  background: #FFC90C;
}
body #wrapper #myanLife_Navigation .item:nth-child(2):hover {
  color: #FFC90C;
}
body #wrapper #myanLife_Navigation .item:nth-child(3) .icon {
  background: rgb(108, 187, 90);
}
body #wrapper #myanLife_Navigation .item:nth-child(3):hover {
  color: rgb(108, 187, 90);
}
body #wrapper #myanLife_Navigation .item:nth-child(4) .icon {
  background: rgb(255, 186, 181);
}
body #wrapper #myanLife_Navigation .item:nth-child(4):hover {
  color: rgb(255, 186, 181);
}
body #wrapper #myanLife_Navigation .item:nth-child(5) .icon {
  background: rgb(83, 155, 52);
}
body #wrapper #myanLife_Navigation .item:nth-child(5):hover {
  color: rgb(83, 155, 52);
}
body #wrapper #myanLife_Navigation .item:last-child {
  margin-right: 0;
}
body #wrapper #myanLife_Navigation .item:last-child .icon {
  background: rgb(216, 35, 22);
}
body #wrapper #myanLife_Navigation .item:last-child:hover {
  color: rgb(216, 35, 22);
}
body #wrapper #myanLife_shop_partner {
  margin-top: 60px;
}
body #wrapper #myanLife_shop_partner .common_header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #myanLife_shop_partner .common_header::before {
  content: "";
  background: rgb(255, 189, 39);
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #myanLife_shop_partner .common_header h2 {
  margin-right: 15px;
  float: left;
}
body #wrapper #myanLife_shop_partner .common_header .check_all {
  font-size: 20px;
  color: #363636;
  text-decoration: none;
  font-weight: 500;
  position: absolute;
  right: 0;
}

body #wrapper #myanLife_shop_partner .common_header .time_countdown {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}
body #wrapper #myanLife_shop_partner .common_header .time_countdown .item {
  background: rgb(255, 83, 83);
  margin: auto 5px;
  color: rgb(255, 255, 255);
  padding: 5px;
  border-radius: 5px;
}
body #wrapper #myanLife_shop_partner .common_header .hide {
  display: none;
}
/* 以下參考新進達人推薦，但商家的整體大小會比較小 */
body #wrapper #myanLife_shop_partner .shop_partner_content {
  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;
  width: 80%;
  margin: 50px auto;
}
body #wrapper #myanLife_shop_partner .shop_partner_content .shop_partner_item {
  position: relative;
  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;
  width: 12.3vw;
  height: 14.3vw;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #363636;
  text-decoration: none;
  outline: none;
}
body #wrapper #myanLife_shop_partner .shop_partner_content .shop_partner_item .imgView {
  width: 100%;
  height: 83%;
  position: absolute;
  top: 0;
  border-radius: 500px;
  overflow: hidden;
}
body #wrapper #myanLife_shop_partner .shop_partner_content .shop_partner_item .imgView:hover {
  opacity: 0.8;
}
body #wrapper #myanLife_shop_partner .shop_partner_content .shop_partner_item .imgView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #myanLife_shop_partner .shop_partner_content .shop_name {
  position: absolute;
  bottom: 0;
  line-height: 23px;
  text-align: center;
  margin-bottom: -20px;
}
body #wrapper #myanLife_shop_partner .shop_partner_content .shop_name h2 {
  color:#000000;
  font-size: 20px;
}
body #wrapper #myanLife_shop_partner .owl-theme {
  position: relative;
}
body #wrapper #myanLife_shop_partner .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  /* left: -65px; */
  z-index: 10;
  -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_shop_partner .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_shop_partner .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /* right: -65px; */
  right: 0;
}
body #wrapper #myanLife_shop_partner .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_shop_partner .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_shop_partner .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}


body #wrapper #myanLife_sales .member_special_offer .owl-theme {
  position: relative;
}
body #wrapper #myanLife_sales .member_special_offer .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  /* width: 50px; */
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  /* top: 0; */
  /* bottom: 0; */
  /* left: -65px; */
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  /* TODO */
  /* height: 20%; */
  left: -23px;
  top: 35%;
  border-radius: 0px;
  padding: 18px 30px !important;
}
body #wrapper #myanLife_sales .member_special_offer .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_sales .member_special_offer .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  /* width: 50px; */
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  /* top: 0; */
  /* bottom: 0; */
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  /* right: -65px; */


  /* TODO */
  /* height: 20%; */
  right: -23px;
  top: 35%;
  border-radius: 0px;
  padding: 18px 30px !important;

}
body #wrapper #myanLife_sales .member_special_offer .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_sales .member_special_offer .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_sales .member_special_offer .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}





body #wrapper #myanLife_discount {
  margin-top: 60px;
}
body #wrapper #myanLife_discount .common_header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #myanLife_discount .common_header::before {
  content: "";
  background: rgb(255, 189, 39);
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #myanLife_discount .common_header h2 {
  margin-right: 15px;
}
body #wrapper #myanLife_discount .common_header .time_countdown {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}
body #wrapper #myanLife_discount .common_header .time_countdown .item {
  background: rgb(255, 83, 83);
  margin: auto 5px;
  color: rgb(255, 255, 255);
  padding: 5px;
  border-radius: 5px;
}
body #wrapper #myanLife_discount .common_header .hide {
  display: none;
}
body #wrapper #myanLife_discount .common_content {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
body #wrapper #myanLife_discount .common_content .common_item {
  display: block;
  width: 14.8vw;
  font-size: 14px;
  color: #363636;
  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 #myanLife_discount .common_content .common_item:hover .imgView img {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
body #wrapper #myanLife_discount .common_content .common_item:hover .imgView .data {
  top: 0;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView {
  position: relative;
  height: calc(14.8vw - 10px);
  border: 5px solid rgb(255, 189, 39);
  border-radius: 10px;
  overflow: hidden;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .discount_value {
  position: absolute;
  background: rgb(255, 189, 39);
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 6px 10px;
  top: 0;
  left: 0;
  z-index: 2;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .favorite_add {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  color: rgb(255, 255, 255);
  z-index: 2;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .favorite_add:hover .tba.active {
  color: #DE5D54;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .favorite_add .tba {
  display: none;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .favorite_add .liked {
  display: none;
  color: #DE5D54;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .favorite_add .active {
  display: block;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .coupon_download {
  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;
  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);
  position: absolute;
  width: 100%;
  height: 40px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  bottom: 0;
  z-index: 3;
  -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_discount .common_content .common_item .imgView .coupon_download .icon {
  margin-left: 5px;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .coupon_download:hover {
  height: 50px;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .data {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  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;
  color: rgb(255, 255, 255);
  height: 90%;
  padding: 0 15px;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body #wrapper #myanLife_discount .common_content .common_item .imgView .data .data_info {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_discount .common_content .common_item .information {
  position: relative;
  padding: 5px;
}
body #wrapper #myanLife_discount .common_content .common_item .information .info_header {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 6px;
}
body #wrapper #myanLife_discount .common_content .common_item .information .info_header h2 {
  font-weight: bold;
  height: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_discount .common_content .common_item .information .location {
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
  word-break: break-all;
}
body #wrapper #myanLife_discount .common_content .common_item .information .location .icon {
  margin-right: 10px;
}
body #wrapper #myanLife_discount .common_content .common_item .information .location > div {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_discount .common_content .common_item .information .merchant_name {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
}
body #wrapper #myanLife_discount .common_content .common_item .information .merchant_name span {
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -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_discount .common_content .common_item .information .merchant_name span:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_discount .common_content .common_item .information .evaluation {
  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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
body #wrapper #myanLife_discount .common_content .common_item .information .evaluation > div {
  color: rgb(255, 189, 39);
  font-size: 24px;
  font-weight: bold;
}
body #wrapper #myanLife_discount .common_content .common_item .information .evaluation .icon {
  color: rgb(255, 234, 0);
  margin-left: 5px;
  font-size: 24px;
}
body #wrapper #myanLife_discount .owl-theme {
  position: relative;
}
body #wrapper #myanLife_discount .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -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_discount .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_discount .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: -65px;
}
body #wrapper #myanLife_discount .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_discount .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_discount .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body #wrapper #myanLife_featured {
  background: rgb(247, 247, 247);
  margin-top: 100px;
  padding-bottom: 100px;
}
body #wrapper #myanLife_featured .featured_header {
  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;
  font-size: 28px;
  font-weight: bold;
  padding: 45px 0;
}
body #wrapper #myanLife_featured .featured_header h2 {
  margin: 0 24px;
}
body #wrapper #myanLife_featured .featured_header .default {
  position: relative;
}
body #wrapper #myanLife_featured .featured_header .default > span {
  display: none;
}
body #wrapper #myanLife_featured .featured_header .default .icon {
  color: rgb(255, 189, 39);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #wrapper #myanLife_featured .featured_content {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 20px;
  row-gap: 20px;
  width: 80%;
  margin: auto;
}
body #wrapper #myanLife_featured .featured_content .featured_item {
  position: relative;
  height: 325px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #wrapper #myanLife_featured .featured_content .featured_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info {
  position: absolute;
  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: 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;
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -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_featured .featured_content .featured_item .featured_info .item {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -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_featured .featured_content .featured_item .featured_info .location {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
  cursor: text;
  word-break: break-all;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .location .icon {
  margin-right: 10px;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .location > div {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .merchant_name {
  margin-bottom: 10px;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .merchant_name span {
  cursor: pointer;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -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_featured .featured_content .featured_item .featured_info .merchant_name span:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .item_bottom {
  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-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -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: absolute;
  bottom: 10px;
  right: 10px;
  gap: 8px;
  -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_featured .featured_content .featured_item .featured_info .item_bottom .evaluation {
  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;
  font-size: 16px;
  font-weight: bold;
  color: rgb(255, 189, 39);
  -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_featured .featured_content .featured_item .featured_info .item_bottom .evaluation .icon {
  color: rgb(255, 234, 0);
  font-size: 16px;
  margin-left: 3px;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .item_bottom .coupon_download {
  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;
  font-size: 18px;
  background: rgba(255, 189, 39, 0.9);
  padding: 5px;
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 6;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .item_bottom .coupon_download .icon {
  margin-right: 5px;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .item_bottom .coupon_download:hover {
  background: rgba(255, 234, 0, 1);
  color: rgb(0, 0, 0);
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .favorite_add {
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.23);
  padding: 8px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  -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_featured .featured_content .featured_item .featured_info .favorite_add:hover .tba.active {
  color: rgb(0, 0, 0);
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .favorite_add .heart_btn {
  display: none;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .favorite_add .liked {
  color: #DE5D54;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .favorite_add .active {
  display: block;
}
body #wrapper #myanLife_featured .featured_content .featured_item .featured_info .discount_value {
  background: rgb(255, 189, 39);
  position: absolute;
  padding: 5px;
  font-size: 16px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body #wrapper #myanLife_featured .featured_content .featured_item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
body #wrapper #myanLife_featured .featured_content .featured_item:first-child .featured_info {
  font-size: 14px;
  padding: 60px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:first-child .featured_info h2 {
  font-size: 20px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:first-child .featured_info .evaluation {
  font-size: 16px;
  bottom: 80px;
  right: 10px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:first-child .featured_info .evaluation .icon {
  font-size: 16px;
  margin-left: 3px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:first-child .featured_info .coupon_download {
  top: auto;
  right: 10px;
  bottom: 20px;
  padding: 5px;
  font-size: 18px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:first-child .featured_info .coupon_download .icon {
  margin-right: 5px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:hover:after {
  background: rgba(255, 255, 255, 0.6);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
}
body #wrapper #myanLife_featured .featured_content .featured_item:hover .featured_info {
  color: #000000;
}
body #wrapper #myanLife_featured .featured_content .featured_item:hover .featured_info .favorite_add {
  right: 20px;
  top: 20px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:hover .featured_info .item_bottom {
  right: 20px;
  bottom: 20px;
}
body #wrapper #myanLife_featured .featured_content .featured_item:hover .featured_info .discount_value {
  color: rgb(255, 255, 255);
  top: 10px;
  left: 10px;
}
body #wrapper #myanLife_hot_ten {
  margin-top: 60px;
  position: relative;
  background: rgb(247, 247, 247);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 100px;
  z-index: 1;
}
body #wrapper #myanLife_hot_ten .common_header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #myanLife_hot_ten .common_header::before {
  content: "";
  background: rgb(255, 189, 39);
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #myanLife_hot_ten .common_header h2 {
  margin-right: 15px;
}
body #wrapper #myanLife_hot_ten .common_header .time_countdown {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}
body #wrapper #myanLife_hot_ten .common_header .time_countdown .item {
  background: rgb(255, 83, 83);
  margin: auto 5px;
  color: rgb(255, 255, 255);
  padding: 5px;
  border-radius: 5px;
}
body #wrapper #myanLife_hot_ten .common_header .hide {
  display: none;
}
body #wrapper #myanLife_hot_ten .common_content {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
body #wrapper #myanLife_hot_ten .common_content .common_item {
  display: block;
  width: 14.8vw;
  font-size: 14px;
  color: #363636;
  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 #myanLife_hot_ten .common_content .common_item:hover .imgView img {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
body #wrapper #myanLife_hot_ten .common_content .common_item:hover .imgView .data {
  top: 0;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView {
  position: relative;
  height: calc(14.8vw - 10px);
  border: 5px solid rgb(255, 189, 39);
  border-radius: 10px;
  overflow: hidden;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .discount_value {
  position: absolute;
  background: rgb(255, 189, 39);
  font-size: 14px;
  color: rgb(255, 255, 255);
  padding: 6px 10px;
  top: 0;
  left: 0;
  z-index: 2;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .favorite_add {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 25px;
  color: rgb(255, 255, 255);
  z-index: 2;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .favorite_add:hover .tba.active {
  color: #DE5D54;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .favorite_add .tba {
  display: none;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .favorite_add .liked {
  display: none;
  color: #DE5D54;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .favorite_add .active {
  display: block;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .coupon_download {
  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;
  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);
  position: absolute;
  width: 100%;
  height: 40px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  bottom: 0;
  z-index: 3;
  -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_hot_ten .common_content .common_item .imgView .coupon_download .icon {
  margin-left: 5px;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .coupon_download:hover {
  height: 50px;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .data {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  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;
  color: rgb(255, 255, 255);
  height: 90%;
  padding: 0 15px;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView .data .data_info {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information {
  position: relative;
  padding: 5px;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .info_header {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  font-size: 20px;
  margin-bottom: 6px;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .info_header h2 {
  font-weight: bold;
  height: auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .location {
  display: flex;
  align-items: baseline;
  margin-bottom: 6px;
  word-break: break-all;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .location .icon {
  margin-right: 10px;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .location > div {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .merchant_name {
  font-size: 16px;
  margin-top: 6px;
  margin-bottom: 6px;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .merchant_name span {
  width: fit-content;
  max-width: 100%;
  cursor: pointer;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -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_hot_ten .common_content .common_item .information .merchant_name span:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .evaluation {
  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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .evaluation > div {
  color: rgb(255, 189, 39);
  font-size: 24px;
  font-weight: bold;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .information .evaluation .icon {
  color: rgb(255, 234, 0);
  margin-left: 5px;
  font-size: 24px;
}
body #wrapper #myanLife_hot_ten .owl-theme {
  position: relative;
}
body #wrapper #myanLife_hot_ten .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -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_hot_ten .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_hot_ten .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: -65px;
}
body #wrapper #myanLife_hot_ten .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_hot_ten .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_hot_ten .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body #wrapper #myanLife_hot_ten::after {
  content: "";
  position: absolute;
  background: rgb(255, 255, 255);
  width: 40vw;
  height: 100%;
  top: 0;
}
body #wrapper #myanLife_hot_ten .common_header {
  z-index: 1;
}
body #wrapper #myanLife_hot_ten .common_header h2 {
  margin-right: 0;
}
body #wrapper #myanLife_hot_ten .common_content .common_item {
  display: block;
}
body #wrapper #myanLife_hot_ten .common_content .common_item .imgView {
  height: 14.8vw;
  border: none;
}
body #wrapper #myanLife_blog {
  position: relative;
  margin-top: 100px;
  padding-bottom: 100px;
  min-height: 10em;
}
body #wrapper #myanLife_blog::after {
  content: "";
  position: absolute;
  background: #ffecc0;
  width: 90vw;
  height: 130px;
  bottom: 50px;
}
body #wrapper #myanLife_blog .blog_header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #myanLife_blog .blog_header::before {
  content: "";
  background: rgb(255, 189, 39);
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #myanLife_blog .blog_header h2 {
  margin-right: 0;
}
body #wrapper #myanLife_blog .blog_content {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
body #wrapper #myanLife_blog .blog_content .blog_item {
  position: relative;
  display: block;
  width: 14.8vw;
  width: 284px;
  color: #363636;
  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 #myanLife_blog .blog_content .blog_item:hover .imgView img {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
body #wrapper #myanLife_blog .blog_content .blog_item:hover .information .item {
  background: rgba(0, 0, 0, 0.5);
}
body #wrapper #myanLife_blog .blog_content .blog_item .imgView {
  position: relative;
  height: 14.8vw;
  height: 284px;
  border-radius: 10px;
  overflow: hidden;
}
body #wrapper #myanLife_blog .blog_content .blog_item .imgView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #myanLife_blog .blog_content .blog_item .favorite_add {
  font-size: 20px;
  position: absolute;
  top: 12px;
  right: 5px;
  color: rgba(0, 0, 0, 0.23);
  padding: 8px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
}
body #wrapper #myanLife_blog .blog_content .blog_item .favorite_add:hover .tba.active {
  color: rgb(0, 0, 0);
}
body #wrapper #myanLife_blog .blog_content .blog_item .favorite_add .heart_btn {
  display: none;
}
body #wrapper #myanLife_blog .blog_content .blog_item .favorite_add .liked {
  color: #DE5D54;
}
body #wrapper #myanLife_blog .blog_content .blog_item .favorite_add .active {
  display: block;
}
body #wrapper #myanLife_blog .blog_content .blog_item .information {
  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-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: absolute;
  padding: 5px;
  padding-right: 0;
  right: 0;
  font-size: 14px;
  bottom: 24px;
  z-index: 2;
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .item {
  padding: 4px 10px;
  text-align: right;
  -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_blog .blog_content .blog_item .information .article_title,
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_evaluation {
  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-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_author {
  background: rgba(177, 218, 249, 0.6);
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_title {
  background: rgba(255, 189, 39, 0.6);
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_title div {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_title time {
  margin-left: 5px;
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_date {
  background: rgba(255, 189, 39, 0.6);
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_evaluation {
  background: rgba(247, 247, 247, 0.6);
  gap: 8px;
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_evaluation .cell {
  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;
  flex-wrap: wrap;
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_evaluation .cell .start_counter {
  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;
  font-size: 14px;
  margin-left: 2px;
  color: rgb(255, 234, 0);
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_evaluation .cell .start_counter .icon {
  color: rgb(255, 234, 0);
  margin: auto 2px;
}
body #wrapper #myanLife_blog .blog_content .blog_item .information .article_evaluation .cell .recommend {
  margin-right: 8px;
}
body #wrapper #myanLife_blog .owl-theme {
  position: relative;
}
body #wrapper #myanLife_blog .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -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_blog .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_blog .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: -65px;
}
body #wrapper #myanLife_blog .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_blog .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_blog .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body #wrapper #myanLife_other {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 50px;
  row-gap: 50px;
  width: 80%;
  margin: auto;
  margin-top: 25px;
  padding-bottom: 50px;
}
body #wrapper #myanLife_other .other_item {
  overflow: hidden;
}
body #wrapper #myanLife_other .other_item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
body #wrapper #myanLife_other .other_item .other_item_header {
  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: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 28px;
  font-weight: bold;
  padding: 10px;
  border-bottom: 3px solid rgb(108, 187, 90);
}
body #wrapper #myanLife_other .other_item .other_item_header .default {
  position: relative;
  margin-right: 15px;
}
body #wrapper #myanLife_other .other_item .other_item_header .default > span {
  display: none;
}
body #wrapper #myanLife_other .other_item .other_item_header .default .icon {
  color: rgb(108, 187, 90);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body #wrapper #myanLife_other .other_item:nth-child(2) .other_item_header {
  border-bottom: 3px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_other .other_item:nth-child(2) .other_item_header .default .icon {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_other .other_item:nth-child(3) .other_item_header {
  border-bottom: 3px solid rgb(216, 35, 22);
}
body #wrapper #myanLife_other .other_item:nth-child(3) .other_item_header .default .icon {
  color: rgb(216, 35, 22);
}
body #wrapper #myanLife_other .other_item .other_item_content {
  height: 22vw;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
body #wrapper #myanLife_other .other_item .other_item_content .owl-stage-outer {
  height: 100%;
  /* width: 100%; commented by mike to display carousel properly  */
}
body #wrapper #myanLife_other .other_item .other_item_content .owl-stage-outer .owl-stage {
  height: 100%;
  object-fit: cover;
  /* width: 100% !important; commented by mike to display carousel properly */
}
body #wrapper #myanLife_other .other_item .other_item_content .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  object-fit: cover
  /* width: 100% !important; commented by mike to display carousel properly */
}
body #wrapper #myanLife_other .other_item .other_item_content img {
  /* width: 100%; commented by mike to display carousel properly */
  height: 100%;
  object-fit: cover
}
body #wrapper #myanLife_other .other_item .owl-theme {
  position: relative;
}
body #wrapper #myanLife_other .other_item .owl-theme .owl-nav .owl-prev {
  position: absolute;
  z-index: 10;
  top: 35%;
  bottom: 35%;
  left: 20px;
  width: 70px;
  font-size: 36px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  -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_other .other_item .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_other .other_item .owl-theme .owl-nav .owl-next {
  position: absolute;
  z-index: 10;
  top: 35%;
  bottom: 35%;
  left: 20px;
  width: 70px;
  font-size: 36px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 5px;
  color: rgb(255, 255, 255);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: 20px;
}
body #wrapper #myanLife_other .other_item .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_other .other_item .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_other .other_item .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  counter-reset: num;
}
body #wrapper #myanLife_other .other_item .owl-theme .owl-dots span {
  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;
  background: #869791;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 10px;
}
body #wrapper #myanLife_other .other_item .owl-theme .owl-dots span:hover {
  background: #D6D6D6;
}
body #wrapper #myanLife_other .other_item .owl-theme .owl-dots span::before {
  counter-increment: num;
  content: counter(num);
}
body #wrapper #myanLife_other .other_item .owl-theme .active span {
  background: #D6D6D6;
}
body #wrapper #myanLife_other .ad {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 4;
  border-radius: 10px;
}
body #wrapper #myanLife_other .ad .ad_item_content {
  height: 22vw;
}
body #wrapper #myanLife_other .ad .ad_item_content img {
  width: 100%;
  height: 100%;
}
body #wrapper #top_btn {
  position: fixed;
  color: rgb(255, 189, 39);
  bottom: 25px;
  right: 25px;
  font-size: 40px;
  cursor: pointer;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  z-index: 98;
  -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 #top_btn:hover {
  color: rgb(255, 234, 0);
}
body #wrapper #mission_nav {
  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-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  position: fixed;
  top: 55px;
  width: 100vw;
  height: 60px;
  background: #F6AB00;
  z-index: 2;
}
body #wrapper #mission_nav .mission_head,
body #wrapper #mission_nav .game_head {
  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;
  width: 50%;
  height: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
body #wrapper #mission_nav .mission_head {
  border-right: 2px solid rgb(255, 255, 255);
}
body #wrapper #mission_MainVisual {
  position: relative;
  width: 100%;
  height: 22vw;
  margin-top: 55px;
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
body #wrapper #mission_MainVisual .mission_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
body #wrapper #mission_MainVisual .mission_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body.freeze {
  overflow: hidden !important;
}
/***** 我的票夾 *****/
body #admin_wrapper #m_header_switch {
  display: none;
  position: fixed;
  cursor: pointer;
  top: 18px;
  right: 15px;
  color: rgb(0, 0, 0);
  z-index: 100;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper .open_m_switch {
  display: block;
  color: rgb(255, 255, 255) !important;
}
body #admin_wrapper #header_bg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  background: rgb(255, 255, 255);
  z-index: 3;
}
body #admin_wrapper #header {
  position: fixed;
  background: rgb(255, 255, 255);
  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-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 55px;
  font-size: 14px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
body #admin_wrapper #header .item {
  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;
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  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 #admin_wrapper #header .item .icon {
  margin-right: 5px;
}
body #admin_wrapper #header .item .icon_img {
  width: 16px;
  height: 16px;
}
body #admin_wrapper #header .item .hint_icon {
  position: absolute;
  color: #D82316;
  width: 7px;
  top: -3px;
  right: 3px;
}
body #admin_wrapper #header .item .img_icon {
  width: 15px;
  height: 15px;
  margin-bottom: 5px;
}
body #admin_wrapper #header .item:hover {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #header a {
  text-decoration: none;
  color: #363636;
}
body #admin_wrapper #header .merchant_application,
body #admin_wrapper #header .merchant_center {
  color: #363636;
}
body #admin_wrapper #header .app_download.item {
  background: #FFBD27;
  padding: 0 10px;
  border-radius: 100px;
  height: 30px;
}
body #admin_wrapper #header .app_download.item:hover {
  background: rgb(255, 234, 0);
  color: #363636;
}
body #admin_wrapper #header .lang_select {
  position: relative;
}
body #admin_wrapper #header .lang_select .list {
  position: absolute;
  background: rgba(255, 255, 255);
  color: #363636;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px;
  display: grid;
  width: max-content;
  column-gap: 10px;
  row-gap: 20px;
  top: 25px;
  right: -15px;
  z-index: 3;
  box-shadow: 0 0 8px #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #header .lang_select .list .item {
  position: relative;
  justify-content: space-between;
  margin-right: 0;
  gap: 40px;
  z-index: 5;
}
body #admin_wrapper #header .lang_select .list .item:hover {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #header .lang_select .list .return_btn {
  display: none;
}
body #admin_wrapper #header .lang_select .list .form_list .item {
  margin-bottom: 10px;
}
body #admin_wrapper #header .lang_select .list .form_list .item:last-child {
  margin-bottom: 0;
}
body #admin_wrapper #header .lang_select .list .active {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #header .lang_select:hover .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body #admin_wrapper #header .lang_select:hover .list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #admin_wrapper #header .currency_select {
  position: relative;
}
body #admin_wrapper #header .currency_select .icon_img {
  width: 16px;
  height: 16px;
}
body #admin_wrapper #header .currency_select .list {
  position: absolute;
  background: rgba(255, 255, 255);
  color: #363636;
  font-size: 14px;
  border-radius: 5px;
  padding: 15px;
  display: grid;
  width: max-content;
  column-gap: 10px;
  row-gap: 20px;
  top: 25px;
  right: -15px;
  z-index: 3;
  box-shadow: 0 0 8px #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #header .currency_select .list .item {
  position: relative;
  justify-content: space-between;
  margin-right: 0;
  gap: 40px;
  z-index: 5;
}
body #admin_wrapper #header .currency_select .list .item:hover {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #header .currency_select .list .return_btn {
  display: none;
}
body #admin_wrapper #header .currency_select .list .form_list .item {
  margin-bottom: 10px;
}
body #admin_wrapper #header .currency_select .list .form_list .item:last-child {
  margin-bottom: 0;
}
body #admin_wrapper #header .currency_select .list .active {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #header .currency_select:hover .icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
body #admin_wrapper #header .currency_select:hover .list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #admin_wrapper #header .currency_select .list {
  right: -45px;
}
body #admin_wrapper #header .notification .msg_box {
  position: absolute;
  background: rgba(255, 255, 255);
  color: #363636;
  font-size: 14px;
  border-radius: 5px;
  display: grid;
  width: 299px;
  max-height: 478px;
  overflow: hidden;
  top: 25px;
  right: -15px;
  z-index: 3;
  box-shadow: 0 0 8px #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #header .notification .msg_box .msg_list .msg_item {
  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: flex-star;
  -moz-align-items: flex-star;
  -ms-align-items: flex-star;
  -o-align-items: flex-star;
  align-items: flex-star;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  padding: 12px 15px;
  gap: 5px;
}
body #admin_wrapper #header .notification .msg_box .msg_list .msg_item .msg_img {
  width: fit-content;
  height: fit-content;
}
body #admin_wrapper #header .notification .msg_box .msg_list .msg_item .msg_img img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
body #admin_wrapper #header .notification .msg_box .msg_list .msg_item .msg_content {
  font-size: 12px;
}
body #admin_wrapper #header .notification .msg_box .msg_list .msg_item .msg_content .msg_context {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #admin_wrapper #header .notification .msg_box .msg_list .msg_item .msg_content .msg_date {
  margin-top: 6px;
  color: #999;
}
body #admin_wrapper #header .notification .msg_box .msg_list .msg_item:hover {
  background: #F2F2F2;
}
body #admin_wrapper #header .notification .msg_box .msg_list .unread {
  background: #FFF1D1;
}
body #admin_wrapper #header .notification .msg_box .msg_list .unread:hover {
  background: #FFECC1;
}
body #admin_wrapper #header .notification .msg_box .get_more_btn {
  padding: 12px 15px;
  text-align: left;
  font-size: 12px;
  background: transparent;
  border: none;
}
body #admin_wrapper #header .notification .msg_box .get_more_btn:hover {
  background: #F2F2F2;
}
body #admin_wrapper #header .notification .msg_box .disabled {
  color: #8E8E8E;
}
body #admin_wrapper #header .notification .msg_box .disabled:hover {
  background: transparent;
}
body #admin_wrapper #header .notification .has_more_item {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgba(153, 153, 153, 0.6) transparent;
}
body #admin_wrapper #header .notification .has_more_item::-webkit-scrollbar {
  width: 5px;
}
body #admin_wrapper #header .notification .has_more_item::-webkit-scrollbar-track {
  background: transparent;
}
body #admin_wrapper #header .notification .has_more_item::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.6);
  border-radius: 20px;
  border: none;
}
body #admin_wrapper #header .notification:hover .msg_box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #admin_wrapper #header .user_login {
  position: relative;
}
body #admin_wrapper #header .user_login .user_img {
  width: 30px;
}
body #admin_wrapper #header .user_login .user_img img {
  background: rgba(255, 255, 255, 0.9);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 1px solid #363636;
  box-sizing: border-box;
  overflow: hidden;
}
body #admin_wrapper #header .user_login .list {
  position: absolute;
  background: rgb(255, 255, 255);
  color: #363636;
  font-size: 14px;
  border-radius: 5px;
  display: grid;
  width: max-content;
  column-gap: 10px;
  top: 40px;
  right: 0;
  box-shadow: 0 0 8px #ddd;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #header .user_login .list .item {
  display: block;
  color: #363636;
  margin-right: 0;
  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 #admin_wrapper #header .user_login .list .item:hover {
  background: #f2f2f2;
}
body #admin_wrapper #header .user_login .list .s_item {
  display: none;
}
body #admin_wrapper #header .user_login .list .header_bar {
  display: none;
}
body #admin_wrapper #header .user_login .list .user_identify {
  padding: 10px 15px;
  border-bottom: 1px solid #999;
  cursor: default;
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content {
  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;
  gap: 10px;
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content .avatar {
  position: relative;
  width: 50px;
  height: 50px;
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content .avatar .user_img {
  width: 100%;
  height: 100%;
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content .avatar .user_img img {
  width: 100%;
  height: 100%;
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content .avatar .upload_btn {
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 18px;
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content .avatar .upload_btn:hover {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content .avatar .upload_btn .change_avatar_btn {
  cursor: pointer;
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content .user_info .user_name {
  font-size: 16px;
  color: #363636;
  margin-bottom: 4px;
}
body #admin_wrapper #header .user_login .list .user_identify .user_identify_content .user_info .user_level {
  font-size: 14px;
  color: #989898;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content {
  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: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 14px;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user {
  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;
  gap: 10px;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar {
  position: relative;
  width: 50px;
  height: 50px;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .user_img,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .user_img {
  width: 100%;
  height: 100%;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .user_img img,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .user_img img {
  width: 100%;
  height: 100%;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .upload_btn,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .upload_btn {
  position: absolute;
  right: 0;
  bottom: -3px;
  font-size: 18px;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .upload_btn:hover,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .upload_btn:hover {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user .avatar .upload_btn .change_avatar_btn,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .avatar .upload_btn .change_avatar_btn {
  cursor: pointer;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user .user_info .user_name,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .user_info .user_name {
  font-size: 16px;
  color: #363636;
  margin-bottom: 4px;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user .user_info .user_level,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user .user_info .user_level {
  font-size: 14px;
  color: #989898;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user_status,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user_status {
  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: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user_status .status_item,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user_status .status_item {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
body #admin_wrapper #header .user_login .list .user_identify.member .user_identify_content .user_status .status_item .icon,
body #admin_wrapper #header .user_login .list .user_identify.partner .user_identify_content .user_status .status_item .icon {
  font-size: 12px;
  margin-right: -3px;
  color: rgb(255, 234, 0);
}
body #admin_wrapper #header .user_login .list .sidebar_list .item {
  padding: 12px 15px;
  margin: 3px 0;
}
body #admin_wrapper #header .user_login .list .sidebar_list .division {
  width: 100%;
  border-bottom: 1px solid #999;
}
body #admin_wrapper #header .user_login .list .m_admin_sidebar_list {
  display: none;
}
body #admin_wrapper #header .user_login .op_list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #admin_wrapper #header .user_login:hover .list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
body #admin_wrapper #header .close_item {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
body #admin_wrapper #header .maxH {
  height: 100% !important;
}
body #admin_wrapper #header .login_btn {
  margin-right: 0;
}
body #admin_wrapper #myanLife_Logo {
  position: fixed;
  width: 150px;
  top: 10px;
  left: 20px;
  z-index: 11;
}
body #admin_wrapper #myanLife_Logo .myanLife_logo {
  width: 100%;
}
body #admin_wrapper #myanLife_Logo.home {
  width: 240px;
}
body #admin_wrapper #m_search_switch {
  display: none;
  position: fixed;
  cursor: pointer;
  top: 18px;
  right: 50px;
  color: rgb(0, 0, 0);
  z-index: 99;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #m_search_switch .search_icon,
body #admin_wrapper #m_search_switch .hide_search_icon {
  display: none;
  color: rgb(255, 189, 39);
}
body #admin_wrapper #m_search_switch .active {
  display: block;
}
body #admin_wrapper #myanLife_global_search {
  display: block;
  position: fixed;
  top: 55px;
  height: 60px;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 2;
  display: none;
}
body #admin_wrapper #myanLife_global_search .myanLife_Slogan {
  display: none;
  position: fixed;
  top: 75px;
  left: 20px;
  color: #F6AB00;
}
body #admin_wrapper #myanLife_global_search .search_box {
  margin-right: 20px;
}
body #admin_wrapper #myanLife_global_search .search_box .search_input {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  width: 49%;
  margin-left: 50%;
  background: #F2F2F2;
  border-radius: 30px;
  padding: 10px;
}
body #admin_wrapper #myanLife_global_search .search_box .search_input .input_container {
  width: 90%;
}
body #admin_wrapper #myanLife_global_search .search_box .search_input .input_container input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
}
body #admin_wrapper #myanLife_global_search .search_box .search_input button {
  background: transparent;
  border: none;
}
body #admin_wrapper #myanLife_global_search .search_box .search_input:hover {
  border: 1px solid #F6AB00;
  background: rgb(255, 255, 255) !important;
}
body #admin_wrapper #myanLife_global_search .search_box .search_input:hover button {
  color: #F6AB00;
}
body #admin_wrapper #myanLife_global_search .hot_search {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-right: 20px;
  width: 48%;
  margin-left: 50%;
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_global_search .hot_search h2 {
  flex-shrink: 0;
}
body #admin_wrapper #myanLife_global_search .hot_search .list {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
  cursor: pointer;
}
body #admin_wrapper #myanLife_global_search .hot_search .list .item {
  border: 1px solid #363636;
  border-radius: 5px;
  padding: 5px 10px;
  color: #363636;
  text-decoration: 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 #admin_wrapper #myanLife_global_search .hot_search .list .item:last-child {
  margin: 0;
}
body #admin_wrapper #myanLife_global_search .hot_search .list .item:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #admin_wrapper #myanLife_global_search .focus {
  border: 1px solid #F6AB00;
  background: rgb(255, 255, 255) !important;
}
body #admin_wrapper #myanLife_global_search .focus button {
  color: #F6AB00;
}
body #admin_wrapper #myanLife_global_search .hide {
  display: none;
}
body #admin_wrapper #global_header_search {
  display: none;
}
body #admin_wrapper #myanLife_MainVisual {
  position: relative;
  width: 100%;
  height: 30vw;
  margin-top: 55px;
  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: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
body #admin_wrapper #myanLife_MainVisual .myanLife_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
body #admin_wrapper #myanLife_MainVisual .myanLife_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #admin_wrapper #myanLife_MainVisual .owl-carousel {
  overflow: hidden;
}
body #admin_wrapper #myanLife_MainVisual .owl-carousel .owl-stage-outer {
  height: inherit !important;
}
body #admin_wrapper #myanLife_MainVisual .owl-carousel .owl-stage-outer .owl-stage {
  height: inherit !important;
}
body #admin_wrapper #myanLife_MainVisual .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  width: 100vw !important;
  height: inherit !important;
}
body #admin_wrapper #myanLife_MainVisual .owl-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
}
body #admin_wrapper #myanLife_MainVisual .owl-carousel .owl-dots .owl-dot span {
  background: #869791;
}
body #admin_wrapper #myanLife_MainVisual .owl-carousel .owl-dots .owl-dot:hover span {
  background: #D6D6D6;
}
body #admin_wrapper #myanLife_MainVisual .owl-carousel .owl-dots .owl-dot.active span {
  background: #D6D6D6;
}
body #admin_wrapper #myanLife_MainVisual:hover .nav_prev,
body #admin_wrapper #myanLife_MainVisual:hover .nav_next {
  display: block;
}
body #admin_wrapper #myanLife_MainVisual .nav_prev,
body #admin_wrapper #myanLife_MainVisual .nav_next {
  background: rgba(0, 0, 0, 0.26);
  position: absolute;
  display: none;
  top: calc(15vw - 30px);
  border-radius: 3px;
  padding: 30px 25px;
  z-index: 1;
  cursor: pointer;
}
body #admin_wrapper #myanLife_MainVisual .nav_prev .icon,
body #admin_wrapper #myanLife_MainVisual .nav_next .icon {
  color: rgb(255, 255, 255);
  font-size: 24px;
}
body #admin_wrapper #myanLife_MainVisual .nav_prev:hover,
body #admin_wrapper #myanLife_MainVisual .nav_next:hover {
  background: rgba(0, 0, 0, 0.5);
}
body #admin_wrapper #myanLife_MainVisual .nav_prev {
  left: 0;
}
body #admin_wrapper #myanLife_MainVisual .nav_next {
  right: 0;
}
body #admin_wrapper #myanLife_MainVisual .myanLife_logo {
  width: 180px;
  z-index: 1;
  text-decoration: none;
  outline: none;
}
body #admin_wrapper #myanLife_MainVisual .myanLife_logo img {
  width: 100%;
  height: 100%;
}
body #admin_wrapper #myanLife_MainVisual .myanLife_Slogan {
  color: rgb(255, 255, 255);
  font-size: 36px;
  margin-top: 12px;
  text-align: center;
  text-shadow: 1px 1px 5px rgb(0, 0, 0);
  z-index: 1;
}
body #admin_wrapper #myanLife_MainVisual .myanLife_Slogan > div:last-child {
  font-size: 24px;
  margin-top: 12px;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox {
  background: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  width: 80%;
  height: 150px;
  margin: 100px auto;
  margin-top: 50px;
  border-radius: 10px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input {
  display: flex;
  align-items: center;
  padding: 24px;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container {
  position: relative;
  width: 100%;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input {
  background: transparent;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #363636;
  padding: 10px 0;
  padding-right: 40px;
  overflow: hidden;
  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 #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:valid,
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:focus {
  border-bottom: 2px solid rgb(255, 189, 39);
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:valid + .label,
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:focus + .label {
  color: rgb(255, 189, 39);
  font-size: 0.8rem;
  top: -20px;
  pointer-events: none;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:valid ~ .clear_text,
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .global_search_input:focus ~ .clear_text {
  opacity: 1;
  visibility: visible;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 85%;
  color: #363636;
  font-size: 24px;
  font-weight: normal;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: text;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .clear_text {
  position: absolute;
  width: 23px;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .clear_text:hover {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 450px;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words h2 {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 3px solid rgb(70, 211, 205);
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  padding-top: 10px;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words .list .item {
  cursor: pointer;
  text-decoration: none;
  color: #363636;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .key_words .list .item:hover {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .input_container .op_key_words {
  opacity: 1;
  visibility: visible;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .global_search {
  background: transparent;
  font-size: 36px;
  border: 0;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .global_search .icon {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .search_input .global_search .icon:hover {
  color: rgb(255, 189, 39);
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 24px;
  padding-top: 0;
  font-size: 18px;
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search .list {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search .list .item {
  border: 1px solid #363636;
  border-radius: 5px;
  padding: 5px 10px;
  margin-right: 10px;
  color: #363636;
  text-decoration: 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 #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search .list .item:last-child {
  margin: 0;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_global_searchBox .hot_search .list .item:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox {
  background: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  width: 80%;
  height: 110px;
  margin: 100px auto;
  margin-top: 50px;
  border-radius: 10px;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search {
  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: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -o-align-items: end;
  align-items: end;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  padding: 35px 20px;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_input {
  border: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  background: transparent;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_input::-webkit-input-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_input::-moz-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_input:-ms-input-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_start_date,
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_end_date {
  border: 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  background: transparent;
  text-align: center;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_start_date::-webkit-input-placeholder,
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_end_date::-webkit-input-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_start_date::-moz-placeholder,
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_end_date::-moz-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_start_date:-ms-input-placeholder,
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_end_date:-ms-input-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .member_input {
  border-bottom: 1px solid rgb(0, 0, 0);
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .member_input button {
  border: 0;
  background: transparent;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .member_input input {
  background: transparent;
  border: 0;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_btn {
  background: transparent;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  padding: 3px 15px;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .local_search .local_search_btn:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search {
  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: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -o-align-items: end;
  align-items: end;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  -o-justify-content: space-evenly;
  justify-content: space-evenly;
  padding: 35px 20px;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_input {
  border: 0;
  width: 90%;
  border-bottom: 1px solid rgb(0, 0, 0);
  background: transparent;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_input::-webkit-input-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_input::-moz-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_input:-ms-input-placeholder {
  color: #363636;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_btn {
  background: transparent;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 3px;
  padding: 3px 15px;
}
body #admin_wrapper #myanLife_MainVisual #myanLife_local_searchBox .sharing_search .sharing_search_btn:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #admin_wrapper #myanLife_MainVisual.push_down {
  margin-top: 115px;
}
body #admin_wrapper #myanLife_MainVisual.no-nav .owl-theme .owl-nav {
  display: none !important;
}
body #admin_wrapper #myanLife_MainVisual.no-nav:hover .owl-theme .owl-nav {
  display: none !important;
}
body #admin_wrapper #myanLife_Navigation {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  width: 80%;
  margin: 10px auto 0;
  padding: 1% 5% 2%;
  position: relative;
  z-index: 1;
}
body #admin_wrapper #myanLife_Navigation .item {
  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: 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;
  flex-wrap: wrap;
  align-content: space-around;
  gap: 10px;
  font-size: 18px;
  margin-right: 24px;
  color: #363636;
  height: 100%;
  text-align: center;
  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 #admin_wrapper #myanLife_Navigation .item .icon {
  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;
  background: rgb(70, 211, 205);
  width: 22px;
  height: 22px;
  color: rgb(255, 255, 255);
  padding: 10px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_Navigation .item:hover {
  color: rgb(70, 211, 205);
}
body #admin_wrapper #myanLife_Navigation .item > div {
  margin: auto;
  margin-left: 12px;
}
body #admin_wrapper #myanLife_Navigation .item:nth-child(2) .icon {
  background: #FFC90C;
}
body #admin_wrapper #myanLife_Navigation .item:nth-child(2):hover {
  color: #FFC90C;
}
body #admin_wrapper #myanLife_Navigation .item:nth-child(3) .icon {
  background: rgb(108, 187, 90);
}
body #admin_wrapper #myanLife_Navigation .item:nth-child(3):hover {
  color: rgb(108, 187, 90);
}
body #admin_wrapper #myanLife_Navigation .item:nth-child(4) .icon {
  background: rgb(255, 186, 181);
}
body #admin_wrapper #myanLife_Navigation .item:nth-child(4):hover {
  color: rgb(255, 186, 181);
}
body #admin_wrapper #myanLife_Navigation .item:nth-child(5) .icon {
  background: rgb(83, 155, 52);
}
body #admin_wrapper #myanLife_Navigation .item:nth-child(5):hover {
  color: rgb(83, 155, 52);
}
body #admin_wrapper #myanLife_Navigation .item:last-child {
  margin-right: 0;
}
body #admin_wrapper #myanLife_Navigation .item:last-child .icon {
  background: rgb(216, 35, 22);
}
body #admin_wrapper #myanLife_Navigation .item:last-child:hover {
  color: rgb(216, 35, 22);
}
body #wrapper #newest_shop_partner {
  margin-top: 150px;
}
body #wrapper #newest_shop_partner .common_header {
  display: flow-root;
  align-items: flex-end;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #newest_shop_partner .common_header::before {
  content: "";
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #newest_shop_partner .common_header h2 {
  margin-right: 15px;
  float: left;
}
body #wrapper #newest_shop_partner .common_header .check_all {
  float: right;
  font-size: 20px;
  color: #363636;
  text-decoration: none;
  font-weight: 500;
}
body #wrapper #newest_shop_partner .common_header .time_countdown {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}
body #wrapper #newest_shop_partner .common_header .time_countdown .item {
  background: rgb(255, 83, 83);
  margin: auto 5px;
  color: rgb(255, 255, 255);
  padding: 5px;
  border-radius: 5px;
}
body #wrapper #newest_shop_partner .common_header .hide {
  display: none;
}
/* 以下參考新進達人推薦，但商家的整體大小會比較小 */
body #wrapper #newest_shop_partner .newest_shop_content {
  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;
  /* width: 80%; */
  /* width: 74%; */
  width: 73%;
  margin: 50px auto;
}
body #wrapper #newest_shop_partner .newest_shop_content .shop_partner_item {
  position: relative;
  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;
  width: 115.56px;
  height: 139.23px;
  margin-bottom: 24px;
  color: #363636;
  text-decoration: none;
  outline: none;
}
body #wrapper #newest_shop_partner .newest_shop_content .shop_partner_item:first-child {
  margin-left: 20px;
}
body #wrapper #newest_shop_partner .newest_shop_content .shop_partner_item .imgView {
  width: 100%;
  height: 83%;
  position: absolute;
  top: 0;
  border-radius: 500px;
  overflow: hidden;
}
body #wrapper #newest_shop_partner .newest_shop_content .shop_partner_item .imgView:hover {
  opacity: 0.8;
}
body #wrapper #newest_shop_partner .newest_shop_content .shop_partner_item .imgView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #newest_shop_partner .newest_shop_content .shop_name {
  position: absolute;
  top: 143px;
  line-height: 23px;
}
body #wrapper #newest_shop_partner .newest_shop_content .shop_name h2 {
  color:#000000;
  font-size: 16px;
  text-align: center;
}
body #wrapper #newest_shop_partner .owl-theme {
  position: relative;
}
body #wrapper #newest_shop_partner .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -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 #newest_shop_partner .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #newest_shop_partner .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: -65px;
}
body #wrapper #newest_shop_partner .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #newest_shop_partner .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #newest_shop_partner .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body #wrapper #hot_shop_partner {
  margin-top: 60px;
  position: relative;
}
body #wrapper #hot_shop_partner .common_header {
  display: flow-root;
  align-items: flex-end;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #hot_shop_partner .common_header::before {
  content: "";
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #hot_shop_partner .common_header h2 {
  margin-right: 15px;
  float: left;
}
body #wrapper #hot_shop_partner .common_header .check_all {
  float: right;
  font-size: 20px;
  color: #363636;
  text-decoration: none;
  font-weight: 500;
}
body #wrapper #hot_shop_partner .common_header .time_countdown {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
}
body #wrapper #hot_shop_partner .common_header .time_countdown .item {
  background: rgb(255, 83, 83);
  margin: auto 5px;
  color: rgb(255, 255, 255);
  padding: 5px;
  border-radius: 5px;
}
body #wrapper #hot_shop_partner .common_header .hide {
  display: none;
}
/* 以下參考新進達人推薦，但商家的整體大小會比較小 */
body #wrapper #hot_shop_partner .hot_shop_content {
  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;
  width: 73%;
  margin: 50px auto;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item {
  position: relative;
  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: 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;
  /* width: 23.3vw; */
  /* height: 26vh; */
  width: 448px;
  height: 268px;
  color: #363636;
  text-decoration: none;
  outline: none;
  border: 1px solid rgba(153, 153, 153, 0.5);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 8px;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item:hover {
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(153, 153, 153, 0.5);
}
/* 上半塊圖 */
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .BigimgView {
  display: flex;
  width: 100%;
  height: 48%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .BigimgView img{
  display: flex;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: none;
  object-fit: cover;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: 52%;
  border-top: none;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .imgView {
  width: 100px;
  height: 100px;
  align-items: center;
  display: flex;
  bottom: 0;
  padding: 24px;
  flex-shrink: 0;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .imgView:hover {
  opacity: 0.8;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .imgView img {
  /* border-radius: 1000px; */
  border-radius: 50%;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .info {
  display: flex;
  flex-direction: column;
  padding: 38px 0px;
  color: #363636;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .info .shop_name {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 6px;
  line-height: 23px;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .info .shop_name h2{
  font-size: 20px;
  font-weight: 500;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .info .location {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 6px;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .info .location .icon {
  background:#FFBD27;
  color: rgb(255, 255, 255);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.2s ease;
  justify-content: center;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .info .location span {
  margin-left: 2px;
}
body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item .shop_info .info .rate {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #FFBD27;
}
body #wrapper #hot_shop_partner .owl-theme {
  position: relative;
}
body #wrapper #hot_shop_partner .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -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 #hot_shop_partner .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #hot_shop_partner .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: -65px;
}
body #wrapper #hot_shop_partner .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #hot_shop_partner .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #hot_shop_partner .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* TODO 待APP上線後，loadgin sign再加入*/
#loading_sign_windows {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading_sign_windows:before {
  content: "";
  /* width: 50px;
  height: 50px; */
  width: 100px;
  height: 100px;
  background: url(../images/Loading_1s_800px.gif);
  background-size: cover;
  /* border: 5px solid #ccc; */
  /* border-top-color: #333; */
  /* border-radius: 50%; */
  /* animation: spin 1s linear infinite; */
}
iframe.skiptranslate {
  width: 1px !important;
  height: 1px !important;
}
#goog-gt- {
  display: none !important;
}
