.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 {
  /***** MyanLife search_icon *****/
  /***** MyanLife 加入我們 *****/
  /***** MyanLife 找夥伴 *****/
  /***** MyanLife 職位說明 *****/
}
body #wrapper #m_search_switch {
  display: none !important;
}
body #wrapper #myanlife_join {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 50%;
  margin: auto;
  margin-top: 80px;
}
body #wrapper #myanlife_join .intro {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
body #wrapper #myanlife_join .intro h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
body #wrapper #myanlife_join .intro small {
  display: block;
  font-size: 12px;
  color: rgb(216, 35, 22);
  margin-bottom: 8px;
}
body #wrapper #myanlife_join .intro small:last-child {
  margin-bottom: 0;
}
body #wrapper #myanlife_join .intro .jobs_title {
  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;
  font-size: 14px;
}
body #wrapper #myanlife_join .intro .jobs_title .item {
  margin-right: 24px;
}
body #wrapper #myanlife_join .intro .jobs_title .item:last-child {
  margin-right: 0;
}
body #wrapper #myanlife_join .recruit_form {
  width: 100%;
  font-size: 16px;
  margin-bottom: 50px;
}
body #wrapper #myanlife_join .recruit_form .recruit_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: 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;
  font-size: 14px;
  margin-bottom: 24px;
}
body #wrapper #myanlife_join .recruit_form .recruit_search_input .input_style {
  box-sizing: border-box;
  width: 100%;
  margin-right: 24px;
  padding: 10px 6px;
  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_join .recruit_form .recruit_search_input .input_style:hover,
