.salaryPage {
  font-family: 'Microsoft YaHei';
}
.salaryPage .title-img {
  padding: 0 0.5rem 0.7rem 0.5rem;
}
.salaryPage .tip {
  font-size: 0.24rem;
  color: #C4C4C4;
  text-align: center;
  font-weight: 300;
  margin: 0.25rem 0;
}
.salaryPage .salary_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  padding: 0 0.5rem;
}
.salaryPage .salary_list img {
  width: 3.1rem;
  height: 2rem;
  margin-bottom: 0.3rem;
}
.salaryPage .seek-btn {
  width: 2.43rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: linear-gradient(90deg, #FE6E47, #FE5A47);
  border-radius: 0.3rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #fff;
  position: relative;
  box-shadow: inset 0 0 0.08rem rgba(255, 251, 155, 0.5);
}
.salaryPage .seek-btn::after {
  position: absolute;
  top: 0.21rem;
  right: 0.25rem;
  display: block;
  content: "";
  width: 0.13rem;
  height: 0.13rem;
  border: 0.03rem solid #ff7566;
  border-left: none;
  border-top: none;
  transform: rotate(-45deg);
}
.salaryPage .btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 0.17rem;
  margin-bottom: 0.6rem;
}
.salaryPage .job_service {
  padding: 0 0.5rem;
}
.salaryPage .job_service dl {
  height: 1.7rem;
  padding: 0.28rem 0.35rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.18rem;
  background-color: #F5F5F5;
  margin-top: 0.2rem;
}
.salaryPage .job_service dl:last-child {
  margin-bottom: 0.4rem;
}
.salaryPage .job_service dt {
  position: relative;
}
.salaryPage .job_service dt .icon {
  width: 0.64rem;
  height: 0.64rem;
  transform: translateY(-21%);
}
.salaryPage .job_service dd {
  width: 4.78rme;
  margin-left: 0.33rem;
}
.salaryPage .job_service dd h1 {
  font-size: 0.28rem;
  color: #333333;
}
.salaryPage .job_service dd p {
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.36rem;
  margin-top: 0.1rem;
}
.salaryPage .studentStory {
  background: #F7F7F7;
  margin: 0.5rem;
  padding: 0.42rem 0;
  border-radius: 0.28rem;
}
.salaryPage .studentStory .swiper-pagination {
  font-size: 0.1rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  --swiper-theme-color: #FD5569;
  --swiper-pagination-color: #FD5569;
}
.salaryPage .studentStory .swiper-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
}
.salaryPage .studentStory .swiper-pagination span {
  margin: 0.26rem 0 0 0.26rem;
}
.salaryPage .studentStory ul {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  margin-bottom: 0.35rem;
}
.salaryPage .studentStory ul li {
  position: relative;
}
.salaryPage .studentStory ul li img {
  width: 2.6rem;
  border-radius: 0.28rem;
}
.salaryPage .studentStory ul li p {
  width: 2.6rem;
  font-size: 0.24rem;
  color: #6C6C6C;
  text-align: left;
  margin: 0.04rem auto;
  font-weight: 400;
  margin-left: 0.1rem;
}
.salaryPage .studentStory ul .tip {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0.97rem;
  z-index: 1;
  width: 2.6rem;
  border-bottom-right-radius: 0.28rem;
  border-bottom-left-radius: 0.28rem;
  height: 0.4rem;
  line-height: 0.4rem;
}
.salaryPage .studentStory ul .tip span {
  color: #FFFD7B;
}
.salaryPage .studentStory ul:last-child {
  margin-bottom: 0;
}
.mask_video {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 130;
}
.mask_video .mask_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.mask_video .mask_con {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80%;
  transform: translate(-50%, -58%);
}
.mask_video .mask_con .close {
  position: absolute;
  width: 0.48rem;
  left: 50%;
  bottom: -0.6rem;
  margin-left: -0.24rem;
}
.mask_video_gf {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 130;
}
.mask_video_gf .mask_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.mask_video_gf .mask_con {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 80%;
  transform: translate(-50%, -58%);
}
.mask_video_gf .mask_con .close {
  position: absolute;
  width: 0.48rem;
  left: 50%;
  bottom: -0.6rem;
  margin-left: -0.24rem;
}
