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

  body #reset_windows .windows_content {
    width: 74vw;
    height: 395px;
  }
  body #reset_windows .windows_content header h2 {
    width: 6vw;
  }
  body #reset_windows .windows_content .reset_form {
    width: 63%;
  }
  body #reset_windows .windows_content .reset_block {
    width: 25vw;
  }
  body #coupon_windows .coupon_content {
    position: absolute;
    background: #ffffff;
    width: 400px;
    height: 730px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-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 #coupon_windows .coupon_content .canvas {
    background-size: cover;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(100% - 20px);
    height: 580px;
    gap: 24px;
    isolation: isolate;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  body #coupon_windows .coupon_content .canvas .card_left {
    padding: 10px 10px 10px 0;
    width: 95%;
    height: 340px;
    box-sizing: border-box;
  }
  body
    #coupon_windows
    .coupon_content
    .canvas
    .card_left
    .coupon_info
    .market_title,
  body
    #coupon_windows
    .coupon_content
    .canvas
    .card_left
    .coupon_info
    .market_vendor {
    font-size: 16px;
  }
  body
    #coupon_window
    .coupon_content
    .canvas
    .card_left
    .coupon_info
    .market_remind {
    font-size: 12px;
    width: 100%;
  }
  body #coupon_windows .coupon_content .canvas .card_right {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  body #coupon_windows .coupon_content .canvas .card_right .coupon_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    height: 220px;
    border-top: 2px dashed rgba(153, 153, 153, 0.5);
    padding-top: 20px;
    box-sizing: border-box;
    gap: 5px;
  }
  body #coupon_windows .coupon_content .copy_canvas {
    width: 98.5%;
  }
  body #coupon_windows .coupon_content .canvas.print {
    background: url("../images/coupon/n_coupon_pbg_1200.png") no-repeat;
  }
  body #coupon_windows .coupon_use_content {
    position: absolute;
    background: #ffffff;
    width: 400px;
    height: 670px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-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 #coupon_windows .coupon_use_content .canvas {
    background-size: cover;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: auto;
    margin-bottom: 15px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: calc(100% - 20px);
    height: 580px;
    gap: 24px;
    isolation: isolate;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  body #coupon_windows .coupon_use_content .canvas .card_left {
    padding: 10px 10px 10px 0;
    width: 95%;
    height: 355px;
    box-sizing: border-box;
  }
  body
    #coupon_windows
    .coupon_use_content
    .canvas
    .card_left
    .coupon_info
    .market_title,
  body
    #coupon_windows
    .coupon_use_content
    .canvas
    .card_left
    .coupon_info
    .market_vendor {
    font-size: 16px;
  }
  body
    #coupon_window
    .coupon_use_content
    .canvas
    .card_left
    .coupon_info
    .market_remind {
    font-size: 12px;
    width: 100%;
  }
  body #coupon_windows .coupon_use_content .canvas .card_right {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
  body #coupon_windows .coupon_use_content .canvas .card_right .coupon_info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    height: 220px;
    border-top: 2px dashed rgba(153, 153, 153, 0.5);
    padding-top: 20px;
    box-sizing: border-box;
    gap: 5px;
  }
  body #coupon_windows .coupon_use_content .coupon_download_btn {
    width: 152px;
    justify-content: center;
  }

  /* body #coupon_window .coupon_use_content .canvas .card_right .coupon_info .how_to_use {
    font-size: 12px;
    width: 100%;
    line-height: 14px;
  } */
  /* body #coupon_windows .coupon_use_content .copy_canvas {
    width: 98.5%;
  }
  body #coupon_windows .coupon_use_content .canvas.print {
    background: url('../images/coupon/n_coupon_pbg_1200.png') no-repeat;
  } */
  body #wrapper {
    /***** 手機板首頁 nav *****/
    /***** 首頁 右上角 *****/
    /***** 手機板首頁 search_bar *****/
    /***** 首頁 search_bar *****/
    /***** 首頁 banner *****/
    /***** 首頁 nav *****/
    /***** 六大選單 Nav  *****/
    /***** 六大選單 Nav  *****/
    /***** 六大選單 Nav  *****/
    /***** 最新優惠 *****/
    /***** 為您精挑細選 *****/
    /***** 達人分享 *****/
    /***** 選單詳細頁 *****/
    /***** 達人分享首頁 *****/
    /***** 達人搜尋結果頁 *****/
    /***** Top ten *****/
    /***** 熱門活動住宿 *****/
    /***** 網友都在看 *****/
    /***** 熱門其他活動 *****/
    /***** 深入探索 *****/
    /***** 熱門活動 *****/
    /***** ML 推薦 *****/
    /***** 新進達人推薦 *****/
    /***** 搜尋結果 *****/
    /***** 公益活動首頁  *****/
    /***** 公益活動詳細  *****/
    /***** MyanLife 在做些什麼? *****/
    /***** MyanLife 價值 *****/
    /***** MyanLife 聯絡我們 *****/
    /***** MyanLife 最新消息 *****/
    /***** MyanLife 加入我們 *****/
    /***** 版權 *****/
  }
  body #wrapper #m_header_switch {
    display: block;
    font-size: 22px;
    top: 16px;
  }

  /***** 我的票夾 *****/
  body #admin_wrapper {
  }
  body #admin_wrapper #m_header_switch {
    display: block;
    font-size: 22px;
    top: 16px;
  }
  body #admin_wrapper .op_m_header {
    opacity: 1 !important;
    visibility: visible !important;
  }
  body #admin_wrapper .open_m_switch {
    color: #363636 !important;
  }
  body #admin_wrapper #header {
    position: fixed;
    width: 100%;
    height: 100%;
    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;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }
  body #admin_wrapper #myanLife_list_Navigation {
    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: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    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_list_Navigation .nav_content_list {
    width: 500px;
    flex: 1;
    background: rgb(255, 255, 255);
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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 #myanLife_list_Navigation .nav_content_list .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-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: 14px;
    color: rgb(0, 0, 0);
    margin: 0;
    width: 250px;
    height: auto;
    padding-left: 35px;
    margin-bottom: 30px;
  }
  body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item .icon {
    margin-right: 0;
    margin-bottom: 3px;
  }
  body #admin_wrapper #myanLife_list_Navigation .op_nav_content_list {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #admin_wrapper #header .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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: 9%;
    width: 88%;
    font-size: 20px;
    margin: 0;
  }
  body #admin_wrapper #header .item:hover {
    color: rgb(255, 255, 255);
  }
  body #admin_wrapper #header .lang_select {
    display: none;
  }
  body #admin_wrapper #header .lang_select form {
    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: 100%;
  }
  body #admin_wrapper #header .lang_select .list {
    display: none;
    position: relative;
    background: transparent;
    font-size: 18px;
    height: auto;
    top: 0;
    left: 0;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  body #admin_wrapper #header .lang_select .list .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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    font-size: 18px;
    height: 100%;
  }
  body #admin_wrapper #header .lang_select .list .item:hover {
    color: #ffbd27;
  }
  body #admin_wrapper #header .lang_select .list .return_btn {
    padding-top: 24px;
    border-top: 1px solid rgb(255, 255, 255);
    justify-content: center;
  }
  body #admin_wrapper #header .lang_select .list .return_btn > div {
    margin-left: 10px;
  }
  body #admin_wrapper #header .lang_select .list .active {
    color: rgb(255, 189, 39);
  }
  body #admin_wrapper #header .lang_select .displayGrid {
    display: grid !important;
  }
  body #admin_wrapper #header .currency_select {
    display: none;
  }
  body #admin_wrapper #header .currency_select form {
    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: 100%;
  }
  body #admin_wrapper #header .currency_select .list {
    display: none;
    position: relative;
    background: transparent;
    font-size: 18px;
    height: auto;
    top: 0;
    left: 0;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  body #admin_wrapper #header .currency_select .list .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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    font-size: 18px;
    height: 100%;
  }
  body #admin_wrapper #header .currency_select .list .item:hover {
    color: #ffbd27;
  }
  body #admin_wrapper #header .currency_select .list .return_btn {
    padding-top: 24px;
    border-top: 1px solid rgb(255, 255, 255);
    justify-content: center;
  }
  body #admin_wrapper #header .currency_select .list .return_btn > div {
    margin-left: 10px;
  }
  body #admin_wrapper #header .currency_select .list .active {
    color: rgb(255, 189, 39);
  }
  body #admin_wrapper #header .currency_select .displayGrid {
    display: grid !important;
  }
  body #admin_wrapper #header .app_download,
  body #admin_wrapper #header .notification {
    display: none;
  }
  body #admin_wrapper #header .logout_btn {
    display: none;
  }
  body #admin_wrapper #header .merchant_application {
    display: none;
    color: rgb(255, 255, 255);
  }
  body #admin_wrapper #header .merchant_center {
    display: none;
    color: rgb(255, 255, 255);
  }
  body #admin_wrapper #header .mission_entrance {
    display: none;
  }
  body #admin_wrapper #header .signup_btn {
    display: none;
  }
  body #admin_wrapper #header .shopping_cart {
    display: none;
  }
  body #admin_wrapper #header .login_btn {
    display: none;
  }
  body #admin_wrapper #header .user_login {
    flex: 1;
    background: rgb(255, 255, 255);
    width: 500px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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 #header .user_login > .user_img {
    display: none;
  }
  body #admin_wrapper #header .user_login .list {
    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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  body #admin_wrapper #header .user_login .list .header_bar {
    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: 100%;
    min-height: 49px;
    box-shadow: inset 0px -2px 0px #f2f2f2;
    padding-left: 16px;
    box-sizing: border-box;
  }
  body #admin_wrapper #header .user_login .list .header_bar a {
    width: 120px;
  }
  body #admin_wrapper #header .user_login .list .header_bar img {
    width: 120px;
  }
  body #admin_wrapper #header .user_login .list .item {
    /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex; */
    /* display: flex; */
    display: none;
    -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-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 20%;
    height: auto;
    color: #363636;
  }
  body #admin_wrapper #header .user_login .list .item:first-child,
  body #admin_wrapper #header .user_login .list .item:last-child {
    border: 0;
    padding: 0;
  }
  body #admin_wrapper #header .user_login .list .item:hover {
    color: rgb(255, 255, 255);
  }
  body #admin_wrapper #header .user_login .list .item.active {
    color: rgb(255, 189, 39);
  }
  body #admin_wrapper #header .user_login .list .user_identify {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    border-bottom: 2px solid #f2f2f2;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .avatar {
    width: 100px;
    height: 100px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .avatar
    .upload_btn {
    font-size: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .user_info
    .user_name {
    font-size: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .user_info
    .user_level {
    font-size: 16px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content {
    gap: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .avatar,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .avatar {
    width: 100px;
    height: 100px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .avatar
    .upload_btn,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .avatar
    .upload_btn {
    font-size: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .user_info
    .user_name,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .user_info
    .user_name {
    font-size: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .user_info
    .user_level,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .user_info
    .user_level {
    font-size: 16px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status {
    gap: 12px;
    margin-left: 8px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item {
    font-size: 18px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item
    .icon,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item
    .icon {
    font-size: 18px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item
    .star_counter
    span,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item
    .star_counter
    span {
    color: rgb(255, 189, 39);
  }
  body #admin_wrapper #header .user_login .list .m_admin_sidebar_list {
    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;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .sidebar_content_list {
    width: 100%;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: rgb(153, 153, 153);
    cursor: pointer;
    /* margin-bottom: 32px; */
    padding-bottom: 32px;
    margin-left: 25px;
    font-size: 18px;
    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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .icon {
    width: 18px;
    margin-right: 5px;
    color: #363636;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .icon_img {
    width: 18px;
    height: 18px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .mlcoin {
    width: 17px;
    -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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .menu-icon-open {
    margin-left: 5px;
    display: none;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .menu-icon-close {
    margin-left: 5px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    span {
    color: #363636;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item:nth-child(2) {
    flex-wrap: wrap;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item:last-child {
    margin-bottom: 0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list {
    display: none;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item {
    color: #363636;
    cursor: pointer;
    margin-bottom: 32px;
    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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item
    .icon {
    width: 18px;
    margin-right: 5px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item
    .cusIcon {
    width: 17px;
    -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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:last-child {
    margin-bottom: 0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:hover {
    color: rgb(255, 189, 39);
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:hover
    .cusIcon {
    filter: invert(0%) sepia(98%) saturate(390%) hue-rotate(350deg)
      brightness(105%) contrast(101%);
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .return {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    padding: 20px 35px;
    gap: 15px;
    box-sizing: border-box;
    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;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .return
    .angle_icon {
    font-size: 20px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .item {
    padding: 20px 35px;
    margin-bottom: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .item:hover {
    background: transparent;
    color: #363636;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .return {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    padding: 20px 35px;
    gap: 15px;
    box-sizing: border-box;
    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;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .return
    .angle_icon {
    font-size: 20px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .item {
    padding: 20px 35px;
    margin-bottom: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .item:hover {
    background: transparent;
    color: #363636;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .op_sub_list {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .last_item {
    margin-bottom: 0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .menu-icon-open {
    display: block;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .menu-icon-close {
    display: none;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .admin_sidebar_sub_list {
    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;
    width: 100%;
    margin-left: 24px;
    margin-top: 24px;
    -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
    .m_admin_sidebar_list
    .division {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    margin-bottom: 32px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .dashboard
    .icon,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .account
    .icon {
    color: #c58f5d;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .password
    .icon {
    color: #9a88f7;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .manager
    .icon {
    color: #e57e5e;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .audit
    .icon {
    color: #49b9df;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .member
    .icon,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .coupon
    .icon {
    color: #eaa3f0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .news
    .icon {
    color: #38c8d1;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .charity
    .icon {
    color: #dd4338;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .ad
    .icon {
    color: #80a7cb;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .job
    .icon {
    color: #9dc993;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .mission
    .icon {
    color: #ffe600;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .settings
    .icon {
    color: #999999;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .coin
    .mlcoin {
    filter: invert(0%) sepia(98%) saturate(390%) hue-rotate(350deg)
      brightness(105%) contrast(101%);
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .shop
    .icon {
    color: #ee837c;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .notification
    .icon {
    color: #ff9e67;
    filter: invert(75%) sepia(22%) saturate(1509%) hue-rotate(320deg)
      brightness(101%) contrast(101%);
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .blog
    .icon {
    color: #89c57b;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .apply
    .icon {
    color: #ee718f;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .notify-setting
    .icon {
    color: #be7bb7;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .collect
    .icon {
    color: #de5d54;
  }
  body #admin_wrapper #header .user_login .list .sidebar_list {
    display: none;
  }
  body #admin_wrapper #header .op_m_user_login {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #admin_wrapper #m_search_switch {
    display: block;
  }
  body #admin_wrapper #myanLife_global_search {
    display: none;
  }
  body #admin_wrapper #myanLife_global_search .myanLife_Slogan {
    display: none;
  }
  body #admin_wrapper #myanLife_global_search .search_box {
    margin: 0;
  }
  body #admin_wrapper #myanLife_global_search .search_box .search_input {
    width: 95%;
    margin: auto;
    background: rgb(255, 255, 255);
    border: 1px solid #f6ab00;
  }
  body #admin_wrapper #myanLife_global_search .search_box .search_input button {
    color: #f6ab00;
  }
  body #admin_wrapper #myanLife_global_search .hot_search {
    margin: 0;
    width: calc(100% - 40px);
    box-shadow: none;
    border-radius: 0;
  }
  body #admin_wrapper #myanLife_global_search.active {
    display: block;
    position: sticky;
    height: max-content;
  }
  body #admin_wrapper .m_list_close {
    color: rgb(0, 0, 0) !important;
    top: 52px !important;
    right: 42px !important;
  }
  /***** 我的票夾結束 *****/

  body #wrapper .op_m_header {
    opacity: 1 !important;
    visibility: visible !important;
  }
  body #wrapper .open_m_switch {
    color: #363636 !important;
  }
  body #wrapper #header {
    position: fixed;
    width: 100%;
    height: 100%;
    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;
    background: rgba(0, 0, 0, 0.8);
    color: rgb(255, 255, 255);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
  }
  body #wrapper #header .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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: 9%;
    width: 88%;
    font-size: 20px;
    margin: 0;
  }
  body #wrapper #header .item:hover {
    color: rgb(255, 255, 255);
  }
  body #wrapper #header .lang_select {
    display: none;
  }
  body #wrapper #header .lang_select form {
    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: 100%;
  }
  body #wrapper #header .lang_select .list {
    display: none;
    position: relative;
    background: transparent;
    font-size: 18px;
    height: auto;
    top: 0;
    left: 0;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  body #wrapper #header .lang_select .list .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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    font-size: 18px;
    height: 100%;
  }
  body #wrapper #header .lang_select .list .item:hover {
    color: #ffbd27;
  }
  body #wrapper #header .lang_select .list .return_btn {
    padding-top: 24px;
    border-top: 1px solid rgb(255, 255, 255);
    justify-content: center;
  }
  body #wrapper #header .lang_select .list .return_btn > div {
    margin-left: 10px;
  }
  body #wrapper #header .lang_select .list .active {
    color: rgb(255, 189, 39);
  }
  body #wrapper #header .lang_select .displayGrid {
    display: grid !important;
  }
  body #wrapper #header .currency_select {
    display: none;
  }
  body #wrapper #header .currency_select form {
    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: 100%;
  }
  body #wrapper #header .currency_select .list {
    display: none;
    position: relative;
    background: transparent;
    font-size: 18px;
    height: auto;
    top: 0;
    left: 0;
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 0;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
  }
  body #wrapper #header .currency_select .list .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;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    font-size: 18px;
    height: 100%;
  }
  body #wrapper #header .currency_select .list .item:hover {
    color: #ffbd27;
  }
  body #wrapper #header .currency_select .list .return_btn {
    padding-top: 24px;
    border-top: 1px solid rgb(255, 255, 255);
    justify-content: center;
  }
  body #wrapper #header .currency_select .list .return_btn > div {
    margin-left: 10px;
  }
  body #wrapper #header .currency_select .list .active {
    color: rgb(255, 189, 39);
  }
  body #wrapper #header .currency_select .displayGrid {
    display: grid !important;
  }
  body #wrapper #header .app_download,
  body #wrapper #header .notification {
    display: none;
  }
  body #wrapper #header .logout_btn {
    display: none;
  }
  body #wrapper #header .merchant_application {
    display: none;
    color: rgb(255, 255, 255);
  }
  body #wrapper #header .merchant_center {
    display: none;
    color: rgb(255, 255, 255);
  }
  body #wrapper #header .mission_entrance {
    display: none;
  }
  body #wrapper #header .signup_btn {
    display: none;
  }
  body #wrapper #header .shopping_cart {
    display: none;
  }
  body #wrapper #header .login_btn {
    display: none;
  }
  body #wrapper #header .user_login {
    flex: 1;
    background: rgb(255, 255, 255);
    width: 500px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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 #header .user_login > .user_img {
    display: none;
  }
  body #wrapper #header .user_login .list {
    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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  body #wrapper #header .user_login .list .header_bar {
    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: 100%;
    min-height: 49px;
    box-shadow: inset 0px -2px 0px #f2f2f2;
    padding-left: 16px;
    box-sizing: border-box;
  }
  body #wrapper #header .user_login .list .header_bar a {
    width: 120px;
  }
  body #wrapper #header .user_login .list .header_bar img {
    width: 120px;
  }
  body #wrapper #header .user_login .list .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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 20%;
    height: auto;
    color: #363636;
  }
  body #wrapper #header .user_login .list .item:first-child,
  body #wrapper #header .user_login .list .item:last-child {
    border: 0;
    padding: 0;
  }
  body #wrapper #header .user_login .list .item:hover {
    color: rgb(255, 255, 255);
  }
  body #wrapper #header .user_login .list .item.active {
    color: rgb(255, 189, 39);
  }
  body #wrapper #header .user_login .list .user_identify {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    border-bottom: 2px solid #f2f2f2;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .avatar {
    width: 100px;
    height: 100px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .avatar
    .upload_btn {
    font-size: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .user_info
    .user_name {
    font-size: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .user_info
    .user_level {
    font-size: 16px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content {
    gap: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .avatar,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .avatar {
    width: 100px;
    height: 100px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .avatar
    .upload_btn,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .avatar
    .upload_btn {
    font-size: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .user_info
    .user_name,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .user_info
    .user_name {
    font-size: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .user_info
    .user_level,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .user_info
    .user_level {
    font-size: 16px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status {
    gap: 12px;
    margin-left: 8px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item {
    font-size: 18px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item
    .icon,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item
    .icon {
    font-size: 18px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item
    .star_counter
    span,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item
    .star_counter
    span {
    color: rgb(255, 189, 39);
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list {
    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;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .sidebar_content_list {
    width: 100%;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: rgb(153, 153, 153);
    cursor: pointer;
    /* margin-bottom: 32px; */
    padding-bottom: 32px;
    margin-left: 25px;
    font-size: 18px;
    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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .icon {
    width: 18px;
    margin-right: 5px;
    color: #363636;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .icon_img {
    width: 18px;
    height: 18px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .mlcoin {
    width: 17px;
    -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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .menu-icon-open {
    margin-left: 5px;
    display: none;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .menu-icon-close {
    margin-left: 5px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    span {
    color: #363636;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item:nth-child(2) {
    flex-wrap: wrap;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item:last-child {
    margin-bottom: 0;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list {
    display: none;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item {
    color: #363636;
    cursor: pointer;
    margin-bottom: 32px;
    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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item
    .icon {
    width: 18px;
    margin-right: 5px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item
    .cusIcon {
    width: 17px;
    -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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:last-child {
    margin-bottom: 0;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:hover {
    color: rgb(255, 189, 39);
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:hover
    .cusIcon {
    filter: invert(0%) sepia(98%) saturate(390%) hue-rotate(350deg)
      brightness(105%) contrast(101%);
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .return {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    padding: 20px 35px;
    gap: 15px;
    box-sizing: border-box;
    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;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .return
    .angle_icon {
    font-size: 20px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .item {
    padding: 20px 35px;
    margin-bottom: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .item:hover {
    background: transparent;
    color: #363636;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .return {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    padding: 20px 35px;
    gap: 15px;
    box-sizing: border-box;
    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;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .return
    .angle_icon {
    font-size: 20px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .item {
    padding: 20px 35px;
    margin-bottom: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .item:hover {
    background: transparent;
    color: #363636;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .op_sub_list {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .last_item {
    margin-bottom: 0;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .menu-icon-open {
    display: block;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .menu-icon-close {
    display: none;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .admin_sidebar_sub_list {
    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;
    width: 100%;
    margin-left: 24px;
    margin-top: 24px;
    -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 .m_admin_sidebar_list .division {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    margin-bottom: 32px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .dashboard
    .icon,
  body #wrapper #header .user_login .list .m_admin_sidebar_list .account .icon {
    color: #c58f5d;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .password
    .icon {
    color: #9a88f7;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .manager .icon {
    color: #e57e5e;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .audit .icon {
    color: #49b9df;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .member .icon,
  body #wrapper #header .user_login .list .m_admin_sidebar_list .coupon .icon {
    color: #eaa3f0;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .news .icon {
    color: #38c8d1;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .charity .icon {
    color: #dd4338;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .ad .icon {
    color: #80a7cb;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .job .icon {
    color: #9dc993;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .mission .icon {
    color: #ffe600;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .settings
    .icon {
    color: #999999;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .coin .mlcoin {
    filter: invert(0%) sepia(98%) saturate(390%) hue-rotate(350deg)
      brightness(105%) contrast(101%);
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .shop .icon {
    color: #ee837c;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .notification
    .icon {
    color: #ff9e67;
    filter: invert(75%) sepia(22%) saturate(1509%) hue-rotate(320deg)
      brightness(101%) contrast(101%);
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .blog .icon {
    color: #89c57b;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .apply .icon {
    color: #ee718f;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .notify-setting
    .icon {
    color: #be7bb7;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .collect .icon {
    color: #de5d54;
  }
  body #wrapper #header .user_login .list .sidebar_list {
    display: none;
  }
  body #wrapper #header .op_m_user_login {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #wrapper #m_search_switch {
    display: block;
  }
  body #wrapper #myanLife_global_search {
    display: none;
  }
  body #wrapper #myanLife_global_search .myanLife_Slogan {
    display: none;
  }
  body #wrapper #myanLife_global_search .search_box {
    margin: 0;
  }
  body #wrapper #myanLife_global_search .search_box .search_input {
    width: 95%;
    margin: auto;
    background: rgb(255, 255, 255);
    border: 1px solid #f6ab00;
  }
  body #wrapper #myanLife_global_search .search_box .search_input button {
    color: #f6ab00;
  }
  body #wrapper #myanLife_global_search .hot_search {
    margin: 0;
    width: calc(100% - 40px);
    box-shadow: none;
    border-radius: 0;
  }
  body #wrapper #myanLife_global_search.active {
    display: block;
    position: sticky;
    height: max-content;
  }
  body #wrapper #global_header_search {
    display: none;
  }
  body #wrapper #myanLife_MainVisual {
    margin-top: 55px;
  }
  body #wrapper #myanLife_MainVisual .local_search {
    flex-wrap: wrap;
    gap: 5px;
  }
  body #wrapper #myanLife_MainVisual .nav_prev,
  body #wrapper #myanLife_MainVisual .nav_next {
    display: block;
  }
  body #wrapper #myanLife_MainVisual.push_down {
    margin-top: 164px;
  }
  body #wrapper .nav_background {
    background: transparent;
    z-index: 1;
  }
  body #wrapper #myanLife_Navigation {
    grid-template-columns: repeat(6, auto);
  }
  body #wrapper #myanLife_Navigation .item {
    font-size: 18px;
  }
  body #wrapper #myanLife_Navigation .item .icon {
    width: 20px;
    height: 20px;
  }
  body #wrapper #m_list_Navigation_switch {
    display: block;
  }
  body #wrapper #myanLife_list_Navigation {
    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: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    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_list_Navigation .nav_content_list {
    width: 500px;
    flex: 1;
    background: rgb(255, 255, 255);
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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 #myanLife_list_Navigation .nav_content_list .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-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: 14px;
    color: rgb(0, 0, 0);
    margin: 0;
    width: 250px;
    height: auto;
    padding-left: 35px;
    margin-bottom: 30px;
  }
  body #wrapper #myanLife_list_Navigation .nav_content_list .item .icon {
    margin-right: 0;
    margin-bottom: 3px;
  }
  body #wrapper #myanLife_list_Navigation .op_nav_content_list {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #wrapper .op_list_nav {
    opacity: 1 !important;
    visibility: visible !important;
  }
  body #wrapper .m_list_close {
    color: rgb(0, 0, 0) !important;
    top: 20px !important;
    right: 20px !important;
  }
  body #wrapper #myanLife_shop_partner .common_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_shop_partner .common_header .time_countdown {
    font-size: 12px;
  }
  body #wrapper #myanLife_shop_partner .shop_partner_content {
    width: 80%;
  }
  body
    #wrapper
    #myanLife_shop_partner
    .shop_partner_content
    .shop_partner_item {
    width: 14.4vw;
    height: 17.4vw;
  }
  body #wrapper #myanLife_discount .common_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_discount .common_header .time_countdown {
    font-size: 12px;
  }
  body
    #wrapper
    #myanLife_discount
    .common_content
    .common_item
    .imgView
    .coupon_download {
    font-size: 14px;
    height: 30px;
  }
  body
    #wrapper
    #myanLife_discount
    .common_content
    .common_item
    .information
    .info_header
    h2 {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_discount
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    > div {
    font-size: 24px;
  }
  body
    #wrapper
    #myanLife_discount
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    .icon {
    font-size: 18px;
  }
  body #wrapper #myanLife_discount .owl-theme .owl-nav {
    display: none;
  }
  body #wrapper #myanLife_discount .owl-theme .owl-stage-outer {
    margin-right: 18px;
  }
  body #wrapper #myanLife_featured .featured_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_featured .featured_content {
    grid-template-columns: repeat(2, auto);
    column-gap: 12px;
    row-gap: 12px;
  }
  body #wrapper #myanLife_featured .featured_content .featured_item {
    height: 316px;
  }
  body
    #wrapper
    #myanLife_featured
    .featured_content
    .featured_item
    .featured_info
    h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body
    #wrapper
    #myanLife_featured
    .featured_content
    .featured_item
    .featured_info
    .data {
    -webkit-line-clamp: 2;
    -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
    .evaluation {
    font-size: 18px;
    bottom: 35px;
    right: 3px;
  }
  body
    #wrapper
    #myanLife_featured
    .featured_content
    .featured_item
    .featured_info
    .evaluation
    .icon {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_featured
    .featured_content
    .featured_item
    .featured_info
    .coupon_download {
    bottom: 5px;
    right: 3px;
  }
  body
    #wrapper
    #myanLife_featured
    .featured_content
    .featured_item:first-child {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 644px;
  }
  body #wrapper #myanLife_blog .blog_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_blog .owl-theme .owl-nav {
    display: none;
  }
  body #wrapper #myanLife_detail_content .prod_overview .product_coupon {
    width: 260px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .prod_info
    .option_feature {
    display: block;
    color: #ffbd27;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 20px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .evaluation {
    flex-wrap: wrap;
    justify-content: center;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .evaluation
    .download_amount {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    text-align: center;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .coupon_info
    .option_feature {
    display: none;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .coupon_download {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .member_has_coupon {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .fixed_download_bar {
    width: 230px;
    top: 375px;
  }
  body #wrapper #myanLife_detail_content .prod_option .option_bar {
    width: 260px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_bar
    .fixed_option_bar {
    width: 230px;
    top: 70px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_bar
    .fixed_option_bar_sale {
    width: 230px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .fixed_select_bar {
    width: 230px;
  }
  body #wrapper #myanLife_sharing {
    margin-top: 40px;
  }
  body #wrapper #myanLife_sharing .sharing_header {
    flex-direction: column;
    width: 90%;
    gap: 30px;
    margin-bottom: 30px;
  }
  body #wrapper #myanLife_sharing .sharing_header .myanLife_Slogan {
    width: 100%;
  }
  body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox {
    width: 97%;
    margin: auto;
  }
  body #wrapper #myanLife_sharing .sharing_filter {
    font-size: 16px;
  }
  body #wrapper #myanLife_sharing .sharing_content {
    grid-template-columns: repeat(3, auto);
    column-gap: 12px;
    row-gap: 12px;
  }
  body #wrapper #myanLife_sharing .sharing_content .sharing_item {
    height: 215px;
  }
  body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info {
    font-size: 16px;
  }
  body #wrapper #myanLife_sharing .sharing_content .sharing_item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 442px;
  }
  body
    #wrapper
    #myanLife_sharing
    .sharing_content
    .sharing_item:first-child
    .sharing_info
    h2 {
    font-size: 32px;
  }
  body #wrapper #myanLife_sharing .sharing_author {
    gap: 30px;
  }
  body #wrapper #myanLife_sharing .sharing_author .author_img {
    width: 160px;
    height: 160px;
    margin-top: 14px;
  }
  body #wrapper #myanLife_sharing .sharing_author .author_info {
    font-size: 18px;
  }
  body #wrapper #myanLife_sharing .sharing_author .author_info .author_about {
    padding-right: 34px;
  }
  body
    #wrapper
    #myanLife_sharing
    .sharing_author
    .author_info
    .author_about
    .name,
  body
    #wrapper
    #myanLife_sharing
    .sharing_author
    .author_info
    .author_about
    .evaluation,
  body
    #wrapper
    #myanLife_sharing
    .sharing_author
    .author_info
    .author_about
    .article_counter {
    margin-bottom: 18px;
  }
  body
    #wrapper
    #myanLife_sharing
    .sharing_author_list
    .sharing_author_list_item {
    height: 212px;
  }
  body
    #wrapper
    #myanLife_sharing_search_result
    .sharing_search_result
    .sharing_search_list {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_sharing_search_result
    .sharing_search_result
    .sharing_search_list
    .sharing_search_item {
    height: 212px;
  }
  body
    #wrapper
    #myanLife_sharing_search_result
    .sharing_search_result
    .sharing_search_list
    .sharing_search_item
    img {
    width: 320px;
  }
  body
    #wrapper
    #myanLife_sharing_search_result
    .sharing_search_result
    .sharing_search_list
    .sharing_search_item
    .information
    .data {
    -webkit-line-clamp: 6;
  }
  body #wrapper #myanLife_hot_ten .common_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_hot_ten .common_header .time_countdown {
    font-size: 12px;
  }
  body
    #wrapper
    #myanLife_hot_ten
    .common_content
    .common_item
    .imgView
    .coupon_download {
    font-size: 14px;
    height: 30px;
  }
  body
    #wrapper
    #myanLife_hot_ten
    .common_content
    .common_item
    .information
    .info_header
    h2 {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_hot_ten
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    > div {
    font-size: 24px;
  }
  body
    #wrapper
    #myanLife_hot_ten
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    .icon {
    font-size: 18px;
  }
  body #wrapper #myanLife_hot_ten .owl-theme .owl-nav {
    display: none;
  }
  body #wrapper #myanLife_hot_active_location .common_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_hot_active_location .common_content .common_item {
    width: 18.4vw;
  }
  body
    #wrapper
    #myanLife_hot_active_location
    .common_content
    .common_item
    .imgView {
    height: 18.4vw;
  }
  body
    #wrapper
    #myanLife_hot_active_location
    .common_content
    .common_item
    .information
    .info_header {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_hot_active_location
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    > div {
    font-size: 24px;
  }
  body
    #wrapper
    #myanLife_hot_active_location
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    .icon {
    font-size: 18px;
  }
  body #wrapper #myanLife_recently .common_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_recently .common_content .common_item {
    width: 18.4vw;
  }
  body #wrapper #myanLife_recently .common_content .common_item .imgView {
    height: 18.4vw;
  }
  body
    #wrapper
    #myanLife_recently
    .common_content
    .common_item
    .information
    .info_header {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_recently
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    > div {
    font-size: 24px;
  }
  body
    #wrapper
    #myanLife_recently
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    .icon {
    font-size: 18px;
  }
  body #wrapper #myanLife_other .other_item .other_item_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_explore_in_depth .explore_in_depth_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_hot_active .common_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_hot_active .common_content .common_item {
    width: 18.4vw;
  }
  body #wrapper #myanLife_hot_active .common_content .common_item .imgView {
    height: 18.4vw;
  }
  body
    #wrapper
    #myanLife_hot_active
    .common_content
    .common_item
    .information
    .info_header {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_hot_active
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    > div {
    font-size: 24px;
  }
  body
    #wrapper
    #myanLife_hot_active
    .common_content
    .common_item
    .information
    .info_header
    .evaluation
    .icon {
    font-size: 18px;
  }
  body #wrapper #myanLife_recommend .recommend_header {
    font-size: 26px;
  }
  body #wrapper #myanLife_recommend .recommend_content .recommend_item {
    width: 18.4vw;
    height: 18.4vw;
  }
  body #wrapper #myanLife_blog_recommend .blog_recommend_header {
    font-size: 26px;
  }
  body
    #wrapper
    #myanLife_blog_recommend
    .blog_recommend_content
    .blog_recommend_item {
    width: 18.4vw;
    height: 18.4vw;
  }
  body
    #wrapper
    #myanLife_blog_recommend
    .blog_recommend_content
    .blog_recommend_item
    .data
    .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: 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;
  }
  body
    #wrapper
    #myanLife_blog_recommend
    .blog_recommend_content
    .blog_recommend_item
    .data
    .evaluation
    div {
    width: 100%;
  }
  body #wrapper #myanLife_search_result {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  body #wrapper #myanLife_search_result.member_promotion {
    margin-top: 30px;
  }
  body #wrapper #myanLife_search_result .m_sidebar_switch {
    display: block;
    cursor: pointer;
  }
  body #wrapper #myanLife_search_result .sidebar {
    display: none;
    width: 100%;
    margin-right: 0;
  }
  body #wrapper #myanLife_search_result .sidebar .sidebar_item:last-child {
    margin-bottom: 24px;
  }
  body
    #wrapper
    #myanLife_search_result
    .sidebar
    .classify
    .search_box
    .local_search_input {
    width: 95%;
  }
  body
    #wrapper
    #myanLife_search_result
    .sidebar
    .classify
    .condition_box
    .inputContainer {
    width: 99%;
  }
  body
    #wrapper
    #myanLife_search_result
    .sidebar
    .classify
    .classify_list
    .classify_item
    .classify_item_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body
    #wrapper
    #myanLife_search_result
    .sidebar
    .classify
    .classify_list
    .classify_item
    .classify_item_list
    .label--checkbox {
    margin: 0;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  body
    #wrapper
    #myanLife_search_result
    .sidebar
    .classify
    .classify_list
    .classify_item
    .classify_item_list
    .label--checkbox:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  body #wrapper #myanLife_search_result .op_sidebar {
    display: block;
  }
  body #wrapper #myanLife_search_result .result_content {
    width: 100%;
  }
  body #wrapper #myanLife_search_result .result_content .local_search {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_input::-webkit-input-placeholder {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_input::-moz-placeholder {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_input:-ms-input-placeholder {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer {
    margin-right: 10px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer
    > input[type="text"]::-webkit-input-placeholder {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer
    > input[type="text"]::-moz-placeholder {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer
    > input[type="text"]:-ms-input-placeholder {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_btn {
    font-size: 20px;
    padding: 3px 13px;
  }
  body #wrapper #myanLife_search_result .result_content .result_filter {
    font-size: 16px;
  }
  body #wrapper #myanLife_search_result .result_content .result_list {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .download_info {
    width: 135px;
  }

  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item {
    width: 40vw;
  }
  body #wrapper #myanLife_charity_result .charity_info {
    font-size: 18px;
  }
  body #wrapper #myanLife_charity_result .charity_result {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  body #wrapper #myanLife_charity_result .charity_result .m_sidebar_switch {
    display: block;
    cursor: pointer;
  }
  body #wrapper #myanLife_charity_result .charity_result .sidebar {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .sidebar
    .sidebar_item:last-child {
    margin-bottom: 24px;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .sidebar
    .classify
    .classify_list
    .classify_item
    .classify_item_list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .sidebar
    .classify
    .classify_list
    .classify_item
    .classify_item_list
    .label--checkbox {
    margin: 0;
    margin-right: 24px;
    margin-bottom: 24px;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .sidebar
    .classify
    .classify_list
    .classify_item
    .classify_item_list
    .label--checkbox:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  body #wrapper #myanLife_charity_result .charity_result .op_sidebar {
    display: block;
  }
  body #wrapper #myanLife_charity_result .charity_result .charity_content {
    width: 100%;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .charity_content
    .charity_list {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .charity_content
    .charity_list
    .charity_item {
    height: 210px;
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .charity_content
    .charity_list
    .charity_item
    .charity_image {
    width: 245px;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .charity_content
    .charity_list
    .charity_item
    .information
    .charity_header
    .charity_title {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .charity_content
    .charity_list
    .charity_item
    .information
    .data {
    -webkit-line-clamp: 1;
  }
  body #wrapper #myanLife_charity .author_recommend .recent_activities {
    width: 100%;
    margin-right: 0;
  }
  body
    #wrapper
    #myanLife_charity
    .author_recommend
    .recent_activities
    .recent_activities_list
    .recent_activities_article
    .imgView {
    height: 285px;
  }
  body #wrapper #myanLife_charity .author_recommend .past_participation {
    width: 100%;
  }
  body
    #wrapper
    #myanLife_charity
    .author_recommend
    .past_participation
    .past_participation_list
    .past_participation_article
    .imgView {
    height: 285px;
  }
  body #wrapper #myanlife_do h2 {
    margin-bottom: 40px;
  }
  body #wrapper #myanlife_do .doing_list .doing_item header img {
    width: 30px;
    height: 30px;
  }
  body #wrapper #myanlife_do .doing_list .doing_item header h3 {
    font-size: 18px;
  }
  body #wrapper #myanlife_do .doing_list .doing_item header:after {
    width: calc(100% - 32px);
  }
  body #wrapper #myanlife_do .doing_list .doing_item .info {
    font-size: 14px;
    margin-left: 41px;
  }
  body #wrapper #myanlife_value sub {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  body #wrapper #myanlife_value .value_list .value_item {
    margin-bottom: 30px;
  }
  body #wrapper #myanlife_contact {
    width: 60%;
  }
  body #wrapper #myanlife_contact .intro > h2 {
    font-size: 20px;
  }
  body #wrapper #myanlife_contact .contact_form {
    font-size: 14px;
  }
  body
    #wrapper
    #myanlife_contact
    .contact_form
    .inputContainer
    .input_item
    .input_style,
  body
    #wrapper
    #myanlife_contact
    .contact_form
    .inputContainer
    .input_item
    .select_style,
  body
    #wrapper
    #myanlife_contact
    .contact_form
    .inputContainer
    .input_item
    .textarea_style {
    padding: 8px 4px;
  }
  body #wrapper #myanlife_news .intro h2 {
    font-size: 20px;
  }
  body #wrapper #myanlife_news .news_contain {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -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;
  }
  body #wrapper #myanlife_news .news_contain .news_list {
    width: 100%;
    margin-top: 24px;
  }
  body #wrapper #myanlife_news .news_contain .news_sidebar {
    display: none;
    width: 100%;
    margin-left: 0;
  }
  body #wrapper #myanlife_news .news_contain .op_sidebar {
    display: block;
  }
  body #wrapper #myanlife_news .news_contain .m_news_sidebar_switch {
    display: block;
    cursor: pointer;
  }
  body #wrapper #myanlife_news .news_article {
    font-size: 14px;
  }
  body #wrapper #myanlife_join {
    width: 60%;
  }
  body #wrapper #myanlife_join .intro h2 {
    font-size: 20px;
  }
  body #wrapper #myanlife_join .recruit_form {
    font-size: 14px;
  }
  body #wrapper #myanlife_join .recruit_form .recruit_search_input {
    font-size: 12px;
  }
  body
    #wrapper
    #myanlife_join
    .recruit_form
    .recruit_search_input
    .select_style {
    width: 40%;
  }
  body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_item {
    margin-bottom: 12px;
    padding-top: 12px;
    padding-bottom: 20px;
  }
  body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_title {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  body #wrapper #myanlife_partner h2 {
    font-size: 20px;
  }
  body #wrapper #myanlife_partner .partner_item {
    font-size: 14px;
  }
  body #wrapper #myanlife_partner .partner_item .partner_item_des .des {
    margin-bottom: 12px;
  }
  body #wrapper #myanlife_jobs .intro h2 {
    font-size: 20px;
  }
  body #wrapper #myanlife_jobs .jobs_detail_contain {
    font-size: 14px;
  }
  body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain {
    width: 260px;
  }
  body
    #wrapper
    #myanlife_jobs
    .jobs_detail_contain
    .jobs_apply_contain
    .jobs_apply
    .jobs_apply_btn {
    font-size: 16px;
    padding: 15px 0;
  }
  body #wrapper #myanlife_jobs .resume_form {
    font-size: 14px;
  }
  body .merchant_wrapper #myanLife_merchant .merchant_content .merchant_img {
    width: 220px;
    height: 220px;
  }
  body .merchant_wrapper #myanLife_merchant .merchant_content .merchant_info {
    flex: 0.25;
  }
  body .merchant_wrapper #myanLife_merchant .merchant_content .merchant_about {
    flex: 0.6;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_content
    .merchant_about
    .merchant_about_content {
    /* height: 144px; */
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    > ul {
    flex-wrap: wrap;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    > ul
    .coupon_item_tab {
    width: 16%;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list {
    grid-template-columns: repeat(3, 1fr);
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list
    .coupon_item
    .imgView {
    height: 180px;
  }
  body #admin_wrapper #m_list_Navigation_switch {
    display: block;
  }
  body #admin_wrapper #admin_header nav .item {
    font-size: 14px;
  }
  body #admin_wrapper .admin_contain .admin_sidebar {
    width: 13rem;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .avatar
    .user_img {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .user_identify .user_name {
    font-size: 14px;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .user_identify .user_level {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_status {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_status
    .status_item {
    flex-wrap: wrap;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .admin_sidebar_list {
    font-size: 12px;
  }
  body #admin_wrapper .admin_contain .admin_canvas {
    /***** 帳號設定 *****/
    /***** 更改密碼 *****/
    /***** 訊息通知 *****/
    /***** 偏好設定 *****/
    /***** 我想成為商家 *****/
    /***** 申請其他商家 *****/
    /***** 酷碰卷下載管理 *****/
    /***** 達人分享 *****/
    /***** 商家管理 *****/
    /***** 商家設定 *****/
    /***** 酷碰卷管理 *****/
    /***** ML金幣 *****/
    /***** ML積分 *****/
    /***** 管理員設定 *****/
    /***** 管理員(審核) *****/
  }
  body #admin_wrapper .admin_contain .admin_canvas .account_settings > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .account_settings
    .account_settings_contain
    .main
    .input_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .account_settings
    .account_settings_contain
    .main
    .btn_style {
    font-size: 14px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .changepswd > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .changepswd
    .changepswd_contain
    .main {
    width: 50%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .changepswd
    .changepswd_contain
    .main
    .input_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .changepswd
    .changepswd_contain
    .main
    .btn_style {
    font-size: 14px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .msg_management > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .tabs_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item
    .msg_func
    .view_btn {
    padding: 5px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .websetting > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .websetting
    .websetting_contain
    .main
    .site_setting
    .input_list {
    width: 35%;
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .websetting
    .websetting_contain
    .main
    .subscription_setting
    .input_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .websetting
    .websetting_contain
    .main
    .subscription_setting
    .input_list
    .common_item
    .title {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .websetting
    .websetting_contain
    .main
    .btn_style {
    font-size: 14px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .merchant_application > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_application
    .merchant_application_contain
    .main
    .merchant_application_info {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_application
    .merchant_application_contain
    .main
    .btn_list
    .btn_style {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_application
    .account_settings_contain
    .main
    .input_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_application
    .account_settings_contain
    .main
    .btn_style {
    font-size: 14px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .other_application > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .other_application_info {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .merchant_select_contain {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .merchant_select_contain
    .select_item
    label {
    margin: 0 12px;
    padding: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .btn_list
    .btn_style {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .account_settings_contain
    .main
    .input_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .account_settings_contain
    .main
    .btn_style {
    font-size: 14px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .coupon_management > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .coupon_tabs_list {
    font-size: 14px;
  }
  body #wrapper .coupon_management .coupon_management_contain .main,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main {
    font-size: 12px;
  }
  body
    #wrapper
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .coupon_cell_list,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .coupon_cell_list {
    gap: 10px;
  }
  body
    #wrapper
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .coupon_cell_list
    .coupon_title,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .coupon_cell_list
    .coupon_title {
    font-size: 14px;
  }
  body
    #wrapper
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_value,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_value {
    font-size: 14px;
  }
  body
    #wrapper
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_func_bottom
    .contacts_service,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_func_bottom
    .contacts_service {
    padding: 5px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .blog_management > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .blog_tabs_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .blog_item
    .blog_info
    .blog_content {
    gap: 10px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .merchant_management > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_management
    .merchant_management_contain
    .main {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_management
    .merchant_management_contain
    .main
    .input_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_management
    .merchant_management_contain
    .main
    .btn_style {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_setting_management
    > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_setting_management
    .merchant_setting_management_contain
    .main {
    font-size: 12px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .m_coupon_management > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .coupon_tabs_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_info
    .m_coupon_cell_list {
    margin-left: 10px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_info
    .m_coupon_cell_list
    .m_coupon_cell {
    margin-bottom: 10px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_value {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_func_bottom
    .contacts_service {
    padding: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .plan_description
    .cell_items {
    flex-wrap: wrap;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .common_item {
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .common_item
    .des.no_white_space {
    white-space: unset;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas {
    /* width: 502.5px; */
    /* height: 256px; */
    /* background-size: cover; */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas
    .card_left {
    /* width: 58.6%; */
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas
    .card_right {
    /* width: 41.4%; */
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .date_item {
    flex-wrap: wrap;
    gap: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .date_item
    .date_input_contain {
    flex-wrap: wrap;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .purchase_options
    .purchase_option_content
    .input_list_style {
    width: 100%;
  }
  body #admin_wrapper .admin_contain .admin_canvas .coin_management > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coin_management
    .coin_management_contain
    .coin_status_tool {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coin_management
    .coin_management_contain
    .coin_tabs_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coin_management
    .coin_management_contain
    .main {
    font-size: 12px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .point_management > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .point_management
    .point_management_contain
    .point_status_tool {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .point_management
    .point_management_contain
    .point_tabs_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .point_management
    .point_management_contain
    .main {
    font-size: 12px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .admin_management > h2 {
    font-size: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .admin_tabs_list,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .tabs_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_func_list
    .dblist_search_item {
    width: 285px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .audit_edit_contain
    .main
    .input_list {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .admin_management_contain
    .audit_tabs_list
    .func_list
    .dblist_search_item {
    width: 210px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .admin_userlist {
    /***** 管理員(會員資料中的酷碰卷) *****/
    /***** 管理員(會員資料) *****/
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .plan_description
    .cell_items {
    flex-wrap: wrap;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .common_item {
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas {
    /* width: 502.5px; */
    /* height: 256px; */
    /* background-size: cover; */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas
    .card_left {
    /* width: 58.6%; */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas
    .card_right {
    /* width: 41.4%; */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .date_item {
    flex-wrap: wrap;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .date_item
    .date_input_contain {
    flex-wrap: wrap;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .edit_contain
    .main
    .input_list {
    font-size: 14px;
  }
  body #wrapper #newest_shop_partner {
    margin-top: 80px;
  }
  body #wrapper #newest_shop_partner .common_header {
    font-size: 26px;
  }
  body #wrapper #newest_shop_partner .common_header .time_countdown {
    font-size: 12px;
  }
  body #wrapper #newest_shop_partner .newest_shop_content {
    width: 79%;
  }
  body #wrapper #newest_shop_partner .newest_shop_content .shop_partner_item {
    /* width: 9.6vw;
    height: 11.7vw; */
    width: 115.56px;
    height: 139.23px;
    margin-bottom: 33px;
  }
  body
    #wrapper
    #newest_shop_partner
    .newest_shop_content
    .shop_partner_item:first-child {
    margin-left: 33px;
    /* margin-bottom: 33px; */
  }
  body #wrapper #hot_shop_partner .common_header {
    font-size: 26px;
  }
  body #wrapper #hot_shop_partner .common_header .time_countdown {
    font-size: 12px;
  }
  body #wrapper #hot_shop_partner .hot_shop_content {
    width: 79%;
    /* margin-right: 0; */
  }
  body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item {
    width: 448px;
    height: 268px;
  }
  body .freeze {
    overflow: hidden !important;
  }
}
@media (max-width: 1024px) {
  body
    #wrapper
    #myanLife_shop_partner
    .shop_partner_content
    .shop_partner_item {
    width: 18vw;
    height: 21vw;
  }
  body #wrapper #myanLife_discount .common_content .common_item {
    width: 25vw;
  }
  body #wrapper #myanLife_discount .common_content .common_item .imgView {
    height: calc(25vw - 10px);
  }
  body #wrapper #myanLife_hot_ten .common_content .common_item {
    width: 25vw;
  }
  body #wrapper #myanLife_hot_ten .common_content .common_item .imgView {
    height: calc(25vw - 10px);
  }
  body #wrapper #myanLife_hot_ten .common_content .common_item .imgView {
    height: 25vw;
  }
  body #wrapper #myanLife_hot_active .common_content .common_item {
    width: 25vw;
  }
  body #wrapper #myanLife_hot_active .common_content .common_item .imgView {
    height: 25vw;
  }
  body #wrapper #myanLife_recommend .recommend_content .recommend_item {
    width: 25vw;
    height: 25vw;
  }
  body
    #wrapper
    #myanLife_blog_recommend
    .blog_recommend_content
    .blog_recommend_item {
    width: 25vw;
    height: 25vw;
  }
  body #wrapper #newest_shop_partner .common_header {
    width: 90%;
  }
  body #wrapper #newest_shop_partner .newest_shop_content {
    width: 73%;
  }
  body #wrapper #newest_shop_partner .newest_shop_content .shop_partner_item {
    width: 115.56px;
    height: 139.3px;
  }
  body
    #wrapper
    #newest_shop_partner
    .newest_shop_content
    .shop_partner_item:first-child {
    margin-left: 30px;
  }
  body #wrapper #hot_shop_partner .common_header {
    width: 90%;
  }
  body #wrapper #hot_shop_partner .hot_shop_content {
    width: 73%;
  }
  body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item {
    width: 448px;
    height: 268px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item {
    width: 37vw;
  }
  body .freeze {
    overflow: hidden !important;
  }
}
@media (max-width: 768px) {
  body {
    /***** 登入視窗 *****/
    /***** 註冊視窗 *****/
    /***** 密碼重設頁面  *****/
    /***** 廣告  *****/
    /***** 酷碰券下載視窗 *****/
    /***** 商家頁面  *****/
    /***** 管理頁面  *****/
    /***** 我的票夾  *****/
  }

  body #reset_windows .windows_content {
    width: 85vw;
    height: 395px;
  }
  body #reset_windows .windows_content header img {
    width: 6vw;
  }
  body #reset_windows .windows_content .reset_form {
    width: 60%;
  }
  body #reset_windows .windows_content .reset_block {
    width: 32vw;
  }
  body #ad {
    top: auto;
    right: 10px;
    bottom: -185px;
  }
  body #ad .ad_switch {
    display: block;
    /* position: fixed;
    bottom: 75px;
    right: 8px; */
  }
  body #ad .ad_list {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  body #ad .ad_list .close_ad_list {
    display: none;
  }
  body .op_ad_w {
    width: 50% !important;
    top: auto !important;
    bottom: 90px !important;
  }
  body .op_ad_w .ad_switch img {
    display: none;
  }
  body .op_ad_w .ad_switch:before,
  body .op_ad_w .ad_switch:after {
    opacity: 1 !important;
    visibility: visible !important;
  }
  body .op_ad_w .ad_list {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  body #coupon_windows {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
  }
  body #coupon_windows:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    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 #coupon_windows .coupon_content {
    position: absolute;
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-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 #coupon_windows .coupon_content .icon {
    top: 22px;
    top: 22px;
  }
  body #coupon_windows .coupon_content header {
    width: calc(90% - 10px);
    font-size: 18px;
    margin-bottom: 4px;
    height: 31px;
    padding: 10px;
    padding-top: 15px;
  }
  body #coupon_windows .coupon_content .canvas {
    background-size: cover;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 15px;
    width: calc(95% - 10px);
    height: 85vh;
    gap: 24px;
    isolation: isolate;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  body #coupon_windows .coupon_content .canvas .card {
    float: unset;
    width: 100%;
  }
  body #coupon_windows .coupon_content .canvas .card_left {
    width: 95%;
    padding: 10px 10px 10px 0;
    height: min-content;
    box-sizing: border-box;
  }
  body
    #coupon_windows
    .coupon_content
    .canvas
    .card_left
    .coupon_info
    .market_logo {
    margin-bottom: 5px;
    width: 120px;
  }
  body
    #coupon_windows
    .coupon_content
    .canvas
    .card_left
    .coupon_info
    .market_title {
    font-size: 16px;
    line-height: 23px;
    width: 95%;
    height: 50%;
    margin-bottom: 24px;
  }
  body
    #coupon_windows
    .coupon_content
    .canvas
    .card_right
    .coupon_info
    .market_vendor {
    font-size: 12px;
  }
  body #coupon_windows .coupon_content .canvas .card_right {
    width: 95%;
    padding: 10px 10px 10px 0;
    height: 70%;
    box-sizing: border-box;
  }
  body #coupon_windows .coupon_content .canvas .card_right .coupon_info {
    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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    border-top: 2px dashed rgba(153, 153, 153, 0.5);
    padding-top: 20px;
    /* padding: 8px 0 0; */
    margin: 0 10px;
    gap: 2px;
  }

  body
    #coupon_windows
    .coupon_content
    .canvas
    .card_right
    .coupon_info
    .how_to_use {
    max-width: 100%;
    width: fit-content;
    line-height: 17px;
  }
  body
    #coupon_windows
    .coupon_content
    .canvas
    .card_right
    .coupon_info
    .how_to_use
    .market_vendor {
    color: rgb(255, 189, 39);
    font-size: 18px;
    width: 100%;
    line-height: 23px;
  }
  body #coupon_windows .coupon_content .coupon_download_btn,
  body #coupon_windows .coupon_content .member_has_coupon {
    left: 8px;
    margin-top: 15px;
  }
  body #coupon_windows .coupon_use_content {
    position: absolute;
    background: #ffffff;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-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 #coupon_windows .coupon_use_content .icon {
    top: 22px;
    top: 22px;
  }
  body #coupon_windows .coupon_use_content header {
    width: calc(90% - 10px);
    font-size: 18px;
    margin-bottom: 4px;
    height: 31px;
    padding: 10px;
    padding-top: 15px;
  }
  body #coupon_windows .coupon_use_content .canvas {
    background-size: cover;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 15px;
    width: calc(95% - 10px);
    height: 90vh;
    gap: 24px;
    isolation: isolate;
    box-sizing: border-box;
    z-index: 2;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  body #coupon_windows .coupon_use_content .canvas .card {
    float: unset;
    width: 100%;
  }
  body #coupon_windows .coupon_use_content .canvas .card_left {
    width: 95%;
    padding: 10px 10px 10px 0;
    height: min-content;
    box-sizing: border-box;
  }
  body
    #coupon_windows
    .coupon_use_content
    .canvas
    .card_left
    .coupon_info
    .market_logo {
    margin-bottom: 5px;
    width: 120px;
  }
  body
    #coupon_windows
    .coupon_use_content
    .canvas
    .card_left
    .coupon_info
    .market_title {
    font-size: 16px;
    line-height: 23px;
    width: 95%;
    height: 50%;
    margin-bottom: 24px;
  }
  body
    #coupon_windows
    .coupon_use_content
    .canvas
    .card_right
    .coupon_info
    .market_vendor {
    font-size: 12px;
  }
  body #coupon_windows .coupon_use_content .canvas .card_right {
    width: 95%;
    padding: 10px 10px 10px 0;
    height: 70%;
    box-sizing: border-box;
  }
  body #coupon_windows .coupon_use_content .canvas .card_right .coupon_info {
    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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    border-top: 2px dashed rgba(153, 153, 153, 0.5);
    padding-top: 20px;
    margin: 0 10px;
    gap: 2px;
  }

  body
    #coupon_windows
    .coupon_use_content
    .canvas
    .card_right
    .coupon_info
    .how_to_use {
    max-width: 100%;
    width: fit-content;
    line-height: 17px;
  }
  body
    #coupon_windows
    .coupon_use_content
    .canvas
    .card_right
    .coupon_info
    .how_to_use
    .market_vendor {
    color: rgb(255, 189, 39);
    font-size: 18px;
    width: 100%;
    line-height: 23px;
  }
  /* body #admin_wrapper .admin_contain .admin_canvas .coupon_management .coupon_management_contain .main .coupon_list_content .coupon_item .checkbox {
    width: 100%;
    padding: 12px;
  } */
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .member_coupon_item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    margin: 16px 0px;
    /* padding: 32px 16px; */
    padding: 32px 16px 16px 16px;
  }
  /* body #admin_wrapper .admin_contain .admin_canvas .coupon_management .coupon_management_contain .main .coupon_list_content .coupon_item .label--checkbox .checkbox {
    top: 12px;
    width: 12px;
  } */
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .favorite_coupon_item {
    padding: 0px 0px 12px 0px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .favorite_coupon_item
    .fav_coupon_func_bottom
    .view_btn {
    border: 1px solid #363636;
    background: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info {
    width: 100%;
    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: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_used {
    display: flex;
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_used
    .coupon_img {
    flex: 1;
    width: 100%;
    height: max-content;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_used
    .coupon_img
    img {
    width: 100%;
    height: 100%;
  }

  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_expired
    .coupon_img {
    flex: 1;
    width: 100%;
    height: max-content;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_expired
    .coupon_img
    img {
    width: 100%;
    height: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_coming
    .coupon_img {
    flex: 1;
    width: 100%;
    height: max-content;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_coming
    .coupon_img
    img {
    width: 100%;
    height: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_expiring
    .coupon_img {
    flex: 1;
    width: 100%;
    height: max-content;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_expiring
    .coupon_img
    img {
    width: 100%;
    height: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_usable
    .coupon_img {
    flex: 1;
    width: 100%;
    height: max-content;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_usable
    .coupon_img
    img {
    width: 100%;
    height: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .coupon_cell_list {
    gap: 8px;
    font-size: 14px;
    line-height: 16px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_func {
    right: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .favorite_coupon_item
    .favorite_coupon_func {
    right: 0px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_func_bottom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: block;
    -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%;
    font-weight: bold;
    margin-top: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_func_bottom
    .coupon_view
    .view_btn {
    /* border: 1px solid #363636; */
    border-radius: 6px;
    color: #363636;
    cursor: pointer;
    padding: 7px 10px;
    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;
    float: left;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_func_bottom
    .coupon_view
    .view_btn:hover {
    border-color: rgb(255, 189, 39);
    color: rgb(255, 189, 39);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_func_bottom
    .coupon_view
    .inactive {
    color: #d82316;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_func_bottom
    .coupon_func {
    color: #363636;
    cursor: pointer;
    padding: 7px 10px;
    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;
    float: right;
  }
  body #wrapper {
    /***** 首頁 右上角 *****/
    /***** 首頁 search_bar *****/
    /***** 首頁 banner *****/
    /***** 首頁 nav *****/
    /***** 選單詳細頁 *****/
    /***** 最新優惠 *****/
    /***** 為您精挑細選 *****/
    /***** 達人分享首頁 *****/
    /***** Top ten *****/
    /***** 熱門活動 *****/
    /***** 達人分享 *****/
    /***** 新進達人推薦 *****/
    /***** ML 推薦 *****/
    /***** 熱門其他活動 *****/
    /***** 深入探索 *****/
    /***** 熱門活動住宿 *****/
    /***** 網友都在看 *****/
    /***** 搜尋結果 *****/
    /***** 公益活動首頁  *****/
    /***** 公益活動詳細  *****/
    /***** 網站條款 *****/
    /***** MyanLife 聯絡我們 *****/
    /***** MyanLife 最新消息 *****/
    /***** MyanLife 加入我們 *****/
    /***** 版權 *****/
    /***** scroll top *****/
  }
  body #wrapper #header .user_login {
    width: 100vw;
  }
  body #wrapper #header .user_login .list {
    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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  body #wrapper #header .user_login .list .header_bar {
    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: 100%;
    min-height: 49px;
    box-shadow: inset 0px -2px 0px #f2f2f2;
    padding-left: 16px;
    box-sizing: border-box;
  }
  body #wrapper #header .user_login .list .header_bar img {
    width: 120px;
  }
  body #wrapper #header .user_login .list .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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 20%;
    height: auto;
    color: #363636;
  }
  body #wrapper #header .user_login .list .item:first-child,
  body #wrapper #header .user_login .list .item:last-child {
    border: 0;
    padding: 0;
  }
  body #wrapper #header .user_login .list .item:hover {
    color: rgb(255, 255, 255);
  }
  body #wrapper #header .user_login .list .item.active {
    color: rgb(255, 189, 39);
  }
  body #wrapper #header .user_login .list .user_identify {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    border-bottom: 2px solid #f2f2f2;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .avatar {
    width: 80px;
    height: 80px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .avatar
    .upload_btn {
    font-size: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .user_info
    .user_name {
    font-size: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .user_info
    .user_level {
    font-size: 16px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content {
    gap: 16px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .avatar,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .avatar {
    width: 80px;
    height: 80px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .avatar
    .upload_btn,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .avatar
    .upload_btn {
    font-size: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .user_info
    .user_name,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .user_info
    .user_name {
    font-size: 24px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .user_info
    .user_level,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .user_info
    .user_level {
    font-size: 16px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status {
    gap: 12px;
    margin-left: 0;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item {
    font-size: 14px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item
    .icon,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item
    .icon {
    font-size: 14px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item
    .star_counter
    span,
  body
    #wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item
    .star_counter
    span {
    color: rgb(255, 189, 39);
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list {
    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;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .sidebar_content_list {
    width: 100%;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: rgb(153, 153, 153);
    cursor: pointer;
    /* margin-bottom: 32px; */
    padding-bottom: 32px;
    margin-left: 20px;
    font-size: 16px;
    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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .icon {
    width: 18px;
    margin-right: 5px;
    color: #363636;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .icon_img {
    width: 18px;
    height: 18px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .mlcoin {
    width: 17px;
    -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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .menu-icon-open {
    margin-left: 5px;
    display: none;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .menu-icon-close {
    margin-left: 5px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    span {
    color: #363636;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item:nth-child(2) {
    flex-wrap: wrap;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item:last-child {
    margin-bottom: 0;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list {
    display: none;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item {
    color: #363636;
    cursor: pointer;
    margin-bottom: 32px;
    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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item
    .icon {
    width: 18px;
    margin-right: 5px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item
    .cusIcon {
    width: 17px;
    -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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:last-child {
    margin-bottom: 0;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:hover {
    color: rgb(255, 189, 39);
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:hover
    .cusIcon {
    filter: invert(0%) sepia(98%) saturate(390%) hue-rotate(350deg)
      brightness(105%) contrast(101%);
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .return {
    font-size: 16px;
    border-bottom: 2px solid #f2f2f2;
    padding: 13.5px 20px;
    gap: 15px;
    box-sizing: border-box;
    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;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .return
    .angle_icon {
    font-size: 20px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .item {
    padding: 13.5px 20px;
    margin-bottom: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .item:hover {
    background: transparent;
    color: #363636;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .return {
    font-size: 16px;
    border-bottom: 2px solid #f2f2f2;
    padding: 13.5px 20px;
    gap: 15px;
    box-sizing: border-box;
    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;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .return
    .angle_icon {
    font-size: 20px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .item {
    padding: 13.5px 20px;
    margin-bottom: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .item:hover {
    background: transparent;
    color: #363636;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .op_sub_list {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .last_item {
    margin-bottom: 0;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .menu-icon-open {
    display: block;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .menu-icon-close {
    display: none;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .admin_sidebar_sub_list {
    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;
    width: 100%;
    margin-left: 24px;
    margin-top: 24px;
    -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 .m_admin_sidebar_list .division {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    margin-bottom: 32px;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .dashboard
    .icon,
  body #wrapper #header .user_login .list .m_admin_sidebar_list .account .icon {
    color: #c58f5d;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .password
    .icon {
    color: #9a88f7;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .manager .icon {
    color: #e57e5e;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .audit .icon {
    color: #49b9df;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .member .icon,
  body #wrapper #header .user_login .list .m_admin_sidebar_list .coupon .icon {
    color: #eaa3f0;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .news .icon {
    color: #38c8d1;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .charity .icon {
    color: #dd4338;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .ad .icon {
    color: #80a7cb;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .job .icon {
    color: #9dc993;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .mission .icon {
    color: #ffe600;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .settings
    .icon {
    color: #999999;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .coin .mlcoin {
    filter: invert(0%) sepia(98%) saturate(390%) hue-rotate(350deg)
      brightness(105%) contrast(101%);
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .shop .icon {
    color: #ee837c;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .notification
    .icon {
    color: #ff9e67;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .blog .icon {
    color: #89c57b;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .apply .icon {
    color: #ee718f;
  }
  body
    #wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .notify-setting
    .icon {
    color: #be7bb7;
  }
  body #wrapper #header .user_login .list .m_admin_sidebar_list .collect .icon {
    color: #de5d54;
  }
  body #wrapper #header .user_login .list .sidebar_list {
    display: none;
  }
  body #wrapper #header .op_m_user_login {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  /***** 我的票夾 *****/
  body #admin_wrapper {
  }
  body #admin_wrapper #header .user_login {
    width: 100vw;
  }
  body #admin_wrapper #header .user_login .list {
    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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  body #admin_wrapper #header .user_login .list .header_bar {
    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: 100%;
    min-height: 49px;
    box-shadow: inset 0px -2px 0px #f2f2f2;
    padding-left: 16px;
    box-sizing: border-box;
  }
  body #admin_wrapper #header .user_login .list .header_bar img {
    width: 120px;
  }
  body #admin_wrapper #header .user_login .list .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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 20%;
    height: auto;
    color: #363636;
  }
  body #admin_wrapper #header .user_login .list .item:first-child,
  body #admin_wrapper #header .user_login .list .item:last-child {
    border: 0;
    padding: 0;
  }
  body #admin_wrapper #header .user_login .list .item:hover {
    color: rgb(255, 255, 255);
  }
  body #admin_wrapper #header .user_login .list .item.active {
    color: rgb(255, 189, 39);
  }
  body #admin_wrapper #header .user_login .list .user_identify {
    display: flex;
    width: 100%;
    padding: 12px 16px;
    box-sizing: border-box;
    border-bottom: 2px solid #f2f2f2;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .avatar {
    width: 80px;
    height: 80px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .avatar
    .upload_btn {
    font-size: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .user_info
    .user_name {
    font-size: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify
    .user_identify_content
    .user_info
    .user_level {
    font-size: 16px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content {
    gap: 16px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .avatar,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .avatar {
    width: 80px;
    height: 80px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .avatar
    .upload_btn,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .avatar
    .upload_btn {
    font-size: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .user_info
    .user_name,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .user_info
    .user_name {
    font-size: 24px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user
    .user_info
    .user_level,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user
    .user_info
    .user_level {
    font-size: 16px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status {
    gap: 12px;
    margin-left: 0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item {
    font-size: 14px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item
    .icon,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item
    .icon {
    font-size: 14px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.partner
    .user_identify_content
    .user_status
    .status_item
    .star_counter
    span,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .user_identify.member
    .user_identify_content
    .user_status
    .status_item
    .star_counter
    span {
    color: rgb(255, 189, 39);
  }
  body #admin_wrapper #header .user_login .list .m_admin_sidebar_list {
    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;
    padding: 20px 0;
    box-sizing: border-box;
    width: 100%;
    overflow: auto;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .sidebar_content_list {
    width: 100%;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_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: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    color: rgb(153, 153, 153);
    cursor: pointer;
    /* margin-bottom: 32px; */
    padding-bottom: 32px;
    margin-left: 20px;
    font-size: 16px;
    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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .icon {
    width: 18px;
    margin-right: 5px;
    color: #363636;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .icon_img {
    width: 18px;
    height: 18px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .mlcoin {
    width: 17px;
    -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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .menu-icon-open {
    margin-left: 5px;
    display: none;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .menu-icon-close {
    margin-left: 5px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    span {
    color: #363636;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item:nth-child(2) {
    flex-wrap: wrap;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item:last-child {
    margin-bottom: 0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list {
    display: none;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item {
    color: #363636;
    cursor: pointer;
    margin-bottom: 32px;
    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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item
    .icon {
    width: 18px;
    margin-right: 5px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item
    .cusIcon {
    width: 17px;
    -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
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:last-child {
    margin-bottom: 0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:hover {
    color: rgb(255, 189, 39);
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:hover
    .cusIcon {
    filter: invert(0%) sepia(98%) saturate(390%) hue-rotate(350deg)
      brightness(105%) contrast(101%);
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .return {
    font-size: 16px;
    border-bottom: 2px solid #f2f2f2;
    padding: 13.5px 20px;
    gap: 15px;
    box-sizing: border-box;
    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;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .return
    .angle_icon {
    font-size: 20px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .item {
    padding: 13.5px 20px;
    margin-bottom: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .lang_list
    .item:hover {
    background: transparent;
    color: #363636;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list {
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .return {
    font-size: 16px;
    border-bottom: 2px solid #f2f2f2;
    padding: 13.5px 20px;
    gap: 15px;
    box-sizing: border-box;
    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;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .return
    .angle_icon {
    font-size: 20px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .item {
    padding: 13.5px 20px;
    margin-bottom: 0;
    box-sizing: border-box;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .currency_list
    .item:hover {
    background: transparent;
    color: #363636;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .admin_sidebar_item
    .op_sub_list {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .last_item {
    margin-bottom: 0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .menu-icon-open {
    display: block;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .menu-icon-close {
    display: none;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .open_sub_list
    .admin_sidebar_sub_list {
    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;
    width: 100%;
    margin-left: 24px;
    margin-top: 24px;
    -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
    .m_admin_sidebar_list
    .division {
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    margin-bottom: 32px;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .dashboard
    .icon,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .account
    .icon {
    color: #c58f5d;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .password
    .icon {
    color: #9a88f7;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .manager
    .icon {
    color: #e57e5e;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .audit
    .icon {
    color: #49b9df;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .member
    .icon,
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .coupon
    .icon {
    color: #eaa3f0;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .news
    .icon {
    color: #38c8d1;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .charity
    .icon {
    color: #dd4338;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .ad
    .icon {
    color: #80a7cb;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .job
    .icon {
    color: #9dc993;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .mission
    .icon {
    color: #ffe600;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .settings
    .icon {
    color: #999999;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .coin
    .mlcoin {
    filter: invert(0%) sepia(98%) saturate(390%) hue-rotate(350deg)
      brightness(105%) contrast(101%);
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .shop
    .icon {
    color: #ee837c;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .notification
    .icon {
    color: #ff9e67;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .blog
    .icon {
    color: #89c57b;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .apply
    .icon {
    color: #ee718f;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .notify-setting
    .icon {
    color: #be7bb7;
  }
  body
    #admin_wrapper
    #header
    .user_login
    .list
    .m_admin_sidebar_list
    .collect
    .icon {
    color: #de5d54;
  }
  body #admin_wrapper #header .user_login .list .sidebar_list {
    /* display: none; */
  }
  body #admin_wrapper #header .op_m_user_login {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #admin_wrapper #myanLife_global_search .search_box .search_input {
    width: 92%;
  }
  body #admin_wrapper #myanLife_global_search .hot_search {
    padding: 20px 4%;
    width: 92%;
  }
  body
    #admin_wrapper
    #myanLife_global_search.active
    + #myanLife_MainVisual.with-item-nav {
    margin-top: 55px;
  }
  /***** 我的票夾結束 *****/

  body #wrapper #myanLife_global_search .search_box .search_input {
    width: 92%;
  }
  body #wrapper #myanLife_global_search .hot_search {
    padding: 20px 4%;
    width: 92%;
  }
  body
    #wrapper
    #myanLife_global_search.active
    + #myanLife_MainVisual.with-item-nav {
    margin-top: 55px;
  }
  body #wrapper #myanLife_MainVisual .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px;
  }
  body #wrapper #myanLife_MainVisual .owl-theme .owl-nav {
    top: 30% !important;
  }
  body #wrapper #myanLife_MainVisual .owl-theme .owl-nav button.owl-prev,
  body #wrapper #myanLife_MainVisual .owl-theme .owl-nav button.owl-next {
    padding: 10px 16px 14px !important;
    font-size: 40px;
  }
  body #wrapper #myanLife_MainVisual .nav_prev,
  body #wrapper #myanLife_MainVisual .nav_next {
    top: calc(14vw - 30px);
  }
  body #wrapper #myanLife_MainVisual #myanLife_global_searchBox {
    width: 90%;
  }
  body #wrapper #myanLife_MainVisual #myanLife_local_searchBox {
    width: 90%;
    height: 100px;
    flex-wrap: no-warp;
    font-size: 12px;
  }
  body #wrapper #myanLife_MainVisual.with-item-nav {
    margin-top: 95px;
  }
  body #wrapper #myanLife_Navigation {
    grid-template-columns: repeat(3, auto);
    column-gap: 24px;
    row-gap: 24px;
  }
  body #wrapper #myanLife_Navigation .item:last-child {
    margin-right: 24px;
  }
  body #wrapper #myanLife_detail_content {
    margin: 24px auto;
  }
  body #wrapper #myanLife_detail_content .prod_overview .prod_info {
    margin-right: 0;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .prod_info
    .article_img {
    width: 100%;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .prod_info
    .favorite_add {
    margin-bottom: 30px;
  }
  body #wrapper #myanLife_detail_content .prod_overview .product_coupon {
    background: rgb(255, 255, 255);
    border-top: 1px solid #ddd;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    border-radius: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 10;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar {
    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-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    background: none;
    width: 90%;
    padding: 10px 0;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .evaluation {
    margin: 0;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .evaluation
    > div {
    font-size: 24px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .evaluation
    .evaluation_counter {
    font-size: 16px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .evaluation
    .download_amount {
    width: auto;
    margin: 0;
    margin-left: 10px;
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .coupon_info {
    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: 4px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .coupon_info
    .discount_value {
    font-size: 24px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .coupon_info
    .download_amount {
    font-size: 16px;
    color: #999;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .coupon_download {
    font-size: 26px;
    width: 262px;
    padding: 15px;
    border-radius: 3px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .download_bar
    .member_has_coupon {
    font-size: 26px;
    width: 262px;
    padding: 15px;
    border-radius: 3px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .fixed_download_bar,
  body
    #wrapper
    #myanLife_detail_content
    .prod_overview
    .product_coupon
    .fixed_select_bar {
    position: relative;
    width: 90%;
    top: auto !important;
    box-shadow: none;
  }
  body #wrapper #myanLife_detail_content .prod_option {
    display: block;
  }
  body #wrapper #myanLife_detail_content .prod_option .option_bar {
    background: rgba(247, 247, 247, 0.8);
    position: fixed;
    border-radius: 0;
    left: 0;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 10;
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-top: 0px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_bar.member_promotion {
    margin-top: 24px;
    padding-top: 76px;
    z-index: 1;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_bar
    .option_bar_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    border-radius: 0;
    font-size: 14px;
    padding: 16px 0;
    box-shadow: none;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #ddd;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_bar
    .option_bar_list
    .option_bar_item {
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin: 0 4px;
    margin-bottom: 0;
    border-bottom: 0;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_bar
    .fixed_option_bar,
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_bar
    .fixed_option_bar_sale {
    position: relative;
    width: inherit;
    top: 0px !important;
    box-shadow: none;
    overflow-x: auto;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_bar
    .fixed_option_bar
    .option_bar_item {
    margin: 0 12px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_list
    .traveler_evaluation
    .traveler_comment
    .input_container
    .comment_textarea {
    width: 95%;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_list
    .traveler_evaluation
    .traveler_comment
    h3 {
    font-size: 20px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_list
    .traveler_evaluation
    .traveler_comment
    .comment_btn {
    margin-top: 16px;
    width: 30%;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_list
    .traveler_evaluation
    .traveler_comment
    .desktop {
    display: none;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_list
    .traveler_evaluation
    .traveler_comment
    .mobile {
    display: block;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_list
    .traveler_evaluation
    .traveler_msg_content
    .traveler_msg_list
    .traveler_msg_item
    .reply_content
    .reply
    .reply_btn.active {
    margin-bottom: 15px;
  }
  body
    #wrapper
    #myanLife_detail_content
    .prod_option
    .option_list
    .option_item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  /* 首頁最新商家 768 以下開始 */
  body #wrapper #myanLife_shop_partner .shop_partner_content {
    width: 90%;
  }
  body
    #wrapper
    #myanLife_shop_partner
    .shop_partner_content
    .shop_partner_item {
    width: 22vw;
    height: 25.8vw;
  }
  /* 首頁最新商家 768 以上結束 */

  body #wrapper #myanLife_discount .common_content {
    margin-top: 30px;
    width: 95%;
    margin-right: 0;
  }
  body #wrapper #myanLife_discount .common_content .common_item {
    width: 34vw;
  }
  body #wrapper #myanLife_discount .common_content .common_item .imgView {
    height: calc(34vw - 10px);
  }
  body #wrapper #myanLife_featured {
    margin-top: 30px;
    padding-bottom: 60px;
  }
  body #wrapper #myanLife_featured .featured_header {
    padding: 30px 0;
  }
  body #wrapper #myanLife_featured .featured_content {
    grid-template-columns: repeat(2, auto);
    column-gap: 10px;
    row-gap: 10px;
    width: 90%;
  }
  body #wrapper #myanLife_featured .featured_content .featured_item {
    height: 316px;
  }
  body
    #wrapper
    #myanLife_featured
    .featured_content
    .featured_item
    .featured_info
    .coupon_download {
    bottom: 7px;
  }
  body
    #wrapper
    #myanLife_featured
    .featured_content
    .featured_item:first-child {
    grid-row-end: 2;
    height: 316px;
  }
  body #wrapper #myanLife_sharing .author_article {
    margin-bottom: 30px;
  }
  body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox {
    width: 95%;
  }
  body #wrapper #myanLife_sharing .sharing_content {
    grid-template-columns: repeat(2, auto);
    column-gap: 10px;
    row-gap: 10px;
  }
  body #wrapper #myanLife_sharing .sharing_content .sharing_item {
    height: 195px;
    border-radius: 10px;
  }
  body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info {
    font-size: 12px;
  }
  body #wrapper #myanLife_sharing .sharing_content .sharing_item:first-child {
    height: 235px;
  }
  body
    #wrapper
    #myanLife_sharing
    .sharing_content
    .sharing_item:first-child
    .sharing_info {
    font-size: 12px;
  }
  body
    #wrapper
    #myanLife_sharing
    .sharing_content
    .sharing_item:first-child
    .sharing_info
    h2 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  body #wrapper #myanLife_sharing .sharing_author {
    flex-wrap: wrap;
    gap: 24px;
    font-size: 16px;
  }
  body #wrapper #myanLife_sharing .sharing_author .author_img {
    width: 170px;
    height: 170px;
    margin: 0 0 24px 0;
  }
  body #wrapper #myanLife_sharing .sharing_author .author_info {
    width: 100%;
  }
  body #wrapper #myanLife_sharing .sharing_author .author_info .name,
  body #wrapper #myanLife_sharing .sharing_author .author_info .evaluation,
  body
    #wrapper
    #myanLife_sharing
    .sharing_author
    .author_info
    .article_counter {
    margin-bottom: 18px;
  }
  body
    #wrapper
    #myanLife_sharing
    .sharing_author_list
    .sharing_author_list_item {
    height: 154.8px;
  }
  body #wrapper #myanLife_sharing .traveler_comment {
    margin-bottom: 30px;
  }
  body
    #wrapper
    #myanLife_sharing
    .traveler_comment
    .input_container
    .comment_textarea {
    width: 95%;
  }
  body #wrapper #myanLife_sharing .traveler_comment .comment_btn {
    width: 30%;
    margin-top: 16px;
  }
  body #wrapper #myanLife_sharing .traveler_comment .desktop {
    display: none;
  }
  body #wrapper #myanLife_sharing .traveler_comment .mobile {
    display: block;
  }
  body
    #wrapper
    #myanLife_sharing
    .traveler_msg_content
    .traveler_msg_list
    .traveler_msg_item {
    margin-bottom: 30px;
  }
  body #wrapper #myanLife_hot_ten {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  body #wrapper #myanLife_hot_ten .common_content {
    margin-top: 30px;
    width: 95%;
    margin-right: 0;
  }
  body #wrapper #myanLife_hot_ten .common_content .common_item {
    width: 34vw;
  }
  body #wrapper #myanLife_hot_ten .common_content .common_item .imgView {
    height: 34vw;
  }
  body #wrapper #myanLife_hot_active {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  body #wrapper #myanLife_hot_active .common_content {
    margin-top: 30px;
    width: 95%;
    margin-right: 0;
  }
  body #wrapper #myanLife_hot_active .common_content .common_item {
    width: 34vw;
  }
  body #wrapper #myanLife_hot_active .common_content .common_item .imgView {
    height: 34vw;
  }
  body #wrapper #myanLife_blog {
    margin-top: 30px;
    padding-bottom: 70px;
  }
  body #wrapper #myanLife_blog .blog_content {
    width: 95%;
    margin-right: 0;
    margin-top: 30px;
  }
  body #wrapper #myanLife_blog .blog_content .blog_item .information {
    font-size: 14px;
  }
  body #wrapper #myanLife_blog .owl-theme .owl-nav .owl-next {
    right: -65px;
  }
  body #wrapper #myanLife_blog_recommend .blog_recommend_content {
    width: 95%;
    margin-right: 0;
  }
  body
    #wrapper
    #myanLife_blog_recommend
    .blog_recommend_content
    .blog_recommend_item {
    width: 34vw;
    height: 34vw;
  }
  body #wrapper #myanLife_recommend {
    margin-top: 30px;
  }
  body #wrapper #myanLife_recommend .recommend_content .recommend_item {
    width: 34vw;
    height: 34vw;
  }
  body #wrapper #myanLife_recommend .owl-theme {
    margin-top: 30px;
    margin-right: 0;
    width: 95%;
  }
  body #wrapper #myanLife_other {
    margin-top: 0;
  }
  body #wrapper #myanLife_other .other_item .other_item_header {
    font-size: 24px;
  }
  body #wrapper #myanLife_explore_in_depth .explore_in_depth_content {
    grid-template-columns: repeat(2, auto);
  }
  body
    #wrapper
    #myanLife_explore_in_depth
    .explore_in_depth_content
    .explore_in_depth_item
    .information
    .info_header
    .location
    .icon {
    margin-right: 5px !important;
  }
  body
    #wrapper
    #myanLife_explore_in_depth
    .explore_in_depth_content
    .explore_in_depth_item
    .information
    .info_evaluation
    .coupon_download {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -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;
    margin-top: 5px !important;
  }
  body
    #wrapper
    #myanLife_explore_in_depth
    .explore_in_depth_content
    .explore_in_depth_item
    .information
    .info_evaluation
    .coupon_download
    .icon {
    margin: 0;
    margin-left: 5px;
  }
  body #wrapper #myanLife_hot_active_location .common_content {
    grid-template-columns: repeat(3, auto);
  }
  body #wrapper #myanLife_hot_active_location .common_content .common_item {
    width: 28vw;
  }
  body
    #wrapper
    #myanLife_hot_active_location
    .common_content
    .common_item
    .imgView {
    height: 235px;
  }
  body #wrapper #myanLife_recently {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 30px;
  }
  body #wrapper #myanLife_recently .common_content {
    margin-top: 30px;
    width: 95%;
    margin-right: 0;
  }
  body #wrapper #myanLife_recently .common_content .common_item {
    width: 34vw;
  }
  body #wrapper #myanLife_recently .common_content .common_item .imgView {
    height: 34vw;
  }
  body #wrapper #myanLife_search_result {
    margin-top: 50px;
  }
  body #wrapper #myanLife_search_result.member_promotion {
    margin-top: 16px;
  }
  body
    #wrapper
    #myanLife_search_result
    .sidebar
    .classify
    .classify_list
    .classify_item
    .classify_item_list
    .label--checkbox {
    margin-bottom: 24px;
  }
  body
    #wrapper
    #myanLife_search_result
    .sidebar
    .classify
    .classify_list
    .classify_item
    .classify_item_list
    .label--checkbox:last-child {
    margin-bottom: 0;
  }
  body #wrapper #myanLife_search_result .result_content .local_search {
    font-size: 14px;
    flex-direction: column;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_input::-webkit-input-placeholder {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_input::-moz-placeholder {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_input:-ms-input-placeholder {
    font-size: 14px;
  }
  body #wrapper #myanLife_search_result .result_content .local_search .cuisine {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer
    > input[type="text"] {
    width: 100%;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer
    > input[type="text"]::-webkit-input-placeholder {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer
    > input[type="text"]::-moz-placeholder {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .inputContainer
    > input[type="text"]:-ms-input-placeholder {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .member_input {
    justify-content: flex-start;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .local_search
    .local_search_btn {
    width: 100%;
  }
  body #wrapper #myanLife_search_result .result_content .result_filter {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_filter
    .filter_condition
    .filter_condition_header
    .filter_amount {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_filter
    .filter_condition
    .filter_condition_list {
    font-size: 12px;
  }
  body #wrapper #myanLife_search_result .result_content .result_filter .sort {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_filter
    .sort
    h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_filter
    .sort
    .filter_item {
    margin-right: 12px;
  }
  body #wrapper #myanLife_search_result .result_content .result_list {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item {
    flex-direction: column;
    height: auto;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .result_image {
    width: 100%;
    height: 50vw;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .result_image
    img {
    width: 100%;
    height: 100%;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 15px;
    width: 95%;
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    h2 {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    h2
    span {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    h2
    .favorite_add {
    display: block;
    padding: 0 8px;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0.23);
    z-index: 2;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    h2
    .favorite_add:hover
    .tba.active {
    color: rgb(0, 0, 0);
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    h2
    .favorite_add
    .heart_btn {
    display: none;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    h2
    .favorite_add
    .liked {
    color: #de5d54;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    h2
    .favorite_add
    .active {
    display: block;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    .data {
    display: none;
    margin: 12px auto;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .information
    .merchant_name {
    margin-bottom: 6px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .download_info {
    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;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .download_info
    .favorite_add {
    display: none;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .download_info
    .evaluation {
    font-size: 24px;
    width: 98%;
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .download_info
    .evaluation
    .icon {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .download_info
    .coupon_download {
    padding-bottom: 0;
    border: 0;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .download_info
    .price {
    padding-top: 0;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .result_item
    .download_info
    .exchange_price {
    font-size: 14px;
  }
  body #wrapper #myanLife_search_result .result_content .result_list .notfound {
    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;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .notfound
    .imgView {
    width: 100px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .notfound
    .description {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .pagination {
    font-size: 14px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .pagination
    ul {
    flex-wrap: wrap;
    gap: 6px;
  }
  body #wrapper #myanLife_search_result .result_content .myanLife_Slogan {
    font-size: 18px;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .charity_content
    .charity_list
    .charity_item {
    height: 200px;
  }
  body
    #wrapper
    #myanLife_charity_result
    .charity_result
    .charity_content
    .charity_list
    .charity_item
    .charity_image {
    width: 225px;
  }
  body #wrapper #myanLife_charity .author_article {
    width: 86%;
  }
  body #wrapper #myanLife_charity .author_recommend {
    width: 90%;
  }
  body
    #wrapper
    #myanLife_charity
    .author_recommend
    .recent_activities
    .recent_activities_list
    .recent_activities_article
    .imgView {
    height: 235px;
  }
  body
    #wrapper
    #myanLife_charity
    .author_recommend
    .past_participation
    .past_participation_list
    .past_participation_article
    .imgView {
    height: 235px;
  }
  body #wrapper #myanLife_terms .terms_list .terms_item h2 {
    font-size: 18px;
  }
  body #wrapper #myanLife_terms .terms_list .terms_item .data {
    font-size: 14px;
  }
  body #wrapper #myanlife_contact {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 24px;
  }
  body #wrapper #myanlife_news {
    width: 80%;
    margin-top: 60px;
    margin-bottom: 24px;
  }
  body #wrapper #myanlife_news .news_article .article_header {
    margin-bottom: 24px;
  }
  body #wrapper #myanlife_news .news_article .article_content .data,
  body #wrapper #myanlife_news .news_article .article_content img {
    margin-bottom: 12px;
  }
  body #wrapper #myanlife_join {
    width: 80%;
    margin-top: 50px;
    margin-bottom: 24px;
  }
  body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain {
    position: fixed;
    background: rgb(247, 247, 247);
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9;
  }
  body
    #wrapper
    #myanlife_jobs
    .jobs_detail_contain
    .jobs_apply_contain
    .jobs_apply {
    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;
    flex-direction: row-reverse;
    width: 100%;
    padding: 12px 0;
  }
  body
    #wrapper
    #myanlife_jobs
    .jobs_detail_contain
    .jobs_apply_contain
    .jobs_apply
    .jobs_apply_btn {
    width: 50%;
    font-size: 14px;
    padding: 15px 0;
  }
  body
    #wrapper
    #myanlife_jobs
    .jobs_detail_contain
    .jobs_apply_contain
    .jobs_apply
    .jobs_share {
    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: 45%;
    margin: 0;
  }
  body
    #wrapper
    #myanlife_jobs
    .jobs_detail_contain
    .jobs_apply_contain
    .jobs_apply
    .jobs_share
    h3 {
    margin: 0 12px;
  }
  body
    #wrapper
    #myanlife_jobs
    .jobs_detail_contain
    .jobs_apply_contain
    .jobs_apply
    .jobs_share
    .jobs_share_list
    .jobs_share_item {
    font-size: 14px;
    margin-right: 6px;
  }
  body
    #wrapper
    #myanlife_jobs
    .jobs_detail_contain
    .jobs_apply_contain
    .fixed_jobs_apply {
    position: relative;
    width: 100%;
    border-radius: 0;
    top: 0 !important;
    box-shadow: none;
  }
  body #wrapper #colophon .colophon_sitemap .sponsor_item .list .item {
    width: 90px;
  }
  body #wrapper #top_btn {
    right: 10px;
  }
  body .merchant_wrapper #myanLife_merchant .merchant_content .merchant_img {
    width: 180px;
    height: 180px;
  }
  body .merchant_wrapper #myanLife_merchant .merchant_content .merchant_info {
    flex: 0.3;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_content
    .merchant_info
    h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_content
    .merchant_info
    .info_item {
    font-size: 14px;
    margin-bottom: 12px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_content
    .merchant_info
    .info_item
    .evaluation_value
    > div {
    font-size: 18px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_content
    .merchant_info
    .info_item
    .evaluation_value
    .icon {
    font-size: 16px;
  }
  body .merchant_wrapper #myanLife_merchant .merchant_content .merchant_about {
    flex: 0.55;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_content
    .merchant_about
    h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_content
    .merchant_about
    .merchant_about_content {
    font-size: 14px;
    height: 97px;
  }
  body
    #wrapper
    .merchant_wrapper
    #myanLife_merchant
    .merchant_content
    .merchant_about
    .merchant_management_link {
    top: 10px;
    max-width: 230px;
  }
  body .merchant_wrapper #myanLife_merchant .merchant_coupon {
    margin: 50px 0;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_header {
    font-size: 20px;
    padding-bottom: 30px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    > ul {
    flex-wrap: wrap;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    > ul
    .coupon_item_tab {
    width: 22.3%;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    > ul
    .coupon_item_tab:first-child {
    width: 98%;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list {
    grid-template-columns: repeat(2, 1fr);
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list
    .coupon_item
    .information {
    padding: 12px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list
    .coupon_item
    .information
    .info_header {
    font-size: 18px;
    margin-bottom: 5px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list
    .coupon_item
    .information
    .info_header
    .evaluation
    > div {
    font-size: 20px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list
    .coupon_item
    .information
    .info_header
    .evaluation
    .icon {
    font-size: 16px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list
    .coupon_item
    .information
    .location {
    font-size: 16px;
    margin-bottom: 10px;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list
    .coupon_item
    .information
    .merchant_name_text {
    font-size: 14px;
    margin-top: 0;
  }
  body
    .merchant_wrapper
    #myanLife_merchant
    .merchant_coupon
    .merchant_coupon_content
    .coupon_item_list
    .coupon_item
    .coupon {
    padding: 12px 0;
  }
  body #admin_wrapper {
    /* padding: 10px 24px; */
  }
  body #admin_wrapper #admin_header {
    height: 60px;
    padding: 0 15px;
    /***** 手機板 nav *****/
    /***** 手機板 logo *****/
  }
  body #admin_wrapper #admin_header #m_nav_switch {
    position: fixed;
    right: 12px;
    top: 18px;
    z-index: 100;
  }
  body #admin_wrapper #admin_header .op_nav {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #admin_wrapper #admin_header nav {
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    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: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    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 #admin_header nav .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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    height: 9%;
    width: 88%;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: normal;
    margin: 0;
  }
  body #admin_wrapper #admin_header nav .item .icon {
    display: none;
  }
  body #admin_wrapper #admin_header nav .item:hover {
    color: rgb(255, 255, 255);
  }
  body #admin_wrapper #admin_header nav .merchant_application {
    order: 2;
  }
  body #admin_wrapper #admin_header nav .user_logout {
    order: 3;
  }
  body #admin_wrapper #admin_header nav .user_login {
    order: 1;
    height: 40%;
    border-bottom: 1px solid #fff;
  }
  body #admin_wrapper #admin_header nav .user_login .user_img {
    background: rgb(255, 255, 255);
    width: 60px;
    height: 60px;
    font-size: 36px;
  }
  body #admin_wrapper #admin_header nav .user_login .user_img .icon {
    display: block;
  }
  body #admin_wrapper #admin_header nav .user_login .list {
    position: relative;
    background: transparent;
    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-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 0;
    row-gap: 0;
    width: 96%;
    height: 40%;
    border-radius: 0;
    padding: 0;
    padding-bottom: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  body #admin_wrapper #admin_header nav .user_login .list .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;
    margin: 5px;
    width: 40%;
    height: auto;
    text-align: center;
  }
  body #admin_wrapper #admin_header nav .user_login .list .item:first-child,
  body #admin_wrapper #admin_header nav .user_login .list .item:last-child {
    border: 0;
    padding: 0;
  }
  body #admin_wrapper #admin_header .admin_logo .logo {
    width: auto;
    text-decoration: none;
  }
  body #admin_wrapper #admin_header .admin_logo .logo img {
    display: none;
  }
  body #admin_wrapper #admin_header .admin_logo .logo .return_words {
    display: flex;
    gap: 6px;
    font-size: 16px;
    color: #363636;
  }
  body #admin_wrapper .admin_contain {
    margin-top: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
  body #admin_wrapper .admin_contain .admin_sidebar {
    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;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    position: relative;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .sidebar_switch {
    display: none;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .m_sidebar_menu {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .m_sidebar_menu
    .header_bar {
    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: 100%;
    min-height: 49px;
    box-shadow: inset 0px -2px 0px #f2f2f2;
    padding-left: 16px;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    .admin_contain
    .admin_sidebar
    .m_sidebar_menu
    .header_bar
    img {
    width: 120px;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .user_identify {
    background: rgb(255, 255, 255);
    border-bottom: 2px solid #f2f2f2;
    padding: 12px 16px;
    box-sizing: border-box;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content {
    display: flex;
    gap: 10px;
    align-items: center;
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content
    .avatar {
    margin: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content
    .avatar
    .user_img {
    font-size: 18px;
    width: 80px;
    height: 80px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content
    .avatar
    .change_avatar_btn {
    font-size: 24px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content
    .user_info {
    text-align: left;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content
    .user_info
    .user_name {
    font-size: 18px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content
    .user_info
    .user_status {
    border-bottom: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content
    .user_info
    .user_level {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify
    .user_identify_content
    .user_status {
    border-bottom: 0;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .user_identify.partner,
  body #admin_wrapper .admin_contain .admin_sidebar .user_identify.member {
    background: rgb(255, 255, 255) !important;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify.partner
    .user_identify_content,
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify.member
    .user_identify_content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify.partner
    .user_identify_content
    .user,
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify.member
    .user_identify_content
    .user {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify.partner
    .user_identify_content
    .user
    .avatar,
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify.member
    .user_identify_content
    .user
    .avatar {
    margin: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify.partner
    .user_identify_content
    .user_status,
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .user_identify.member
    .user_identify_content
    .user_status {
    padding: 0;
    font-size: 14px;
    color: #363636;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    #m_admin_sidebar_list_switch {
    display: block;
    font-size: 30px;
    top: -44px;
    right: 19px;
    position: absolute;
    transition: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .m_admin_sidebar_list_close {
    position: fixed !important;
    font-size: 18px !important;
    top: 15px !important;
    right: 24px !important;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .op_m_admin_sidebar_list {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .op_m_sidebar_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  body #admin_wrapper .admin_contain .admin_sidebar .admin_sidebar_list {
    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;
    background: rgba(0, 0, 0, 0.9);
    font-size: 16px;
    width: 100%;
    margin: 0;
    gap: 10px;
    overflow: auto;
    flex-grow: 1;
    padding: 20px 0;
    box-sizing: border-box;
    background: rgb(255, 255, 255);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(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
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .admin_sidebar_item {
    width: 94%;
    padding-left: 20px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .admin_sidebar_item
    .cusIcon {
    filter: brightness(0) invert(1);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item {
    color: rgb(255, 255, 255);
    margin-bottom: 24px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .admin_sidebar_item
    .admin_sidebar_sub_list
    .admin_sidebar_sub_item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .division {
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 25px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .active
    > span,
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .active
    .icon {
    color: rgb(255, 189, 39);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .active
    .icon.notify {
    filter: invert(90%) sepia(12%) saturate(6329%) hue-rotate(333deg)
      brightness(101%) contrast(106%);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .active
    .menu-icon-open {
    color: rgb(255, 189, 39);
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .active
    .menu-icon-close {
    color: rgb(255, 189, 39);
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .active
    .admin_sidebar_sub_list {
    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;
    width: 100%;
    margin-left: 24px;
    margin-top: 24px;
    -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
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .addition_func {
    display: flex;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .addition_func
    .icon {
    color: #363636;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_sidebar
    .admin_sidebar_list
    .last_item {
    margin-bottom: 24px;
  }
  body #admin_wrapper .admin_contain .admin_canvas {
    width: 100%;
    /***** 帳號設定 *****/
    /***** 更改密碼 *****/
    /***** 偏好設定 *****/
    /***** 我想成為商家 *****/
    /***** 申請其他商家 *****/
    /***** 酷碰卷下載管理 *****/
    /***** 酷碰卷管理 *****/
    /***** ML金幣 *****/
    /***** ML積分 *****/
    /***** ML積分 *****/
    /***** 管理員(審核) *****/
    /***** 管理員(資料匯入) *****/
    /***** 訊息通知 *****/
    /***** 達人分享 *****/
    /***** 商家管理 *****/
    /***** 商家設定 *****/
  }
  body #admin_wrapper .admin_contain .admin_canvas .account_settings > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .account_settings
    .account_settings_contain {
    padding: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .account_settings
    .account_settings_contain
    .main
    .input_list
    .common_item {
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .account_settings
    .account_settings_contain
    .main
    .input_list
    .sex_item {
    width: 21%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .account_settings
    .account_settings_contain
    .main
    .input_list
    .date_item {
    width: 73%;
  }
  body #admin_wrapper .admin_contain .admin_canvas .m_account_profile {
    display: block;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    padding: 4% 7%;
    margin-top: -10px;
    margin-bottom: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify {
    margin: auto;
    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: 10%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user
    .avatar {
    position: relative;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user
    .avatar
    .user_img {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    overflow: hidden;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user
    .avatar
    .user_img
    img {
    width: 100%;
  }

  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user
    .avatar
    .upload_btn {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 24px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user
    .user_info {
    margin-top: 10px;
    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;
    gap: 6px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user
    .user_info
    .user_name {
    font-size: 16px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user
    .user_info
    .user_level {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user_status {
    font-size: 14px;
    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: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_account_profile
    .user_identify
    .user_status
    .status_item {
    display: flex;
  }
  body #admin_wrapper .admin_contain .admin_canvas .changepswd > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .changepswd
    .changepswd_contain
    .main {
    width: 50%;
  }
  body #admin_wrapper .admin_contain .admin_canvas .websetting > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .websetting
    .websetting_contain
    .main
    .site_setting
    .input_list {
    width: 35%;
  }
  body #admin_wrapper .admin_contain .admin_canvas .merchant_application > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_application
    .merchant_application_contain
    .main
    .merchant_application_info {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_application
    .account_settings_contain
    .main
    .input_list
    .common_item {
    width: 100%;
  }
  body #admin_wrapper .admin_contain .admin_canvas .other_application > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain {
    padding: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .other_application_info {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .merchant_select_contain {
    flex-wrap: wrap;
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .merchant_select_contain
    .select_item {
    width: 23%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .merchant_select_contain
    .select_item
    label {
    margin: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .other_application_contain
    .main
    .merchant_select_contain
    .select_item
    label
    .icon {
    margin-right: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .other_application
    .account_settings_contain
    .main
    .input_list
    .common_item {
    width: 100%;
  }
  body #admin_wrapper .admin_contain .admin_canvas .coupon_management > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain {
    padding: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .tabs_list {
    border-bottom: 0;
    padding-bottom: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .tabs_list
    .desktop {
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .tabs_list
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .func_list {
    padding: 0 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .member_coupon_content
    .func_list {
    padding: 0px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info {
    width: calc(100% - 35px);
    gap: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .coupon_img {
    width: 112px;
    height: 112px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .member_coupon_content
    .coupon_item
    .coupon_info {
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .member_coupon_content
    .coupon_item
    .coupon_info
    .imgView_usable,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .member_coupon_content
    .coupon_item
    .coupon_info
    .imgView_coming,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .member_coupon_content
    .coupon_item
    .coupon_info
    .imgView_expired,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .member_coupon_content
    .coupon_item
    .coupon_info
    .imgView_used {
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_used
    .coupon_img,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_expired
    .coupon_img,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_coming
    .coupon_img,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_expiring
    .coupon_img,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .imgView_usable
    .coupon_img {
    flex: 1;
    /* width: 93vw; */
    /* width: 88vw; */
    width: 100%;
    height: 40vh;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .favorite_info {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_info
    .favorite_img {
    width: 140px;
    height: 140px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item
    .coupon_value
    .key_reminder {
    padding: 6px 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coupon_management
    .coupon_management_contain
    .main
    .coupon_list_content
    .coupon_item:hover {
    box-shadow: unset;
    z-index: 1;
  }
  body #admin_wrapper .admin_contain .admin_canvas .m_coupon_management > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain {
    padding: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .m_coupon_tabs_list {
    border-bottom: 0;
    padding-bottom: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .m_coupon_tabs_list
    .desktop {
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .m_coupon_tabs_list
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .func_list {
    padding-left: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item {
    padding: 0;
    margin-bottom: 24px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_info
    .m_coupon_img {
    flex: unset;
    width: 140px;
    height: 140px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_info
    .m_coupon_cell_list
    .m_coupon.title {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_func {
    top: 0;
    right: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_func_bottom {
    margin-top: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_func_bottom
    .put_on_btn {
    margin-right: 16px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item
    .m_coupon_func_bottom
    .btn_list {
    gap: 16px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .m_coupon_management_contain
    .main
    .m_coupon_list_content
    .m_coupon_item:hover {
    box-shadow: unset;
    z-index: 1;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .rwd_separate {
    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: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas {
    /* background: url('../images/coupon/n_coupon_pbg_768.png') no-repeat; */
    /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; */
    width: 352px;
    height: 492px;
    padding: 14px 18px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas
    .card_left {
    width: 100%;
    height: 56.5%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas
    .card_left
    .coupon_info {
    padding-right: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas
    .card_left
    .coupon_info
    .market_logo {
    width: 40%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas
    .card_right {
    width: 100%;
    height: 42.5%;
    /* padding: 10px 10px 0; */
    padding: 10px 0 0 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .preview_item
    .canvas
    .card_right
    .coupon_info {
    /* border-left: 0; */
    /* border-top: 2px dashed rgb(255, 189, 39); */
    /* padding: 0; */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .m_coupon_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .date_item
    .date_input_contain {
    flex-wrap: wrap;
  }
  body #admin_wrapper .admin_contain .admin_canvas .coin_management > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coin_management
    .coin_management_contain {
    padding: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coin_management
    .coin_management_contain
    .coin_tabs_list {
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coin_management
    .coin_management_contain
    .coin_tabs_list
    .desktop {
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coin_management
    .coin_management_contain
    .coin_tabs_list
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .coin_management
    .coin_management_contain
    .main
    .coin_list_content
    .func_list {
    padding: 12px 0;
    margin-bottom: 0;
  }
  body #admin_wrapper .admin_contain .admin_canvas .point_management > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .point_management
    .point_management_contain
    .point_tabs_list {
    flex-wrap: wrap;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .point_management
    .point_management_contain
    .main
    .point_list_content
    .func_list {
    padding: 12px 0;
    margin-bottom: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .admin_management_contain
    .tabs_list {
    flex-direction: column;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .admin_management_contain
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .admin_management_contain
    .tab_select {
    width: 100%;
    padding: 8px 6px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .admin_management_contain
    .func_list_right {
    order: 3;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .admin_management_contain
    .filter_data {
    margin: 0;
    justify-content: space-between;
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .admin_management_contain
    .search_func {
    margin-top: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .admin_management_contain
    .go_up {
    order: 2;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_audit
    .audit_edit_contain
    .main
    .input_list
    .common_item {
    width: 100%;
  }
  body #admin_wrapper .admin_contain .admin_canvas .admin_userlist {
    /***** 管理員(會員資料編輯) *****/
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .merchant_edit_contain
    .main
    .input_list
    .merchant_item {
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .normal_edit_contain
    .main
    .input_list
    .normal_item {
    width: 100%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas {
    /* background: url('../images/coupon/n_coupon_pbg_768.png') no-repeat; */
    /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between; */
    width: 352px;
    height: 492px;
    padding: 14px 18px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas
    .card_left {
    width: 100%;
    height: 56.5%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas
    .card_left
    .coupon_info {
    /* padding-right: 0; */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas
    .card_left
    .coupon_info
    .market_logo {
    width: 40%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas
    .card_right {
    width: 100%;
    height: 42.5%;
    /* padding: 10px 10px 0; */
    padding: 10px 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .preview_item
    .canvas
    .card_right
    .coupon_info {
    /* border-left: 0; */
    /* border-top: 2px dashed rgb(255, 189, 39); */
    /* padding: 0; */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .rwd_separate {
    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: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_userlist
    .coupon_edit_contain
    .main
    .input_list
    .date_item
    .date_input_contain {
    flex-wrap: wrap;
  }
  body #admin_wrapper .admin_contain .admin_canvas .admin_management {
    margin-top: 0;
  }
  body #admin_wrapper .admin_contain .admin_canvas .admin_management > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .tabs_list
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .tabs_list
    .desktop {
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .tabs_list
    .tab_select {
    width: 100%;
    padding: 8px 6px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .tabs_list
    .in_page_select {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .need_bottom_line {
    border-bottom: 0;
    padding-bottom: 0 !important;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .func_list
    .func_right
    .item_data {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .func_list
    .func_item_right
    .item_data {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .func_list
    .func_item
    .desktop {
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    /* Works on Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(153, 153, 153, 0.6) transparent;
    /* Works on Chrome, Edge, and Safari */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content::-webkit-scrollbar {
    height: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content::-webkit-scrollbar-track {
    background: transparent;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content::-webkit-scrollbar-thumb {
    background-color: rgba(153, 153, 153, 0.6);
    border-radius: 20px;
    border: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content
    .admin_item {
    width: 240%;
    padding: 10px 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content
    .admin_item
    .admin_info {
    align-items: center;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content
    .admin_item
    .admin_func {
    margin: 0;
    padding: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content
    .blog_item {
    width: 140%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content
    .blog_item
    .admin_info
    .btn
    .preview_btn {
    max-width: 80%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .db_content
    .desktop {
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: -10px;
    overflow-x: scroll;
    /* Works on Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(153, 153, 153, 0.6) transparent;
    /* Works on Chrome, Edge, and Safari */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content::-webkit-scrollbar {
    height: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content::-webkit-scrollbar-track {
    background: transparent;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content::-webkit-scrollbar-thumb {
    background-color: rgba(153, 153, 153, 0.6);
    border-radius: 20px;
    border: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content
    .admin_item {
    width: 250%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content
    .admin_item
    .admin_info
    .admin_img {
    flex: 0.4;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content
    .admin_item
    .admin_info
    .admin_img
    img {
    width: 8vw;
    height: 5vw;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content
    .admin_item
    .admin_info
    .coupon_img
    img {
    width: 8vw;
    height: 8vw;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content
    .admin_item:last-child
    .admin_func {
    bottom: 50px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .long_list_content
    .admin_item
    .admin_func
    .put_on_status {
    font-size: 14px;
    margin-right: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .list_content {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: -10px;
    overflow-x: scroll;
    /* Works on Firefox */
    scrollbar-width: thin;
    scrollbar-color: rgba(153, 153, 153, 0.6) transparent;
    /* Works on Chrome, Edge, and Safari */
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .list_content::-webkit-scrollbar {
    height: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .list_content::-webkit-scrollbar-track {
    background: transparent;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .list_content::-webkit-scrollbar-thumb {
    background-color: rgba(153, 153, 153, 0.6);
    border-radius: 20px;
    border: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .list_content
    .admin_item {
    width: 130%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .list_content
    .admin_item:last-child
    .admin_func {
    bottom: 50px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .list_content
    .admin_item
    .admin_func
    .put_on_status {
    font-size: 14px;
    margin-right: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item {
    position: relative;
    padding: 8px 0;
    min-height: 40px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .m_func_icon {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .top_ad_img,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .bottom_ad_img {
    flex: 1 !important;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .top_ad_img
    img,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .bottom_ad_img
    img {
    width: 22vw;
    height: 6vw;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .mid_l_ad_img
    img,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .mid_r_ad_img
    img {
    width: 15vw;
    height: 8vw;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .float_ad_img
    img {
    width: 16vw;
    height: 11vw;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .news_ad_img
    img,
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_info
    .charity_ad_img
    img {
    width: 15vw;
    height: 8vw;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .admin_func {
    display: none;
    position: absolute;
    left: 20px;
    bottom: -50px;
    width: max-content;
    background: rgb(255, 255, 255);
    z-index: 2;
    padding: 12px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .admin_item
    .op_admin_func {
    display: flex;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .admin_management
    .admin_management_contain
    .main
    .admin_list_content
    .title {
    min-height: 30px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .msg_management > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain {
    padding: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .tabs_list {
    border-bottom: 0;
    padding-bottom: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .tabs_list
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .tabs_list
    .desktop {
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .func_list {
    padding: 0 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item {
    padding: 12px;
    gap: 10px;
    align-items: flex-start;
    position: relative;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item
    .msg_info {
    gap: 10px;
    align-items: flex-start;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item
    .msg_info
    .msg_img {
    width: 79px;
    height: 79px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item
    .msg_info
    .msg_reply {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    word-break: break-word;
    overflow: hidden;
    width: 95%;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item
    .msg_info
    .msg_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: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    height: 79px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item
    .msg_info
    .msg_func {
    width: 100%;
    justify-content: space-between;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item
    .msg_info
    .msg_func
    .delete_form {
    position: absolute;
    top: 12px;
    right: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .msg_management
    .msg_management_contain
    .main
    .msg_list_content
    .msg_item:hover {
    box-shadow: unset;
    z-index: 1;
  }
  body #admin_wrapper .admin_contain .admin_canvas .blog_management > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain {
    padding: 15px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .blog_tabs_list {
    border-bottom: 0;
    padding-bottom: 0;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .blog_tabs_list
    .mobile {
    display: block;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .blog_tabs_list
    .desktop {
    display: none;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main {
    font-size: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .func_list {
    padding: 0 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .blog_item {
    padding: 12px;
    gap: 12px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .blog_item
    .blog_info {
    gap: 10px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .blog_item
    .blog_info
    .blog_title {
    font-size: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .blog_item
    .blog_info
    .blog_img {
    width: 112px;
    height: 112px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .blog_item
    .blog_func {
    border-top: 1px solid #363636;
    padding-top: 10px;
    gap: 16px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .blog_item
    .blog_func
    .delete_form {
    top: 14px;
    right: 14px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blog_list_content
    .blog_item:hover {
    box-shadow: unset;
    z-index: 1;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .blog_management_contain
    .main
    .blogger_intro_content
    .intro_content
    .input_list
    .common_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: 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: 5px;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .blog_management
    .edit_contain
    .main
    .edit_content
    .input_list
    .rwd_separate {
    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: 5px;
  }
  body #admin_wrapper .admin_contain .admin_canvas .merchant_management > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_management
    .merchant_management_contain {
    padding: 15px !important;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_management
    .merchant_management_contain
    .func_list {
    padding: 0 !important;
  }
  body
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .merchant_setting_management
    > h2 {
    font-size: 16px;
    color: rgb(0, 0, 0);
  }
  #merchant_admin #admin_wrapper .admin_contain .admin_canvas {
    /***** 帳號設定 *****/
  }
  #merchant_admin
    #admin_wrapper
    .admin_contain
    .admin_canvas
    .account_settings
    .account_settings_contain
    .main
    .input_list
    .merchant_item {
    width: 100% !important;
  }
  /* 首頁最新商家 768 以下開始 */
  body #wrapper #newest_shop_partner {
    margin-top: 75px;
  }
  body #wrapper #newest_shop_partner .common_header {
    width: 90%;
  }
  body #wrapper #newest_shop_partner .common_header h2 {
    font-weight: 400;
    font-size: 16px;
  }
  body #wrapper #newest_shop_partner .newest_shop_content {
    width: 95%;
    margin: 10px auto;
    padding-right: 0px;
    margin-right: 0px;
  }
  body #wrapper #newest_shop_partner .newest_shop_content .shop_partner_item {
    /* width: 22vw;
    height: 25.8vw; */
    width: 13.5vw;
    height: 16.5vw;
    display: flex;
    flex-direction: column;
  }
  body
    #wrapper
    #newest_shop_partner
    .newest_shop_content
    .shop_partner_item:first-child {
    margin-left: 0px;
  }
  body
    #wrapper
    #newest_shop_partner
    .newest_shop_content
    .shop_partner_item
    .imgView {
    display: flex;
    flex-direction: column;
  }
  body #wrapper #newest_shop_partner .newest_shop_content .shop_name {
    top: unset;
    display: flex;
    position: relative;
    margin-top: auto;
    margin-bottom: -10px;
  }
  body #wrapper #newest_shop_partner .newest_shop_content .shop_name h2 {
    font-size: 12px;
    line-height: 14px;
    color: #363636;
  }
  body #wrapper #newest_shop_partner .owl-theme .owl-nav .owl-prev {
    display: none;
  }
  body #wrapper #newest_shop_partner .owl-theme .owl-nav .owl-next {
    display: none;
  }
  body #wrapper #hot_shop_partner .common_header {
    width: 90%;
  }
  body #wrapper #hot_shop_partner .common_header h2 {
    font-weight: 400;
    font-size: 16px;
  }
  body #wrapper #hot_shop_partner {
    /* margin-top: -12px; */
    margin-top: 0px;
  }
  body #wrapper #hot_shop_partner .hot_shop_content {
    width: 95%;
    margin: 10px auto;
    margin-right: 0px;
  }
  body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item {
    /* width: 22vw; */
    /* width: 40vw; */
    width: 37vw;
    /* height: 21.8vw; */
    height: 124px;
  }
  body #wrapper #hot_shop_partner .hot_shop_content .shop_partner_item:hover {
    box-shadow: none;
  }
  body
    #wrapper
    #hot_shop_partner
    .hot_shop_content
    .shop_partner_item
    .BigimgView {
    /* height: 33%; */
    height: 100%;
  }
  body
    #wrapper
    #hot_shop_partner
    .hot_shop_content
    .shop_partner_item
    .shop_info {
    height: 100%;
  }
  body
    #wrapper
    #hot_shop_partner
    .hot_shop_content
    .shop_partner_item
    .shop_info
    .imgView {
    /* padding: 12px; */
    margin: 12px;
    padding: 0px;
    align-items: flex-start;
    width: 60px;
    height: 60px;
  }
  body
    #wrapper
    #hot_shop_partner
    .hot_shop_content
    .shop_partner_item
    .shop_info
    .imgView
    img {
    /* width: 60px;
    height: 60px; */
    width: 100%;
    height: 100%;
  }
  body
    #wrapper
    #hot_shop_partner
    .hot_shop_content
    .shop_partner_item
    .shop_info
    .info {
    padding: 0px;
    /* margin-top: 25px; */
    margin-top: 20px;
  }
  body
    #wrapper
    #hot_shop_partner
    .hot_shop_content
    .shop_partner_item
    .shop_info
    .info
    .shop_name
    h2 {
    font-size: 12px;
    line-height: 14px;
  }
  body
    #wrapper
    #hot_shop_partner
    .hot_shop_content
    .shop_partner_item
    .shop_info
    .info
    .location {
    font-size: 12px;
    line-height: 14px;
  }
  body
    #wrapper
    #hot_shop_partner
    .hot_shop_content
    .shop_partner_item
    .shop_info
    .info
    .rate {
    display: none;
  }

  /* 首頁最新商家 768 以上結束 */

  /* 商家首頁 768-581 */
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items {
    /* grid-template-columns: repeat(5, auto); */
    grid-template-columns: repeat(5, 16%);
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item {
    /* width: 102px; */
    width: 100%;
    border: none;
    padding: 10px;
    flex-direction: column;
    align-items: center;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item:hover {
    box-shadow: none;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item
    .partners_result_image {
    margin-right: 0px;
    width: 60px;
    height: 60px;
    border-radius: 500px;
    overflow: hidden;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item
    .partners_result_image
    img {
    /* width: 60px;
    height: 60px; */
    width: 100%;
    height: 100%;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item
    .information {
    margin-top: 12px;
    align-items: center;
    gap: 0px;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item
    .information
    h2 {
    font-size: 12px;
    text-align: center;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item
    .information
    .location {
    display: none;
  }
  body
    #wrapper
    #myanLife_search_result
    .result_content
    .result_list
    .partners_result_items
    .partners_result_item
    .information
    .rate {
    font-size: 12px;
  }

  body.freeze {
    overflow: hidden !important;
  }
}
