/* 全局样式重置 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all .5s;
}

main {
  width: 100%;
  overflow: hidden;
}

body {
  font-family: 'Microsoft YaHei', Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.main-banner img {
  max-width: 100%;
  height: auto;
}

/* Header样式 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);

  z-index: 1000;
  transition: all 0.3s ease;
}

.header-content {
  /* max-width: 1800px; */
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 20.5%;
}

.logo img {

  width: auto;
  display: block;
  width: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 40px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0;
  position: relative;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: #fff;
}

nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

nav ul li a:hover::after {
  width: 100%;
}

.topbtn {
  display: inline-block;
  padding: 10px 35px;

  background-color: transparent;
  color: #cdab64;

  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: 2px solid #cdab64;
}

.topbtn:hover {
  background-color: #cdab64;
  /* color: #333; */
  color: white;

}


/* main-banner */
.main-banner-box {
  position: relative;
  z-index: 1;
}

.swiper-tool {
  position: absolute;
  bottom: 15%;
  width: 50%;
  margin: 0 25%;
  display: flex;
  justify-content: center;
  /* 水平居中主轴 */
  align-items: center;
  /* 垂直居中交叉轴 */
}

@media screen and (min-width: 0px) and (max-width: 1024px) {
  .swiper-tool {
    bottom: 6% !important;
  }
}

.swiper-tool .swiper-pagination {
  position: relative;
  margin: 0 15px;
  width: auto;
  top: -8px;
  margin: 0 15px;
}

.swiper-tool .swiper-button-prev,
.swiper-tool .swiper-button-next {
  position: unset;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #000;
  border-radius: 100%;
}

.swiper-tool .swiper-pagination-bullet {
  margin: 0 10px;
  background: none !important;
  padding: 5px;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: inline-block;
  box-sizing: content-box;
}

.swiper-tool .swiper-pagination-bullet::after {
  background-color: #fff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  content: "";
  display: block;
  opacity: 1 !important;
}

.swiper-tool .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: solid 1px #fff;
}

.swiper-tool .swiper-button-prev::after,
.swiper-tool .swiper-button-next::after {
  font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 200000px) {
  img.phone {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {

  img.pc,
  .swiper-tool .swiper-button-prev,
  .swiper-tool .swiper-button-next {
    display: none;
  }

  .swiper-tool {
    bottom: 50px;
  }
}

/* main-program */
.box {
  position: relative;
}

.main-program-box {
  z-index: 2;
  background: linear-gradient(180deg, rgb(246, 235, 207) 0%, rgb(249, 243, 235) 100%);
}

.waveimg {
  position: absolute;
  top: -87px;
  left: 0;
  width: 100%;
  height: 87px;
  background-image: url(../../images/bo1.png);
  background-size: cover;
}

.mianbox {
  width: 95vw;
  /* max-width: 1600px; */
  margin: 0 auto;
  position: relative;
  /* padding: 0 50px; */
  padding: 0 20px;
  display: flex;
  position: relative;
  z-index: 2;
}

b.pwz {
  font-size: 15vw;
  font-weight: normal;
  color: #eee0c0;
  position: absolute;
  top: 200px;
  left: 0;
  z-index: 1;
  font-family: 'Times New Roman', Times, serif;
  text-transform: uppercase;
  line-height: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  text-align: center;
  width: 100%;
}

.mianbox h2 {
  font-size: 48px;
  font-weight: bold;
  color: #002164;
  margin-bottom: 40px;
  display: inline-block;
  position: relative;
}

.mianbox h2::after {
  content: '';
  position: absolute;
  top: -1px;
  right: -41px;
  width: 30px;
  height: 30px;
  border-right: 6px solid #cdab64;
  border-top: 6px solid #cdab64;
}

/* program-left */
.main-program {
  padding-top: 100px;
  padding-bottom: 180px;
}

.program-left {
  position: relative;
  z-index: 2;
  width: 36%;
  margin-top: 120px;
}

.program-left h2 {
  position: absolute;
  top: 0;
  left: 0;
  /* left: -50px; */
  padding-bottom: 15px;
}

.program-left .program-info {
  padding: 150px 0 50px 0;
  margin-left: calc(6.5vw - 20px);
}

.program-left .program-info p {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
  display: flex;
}

.program-left .program-info p span {
  display: inline-block;
  width: 120px;
  color: #333;
  flex-shrink: 0;
  flex-basis: 120px;
}

.more-btn {
  display: inline-block;
  padding: 12px 40px;
  background: none;
  color: #002164;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid #002164;
  position: relative;
}

.program-left .more-btn {
  margin-left: calc(6.5vw - 20px);
}

.more-btn span {
  position: absolute;
  top: -4px;
  right: -27px;
  background: #002164;
  padding: 11px;
  border-radius: 100%;
  border: solid 2px #002164;
  line-height: 0;
}

.more-btn:hover span {
  top: -10px;
  border: solid 2px #fff;
}

.more-btn:hover {
  background-color: #002164;
  color: #fff;
}


/* program-right */
.program-right {
  flex: 1;
  height: 100%;
  margin-top: 120px;
}

.center-circle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-content img.center-img {
  padding: 15px;
  border-radius: 100%;
  border: dashed 1.5px #cdab64;
  line-height: 0;
}

.center-content {
  padding: 120px;
  border-radius: 100%;
  border: dashed 2px #cdab64;
  line-height: 0;
  position: relative;
}

.dian1,
.dian2,
.dian3,
.dian4 {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #cdab64;
}

.dian1 {
  top: -4px;
  right: 199px;
}

.dian2 {
  top: 311px;
  right: -2px;
}

.dian3 {
  bottom: -2px;
  right: 195px;
}

.dian4 {
  top: 168px;
  left: 5px;
}

.course-circle {
  display: flex;
  position: absolute;
}

.waiquan {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: dashed 1px #cdac64b7;
  transform: scale(1.5);
  border-radius: 100%;
  opacity: 0.5;
}

.waiquan .dian1,
.waiquan .dian2,
.waiquan .dian3,
.waiquan .dian4 {
  width: 8px;
  height: 8px;
}

.waiquan .dian1 {
  top: 10px;
  left: 167px;
}

.waiquan .dian2 {
  top: 142px;
  right: 20px;
}

.waiquan .dian3 {
  bottom: 71px;
  right: 71px;
}

.waiquan .dian4 {
  top: 319px;
  left: 4px;
}


.circle-icon {
  width: 66px;
  height: 66px;
  background: #fff;
  border: solid 3px #cdab64;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  position: relative;
  flex-shrink: 0;
}

.circle-text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #002164;
}

.circle-icon div {
  width: 35px;
  height: 35px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  /* border-radius: 100%; */
}

.circle-icon div img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0s;
}

