.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;
}
body #wrapper {
  /***** 達人分享首頁 *****/
  /***** 達人搜尋結果頁*****/
  /***** 新進達人推薦 *****/
}
body #wrapper #myanLife_MainVisual.post {
  width: 70%;
  height: 35vw;
  margin: 115px auto 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
body #wrapper #myanLife_MainVisual.post .myanLife_banner a {
  width: 100%;
  height: 100%;
}
body #wrapper #myanLife_sharing {
  margin-top: 40px;
}
body #wrapper #myanLife_sharing .sharing_header {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -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: 80%;
  margin: auto;
  gap: 24px;
}
body #wrapper #myanLife_sharing .sharing_header .myanLife_Slogan {
  text-align: center;
  font-size: 28px;
}
body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox {
  width: 33%;
  background: rgb(247, 247, 247);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox .sharing_search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -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: 95%;
  font-size: 18px;
  margin: auto;
  border-bottom: 1px solid #222;
}
body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox .sharing_search .sharing_search_input {
  background: transparent;
  border: 0;
  width: 90%;
  padding: 8px 5px;
}
body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox .sharing_search .sharing_search_input::-webkit-input-placeholder {
  font-size: 18px;
}
body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox .sharing_search .sharing_search_input::-moz-placeholder {
  font-size: 18px;
}
body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox .sharing_search .sharing_search_input:-ms-input-placeholder {
  font-size: 18px;
}
body #wrapper #myanLife_sharing .sharing_header #myanLife_local_searchBox .sharing_search .sharing_search_btn {
  background: transparent;
  font-size: 22px;
  padding: 5px 15px;
  border: 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_sharing .sharing_header #myanLife_local_searchBox .sharing_search .sharing_search_btn:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .sharing_content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 20px;
  width: 80%;
  margin: auto;
  margin-bottom: 25px;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item {
  position: relative;
  height: 215px;
  overflow: hidden;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  font-size: 14px;
  color: rgb(255, 255, 255);
  width: auto;
  padding: 10px;
  right: 0;
  bottom: 12px;
  overflow: hidden;
  z-index: 2;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info h2 {
  min-height: 18px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info .article_counter,
body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info .evaluation {
  font-size: 14px;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info .article_counter span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info .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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .sharing_info .evaluation .icon {
  color: rgb(255, 234, 0);
  font-size: 12px;
  margin: auto 2px;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .favorite_add {
  position: absolute;
  top: 10px;
  right: 10px;
  color: rgba(0, 0, 0, 0.23);
  padding: 8px;
  background: rgb(255, 255, 255);
  border-radius: 50px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .favorite_add:hover .tba.active {
  color: rgb(0, 0, 0);
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .favorite_add .heart_btn {
  display: none;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .favorite_add .liked {
  color: #DE5D54;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item .favorite_add .active {
  display: block;
}
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: 450px;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item:first-child .sharing_info {
  background: none;
  width: auto;
  height: auto;
  align-items: center;
  font-size: 16px;
  color: #363636;
  top: 0;
  left: 0;
  bottom: 0;
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item:first-child .sharing_info h2 {
  font-size: 32px;
  margin-bottom: 24px;
  overflow: visible;
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item:first-child .sharing_info .des {
  text-align: center;
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item:first-child:hover img {
  -webkit-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
body #wrapper #myanLife_sharing .sharing_content .sharing_item:hover img {
  -webkit-transform: scale(1.5) rotate(15deg);
  -moz-transform: scale(1.5) rotate(15deg);
  -o-transform: scale(1.5) rotate(15deg);
  transform: scale(1.5) rotate(15deg);
}
body #wrapper #myanLife_sharing .sharing_content #myanLife_local_searchBox {
  grid-column-start: 3;
  grid-column-end: 7;
  grid-row-start: 1;
}
body #wrapper #myanLife_sharing .pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanLife_sharing .pagination ul li {
  color: #363636;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .pagination ul li > a,
body #wrapper #myanLife_sharing .pagination ul li > span {
  color: #363636;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .pagination ul li:hover > a,
body #wrapper #myanLife_sharing .pagination ul li:hover > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing .pagination ul .active > a,
body #wrapper #myanLife_sharing .pagination ul .active > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing .sharing_author {
  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;
  width: 80%;
  margin: auto;
  margin-bottom: 54px;
  gap: 50px;
}
body #wrapper #myanLife_sharing .sharing_author .author_img {
  width: 210px;
  height: 210px;
}
body #wrapper #myanLife_sharing .sharing_author .author_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
body #wrapper #myanLife_sharing .sharing_author .author_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: 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: 18px;
  margin-top: 2%;
  flex: 1;
  gap: 24px;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_about {
  border-right: 2px solid #363636;
  padding-right: 54px;
}
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: 24px;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_about .name span {
  margin-left: 4px;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_about .name .icon {
  color: #FFBD27;
  margin-left: 4px;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_about .name .icon:hover {
  color: #FFEA00;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_about .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;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_about .evaluation > div {
  margin-right: 4px;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_about .evaluation .icon {
  margin: 0 1px;
  color: #FFEA00;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_des {
  flex: 1;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_des h3 {
  margin-bottom: 24px;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_des .data {
  line-height: 1.2em;
  text-align: justify;
  width: 100%;
  height: 110px;
  overflow: auto;
  /* Works on Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(153, 153, 153, 0.6) transparent;
  /* Works on Chrome, Edge, and Safari */
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_des .data::-webkit-scrollbar {
  width: 5px;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_des .data::-webkit-scrollbar-track {
  background: transparent;
}
body #wrapper #myanLife_sharing .sharing_author .author_info .author_des .data::-webkit-scrollbar-thumb {
  background-color: rgba(153, 153, 153, 0.6);
  border-radius: 20px;
  border: none;
}
body #wrapper #myanLife_sharing .sharing_author_list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 24px;
  row-gap: 24px;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}
body #wrapper #myanLife_sharing .sharing_author_list .sharing_author_list_item {
  position: relative;
  height: 36.93vh;
  overflow: hidden;
  text-decoration: none;
  outline: none;
}
body #wrapper #myanLife_sharing .sharing_author_list .sharing_author_list_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body #wrapper #myanLife_sharing .sharing_author_list .sharing_author_list_item .sharing_author_item_info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgb(255, 255, 255);
  z-index: 2;
  width: 80%;
  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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanLife_sharing .sharing_author_list .sharing_author_list_item .sharing_author_item_info h2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_sharing .sharing_author_list .sharing_author_list_item:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(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_sharing .sharing_author_list .sharing_author_list_item:hover img {
  -webkit-transform: scale(1.5) rotate(15deg);
  -moz-transform: scale(1.5) rotate(15deg);
  -o-transform: scale(1.5) rotate(15deg);
  transform: scale(1.5) rotate(15deg);
}
body #wrapper #myanLife_sharing .sharing_author_list .sharing_author_list_item:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  z-index: 1;
}
body #wrapper #myanLife_sharing .pagination {
  margin: auto;
  margin-bottom: 100px;
}
body #wrapper #myanLife_sharing .pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanLife_sharing .pagination ul li {
  color: #363636;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .pagination ul li > a,
body #wrapper #myanLife_sharing .pagination ul li > span {
  color: #363636;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .pagination ul li:hover > a,
body #wrapper #myanLife_sharing .pagination ul li:hover > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing .pagination ul .active > a,
body #wrapper #myanLife_sharing .pagination ul .active > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing .load_more {
  width: 80%;
  margin: 100px auto;
  margin-top: 0;
  text-align: center;
}
body #wrapper #myanLife_sharing .load_more > .icon {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .load_more > .icon:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .author_article {
  width: 70%;
  margin: auto;
  margin-bottom: 100px;
  border-bottom: 1px solid #363636;
  padding-bottom: 50px;
}
body #wrapper #myanLife_sharing .author_article .article_header {
  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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #363636;
  padding-bottom: 10px;
  margin-bottom: 24px;

}
body #wrapper #myanLife_sharing .author_article .article_header .article_title {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  gap: 20px;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_title .favorite_add {
  color: rgba(0, 0, 0, 0.23);
  font-size: 14px;
  cursor: pointer;

  min-width: 120px;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_title .favorite_add:hover .tba.active {
  color: rgb(0, 0, 0);
}
body #wrapper #myanLife_sharing .author_article .article_header .article_title .favorite_add .icon {
  margin-right: 5px;
  font-size: 18px;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_title .favorite_add .heart_btn {
  display: none;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_title .favorite_add .liked {
  color: #DE5D54;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_title .favorite_add .active {
  display: block;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend {
  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%;
  font-size: 14px;
  margin-top: 12px;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .article_recommend_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: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .article_recommend_list .author {
  margin-right: 12px;
  text-decoration: none;
  outline: none;
  color: #363636;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .article_recommend_list .author > span {
  margin-right: 5px;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .article_recommend_list .author:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .article_recommend_list .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: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-right: 12px;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .article_recommend_list .evaluation .icon {
  color: rgb(255, 234, 0);
  font-size: 12px;
  margin: 2px;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .article_recommend_list .hit {
  margin-right: 12px;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharing_social_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: 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;
  font-size: 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 #myanLife_sharing .author_article .article_header .article_recommend .sharing_social_list .social_list_item {
  cursor: pointer;
  margin-right: 12px;
  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_sharing .author_article .article_header .article_recommend .sharing_social_list .social_list_item:first-child {
  color: #4267b2;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharing_social_list .social_list_item:nth-child(2) {
  color: #00b900;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharing_social_list .social_list_item:nth-child(3) {
  color: #1AAD19;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharing_social_list .social_list_item:last-child {
  color: #59267c;
  margin-right: 0;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharing_social_list .social_list_item:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharing_social_list .social_btn {
  display: none;
  background: rgb(70, 211, 205);
  color: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharethis-inline-share-buttons {
  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;
  z-index: 1;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharethis-inline-share-buttons .st-btn img {
  max-width: 100%;
}
body #wrapper #myanLife_sharing .author_article .article_header .article_recommend .sharethis-inline-share-buttons .st-btn.st-last {
  display: block !important;
  background-color: #FFBAB5;
}
body #wrapper #myanLife_sharing .author_article .article_content .data {
  line-height: 1.3em;
}
body #wrapper #myanLife_sharing .author_article .article_content .data img {
  width: 100%;
  height: 100%;
  margin: 12px auto;
}
body #wrapper #myanLife_sharing .traveler_comment {
  width: 70%;
  margin: auto;
  border-radius: 0;
  border-bottom: 1px solid #363636;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
body #wrapper #myanLife_sharing .traveler_comment h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
body #wrapper #myanLife_sharing .traveler_comment .starrate {
  color: rgb(255, 234, 0);
  cursor: pointer;
}
body #wrapper #myanLife_sharing .traveler_comment .starrate span.ctrl {
  position: absolute;
  z-index: 2;
}
body #wrapper #myanLife_sharing .traveler_comment .starrate .cont {
  font-size: 24px;
}
body #wrapper #myanLife_sharing .traveler_comment .starrate .saved {
  color: rgb(255, 234, 0);
}
body #wrapper #myanLife_sharing .traveler_comment .starrate .saved:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_comment .starrate:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_comment .starrate .display_val {
  width: 40px;
  border: 0;
  padding: 0;
  margin: 0;
  font-size: 24px;
  color: rgb(255, 234, 0);
}
body #wrapper #myanLife_sharing .traveler_comment .input_container {
  margin-top: 24px;
}
body #wrapper #myanLife_sharing .traveler_comment .input_container .comment_title {
  margin-bottom: 12px;
}
body #wrapper #myanLife_sharing .traveler_comment .input_container .comment_textarea {
  width: 50%;
  border-radius: 3px;
  border: 1px solid #363636;
  padding: 10px;
  min-height: 100px;
  overflow: hidden;
  resize: 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_sharing .traveler_comment .input_container .comment_textarea:hover,
body #wrapper #myanLife_sharing .traveler_comment .input_container .comment_textarea:focus,
body #wrapper #myanLife_sharing .traveler_comment .input_container .comment_textarea:active {
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_comment .comment_btn {
  background: none;
  border-radius: 3px;
  border: 1px solid #363636;
  padding: 5px 50px;
  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 #myanLife_sharing .traveler_comment .comment_btn.desktop:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_comment .mobile {
  display: none;
}
body #wrapper #myanLife_sharing .traveler_msg_content {
  width: 70%;
  margin: auto;
  margin-bottom: 100px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #363636;
  border-radius: 0;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: 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;
  font-weight: bold;
  margin-bottom: 24px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .traveler_img {
  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;
  border: 1px solid #363636;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  font-size: 24px;
  overflow: hidden;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .traveler_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: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .traveler_info .traveler_name {
  margin-right: 15px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .traveler_info .msg_time {
  font-size: 12px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .traveler_info .msg_time > .date {
  margin-left: 5px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .traveler_info .msg_time > time {
  margin-left: 5px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .traveler_info .traveler_star {
  color: rgb(255, 234, 0);
  width: 100%;
  margin-top: 10px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .tool {
  position: absolute;
  right: 24px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .tool .icon {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .tool .icon:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .tool .active {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .tool .tool_list {
  background: rgba(54, 54, 54, 0.95);
  position: absolute;
  width: 125px;
  border-radius: 5px;
  font-size: 14px;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  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_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .tool .tool_list .tool_item {
  cursor: pointer;
  color: rgb(255, 255, 255);
  padding: 12px;
  -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_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .tool .tool_list .tool_item:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item > header .tool .show_tool_list {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .msg_data {
  text-align: justify;
  line-height: 1.4em;
  margin-left: 60px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .edit_save_btn {
  display: none;
  background: rgb(255, 189, 39);
  border-radius: 3px;
  border: none;
  color: rgb(255, 255, 255);
  padding: 5px 50px;
  margin: auto;
  margin-right: 0;
  margin-top: 12px;
  -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_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .edit_save_btn:hover {
  background: rgb(255, 234, 0);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .show_edit_save_btn {
  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-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content {
  margin-left: 60px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item {
  background: #f7f7f7;
  border-radius: 5px;
  margin-top: 24px;
  padding: 12px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  font-weight: bold;
  margin-bottom: 24px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .name {
  margin-right: 15px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .reply_time {
  font-size: 12px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .reply_time > .date {
  margin-left: 5px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .reply_time > time {
  margin-left: 5px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .tool {
  position: absolute;
  right: 12px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .tool .icon {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .tool .icon:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .tool .active {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .tool .tool_list {
  background: rgba(54, 54, 54, 0.95);
  position: absolute;
  width: 125px;
  border-radius: 5px;
  font-size: 14px;
  right: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  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_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .tool .tool_list .tool_item {
  cursor: pointer;
  color: rgb(255, 255, 255);
  padding: 12px;
  -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_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .tool .tool_list .tool_item:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item > header .tool .show_tool_list {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item .reply_data {
  text-align: justify;
  line-height: 1.4em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item .reply_data .marking {
  color: rgb(255, 189, 39);
  margin-right: 4px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply_item .more_reply_data {
  -webkit-line-clamp: inherit;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply {
  position: relative;
  background: #f7f7f7;
  border-radius: 5px;
  margin-top: 24px;
  padding: 12px;
  z-index: 1;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .reply_btn {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .reply_btn.active {
  margin-bottom: 15px;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .reply_from .reply_area {
  box-sizing: border-box;
  width: 100%;
  margin-top: 12px;
  resize: none;
  overflow: hidden;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .reply_from .reply_style {
  background: rgb(255, 189, 39);
  border-radius: 3px;
  border: none;
  color: rgb(255, 255, 255);
  padding: 5px 50px;
  margin-top: 12px;
  -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_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .reply_from .reply_style:hover {
  background: rgb(255, 234, 0);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .reply_from .active {
  color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .mark_list {
  background: rgba(204, 204, 204, 0.85);
  position: absolute;
  height: 195px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  top: 42px;
  left: 33px;
  overflow: hidden;
  overflow-y: scroll;
  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_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .mark_list .mark_item {
  cursor: pointer;
  padding: 12px;
  -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_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .mark_list .mark_item:hover {
  color: rgb(0, 0, 0);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .mark_list::-webkit-scrollbar-track {
  background-color: transparent;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .mark_list::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .mark_list::-webkit-scrollbar-thumb {
  background-color: rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .show_mark_list {
  opacity: 1;
  visibility: visible;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_msg_list .traveler_msg_item .reply_content .reply .hide_reply_form {
  display: none;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_pagination ul li {
  color: #363636;
  border-radius: 3px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_pagination ul li > a,
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_pagination ul li > span {
  color: #363636;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_pagination ul li:hover > a,
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_pagination ul li:hover > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_pagination ul .active > a,
body #wrapper #myanLife_sharing .traveler_msg_content .traveler_pagination ul .active > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing_search_result {
  width: 80%;
  margin: 100px auto;
}
body #wrapper #myanLife_sharing_search_result .sharing_search {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: 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;
  font-size: 18px;
  padding: 15px;
  margin-bottom: 24px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search .sharing_search_input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #363636;
  border-radius: 0;
  margin-right: 24px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search .sharing_search_input::-webkit-input-placeholder {
  font-size: 18px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search .sharing_search_input::-moz-placeholder {
  font-size: 18px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search .sharing_search_input:-ms-input-placeholder {
  font-size: 18px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search .sharing_search_btn {
  background: transparent;
  font-size: 22px;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #363636;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing_search_result .sharing_search .sharing_search_btn:hover {
  color: rgb(255, 189, 39);
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_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;
  background: rgb(247, 247, 247);
  border-radius: 10px;
  height: 250px;
  font-size: 14px;
  margin-bottom: 24px;
  color: #363636;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .sharing_image {
  width: 475px;
  height: 100%;
  overflow: hidden;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .sharing_image img {
  width: 100%;
  height: 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_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .information {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 24px;
  color: #363636;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .information .sharing_search_header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -o-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .information .sharing_search_header .sharing_search_title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 12px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .information .sharing_search_header .sharing_author {
  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;
  width: 100%;
  margin-top: 12px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .information .sharing_search_header .sharing_author .sharing_search_join_date {
  margin-left: 10px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .information .sharing_search_header .sharing_author .sharing_search_join_date > time {
  margin-left: 5px;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item .information .data {
  line-height: 1.2em;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item:last-child {
  margin: 0;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .sharing_search_item:hover .sharing_image img {
  -webkit-transform: rotate(3deg) scale(1.1);
  -moz-transform: rotate(3deg) scale(1.1);
  -o-transform: rotate(3deg) scale(1.1);
  transform: rotate(3deg) scale(1.1);
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul li {
  color: #363636;
  border-radius: 3px;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul li > a,
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul li > span {
  color: #363636;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul li:hover {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul li:hover > a,
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul li:hover > span {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul .active {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul .active > a,
body #wrapper #myanLife_sharing_search_result .sharing_search_result .sharing_search_list .pagination ul .active > span {
  color: rgb(255, 255, 255);
}
body #wrapper #myanLife_blog_recommend {
  margin-top: 100px;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 80%;
  font-size: 28px;
  font-weight: bold;
  margin: auto;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_header::before {
  content: "";
  background: rgb(255, 189, 39);
  position: absolute;
  width: 9vw;
  height: 100%;
  left: -13%;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  width: 80%;
  margin: 50px auto;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 14.8vw;
  height: 14.8vw;
  color: #363636;
  text-decoration: none;
  outline: none;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 500px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(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_blog_recommend .blog_recommend_content .blog_recommend_item .imgView {
  width: 100%;
  height: 100%;
  border-radius: 500px;
  overflow: hidden;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item .imgView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item .data {
  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;
  position: absolute;
  font-size: 14px;
  padding: 0;
  color: rgb(255, 255, 255);
  z-index: 2;
  width: 70%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item .data .name {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: normal;
  word-break: break-word;
  overflow: hidden;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item .data .article_counter,
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item .data .evaluation {
  font-size: 14px;
}
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;
  gap: 2px;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item .data .evaluation div {
  width: 100%;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item .data .evaluation .icon {
  color: rgb(255, 234, 0);
  font-size: 12px;
  margin: auto 2px;
}
body #wrapper #myanLife_blog_recommend .blog_recommend_content .blog_recommend_item:hover:before {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
body #wrapper #myanLife_blog_recommend .owl-theme {
  position: relative;
}
body #wrapper #myanLife_blog_recommend .owl-theme .owl-nav .owl-prev {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanLife_blog_recommend .owl-theme .owl-nav .owl-prev:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_blog_recommend .owl-theme .owl-nav .owl-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 50px;
  font-size: 36px;
  color: rgb(255, 255, 255);
  border: 0;
  border-radius: 5px;
  margin: 0;
  top: 0;
  bottom: 0;
  left: -65px;
  z-index: 10;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: auto;
  right: -65px;
}
body #wrapper #myanLife_blog_recommend .owl-theme .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.9);
}
body #wrapper #myanLife_blog_recommend .owl-theme .owl-nav .disabled {
  opacity: 0;
}
body #wrapper #myanLife_blog_recommend .owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body #wrapper #colophon .colophon_sitemap {
  padding: 0 15% !important;
}
@media (max-width: 1366px) {
  body #wrapper #myanLife_MainVisual.post {
    width: 90%;
    height: 45vw;
  }
}
@media (max-width: 768px) {
  body #wrapper #myanLife_MainVisual.post {
    width: 100%;
    height: 50vw;
    border-radius: 0;
    margin-top: 55px;
  }
  body #wrapper #myanLife_sharing .author_article .article_header .article_recommend {
    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;
    gap: 12px;
  }

  
}

@media (max-width: 581px){
  body #wrapper #myanLife_sharing .author_article .article_header .article_title .favorite_add {
    
  
    min-width: auto;
  }
}
