#jdkMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.jdkBoss {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -414px;
}
.jdkBox {
  width: 828px;
  height: 490px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 10px;
  padding: 37px;
  overflow-y: auto;
}
.jdkBoxH2 {
  font-size: 24px;
  margin-top: 23px;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 36px;
}
.jdklist-p {
  font-size: 18px;
  margin-bottom: 24px;
}
.jdklist-cona {
  display: inline-block;
  width: 39%;
}

.jdklist-conb {
  display: inline-block;
  width: 20%;
}

.jdklist-conc {
  display: inline-block;
  width: 37%;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-right: 2%;
}

.jdklist-cond {
  display: inline-block;
  width: 20%;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.jdklist-time {
  font-size: 14px;
  color: #E60012;
  margin-top: -8px;
  margin-bottom: 24px;
}

#jdkslMask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}
.jdkslBoss {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jdkslBox {
  width: 320px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.jdkslBox>img {
  width: 60px;
  margin-top: 50px;
}
.jdksltita {
  font-size: 30px;
  color: #0058FF;
  margin: 36px 0 34px;
}
.jdksltitb {
  font-size: 20px;
  color: #000000;
}

.receiveCloseImg {
  width: 25px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.jdkCloseImg {
  width: 38px;
  position: absolute;
  top: 520px;
  right: 400px;
  cursor: pointer;
}
.jdkslCloseImg {
  width: 38px;
  position: absolute;
  top: 260px;
  right: 50%;
  transform: translateX(50%);
  cursor: pointer;
}
@media (max-width: 450px) {
  html {
  }
  .evaluateBox {
    width: 350px;
  }
  .evaluateRow {
    justify-content: center;
  }
  .evaluate-p {
    font-size: 14px;
  }
  .evaluateRow span {
    font-size: 14px;
    margin-right: 15px;
  }
  .evaluate-p {
    text-align: center;
  }
}
