@media (min-width: 1024px) {
  html {
    font-size: 55px!important;
  }
  .content {
    width: 500px;
    margin: 0 auto;
  }
}
.fancybox-stage .fancybox-content img {
  width: 100%;
}
.article {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0.2rem;
  margin: 0.2rem 0;
}
.article h3.title {
  position: relative;
  font-size: 0.3rem;
  padding-left: 0.31rem;
  margin-bottom: 0.26rem;
}
.article h3.title .more {
  float: right;
  color: #236ee7;
  font-weight: normal;
  margin-right: 0.2rem;
}
.article h3.title:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #236ee7;
  border-radius: 35px;
}
.swiper-all {
  height: 4.1rem;
  margin: 0.2rem 0;
}
.swiper-all .swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-all .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-all .swiper-container .swiper-slide .course {
  height: 3.5rem;
  object-fit: cover;
}
.swiper-all .swiper-container .swiper-slide .course .course-text {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.swiper-all .swiper-container .swiper-slide .course .course-text img {
  width: 100%;
  height: 100%;
}
.swiper-all .swiper-container .swiper-slide .course .course-text p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 90%;
  line-height: 55px;
  padding: 0 5%;
  font-size: 0.34rem;
  color: #ffffff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 0.5rem;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.swiper-all .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 0.5rem;
  bottom: 0;
}
.swiper-all .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.1rem;
  border-radius: 20%;
  margin: 0 0.1rem !important;
}
