.banner {
  width: 100%;
  height: 3.54001rem;
  position: relative;
  min-height: 345px;
}
.banner .bg {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner .bg img {
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  right: -50%;
  margin: auto;
}
.banner .text {
  width: 100%;
  position: absolute;
  top: 1.155rem;
  left: 50%;
  transform: translateX(-50%);
}
.banner .text .name {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.18rem;
  letter-spacing: -0.00375rem;
  color: #ffffff;
  text-align: center;
}
.banner .text .title {
  font-size: 0.405rem;
  line-height: 0.405rem;
  color: #f6f6f6;
  margin-top: 0.2625rem;
  text-align: center;
}
.banner .filter {
  width: 72.91%;
  height: 1.47rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.225rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
  position: absolute;
  top: 2.91001rem;
  left: 13.545%;
}
.banner .filter .title {
  float: left;
  margin-left: 4%;
  margin-top: 0.615rem;
}
.banner .filter .title .icon {
  width: 0.2025rem;
  height: 0.2475rem;
  float: left;
}
.banner .filter .title .icon img {
  width: 100%;
}
.banner .filter .title .name {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.2475rem;
  color: #333333;
  float: left;
  margin-left: 0.0975rem;
}
.banner .filter .sex {
  /* width: calc(2.23501rem - 2px); */
  width: 21%;
  height: calc(0.48rem - 2px);
  background-color: #ffffff;
  border: solid 1px #e0e0e0;
  float: left;
  position: relative;
  margin-top: 0.495rem;
  margin-left: 0.33rem;
}
.banner .filter .sex .sex-box {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.banner .filter .sex .sex-box::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.banner .filter .sex .sex-box .sex-value {
  font-size: 0.135rem;
  line-height: 0.48rem;
  color: #333333;
  margin-left: 0.18rem;
  float: left;
}
.banner .filter .sex .sex-box .icon {
  float: right;
  margin-right: 0.1575rem;
  width: 0.12rem;
  line-height: 0.48rem;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  height: auto;
}
.banner .filter .sex .sex-box .icon i {
  font-size: 0.135rem;
  color: #a0a2ad;
  transition: 0.3s;
}
.banner .filter .sex .sex-box .icon.xz i {
  transform: rotate(180deg);
}
.banner .filter .sex ul {
  width: 100%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: calc(0.48rem - 2px);
  left: -1px;
  z-index: 4;
  border: solid 1px #e0e0e0;
}
.banner .filter .sex ul li {
  padding: 0.06rem 0.15rem;
  font-size: 0.135rem;
  color: #333333;
  transition: 0.5s;
  cursor: pointer;
}
.banner .filter .sex ul li a {
  color: #333333;
}
.banner .filter .sex ul li:hover {
  background: #f6f6f6;
}
.banner .filter .search {
  /* width: calc(4.23001rem - 2px); */
  width: 40%;
  height: calc(0.48rem - 2px);
  float: left;
  margin-left: 0.21rem;
  margin-top: 0.495rem;
  transition: 1s;
}
.banner .filter .search .search-inputbox {
  float: right;
  width: 100%;
  height: 0.48rem;
  background-color: #f6f6f6;
  border: solid 1px #e0e0e0;
  line-height: 0.48rem;
  overflow: hidden;
  position: relative;
}
.banner .filter .search .search-inputbox .text {
  border: none;
  outline: none;
  color: rgba(51, 51, 51, 0.5);
  font-size: 0.135rem;
  line-height: 0.135rem;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0.165rem;
  left: 0;
  bottom: 0;
  height: 0.15rem;
  width: calc(100% - 0.45rem);
  padding-left: 0.225rem;
  padding-right: 0.225rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  overflow: hidden;
  caret-color: rgba(51, 51, 51, 0.5);
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  -webkit-user-select: text;
  transform: translateX(0);
}
.banner .filter .search .search-inputbox .text::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.banner .filter .search .search-inputbox .text:focus::placeholder {
  opacity: 0;
}
.banner .filter .search .search-inputbox .search-clear {
  position: absolute;
  width: 0.135rem;
  height: 0.135rem;
  right: 0.12rem;
  top: 0.1725rem;
  line-height: 0.135rem;
  cursor: pointer;
  z-index: 2;
  display: none;
}
.banner .filter .search .search-inputbox .search-clear i {
  font-size: 0.135rem;
  color: #333;
}
.banner .filter .button {
  /* width: 1.32rem; */
  width: 12.5%;
  height: 0.48rem;
  background-color: #333333;
  float: left;
  margin-top: 0.495rem;
  margin-left: 0.09rem;
  transition: 0.5s;
}
.banner .filter .button a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 0.135rem;
  line-height: 0.48rem;
  color: #ffffff;
  text-align: center;
}
.banner .filter .button:hover {
  background-color: #ea222d;
}
.content {
  width: 100%;
  margin-top: 1.8rem;
  position: relative;
}
.content::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
}
.content::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.content .left {
  float: left;
  width: 30.2083%;
}
.content .left .box {
  width: 2.01001rem;
  margin-left: 1.95rem;
  padding-top: 0.54rem;
}
.content .left .box .job {
  width: 100%;
  margin-bottom: 0.45rem;
}
.content .left .box .job .title {
  font-size: 0.15rem;
  font-weight: bold;
  line-height: 0.15rem;
  color: #333333;
}
.content .left .box .job .line {
  width: 100%;
  height: 2px;
  background-color: #333333;
  margin-top: 0.195rem;
}
.content .left .box .job form {
  width: 100%;
  margin-top: 0.3375rem;
}
.content .left .box .job form input {
  display: none;
}
.content .left .box .job form span {
  border-radius: 0.03rem;
}
.content .left .box .job form span::before {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  content: "";
  background-color: #f6f6f6;
  border: solid 1px #e0e0e0;
  box-sizing: border-box;
  border-radius: 0.03rem;
  position: absolute;
}
.content .left .box .job form span::after {
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  content: "";
  background: #333333;
  float: left;
  border-radius: 0.03rem;
  transform: scale(0);
  background-image: url(../images/icon_pair.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.08rem 0.05rem;
}
.content .left .box .job form input[type="radio"]:checked ~ span::after {
  transform: scale(1);
}
.content .left .box .job form p {
  margin-left: 0.3975rem;
  font-size: 0.12rem;
  line-height: 0.18rem;
  color: #333333;
}
.content .left .box .job form label {
  cursor: pointer;
  display: block;
  margin-bottom: 18px;
}
.content .left .box .job form label:hover p {
  color: #999;
}
.content .right {
  float: left;
  width: 69.7917%;
  position: relative;
  padding-bottom: 0.93rem;
}
.content .right::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
}
.content .right .result {
  font-size: 0.15rem;
  line-height: 0.15rem;
  color: #333333;
  margin-left: 0.3525rem;
  padding-top: 0.54rem;
}
.content .right .result span {
  color: #cd351a;
}
.content .right .list {
  width: 7.73252rem;
  margin-left: 0.3525rem;
  margin-top: 0.195rem;
}
.content .right .list .item {
  width: 100%;
  height: 0.615rem;
  position: relative;
  transition: 0.5s;
}
.content .right .list .item::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content .right .list .item:first-child::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
  position: absolute;
  top: 0;
  left: 0;
}
.content .right .list .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.content .right .list .item a .name {
  font-size: 0.135rem;
  font-weight: bold;
  line-height: 0.615rem;
  color: #333333;
  transition: 0.5s;
}
.content .right .list .item a .add {
  font-size: 0.12rem;
  line-height: 0.615rem;
  color: #333333;
  position: absolute;
  top: 0;
  left: 5.2rem;
}
.content .right .list .item a .button {
  float: right;
  margin-right: 0.2025rem;
}
.content .right .list .item a .button i {
  font-size: 0.12rem;
  line-height: 0.615rem;
  color: #333333;
}
.content .right .list .item:hover {
  background-color: #f8f8f8;
}
.content .right .list .item:hover a .name {
  margin-left: 0.195rem;
}

