body {
  background-color: #F9FAFC; }

.apply {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999; }
  .apply .apply-box {
    width: 480px;
    padding: 24px 40px;
    background-color: #fff;
    border-radius: 20px; }
    .apply .apply-box .apply-btns {
      margin-top: 40px;
      text-align: right;
      font-size: 0; }
      .apply .apply-box .apply-btns .btn {
        color: #222;
        border: 1px solid #E6E6E6;
        width: 100px;
        height: 42px;
        background-color: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        margin-right: 20px;
        transition: background-color .5s;
        cursor: pointer; }
        .apply .apply-box .apply-btns .btn:last-child {
          margin-right: 0; }
        .apply .apply-box .apply-btns .btn:hover {
          background-color: rgba(247, 247, 247, 0.8); }
      .apply .apply-box .apply-btns .submit {
        background-color: #69d1f3;
        color: #fff;
        border-color: #69d1f3; }
        .apply .apply-box .apply-btns .submit:hover {
          background-color: rgba(42, 113, 255, 0.8);
          border-color: rgba(42, 113, 255, 0.8); }
    .apply .apply-box .apply-form {
      margin-top: 30px; }
      .apply .apply-box .apply-form .form-item {
        display: flex;
        align-items: center;
        margin-bottom: 20px; }
        .apply .apply-box .apply-form .form-item:last-child {
          margin-bottom: 0; }
        .apply .apply-box .apply-form .form-item .label {
          margin-right: 20px;
          font-size: 15px;
          position: relative;
          padding-left: 10px;
          width: 40px; }
          .apply .apply-box .apply-form .form-item .label::before {
            content: '*';
            color: red;
            position: absolute;
            left: 1px;
            top: 0; }
        .apply .apply-box .apply-form .form-item .input {
          flex: 1; }
          .apply .apply-box .apply-form .form-item .input input {
            outline: none;
            height: 50px;
            border: 0;
            width: 100%;
            border-radius: 8px;
            background-color: #F7F7F7;
            padding: 14px 20px;
            margin-top: 0; }
      .apply .apply-box .apply-form .imgs {
        align-items: flex-start; }
        .apply .apply-box .apply-form .imgs .label {
          margin-top: 18px; }
        .apply .apply-box .apply-form .imgs .tips {
          color: #9A9EA4;
          font-size: 14px;
          margin-left: 24px; }
        .apply .apply-box .apply-form .imgs .input {
          display: flex;
          align-items: center; }
          .apply .apply-box .apply-form .imgs .input .upload {
            width: 120px;
            height: 120px;
            background-color: #F7F7F7;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 5px;
            flex-direction: column;
            position: relative;
            overflow: hidden; }
            .apply .apply-box .apply-form .imgs .input .upload p {
              font-size: 14px;
              color: #9A9EA4;
              margin-top: 16px; }
            .apply .apply-box .apply-form .imgs .input .upload input {
              position: absolute;
              top: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              cursor: pointer; }
            .apply .apply-box .apply-form .imgs .input .upload img {
              max-width: 120px;
              max-height: 120px; }
    .apply .apply-box .apply-top {
      display: flex;
      justify-content: space-between;
      padding-bottom: 14px;
      border-bottom: 1px solid #e6e6e6;
      position: relative; }
      .apply .apply-box .apply-top::before {
        content: '';
        position: absolute;
        bottom: -1px;
        height: 2px;
        background-color: #69d1f3;
        left: 0;
        width: 50px; }
      .apply .apply-box .apply-top h3 {
        font-size: 18px;
        color: #222; }
      .apply .apply-box .apply-top img {
        width: 24px;
        cursor: pointer; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .apply .apply-box {
      width: 500px; }
      .apply .apply-box .apply-form .form-item .label {
        width: 60px;
        font-size: 21px;
        padding-left: 15px; }
      .apply .apply-box .apply-form .form-item .input input {
        font-size: 18px; }
      .apply .apply-box .apply-form .form-item .input .upload p {
        font-size: 18px; }
      .apply .apply-box .apply-form .imgs .tips {
        font-size: 18px; }
      .apply .apply-box .apply-top h3 {
        font-size: 26px; }
      .apply .apply-box .apply-top img {
        width: 31px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .apply .apply-box {
      width: initial;
      margin: 0 0.41rem;
      padding: 0.41rem 0.52rem;
      border-radius: 0.26rem; }
      .apply .apply-box .apply-top {
        padding-bottom: 0.28rem; }
        .apply .apply-box .apply-top h3 {
          font-size: 0.44rem; }
        .apply .apply-box .apply-top img {
          width: 0.57rem; }
      .apply .apply-box .apply-btns .btn {
        width: 2.32rem;
        font-size: 0.36rem;
        height: 0.93rem;
        margin-right: 0.39rem; }
      .apply .apply-box .apply-form {
        margin-top: 0.41rem; }
        .apply .apply-box .apply-form .form-item {
          margin-bottom: 0.36rem; }
          .apply .apply-box .apply-form .form-item .label {
            width: 1.2rem;
            font-size: 0.36rem; }
          .apply .apply-box .apply-form .form-item .input input {
            display: inline-block;
            height: 0.93rem;
            padding: 0.26rem 0.36rem; }
        .apply .apply-box .apply-form .imgs .input .upload {
          width: 2.22rem;
          height: 2.22rem; }
          .apply .apply-box .apply-form .imgs .input .upload img {
            max-width: 2.22rem;
            max-height: 2.22rem;
            width: 0.44rem; }
          .apply .apply-box .apply-form .imgs .input .upload p {
            font-size: 0.31rem;
            margin-top: 0.31rem; }
        .apply .apply-box .apply-form .imgs .input .tips {
          font-size: 0.31rem;
          margin-left: 0.44rem; } }

.position-details {
  margin: 1.042vw 9.375vw 0;
  background-color: #fff;
  padding: 2.083vw 9.375vw;
  display: flex;
  justify-content: space-between; }
  .position-details .title {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .position-details .title h3 {
      font-size: 1.042vw;
      color: #222; }
    .position-details .title a {
      color: #9A9EA4;
      font-size: 0.729vw; }
    @media screen and (min-width: 768px) and (max-width: 1180px) {
      .position-details .title h3 {
        font-size: 26px; }
      .position-details .title a {
        font-size: 18px; } }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .position-details .title h3 {
        font-size: 0.39rem; }
      .position-details .title a {
        font-size: 0.31rem; } }
  .position-details .recommend {
    width: 19.792vw; }
    .position-details .recommend .list .item {
      display: block;
      margin-top: 1.042vw;
      padding: 1.563vw;
      background-color: #F9FAFC;
      width: 19.271vw;
      margin-right: 1.563vw;
      transition: transform .5s; }
      .position-details .recommend .list .item:hover {
        transform: scale(1.1);
        box-shadow: 0px 2px 20px rgba(230, 230, 230, 0.8); }
      .position-details .recommend .list .item:nth-child(3n-0) {
        margin-right: 0; }
      .position-details .recommend .list .item .top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.833vw; }
        .position-details .recommend .list .item .top .name {
          font-size: 0.938vw;
          font-weight: bold;
          color: #222;
          flex: 1; }
        .position-details .recommend .list .item .top .price {
          color: #69d1f3;
          font-weight: bold;
          font-size: 0.938vw;
          font-family: PingFang SC-Medium, PingFang SC; }
      .position-details .recommend .list .item .bottom {
        display: flex;
        justify-content: space-between; }
        .position-details .recommend .list .item .bottom .time {
          font-size: 0.729vw;
          color: #9A9EA4; }
        .position-details .recommend .list .item .bottom .address {
          font-size: 0.729vw;
          color: #444; }
  .position-details .left {
    width: 35.417vw; }
    .position-details .left .describe {
      color: #444;
      font-size: 0.938vw;
      margin-top: 1.042vw;
      margin-bottom: 1.563vw; }
      .position-details .left .describe:last-child {
        margin-bottom: 0; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .position-details {
      display: block;
      margin: 0 46px;
      padding: 40px 31px; }
      .position-details .left {
        width: initial; }
        .position-details .left .describe {
          margin-bottom: 40px;
          font-size: 21px;
          margin-top: 20px; }
      .position-details .recommend {
        width: initial;
        margin-top: 40px; }
        .position-details .recommend .list .item {
          display: block;
          width: initial;
          margin-right: 0;
          margin-top: 26px;
          padding: 31px; }
          .position-details .recommend .list .item .top {
            margin-bottom: 16px; }
            .position-details .recommend .list .item .top .name, .position-details .recommend .list .item .top .price {
              font-size: 26px; }
          .position-details .recommend .list .item .bottom .time, .position-details .recommend .list .item .bottom .address {
            font-size: 23px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .position-details {
      display: block;
      margin: 0.41rem;
      padding: 0.41rem; }
      .position-details .left {
        width: initial; }
        .position-details .left .describe {
          margin-bottom: 0.57rem;
          font-size: 0.36rem;
          margin-top: 0.31rem; }
      .position-details .recommend {
        width: initial;
        margin-top: 0.77rem; }
        .position-details .recommend .list .item {
          width: initial;
          margin-right: 0;
          padding: 0.41rem;
          margin-bottom: 0.31rem;
          margin-top: 0.41rem; }
          .position-details .recommend .list .item .top {
            margin-bottom: 0.26rem; }
            .position-details .recommend .list .item .top .name, .position-details .recommend .list .item .top .price {
              font-size: 0.36rem; }
          .position-details .recommend .list .item .bottom .time, .position-details .recommend .list .item .bottom .address {
            font-size: 0.34rem; } }

.top-details {
  background: url("../img/talent_recruitment/top-bg.png") no-repeat 0 0;
  background-size: cover;
  padding-top: 72px; }
  .top-details .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 3.750vw;
    padding-bottom: 3.125vw; }
    .top-details .content .right {
      text-align: right; }
      .top-details .content .right .time {
        color: rgba(255, 255, 255, 0.8);
        font-size: 0.729vw;
        margin-bottom: 1.146vw; }
      .top-details .content .right .btn {
        background-color: #69d1f3;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 0.938vw;
        cursor: pointer;
        padding: 0.625vw 1.146vw;
        border-radius: 5px;
        color: #fff; }
        .top-details .content .right .btn img {
          margin-left: 1.042vw;
          width: 1.875vw; }
    .top-details .content .left .bottom {
      color: #fff;
      display: flex; }
      .top-details .content .left .bottom .item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 1.563vw; }
        .top-details .content .left .bottom .item img {
          margin-right: 3px; }
      .top-details .content .left .bottom .requirement {
        display: flex; }
    .top-details .content .left .top {
      margin-bottom: 1.042vw;
      display: flex; }
      .top-details .content .left .top .name {
        font-size: 1.458vw;
        color: #fff;
        font-weight: bold;
        margin-right: 3.125vw; }
      .top-details .content .left .top .price {
        font-size: 1.458vw;
        color: #84ADFF; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .top-details {
      padding-top: 82px; }
      .top-details .content {
        padding: 30px 46px;
        display: block; }
        .top-details .content .right {
          margin-top: 0.52rem;
          text-align: left;
          position: relative; }
          .top-details .content .right .time {
            font-size: 18px;
            margin-bottom: 0; }
          .top-details .content .right .btn {
            position: absolute;
            top: 0;
            right: 0;
            padding: 14px 25px;
            font-size: 23px; }
            .top-details .content .right .btn img {
              width: 47px;
              margin-left: 22px; }
        .top-details .content .left .top .name, .top-details .content .left .top .price {
          font-size: 26px; }
        .top-details .content .left .bottom {
          font-size: 18px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .top-details {
      padding-top: 1.14rem; }
      .top-details .content {
        padding: 0.52rem 0.41rem 0.52rem;
        display: block; }
        .top-details .content .right {
          margin-top: 0.52rem;
          text-align: left;
          position: relative; }
          .top-details .content .right .time {
            font-size: 0.31rem;
            margin-bottom: 0; }
          .top-details .content .right .btn {
            position: absolute;
            top: 0.13rem;
            right: 0;
            padding: 0.26rem 0.31rem;
            font-size: 0.36rem; }
            .top-details .content .right .btn img {
              width: 0.59rem;
              margin-left: 0.31rem; }
        .top-details .content .left .top {
          margin-bottom: 0.39rem; }
          .top-details .content .left .top .name {
            font-size: 0.44rem;
            margin-right: 0.65rem; }
          .top-details .content .left .top .price {
            font-size: 0.44rem; }
        .top-details .content .left .bottom {
          display: block; }
          .top-details .content .left .bottom .item {
            display: inline-flex;
            margin-right: 0.57rem;
            font-size: 0.31rem; }
          .top-details .content .left .bottom .requirement {
            display: inline-block; }
            .top-details .content .left .bottom .requirement .item:last-child {
              margin-right: 0; } }
