<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper .swiper-pagination-bullet {
  background: #fff !important;
}
.swiper .swiper-button-prev {
  left: 0.8rem;
}
.swiper .swiper-button-next {
  right: 0.8rem;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  background: rgba(0, 0, 0, 0.4);
  width: 0.875rem;
  height: 1.5rem;
  color: #fff;
  border-radius: 0.5rem;
}
.swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
  font-size: 0.5rem;
}

.top {
  width: 100%;
  height: 12.35rem;
  background: url("../images/banner.jpg") center no-repeat;
  background-size: cover;
}

.nav {
  position: sticky;
  top: 0;
  z-index: 99;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 2.2rem;
  padding: 0.325rem 0.75rem 0;
  background-color: #d9021f;
  box-shadow: 0.1rem 0.1rem 0.9rem 0.1rem rgba(184, 9, 33, 0.63);
  margin-top: -0.6rem;
}
.nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.3rem;
  height: 1.55rem;
  margin-right: 0.25rem;
  padding: 0 0.4rem;
  color: #fff;
  font-size: 0.55rem;
  line-height: 0.6rem;
  text-align: center;
  background-color: #cc001c;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
.nav .nav-item:last-child {
  margin-right: 0;
}
.nav .nav-item:nth-child(2) {
  padding: 0 0.1rem;
}
.nav .nav-item.active {
  color: #d71e2e;
  background: url("../images/nav-bg.png") no-repeat center center/2.7rem 2rem;
}

.box1 {
  background: #bd0f10 url("../images/sp-bg.png") no-repeat center 1.5rem/100% 7.5rem;
  width: 100%;
  padding-top: 8.5rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}
.box1 .player {
  width: 17.45rem;
  height: 10.175rem;
  border-radius: 0.75rem;
  background: #fff;
}
.box1 .player .vjs-tech, .box1 .player .vjs-poster {
  border-radius: 0.75rem;
}

.box2 {
  width: 100%;
  background: #b90b0c;
}
.box2 .history1 {
  width: 100%;
}
.box2 .history2 {
  width: 100%;
  display: none;
}
.box2 .history2.active {
  display: block;
}
.box2 .histoty-b {
  width: 100%;
  height: 8.5rem;
  margin-top: 1rem;
  background: url("../images/history-b.jpg") center no-repeat;
  background-size: cover;
}
.box2 .histoty-b .arrow {
  width: 1.875rem;
  height: 0.95rem;
  margin: 0 auto;
  transition: transform ease 0.2s;
}
.box2 .histoty-b .arrow.active {
  transform: rotate(180deg);
}

