.pc-hide {
  display: none;
}
body {
  background-color: #F5F6F8;
}
header {
  position: relative;
}
header > img {
  width: 100%;
}
header .cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 90px;
  text-align: center;
  width: 100%;
}
header .cont img {
  margin-bottom: 58px;
}
header .cont img:nth-child(1) {
  width: 60.05%;
}
header .cont img:nth-child(2) {
  width: 40.8%;
}
.main-color {
  color: #7550bc;
}
.font-bold {
  font-weight: bold;
}
.title-wrap {
  text-align: center;
}
#modular1 {
  position: relative;
  z-index: 20;
}
#modular1 .text {
  flex: 1;
  background-image: linear-gradient(90deg, transparent 50%, #7550bc50);
  border-bottom-right-radius: 60px;
  padding: 2px;
  position: relative;
}
#modular1 .text::after {
  content: '';
  width: 123px;
  height: 366px;
  display: block;
  background: url(../images/mba.png) no-repeat center;
  position: absolute;
  bottom: 0;
  right: -150px;
}
#modular1 .text .inner {
  padding: 45px 60px;
  background-color: #F5F6F8;
  border-bottom-right-radius: 60px;
  height: 100%;
}
#modular1 .text .title {
  font-size: 24px;
  margin-bottom: 30px;
}
#modular1 .text p:not(.title) {
  line-height: 2;
}
.teacher-wrap {
  position: relative;
}
.teacher-wrap .name {
  font-size: 30px;
}
.teacher-wrap .position {
  font-size: 18px;
}
.teacher-wrap .text {
  flex: 1;
}
.teacher-wrap .img {
  position: relative;
}
.teacher-wrap .b {
  position: absolute;
  bottom: 40px;
  padding: 2px;
}
.teacher-wrap .b .inner {
  background: #F5F6F8;
  padding: 40px 50px 50px;
  position: relative;
}
.teacher-wrap .b p {
  line-height: 2;
}
.teacher-wrap .b .y {
  position: absolute;
}
.teacher-wrap.ir .t p {
  text-align: right;
}
.teacher-wrap.ir .text {
  padding-right: 60px;
  margin-top: 30px;
}
.teacher-wrap.ir .b {
  width: calc(100% - 400px);
  background-image: linear-gradient(270deg, transparent, #7550bc50);
  border-bottom-left-radius: 60px;
}
.teacher-wrap.ir .b .inner {
  border-bottom-left-radius: 60px;
}
.teacher-wrap.ir .b .y {
  position: absolute;
  right: 240px;
  bottom: 20px;
}
.teacher-wrap.ir .img {
  padding-right: 80px;
  padding-bottom: 40px;
}
.teacher-wrap.ir .img img {
  position: relative;
  z-index: 20;
}
.teacher-wrap.ir .img::after {
  content: '';
  display: block;
  width: 340px;
  height: 340px;
  background: url(../images/cb1.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
}
.teacher-wrap.il .t {
  flex-direction: row-reverse;
}
.teacher-wrap.il .text {
  padding-left: 60px;
  margin-top: 30px;
}
.teacher-wrap.il .b {
  right: 0;
  bottom: 0;
  width: calc(100% - 400px);
  background-image: linear-gradient(90deg, transparent, #7550bc50 30%);
  border-bottom-right-radius: 60px;
}
.teacher-wrap.il .b .inner {
  border-bottom-right-radius: 60px;
}
.teacher-wrap.il .b .y {
  position: absolute;
  right: 160px;
  bottom: 30px;
}
.teacher-wrap.il .img {
  padding-left: 80px;
  padding-bottom: 40px;
}
.teacher-wrap.il .img img {
  position: relative;
  z-index: 20;
}
.teacher-wrap.il .img::after {
  content: '';
  display: block;
  width: 340px;
  height: 340px;
  background: url(../images/cb2.png) no-repeat center;
  background-size: contain;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
}
#modular2 {
  overflow: visible;
  position: relative;
}
#modular2::after {
  content: '';
  display: block;
  width: 400px;
  height: 684px;
  background: url(../images/bg1.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: -450px;
  opacity: 0.5;
  position: absolute;
  z-index: -1;
}
#modular4 {
  padding-bottom: 30px;
  position: relative;
  overflow: visible;
}
#modular4::after {
  content: '';
  display: block;
  width: 400px;
  height: 684px;
  background: url(../images/bg1.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  right: 0;
  bottom: -80px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
#modular4 .container {
  position: relative;
}
#modular4 .swiper-slide {
  position: relative;
  padding-bottom: 30px;
}
#modular4 .swiper-slide .cover {
  position: relative;
}
#modular4 .swiper-slide .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 130px;
}
#modular4 .swiper-slide .text p {
  text-align: center;
  color: #fff;
}
#modular4 .swiper-slide .text .title {
  padding: 0 15px;
  font-size: 15px;
}
#modular4 .swiper-slide .text .title br {
  display: none;
}
#modular4 .swiper-slide .text .name {
  font-size: 24px;
}
#modular4 .swiper-button-prev {
  left: -40px;
}
#modular4 .swiper-button-next {
  right: -40px;
}
#modular4 .swiper-button-prev,
#modular4 .swiper-button-next {
  top: 300px;
  width: 80px;
  height: 80px;
}
#modular4 .swiper-button-prev::after,
#modular4 .swiper-button-next::after {
  display: none;
}
#modular4 .a-list {
  background: #fff;
  padding: 40px 50px;
  margin-top: 50px;
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 45, 0.1);
  position: relative;
  border-bottom-right-radius: 60px;
  width: 1180px;
  margin-left: -405px;
  opacity: 0;
  transition: 500ms;
}
#modular4 .a-list::after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  box-shadow: -15px -15px 20px 0px rgba(0, 0, 45, 0.05);
  transform: rotate(45deg);
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
#modular4 .a-list .title {
  font-size: 22px;
  margin-bottom: 20px;
}
#modular4 .a-list p {
  line-height: 1.8;
}
#modular4 .a-list p .y {
  position: relative;
  left: 30px;
  top: 10px;
}
#modular4 .swiper-slide-active .a-list {
  opacity: 1;
}
#modular5 {
  position: relative;
  overflow: visible;
  padding-bottom: 80px;
}
#modular5::after {
  content: '';
  display: block;
  width: 400px;
  height: 684px;
  background: url(../images/bg1.png) no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