.course-circle:hover .circle-icon {
  background: #012661;
  border: solid 3px #012661;
}

.course-circle:hover .circle-icon img {
  left: -35px;
}

.course-circle:hover .circle-icon::after {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 66px;
  height: 66px;
  background: #0126615e;
  border-radius: 100%;
  transform: scale(1.2);
}

.circle-1 {
  top: 64px;
  left: -175px;
  ;
  flex-direction: row-reverse;
}

.circle-2 {
  top: 64px;
  right: -70px;
  ;
}

.circle-3 {
  top: 225px;
  right: -175px;
}

.circle-4 {
  top: 385px;
  right: -211px;
}

.circle-5 {
  top: 385px;
  left: -160px;
  flex-direction: row-reverse;
}

.circle-6 {
  top: 225px;
  left: -192px;
  flex-direction: row-reverse;
}

/*admissions*/
.main-admissions-box {
  z-index: 3;
  background: url(../../images/bg.png);
}

.main-admissions-box::after {
  content: "";
  display: block;
  clear: both;
}

.main-admissions-box .waveimg {
  background-image: url(../../images/bo2.png);
}

.main-admissions-box .pwz {
  opacity: 0.5;
}

.main-admissions {
  display: block;
  overflow: hidden;
}

.main-admissions-header {
  text-align: center;
  margin-top: 200px;
}

.main-admissions-body {
  padding-bottom: 150px;
  width: 82vw;
  margin: 0 auto;
}

/* admissions选项卡样式 */
.admissions-tabs {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  border-bottom: 1px solid #e0e0e0;

  margin-left: auto;
  margin-right: auto;
}

.tab-btn {
  background: none;
  border: none;
  padding: 15px 0;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  flex: 1;
  text-align: center;
}

.tab-btn:hover {
  color: #002164;
}

.tab-btn.active {
  color: #002164;
  font-weight: bold;
}

.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #002164;
}

/* 选项卡内容样式 */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.admissions-content {
  display: flex;
  justify-content: space-between;

}

.left-section {
  width: 50%;
  padding-right: 3%;
}

.right-section {
  width: 50%;
  padding-left: 3%;
}

.right-top,
.right-bottom {
  margin-bottom: 5%;
}

.admissions-content h3 {
  font-size: 20px;
  color: #333;
  /* margin-bottom: 30px; */
  position: relative;
  padding-bottom: 10px;
}



/* 调整course-circle在选项卡中的样式 */
.admissions-content .course-circle {
  /* margin-bottom: 50px; */
  position: relative;
  top: 0;
  right: 0;
  padding: 10px 0;
}

.admissions-content .circle-text {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  flex: 1;
  margin-left: 15px;
  justify-content: left;
  margin: 0 0 0 25px;
}



/*faculty*/
.main-faculty-box {
  z-index: 3;
  background: linear-gradient(180deg, rgb(246, 235, 207) 0%, rgb(249, 243, 235) 100%);
}

.main-faculty-box::after {
  content: "";
  display: block;
  clear: both;
}

.main-faculty-box .waveimg {
  background-image: url(../../images/bo3.png);
}

.main-faculty-box .pwz {
  opacity: 0.5;
}

.main-faculty {
  display: block;
  overflow: hidden;
}

.main-faculty-header {
  text-align: center;
  margin-top: 150px;
}

.main-faculty-body {
  padding-bottom: 36px;
  overflow: hidden;
}

/* Faculty Swiper Styles */
.faculty-swiper {
  width: 100%;
  padding: 50px 0;
  position: relative;
}

/* Faculty Card Styles */
.faculty-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
}

/* Default state: show large image, hide small image and text */
.swiper-slide .hidden-image {
  display: block;
  width: 300px;
  /* max-width: 100%; */
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.swiper-slide .hidden-image::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-top: 143%;
  /* background: #002164; */
}

