body {
  background: #FFF;
}
.apply-form {
  width: 7.29166667rem;
  margin: 0.10416667rem auto 0;
}
.apply-form-tip {
  display: none;
}
.apply-form-select {
  width: 3.125rem;
  margin: 0.05208333rem auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  box-shadow: 0 0.01041667rem 0.04166667rem #E7E7E7;
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.apply-form-select li {
  font-size: 0.09375rem;
  font-weight: 600;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  text-align: center;
}
.apply-form-select li a {
  display: block;
}
.apply-form-select li.cur {
  background: var(--main-color);
}
.apply-form-select li.cur a {
  color: #FFF;
}
.remark {
  margin: 0.26041667rem 0 0 0;
  padding: 0.05208333rem;
  text-align: left;
  color: #25b195;
  font-family: 仿宋;
}
.form-ul {
  width: 7.29166667rem;
  margin: 0 auto 0.10416667rem;
  border: solid 0.00520833rem #E7E7E7;
}
.ul-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ul-three {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.form-ul li {
  display: grid;
  grid-template-columns: 0.78125rem auto;
  gap: 0.01041667rem;
  align-items: center;
  padding: 0.078125rem;
  border-top: solid 0.00520833rem #E7E7E7;
}
.form-ul li:nth-child(1) {
  border-top: none;
}
.ul-two li:nth-child(1) {
  border-top: none;
}
.ul-two li:nth-child(2) {
  border-top: none;
}
.ul-three li:nth-child(1) {
  border-top: none;
}
.ul-three li:nth-child(2) {
  border-top: none;
}
.ul-three li:nth-child(3) {
  border-top: none;
}
.form-ul li span {
  padding: 0 0.10416667rem;
  text-align: right;
  font-size: 0.09375rem;
  color: #333;
}
.form-ul li input[type=radio] {
  margin: 0.078125rem 0;
}
.form-ul li select {
  border: 1px solid #dbdbdb;
  border-radius: 0.015625rem;
  font-size: 0.09375rem;
  color: #333333;
  line-height: 0.203125rem;
  height: 0.203125rem;
  padding: 0 0.05208333rem;
  vertical-align: top;
  width: 100%;
  cursor: pointer;
}
.form-ul li input[type=text] {
  border: 0.00520833rem solid #dbdbdb;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.21875rem;
  padding: 0 0.05208333rem;
  width: 100%;
  height: 0.21875rem;
}
.form-ul li input[type=text]:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-ul li input[type=text]::-moz-placeholder {
  color: #ccc;
}
.form-ul li input[type=text]::-ms-input-placeholder {
  color: #ccc;
}
.form-ul li input[type=text]::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.form-ul li input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
.form-ul li textarea {
  width: 100%;
  padding: 0.05208333rem;
  border: 0.00520833rem solid #dbdbdb;
  resize: none;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.11458333rem;
  height: 0.45833333rem;
  outline: 0;
}
.form-ul li textarea::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.form-ul li textarea:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn {
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  width: 0.78125rem;
  border: none;
  background-color: var(--main-color);
  font-size: 0.10416667rem;
  color: #ffffff;
  border-radius: 0.015625rem;
  cursor: pointer;
  padding: 0rem 0.10416667rem;
}
.check-more {
  display: grid;
  grid-template-columns: repeat(auto-fill, 0.52083333rem);
  align-items: center;
  grid-auto-rows: 0.15625rem;
  gap: 0.02604167rem;
}
.check-more dt label {
  font-size: 0.08333333rem;
  padding: 0 0 0 0.015625rem;
}
.check-single {
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
  column-gap: 0.10416667rem;
}
.check-single dt label {
  font-size: 0.08333333rem;
  padding: 0 0 0 0.015625rem;
}
.job-ul {
  width: 7.29166667rem;
  margin: 0 auto 0.10416667rem;
  border: solid 0.00520833rem #E7E7E7;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #F8F8F8;
}
.job-ul li {
  display: grid;
  grid-template-columns: 0.78125rem auto;
  gap: 0.01041667rem;
  align-items: center;
  padding: 0.078125rem;
  border-top: solid 0.00520833rem #E7E7E7;
}
.job-ul li:nth-child(1) {
  border-top: none;
}
.job-ul li:nth-child(2) {
  border-top: none;
}
.job-ul li span {
  padding: 0 0.05208333rem;
  text-align: right;
  font-size: 0.09375rem;
  color: #333;
}
.job-ul li input[type=radio] {
  margin: 0.078125rem 0;
}
.job-ul li input[type=text] {
  border: 0.00520833rem solid #dbdbdb;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.21875rem;
  padding: 0 0.05208333rem;
  width: 100%;
  height: 0.21875rem;
}
.job-ul li input[type=text]:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.job-ul li input[type=text]::-moz-placeholder {
  color: #ccc;
}
.job-ul li input[type=text]::-ms-input-placeholder {
  color: #ccc;
}
.job-ul li input[type=text]::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.job-ul li input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
.job-ul li textarea {
  width: 100%;
  padding: 0.05208333rem;
  border: 0.00520833rem solid #dbdbdb;
  resize: none;
  border-radius: 0.015625rem;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.11458333rem;
  height: 0.34375rem;
  outline: 0;
}
.job-ul li textarea::placeholder {
  color: #ccc;
  font-family: 华文仿宋;
}
.job-ul li textarea:hover {
  border: solid 0.00520833rem #aaa;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.val-phone-block {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
}
.val-phone-block > input[type=text] {
  border: 0.00520833rem solid #dbdbdb;
  border-radius: 0.015625rem 0 0 0.015625rem !important;
  font-size: 0.08333333rem;
  color: #333333;
  line-height: 0.21875rem;
  padding: 0 0.05208333rem;
  height: 0.21875rem;
}
.val-phone-block > input[type=button] {
  height: 0.21875rem;
  line-height: 0.21875rem;
  background-color: var(--main-color);
  border: 0.00520833rem solid var(--main-color);
  font-size: 0.08333333rem;
  color: #ffffff;
  border-radius: 0 0.015625rem 0.015625rem 0;
  cursor: pointer;
  padding: 0 0.05208333rem;
}
.job-add-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.05208333rem;
  margin: -0.10416667rem 0 0;
}
.job-add-block .btnJob {
  width: 1.04166667rem;
  margin: 0.05208333rem 0;
  line-height: 0.26041667rem;
  text-align: center;
  font-size: 0.09375rem;
  color: #FFF;
  border: solid 0.00520833rem #E7E7E7;
  border-radius: 0.13020833rem;
  background: var(--main-color);
  cursor: pointer;
}
.job-add-block .job-add-remark {
  font-size: 0.09375rem;
  color: #999;
  font-family: 仿宋;
}
/*# sourceMappingURL=job-apply.css.map */