@media screen and (max-width:1280px) {
  .banner .filter {
    width: 80%;
    left: 10%;
  }
  .banner .filter .sex {
    /* width: calc(2.23501rem - 2px); */
    width: 20%;
  }
  .banner .filter .search {
    /* width: calc(4.23001rem - 2px); */
    width: 40%;
  }
  .banner .filter .button {
    /* width: 1.32rem; */
    width: 12%;
  }
  .content .left {
    float: none;
    width: 100%;
  }
  .content .left .box {
    width: 90%;
    margin-left: 5%;
  }
  .content .left .box .job form::after{
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
  }
  .content .left .box .job form label {
    cursor: pointer;
    display: block;
    width: 20%;
    float: left;
    margin-bottom: 18px;
  }
  .content .right {
    float: none;
    width: 100%;
    position: relative;
    padding-bottom: 0.93rem;
  }
  .content .right .result {
    margin-left: 5%;
  }
  .content .right .list {
    width: 90%;
    margin-left: 5%;
  }
  .content .right .list .item a .add {
    left: calc(50% - 24px);
  }
}
@media screen and (max-width:840px) {
  .banner .filter {
    width: 90%;
    height: 2.6rem;
    left: 5%;
  }
  .banner .filter .title {
    float: none;
    margin-left: calc(50% - 63px);
    margin-top: 0.3rem;
    
  }
  .banner .filter .title .icon {
    width: 0.3rem;
    height: 0.37rem;
  }
  .banner .filter .title .name {
    font-size: 0.26rem;
    line-height: 0.37rem;
  }
  .banner .filter .title::after{
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
  }
  .banner .filter .sex {
    width: 90%;
    margin-left: 5%;
    margin-top: 0.3rem;
  }
  .banner .filter .sex .sex-box .sex-value {
    font-size: 0.18rem;
  }
  .banner .filter .sex ul li {
    font-size: 0.18rem;
  }
  .banner .filter .search {
    width: calc(60% - 2px);
    margin-left: 6%;
    margin-top: 0.3rem;
  }
  .banner .filter .search .search-inputbox .text {
    font-size: 0.18rem;
    line-height: 0.18rem;
    padding-left: 0.19rem;
  }
  .banner .filter .button {
    width: calc(30% - 0.09rem);
    margin-top: 0.3rem;
  }
  .banner .filter .button a {
    font-size: 0.18rem;
  }
  .content .left .box .job .title {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .content .left .box .job form label {
    cursor: pointer;
    display: block;
    width: 30%;
    float: left;
    margin-bottom: 18px;
  }
  .content .left .box .job form p {
    margin-left: 0.26rem;
    font-size: 0.18rem;
    line-height: 0.18rem;
    color: #333333;
  }
  .content .right .result {
    font-size: 0.2rem;
    line-height: 0.2rem;
  }
  .content .right .list .item a .name {
    font-size: 0.18rem;
  }
  .content .right .list .item a .add {
    font-size: 0.16rem;
    left: calc(50% - 10px);
  }
  .content .right .list .item a .button i {
    font-size: 0.16rem;
    line-height: 0.615rem;
    color: #333333;
  }
  .page {
    margin-right: 0;
    display: flex;
    justify-content: center;
  }
  .page .first-page, .page .next-page {
    width: 0.96rem;
    height: 0.39rem;
    background: #F6F6F6;
    border: 1px solid #E0E0E0;
    text-align: center;
    line-height: 0.39rem;
    font-size: 0.16rem;
    color: #333333;
    transition: all 0.5s;
  }
  .page .center .current-page {
    width: 0.39rem;
    height: 0.39rem;
    border: 1px solid #E0E0E0;
    font-size: 0.16rem;
    line-height: 0.39rem;
    text-align: center;
    color: #333333;
  }
  .page .center .all-page {
    width: 0.39rem;
    height: 0.39rem;
    font-size: 0.18rem;
    line-height: 0.39rem;
    text-align: center;
    font-weight: bold;
    color: #333333;
  }
}