#nav {
  position: sticky;
  top: 0;
  left: 0;
}
header {
  position: relative;
}
header .banner-bg {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 86%;
}
header .banner-title-img {
  width: 320px;
}
header .banner-b {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  height: 80%;
}
header .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
header .banner-title {
  position: relative;
  margin-top: 130px;
  height: 250px;
}
header .banner-title::after {
  content: '';
  width: 85px;
  height: 200px;
  position: absolute;
  left: 670px;
  top: -120px;
  background: url(../images/banner6.png) no-repeat center;
}
header .banner-title img {
  position: relative;
  z-index: 10;
}
header .banner-title img:nth-child(2) {
  margin-bottom: 30px;
  width: 650px;
}
header .banner-title .banner-title-bg {
  position: absolute;
  left: 0;
  top: -80px;
  z-index: 5;
}
header .banner-title .banner-title-2 {
  position: relative;
  right: 0;
  top: -50px;
}
.m-banner {
  display: none;
}
.title-wrap .title {
  color: #b41b39;
  font-size: 36px;
  letter-spacing: 7px;
}
#modular1 {
  position: relative;
  padding: 0;
}
#modular1 > img {
  width: 100%;
}
#modular1 .m-bg {
  display: none;
}
#modular1 .cont {
  position: absolute;
  z-index: 10;
  top: 40%;
  left: 68%;
  transform: translate(-50%, -50%);
  width: 500px;
}
#modular1 .cont .title {
  text-align: left;
}
#modular1 .cont .content p {
  line-height: 2;
}
#modular2 {
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
}
#modular2 .title {
  text-align: left;
}
#modular2 p {
  line-height: 2;
}
#modular2 .tabs {
  display: none;
}
#modular2 .pro-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: nowrap;
}
#modular2 .pro-list p {
  color: #b41b39;
  font-size: 14px;
  line-height: 1.5;
}
#modular2 .pro-list p:nth-child(5) {
  margin-bottom: 20px;
}
#modular2 .pro-list .title {
  font-size: 30px;
  margin-bottom: 20px;
}
#modular2 .pro-list .t2 {
  font-size: 18px;
}
#modular2 .pro-list li {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #bdbdbd;
  border-radius: 20px;
  box-shadow: 6px 6px 0 0 rgba(54, 54, 54, 0.2);
  padding: 45px 30px;
  width: 320px;
  margin-right: 50px;
}
#modular2 .pro-list li:nth-child(2) p {
  color: #035157;
}
#modular3 {
  background: #fef3ef;
}
#modular3 .content p {
  line-height: 2;
}
#modular3 .pro-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#modular3 .pro-list li {
  width: 390px;
  height: 370px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