.box3 {
  width: 100%;
  height: 16.75rem;
  background: url("../images/box3-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 3.6rem 1rem 0;
  box-sizing: border-box;
  position: relative;
}
.box3 .box3-swiper {
  height: 13rem;
}
.box3 .box3-swiper .swiper-slide {
  height: 11.5rem;
}
.box3 .box3-swiper .swiper-slide .title {
  color: #f4d6b7;
  font-size: 0.95rem;
  text-align: center;
}
.box3 .box3-swiper .swiper-slide .box3-1 {
  padding-top: 0.5rem;
}
.box3 .box3-swiper .swiper-slide .box3-1 .item {
  padding-bottom: 0.3rem;
}
.box3 .box3-swiper .swiper-slide .box3-1 .item-t {
  font-size: 0.7rem;
  color: #000;
  background: #f5d11f;
  border-radius: 0.25rem;
  display: inline-block;
  line-height: 0.95rem;
  width: 3.9rem;
  text-align: center;
}
.box3 .box3-swiper .swiper-slide .box3-1 .item-des {
  font-size: 0.55rem;
  color: #000;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.1rem 0.2rem;
  line-height: 0.8rem;
}
.box3 .box3-swiper .swiper-slide .box3-2 {
  padding-top: 0.3rem;
}
.box3 .box3-swiper .swiper-slide .box3-2 .item {
  padding-top: 0.5rem;
  position: relative;
}
.box3 .box3-swiper .swiper-slide .box3-2 .item-t {
  font-size: 0.45rem;
  color: #f5d11f;
  background: #3e4b9e;
  border-radius: 0.25rem;
  display: inline-block;
  line-height: 0.65rem;
  width: 3.65rem;
  text-align: center;
  position: absolute;
  top: 0.2rem;
  left: 0;
}
.box3 .box3-swiper .swiper-slide .box3-2 .item-des {
  font-size: 0.4rem;
  color: #000;
  background: #fff;
  border-radius: 0.3rem;
  padding: 0.45rem 0.2rem 0.1rem;
  line-height: 0.6rem;
  margin-left: 0.2rem;
}
.box3 .box3-swiper .swiper-slide .box3-3 {
  margin-top: 0.7rem;
  padding: 1rem 0.8rem;
  font-size: 0.65rem;
  color: #000;
  background: #fff;
  border-radius: 0.9rem;
}
.box3 .box3-swiper .swiper-slide .box3-4 {
  background: #fff;
  border-radius: 0.9rem;
  margin-top: 0.8rem;
  padding: 1.2rem 0.3rem 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.box3 .box3-swiper .swiper-slide .box3-4 .item {
  font-size: 0.85rem;
  color: #000;
  font-weight: bold;
  border-radius: 0.5rem;
  width: 6.675rem;
  height: 1.35rem;
  line-height: 1.35rem;
  padding-left: 1.8rem;
  margin-bottom: 0.8rem;
  background: #f5d11f;
  box-sizing: border-box;
  position: relative;
}
.box3 .box3-swiper .swiper-slide .box3-4 .item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.4rem;
  height: 1.35rem;
  background: #3e4b9e;
}
.box3 .box3-swiper .swiper-slide .box3-5 {
  margin-top: 1.3rem;
}
.box3 .box3-swiper .swiper-slide .box3-5 .img {
  height: 7.4rem;
}
.box3 .box3-swiper .swiper-slide .box3-6 {
  margin-top: 0.8rem;
}
.box3 .box3-swiper .swiper-slide .box3-6 .img {
  height: 8.225rem;
}
.box3 .box3-swiper .swiper-slide .box3-7 {
  margin-top: 0.8rem;
}
.box3 .box3-swiper .swiper-slide .box3-7 .img {
  height: 8.225rem;
}
.box3 .box3-swiper .swiper-slide .box3-8 {
  margin-top: 0.4rem;
}
.box3 .box3-swiper .swiper-slide .box3-8 .img {
  height: 8.725rem;
}
.box3 .swiper-pagination {
  bottom: 0.8rem !important;
}

.box4 {
  width: 100%;
  height: 35.5rem;
  background: url("../images/box4-bg.jpg") center no-repeat;
  background-size: cover;
}
.box4 .shu {
  height: 23rem;
}
.box4 .teacher-con {
  height: 4rem;
}
.box4 .box4-swiper .teacher-list {
  align-items: center;
  width: 90%;
}
.box4 .box4-swiper .teacher-list .teacher-item {
  display: flex;
  justify-content: center;
  height: 8.2rem;
}
.box4 .box4-swiper .teacher-list .teacher-item .hm {
  width: 16.975rem;
  height: 6.15rem;
  margin-top: 0.6rem;
}
.box4 .box4-swiper .teacher-list .teacher-item .rw {
  width: 13.175rem;
  height: 5.925rem;
  margin-top: 0.7rem;
}
.box4 .box4-swiper .teacher-list .teacher-item .smc {
  width: 16.35rem;
  height: 6.025rem;
  margin-top: 0.6rem;
}
.box4 .box4-swiper .teacher-list .teacher-item .ccx {
  width: 9.95rem;
  height: 6.375rem;
  margin-top: 0.3rem;
}
.box4 .box4-swiper .teacher-list .teacher-item .ym {
  width: 16.725rem;
  height: 6.15rem;
  margin-top: 0.6rem;
}
.box4 .box4-swiper .teacher-list .teacher-item .lx {
  width: 17.325rem;
  height: 6.25rem;
  margin-top: 0.5rem;
}
.box4 .box4-swiper .teacher-list .teacher-item .zj {
  width: 12.9rem;
  height: 6.025rem;
  margin-top: 0.7rem;
}
.box4 .box4-swiper .teacher-list .teacher-item .zz {
  width: 16.4rem;
  height: 6.675rem;
}

.box5 {
  width: 100%;
  height: 24.375rem;
  background: url("../images/box5-bg.jpg") center no-repeat;
  background-size: cover;
}
.box5 .des {
  font-size: 0.55rem;
  color: #fff;
  padding: 4.2rem 0.6rem 0;
  line-height: 0.8rem;
}
.box5 .des span {
  font-weight: 500;
}
.box5 .box5-swiper {
  margin-top: 0.3rem;
  height: 14.5rem;
}
.box5 .box5-swiper .book-list {
  align-items: center;
  width: 90%;
}
.box5 .box5-swiper .book-list .book-item {
  display: flex;
  justify-content: center;
}
.box5 .box5-swiper .book-list .book-item .book1 {
  width: 15.05rem;
  height: 12.6rem;
}
.box5 .box5-swiper .book-list .book-item .book2 {
  width: 13.375rem;
  height: 12.7rem;
}
.box5 .box5-swiper .book-list .book-item .book3 {
  width: 15.7rem;
  height: 12.75rem;
}
.box5 .box5-swiper .book-list .book-item .book4 {
  width: 15.65rem;
  height: 11.8rem;
}
.box5 .box5-swiper .book-list .book-item .book5 {
  width: 15.975rem;
  height: 12.75rem;
}

.box6 {
  width: 100%;
  height: 16.5rem;
  padding: 4.5rem 0.6rem 0;
  background: url("../images/box6-bg.jpg") center no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
.box6 .box6-swiper {
  height: 12rem;
}
.box6 .coupon-list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  padding: 0 0.5rem 0 0.2rem;
}
.box6 .coupon-list .item:nth-child(odd) {
  background: #fff;
}
.box6 .coupon-list .item:nth-child(even) {
  background: #f8f8f8;
}
.box6 .coupon-list .item .name {
  flex: 1;
  font-size: 0.55rem;
  color: #000;
  font-weight: bold;
  padding-right: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box6 .coupon-list .item .name span {
  color: #e26520;
}
.box6 .coupon-list .item .btn {
  font-size: 0.5rem;
  color: #fff;
  background-color: #e26520;
  border-radius: 0.2rem;
  padding: 0.15rem 0.5rem;
}

.box7 .ad {
  width: 100%;
}

.box8 .img {
  width: 100%;
}

.box9 {
  padding: 3.8rem 0.75rem 0;
  width: 100%;
  height: 20rem;
  background: url("../images/box9-bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}
.box9 .logo {
  width: 6.8rem;
  height: 5.125rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box9 .form-container {
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  background: #fff;
  border-radius: 0.75rem;
}
.box9 .form-container .form-item {
  border: none;
  height: 2.125rem;
  line-height: 2.125rem;
  padding-left: 1.3rem;
  font-size: 0.6rem;
}
.box9 .form-container .form-item-name {
  background: #f4f4f4 url("../images/icon1.png") no-repeat 0.5rem center/0.525rem 0.6rem;
}
.box9 .form-container .form-item-city {
  background: #f4f4f4 url("../images/icon2.png") no-repeat 0.4rem center/0.65rem 0.65rem;
}
.box9 .form-container .form-item-phone {
  background: #f4f4f4 url("../images/icon3.png") no-repeat 0.5rem center/0.425rem 0.6rem;
}
.box9 .form-container .form-item input {
  color: #000;
  background: #f4f4f4;
}
.box9 .form-container .form-item .city-txt {
  color: #757575;
  display: block;
  font-size: 0.55rem;
}
.box9 .form-container .form-item .city-txt.show {
  color: #000;
}
.box9 .form-container .form-code .kaptcha-code {
  width: 70%;
  height: 2.125rem;
  border: none;
  font-size: 0.6rem;
  background: #f4f4f4 url("../images/icon4.png") no-repeat 0.5rem center/0.5rem 0.625rem;
  padding-left: 1.3rem;
  color: #757575;
}
.box9 .form-container .form-code .kaptcha-btn {
  width: 28%;
  height: 2.125rem;
  color: #fff;
  background-color: #757575;
  font-size: 0.6rem;
}
.box9 .form-container input::-webkit-input-placeholder {
  color: #757575;
}
.box9 .form-container .submit {
  height: 2.125rem;
  background-color: #cf1f18 !important;
  font-size: 0.95rem;
  color: #fff;
}

.bottom {
  width: 100%;
  background: #b80509;
  color: #fff;
  font-size: 0.55rem;
  padding: 1rem 0 3rem;
  text-align: center;
  line-height: 0.8rem;
}

html {
  overflow-x: hidden;
}

.flex {
  display: flex;
  align-items: center;
}

.align-center {
  text-align: center;
}</pre></body></html>