body #wrapper #myanlife_join .recruit_form .recruit_search_input .input_style:focus,
body #wrapper #myanlife_join .recruit_form .recruit_search_input .input_style:active {
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanlife_join .recruit_form .recruit_search_input .select_style {
  box-sizing: border-box;
  width: 100%;
  margin-right: 24px;
  padding: 10px 6px;
  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;
  padding: 9px 6px;
  width: 30%;
}
body #wrapper #myanlife_join .recruit_form .recruit_search_input .select_style:hover,
body #wrapper #myanlife_join .recruit_form .recruit_search_input .select_style:focus,
body #wrapper #myanlife_join .recruit_form .recruit_search_input .select_style:active {
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanlife_join .recruit_form .recruit_search_input .recruit_search_btn {
  background: #363636;
  border: 0;
  color: rgb(255, 255, 255);
  width: 120px;
  padding: 11px;
  margin: auto;
  border-radius: 5px;
  -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_join .recruit_form .recruit_search_input .recruit_search_btn:hover {
  background: rgb(255, 189, 39);
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_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;
  color: #363636;
  border-bottom: 1px solid #363636;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 40px;
  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_join .recruit_form .recruit_list .recruit_item .recruit_cell {
  flex: 1;
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_item .link_cell {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_item:last-child {
  margin-bottom: 0;
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_item:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_title {
  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;
  color: #363636;
  border-bottom: 1px solid #363636;
  margin-bottom: 24px;
  padding-top: 24px;
  padding-bottom: 40px;
  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;
  color: #999;
  padding-bottom: 24px;
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_title .recruit_cell {
  flex: 1;
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_title .link_cell {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_title:last-child {
  margin-bottom: 0;
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_title:hover {
  color: rgb(255, 189, 39);
}
body #wrapper #myanlife_join .recruit_form .recruit_list .recruit_title:hover {
  color: #999;
}
body #wrapper #myanlife_join .recruit_form .pagination {
  margin: 24px 0 50px 0;
}
body #wrapper #myanlife_join .recruit_form .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_join .recruit_form .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_join .recruit_form .pagination ul li > a,
body #wrapper #myanlife_join .recruit_form .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_join .recruit_form .pagination ul li:hover > a,
body #wrapper #myanlife_join .recruit_form .pagination ul li:hover > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanlife_join .recruit_form .pagination ul .active > a,
body #wrapper #myanlife_join .recruit_form .pagination ul .active > span {
  background: rgb(255, 189, 39);
  color: rgb(255, 255, 255);
}
body #wrapper #myanlife_partner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 80px;
}
body #wrapper #myanlife_partner h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
body #wrapper #myanlife_partner .partner_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: #edf2f6;
  width: 100%;
}
body #wrapper #myanlife_partner .partner_item .partner_item_img {
  width: 50%;
}
body #wrapper #myanlife_partner .partner_item .partner_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body #wrapper #myanlife_partner .partner_item .partner_item_des {
  margin: auto;
}
body #wrapper #myanlife_partner .partner_item .partner_item_des .des {
  margin-bottom: 24px;
}
body #wrapper #myanlife_partner .partner_item .partner_item_des .des:last-child {
  margin-bottom: 0;
}
body #wrapper #myanlife_partner .merchant_intro {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
body #wrapper #myanlife_jobs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 80%;
  margin: 80px auto;
}
body #wrapper #myanlife_jobs .intro {
  text-align: center;
  /* margin-bottom: 50px; */
}
body #wrapper #myanlife_jobs .intro h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
body #wrapper #myanlife_jobs .intro small {
  display: block;
  font-size: 12px;
  color: rgb(216, 35, 22);
  margin-bottom: 8px;
}
body #wrapper #myanlife_jobs .intro small:last-child {
  margin-bottom: 0;
}
body #wrapper #myanlife_jobs .intro .jobs_title {
  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;
  font-size: 14px;
}
body #wrapper #myanlife_jobs .intro .jobs_title .item {
  margin-right: 24px;
}
body #wrapper #myanlife_jobs .intro .jobs_title .item:last-child {
  margin-right: 0;
}
body #wrapper #myanlife_jobs .jobs_detail_contain {
  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;

  align-items: center;
  font-size: 16px;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_intro {
  flex: 1;
  /* margin-right: 24px; */
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_intro .item {
  margin-bottom: 50px;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_intro .item > h3 {
  font-weight: bold;
  margin-bottom: 50px;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_intro .item .des {
  line-height: 1.5em;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_intro .item > ul {
  line-height: 1.5em;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_intro .item > ul > li {
  list-style: disc;
  margin-left: 24px;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain {
  width: 292px;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_apply_btn {
  background: rgb(255, 189, 39);
  border-radius: 5px;
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 24px 0;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_apply_btn:hover {
  background: rgb(255, 234, 0);
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share .share_btn {
  font-size: 35px;
  border: 0;
  background: transparent;
  color: rgb(255, 189, 39);
  border-radius: 5px;
  display: none;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share h3 {
  margin: 24px auto;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share .jobs_share_list .jobs_share_item {
  display: inline-block;
  color: #363636;
  font-size: 18px;
  margin-right: 24px;
  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_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share .jobs_share_list .jobs_share_item:last-child {
  margin-right: 0;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share .jobs_share_list .jobs_share_item:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share .jobs_share_list .jobs_share_fb {
  color: #4267b2;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share .jobs_share_list .jobs_share_line {
  color: #00b900;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share .jobs_share_list .jobs_share_wx {
  color: #1AAD19;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .jobs_apply .jobs_share .jobs_share_list .jobs_share_viber {
  color: #59267c;
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .fixed_jobs_apply {
  position: fixed;
  width: 292px;
  border-radius: 5px;
  top: 10%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body #wrapper #myanlife_jobs .jobs_detail_contain .jobs_apply_contain .fixed_bottom {
  position: relative;
  width: 292px;
  box-shadow: none;
}
body #wrapper #myanlife_jobs .resume_form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  margin-bottom: 50px;
}
body #wrapper #myanlife_jobs .resume_form .inputContainer {
  width: 100%;
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item {
  margin-bottom: 24px;
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .des {
  margin-bottom: 12px;
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .des .hint_style {
  color: rgb(216, 35, 22);
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .input_style {
  background: rgb(247, 247, 247);
  box-sizing: border-box;
  width: 100%;
  padding: 10px 6px;
  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_jobs .resume_form .inputContainer .input_item .input_style:hover,
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .input_style:focus,
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .input_style:active {
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .select_style {
  background: rgb(247, 247, 247);
  box-sizing: border-box;
  width: 100%;
  padding: 10px 6px;
  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_jobs .resume_form .inputContainer .input_item .select_style:hover,
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .select_style:focus,
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .select_style:active {
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .textarea_style {
  background: rgb(247, 247, 247);
  box-sizing: border-box;
  width: 100%;
  padding: 10px 6px;
  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;
  min-height: 250px;
  resize: vertical;
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .textarea_style:hover,
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .textarea_style:focus,
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .textarea_style:active {
  border: 1px solid rgb(255, 189, 39);
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .upload_btn .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .upload_btn .inputfile label {
  text-decoration: none;
  outline: none;
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .upload_btn .inputfile + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin-top: 6px;
}
body #wrapper #myanlife_jobs .resume_form .inputContainer .input_item .upload_btn .inputfile + label > svg {
  margin-right: 3px;
}
body #wrapper #myanlife_jobs .resume_form .btn_style {
  background: rgb(255, 189, 39);
  border: 0;
  color: rgb(255, 255, 255);
  width: 120px;
  height: 30px;
  margin: auto;
  border-radius: 5px;
  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_jobs .resume_form .btn_style:hover {
  background: rgb(255, 234, 0);
}
@media (max-width: 768px) {
  body #wrapper {
    /***** 回到最上面 *****/
  }
  body #wrapper #top_btn {
    bottom: 70px;
  }
}