.swiper-slide .hidden-image .image-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-slide .hidden-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* .swiper-slide .faculty-avatar,
.swiper-slide .faculty-info {} */

/* Active state: hide large image, show small image and text */
.swiper-slide-active .hidden-image {
  position: relative;
  z-index: 1;
}

.swiper-slide-active .faculty-avatar,
.swiper-slide-active .faculty-info {
  display: block;
}

.swiper-slide-active .hidden-image img {
  display: none;
}

.faculty-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 15px;
  border: 3px solid #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.faculty-info {
  background-color: #002164;
  padding: 20px;
  color: #fff;
  width: 100%;

}

.faculty-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 15px;
  ;
}

.faculty-position {
  font-size: 16px;
  opacity: 0.9;
  color: #cdab64
}

.faculty-card {
  position: absolute;

  left: 0;
  z-index: 2;
  padding: 0;
  width: 100%;
  bottom: 0;
}

/* Active Card Styles */

@media (min-width: 1086px) {
  .swiper-slide-active .faculty-card {
    background-color: #002164;
    color: #fff;
    padding: 7%;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin: 0 auto;
    height: 100%;
  }
}

.swiper-slide-active .faculty-avatar {
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  opacity: 1;
}

.swiper-slide:not(.swiper-slide-active) .faculty-info-header img.faculty-avatar {
  opacity: 0;
  height: 0;
  width: 0;
  display: none;
}

.swiper-slide-active .faculty-info {
  flex: 1;
  text-align: left;
  display: block !important;
}

.faculty-intro {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #cdab64;
  font-size: 16px;
  line-height: 1.8;
}

.faculty-intro p {
  margin: 30px 0;
}

/* Default state for non-active slides */
.swiper-slide:not(.swiper-slide-active) .faculty-intro {
  display: none;
}

.swiper-slide:not(.swiper-slide-active) .faculty-info-content {
  text-align: left;
}

.swiper-slide:not(.swiper-slide-active) .faculty-info {
  background: linear-gradient(360deg, rgb(0, 33, 100) 0%, rgba(0, 33, 99, 0) 100%);
}

.faculty-swiper .swiper-slide {
  cursor: pointer;
}

.read-more {
  color: #cdab64;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

.read-more:hover {
  text-decoration: underline;
}

/* Swiper Navigation Buttons */
.faculty-swiper .swiper-button-prev {
  left: 15%
}

.faculty-swiper .swiper-button-next {
  right: 15%;
}

.faculty-swiper .swiper-button-prev,
.faculty-swiper .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.411);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.faculty-swiper .swiper-button-prev::after,
.faculty-swiper .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}

/* Swiper Container Configuration */
.faculty-swiper .swiper-wrapper {
  display: flex;

}

.faculty-swiper .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
  width: 300px;
  transition: all 0s;
  /* 宽度将通过JavaScript动态计算 */
}

.faculty-swiper .swiper-slide-active {
  opacity: 1;
  width: 760px;
  z-index: 10;
  /* padding: 40px 0; */
}

@media (min-width: 1086px) {
  .faculty-swiper .swiper-slide-active {
    padding: 40px 0;
  }
}

.faculty-card * {
  transition: all 0s ease;
}

.faculty-swiper .swiper-slide-prev {
  align-self: flex-end;
}

.faculty-swiper .swiper-slide-active+div+div {
  align-self: flex-end;
}

.faculty-swiper .swiper-slide-active-div-div-div {
  align-self: flex-end;
}

/* .faculty-swiper .swiper-slide-next~.swiper-slide {
  align-self: flex-end;
} */

/* .faculty-swiper .swiper-slide-duplicate-prev,
.faculty-swiper .swiper-slide-duplicate-next {} */

.faculty-info-header {
  display: flex;
}

.faculty-info-header img {
  width: 100px;
  height: 100px;
  padding: 5px;
  border: #cdab64 dashed 1px;
  margin-right: 15px;
  ;
}

/* 右侧悬浮工具栏样式 */
.right-toolbar {
  position: fixed;
  right: 20px;
  /* top: 50%; */
  /* transform: translateY(-50%); */
  bottom: 5%;
  z-index: 999;
}

.right-toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.toolbar-item {
  text-align: center;
}

.toolbar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #0d47a1;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}

.toolbar-link:hover {
  background-color: #012661
}

/* 移除点击移动效果 */
.toolbar-link:active {
  /* 保持原背景色变化，移除位移和缩放 */
  background-color: #003399;
}

.toolbar-link img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  display: block;
}

/* 微信二维码样式 */
.wechat-qrcode {
  position: absolute;
  right: 80px;
  /* 位于图标左侧 */
  top: 50%;
  transform: translateY(-50%);
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  padding: 10px;
  display: none;
  /* 默认隐藏 */
  z-index: 998;
  /* 确保在工具栏下方 */
}

.wechat-qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 显示微信二维码 */
.wechat-btn:hover .wechat-qrcode,
.wechat-btn:active .wechat-qrcode,
.wechat-qrcode:hover {
  display: block;
}

