* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #3c3c3c;
}
.m_page {
  padding-bottom: 29px;
}
.m_page .m_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 99;
  font-size: 50px;
}
.m_page .m_header .header_wrapper {
  position: relative;
  z-index: 2;
  margin: 0 16px;
  margin-bottom: 10px;
}
.m_page .m_header .header_wrapper .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_page .m_header .header_wrapper .nav .header_left img {
  width: 166px;
}
.m_page .m_header .header_wrapper .nav .header_right {
  position: relative;
  margin-top: 0.1rem;
}
.m_page .m_header .header_wrapper .nav .header_right .menu {
  background: url(../../assets/job/mobile/menu_icon.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.m_page .m_header .header_wrapper .m_header_search {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.m_page .m_header .header_wrapper .m_header_search .icon_search {
  position: absolute;
  background: url(../../assets/job/search_icon.png) no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.m_page .m_header .header_wrapper .m_header_search .change_search_icon {
  background-image: url('../../assets/job/search_icon1.png');
}
.m_page .m_header .header_wrapper .m_header_search .search_input {
  display: block;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 48px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
  color: #fff;
}
.m_page .m_header .header_wrapper .m_header_search .search_input:focus {
  outline: 1px solid #fff;
}
.m_page .m_header .header_wrapper .m_header_search .search_input_change:focus {
  outline: 1px solid #3c3c3c;
}
.m_page .m_header .header_wrapper .m_header_search input.search_input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.m_page .m_header .header_wrapper .m_header_search input.change::-webkit-input-placeholder {
  color: #3c3c3c;
  font-size: 16px;
}
.m_page .swiper-banner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 331px;
  z-index: 0;
  overflow: hidden;
}
.m_page .swiper-banner .banner_content {
  width: 100%;
  height: 100%;
  position: relative;
}
.m_page .swiper-banner .banner_content .img_banner,
.m_page .swiper-banner .banner_content .bg_banner {
  width: 100%;
  height: 100%;
}
.m_page .swiper-banner .banner_content .img_banner {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.m_page .swiper-banner .banner_content .banner_video_play {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 61%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.m_page .swiper-banner .banner_content .model {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 9;
  top: 0;
  left: 0;
}
.m_page .swiper-banner .text_wrapper {
  position: absolute;
  width: 100%;
  color: #fff;
  z-index: 100;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}
.m_page .swiper-banner .text_wrapper .text {
  font-size: 22px;
  font-weight: 600;
}
.m_page .swiper-banner .text_wrapper .word {
  font-size: 11px;
}
.m_page .swiper-banner .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.m_page .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: transparent;
  border: 2px solid #fff;
}
.m_page .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
}
.m_page .m_job_wrapper {
  padding: 0 16px;
}
.m_page .m_job_wrapper .list_title {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.m_page .m_job_wrapper .list_title .title {
  position: relative;
  color: #3C3C3C;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  padding-left: 16px;
}
.m_page .m_job_wrapper .list_title .title::before {
  content: '';
  margin-right: 16px;
  position: absolute;
  width: 8px;
  height: 24px;
  background: url(../../assets/job/mobile/title_icon.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  top: 4px;
}
.m_page .m_job_wrapper .list_title .city_btn {
  width: 94px;
  height: 36px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(181, 181, 181, 0.25);
  border-radius: 8px;
  opacity: 1;
  font-size: 14px;
  line-height: 36px;
}
.m_page .m_job_wrapper .list_title .city_btn .text {
  margin-left: 8px;
  position: relative;
}
.m_page .m_job_wrapper .list_title .city_btn .text::after {
  content: '';
  margin-right: 16px;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../assets/job/mobile/change_icon.png) no-repeat;
  background-size: 100% 100%;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
}
.m_page .m_job_wrapper .job_card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m_page .m_job_wrapper .job_card .container {
  width: 100%;
}
.m_page .m_job_wrapper .job_card .container .card_item {
  margin-top: 16px;
  width: 100%;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 0px 20px 0px rgba(181, 181, 181, 0.25);
  border-radius: 8px;
}
.m_page .m_job_wrapper .job_card .container .card_item .text {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  position: relative;
}
.m_page .m_job_wrapper .job_card .container .card_item .text .img {
  position: absolute;
  width: 36px;
  height: 36px;
  background-size: 100% 100%;
  right: 0px;
}
.m_page .m_job_wrapper .job_card .container .card_item .more_btn {
  color: #D5142D;
  font-size: 18px;
  font-weight: 600;
  margin-top: 36px;
  position: relative;
}
.m_page .m_job_wrapper .job_card .container .card_item .more_btn::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../assets/job/mobile/more_position_icon.png) no-repeat;
  background-size: 100% 100%;
  top: 4px;
  margin-left: 10px;
}
.m_page .m_job_wrapper .job_card .more_post_btn {
  width: 150px;
  height: 48px;
  line-height: 48px;
  color: #D5142D;
  font-weight: 500;
  font-size: 18px;
  background: #fff;
  text-align: center;
  margin-top: 16px;
  box-shadow: 0px 0px 20px 0px rgba(181, 181, 181, 0.25);
}
.m_page .m_job_wrapper .choice_card .choice_item {
  width: 100%;
  padding: 24px;
  margin-top: 16px;
}
.m_page .m_job_wrapper .choice_card .choice_item .top {
  display: flex;
  justify-content: space-between;
}
.m_page .m_job_wrapper .choice_card .choice_item .top .title .text {
  color: #3C3C3C;
  font-size: 22px;
  position: relative;
}
.m_page .m_job_wrapper .choice_card .choice_item .top .title .text::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 16px;
  background: url(../../assets/job/info_icon.png) no-repeat;
  background-size: 100% 100%;
  top: 7px;
  margin-left: 10px;
}
.m_page .m_job_wrapper .choice_card .choice_item .top .title .word_text {
  font-size: 12px;
  color: #8F959E;
}
.m_page .m_job_wrapper .choice_card .choice_item .top .icon {
  width: 48px;
  height: 48px;
}
.m_page .m_job_wrapper .choice_card .choice_item .line {
  height: 2px;
  background: #D5142D;
  width: 100%;
  margin-top: 26px;
}
.m_page .m_job_wrapper .choice_card .choice_item .choice_text {
  color: #707070;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(181, 181, 181, 0.25);
  border-radius: 8px;
  margin-top: 16px;
  overflow: hidden;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item {
  padding: 16px;
  padding-bottom: 50px;
  width: 100%;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .left {
  float: left;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .left .name {
  font-size: 20px;
  font-weight: bold;
  color: #3C3C3C;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .left .info {
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
  margin-top: 4px;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .left .mt {
  margin-top: 45px;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .left .year {
  font-size: 18px;
  font-weight: 600;
  color: #3C3C3C;
}
@media screen and (min-width: 600px) {
  .m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .right {
    float: right;
    font-size: 0;
  }
  .m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .right img {
    width: 260px;
    border-radius: 2px;
    height: 346px;
  }
}
@media screen and (max-width: 600px) {
  .m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .right {
    float: right;
    font-size: 0;
  }
  .m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .right img {
    width: auto;
    max-width: 135px;
    border-radius: 2px;
    height: 180px;
  }
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .bottom {
  clear: both;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .bottom .name {
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .staff_item .bottom .content_text {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 32px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  word-break: break-all;
  -webkit-box-orient: vertical;
  height: 160px;
  overflow: hidden;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .swiper-pagination-bullet {
  margin-right: 10px;
  width: 10px;
  height: 10px;
}
.m_page .m_job_wrapper .staff_wrapper .staff_card .swiper-pagination-bullet-active {
  background: #D5142D;
}
.m_page .story_card .story_item {
  margin-top: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(181, 181, 181, 0.25);
  border-radius: 8px;
}
.m_page .story_card .story_item .top_img {
  border-radius: 4px;
  width: 100%;
  height: 215px;
  background: #D9D9D9;
}
.m_page .story_card .story_item .top_img img {
  height: 100%;
  width: 100%;
}
.m_page .story_card .story_item .story_bottom {
  padding: 0 16px;
}
.m_page .story_card .story_item .story_bottom .name {
  margin: 24px 0 16px;
  display: flex;
}
.m_page .story_card .story_item .story_bottom .name div:nth-child(2) {
  margin-left: 10px;
}
.m_page .story_card .story_item .story_bottom .name .info {
  color: #8F959E;
  font-size: 13px;
  font-weight: 400;
}
.m_page .story_card .story_item .story_bottom .title {
  color: #3C3C3C;
  font-size: 18px;
  font-weight: bold;
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m_page .story_card .story_item .story_bottom .text {
  font-size: 14px !important;
  color: #3C3C3C;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  height: 72px;
  line-height: 36px;
  overflow: hidden;
}
.m_page .story_card .story_item .story_bottom .text span,
.m_page .story_card .story_item .story_bottom .text div,
.m_page .story_card .story_item .story_bottom .text p,
.m_page .story_card .story_item .story_bottom .text strong {
  font-size: 14px !important;
  background: transparent !important;
  color: #707070 !important;
  font-family: PingFang SC-Medium, PingFang SC !important;
  font-weight: normal !important;
  font-style: normal !important;
}
.m_page .story_card .story_item .story_bottom .text div {
  margin: 0 !important;
}
.m_page .story_card .story_item .story_bottom .text div:nth-child(1) {
  margin-top: 12px !important;
}
.m_page .story_card .story_item .story_bottom .more {
  color: #D5142D;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  margin-top: 10px;
  padding-bottom: 19px;
  font-weight: 600;
}
.m_page .story_card .story_item .story_bottom .more::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../../assets/job/mobile/more_position_icon.png) no-repeat;
  background-size: 100% 100%;
  top: 2px;
  margin-left: 8px;
}
.menu_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
}
.menu_wrapper .menu_card {
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
}
.menu_wrapper .menu_card .menu_nav {
  height: 72px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0 16px;
}
.menu_wrapper .menu_card .menu_nav .logo {
  width: 166px;
}
.menu_wrapper .menu_card .menu_nav .close_menu {
  width: 24px;
  height: 24px;
}
.menu_wrapper .menu_card .menu_list {
  height: 171px;
}
.menu_wrapper .menu_card .menu_list .item {
  width: 100%;
  height: 57px;
  line-height: 57px;
  border: 1px solid #EFF1F1;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 500;
}
.menu_wrapper .menu_card .menu_list .item .text {
  display: inline-block;
  width: 100%;
  color: #3C3C3C;
  padding: 0 16px;
}
.menu_wrapper .menu_card .menu_list .item .text:active {
  color: #fff;
  background: #e7141a;
}
.menu_wrapper .menu_card .menu_list .item .active {
  color: #fff;
  background: #e7141a;
}
.videoDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoDialog .dialog_box {
  width: 86%;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
.videoDialog .dialog_box .my_video {
  width: 100%;
  height: 100%;
}
.videoDialog .dialog_box .dialog_close {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
  right: -19px;
  background: url(../../assets/job//video_close_icon.png) no-repeat;
  background-size: 10px 10px;
  background-color: #1E1E1E;
  background-position: center;
}
