.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;
}
.header .icon-user {
  background-image: url("../../images/mamajob/icon/icon_user.png?v=1.0");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1.4rem;
  height: 1.2rem;
  position: absolute;
  top: 0.3rem;
  right: 0.45rem;
  cursor: pointer;
  z-index: 3;
}
.container {
  width: 100%;
  padding: 2.5rem 0.5rem 0.5rem;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.content {
  padding: 0.5rem 0.35rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.5rem;
  position: relative;
}
.content-header {
  background-color: #fff7f9;
  border-radius: 0.5rem;
  padding: 0.3rem 0.5rem 0.2rem;
  margin-bottom: 0.7rem;
  position: relative;
  overflow: hidden;
}
.content-header::before {
  content: '';
  width: 10rem;
  height: 10rem;
  background-color: rgba(249, 207, 209, 0.5);
  border-radius: 50%;
  position: absolute;
  right: -1rem;
  bottom: -7.5rem;
  z-index: 0;
  opacity: 0.7;
}
.content-header::after {
  content: '';
  width: 10rem;
  height: 10rem;
  background-color: rgba(249, 207, 209, 0.7);
  border-radius: 50%;
  position: absolute;
  right: -7rem;
  bottom: -3rem;
  z-index: 0;
  opacity: 0.75;
}
.content-header .job {
  font-size: 0.75rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.3rem;
}
.content-header .money {
  font-size: 0.7rem;
  font-weight: bold;
  color: #e94f6e;
  margin-bottom: 0.2rem;
}
.content-header .add {
  display: flex;
  justify-content: space-between;
  font-size: 0.65rem;
  color: #666;
  margin-bottom: 0.3rem;
  position: relative;
  z-index: 1;
}
.content-header .exp {
  font-size: 0.65rem;
  color: #666;
  margin-bottom: 0.3rem;
}
.content-header .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.content-header .tags .tag {
  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;
}
.company {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0.5rem 0.3rem;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.company .base {
  width: 80%;
}
.company h2 {
  font-size: 0.7rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 0.3rem;
}
.company p {
  font-size: 0.6rem;
  color: #666;
}
.company span {
  font-size: 0.5rem;
  color: #333;
}
.info {
  border-radius: 0.5rem;
  padding: 0.75rem 0.3rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.info h2,
.info h3 {
  line-height: 1.5;
  text-indent: 0.3em;
  font-size: 0.75rem;
  font-weight: bold;
  color: #444;
  background-color: #fae1e4;
  margin-bottom: 0.4rem;
}
.info .require {
  margin-bottom: 1rem;
}
.info .require .desc {
  text-align: justify;
  line-height: 1.8;
  font-size: 0.6rem;
  color: #666;
}
.info .company-contact .contact-item {
  display: flex;
  text-align: justify;
  align-items: center;
  line-height: 1.5;
  font-size: 0.6rem;
  color: #444;
}
.info .company-contact .w-icon {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  margin-right: 0.3rem;
}
.info .company-contact .lxrtb {
  background-image: url("../../images/mamajob/icon/job_contacts.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.info .company-contact .lxhmtb {
  background-image: url("../../images/mamajob/icon/job_phone.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.info .company-contact .lxyxtb {
  background-image: url("../../images/mamajob/icon/job_email.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.info .company-contact .lxwztb {
  background-image: url("../../images/mamajob/icon/job_address.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.info .login-tips {
  background-color: #fbebee;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  font-size: 0.6rem;
  color: #333;
  margin-bottom: 0.35rem;
}
.info .button-group {
  display: flex;
  justify-content: space-evenly;
}
.info .button-group button {
  padding: 0 0.75rem;
  line-height: 1.3rem;
  font-size: 0.55rem;
  color: #fff;
  border-radius: 0.15rem;
  cursor: pointer;
}
.info .button-group .blue {
  background-color: #ff6b89;
}
.info .button-group .orange {
  background-color: #b7caf4;
}
.bottom {
  display: flex;
}
.delivery {
  width: 80%;
  border-radius: 0.35rem;
  background-color: #b7caf4;
  line-height: 2;
  font-size: 1rem;
  color: #fff;
  cursor: pointer;
}
.collection {
  width: 20%;
  min-width: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.collection .star {
  display: block;
  background-image: url("../../images/mamajob/icon/star_off.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
}
.collection .star.on {
  background-image: url("../../images/mamajob/icon/star_on.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.menu {
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 1px 3px 10px;
  left: 15%;
}
.menu .menu_title {
  font-size: 0.64rem;
  color: #333;
  height: 40px;
  line-height: 40px;
  margin: 0 10px;
  border-bottom: 1px solid #CCC;
}
.menu ul {
  padding: 10px 10px 0px;
}
.menu ul li {
  line-height: 24px;
  border-bottom: 1px solid #ECECEC;
  font-size: 0.6rem;
  color: #333;
  padding: 5px 5px 15px;
}
.menu label {
  display: flex;
  align-items: center;
}
.menu label input {
  margin-right: 0.3rem;
}
.menu .choose_but {
  padding: 0 10px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.menu .choose_but a {
  display: block;
  width: 80%;
  margin: 0 auto;
  height: 28px;
  line-height: 28px;
  border: 1px solid #CCC;
  background-color: #FFF;
  color: #666;
  text-align: center;
  font-size: 0.6rem;
  text-decoration: none;
}
.menu .choose_but .but_left {
  float: left;
  width: 50%;
}
.menu .choose_but .but_left a {
  border: 1px solid #ef5a1f;
  background-color: #ef5a1f;
  color: #FFF;
}
.menu .choose_but .but_right {
  float: left;
  width: 50%;
}
