.wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ejobIndex {
  width: 100vw;
  height: 100vh;
  background: url('../images/eJob-bg.png') no-repeat left top / cover;
  overflow: hidden;
}
.ejobIndex .box {
  width: 6.9rem;
  height: 7.56rem;
  background: url('../images/eJob-k.png') no-repeat left top / 100%;
  margin: 5.1rem auto;
  padding-top: 1.2rem;
}
.ejobIndex .box ul > a {
  display: block;
  border: 0.04rem solid #ffffff;
  border-radius: 0.1rem;
  width: 6.14rem;
  margin: 0 auto;
  margin-bottom: 0.22rem;
}
.ejobIndex .box ul li {
  padding: 0.45rem 0.44rem 0.45rem 0.52rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ejobIndex .box ul li h2 {
  font-style: italic;
  color: #ffffff;
  font-size: 0.38rem;
  font-weight: 800;
}
.ejobIndex .box ul li:nth-of-type(1) {
  background-color: #a3d9e7;
}
.ejobIndex .box ul li .in {
  text-align: center;
  width: 1.68rem;
  line-height: 0.48rem;
  color: #50a3df;
  background: #fff url('../images/icon-sj.png') no-repeat 90% center / 0.12rem 0.16rem;
  font-size: 0.22rem;
  border-radius: 0.22rem;
}
.lotteryList {
  background-color: #fff;
}
.lotteryList .nav {
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0px;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0.02rem;
}
.lotteryList .nav p {
  position: relative;
  padding: 0.28rem 0.04rem 0.18rem;
  font-size: 0.3rem;
  color: #7b7b7b;
}
.lotteryList .nav p.active {
  color: #000;
  font-weight: bolder;
}
.lotteryList .nav p.active::after {
  content: '';
  position: absolute;
  left: calc(50% - 1em);
  bottom: -0.02rem;
  width: 2em;
  height: 0.06rem;
  background-color: #40bffd;
  border-radius: 0.08rem;
}
.lotteryList .mescroll {
  position: fixed;
  top: 0.98rem;
  bottom: 0;
  height: auto;
  z-index: 10;
}
.lotteryList .data-list > a {
  display: block;
  background-color: #fff;
  padding: 0 0.3rem;
}
.lotteryList .data-list li {
  border-bottom: 0.005rem solid #e0dddd;
  padding: 0.24rem 0rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lotteryList .data-list li .l-div {
  min-width: 2.18rem;
  height: 1.66rem;
  border-radius: 0.08rem;
  position: relative;
}
.lotteryList .data-list li .l-div img {
  max-width: 2.18rem;
  height: 1.66rem;
  object-fit: cover;
  padding: 0;
  border-radius: 0.08rem;
  overflow: hidden;
}
.lotteryList .data-list li .l-div .tip {
  position: absolute;
  right: 0;
  top: 0.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  font-size: 0.22rem;
  padding: 0.04rem 0.15rem;
  border-top-left-radius: 0.06rem;
  border-bottom-left-radius: 0.06rem;
}
.lotteryList .data-list li .l-div .tip2 {
  position: absolute;
  right: 0;
  top: 0.2rem;
  color: #fff;
  background: #3ca2f4;
  font-size: 0.22rem;
  padding: 0.04rem 0.15rem;
  border-top-left-radius: 0.06rem;
  border-bottom-left-radius: 0.06rem;
}
.lotteryList .data-list li .info-box {
  flex-grow: 1;
  margin-left: 0.2rem;
  padding-right: 0.2rem;
}
.lotteryList .data-list li .info-box h2 {
  color: #000;
  font-size: 0.3rem;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.1rem;
  font-weight: 600;
  text-align: left;
}
.lotteryList .data-list li .info-box .date {
  font-size: 0.24rem;
  color: #a6a6a6;
}
