.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, #b7caf4, #f9d6dd);
  background-image: -ms-linear-gradient(left, #b7caf4, #f9d6dd);
  background-image: linear-gradient(left, #b7caf4, #f9d6dd);
  width: 100%;
  text-align: center;
  line-height: 1.8rem;
  position: fixed;
  top: 0;
  z-index: 999;
}
.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;
}
.container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 2.3rem 0.35rem 4rem;
  box-sizing: border-box;
}
.searchbox {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}
.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.5rem;
  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: #b7caf4;
  color: #fff;
  font-size: 0.65rem;
}
.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;
}
.list {
  padding: 0.3rem 0.5rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 0.5rem;
  position: relative;
}
.list .list-item {
  padding-top: 0.35rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #b8caf4;
  cursor: pointer;
}
.list .list-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.list .list-item h3 {
  text-align: justify;
  line-height: 1.65;
  font-size: 0.75rem;
  font-weight: bold;
  color: #444;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.list .list-item .img {
  width: 100%;
  max-height: 6.5rem;
  margin-bottom: 0.2rem;
}
.list .list-item p {
  text-align: justify;
  font-size: 0.64rem;
  line-height: 1.7;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.2rem;
}
.list .list-item span {
  font-size: 0.45rem;
  color: #999;
}
.list .list-item .nums {
  display: flex;
  justify-content: space-between;
}
.list .list-item .nums .icon-eye {
  display: inline-block;
  background-image: url("../../images/mamajob/icon/icon_eye.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: top;
  margin-right: 0.3rem;
}
.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;
}
