.job {
  padding: 1.08rem 0 1.01rem;
  margin-bottom: 1rem;
}

.job .title {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: .35rem;
  color: #000000;
  text-align: center;
}

.job .list {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: .82rem;
  margin-bottom: 1.18rem;
}

.job .list .item {
  width: 5rem;
  height: 1.41rem;
  background: linear-gradient(45deg, #FDFEFF 0%, #F4F4F4 100%);
  box-shadow: -0.02rem 0.04rem 0.2rem 0.01rem rgba(73, 141, 183, 0.25);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border-top: .06rem solid #FFFFFF;
  padding: .3rem;
}

.job .list .item:hover {
  background: linear-gradient(45deg, #FFFFFF 0%, #DDF3FF 100%);
}

.job .list .item .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.25rem;
  color: #000000;
  margin-bottom: .26rem;
}

.job .list .item:hover .tit {
  color: #3EB6FF;
}

.job .list .item .info {
  display: flex;
  align-items: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #BCBCBC;
  gap: .16rem;
  line-height: 1;
}

.job .list .item .info span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #606060;
  line-height: 1.5;
}

.job .list .item:hover .info span:first-child {
  color: #3EB6FF;
}

.jobDet {
  padding: 1.08rem 0 1.76rem;
  margin-bottom: 1rem;
}

.jobDet .title {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.45rem;
  color: #000000;
  margin-bottom: .33rem;
}

.jobDet .info {
  display: flex;
  align-items: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.12rem;
  color: #BCBCBC;
  gap: .16rem;
  line-height: 1;
  padding-bottom: .37rem;
  border-bottom: 0.01rem solid #E5E5E5;
}

.jobDet .info span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: #606060;
  line-height: 1.5;
}

.detItem {
  padding: .36rem 0 .5rem;
  border-bottom: 0.01rem solid #E5E5E5;
}

.detItem .tit {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.22rem;
  color: #000000;
  margin-bottom: .35rem;
}

.detItem .content {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #606060;
}

.jobMail {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 0.2rem;
  color: #606060;
  margin: .5rem 0 .5rem;
}

.showAlert {
  width: 2rem;
  height: 0.73rem;
  background: linear-gradient(45deg, #FDFEFF 0%, #DEF3FF 100%);
  box-shadow: -0.02rem 0.04rem 0.2rem 0.01rem rgba(73, 141, 183, 0.25);
  border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
  border-top: .04rem solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 0.2rem;
  color: #000000;

}

.jobAlert {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, .4);
  display: none;
}

.jobAlertCenter {
  width: 5.79rem;
  /* height: 6.47rem; */
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.jobAlertTitle {
  width: 5.79rem;
  height: 0.5rem;
  background: #F7F7F7;
  border-radius: 0.04rem 0.04rem 0rem 0rem;
  font-size: 0.18rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  padding: 0 .29rem;
  padding-right: .18rem;
  box-sizing: border-box;
  justify-content: space-between;
}

.jobAlertTitle img {
  width: .26rem;
  height: .26rem;
  cursor: pointer;
}

.jobAlerText {
  width: 100%;
  padding: .29rem .33rem .44rem;
  box-sizing: border-box;
}

.jobAlertItem {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: .2rem;
}

.jobAlertItem p {
  font-size: 0.16rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
  margin-bottom: .14rem;
}

.jobAlertItem input {
  width: 100%;
  height: 0.44rem;
  background: #FFFFFF;
  border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
  border: 0.01rem solid #D4DEE2;
  box-sizing: border-box;
  padding: 0 .15rem;
  box-sizing: border-box;
}


.jobAlertItem label {
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #0051A0;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobAlertItem label p {
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #0051A0;
  margin: 0;
}

.jobAlertItem label img {
  width: .1rem;
  margin-left: .27rem;
}

.fileName {
  height: 0.4rem;
  background: #F8F8F8;
  padding: 0 .4rem 0 .21rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #6D6D6D;
  position: relative;
  margin-bottom: .38rem;
}

.fileName img {
  position: absolute;
  right: .09rem;
  top: 50%;
  transform: translateY(-50%);
  width: .26rem;
  height: .26rem;
  cursor: pointer;
}

.buttonBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttonBox button {
  margin: 0 .1rem;
  width: 1.6rem;
  height: 0.44rem;
  border-radius: 0.24rem 0.24rem 0.24rem 0.24rem;
  border: 0.01rem solid #0051A0;
  box-sizing: border-box;
  font-size: 0.14rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  color: #0051A0;
}

.buttonBox button:hover {
  background: #0051A0;
  color: #FFFFFF;
}