.job {
  width: 100%;
  background-color: #f3f7fe;
  padding-top: 6.375rem;
  height: auto;
  margin: 0 auto;
}

.job .view {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 3.375rem;
}

.job .tit {
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #1862EC;
  line-height: 48px;
}

.job .j-box {
  margin-top: .9rem;
  width: 27.5rem;
  height: auto;
  background-color: #fff;
  padding: .975rem 1.325rem 2.275rem 1.325rem;
  border-radius: 1rem;
}

.job .j-box .t-box {
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  height: 1.6rem;
  background-color: #1862EC;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: .6rem;
}

.job .j1 {
  padding-bottom: .825rem;
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}

.t1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .3rem;
}

.t1 .ll {
  width: 17%;
  /* margin-right: 2.5rem; */
  font-weight: 500;
  color: #666666;
}

.t1 .iptt {
  width: 85%;
  height: 1.2rem;
  border: 1px solid rgba(158, 157, 159, 0.25);
  font-size: .45rem;
  padding-left: 20px;
  padding-right: 20px;
  /* color: rgba(51, 51, 51, 0.5); */
  color: #666;
}



.t1 .sea {
  width: 85%;
  height: 1.2rem;
  border: 1px solid rgba(158, 157, 159, 0.25);
  font-size: .45rem;
  background-color: #f6f9fe;
  padding: 0 .5rem;
}

.t1 .sea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* 添加右边距 */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpolygon fill='%230000ff' points='0,0 10,0 5,6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  /* 调整背景位置 */
  background-size: 10px 6px;
}

/* 美化下拉箭头 */
.t1 .sea::-ms-expand {
  display: none;
}

.t1 .iptdate {
  padding-right: .25rem;
  background-color: #f6f9fe;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  /* background-color: rgba(240, 224, 11, 0.986) !important; */
  background-color: #e79d13 !important;
  border-radius: 5px;
}

.t1 .da {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t1 .da .d1 {
  width: 48% !important;
}

.t1 .da .bot {
  width: 9px;
  height: 2px;
  background-color: #ccc;
}


.job .j2 {
  padding-top: .825rem;
  padding-bottom: .825rem;
  border-bottom: 2px solid rgba(51, 51, 51, 0.1);
}


.job .j3 {
  padding-top: .725rem;
}

.job .j3 .txt {

  font-weight: 500;
  margin-bottom: .65rem;
}

.job .j3 .box {
  width: 100%;
  height: auto;
  border: 1px solid rgba(158, 156, 158, 0.25);
  padding: .75rem;
  margin-bottom: 10px;
}

.job .j3 .abox {
  margin-bottom: .875rem;

}

.job .j4 .top {
  display: flex;
  align-items: center;
  margin-bottom: .3rem;
}

.file-upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  border-radius: 3px;
  width: 132px;
  height: 43px;
  background: #F7F7F7;
  border: 1px solid #E5E5E5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .6rem;
}

.file-upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
}

.job .j4 .top .t1 {
  font-weight: 500;
  margin-right: .575rem;
}

.ajj {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.job .more {
  width: 4.05rem;
  height: 1.35rem;
  background: #1862EC;
  box-shadow: 0px 5px 5px 0px rgba(51, 51, 51, 0.2);
  border-radius: .675rem;
  color: #fff;
}


.job .j4 .li {
  margin-top: .875rem;
  position: relative;
  width: 10.75rem;
  height: 54px;
  background: #FFFFFF;
  border: 1px solid rgba(158, 157, 159, .5);
  display: flex;
  align-items: center;
}

.job .j4 .li .lab::after {
  content: "";
  width: 1px;
  height: 30px;
  background: #333333;
  opacity: 0.2;
  position: absolute;
  top: 12px;
  right: 0;
}

.job .j4 .li .lab {
  width: 1.45rem;
  height: 100%;
  position: relative;
}

.job .j4 .li input {
  padding: 0 0.5rem;
  font-size: 18px;
}

.job .j4 .li input::placeholder {
  color: #999;
}


.job .j4 .li img {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.col-ccc {
  color: #ccc;
}

@media (max-width: 1024px) {
  .job .j-box {
    width: 100%;
  }

  .job .j-box .t-box {
    height: auto;
  }

  .ajj {
    align-items: center;
    flex-direction: column;
  }

  .job .j4 .li {
    margin-bottom: 1rem;
  }
}



/* pc-header1 */








.pc1 .numlist .li a {
  color: #333;
  z-index: 11111;
}

.pc1 .numlist .li:hover a {
  color: #1862ec;
}

.pc1 .right-btn .li a {
  color: #333;
  font-weight: bold;
}








.pc1 .right-btn .li2 {

  border: 1px solid #333;

}




.pc1 .right-btn .li2 .image img {

  filter: grayscale(100%) brightness(30%);
}

.pc1 .right-btn .li2:hover .image img {
  filter: brightness(200%);
}

.pc1 {
  background-color: #fff;
  z-index: 111;
}

.nd {
  position: relative;
  z-index: 0;
}