.jobList {
  width: 16rem;
  margin: 0.47rem auto 0;
  padding-top: 0.78rem;
  padding-bottom: 1rem;
  border-top: 1px solid #d8d8d8;
}
.jobList .item {
  padding: 0.58rem 0.92rem 0.26rem 0.78rem;
  border-bottom: 1px solid #cccccc;
  transition: all 0.6s;
}
.jobList .item .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobList .item .top .title {
  font-family: Source Han Sans,
          Source Han Sans;
  font-weight: 700;
  font-size: 0.2rem;
  color: #003e95;
}
.jobList .item .top .price {
  font-family: Source Han Sans,
          Source Han Sans;
  font-weight: 700;
  font-size: 0.4rem;
  color: #003e95;
}
.jobList .item .desc {
  font-family: Source Han Sans,
        Source Han Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #8b8b8b;
  line-height: 0.32rem;
  margin-top: 0.09rem;
}
.jobList .item .position {
  margin-top: 0.2rem;
  width: 7.93rem;
  height: 0.32rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #00ab7b;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  gap: 0.08rem;
}
.jobList .item .position svg {
  width: 0.15rem;
  height: 0.2rem;
}
.jobList .item .position p {
  font-family: Source Han Sans,
          Source Han Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #00ab7b;
}
.jobList .item .time {
  font-family: Source Han Sans,
        Source Han Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  margin-top: 0.27rem;
}
.jobList .item:hover {
  box-shadow: 0rem 0rem 0.23rem 0rem rgba(0, 0, 0, 0.1);
}
.jobDetail {
  width: 16rem;
  margin: 0.47rem auto 0;
  padding-top: 0.65rem;
  padding-bottom: 1rem;
  border-top: 1px solid #d8d8d8;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.jobDetail .left {
  width: 3.7rem;
  padding: 0.68rem 0.38rem 0.59rem 0.38rem;
  background: #26499d;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
}
.jobDetail .left .text {
  font-family: Source Han Sans,
        Source Han Sans;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.36rem;
}
.jobDetail .left .code {
  width: 1.1rem;
  margin-top: 0.5rem;
}
.jobDetail .left .code img {
  width: 100%;
  height: 1.1rem;
  background-color: #fff;
}
.jobDetail .left .code p {
  font-family: Source Han Sans,
          Source Han Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  text-align: center;
  margin-top: 0.12rem;
}
.jobDetail .left .btn {
  width: 1.65rem;
  height: 0.42rem;
  background: #00ab7b;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans,
        Source Han Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
}
.jobDetail .right {
  padding-top: 0.59rem;
  width: 10.85rem;
}
.jobDetail .right .title {
  font-family: Source Han Sans,
        Source Han Sans;
  font-weight: 700;
  font-size: 0.28rem;
  color: #003e95;
}
.jobDetail .right .item {
  margin-top: 0.35rem;
}
.jobDetail .right .item .text1 {
  font-family: Source Han Sans,
          Source Han Sans;
  font-weight: 700;
  font-size: 0.18rem;
  color: #333333;
}
.jobDetail .right .item .text2 {
  font-family: Source Han Sans,
          Source Han Sans;
  font-weight: 400;
  font-size: 0.16rem;
  color: #8b8b8b;
  line-height: 0.32rem;
  margin-top: 0.16rem;
}

/* 信息弹框样式 */
.modal {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
}

/* 模态框内容的样式 */
.modal-content {
  width: 5.79rem;
  height: 6.47rem;
  background-color: #fff;
  border-radius: 0.05rem;
}

.modal-content div:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 5.79rem;
  height: 0.5rem;
  background: #f7f7f7;
  border-radius: 0.04rem 0.04rem 0rem 0rem;
  padding:0 0.15rem;
}

.modal-content div:nth-child(2) span:nth-child(1) {
  width: 0.72rem;
  height: 0.25rem;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.18rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 0.26rem;
}

.modal-content div:nth-child(2) span:nth-child(2) {
  margin-right: 0.18rem;
}

.modal-content div:nth-child(3) ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 0.1rem;
  padding-left: 0;
}

