.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.link-default {
  text-decoration: none;
  outline: none;
}
.hide {
  opacity: 0;
  visibility: hidden;
}
.show {
  opacity: 1;
  visibility: visible;
}
/** animate **/
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.scaleRotateAnimateDisplay {
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
}
.scaleRotateAnimateDisplayN {
  -webkit-transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  transform: scale(0) rotate(0deg);
}
.opacityDisplay {
  opacity: 0;
  visibility: hidden;
}
.couponBg {
  background: #ffbd27;
  background: -moz-linear-gradient(top, #ffbd27 0%, #ff6d00 99%);
  background: -webkit-linear-gradient(top, #ffbd27 0%, #ff6d00 99%);
  background: linear-gradient(to bottom, #ffbd27 0%, #ff6d00 99%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbd27', endColorstr='#ff6d00', GradientType=0);
}
.material_checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.material_checkbox .checkbox {
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 0;
}
.material_checkbox .checkbox:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #363636;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.material_checkbox .checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: #f2f2f2;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
}
.material_checkbox .checkbox:checked:before {
  height: 6px;
  border-color: #ffbd27;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.material_radio input[type="radio"] {
  display: none;
}
.material_radio input[type="radio"] + label {
  cursor: pointer;
}
.material_radio input[type="radio"] + label::before {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #363636;
  border: 0px solid #363636;
  font-size: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translate(-50%, 50%);
}
.material_radio input[type="radio"] + label::after {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #363636;
  position: absolute;
  bottom: 10px;
  left: 10px;
  transform: translate(-50%, 50%);
}
.material_radio input[type="radio"]:checked + label::before {
  background-color: transparent;
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.material_radio input[type="radio"]:checked + label::after {
  width: 8px;
  height: 8px;
}
body #wrapper {
  /***** banner控制 *****/
  /***** nav背景 *****/
  /***** 六大選單 Nav 開關 *****/
  /***** 六大選單 Nav  *****/
  /***** 手機板首頁 search_bar *****/
  /***** 分類頁 search_bar *****/
}
body #wrapper #myanLife_MainVisual {
  margin-top: 115px;
}
body #wrapper .nav_background {
  position: fixed;
  top: 55px;
  width: 100vw;
  height: 60px;
  background: rgb(255, 255, 255);
  z-index: 2;
}
body #wrapper #m_list_Navigation_switch {
  display: none;
  color: rgb(0, 0, 0);
  position: fixed;
  top: 18px;
  right: 50px;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper .m_list_close {
  right: 15px !important;
  color: rgb(255, 255, 255) !important;
  z-index: 99999 !important;
}
body #wrapper #myanLife_list_Navigation {
  position: fixed;
  top: 65px;
  left: 24px;
  width: 97%;
  margin: auto;
  padding: 0;
  z-index: 2;
}
body #wrapper #myanLife_list_Navigation .nav_background {
  position: fixed;
  background: #ccc;
  width: 100%;
  top: 75px;
  z-index: 2;
}
body #wrapper #myanLife_list_Navigation .nav_content_list {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
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: 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;
  color: #363636;
  height: 35px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -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:hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:hover span:after {
  width: 100%;
  border-radius: 0 50px 50px 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:hover .icon {
  border-radius: 50% 0 0 50%;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-left: -5px;
  padding: 0 10px;
  height: 35px;
  flex-shrink: 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item > span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 35px;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(1) .icon {
  background: rgb(70, 211, 205);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(1):hover {
  color: rgb(70, 211, 205);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(1):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(1):hover span:after {
  background: rgb(70, 211, 205);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(2) .icon {
  background: #FFC90C;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(2):hover {
  color: #FFC90C;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(2):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(2):hover span:after {
  background: #FFC90C;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(3) .icon {
  background: rgb(108, 187, 90);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(3):hover {
  color: rgb(108, 187, 90);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(3):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(3):hover span:after {
  background: rgb(108, 187, 90);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(4) .icon {
  background: rgb(255, 186, 181);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(4):hover {
  color: rgb(255, 186, 181);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(4):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(4):hover span:after {
  background: rgb(255, 186, 181);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(5) .icon {
  background: rgb(83, 155, 52);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(5):hover {
  color: rgb(83, 155, 52);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(5):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(5):hover span:after {
  background: rgb(83, 155, 52);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:last-child {
  margin: 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:last-child .icon {
  background: rgb(216, 35, 22);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:last-child:hover {
  color: rgb(216, 35, 22);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:last-child:hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .item:last-child:hover span:after {
  background: rgb(216, 35, 22);
}
body #wrapper #myanLife_list_Navigation .nav_content_list .travel_active span {
  color: rgb(255, 255, 255);
  background: rgb(70, 211, 205);
  border-radius: 0 50px 50px 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .travel_active .icon {
  border-radius: 50% 0 0 50%;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .food_active span {
  color: rgb(255, 255, 255);
  background: #FFC90C;
  border-radius: 0 50px 50px 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .food_active .icon {
  border-radius: 50% 0 0 50%;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .hotel_active span {
  color: rgb(255, 255, 255);
  background: rgb(108, 187, 90);
  border-radius: 0 50px 50px 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .hotel_active .icon {
  border-radius: 50% 0 0 50%;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .fun_active span {
  color: rgb(255, 255, 255);
  background: rgb(255, 186, 181);
  border-radius: 0 50px 50px 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .fun_active .icon {
  border-radius: 50% 0 0 50%;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .blog_active span {
  color: rgb(255, 255, 255);
  background: rgb(83, 155, 52);
  border-radius: 0 50px 50px 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .blog_active .icon {
  border-radius: 50% 0 0 50%;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .charity_active span {
  color: rgb(255, 255, 255);
  background: rgb(216, 35, 22);
  border-radius: 0 50px 50px 0;
}
body #wrapper #myanLife_list_Navigation .nav_content_list .charity_active .icon {
  border-radius: 50% 0 0 50%;
}
body #wrapper #m_search_switch {
  right: 80px;
}
body #wrapper #myanLife_global_search {
  display: none;
}
body #wrapper #global_header_search {
  display: block;
  position: fixed;
  z-index: 11;
  top: 8px;
  left: 180px;
  height: 60px;
  border-radius: 30px;
  width: 40%;
}
body #wrapper #global_header_search .search_box .search_input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  font-size: 14px;
  background: #F2F2F2;
  border-radius: 30px;
  padding: 10px;
}
body #wrapper #global_header_search .search_box .search_input .input_container {
  width: 90%;
}
body #wrapper #global_header_search .search_box .search_input .input_container input {
  width: 100%;
  border: none;
  background: transparent;
  padding: 0;
}
body #wrapper #global_header_search .search_box .search_input button {
  background: transparent;
  border: none;
}
body #wrapper #global_header_search .search_box .search_input:hover {
  border: 1px solid #F6AB00;
  background: rgb(255, 255, 255) !important;
}
body #wrapper #global_header_search .search_box .search_input:hover button {
  color: #F6AB00;
}
body #wrapper #global_header_search .h_hot_search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  background: rgb(255, 255, 255);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #global_header_search .h_hot_search h2 {
  flex-shrink: 0;
}
body #wrapper #global_header_search .h_hot_search .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  margin-left: 5px;
  gap: 10px;
  cursor: pointer;
}
body #wrapper #global_header_search .h_hot_search .list .item {
  border: 1px solid #363636;
  border-radius: 5px;
  padding: 5px 10px;
  color: #363636;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #global_header_search .h_hot_search .list .item:last-child {
  margin: 0;
}
body #wrapper #global_header_search .h_hot_search .list .item:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #global_header_search .focus {
  border: 1px solid #F6AB00;
  background: rgb(255, 255, 255) !important;
}
body #wrapper #global_header_search .focus button {
  color: #F6AB00;
}
body #wrapper #global_header_search .hide {
  display: none;
}



/***** 我的票夾Nav *****/
body #admin_wrapper #m_search_switch {
  /* right: 80px; */
}
body #admin_wrapper #m_list_Navigation_switch {
  display: none;
  color: rgb(0, 0, 0);
  position: fixed;
  top: 18px;
  right: 50px;
  z-index: 11;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation {
  position: fixed;
  top: 65px;
  left: 24px;
  width: 97%;
  margin: auto;
  padding: 0;
  z-index: 2;
}
body #admin_wrapper #myanLife_list_Navigation .nav_background {
  position: fixed;
  background: #ccc;
  width: 100%;
  top: 75px;
  z-index: 2;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  font-size: 14px;
  color: #363636;
  height: 35px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item .icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -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:hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:hover span:after {
  width: 100%;
  border-radius: 0 50px 50px 0;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:hover .icon {
  border-radius: 50% 0 0 50%;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item > span {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  position: relative;
  margin-left: -5px;
  padding: 0 10px;
  height: 35px;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item > span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 35px;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(1) .icon {
  background: rgb(70, 211, 205);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(1):hover {
  color: rgb(70, 211, 205);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(1):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(1):hover span:after {
  background: rgb(70, 211, 205);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(2) .icon {
  background: #FFC90C;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(2):hover {
  color: #FFC90C;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(2):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(2):hover span:after {
  background: #FFC90C;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(3) .icon {
  background: rgb(108, 187, 90);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(3):hover {
  color: rgb(108, 187, 90);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(3):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(3):hover span:after {
  background: rgb(108, 187, 90);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(4) .icon {
  background: rgb(255, 186, 181);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(4):hover {
  color: rgb(255, 186, 181);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(4):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(4):hover span:after {
  background: rgb(255, 186, 181);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(5) .icon {
  background: rgb(83, 155, 52);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(5):hover {
  color: rgb(83, 155, 52);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(5):hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:nth-child(5):hover span:after {
  background: rgb(83, 155, 52);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:last-child {
  margin: 0;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:last-child .icon {
  background: rgb(216, 35, 22);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:last-child:hover {
  color: rgb(216, 35, 22);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:last-child:hover span {
  color: rgb(255, 255, 255);
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .item:last-child:hover span:after {
  background: rgb(216, 35, 22);
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .travel_active span {
  color: rgb(255, 255, 255);
  background: rgb(70, 211, 205);
  border-radius: 0 50px 50px 0;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .travel_active .icon {
  border-radius: 50% 0 0 50%;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .food_active span {
  color: rgb(255, 255, 255);
  background: #FFC90C;
  border-radius: 0 50px 50px 0;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .food_active .icon {
  border-radius: 50% 0 0 50%;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .hotel_active span {
  color: rgb(255, 255, 255);
  background: rgb(108, 187, 90);
  border-radius: 0 50px 50px 0;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .hotel_active .icon {
  border-radius: 50% 0 0 50%;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .fun_active span {
  color: rgb(255, 255, 255);
  background: rgb(255, 186, 181);
  border-radius: 0 50px 50px 0;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .fun_active .icon {
  border-radius: 50% 0 0 50%;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .blog_active span {
  color: rgb(255, 255, 255);
  background: rgb(83, 155, 52);
  border-radius: 0 50px 50px 0;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .blog_active .icon {
  border-radius: 50% 0 0 50%;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .charity_active span {
  color: rgb(255, 255, 255);
  background: rgb(216, 35, 22);
  border-radius: 0 50px 50px 0;
}
body #admin_wrapper #myanLife_list_Navigation .nav_content_list .charity_active .icon {
  border-radius: 50% 0 0 50%;
}
/***** 我的票夾Nav結束 *****/
@media (max-width: 1440px) {
  body #wrapper {
    /***** 首頁 nav *****/
    /***** 分類頁 search_bar *****/
  }
  body #wrapper #header .h_item {
    display: none;
  }
  body #wrapper #header .s_item {
    display: flex;
  }
  body #wrapper #header .user_login .list .s_item {
    display: block;
  }
  body #wrapper #global_header_search {
    width: 39%;
  }
}
