/* 重置 HTML5 元素 */
/* =============================================================== */

/* 导航样式 end */
.impression-class-top {
  width: 100%;
  height: 5.36rem;
  /* border: 1px solid red; */
  background-image: url("../../../static/images/impression/impressionBanner.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.impression-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.impression-content-box {
  margin-left: 3.6rem;
}
.impression-content-box-first {
  font-size: 40px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
}
.impression-content-box-second {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 10px;
}
.content-menu {
  height: 0.56rem;
  width: 100%;
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.content-menu div:first-child {
  width: 7.61rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.16rem;
  color: #c52e34;
}
.content-menu div:nth-child(2) {
  width: 7.61rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 0.16rem;
}
.long-teng-welfare {
  width: 12rem;
  height: 8.59rem;
  margin: 0 auto;
  padding-top: 0.72rem;
  display: flex;
  flex-direction: column;
}
.long-teng-welfare-title {
  font-size: 0.52rem;
  font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.long-teng-text {
  text-align: center;
  font-size: 0.24rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
}
.long-teng-welfare-content {
  flex-grow: 1;
  /* border: 1px solid red; */
  display: flex;
  padding: 0.3rem 0;
}
/* .long-teng-welfare-content .welfare-content-center {
  width: 5.8rem;
  border: 1px solid rgba(197, 46, 52, 0.05);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.welfare-center-box {
  width: 4.8rem;
  height: 4.8rem;
  border: 1px solid rgba(197, 46, 52, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.welfare-content-center {
  position: relative;
  width: 5.8rem;
  height: 5.8rem;
  border: 1px solid rgba(197, 46, 52, 0.05);
  border-radius: 50%;
}

.welfare-center-box {
  width: 5.8rem;
  height: 5.8rem;
  border: 1px solid rgba(197, 46, 52, 0.5);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  animation: diffusionMovement 2s linear 0.5s infinite;
}

.welfare-content-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 5.8rem;
  height: 5.8rem;
  border: 1px solid rgba(197, 46, 52, 0.8);
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  animation: diffusionMovement 2s linear 1s infinite;
}

.welfare-img-box {
  position: absolute;
  left: 24%;
  top: 24%;
  width: 3.06rem;
  height: 3.06rem;
  border-radius: 50%;
  background-image: url("../../../static/images/impression/welfareillustrated.png");
  background-position: center;
  background-size: 100%;
}
@keyframes diffusionMovement {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    opacity: 0;
  }

  25% {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0.1;
  }

  50% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    opacity: 0.55;
  }

  75% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    opacity: 0;
  }
}
.welfare-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.welfare-content-right {
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: center;
}
.welfare-left-box {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-around;
  align-items: flex-start;
  flex-grow: 1;
}
.welfare-content-left .welfare-content-left-iconbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welfare-content-left .welfare-content-left-iconbox img {
  margin-right: 0.38rem;
  width: 0.64rem;
  height: 0.64rem;
}
.welfare-content-left .welfare-content-left-iconbox div {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
}
.welfare-content-right .welfare-content-left-iconbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welfare-content-right .welfare-content-left-iconbox img {
  margin-right: 0.38rem;
}
.welfare-content-right .welfare-content-left-iconbox div {
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
}
/* .welfare-content-img {
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid rgba(197, 46, 52, 0.8);
  border-radius: 50%;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.welfare-img-box {
  width: 3.06rem;
  height: 3.06rem;
  background-image: url("../../../static/images/impression/welfareillustrated.png");
  background-position: center;
  background-size: 100%;
} */
.long-life {
  text-align: center;
  margin-top: 0.3rem;
}
.long-life .long-life-title {
  font-size: 0.36rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0.2rem;
}
.long-life .long-life-content {
  font-size: 0.2rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.life-imgBox-box-img img {
  width: 1.5rem;
  height: 1.5rem;
}
.long-life .long-life-imgBox {
  width: 12rem;
  margin: 0 auto;
  /* border: 1px solid red; */
  display: flex !important;
  height: 7.49rem;
  margin-top: 0.56rem;
}
.long-life-imgBox-right {
  flex: 1;
}
.long-life-imgBox-right .long-life-imgBoxRight {
  display: flex;
}
.long-life-imgBox-right .long-life-imgBoxRight div {
  width: 1.5rem;
  height: 1.5rem;
}
.long-life-imgBox-right .long-life-imgBoxRight .life-imgBox-box {
  background: #f6f6f8;
}
.long-life-imgBox .life-bottom-img img {
  width: 6rem;
  height: 3rem;
}
.life-imgBoxRight-second {
  display: flex;
}
.life-imgBoxRight-second div {
  flex: 1;
}
.life-imgBoxRight-second div img {
  width: 3rem;
  height: 3rem;
}
.building-activities {
  width: 12rem;
  margin: 0 auto;
}
.building-activities-title {
  text-align: center;
  margin-top: 1.08rem;
  font-size: 0.52rem;
  font-family: Alibaba PuHuiTi-Medium, Alibaba PuHuiTi;
  font-weight: 500;
  color: #333333;
}
.long-life-imgBox-left div:first-child img {
  width: 6rem;
  height: 4.49rem;
}
.long-life-imgBox-left div:nth-child(2) img {
  width: 6rem;
  height: 3rem;
}
.building-img-box {
  margin-top: 0.56rem;
}
.building-img-box img {
  width: 100%;
  height: 6.75rem;
  object-fit: cover;
}
.building-list-img {
  display: flex !important;
  width: 100%;
  justify-content: center;
  margin-top: 0.24rem;
}
.building-list-img div {
  margin-right: 0.24rem;
}
.building-list-img div img {
  width: 2.82rem;
  height: 1.58rem;
}
.building-list-img div:last-child {
  margin-right: unset;
}
#footerClass {
  margin-top: 1.37rem;
}
.inser-class-img {
  cursor: pointer;
}
.recruitment-information {
  width: 12rem;
  margin: 0 auto;
  margin-bottom: 1.37rem;
}
.recruitment-content {
  width: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.72rem;
  flex-wrap: wrap;
}
.recruitment-content .recruitment-content-box {
  /* width: 3.84rem; */
  width: 32%;
  height: 2.56rem;
  padding: 0.16rem;
  border: 1px solid #ddd;
  margin-bottom: 0.24rem;
  cursor: pointer;
}
.recruitment-content-box .school-class {
  width: 0.56rem;
  height: 0.2rem;
  background: rgba(197, 46, 52, 0.08);
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  color: #c52e34;
  text-align: center;
  margin-left: 0.05rem;
  font-size: 0.12rem;
}
.recruitment-sarary {
  font-size: 0.18rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #c52e34;
}
.label-box {
  width: 1rem;
  height: 0.38rem;
  opacity: 1;
  border: 1px solid #f4f4f4;
  font-size: 0.14rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  text-align: center;
  margin-top: 0.08rem;
  margin-bottom: 0.17rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jobRequirements-class {
  font-size: 0.14rem;
}
.recruitment-introduce {
  font-size: 0.14rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  border-top: 1px dashed #e5e5e5;
  margin-top: 0.13rem;
  padding-top: 0.07rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recruitment-content-box .recruitment-content-box-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.recruitment-content-box .recruitment-content-box-top .content-box-top-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruitment-content-box
  .recruitment-content-box-top
  .content-box-top-title
  div:first-child {
  font-size: 0.16rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
/* =============== */
.iframe-class {
  border: 1px solid red;
  position: fixed;
  top: 0;
  width: 100%;
}