.modal-content div:nth-child(3) ul li{
    list-style: none;
    position: relative;
}

.modal-content div:nth-child(3) ul li p {
  /* width: 0.8rem; */
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #6d6d6d;
  line-height: 0.5rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.btn_file_label{
    color: #333 !important;
}
.modal-content div:nth-child(3) ul li p span{
    color: #e60012;
}


.modal-content div:nth-child(3) ul li input {
  width: 5.13rem;
  height: 0.44rem;
  background: #ffffff;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #d4dee2;
  display: block;
  padding-left: 0.15rem;
}

.modal-content div:nth-child(3) ul li:nth-child(4) {
  width: 5.13rem;
}

.modal-content div:nth-child(3) ul li:nth-child(4) button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #1155a8;
  margin-bottom: 0.2rem;
  cursor: pointer;
}

.modal-content div:nth-child(3) ul li:nth-child(4) button p:last-child a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.14rem;
  color: #1155a8;
  line-height: 0.42rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
  align-items: center;
}

.modal-content div:nth-child(3) ul li:nth-child(4) button p:last-child a img {
  width: 0.1rem;
  height: 0.18rem;
  vertical-align: middle;
  margin-left: 0.26rem;
}

.modal-content div:nth-child(4) div {
  margin: 0 auto;
  width: 5.13rem;
  height: 0.4rem;
  background: #f8f8f8;
  border-radius: 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-content div:nth-child(4) div p:nth-child(1) {
  height: 0.19rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #6d6d6d;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding-left: 0.21rem;
}

.modal-content div:nth-child(4) div p:nth-child(2) {
  padding-right: 0.18rem;
}

.modal-content div:nth-child(4) div p:nth-child(2) svg{
    width: 15px;
    height: 15px;
    cursor: pointer;
    display: none;
}

.modal-content div:nth-child(5) {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.19rem;
  margin-top: 0.38rem;
}

.modal-content div:nth-child(5) button:nth-child(1) {
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #1155a8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content div:nth-child(5) button:nth-child(1) a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #1155a8;
}

.modal-content div:nth-child(5) button:nth-child(2) {
  width: 1.6rem;
  height: 0.44rem;
  background: #1155a8;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.modal-content div:nth-child(5) button:nth-child(2) a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #fff;
}

.careersClose {
  width: 0.26rem;
  height: 0.26rem;
  cursor: pointer;
}

.careersClose svg {
  width: 100%;
  height: 100%;
  fill: #000;
  display: block;
}


.file{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
    z-index: 10;
    left: 0;
    top: 0;
    cursor: pointer;
}


@media screen and (max-width:1024px){
    .jobList{
        width: 100%;
    }
    .jobList .item{
        padding: 15px;
    }
    .jobList .item .top .title,
    .jobList .item .top .price{
        font-size: 16px;
    }
    .jobList .item .desc{
        font-size: 14px;
        line-height: 1.5;
    }
    .jobList .item .position{
        width: 100%;
    }
    .jobList .item .position svg{
        width: 16px;
        height: 16px;
    }
    .jobList .item .position p{
        font-size: 14px;
    }
    .jobList .item .time{
        font-size: 14px;
    }
    .jobDetail{
        width: 100%;
        padding: 15px;
        flex-direction: column;
        gap: 20px;
    }
    .jobDetail .left{
        width: 100%;
    }
    .jobDetail .left .text{
        font-size: 14px;
    }
    .jobDetail .left .code p{
        font-size: 14px;
    }
    .jobDetail .left .btn{
        font-size: 14px;
    }
    .jobDetail .right{
        width: 100%;
    }
    .jobDetail .right .title{
        font-size: 16px;
    }
    .jobDetail .right .item .text1{
        font-size: 14px;
    }
    .jobDetail .right .item .text2{
        font-size: 14px;
        line-height: 1.5;
    }
    .modal-content div:nth-child(1){
        font-size: 16px;
    }
    .modal-content div:nth-child(3) ul li p{
        font-size: 14px;
    }
}