#modular5 .s-list {
  border-bottom: solid 1px #b5b5b5;
}
#modular5 .s-list .item {
  display: flex;
  padding: 30px 0;
  align-items: flex-start;
  border-top: solid 1px #b5b5b5;
}
#modular5 .s-list .item .t {
  font-size: 20px;
  font-weight: bold;
}
#modular5 .s-list .item .r {
  width: 560px;
}
#modular5 .s-list .item .l {
  flex: 1;
  display: flex;
  align-items: center;
}
#modular5 .s-list .item .date {
  font-size: 20px;
}
#modular5 .s-list .item .c {
  width: 20px;
  height: 20px;
  background-color: #7550bc50;
  border-radius: 50%;
  margin: 0 15px;
  position: relative;
}
#modular5 .s-list .item .c span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #7550bc;
}
#modular5 .s-list .item .sp {
  font-size: 18px;
}
#modular5 .s-list .item .r-item {
  position: relative;
  display: flex;
  align-items: center;
}
#modular5 .s-list .item .r-item:not(:last-child) {
  margin-bottom: 30px;
}
#modular5 .s-list .item .r-item .ca {
  position: absolute;
  left: -84px;
}
#modular5 .s-list .item .r-item .name {
  color: #fff;
  font-weight: bold;
  width: 100px;
  height: 30px;
  background-image: linear-gradient(90deg, #8b6be9 0%, #5b8ce7 100%);
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
#modular5 .s-list .item .title {
  flex: 1;
  margin-left: 10px;
}
#modular6 {
  position: relative;
  padding-bottom: 80px;
}
#modular6::after {
  content: '';
  display: block;
  width: 400px;
  height: 684px;
  background: url(../images/bg1.png) no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  right: 0;
  bottom: -400px;
  position: absolute;
  opacity: 0.5;
  z-index: -1;
}
#modular6 .container {
  position: relative;
}
#modular6 .swiper-button-prev {
  left: -100px;
}
#modular6 .swiper-button-next {
  right: -100px;
}
#modular6 .swiper-button-prev,
#modular6 .swiper-button-next {
  width: 80px;
  height: 80px;
}
#modular6 .swiper-button-prev::after,
#modular6 .swiper-button-next::after {
  display: none;
}
#modular6 .swiper {
  padding-bottom: 40px;
}
#modular6 .swiper-pagination {
  bottom: 0;
}
#modular6 .swiper-pagination .swiper-pagination-bullet {
  opacity: 0.2;
  background-color: #7550bc;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