#modular3 .pro-list li .top {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  transition: all 500ms;
}
#modular3 .pro-list li:nth-child(1) .top {
  background: url(../images/img1.png) no-repeat center;
  background-size: cover;
}
#modular3 .pro-list li:nth-child(2) .top {
  background: url(../images/img2.png) no-repeat center;
  background-size: cover;
}
#modular3 .pro-list li:nth-child(3) .top {
  background: url(../images/img3.png) no-repeat center;
  background-size: cover;
}
#modular3 .pro-list li:nth-child(4) .top {
  background: url(../images/img4.png) no-repeat center;
  background-size: cover;
}
#modular3 .pro-list li:nth-child(5) .top {
  background: url(../images/img5.png) no-repeat center;
  background-size: cover;
}
#modular3 .pro-list li:nth-child(6) .top {
  background: url(../images/img6.png) no-repeat center;
  background-size: cover;
}
#modular3 .pro-list li .bottom {
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  transition: all 500ms;
}
#modular3 .pro-list li .bottom .title {
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-image: linear-gradient(0deg, rgba(235, 148, 148, 0.7) 0%, rgba(208, 88, 103, 0.7) 50%, rgba(180, 27, 57, 0.7) 100%);
}
#modular3 .pro-list li .bottom .desc {
  flex: 1;
  background: #fff;
  padding: 10px 15px;
  transition: all 500ms;
}
#modular3 .pro-list li .bottom .desc p {
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#modular3 .pro-list li:hover .top {
  height: 100%;
  transition: all 500ms;
}
#modular3 .pro-list li:hover .bottom {
  transition: all 500ms;
  height: 100%;
  padding: 50px 25px;
  background-image: linear-gradient(0deg, rgba(235, 148, 148, 0.7) 0%, rgba(208, 88, 103, 0.7) 50%, rgba(180, 27, 57, 0.7) 100%);
}
#modular3 .pro-list li:hover .bottom .title {
  background-image: none;
}
#modular3 .pro-list li:hover .bottom .desc {
  background: transparent;
  transition: all 500ms;
  padding: 0;
}
#modular3 .pro-list li:hover .bottom .desc p {
  color: #fff;
  overflow: visible;
  -webkit-box-orient: unset;
}
#modular3 .pro-list2 {
  display: none;
}
#modular4 {
  background: url(../images/bg4.png) no-repeat;
  background-size: 100% auto;
  background-position: -30% bottom;
}
#modular4 .content {
  padding-left: 100px;
}
#modular4 .content > p {
  line-height: 2;
}
#modular4 .content .info {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 50px;
  padding-bottom: 15px;
}
#modular4 .content .info .title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 60px;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 30px;
}
#modular4 .content .info .attention {
  display: none;
}
#modular4 .content .info .title1 {
  width: 130px;
  background: url(../images/tag1.png) no-repeat center;
  background-size: 100% 100%;
}
#modular4 .content .info .title2 {
  width: 170px;
  background: url(../images/tag2.png) no-repeat center;
  background-size: 100% 100%;
}
#modular4 .content .info .course-list {
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 15px;
}
#modular4 .content .info .course-list li {
  width: 17%;
  margin-right: 3%;
  line-height: 2;
}
#modular4 .content .info .course-title {
  color: #b41b39;
  font-size: 24px;
  margin-left: 50px;
  margin-bottom: 15px;
  position: relative;
}
#modular4 .content .info .course-title::before {
  content: '●';
  position: absolute;
  left: -30px;
}
#modular5 {
  margin-top: 100px;
  background: url(../images/bg5.png) no-repeat center;
  background-size: cover;
}
#modular5 .title-wrap .title {
  text-align: left;
}
#modular5 .m-show {
  display: none;
}
#modular5 .pc-show {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular5 .tabs .tab-btn {
  width: 340px;
  height: 70px;
  line-height: 70px;
  padding-left: 120px;
  font-size: 24px;
  color: #b41b39;
  background: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
  transition: 500ms;
  position: relative;
  cursor: pointer;
}
#modular5 .tabs .tab-btn span {
  position: relative;
  z-index: 10;
}
#modular5 .tabs .tab-btn::before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
#modular5 .tabs .tab-btn:nth-child(1)::before {
  background: url(../images/icon1.png) no-repeat center;
  background-size: cover;
}
#modular5 .tabs .tab-btn:nth-child(1):hover::before,
#modular5 .tabs .tab-btn:nth-child(1).active::before {
  background: url(../images/icon1-on.png) no-repeat center;
  background-size: cover;
}
#modular5 .tabs .tab-btn:nth-child(2)::before {
  background: url(../images/icon2.png) no-repeat center;
  background-size: cover;
}
#modular5 .tabs .tab-btn:nth-child(2):hover::before,
#modular5 .tabs .tab-btn:nth-child(2).active::before {
  background: url(../images/icon2-on.png) no-repeat center;
  background-size: cover;
}
#modular5 .tabs .tab-btn:nth-child(3)::before {
  background: url(../images/icon3.png) no-repeat center;
  background-size: cover;
}
#modular5 .tabs .tab-btn:nth-child(3):hover::before,
#modular5 .tabs .tab-btn:nth-child(3).active::before {
  background: url(../images/icon3-on.png) no-repeat center;
  background-size: cover;
}
#modular5 .tabs .tab-btn:nth-child(4)::before {
  background: url(../images/icon4.png) no-repeat center;
  background-size: cover;
}
#modular5 .tabs .tab-btn:nth-child(4):hover::before,
#modular5 .tabs .tab-btn:nth-child(4).active::before {
  background: url(../images/icon4-on.png) no-repeat center;
  background-size: cover;
}
#modular5 .tabs .tab-btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background: url(../images/tag3.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 500ms;
  z-index: 9;
}
#modular5 .tabs .tab-btn:hover,
#modular5 .tabs .tab-btn:active {
  color: #fff;
  background: #b41b39;
  transition: 500ms;
}
#modular5 .tabs .tab-btn.active {
  color: #fff;
  background: #b41b39;
  transition: 500ms;
}
#modular5 .tabs .tab-btn.active::after {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background: url(../images/tag3.png) no-repeat center;
  background-size: 100% 100%;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 0;
  opacity: 1;
  transition: 500ms;
  z-index: 9;
}
#modular5 .tab-change {
  flex: 1;
  margin-left: 30px;
  position: relative;
}
#modular5 .tab-change .change {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 60px;
  min-height: 370px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
  transition: 500ms;
}
#modular5 .tab-change .change.active {
  opacity: 1;
  transition: 500ms;
  z-index: 10;
}
#modular5 .tab-change .change:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}
#modular5 .tab-change .change .title {
  color: #b41b39;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
