.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
[v-cloak] {
  display: none;
}
#root {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#root {
  background-color: rgba(244, 222, 229, 0.65);
}
.header {
  background-image: -webkit-linear-gradient(left, #b9ceff, #f9d6dd);
  background-image: -ms-linear-gradient(left, #b9ceff, #f9d6dd);
  background-image: linear-gradient(left, #b9ceff, #f9d6dd);
  width: 100%;
  text-align: center;
  height: 1.8rem;
  line-height: 1.8rem;
  position: relative;
  overflow: hidden;
}
.header .icon-back {
  background-image: url("../../images/mamajob/icon/icon_back.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.45rem;
  left: 0.3rem;
  cursor: pointer;
  z-index: 3;
}
.header h1 {
  letter-spacing: 0.5em;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
}
.header .header-tab {
  margin: 0.2rem auto;
  width: 7rem;
  height: 1.4rem;
  line-height: 1.4rem;
  font-size: 0.65rem;
  border: 1px solid #fff;
  display: flex;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  z-index: 3;
}
.header .header-tab a {
  color: #333;
}
.header .header-tab .tab-item {
  display: block;
  width: 50%;
  height: 100%;
}
.header .header-tab .tab-item.on {
  background-color: #fff;
  color: 666;
}
.content {
  width: 100%;
  padding: 0.5rem 0.5rem 4rem;
  box-sizing: border-box;
}
.search-container {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.searchbox {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.searchbox .icon-search {
  background-image: url("../../images/mamajob/icon/icon_search.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0.3rem;
  top: 0.25rem;
}
.searchbox input {
  width: 100%;
  height: 1.7rem;
  padding-left: 1.5rem;
  padding-right: 2.3rem;
  font-size: 0.65rem;
  color: #999;
}
.searchbox button {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  height: 100%;
  background-color: #85a3ef;
  background-color: #fff;
  color: #b9ceff;
  font-size: 0.65rem;
}
.condition {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 0.3rem;
}
.condition .option {
  width: 24%;
  height: 100%;
  text-indent: 0.65em;
  text-align: center;
  font-size: 0.65rem;
  color: #444;
  background-color: #fff;
  border-radius: 0.3rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.condition .option.on {
  background-color: #c1ccf1;
  color: #fff;
}
.condition .option.on i {
  transform: rotate(-180deg);
}
.condition .option i {
  display: inline-block;
  background-image: url("../../images/mamajob/icon/icon_top.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 0.65rem;
  height: 0.65rem;
  margin-left: 0.15rem;
}
.list {
  position: relative;
  overflow: hidden;
}
.list-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  padding: 0.3rem;
  margin-bottom: 0.3rem;
  border-radius: 0.3rem;
}
.list-item .item-wrapper {
  display: block;
  border-radius: 0.5rem;
  padding: 0.3rem 0.3rem 0;
  position: relative;
  overflow: hidden;
}
.list-item .item-wrapper .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}
.list-item .item-wrapper .work {
  text-align: justify;
  font-size: 0.75rem;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 1;
}
.list-item .item-wrapper .money {
  min-width: 3rem;
  text-align: right;
  line-height: 1rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #e94f6e;
  margin-left: 0.3rem;
}
.list-item .item-wrapper p {
  font-size: 0.5rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
.list-item .item-wrapper .time {
  min-width: 4rem;
  font-size: 0.5rem;
  color: #333;
}
.list-item .item-wrapper .distance {
  font-size: 0.65rem;
  font-weight: bold;
  color: #e10000;
}
.list-item .item-wrapper .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.list-item .item-wrapper .tags span {
  background-color: #95b0f4;
  padding: 0 0.65rem;
  border-radius: 0.15rem;
  line-height: 1.5;
  font-size: 0.55rem;
  color: #fff;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.back-to-top {
  background-image: url("../../images/mamajob/icon/icon_up.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #f9a1b3;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  position: fixed;
  right: 0.5rem;
  bottom: 5rem;
  z-index: 3;
  cursor: pointer;
  display: none;
}
.select_bar_div {
  display: none;
  background-color: #fff;
  padding: 0.15rem;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.select_bar_div.on {
  display: block;
}
.sl_level1 {
  float: left;
  width: 40%;
  height: 100%;
}
.sl_level2 {
  float: left;
  width: 60%;
  height: 100%;
}
.column1 {
  height: 100%;
  padding: 0.3rem;
  text-align: center;
  overflow-y: auto;
  cursor: pointer;
}
.column1 li {
  background-color: #c1ccf1;
  padding: 0 0.15rem;
  border-bottom: 1px solid #fff;
  line-height: 2.5;
  font-size: 0.7rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.column1 li.on {
  background-color: #fff;
  color: #666;
}
.column2 {
  height: 100%;
  padding: 0.3rem;
  overflow-y: auto;
  cursor: pointer;
}
.column2 li {
  padding: 0 0.15rem;
  border-bottom: 1px solid #fff;
  line-height: 2.5;
  font-size: 0.7rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eee;
}
#salary_level {
  height: 100%;
  padding: 0.3rem;
  overflow-y: auto;
}
#salary_level li {
  width: 100%;
  padding: 0 0.15rem;
  text-align: center;
  line-height: 2.5;
  font-size: 0.7rem;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eee;
}
.select_bar_more {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
  overflow: hidden;
}
.select_bar_more.on {
  display: block;
}
.select_bar_more .more_main {
  width: 85%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fff;
  margin-left: 15%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.select_bar_more .more-head {
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  background-image: -webkit-linear-gradient(left, #b9ceff, #f9d6dd);
  background-image: -ms-linear-gradient(left, #b9ceff, #f9d6dd);
  background-image: linear-gradient(left, #b9ceff, #f9d6dd);
  position: fixed;
  top: 0;
  z-index: 1;
}
.select_bar_more .more-head:before {
  content: "";
  display: table;
}
.select_bar_more .more-head:after {
  content: "";
  display: table;
  clear: both;
}
.select_bar_more h1 {
  font-size: 0.9rem;
  color: #fff;
}
.select_bar_more .close {
  background-image: url("../../images/mamajob/icon/icon_close.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 0;
  left: 0.5rem;
  z-index: 3;
  background-color: transparent;
  cursor: pointer;
}
.select_bar_more .more_ok {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  right: 0.5rem;
  top: 0;
  background-color: transparent;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.8rem;
  cursor: pointer;
}
.select_bar_more .more-section {
  background-color: #fffafa;
}
.select_bar_more .more-section .section {
  background-color: #fff;
  margin-top: 0.5rem;
  padding: 0.5rem;
}
.select_bar_more .more-section h3 {
  font-size: 0.75rem;
  margin-bottom: 0.3rem;
}
.select_bar_more .more-section .options {
  position: relative;
  overflow: hidden;
}
.select_bar_more .more-section .option {
  display: inline-block;
  background-color: #F8F8F8;
  padding: 0.3rem;
  margin-right: 0.35rem;
  margin-bottom: 0.5rem;
  font-size: 0.65rem;
  cursor: pointer;
  transition: all 0.3s;
}
.select_bar_more .more-section .option.on {
  background-color: #fa6f8b;
  color: #fff;
}
.select_bar_more .clear_more {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #dfe9ff;
  color: #fff;
  cursor: pointer;
}
.select_bar_more .clear_more.on {
  background-color: #ffc1ce;
  color: #fff;
}
#morejobList {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#more_level {
  height: 100% !important;
  padding: 0 0.3rem 0.3rem;
  overflow-y: auto;
}
#more_level .more_child_div {
  padding: 0.5rem 0;
  background-color: #fff;
}
#more_level .more_child_title {
  font-size: 1rem;
  color: #3d3d3d;
  margin-bottom: 0.3rem;
}
#more_level ul {
  position: relative;
  overflow: hidden;
}
#more_level .single_sl {
  float: left;
  background: #F8F8F8;
  padding: 0.3rem 0.5rem;
  margin: 0.3rem;
  font-size: 0.73rem;
  color: #555555;
  border-radius: 0.15rem;
  -webkit-border-radius: 0.15rem;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
}
#more_level .single_sl.on {
  background-color: #ffc1ce;
  color: #fff;
}
#more_level .cline {
  width: 100%;
  background-color: #eee;
}
#more_level .cline:after {
  content: " ";
  display: block;
  height: 3px;
  clear: both;
}
.footer {
  background-color: #d2cfeb;
  box-shadow: 0 0 3px 0 rgba(205, 98, 251, 0.5);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  z-index: 3;
}
.footer .nav {
  background-color: #fdf8f9;
  border-right: 1px solid #eee;
  width: 25%;
  height: 100%;
  padding: 0.3rem 0 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  color: #333;
  cursor: pointer;
  position: relative;
}
.footer .nav.on {
  background-color: #b9ceff;
  color: #fff;
}
.footer .nav.on .icon {
  background-color: #88adff !important;
}
.footer .icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.footer .icon1 {
  background-color: #f9725e;
}
.footer .icon2 {
  background-color: #d157ab;
}
.footer .icon3 {
  background-color: #91b1ff;
}
.footer .icon4 {
  background-color: #f1b7cf;
}
.footer .inner {
  width: 0.9rem;
  height: 0.9rem;
}
.footer .inner1 {
  background-image: url("../../images/mamajob/icon/icon_px.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .inner2 {
  background-image: url("../../images/mamajob/icon/icon_work.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .inner3 {
  background-image: url("../../images/mamajob/icon/icon_rc.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .inner4 {
  background-image: url("../../images/mamajob/icon/icon_mine.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .txt {
  font-size: 0.5rem;
}
#empty,
#loading {
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  border-radius: 0.5rem;
  margin: 0 auto 1rem;
}
#empty h3,
#loading h3 {
  font-size: 0.75rem;
  color: #333;
}
