@charset "UTF-8";
html,
body {
  height: auto;
  background: #f7faff;
}

.wrap {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 15px 0;
  overflow: hidden;
}

.app-title {
  text-align: center;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  margin-top: 10px;
}

/* 轮播图 */
.mySwiper {
  width: 100%;
  height: 160px;
}

/* .mySwiper .img-box::before {
    padding-top: 153px;
} */
.mySwiper .swiper-slide {
  background-color: transparent;
  overflow: hidden;
}

.mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  border-radius: 1rem;
  background-color: #ffffff;
  opacity: 0.4;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.mySwiper .swiper-slide {
  overflow: hidden;
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: contain;
}

/* 通知 */
.notice-wrap {
  margin-top: 15px;
  padding-bottom: 10px;
}

.notice-icon {
  width: 15px;
  height: 13px;
  margin-top: 4px;
}

.noticeSwiper {
  width: 320px;
  height: 20px;
  margin-left: 9px;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  line-height: 20px;
}

.notice-content-title {
  width: 220px;
  font-size: 12px;
  color: #333;
}

.notice-content-date {
  color: #999;
  font-size: 12px;
}

/* 统一导航 */
.unified-nav {
  margin-top: 15px;
}

.unified-nav-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2rem;
}

.unified-nav-more {
  font-size: 12px;
  color: #999;
}

.unified-nav-more-text {
  margin-top: 0.3rem;
}

.unified-nav-more .unified-nav-more-img {
  width: 0.8rem;
  margin: 0.4rem 0 0 0.6rem;
}

/* 新版样式 */
.logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.4rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.logo-img-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 18.9rem;
  height: 4.2rem;
  padding: 0 3.2rem 0 2rem;
  box-sizing: border-box;
}
.logo-img {
  width: auto;
  height: 3.2rem;
}

.logo-inp-wrap {
  flex-shrink: 1;
  position: relative;
  width: 25rem;
  height: 2.8rem;
  background: #eeeeee;
  border-radius: 14px;
}

.logo-inp-wrap input {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 1rem 0 2.5rem;
  text-align: center;
}

.logo-img-search {
  position: absolute;
  left: 15%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  z-index: 2;
}

.link-wrap {
  width: 100%;
  height: auto;
  padding: 20px 5px 0;
  box-sizing: border-box;
}

.link-list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.link-item {
  position: relative;
  display: block;
  width: 25%;
  height: auto;
  margin: 0 0 17px 0;
}

.link-item:nth-child(3n) {
  margin-right: 0;
}

.link-item-img {
  display: block;
  width: auto;
  height: 4rem;
  margin: 0 auto;
}

.link-item-text {
  display: block;
  width: 100%;
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #333;
  line-height: 20px;
  text-align: center;
  font-weight: 400;
}

.class-wrap {
  width: 100%;
  height: auto;
  background: #e8f0fb;
  padding: 0.9rem 0;
  box-sizing: border-box;
}