/* 在二维码添加小三角指示器 */
.wechat-qrcode::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.1);
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
  .right-toolbar {
    right: 10px;
  }

  .right-toolbar ul {
    gap: 15px;
  }

  .toolbar-link {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 1085px) {

  .faculty-swiper .swiper-slide {
    width: 300px;
  }

  .faculty-swiper .swiper-slide-active .hidden-image img {
    display: block;
  }

  .faculty-swiper .swiper-slide-active .faculty-card img,
  .faculty-swiper .swiper-slide-active .faculty-card .faculty-intro {
    display: none;
  }

  .faculty-swiper .swiper-slide-active .faculty-info {
    background: linear-gradient(360deg, rgb(0, 33, 100) 0%, rgba(0, 33, 99, 0) 100%);
  }

  .faculty-swiper .swiper-button-prev {
    left: 0;
  }

  .faculty-swiper .swiper-button-next {
    right: 0;
  }
}

/* @media screen and (min-width: 469px) and (max-width: 1085px) {

  .faculty-swiper .swiper-slide {
    width: 323px;
  }

  .faculty-swiper .swiper-slide-active {
    width: 460px;
  }
} */

/* @media screen and (min-width: 0) and (max-width: 468px) {

  .faculty-swiper .swiper-slide {
    width: 323px;
  }

  .faculty-swiper .swiper-slide-active {
    width: 323px;
    padding: 80px 0;
  }
} */



.more-btn-box {
  text-align: center;
  padding-bottom: 168px;
}


.main-alumni-box {
  z-index: 4;
  background: url(../../images/bg.png)
}

.main-alumni-box .waveimg {
  background-image: url(../../images/bo4.png);
}

.main-alumni-box .pwz {
  opacity: 0.5;
  font-size: 17vw;
}

.main-alumni {
  display: block;
}

.main-alumni-header {
  width: 60%;
  ;
  display: flex;
  padding-top: 185px;
  ;
  justify-content: space-between;
}

.main-alumni-header .more-btn {
  height: 54px;
  margin-left: auto;
  align-self: flex-end;
}

.main-alumni-header h2 {
  margin-bottom: 0;
  position: relative;
  left: 0;
  /* left: -50px; */
}

/* 校友部分样式 */
.main-alumni-content {
  padding: 50px 0 180px 0;
  position: relative;
  z-index: 2;
}

/* 校友展示区域 - 左右布局 */
.alumni-display {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 82vw;
  /* max-width: 1600px; */
  margin: 0 auto;
  /* padding: 0 50px; */
}

/* 左侧内容区域 (60%) */
.alumni-info {
  width: 60%;
  padding-right: 80px;
}

/* 校友文字信息样式 */
.alumni-text {
  margin-bottom: 50px;
}

.alumni-name {
  font-size: 28px;
  font-weight: bold;
  color: #002164;
  margin-bottom: 10px;
}

.alumni-position {
  font-size: 18px;
  color: #cdab64;
  margin-bottom: 30px;
}

