.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;
}
.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.75rem;
  box-sizing: border-box;
  background-color: #fefefe;
}
.title {
  text-align: justify;
  line-height: 1.5;
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.35rem;
}
.info {
  position: relative;
  overflow: hidden;
  font-size: 0.6rem;
  color: #888;
  margin-bottom: 0.5rem;
}
.info .time {
  font-size: 0.6rem;
  color: #ff8aa2;
  margin-right: 0.5rem;
}
.info .hits {
  vertical-align: middle;
}
.info .hits .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;
}
.content {
  line-height: 1.5;
  /*text-indent: 2em;*/
  text-align: justify;
  font-size: 0.65rem;
  color: #333;
}
.content img {
  width: 85%;
  margin: 0 auto 0.3rem;
  vertical-align: middle;
}
.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: 10%;
  cursor: pointer;
  display: none;
}