#modular5 .tab-change .change .title::before {
  content: '';
  display: block;
  width: 4px;
  height: 10px;
  background: #b41b39;
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#modular5 .tab-change .change p {
  color: #666;
  line-height: 36px;
}
#modular5 .tab-change .change .p2 {
  color: #b41b39;
  font-size: 16px;
}
#modular5 .tab-change .change .p3 {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 15px;
}
#modular5 .tab-change .change .p3 a:hover {
  color: #b41b39;
}
#modular5 .tab-change .change .p4 {
  margin-bottom: 15px;
}
#modular5 .tab-change .change .apply-btn {
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(0deg, #b61b39 0%, #dd2c35 100%);
  border-radius: 15px;
  margin-top: 5px;
}
#modular5 .tab-change .change .apply-btn img {
  animation: shake 2s infinite linear;
}
#modular5 .tab-change .change .apply-btn1 {
  margin-bottom: 50px;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
#modular6 .title-wrap .title {
  text-align: left;
}
#modular6 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular6 .content .left table {
  border-collapse: collapse;
}
#modular6 .content .left tr td {
  padding: 0 5px;
  border-bottom: 1px solid #898989;
  line-height: 60px;
  font-size: 16px;
}
#modular6 .content .left tr td:nth-child(1) {
  width: 90px;
}
#modular6 .content .left tr td:nth-child(2) {
  width: 210px;
}
#modular6 .content .left tr td:nth-child(3) {
  width: 130px;
}
#modular6 .content .left tr td:nth-child(4) {
  width: 130px;
}
#modular6 .content .left tr:nth-child(1) td {
  border-top: 2px solid #898989;
  border-bottom-width: 2px;
}
#modular6 .content .left p {
  color: #313131;
  font-size: 14px;
  line-height: 60px;
}
#modular6 .content .right {
  padding-left: 30px;
  flex: 1;
}
#modular6 .content .right .top {
  padding-left: 60px;
  margin-bottom: 80px;
}
#modular6 .content .right .top a {
  display: inline-block;
  line-height: 50px;
  background-image: linear-gradient(0deg, #b41b39 0%, #df2d35 100%);
  box-shadow: 0px 0px 11px 2px rgba(180, 27, 57, 0.13);
  border-radius: 25px;
  color: #fff;
  padding: 0 25px;
  margin-right: 20px;
  transition: 500ms;
}
#modular7 {
  background: #fef3ef;
}
#modular7 .stu-list {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#modular7 .stu-list li {
  width: 380px;
  background: #fff;
  padding: 30px 15px 15px 15px;
  transition: 300ms;
  margin-bottom: 70px;
}
#modular7 .stu-list li:hover {
  transform: scale(1.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.06);
  transition: 300ms;
  position: relative;
  z-index: 20;
}
#modular7 .stu-list li .top {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 15px;
}
#modular7 .stu-list li .top .left {
  width: 140px;
  position: relative;
}
#modular7 .stu-list li .top .left img {
  position: absolute;
  width: 100%;
  bottom: 0;
}
#modular7 .stu-list li .top .right {
  padding-left: 15px;
  flex: 1;
}
#modular7 .stu-list li .top .right .name {
  color: #b41b39;
  font-size: 24px;
  letter-spacing: 5px;
}
#modular7 .stu-list li .top .right p {
  font-size: 14px;
  color: #666;
}
#modular7 .stu-list li:nth-child(2) .top .left img {
  width: 90%;
}
#modular7 .stu-list li:nth-child(6) .top .left {
  width: 120px;
}
#modular7 .stu-list li .bottom p {
  font-size: 14px;
  line-height: 2;
}
#modular7 .stu-list2 {
  display: none;
}
#modular8 {
  background: #b41b39;
}
#modular8 .content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#modular8 .content .left img {
  margin-bottom: 40px;
}
#modular8 .content .left p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
#modular8 .content .left p a {
  color: inherit;
}
#modular8 .content .left p a:hover {
  text-decoration: underline;
}
#modular8 .content .right .code {
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
}
#modular8 .content .right .code li {
  margin-left: 30px;
}
#modular8 .content .right .code p {
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
#modular8 .content .right .code img {
  width: 160px;
}
#modular8 .mbachina {
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}
#modular8 .mbachina:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1400px) {
  #modular4 .content {
    padding-left: 150px;
  }
  #modular4 .content .info .course-list li {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .pc-banner {
    display: none;
  }
  .m-banner {
    display: block;
    position: relative;
  }
  .m-banner > img {
    position: relative;
    z-index: 5;
  }
  .m-banner .cont > img {
    width: 4rem;
  }
  .m-banner .banner-title {
    height: 3rem;
    margin-top: 0.5rem;
    padding-left: 0.6rem;
  }
  .m-banner .banner-title::after {
    width: 0.6rem;
    height: 1.2rem;
    left: 5.8rem;
    top: -0.5rem;
    background-size: contain;
  }
  .m-banner .banner-title .banner-title-bg {
    height: 2.8rem;
    top: -0.6rem;
  }
  .m-banner .banner-title > img:nth-child(2) {
    margin-bottom: 0.2rem;
    width: 5rem;
  }
  .m-banner .banner-title p {
    font-size: 0.34rem;
    color: #fff;
  }
  #nav {
    position: fixed;
    top: 0;
    left: 0;
  }
  .title-wrap .title {
    font-size: 0.4rem;
  }
  p {
    font-size: 0.24rem;
  }
  #modular1 {
    background: #fef3ef;
    padding: 1rem 0 0.5rem;
    padding-bottom: 0;
  }
  #modular1 > img:nth-child(1) {
    display: none;
  }
  #modular1 .m-bg {
    display: block;
  }
  #modular1 .cont {
    position: static;
    transform: translate(0, 0);
    width: 6.9rem;
  }
  #modular1 .cont .title {
    text-align: center;
  }
  #modular2 {
    background: url(../images/m-bg2.png) no-repeat center;
    background-size: cover;
  }
  #modular2 .title {
    text-align: center;
  }
  #modular2 .content > p {
    text-align: center;
  }
  #modular2 .tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 1rem;
    margin-top: 0.3rem;
  }
  #modular2 .tabs li {
    border: 1px solid #b41b39;
    border-radius: 0.25rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #b41b39;
    padding: 0 0.3rem;
  }
  #modular2 .tabs li.active {
    color: #fff;
    background: #b41b39;
    position: relative;
  }
  #modular2 .tabs li.active::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 0.2rem solid transparent;
    border-top-color: #b41b39;
    position: absolute;
    bottom: -0.4rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  #modular2 .pro-list {
    margin-top: 0.5rem;
    display: block;
  }
  #modular2 .pro-list li {
    margin-right: 0;
    width: 100%;
    padding: 0.4rem 0.3rem;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: none;
    border-radius: 0.08rem;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    display: none;
  }
  #modular2 .pro-list li .title {
    display: none;
  }
  #modular2 .pro-list li .left {
    width: 2.6rem;
    border-right: 1px dashed #b41b39;
  }
  #modular2 .pro-list li .right {
    flex: 1;
    color: #666;
    padding-left: 0.2rem;
  }
  #modular2 .pro-list li:nth-child(2) p {
    color: #333;
  }
  #modular2 .pro-list li:nth-child(2) .right p {
    color: #666;
  }
  #modular2 .pro-list li.active {
    display: flex;
  }
  #modular2 .pro-list p {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.36rem;
  }
  #modular2 .pro-list .title {
    font-size: 0.3rem;
  }
  #modular2 .pro-list .t2 {
    font-size: 0.24rem;
  }
  #modular3 .pro-list {
    display: block;
  }
  #modular3 .pro-list.pc {
    display: none;
  }
  #modular3 .pro-list2 {
    display: block;
    margin-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
  #modular3 .pro-list2 .swiper-slide {
    width: 390px;
    height: 370px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  #modular3 .pro-list2 .swiper-slide .top {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    transition: all 500ms;
  }
  #modular3 .pro-list2 .swiper-slide.slide1 .top {
    background: url(../images/img1.png) no-repeat center;
    background-size: cover;
  }
  #modular3 .pro-list2 .swiper-slide.slide2 .top {
    background: url(../images/img2.png) no-repeat center;
    background-size: cover;
  }
  #modular3 .pro-list2 .swiper-slide.slide3 .top {
    background: url(../images/img3.png) no-repeat center;
    background-size: cover;
  }
  #modular3 .pro-list2 .swiper-slide.slide4 .top {
    background: url(../images/img4.png) no-repeat center;
    background-size: cover;
  }
  #modular3 .pro-list2 .swiper-slide.slide5 .top {
    background: url(../images/img5.png) no-repeat center;
    background-size: cover;
  }
  #modular3 .pro-list2 .swiper-slide.slide6 .top {
    background: url(../images/img6.png) no-repeat center;
    background-size: cover;
  }
  #modular3 .pro-list2 .swiper-slide .bottom {
    width: 100%;
    height: 3.75rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    transition: all 500ms;
  }
  #modular3 .pro-list2 .swiper-slide .bottom .title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: linear-gradient(0deg, rgba(235, 148, 148, 0.7) 0%, rgba(208, 88, 103, 0.7) 50%, rgba(180, 27, 57, 0.7) 100%);
  }
  #modular3 .pro-list2 .swiper-slide .bottom .desc {
    flex: 1;
    background: #fff;
    padding: 10px 15px;
    transition: all 500ms;
  }
  #modular3 .pro-list2 .swiper-slide .bottom .desc p {
    font-size: 14px;
    color: #666;
  }
  #modular3 .pro-list2 .swiper-slide.active .top {
    height: 100%;
    transition: all 500ms;
  }
  #modular3 .pro-list2 .swiper-slide.active .bottom {
    transition: all 500ms;
    height: 100%;
    padding: 0.5rem 0.3rem;
    background-image: linear-gradient(0deg, rgba(235, 148, 148, 0.7) 0%, rgba(208, 88, 103, 0.7) 50%, rgba(180, 27, 57, 0.7) 100%);
  }
  #modular3 .pro-list2 .swiper-slide.active .bottom .title {
    background-image: none;
  }
  #modular3 .pro-list2 .swiper-slide.active .bottom .desc {
    background: transparent;
    transition: all 500ms;
    padding: 0;
  }
  #modular3 .pro-list2 .swiper-slide.active .bottom .desc p {
    color: #fff;
    overflow: visible;
    -webkit-box-orient: unset;
  }
  #modular3 .pro-list2 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  #modular3 .pro-list2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b41b39;
    width: 0.15rem;
    height: 0.15rem;
  }
  #modular4 {
    background: url(../images/m-bg3.png) no-repeat center bottom;
    background-size: contain;
    padding-bottom: 0;
  }
  #modular4 .content {
    padding-left: 0;
  }
  #modular4 .content .info {
    padding: 0.3rem 0 0.6rem;
    margin-top: 0.5rem;
    box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.1);
    position: relative;
  }
  #modular4 .content .info .info-inner {
    overflow: scroll;
    max-height: 9rem;
  }
  #modular4 .content .info .attention {
    display: block;
    position: absolute;
    bottom: 0;
    line-height: 2;
    left: 0;
    text-align: center;
    width: 100%;
    box-shadow: 0px 3px 20px rgba(183, 15, 38, 0.2);
  }
  #modular4 .content .info .title {
    height: 0.5rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #modular4 .content .info .title1 {
    width: 1.4rem;
  }
  #modular4 .content .info .title2 {
    width: 2rem;
  }
  #modular4 .content .info .course-list {
    margin-left: 0.5rem;
  }
  #modular4 .content .info .course-list li {
    font-size: 0.22rem;
    width: 47%;
  }
  #modular4 .content .info .course-title {
    margin-left: 0.5rem;
    font-size: 0.26rem;
    margin-bottom: 0.15rem;
  }
  #modular4 .content .info .course-title::before {
    left: -0.3rem;
  }
  #modular5 {
    margin-top: 0;
    background: #fff1ee;
  }
  #modular5 .title-wrap .title {
    text-align: center;
  }
  #modular5 .pc-show {
    display: none;
  }
  #modular5 .content {
    display: block;
  }
  #modular5 .m-show {
    display: block;
  }
  #modular5 .m-show .list li {
    margin-bottom: 0.1rem;
  }
  #modular5 .m-show .list .title {
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #B70F26;
    border-radius: 0.08rem;
    color: #fff;
    padding-left: 0.2rem;
    width: 6.5rem;
    transition: 300ms;
  }
  #modular5 .m-show .list .title img {
    height: 0.4rem;
    margin-right: 0.2rem;
  }
  #modular5 .m-show .list .title.active {
    width: 6.4rem;
    box-shadow: 0.2rem 0.2rem 0 0 rgba(183, 15, 38, 0.4);
    margin-bottom: 0.2rem;
    transition: 300ms;
  }
  #modular5 .m-show .list .text {
    display: none;
    background: #fff;
    border-radius: 0.08rem;
    width: 6.4rem;
    padding: 0.3rem;
    margin-left: 0.2rem;
  }
  #modular5 .m-show .list .text p {
    font-size: 0.24rem;
  }
  #modular5 .m-show .list .text .p2 {
    color: #B70F26;
  }
  #modular5 .m-show .list .text .apply-btn {
    background: linear-gradient(180deg, #F4455D 0%, #8B1626 100%);
    color: #fff;
    display: block;
    width: 1.8rem;
    line-height: 0.4rem;
    border-radius: 0.2rem;
    font-size: 0.24rem;
    padding-left: 0.3rem;
    margin: 0.3rem 0;
  }
  #modular6 .title-wrap .title {
    text-align: center;
  }
  #modular6 .content {
    display: block;
  }
  #modular6 .content .left {
    position: relative;
  }
  #modular6 .content .left::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/img7.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    z-index: 5;
  }
  #modular6 .content .left p {
    line-height: 1.5;
    font-size: 0.22rem;
    margin: 0.2rem 0;
    color: #999;
  }
  #modular6 .content .left table {
    width: 100%;
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
  }
  #modular6 .content .left tr td {
    padding: 0.2rem 0.1rem;
    line-height: 0.3rem;
    font-size: 0.22rem;
    text-align: center;
  }
  #modular6 .content .left tr td:nth-child(1) {
    width: 0.8rem;
  }
  #modular6 .content .left tr td:nth-child(2) {
    width: 2.1rem;
  }
  #modular6 .content .left tr td:nth-child(3) {
    width: 1.2rem;
  }
  #modular6 .content .left tr td:nth-child(4) {
    width: 1.4rem;
  }
  #modular6 .content .right {
    padding-left: 0;
  }
  #modular6 .content .right .top {
    padding-left: 0;
    margin-bottom: 0;
  }
  #modular6 .content .right .top a {
    line-height: 0.5rem;
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
  #modular6 .content .right .top a img {
    height: 0.5rem;
    animation: shake 2s infinite linear;
  }
  #modular6 .content .right .bottom {
    display: none;
  }
  #modular7 .stu-list {
    display: none;
    padding-top: 0;
  }
  #modular7 .stu-list li {
    width: 100%;
    margin-bottom: 0.3rem;
    padding: 0.3rem;
  }
  #modular7 .stu-list li .top {
    margin-bottom: 0.3rem;
  }
  #modular7 .stu-list li .top .left {
    width: 2rem;
  }
  #modular7 .stu-list li .top .left img {
    top: -1.4rem;
    position: static;
  }
  #modular7 .stu-list li .top .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  #modular7 .stu-list li .top .right .name {
    font-size: 0.28rem;
  }
  #modular7 .stu-list li .top .right p {
    font-size: 0.22rem;
  }
  #modular7 .stu-list li .bottom p {
    font-size: 0.22rem;
  }
  #modular7 .stu-list li .bottom:last-child {
    margin-bottom: 0;
  }
  #modular7 .content {
    margin-top: 0.2rem;
  }
  #modular7 .stu-list2 {
    display: block;
    padding-bottom: 0.5rem;
  }
  #modular7 .stu-list2 .swiper-slide .card {
    background: url(../images/m-bg4.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.6rem;
    display: flex;
    flex-wrap: nowrap;
  }
  #modular7 .stu-list2 .swiper-slide .card:nth-child(2) {
    flex-direction: row-reverse;
  }
  #modular7 .stu-list2 .swiper-slide .card:nth-child(2) .right {
    margin-right: 0.2rem;
    margin-left: 0;
  }
  #modular7 .stu-list2 .swiper-slide .left .top {
    width: 1.6rem;
    margin: 0 auto;
  }
  #modular7 .stu-list2 .swiper-slide .left .bottom p {
    text-align: center;
  }
  #modular7 .stu-list2 .swiper-slide .left .bottom .name {
    font-size: 0.28rem;
  }
  #modular7 .stu-list2 .swiper-slide .left .bottom .class {
    color: #b41b39;
    font-size: 0.24rem;
  }
  #modular7 .stu-list2 .swiper-slide .left .bottom .position {
    font-size: 0.22rem;
  }
  #modular7 .stu-list2 .swiper-slide .right {
    margin-left: 0.2rem;
    flex: 1;
    max-height: 3.4rem;
    padding-right: 0.2rem;
    overflow-y: auto;
  }
  #modular7 .stu-list2 .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  #modular7 .stu-list2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #b41b39;
    width: 0.15rem;
    height: 0.15rem;
  }
  #modular8 .content {
    display: block;
  }
  #modular8 .content .left img {
    width: 4rem;
    margin-bottom: 0.5rem;
  }
  #modular8 .content .left p {
    font-size: 0.24rem;
  }
  #modular8 .content .right .code {
    justify-content: space-between;
    padding: 0 1rem;
  }
  #modular8 .content .right .code li {
    margin-left: 0;
  }
  #modular8 .content .right .code img {
    width: 2rem;
  }
  #modular8 .mbachina {
    font-size: 0.24rem;
    margin-top: 0.3rem;
  }
}