.alumni-message {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.alumni-text .read-more {
  color: #002164;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}

.alumni-text .read-more:hover {
  text-decoration: underline;
}

/* 横向滚动图片展示区 - Swiper组件 */
.alumni-scroll-container {
  position: relative;
  overflow: hidden;
  padding: 0px 5%;
}

.alumni-swiper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.alumni-swiper .swiper-wrapper {
  display: flex;

}

.alumni-swiper .swiper-slide {
  width: 120px;
  flex-shrink: 0;
}

.alumni-item {
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Swiper Navigation Buttons */
.alumni-scroll-container .swiper-button-prev,
.alumni-scroll-container .swiper-button-next {
  /* width: 40px; */
  width: auto;
  height: 40px;
  color: #333;
  transition: all 0.3s ease;
}

.alumni-scroll-container .swiper-button-prev {
  left: 2px;
}

.alumni-scroll-container .swiper-button-next {
  right: 2px;
}

.alumni-scroll-container .swiper-button-prev:hover,
.alumni-scroll-container .swiper-button-next:hover {

  color: #002164;
}

.alumni-scroll-container .swiper-button-prev::after,
.alumni-scroll-container .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

/* Swiper Pagination */
.alumni-scroll-container .swiper-pagination {
  bottom: 0;
}

.alumni-scroll-container .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

.alumni-scroll-container .swiper-pagination-bullet-active {
  background-color: #002164;
}

.alumni-item img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  transition: all 0.3s ease;
  opacity: .5;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
}

.alumni-item.active img {
  border: 5px solid #cdab64;
  opacity: 1;
  /* transform: scale(1.05); */
  /* width: 95%; */
}

.alumni-item p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

/* 右侧头像区域 (30%) */
.alumni-avatar {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.avatar-frame {
  position: relative;
  width: 100%;
  max-width: 450px;
}

.avatar-frame::before {
  content: '';
  position: absolute;
  top: -40px;
  left: -40px;
  right: 0px;
  bottom: 0px;
  border: 1px dashed #666;
  border-radius: 50%;
  z-index: 1;
}

.avatar-frame::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -11px;
  right: 0px;
  bottom: 0px;
  border: 1px dashed #666;
  border-radius: 50%;
  z-index: 2;
  display: block;
  width: 105%;
  height: 105%;
}

.avatar-image {
  width: 100%;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 3;
}

/* 响应式设计 */
@media (max-width: 1200px) {
  .alumni-display {
    flex-direction: column;
    align-items: center;
  }

  .alumni-info {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }

  .alumni-avatar {
    width: 100%;
    display: none;
  }

  .avatar-frame {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .main-alumni-content {
    padding: 30px 0;
  }

  /* .alumni-display {
    padding: 0 20px;
  } */

  .alumni-name {
    font-size: 24px;
  }

  .alumni-position {
    font-size: 16px;
  }

  .alumni-message {
    font-size: 14px;
  }

  .alumni-item {
    width: 100px;
  }



  .avatar-frame {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .alumni-item {
    width: 80px;
  }

  .alumni-item img {
    height: auto
  }

  .alumni-item p {
    font-size: 12px;
  }

  .scroll-arrows button {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .scroll-left {
    margin-left: -10px;
  }

  .scroll-right {
    margin-right: -10px;
  }
}


.main-updates-box {
  z-index: 5;
  background: linear-gradient(180deg, rgb(246, 235, 207) 0%, rgb(249, 243, 235) 100%);
}

.overhidden {
  width: 100%;
  overflow: hidden;
}

.main-updates-box .waveimg {
  background-image: url(../../images/bo3.png);
}

.main-updates {
  /* padding: 200px 0 200px 0; */
  padding-top: 200px;
  padding-bottom: 200px;
}

.main-updates h2 {
  position: relative;
  /* left: -50px; */
  left: 0;
}

/* updates-nav样式 */
.updates-nav {
  list-style: none;
  padding: 60px 0 100px 0;
  margin-left: calc(6.5vw - 20px);
}

.updates-left .more-btn {
  margin-left: calc(6.5vw - 20px);
}

.updates-nav li {
  margin-bottom: 20px;
  position: relative;
}

.updates-nav li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  padding-left: 30px;
  display: inline-block;
  transition: all 0.3s ease;
}

.updates-nav li::before {
  content: '▶';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333;
  font-size: 14px;
  transition: all 0.3s ease;
}

.updates-nav li.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  font-size: 14px;
  transition: all 0.3s ease;
  display: block;
  width: 50px;
  height: 1px;
  background: #002164;
}

.updates-nav li.active a {
  font-weight: bold;
  font-size: 20px;
  padding-left: 62px;
  color: #002164
}

.updates-nav li.active::before {
  font-size: 18px;
  color: #cdab64;
}

.updates-nav li:hover a {
  color: #002164;
}

.updates-nav li:hover::before {
  color: #002164;
  transform: translateY(-50%) translateX(5px);
}

/* updates-left样式调整 */
.updates-left {
  min-width: 24%;
  /* padding-right: 50px; */
}

.updates-right {
  flex: 1;
  width: 76%;
  position: relative;
}

/* 新闻滑块样式 */
.news-swiper {
  width: 130%;
  overflow: hidden;
  padding: 20px;
}

@media (max-width:1600px) {
  .news-swiper {
    width: 120%;
  }

  .updates-left {
    width: 26%;
  }

  .updates-right {
    width: 74%;
  }
}

@media (max-width:1400px) {
  .news-swiper {
    width: 130%;
  }
}


.news-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.news-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.news-card:hover .news-image img {
  transform: scale(1.05);
}

.news-card .news-date {
  font-size: 14px;
  color: #cdab64;
  padding: 15px 20px 0;
}

.news-card .news-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding: 10px 20px;
  line-height: 1.5;
  flex-grow: 1;
  text-decoration: none;
}

.news-card .news-content {
  font-size: 16px;
  color: #333;
  padding: 0 20px 15px;
  line-height: 1.6;
}

.news-card .news-tag {
  font-size: 16px;
  color: #cdab64;
  padding: 0 20px 20px;
}

/* Swiper导航按钮样式 */
.news-swiper .swiper-button-prev {
  left: -10px;
}

.news-swiper .swiper-button-next {
  right: -10px;
}

.news-swiper .swiper-button-prev,
.news-swiper .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.411);
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

.news-swiper .swiper-button-prev::after,
.news-swiper .swiper-button-next::after {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

/* Swiper指示器样式 */
.news-swiper .swiper-pagination {
  bottom: -30px;
}

.news-swiper .swiper-pagination-bullet {
  background-color: rgba(0, 33, 100, 0.5);
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.news-swiper .swiper-pagination-bullet-active {
  background-color: #002164;
  width: 30px;
  border-radius: 5px;
}

/* 响应式布局 */
@media (max-width: 1085px) {
  .main-updates {
    flex-direction: column;
  }

  .updates-left,
  .updates-right {
    width: 100%;
    padding-right: 0;
  }

  .updates-right {
    margin-top: 50px;
  }

  .news-swiper .swiper-slide {
    width: calc(50% - 15px) !important;
    margin-right: 30px;
  }

  .updates-nav {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .news-swiper .swiper-slide {
    width: 100% !important;
    margin-right: 0;
  }

  .news-card .news-image {
    height: 180px;
  }
}

@media (max-width: 576px) {
  .main-updates {
    padding-top: 100px;
  }

  .updates-left h2 {
    left: 0;
    font-size: 28px;
  }

  .updates-right {
    padding: 20px;
  }

  .news-card .news-title {
    font-size: 16px;
  }
}



.main-contact-box {
  display: block;
  background-image: url(../../images/contactbg.jpg);
  z-index: 6;
  background-size: cover;
}

.main-contact-box .waveimg {
  background-image: url(../../images/bo5.png);
}

.main-contact-box .pwz {
  color: #001541
}

.main-contact {
  display: block;
}

.main-contact-box .main-contact-header {
  text-align: center;
  padding-top: 150px;
}

.main-contact-box .main-contact-header h2 {
  color: #fff
}

/* 联系内容样式 */
.main-contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 100px;
  max-width: 750px;
  margin: 0 auto;
}

.contact-info {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.contact-info h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
  font-weight: normal;
}

.contact-info p {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}

.contact-details {
  border: 2px solid #cdab64;
  border-radius: 10px;
  padding: 30px;
  display: inline-block;
  background: transparent;
  margin: 0 auto;
  max-width: 450px;
}

.contact-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-icon, .contact-item img {
  width: 40px;
  height: 44px;
  margin-right: 15px;
}

.contact-item span {
  font-size: 24px;
  color: #cdab64;
}

.contact-item span.contact-tel {
  font-size: 20px;
}

.qrcode-container {
  display: flex;
  gap: 40px;
}

.qrcode-item {
  text-align: center;
}

.qrcode {

  margin-bottom: 15px;
}

.qrcode-item p {
  font-size: 16px;
  color: white;
}

/* 页脚样式 */
.footer {
  /* padding: 50px 0; */
  margin: 0 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.footer-content {
  /* max-width: 1200px; */
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.footer-logo {
  margin-bottom: 0;
}

.footer-logo .main-logo {
  max-width: 200px;
  height: auto;
  display: block;
}

.footer-info {
  color: white;
}

.footer-address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.address-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer-address span {
  font-size: 16px;
  color: white;
  line-height: 1.5;
}

/* 响应式布局 */
@media (max-width: 992px) {
  .qrcode-container {
    justify-content: center;
  }

  /* .footer {
    padding: 30px 0;
  } */





  .footer-address span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .contact-info h3 {
    font-size: 20px;
  }

  .contact-info p {
    font-size: 16px;
  }

  .contact-item span, .contact-item span.contact-tel {
    font-size: 18px;
  }

  .qrcode {
    width: 150px;
    height: 150px;
  }

  .qrcode-container {
    gap: 20px;
  }

  /* 页脚响应式样式 */
  .footer {
    width: 95%;
    padding: 30px 0;
  }



  .footer-address span {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .contact-details {
    padding: 20px;
  }

  .contact-info h3 {
    font-size: 18px;
  }

  .contact-item span, .contact-item span.contact-tel {
    font-size: 16px;
  }

  .qrcode {
    width: 120px;
    height: 120px;
  }

  /* 页脚响应式样式 */
  .footer {
    padding: 20px 0;
    width: 98%;
  }


  .footer-address {
    padding: 0 10px;
  }

  .footer-address span {
    font-size: 12px;
    line-height: 1.4;
  }

  .address-icon {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 20000000px) {

  .movenavbtn,
  .movetopbtn {
    display: none;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1380px) {

  nav ul {
    gap: 25px;
  }

}

@media screen and (min-width: 1024px) and (max-width: 1215px) {

  .topbtn {
    padding: 8px 15px;
    font-size: 14px;
  }

  nav ul {
    gap: 15px;
  }

}

@media screen and (min-width: 0px) and (max-width: 1024px) {

  .topbtn {
    padding: 3px 15px;
    font-size: 14px;
  }

  nav {
    position: absolute;
    width: 100%;
    height: auto;
    background: #002164;
    top: 56px;
    left: 0;
    display: none;
  }

  nav.open {
    display: block;
  }

  nav ul {
    display: block;
    padding: 20px;
  }

  nav ul li {
    margin-bottom: 15px;
    ;
  }

  .movenavbtn {
    width: 27px;
    height: 27px;
    overflow: hidden;
    margin-left: auto;
    position: relative;
  }

  .movenavbtn img {
    position: absolute;
    top: 0;
    left: -27px;
    ;
  }

  .movenavbtn.open img {
    left: 0;
  }

  .header {
    background: #002164;
  }

  .main-banner-box {
    margin-top: 56px;
    line-height: 0;
  }

  .main-program-box .waveimg {
    display: none;
  }

  .topbtn {
    display: none;
  }

  .movetopbtn a {
    color: #cdab64;
  }

  .movetopbtn {
    display: block;
    text-align: center;
    padding: 10px 35px;
    background-color: transparent;
    color: #cdab64;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    border: 2px solid #cdab64;
  }

  .logo {
    width: auto;
  }

  .logo img {
    width: auto;
    height: 58px;
    ;
  }

  .program-left .program-info p {
    font-size: 14px;
    ;
  }
}

@media screen and (min-width: 1086px) and (max-width: 1426px) {

  .program-right {
    transform: scale(0.9);
    transform-origin: center;
    margin-top: 220px;
  }

  .program-left .program-info p {
    font-size: 16px;
  }

  .program-left .program-info p span {
    width: 80px;
    flex-basis: 80px;
  }

  .center-content {
    padding: 80px
  }

  /* .circle-icon {
    width: 55px;
    height: 55px;
  } */

  /* .course-circle:hover .circle-icon::after {
    width: 55px;
    height: 55px;
  } */

  .circle-2 {
    top: 64px;
    right: -81px;
  }

  .circle-3 {
    top: 224px;
    right: -156px;
  }

  .circle-4 {
    top: 361px;
    right: -169px;
  }

  .circle-5 {
    top: 361px;
    left: -121px;
    flex-direction: row-reverse;
  }

  .dian1 {
    top: -9px;
    right: 199px;
  }

  .dian2 {
    top: 311px;
    right: 15px;
  }

  .dian3 {
    bottom: -7px;
    right: 195px;
  }

  .dian4 {
    top: 168px;
    left: -4px;
  }

  .waiquan .dian1 {
    top: 1px;
    left: 167px;
  }

  .waiquan .dian2 {
    top: 142px;
    right: 8px;
  }

  .waiquan .dian3 {
    bottom: 71px;
    right: 49px;
  }

  .waiquan .dian4 {
    top: 273px;
    left: 4px;
  }
}

@media screen and (min-width: 1086px) and (max-width: 2000000px) {
  .phonebtn {
    display: none;
  }
}

@media screen and (min-width: 0) and (max-width: 1085px) {
  .pcbtn {
    display: none;
  }

  .phonebtn {
    margin: 0 auto 180px auto;
    width: 150px;
    display: block;
  }

  .main-updates .phonebtn {
    margin: 50px auto 80px auto;
  }

  .main-alumni-content {
    padding: 50px 0 10px 0;
  }

  .main-alumni .more-btn.pcbtn {
    display: none
  }

  .main-updates h2 {

    left: 0px;
  }

  .program-right {
    margin-top: 50px;
  }

  .program-left .program-info {
    padding: 100px 0 50px 0;
  }

  .program-left .more-btn {
    margin-left: 20px;
  }

  .program-left {
    margin-top: 0;
  }

  .program-left h2 {
    margin-bottom: 0px;
    /* left: 20px; */
  }

  .main-program {
    display: block;
    padding: 40px 20px;
  }

  .program-left,
  .program-right {
    width: 100%;
  }

  .center-content {
    width: 100%;
    border: none;
    padding: 0 0px 100px 0px;
    display: flex;

    flex-wrap: wrap;
    /* 允许换行 */

    gap: 20px;
    /* 间距 */
  }

  /* .circle-text {
    text-align: center;
    font-size: 16px;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
    word-wrap: break-word;
    margin: 0;
    white-space: normal;
  } */

  .center-content img.center-img {
    display: none;
  }

  .main-program .course-circle {
    display: flex;
    position: unset;
    width: 100%;
    /* margin-bottom: 20px; */
    flex-direction: column;
    align-items: center;
  }

  /* .left-section,
  .right-section {
    width: 100%;
    padding-left: 0px;
  } */

  /* .admissions-content {
    display: block;
  } */

  .tab-btn {
    font-size: 16px;
  }

  /* .swiper-slide .hidden-image {
    width: auto;
    margin: 0 auto;
    align-self: auto !important;
  } */

  .faculty-swiper .swiper-slide-prev {
    align-self: auto;
  }

  .alumni-avatar {
    display: none;
  }

  .main-alumni-header {
    display: block;
  }

  .main-alumni-header h2 {
    left: 0;
    margin-bottom: 20px;
  }

  .main-alumni-header {
    padding-top: 85px;
  }

  .updates-nav {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 20px 0 0px 0;
  }

  .updates-nav li {
    flex: 0 0 calc(33.333% - 20px);
  }

  .main-updates {
    padding: 90px 0;
  }

  .swiper-button-prev {
    left: 10px;
    right: auto;
  }

  .alumni-swiper .swiper-button-prev,
  .alumni-swiper .swiper-button-next {
    display: none;
  }

  .alumni-scroll-container {
    padding: 0px;
  }

  .updates-left {
    padding: 0 20px;
  }

  .updates-right {
    padding: 0;
    margin-top: 0px;
  }

  .main-admissions-header {
    text-align: center;
    margin-top: 30px;
  }

  .admissions-content .circle-text {
    font-size: 16px;
  }

  .main-faculty-header {
    text-align: center;
    margin-top: 50px;
  }

  /* .main-admissions,
  .main-alumni {
    padding: 0 10px;
  } */

  .contact-icon {
    width: 20px;
    height: 22px;
    margin-right: 15px;
  }

  .main-contact-box .main-contact-header {
    text-align: center;
    padding-top: 30px;
  }

  .mianbox h2 {
    font-size: 36px;
  }

  .main-faculty-body {
    padding: 0 20px;
  }

}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .updates-nav li.active a {
    font-size: 16px;
    padding-left: 22px;
  }

  .updates-nav li.active::before {
    width: 20px;
  }

  .updates-nav li a {
    font-size: 16px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 0px) and (max-width: 1200px) {
  .news-swiper {
    width: 100%;
    overflow: hidden;
  }

  .mianbox,
  .main-admissions-body,
  .alumni-display {
    width: 100%;
  }

  .program-left .program-info,
  .program-left .more-btn,
  .updates-nav,
  .updates-left .more-btn {
    margin-left: 0;
  }
}

@media screen and (min-width: 0px) and (max-width: 1085px) {
  .center-content::after {
    content: "";
    display: block;
    padding: 15px;
    border-radius: 100%;
    border: dashed 1.5px #cdab64;
    line-height: 0;
    width: 80vw;
    height: 80vw;
    position: absolute;
    left: 50%;

    top: 124%;

    transform: translate(-50%, -50%);
    z-index: -1;
  }

  .main-program .course-circle .circle-text {
    margin: 0;
    line-height: 2.5;
  }

  .dian1,
  .dian2,
  .dian3,
  .dian4 {
    opacity: 0.4;
  }

  /* .left-section,
  .right-section,
  .right-section .right-top,
  .right-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  } */

  .left-section h3,
  .right-section h3,
  .right-top,
  .right-bottom {
    flex: 0 0 calc(100%);
  }

  /* .admissions-content .circle-text {
    margin: 0;
  } */

  /* .left-section {
    padding-right: 0px;
  } */

  /* .admissions-content .circle-text {
    text-align: center;
    justify-content: center;
  } */

  /* .admissions-content h3 {
    margin-bottom: 0;
  } */
}

@media screen and (min-width: 769px) and (max-width: 1085px) {

  .main-program .course-circle {
    flex: 0 0 calc(33.333% - 20px);
    /* display: block; */
    text-align: center;
  }

  /* .circle-icon {
    margin: 15px auto;
  } */

  .waiquan {
    width: 94vw;
    height: 94vw;
    transform: scale(1);
  }

  /* .left-section .course-circle,
  .right-section .course-circle {
    flex: 0 0 calc(25% - 20px);
    display: block;
    text-align: center;
  } */
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .main-program .course-circle {
    flex: 0 0 calc(50% - 20px);
    /* display: block; */
    /* text-align: center; */
  }

  /* .circle-icon {
    margin: 15px auto;
  } */

  /* .left-section .course-circle,
  .right-section .course-circle {
    flex: 0 0 calc(50% - 20px);
    display: block;
    text-align: center;
  } */
  .admissions-content {
    display: block;
  }

  .left-section,
  .right-section {
    width: 100%;
    padding: 0;
  }

  .left-section {
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 0) and (max-width: 468px) {
  .updates-nav {
    flex-wrap: wrap;
  }

  /* .updates-nav li.active {
    flex: 0 0 calc(100%);
  } */

  /* .updates-nav li {
    flex: 0 0 calc(50% - 20px);
  } */

  .faculty-swiper .swiper-button-prev,
  .faculty-swiper .swiper-button-next,
  .news-swiper .swiper-button-prev,
  .news-swiper .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {
  .footer-content {
    display: block;
  }

  .footer-logo .main-logo {
    margin: 0 auto;
  }

  .footer-address {
    display: flex;
  }
}

@media screen and (min-width: 1086px) {
  .course-circle-box {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .main-program .course-circle {
    left: auto !important;
    top: auto !important;
  }

  .main-program .circle-1 {
    top: 10% !important;
    right: 80% !important;
  }

  .main-program .circle-2 {
    top: 10% !important;
    left: 80% !important;
  }

  .main-program .circle-3 {
    left: 94% !important;
  }

  .main-program .circle-4 {
    bottom: 10% !important;
    left: 80% !important;
  }

  .main-program .circle-5 {
    bottom: 10% !important;
    right: 80% !important;
  }

  .main-program .circle-6 {
    right: 94% !important;
  }

  .main-program .circle-text {
    flex: none;
  }
}

@media screen and (max-width: 1085px) {
  .course-circle-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .main-program .course-circle {
    margin-bottom: 15px;
  }

  .main-program .course-circle .circle-text {
    line-height: 1.2 !important;
    text-align: center !important;
    margin: 15px 0 !important;
  }
}

@media screen and (min-width: 1086px) and (max-width: 1260px) {
  .program-right {
    transform: scale(0.88);
  }
}

@media screen and (min-width: 0) and (max-width: 1426px) {

  .program-left .program-info,
  .tab-btn,
  .admissions-content .circle-text,
  .faculty-position,
  .faculty-intro,
  .alumni-position,
  .alumni-message,
  .alumni-item p,
  .updates-nav li a,
  .news-card .news-content,
  .news-card .news-tag,
  .program-left .program-info p {
    font-size: 16px !important;
  }
}

@media screen and (min-width: 0) and (max-width: 768px) {

  .program-left .program-info,
  .tab-btn,
  .admissions-content .circle-text,
  .faculty-position,
  .faculty-intro,
  .alumni-position,
  .alumni-message,
  .alumni-item p,
  .updates-nav li a,
  .news-card .news-content,
  .news-card .news-tag,
  .program-left .program-info p,
  .contact-info p {
    font-size: 14px !important;
  }

  .program-left .program-info p span {
    width: 80px;
    flex-basis: 80px
  }

  .program-left .program-info {
    padding: 80px 0 20px 0;
  }

  .mianbox h2 {
    margin: 0;
  }

  .admissions-tabs {
    margin: 30px 0;
  }

  /* .mianbox {
    padding: 80px 0;
  }

  .main-alumni {
    padding-left: 20px;
    padding-right: 20px;
  } */

  .phonebtn {
    margin: 0 auto;
  }

  .alumni-swiper,

  .main-alumni-content {
    padding: 0;
  }

  .main-alumni-header,
  .main-updates,
  .qrcode-container {
    padding: 30px 0;
  }

  .main-faculty-header {
    margin: 0;
  }

  .more-btn-box {
    padding-bottom: 100px;
  }

  .main-alumni-content,
  .main-updates,
  .main-contact-content {
    padding-bottom: 50px;
  }

  .main-updates .phonebtn {
    margin: 30px auto;
  }
}
