.one {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  margin-top: 100px;
}

.one .position {
  font-size: 36px;
}

.one .date {
  font-size: 14px;
  color: #717171;
  margin-top: 30px;
  margin-bottom: 5px;
}

.one .work {
  font-size: 14px;
  color: #717171;
  margin-bottom: 40px;
}

.layui-btn-normal {
  background-color: #3877fd;
}

.btn-join {
  padding: 28px 45px;
  line-height: 3px;
  font-size: 16px;
  height: auto;
}

.btn-icon {
  padding-right: 4px;
}

.two {
  background: #fff;
  margin-bottom: 100px;
}

.two .t-content {
  padding-top: 43px;
  padding-left: 44px;
}

.two .job-desc {
  font-size: 18px;
  font-family: 'sansBold';
  padding-bottom: 4px;
}

.two .t-list {
  padding-left: 2%;
}

.two .t-list li {
  list-style-type: disc;
  color: #515151;
  line-height: 36px;
}

.two .job-top {
  padding-top: 54px;
}

.two .job-bottom {
  padding-bottom: 40px;
}

/* 简历表单 */
/* .resume-form {
  background: #ffffff;
} */

.resume-form .title {
  font-size: 30px;
  font-family: 'sansRegular';
  padding-bottom: 15px;
}

.resume-form .title .bcolor {
  color: #3877fd;
}

.layui-form-select dl dd.layui-this {
  color: #3877fd;
}

.layui-input,
.layui-select,
.layui-textarea {
  height: 44px;
  background: #ebebeb;
  border-radius: 0.385rem;
  /* color: #8f8f8f; */
  font-size: 14px;
}

.layui-layer-setwin span {
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 18px;
  margin-left: 0px;
  text-align: center;
  font-size: 30px;
  margin-right: 16px;
}

.layui-textarea {
  height: 142px;
  padding: 10px;
}

.layui-form-select .layui-input {
  color: #8f8f8f;
}

.layui-textarea {
  border-bottom: unset;
}

.cv {
  display: flex;
  align-items: flex-end;
}

.cv-file {
  font-size: 14px;
  color: #4e4d4d;
  font-family: 'sansBold';
}

.cv .cv-format {
  font-size: 14px;
  color: #aaa9a9;
  font-family: 'sansRegular';
  padding-left: 8px;
}

.btn-file {
  background: #3877fd;
  color: #fff;
  height: 31px;
  line-height: 31px;
  border-radius: 0.25rem;
  padding: 0 8px;
}

.btn-file:hover {
  color: #979797;
}

.df {
  display: flex;
  align-items: baseline;
}

.btn-submit {
  background: #3877fd;
  height: 44px;
  width: 140px;
  font-family: 'sansRegular';
  border-radius: 0.385rem;
  font-size: 16px;
  padding: 0;
  margin-top: 25px;
}

.sub-block {
  margin-left: 35%;
}

/* 笔记本 */
@media screen and (max-width: 1024px) {
  .one .position {
    font-size: 24px;
  }

  .btn-join {
    padding: 20px 29px;
  }

  .two .t-content {
    padding-right: 7%;
  }
}

/* 大型笔记本 */
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .one .position {
    font-size: 24px;
  }

  .btn-join {
    padding: 23px 34px;
  }

  .two .t-content {
    padding-right: 7%;
  }
}

/* 手机端 */
@media (max-width: 768px) {
  .one {
    margin-top: 50px;
  }

  .one .position {
    font-size: 18px;
  }

  .btn-join {
    padding: 17px 15px;
  }

  .two {
    margin-bottom: 50px;
  }

  .two .job-desc {
    font-size: 16px;
  }

  .two .t-list li {
    font-size: 14px;
  }

  .resume-form .title {
    font-size: 18px;
  }

  .layui-layer-title {
    border-bottom: 0;
  }

  .layui-layer-setwin span {
    font-size: 25px;
  }

  .w50 {
    width: 100%;
  }

  .layui-form-item .layui-inline:nth-child(2n) {
    width: 100%;
  }

  .df {
    display: flex;
    flex-direction: column;
  }

  .btn-submit {
    height: 39px;
    width: 120px;
    font-size: 16px;
  }

}