.nav-logo img {
  width: 100px;
}
.iconGame img {
  border-radius: 83px;
  max-width: 350px;
}
.title-p .testimonial-content p {
  margin-bottom: 0 !important;
}
.error-message {
  color: red;
}
.team-active .team-item {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}
.pop-upNotification {
  /* 隐藏的职位详情 */
  /* Modal 样式 */
}
.pop-upNotification h1 {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  display: inline-block;
  padding-bottom: 5px;
}
.pop-upNotification .search-box {
  display: flex;
  margin: 20px 0;
}
.pop-upNotification .search-box input {
  flex: 1;
  padding: 15px;
  font-size: 16px;
  border: none;
}
.pop-upNotification .search-box button {
  background: purple;
  color: #fff;
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.pop-upNotification .job-list {
  background: #fff;
  padding: 20px;
}
.pop-upNotification .job-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  gap: 20px;
  border-bottom: 1px solid #eee;
}
.pop-upNotification .job-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.pop-upNotification .job-info img {
  width: 70px;
  height: 70px;
}
.pop-upNotification .job-title {
  font-size: 20px;
  font-weight: bold;
}
.pop-upNotification .job-actions button {
  background: purple;
  color: #fff;
  border: none;
  padding: 10px 15px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 3px;
}
.pop-upNotification .job-detail {
  display: none;
}
.pop-upNotification .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.pop-upNotification .modal-content {
  background: #fff;
  padding: 20px;
  width: 600px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}
.pop-upNotification .modal-content h2 {
  margin-top: 0;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666666;
}
.pop-upNotification .modal-content h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.pop-upNotification .close {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
.iconBox .icon {
  display: block;
  margin: 0 auto;
}
.iconBox .img {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.iconBox .img img {
  height: 45px;
  max-width: 160px;
  border-radius: 0;
}
/* 手机屏幕（小于768px） */
@media screen and (max-width: 767px) {
  .iconBox {
    text-align: center;
  }
  .iconBox h2 {
    margin-top: 20px;
  }
}
/*# sourceMappingURL=style.css.map */