.class-wrap .swiper {
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.unified-title-img {
  display: block;
  width: 10px;
  height: auto;
}

.unified-title-text {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333333;
  margin: 5px 0 0 2px;
}

.unified-title-right {
  display: block;
  width: 17px;
  margin: 5px 5px 0 0;
  float: right;
}

.classSwiper {
  display: block;
  width: 100%;
  height: 12rem;
}

.class-item {
  position: relative;
  display: block;
}

.class-item a {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 4rem;
  line-height: 4rem;
  padding: 0 0.5rem 0 1rem;
  box-sizing: border-box;
}

.class-item-ico {
  position: absolute;
  left: -6px;
  top: 50%;
  width: 1rem;
  height: auto;
  transform: translateY(-50%);
}

.class-item-title {
  width: 80%;
  flex-shrink: 1;
  font-size: 1.3rem;
  color: #333;
  margin-right: 1rem;
}

.class-item-date {
  font-size: 1.3rem;
  color: #5890ff;
  flex-shrink: 0;
}

/* 两行文本隐藏 */
.ellipsis_three {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellipsis_seven {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.class-box {
  display: block;
  width: 100%;
  height: auto;
  flex-shrink: 0;
}

.class-box a {
  display: block;
  width: 100%;
  height: auto;
  color: #333;
}

.class-other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.4rem;
}

.class-other-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.class-other-label li {
  width: 5.9rem;
  height: 2.2rem;
  border: 1px solid #5890ff;
  border-radius: 2px;
  text-align: center;
  line-height: 2.2rem;
  font-size: 1.2rem;
  color: #5890ff;
  transform-origin: 0 0;
  transform: scale(0.8);
}

.class-other-look {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: scale(0.8);
  transform-origin: right top;
}

.class-other-look-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
}

.class-other-look-item img {
  display: block;
  width: auto;
  height: 1.2rem;
}

.class-other-look-item span {
  font-size: 1.2rem;
  margin-left: 0.2rem;
  color: #999;
}

.major-wrap {
  padding: 2rem 0 0;
  box-sizing: border-box;
}

.major-title {
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.major-list {
  display: flex;
  overflow: auto;
  padding: 1.7rem 1.5rem 0;
  scrollbar-width: none; /* firefox */
  -ms-overflow-style: none; /* IE 10+ */
  scroll-behavior: smooth;
}

.major-list::-webkit-scrollbar {
  display: none; /* Chrome Safari */
}

.major-item {
  position: relative;
  width: 15.5rem;
  height: 9rem;
  border-radius: 5px;
  flex-shrink: 0;
  margin-right: 1rem;
}

.major-item:nth-child(3n) {
  background: linear-gradient(270deg, #f98a43 0%, #fa532a 100%);
}

.major-item:nth-child(3n-1) {
  background: linear-gradient(270deg, #fd5259 0%, #da4c91 100%);
}

.major-item:nth-child(3n-2) {
  background: linear-gradient(270deg, #3649db 0%, #578ffe 100%);
}

.major-item:last-child {
  margin-right: 0;
}

.major-item a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 2.5rem 1.3rem;
  justify-content: flex-start;
  align-items: center;
}

.major-item-text {
  color: #fff;
  line-height: 2rem;
  font-size: 1.4rem;
}

.major-item-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.link-student,
.link-salesman {
  display: none;
}

.default-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.default-title .default-title-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26.06px;
  color: #333333;
}

.default-title .default-title-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.default-title .default-title-right span {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 17.38px;
  color: #666666;
}

.default-title .default-title-right img {
  width: 1.4rem;
}

.course-wrap {
  padding: 0 1.5rem 0.4rem;
}

.course-wrap .course-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.2rem;
}

.course-wrap .course-list .course-item {
  width: 16.5rem;
  height: 17.4rem;
  margin-bottom: 1.6rem;
  background: #fff;
  border-radius: 5px;
}

.course-wrap .course-list .course-item .course-item-img {
  display: block;
  width: 100%;
  height: 9.4rem;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.course-wrap .course-list .course-item .course-item-content {
  padding: 0 1rem;
}

.course-wrap .course-list .course-item .course-item-content .course-item-title {
  margin: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  color: #333333;
}

.course-wrap .course-list .course-item .course-item-content .course-item-see {
  margin: 5px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 18px;
  color: #666;
}

.question-bank-wrap {
  padding: 0 1.5rem 0;
}

.question-bank-wrap .question-bank-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.2rem 0 2rem;
}

.question-bank-wrap .question-bank-list .question-bank-item {
  width: 10.5rem;
  height: 12rem;
  margin-right: 1.5rem;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 20.27px;
}

.question-bank-wrap .question-bank-list .question-bank-item .question-bank-item-title {
  color: white;
}

.question-bank-wrap .question-bank-list .question-bank-item span {
  display: block;
  width: 2.8rem;
  height: 0.4rem;
  margin-top: 0.5rem;
  background: #fcfcfc;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 4px #4f7bd1;
}

.question-bank-wrap .question-bank-list .question-bank-item:last-child {
  margin-right: 0;
}

.question-bank-wrap .question-bank-list .question-bank-item:last-child span {
  box-shadow: 0px 2px 4px #00baad;
}

.question-bank-wrap .question-bank-list .question-bank-item:nth-child(1) {
  background: url("/job/img/icon-question-bg-1.png") no-repeat;
  background-size: 100% 100%;
}

.question-bank-wrap .question-bank-list .question-bank-item:nth-child(2) {
  background: url("/job/img/icon-question-bg-2.png") no-repeat;
  background-size: 100% 100%;
}

.question-bank-wrap .question-bank-list .question-bank-item:nth-child(3) {
  background: url("/job/img/icon-question-bg-3.png") no-repeat;
  background-size: 100% 100%;
}

.news-list-wrap {
  padding: 0 1.5rem;
}

.news-list-wrap .news-list {
  padding: 1rem 0 2rem;
}

.news-list-wrap .news-list .news-item {
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #eeeeee;
}

.news-list-wrap .news-list .news-item .news-item-title {
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20.5px;
  color: #333333;
}

.news-list-wrap .news-list .news-item .news-item-time {
  margin-top: 1.4rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  color: #999999;
}

.news-list-wrap .news-list .news-item-hasimg {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-list-wrap .news-list .news-item-hasimg a .news-item-content {
  flex-shrink: 1;
  width: 90%;
  margin-right: 1.5rem;
}

.news-list-wrap .news-list .news-item-hasimg .news-item-img {
  flex-shrink: 0;
  width: 11rem;
  height: 7rem;
  border-radius: 0.5rem;
}

.about-wrap {
  padding: 0.9rem 1.5rem 7.5rem;
}

.about-wrap .about-content {
  display: block;
}

.about-wrap .about-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0 0;
  box-sizing: border-box;
}

.about-wrap .about-img {
  display: block;
  width: 12rem;
  height: 14rem;
  flex-shrink: 0;
  border-radius: 1px;
  object-fit: cover;
}
.about-wrap .about-img-zk{
  object-fit: cover;
}
.about-wrap .about-img-fm946{
  object-fit: contain;
}

.about-wrap .about-text {
  width: 93%;
  height: auto;
  margin-left: 10px;
  text-align: justify;
  flex-shrink: 1;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #333;
}

.admit-wrap {
  display: none;
  padding: 1.5rem 1.5rem;
}
.admit {
  width: 100%;
  padding: 1rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 2px rgba(48, 109, 230, 0.1);
  border-radius: 2px;
}
.admit-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admit-title-img {
  flex-shrink: 0;
  width: 1.6rem;
}
.admit-title-text {
  flex-shrink: 1;
  width: 90%;
  margin-left: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20.27px;
  color: rgba(51, 51, 51, 1);
}
.admit-title .default-title-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.admit-title .default-title-right span {
  flex-shrink: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 17.38px;
  color: #666666;
}

.admit-title .default-title-right img {
  width: 1.4rem;
}
.admit-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.3rem;
}
.admit-list-title {
  flex-shrink: 1;
  width: 73%;
}
.admit-list-time {
  flex-shrink: 0;
  color: #999;
}

/* 简单的样式调整 */
.gallery img {
  width: 100px;
  height: auto;
  margin: 5px;
  cursor: pointer;
}

.pswp__button--share {
  display: none !important;
}

.condition {
  display: flex;
  padding: 1rem 1.5rem;
  background: #fff;
}
.condition_left {
  flex-shrink: 0;
  width: 10rem;
  height: auto;
}
.condition_left_img {
  display: block;
  width: 100%;
  height: auto;
}
.condition_right {
  flex-shrink: 1;
  width: 100%;
  height: auto;
  margin-left: 1rem;
}
.condition_right_text1 {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #666;
  text-align: justify;
}
.condition_right_text2 {
  font-size: 1.2rem;
  color: #306de6;
  text-align: right;
  margin-top: 0.5rem;
}
.entry_major_wrap {
  padding: 1.5rem 1.5rem 0.4rem;
}
.entry_major_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.2rem;
}

.entry_major_wrap .entry_major_list .entry_major_item {
  width: 16.5rem;
  height: 17.4rem;
  margin-bottom: 1.6rem;
  background: #fff;
  border-radius: 5px;
}

.entry_major_wrap .entry_major_item-img {
  display: block;
  width: 100%;
  height: 9.4rem;
  object-fit: cover;
  border-radius: 0.5rem 0.5rem 0 0;
}

.entry_major_wrap .entry_major_item-content {
  padding: 0 1rem;
}

.entry_major_wrap .entry_major_item-title {
  height: 4.2rem;
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.1rem;
  color: #333333;
}

.entry_major_wrap .entry_major_item-see {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 18px;
  color: #666;
}
.entry_major_item-see img {
  width: 1.5rem;
  height: 1.5rem;
}
.team_entry_wrap {
  margin-top: 10px;
}
.team_entry_img {
  display: block;
  width: 100%;
  height: auto;
}
.entry_process {
  padding: 20px 1.5rem 7rem;
}
.entry_process_img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 6px;
}

.entry_page,
.job_page {
  display: none;
}

.pswp__img {
  object-fit: contain;
}
