* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #3c3c3c;
}
.m_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  z-index: 99;
  font-size: 50px;
}
.m_header .header_wrapper {
  position: relative;
  z-index: 2;
  margin: 0 0.24rem;
  margin-bottom: 10px;
}
.m_header .header_wrapper .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m_header .header_wrapper .nav .header_left img {
  width: 166px;
}
.m_header .header_wrapper .nav .header_right {
  position: relative;
  float: right;
  margin-top: 0.1rem;
}
.m_header .header_wrapper .nav .header_right .menu {
  background: url(../../assets/job/mobile/menu_icon1.png) no-repeat;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
}
.m_header .header_wrapper .m_header_search {
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.m_header .header_wrapper .m_header_search .icon_search {
  position: absolute;
  background: url(../../assets/job/mobile/search_icon.png) no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background-size: 100% 100%;
}
.m_header .header_wrapper .m_header_search .search_input {
  display: block;
  background: #EFF1F1;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 48px;
  font-size: 16px;
  box-sizing: border-box;
  border: none;
}
.m_header .header_wrapper .m_header_search .search_input:focus {
  outline: 1px solid #fff;
}
.m_list {
  min-height: auto;
  overflow: hidden;
  position: relative;
  top: 120px;
  padding-bottom: 54px;
}
.m_list .banner_swiper {
  position: relative;
}
.m_list .banner_swiper .banner_list {
  width: 100%;
  height: 150px;
}
.m_list .banner_swiper .banner_list img {
  width: 100%;
  height: 100%;
}
.m_list .banner_swiper .center_text {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  color: #fff;
  font-weight: 600;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.m_list .banner_swiper .model {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}
.m_list .banner_swiper .swiper-pagination {
  position: absolute;
  top: 88px;
  left: 0;
}
.m_list .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.m_list .banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 14px;
  height: 6px;
  border-radius: 3px;
  background: #fff;
}
.m_list .post_wrapper {
  margin-top: 20px;
}
.m_list .post_wrapper .classify {
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
}
.m_list .post_wrapper .classify .text,
.m_list .post_wrapper .classify .selected {
  background: #EFF1F1;
  font-size: 13px;
  height: 26px;
  font-weight: 400;
  color: #707070;
  padding: 0 10px 0 12px;
  line-height: 26px;
  border-radius: 35px;
  margin-right: 12px;
  margin-top: 4px;
}
.m_list .post_wrapper .classify .selected {
  background: #FBCED4;
  color: #D5142D;
}
.m_list .post_wrapper .classify img {
  width: 10px;
  height: 10px;
}
.m_list .post_wrapper .list_card {
  margin-top: 7px;
}
.m_list .post_wrapper .list_card .list_item {
  border-bottom: 1px solid #EFF1F1;
  margin-top: 16px;
}
.m_list .post_wrapper .list_card .list_item .title {
  font-size: 18px;
  font-weight: 600;
  color: #3C3C3C;
  padding: 0 16px;
}
.m_list .post_wrapper .list_card .list_item .post_tag_box {
  padding: 0 16px;
  font-size: 0;
  margin-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.m_list .post_wrapper .list_card .list_item .post_tag_box .post_tag {
  font-size: 14px;
  font-weight: 540;
  line-height: 24px;
  color: #999;
  display: inline;
}
.m_list .post_wrapper .list_card .list_item .post_tag_box .line {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #999;
  margin: 0 8px;
}
.m_list .post_wrapper .list_card .list_item .duty {
  color: #8F959E;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m_list .post_wrapper .list_card .list_item .duty p {
  background-color: transparent !important;
}
.m_list .post_wrapper .list_card .list_item .duty span {
  font-family: PingFang SC-Regular, PingFang SC !important;
  color: #8F959E;
}
.m_list .post_wrapper .list_card .no_data {
  font-size: 16px;
  text-align: center;
  margin: 30px 0;
  color: #3c3c3c;
}
.loading {
  font-size: 12px;
  color: #707070;
  text-align: center;
  padding: 10px;
  display: none;
}
.menu_wrapper {
  position: fixed;
  top: 55px;
  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_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 .active {
  color: #fff;
  background: #e7141a;
}
.postModel {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 100;
  top: 0;
  display: none;
}
.postModel .post_box {
  background: white;
  width: 100%;
  border-radius: 8px 8px 0 0;
  position: absolute;
  bottom: 0;
  overflow: scroll;
  padding-bottom: 10px;
  height: 0;
}
.postModel .post_box .top {
  padding: 0 16px;
  margin: 24px 0 12px;
  display: flex;
  justify-content: space-between;
}
.postModel .post_box .top .title {
  font-weight: 600;
  font-size: 20px;
  color: #3C3C3C;
}
.postModel .post_box .top img {
  width: 24px;
  height: 24px;
}
.postModel .post_box .classify {
  padding: 0 16px;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.postModel .post_box .classify .text {
  background: #EFF1F1;
  height: 26px;
  padding: 0 10px 0 12px;
  line-height: 26px;
  border-radius: 35px;
  margin-right: 12px;
  font-size: 13px;
  font-weight: 400;
  color: #707070;
  margin-top: 4px;
}
.postModel .post_box .classify .text span {
  float: left;
}
.postModel .post_box .classify .text div {
  margin-top: 2px;
  margin-left: 6px;
  float: right;
}
.postModel .post_box .classify .text div img {
  width: 14px;
  height: 14px;
}
.postModel .post_box .list {
  font-size: 18px;
}
.postModel .post_box .list .item {
  width: 100%;
  border-bottom: 1px solid #EFF1F1;
}
.postModel .post_box .list .item .content {
  padding: 0 16px;
  margin: 16px 0;
  display: flex;
}
.postModel .post_box .list .item .content label {
  margin-left: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #3C3C3C;
}
.postModel .post_box .bottom_btn {
  padding: 0 16px;
  display: flex;
  justify-content: center;
  margin-top: 4px;
}
.postModel .post_box .bottom_btn div {
  width: 50%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
}
.postModel .post_box .bottom_btn .clear {
  border: 1px solid #D5142D;
  color: #D5142D;
  margin-right: 14px;
}
.postModel .post_box .bottom_btn .confirm {
  color: #fff;
  background: #D5142D;
}
input[type='checkbox'] {
  cursor: pointer;
  position: relative;
  width: 24px;
  height: 24px;
  font-size: 14px;
  visibility: hidden;
  display: block;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}
input[type='checkbox']::after {
  position: absolute;
  top: 2px;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../../assets/job/mobile/no_check_icon.png');
  background-size: cover;
}
input[type='checkbox']:checked::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('../../assets/job/mobile/check_icon.png');
  background-size: cover;
}
