.wrapper {
  max-width: 1460px;
}

.mod {
  --mod-title-color: rgba(50, 50, 50, 1);
}

.mod .mod-hd h3 {
  font-weight: normal;
}

@media only screen and (min-width: 768px) {
  .welfare-list {
    --gap: 0.28rem;
    --item-margin-bottom: 0.28rem;
  }
}

.welfare-list > li {
}

.welfare-list-item {
  position: relative;
  height: 100%;
}

.welfare-list-item .meta {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0.28rem 0.78rem;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s;
}

.welfare-list-item .title {
  color: rgba(255, 255, 255, 1);
  font-size: var(--font36);
  transition: all 0.3s;
}

.welfare-list-item .pic,
.welfare-list-item .pic img {
  border-radius: 0.16rem;
}

.welfare-list-item:hover .upimg {
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .job-list {
    --gap: 0.2rem;
    --item-margin-bottom: 0.4rem;
  }
}

.job-list > li {
}

.job-list-item {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 0.08rem;
  box-shadow: 0.0166rem 0.0112rem 0.05rem 0px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 1);
  padding: 0.36rem 0.32rem;
  overflow: hidden;
}

.job-list-item .meta {
}

.job-list-item .title {
  color: rgba(50, 50, 50, 1);
  font-size: var(--font24);
  transition: all 0.3s;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 0.16rem;
  margin-bottom: 0.32rem;
}

.job-list-item .desc {
  color: rgba(120, 120, 120, 1);
  font-size: var(--font16);
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  .job-list-item .title {
    font-size: 16px;

    padding-bottom: 8px;
    margin-bottom: 12px;
  }

  .job-list-item .desc {
    font-size: 14px;
  }
}

.row1 {
  background-color: #f9f9f9;
  padding: 0.92rem 0;
  margin-bottom: 0.8rem;
}

.row1 .flex-box-left {
  width: 45%;
}

.row1 .flex-box-right {
  padding-left: 0.88rem;
  width: 55%;
}

.talent-info {
  padding: 0.16rem 0.96rem;
  color: rgba(50, 50, 50, 1);
  font-size: var(--font18);
  line-height: 2;
  text-align: justify;
}

.quote:before,
.quote::after {
  /* font-family: "Font Awesome 6 Free"; */
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  color: #ece9f0;
  font-size: 1rem;
  display: block;
  line-height: 1;
}

.quote:before {
  /* content: "\f10d"; */
  content: "\201c";
}

.quote::after {
  /* content: "\f10e"; */
  content: "\201d";
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .talent-info {
    font-size: 14px;
    padding: 0 20px;
  }

  .quote:before,
  .quote::after {
    font-size: 48px;
  }
}