#modular6 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
#modular6 .grid-wrap {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: 260px 260px 260px;
  grid-gap: 15px;
}
#modular6 .grid-wrap .grid-item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#modular6 .grid-wrap .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#modular6 .grid-wrap .grid-item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding-right: 70px;
}
#modular6 .grid-wrap .grid-item .play {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 40px;
  height: auto;
}
#modular7 {
  padding-bottom: 60px;
}
#modular7 .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular7 .item {
  width: 47.5%;
  padding-bottom: 40px;
  border-bottom: 1px solid #b5b5b550;
  margin-bottom: 40px;
}
#modular7 .title {
  font-size: 20px;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#modular7 .title:hover {
  text-decoration: underline;
}
#modular7 .desc {
  line-height: 1.8;
  opacity: 0.3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
footer {
  padding: 30px 0;
  background-color: #fff;
}
footer .cont {
  text-align: center;
}
footer .mbachina {
  display: block;
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: #262845;
  opacity: 0.6;
}
footer .mbachina:hover {
  text-decoration: underline;
}
.footer-nav {
  display: none;
}
@media (max-width: 750px) {
  .pc-show {
    display: none;
  }
  .pc-hide {
    display: block;
  }
  body {
    padding-bottom: 1.8rem;
  }
  header .cont {
    padding-top: 0.5rem;
  }
  header .cont img {
    margin-bottom: 0.58rem;
  }
  header .cont img:nth-child(1) {
    width: 6.5rem;
  }
  header .cont img:nth-child(2) {
    width: 6rem;
  }
  section {
    padding-top: 0.8rem;
  }
  .title-wrap img {
    height: 0.4rem;
  }
  #modular1,
  #modular2,
  #modular3,
  #modular4,
  #modular5,
  #modular6,
  #modular7 {
    overflow: hidden;
  }
  #modular1 {
    margin-top: -1.5rem;
  }
  #modular1::after {
    display: none;
  }
  #modular1 .content {
    display: block;
  }
  #modular1 .text {
    background-image: linear-gradient(180deg, transparent, #7550bc50);
  }
  #modular1 .text .inner {
    padding: 0.5rem 0.4rem;
  }
  #modular1 .text .title {
    font-size: 0.34rem;
    margin-bottom: 0.3rem;
  }
  #modular1 .text p:not(.title) {
    font-size: 0.24rem;
  }
  .teacher-wrap .name {
    font-size: 0.36rem;
  }
  .teacher-wrap .position {
    font-size: 0.24rem;
  }
  .teacher-wrap .position br {
    display: none;
  }
  .teacher-wrap .b {
    position: relative;
  }
  .teacher-wrap .img {
    width: 3.2rem;
    height: 3.2rem;
  }
  .teacher-wrap.ir .img {
    padding-right: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .teacher-wrap.ir .img::after {
    content: '';
    width: 100%;
    height: 100%;
    right: -0.2rem;
    bottom: -0.2rem;
  }
  .teacher-wrap.ir .text {
    padding-right: 0.5rem;
  }
  .teacher-wrap.ir .b {
    width: 100%;
  }
  .teacher-wrap.ir .b .inner {
    padding: 0.9rem 0.4rem;
  }
  .teacher-wrap.ir .b .y {
    width: 0.5rem;
    right: 1.8rem;
    bottom: 0.7rem;
  }
  .teacher-wrap.il .img {
    padding-left: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .teacher-wrap.il .img::after {
    width: 100%;
    height: 100%;
    left: -0.2rem;
    bottom: -0.2rem;
  }
  .teacher-wrap.il .b {
    width: 100%;
  }
  .teacher-wrap.il .b .inner {
    padding: 0.4rem 0.5rem;
  }
  .teacher-wrap.il .b .inner img {
    width: 0.4rem;
    right: 5rem;
    bottom: 0.3rem;
  }
  .teacher-wrap.il .text {
    padding-left: 0.3rem;
  }
  #modular4::after {
    width: 4rem;
    height: 6rem;
    bottom: 0;
  }
  #modular4 .a-list {
    width: 6.9rem;
    margin-left: -1rem;
    padding: 0.4rem 0.5rem;
    border-bottom-right-radius: 0.6rem;
  }
  #modular4 .a-list::after {
    width: 0.4rem;
    height: 0.4rem;
    top: -0.15rem;
  }
  #modular4 .a-list .title {
    font-size: 0.34rem;
    margin-bottom: 0.15rem;
  }
  #modular4 .a-list p .y {
    width: 0.4rem;
    left: 0.3rem;
    top: 0.1rem;
  }
  #modular4 .swiper-button-next,
  #modular4 .swiper-button-prev {
    width: 1.2rem;
    top: 3.5rem;
  }
  #modular4 .swiper-button-next {
    right: 0;
  }
  #modular4 .swiper-button-prev {
    left: 0;
  }
  #modular4 .swiper {
    width: 100%;
  }
  #modular4 .swiper-slide {
    width: 5rem;
  }
  #modular4 .swiper-slide .text {
    height: 1.6rem;
    padding: 0 0.15rem;
  }
  #modular4 .swiper-slide .text .title {
    padding: 0;
    font-size: 0.2rem;
  }
  #modular4 .swiper-slide .text p {
    font-size: 0.2rem;
  }
  #modular4 .swiper-slide .text .name {
    font-size: 0.3rem;
  }
  #modular4 .swiper-slide .text br {
    display: none;
  }
  #modular5 .s-list .item {
    padding: 0.3rem 0;
    display: block;
  }
  #modular5 .s-list .item .t {
    font-size: 0.32rem;
  }
  #modular5 .s-list .item .date {
    font-size: 0.3rem;
    white-space: nowrap;
  }
  #modular5 .s-list .item .c {
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.2rem;
  }
  #modular5 .s-list .item .c span {
    width: 0.1rem;
    height: 0.1rem;
  }
  #modular5 .s-list .item .sp {
    font-size: 0.28rem;
  }
  #modular5 .s-list .item .r {
    margin-left: 2rem;
    width: unset;
  }
  #modular5 .s-list .item .r-item {
    margin-top: 0.3rem;
  }
  #modular5 .s-list .item .r-item:not(:last-child) {
    margin-bottom: 0;
  }
  #modular5 .s-list .item .r-item .ca {
    font-size: 0.22rem;
    left: -1.2rem;
  }
  #modular5 .s-list .item .r-item .name {
    width: 1.2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.26rem;
  }
  #modular5 .s-list .item .r-item .title {
    font-size: 0.22rem;
  }
  #modular5 .s-list .item .r-item .title br {
    display: none;
  }
  #modular6 {
    padding-bottom: 0;
  }
  #modular6 .swiper {
    padding-bottom: 0;
  }
  #modular6 .grid-wrap {
    display: block;
  }
  #modular6 .grid-wrap .grid-item {
    margin-bottom: 0.3rem;
    box-shadow: 0 0 20px 0 rgba(0, 0, 45, 0.1);
  }
  #modular6 .grid-wrap .grid-item .play {
    width: 0.4rem;
    height: 0.4rem;
    right: 0.15rem;
  }
  #modular6 .grid-wrap .grid-item .title {
    padding-right: 0.7rem;
  }
  #modular7 {
    padding-bottom: 0;
  }
  #modular7 .news-list {
    display: block;
  }
  #modular7 .item {
    width: 100%;
    padding-bottom: 0.4rem;
    margin-bottom: 0.4rem;
  }
  #modular7 .title {
    font-size: 0.32rem;
    margin-bottom: 0.3rem;
  }
  footer {
    padding: 0.3rem;
  }
  footer img {
    width: 4.4rem;
  }
  footer .mbachina {
    font-size: 0.24rem;
  }
  .footer-nav {
    display: block;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 45, 0.1);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0.15rem;
  }
  .footer-nav .cont {
    padding: 0 0.5rem;
  }
  .footer-nav .item {
    text-align: center;
  }
  .footer-nav .item img {
    height: 0.5rem;
  }
  .footer-nav .item p {
    text-align: center;
    font-size: 0.26rem;
    color: #7550bc;
    font-weight: bold;
    margin-top: 0.15rem;
  }
}
