<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: FZTYSJW;
  src: url("./FZTYSJW.ttf");
}
body {
  background: #b50d10;
}
.banner_box {
  width: 100%;
  height: 418px;
  background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container {
  padding-top: 63px;
}
.txt {
  color: rgba(247, 230, 136, 1);
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}
.txt::before,
.txt::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 16px;
}
.txt::before {
  background: url("../images/txtL.png") no-repeat center;
  margin-right: 20px;
}
.txt::after {
  background: url("../images/txtR.png") no-repeat center;
  margin-left: 20px;
}
.txt1 {
  width: 778px;
  height: 143px;
  background: url("../images/txt.png") no-repeat center;
  margin: 28px auto;
  position: relative;
}
.light {
  position: absolute;
  width: 1623px;
  height: 163px;
  background: url("../images/light.png") no-repeat center;
  left: -400px;
  bottom: -81px;
  margin: auto;
}
.txt2 {
  width: 453px;
  height: 62px;
  border: 2px solid rgba(255, 0, 0, 1);
  border-radius: 10px;
  margin: auto;
  line-height: 62px;
  text-align: center;
  color: rgba(247, 230, 136, 1);
  font-size: 30px;
}
.box1 {
  background-color: rgba(229,2,2,1);
  background: url("../images/box1_bg.png") no-repeat top center;
}
.box1 .container {
  padding: 40px 0;
}
.title {
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  font-family: FZTYSJW;
  color: rgba(247, 230, 136, 1);
  /* text-shadow:0px 0px 4px rgba(238,2,2,0.15); */
  background: linear-gradient(
    90deg,
    rgba(254, 249, 194, 1) 0%,
    rgba(250, 240, 152, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title::before,
.title::after {
  content: "";
  display: inline-block;
  width: 131px;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(254, 249, 194, 0.7),
    rgba(249, 226, 97, 0.7)
  );
  vertical-align: middle;
  margin: 0 2px;
}
.box1-title {
  color: rgba(247, 230, 136, 1);
  font-size: 30px;
  text-align: center;
  margin: 10px auto 40px;
}
.box1-table table {
  width: 100%;
  text-align: center;
  background: #fff;
  border: none;
}
.box1-table table thead tr th {
  background: rgba(247, 230, 136, 1);
  height: 55px;
  border: 1px solid rgba(162, 0, 0, 1);
  color: rgba(10, 10, 10, 1);
  font-size: 18px;
  /* font-weight: 400; */
  color: #0a0a0a;
  border-top: none;
}
.box1-table table thead tr th:nth-child(1) {
  border-left: none;
}
.box1-table table thead tr th:last-child {
  border-right: none;
}
.box1-table table td {
  border: 1px solid rgba(162, 0, 0, 1);
  height: 55px;
  font-size: 18px;
}
.box1-table table td:nth-child(1) {
  background: rgba(253, 74, 74, 1);
  color: rgba(247, 230, 136, 1);
  width: 11%;
  border-left: none;
}
.box1-table table td {
  width: 14.5%;
  line-height: 20px;
  box-sizing: border-box;
  padding: 10px 5px;
}
.box1-table table tbody tr:last-child td {
  border-bottom: none;
}
.class-price {
  width: 571px;
  height: 85px;
  background: url("../images/price_bg.png") no-repeat center;
  margin: 28px auto 23px;
  color: #11110f;
  font-size: 30px;
  text-align: center;
  line-height: 72px;
}
.nowPrice {
  color: #fb1818;
  font-size: 60px;
}
.originalPrice {
  color: #fb1818;
  font-size: 24px;
}
.sign {
  display: block;
  width: 255px;
  height: 74px;
  line-height: 74px;
  background: linear-gradient(
    0deg,
    rgba(250, 240, 152, 1),
    rgba(251, 249, 207, 1)
  );
  border-radius: 50px;
  margin: auto;
  box-shadow: 0 6px 0 #f4a40a;
  text-align: center;
  color: rgba(183, 0, 0, 1);
  font-size: 30px;
  font-weight: 600;
}
.box2 .container {
  padding: 75px 0;
}
.box2-ul {
  margin-top: 64px;
}
.box2-ul li {
  float: left;
  width: 230px;
  height: 586px;
  margin-right: 11px;
  box-sizing: border-box;
  border: 3px solid rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 0, 0) 0%, rgb(238, 85, 59) 100%);
  border-radius: 120px;
  position: relative;

}
.box2-ul li:last-child {
  margin-right: 0;
}
.box2-ul li:nth-child(even) {
  background: linear-gradient(0deg, #f9a90f 0%, #f6d81e 100%);
}
.icon-box {
  width: 224px;
  height: 224px;
  border: 2px solid rgb(255, 252, 252);
  background-color: rgb(255, 255, 255);
  box-shadow: inset 0px 0px 40px 0px rgba(209, 191, 191, 0.75);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 52px 0 0;
}
.icon-box img {
  display: block;
  margin: 0 auto 15px;
}
.icon-box p {
  text-align: center;
  font-size:24px;
  color:rgba(19,19,19,1);
  font-weight: 600;
}
.colF20C09 {
  color: #F20C09!important;
}
.li-footer {
  box-sizing: border-box;
  padding: 50px 0 0;
}
.li-footer p {
  text-align: center;
  color:rgba(255,255,255,1);
  font-size: 20px;
  line-height: 40px;
}
.box2-ul li:nth-child(even) .li-footer p {
  color: #050505;
}
.li-footer img {
  position: absolute;
  display: block;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
}
.box3, .box5 {
  background:rgba(229,2,2,1);
}
.box3 .container {
  padding: 73px 0;
}
.box3-content {
  margin: 72px 0 33px;
  display: flex;
  justify-content: space-between;
}
.box3-item {
  width: 569px;
  height: 390px;
  cursor: pointer;
}
.box3-fl {
  background: url('../images/box3_fl_bg.png') no-repeat center;
  background-size: 100% 100%;
}

.box3-title {
  line-height: 90px;
  text-align: center;
  color:rgba(255,255,255,1);
  font-size: 34px;
}
.box3-title::before, .box3-title::after {
  content: '';
  display: inline-block;
  width:120px;
  height:1px;
  background:rgba(255,255,255,1);
  margin: 0 16px;
  vertical-align: middle;
}
.coupon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.coupon-num {
  color:rgba(149,88,0,1);
  font-size: 177px;
  font-weight: 600;
  /* line-height: 300px; */
  text-shadow: 10px 0 0 #FCEDA1;
  margin-right: 15px;
}
.coupon-word {
  color:rgba(149,88,0,1);
  font-size: 30px;
  font-weight: 600;
}
.coupon-word &gt; div {
  line-height: 60px;
}
.box3-fr {
  height: 390px;
  display: none;
  background: url('../images/box3_fr_bg.png') no-repeat center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 65px 58px;
  color:rgba(149,88,0,1);
  font-size:34px;
  font-weight: 500;
}
.box3-fr &gt; p {
  margin-bottom: 30px;
}
.box3-fr ul li {
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
  line-height: 50px;
}
.box3-fr ul li:first-child {
  margin-bottom: 30px;
}
.box3-fr ul li::before {
  content: '';
  display: block;
  width:14px;
  height:14px;
  background:rgba(149,88,0,1);
  border-radius:50%;
  position: absolute;
  top: 20px;
  left: 0;
}
.box3-footer {
  width: 1013px;
  height: 220px;
  background: url('../images/box3_footer_bg.png') no-repeat center;
  margin: auto;
  display: flex;
  box-sizing: border-box;
  padding: 29px 0px 37px 29px;
}
.box3-footer-fl {
  width:204px;
  height:154px;
  border:1px dashed rgba(248,181,81,1);
  margin-right: 50px;
  box-sizing: border-box;
  padding: 30px 0;
}
.box3-footer-fl p {
  text-align: center;
  font-size:30px;
  color:rgba(255,255,255,1);
  line-height:40px;
  text-shadow:-1px 6px 9px rgba(204,11,32,0.64);
  font-weight: 600;
}
.box3-footer-fr {
  box-sizing: border-box;
  padding-top: 29px;
}
.box3-footer-fr p {
  font-size:30px;
  color:rgba(255,255,255,1);
  line-height:50px;
  text-shadow:-1px 6px 9px rgba(115,14,15,0.64);
  /* font-weight: 600; */
}
.box4 .container {
  padding: 72px 0 57px;
}
.box4-content {
  width: 100%;
  height: 100%;
  background: url('../images/swiper_bg.png') no-repeat center 160px;

}
.box4-swiper {
  width: 1176px;
  margin-top: 70px;
  position: relative;
}
.box4-swiper .swiper-container {
  width: 980px;
}
.box4-swiper .swiper-slide {
  width:230px;
  height:358px;
  background:rgba(255,255,255,1);
}
.box4-swiper .swiper-button-next, .box4-swiper .swiper-button-prev {
  /* top: 60%; */
  width: 29px;
  height: 58px;
}
.box4-swiper .swiper-button-prev {
  background: url('../images/prev.png') no-repeat center;
}
.box4-swiper .swiper-button-next {
  background: url('../images/next.png') no-repeat center;
}
.teacher-box {
  box-sizing: border-box;
  padding: 10px 0 0;
}
.teacher-box img {
  display: block;
  margin: auto;
}
.box4-swiper .swiper-button-prev:after, .box4-swiper .swiper-container-rtl .swiper-button-next:after, .box4-swiper .swiper-button-next:after, .box4-swiper .swiper-container-rtl .swiper-button-prev:after {
  content: '';
}
.teacher-detail {
  margin-top: 90px;
  box-sizing: border-box;
  padding: 50px;
  border: 3px solid #ffea85;
  border-radius: 20px;
  background: #cb1210;
  position: relative;
}
.horn {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 40px;
  background: url('../images/horn.png') no-repeat center;
}
.teacher-detail h2 {
  text-align: center;
  color:rgba(255,255,255,1);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.teacher-detail h2 span {
  font-size:24px;
  margin-right: 40px;
}
.teacher-detail p {
  color:rgba(255,255,255,1);
  font-size: 20px;
  line-height: 34px;
}
.box5 .container {
  padding: 60px 0;
}
.box5-ul {
  margin-top: 70px;
}
.box5-ul li {
  float: left;
  width: 347px;
  height: 224px;
  border: 10px solid rgb(255, 240, 171);
  margin-right: 40px;
  box-sizing: border-box;

}
.box5-ul li:last-child {
  margin-right: 0;
}
.box5-ul li img {
  display: block;
  width: 100%;
  height: 100%;
}
.box6 .container {
  padding: 57px 0 20px;
}
.box6-ul {
  margin-top: 40px;
}
.box6-ul li {
  float: left;
  width:137px;
  height:50px;
  line-height: 50px;
  background:rgba(255,240,171,1);
  border-radius: 30px;
  margin-right: 14px;
  margin-bottom: 17px;
  text-align: center;
}
.box6-ul li a {
  display: block;
  color:rgba(251,45,5,1);
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 600;
}
.box6-ul li:nth-child(8n) {
  margin-right: 0;
}
.box6-ul li:hover {
  background:rgba(251,198,111,1);
}
.box6 .title::before, .box6 .title::after {
  content: '';
  display: none;
}


@media only all and (max-width: 1080px) {
  .banner_box {
    width: 100%;
    height: 10rem;
    background-size: 100% 100%;
  }
  .banner_box .container {
    padding-top: 1rem;
  }
  .txt {
    color: rgba(247, 230, 136, 1);
    font-size: .9rem;
    line-height: .9rem;
    text-align: center;
  }
  .txt::before,
  .txt::after {
    width: 1rem;
    height: .4rem;
  }
  .txt::before {
    background-size: 100%;
    margin-right: .5rem;
  }
  .txt::after {
    background-size: 100%;
    margin-left: .5rem;
  }
  .txt1 {
    width: 15rem;
    height: 3rem;
    background-size: 100%;
    margin: .5rem auto;
  }
  .light {
    display: none;
  }
  .txt2 {
    width: 10rem;
    height: 1.5rem;
    border: .05rem solid rgba(255, 0, 0, 1);
    border-radius: .25rem;
    line-height: 1.5rem;
    font-size: .7rem;
  }
  .box1 {
    background-size: 100% 100%;
  }
  .box1 .container {
    padding: 1rem 0;
  }
  .title {
    font-size: 1rem;
    line-height: 1rem;
  }
  .title::before,
  .title::after {
    width: 1rem;
    height: .05rem;
    margin: 0 .05rem;
  }
  .box1-title {
    font-size: .7rem;
    margin: .25rem auto 1rem;
  }
  .box1-table table thead tr th {
    height: 1.5rem;
    font-size: .6rem;
    line-height: 1rem;
  }
  .box1-table table td {
    height: 1.5rem;
    font-size: .6rem;
  }
  .box1-table table td {
    line-height: .9rem;
    padding: .25rem .1rem;
  }
  .class-price {
    width: 12rem;
    height: 2.5rem;
    background-size: 100% 100%;
    margin: .7rem auto .5rem;
    font-size: .7rem;
    line-height: 2.5rem;
  }
  .nowPrice {
    font-size: 1.2rem;
  }
  .originalPrice {
    font-size: .7rem;
  }
  .sign {
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 2rem;
    box-shadow: 0 .2rem 0 #f4a40a;
    font-size: 1rem;
  }
  .box2 .container {
    padding: 1rem 0;
  }
  .box2-ul {
    margin-top: 1rem;
  }
  .box2-ul li {
    width: 32%;
    height: 15rem;
    margin-right: 1%;
    border: .1rem solid rgb(255, 255, 255);
    border-radius: 3rem;
  }
  .box2-ul li:nth-child(3) {
    margin-right: 0;
  }
  .icon-box {
    width: 100%;
    height: 5.5rem;
    border: .05rem solid rgb(255, 252, 252);
    box-shadow: inset 0px 0px 1rem 0px rgba(209, 191, 191, 0.75);
    padding: .7rem 0 0;
  }
  .icon-box img {
    margin: 0 auto .4rem;
    width: 1.7rem;
  }
  .icon-box p {
    font-size:.7rem;
    line-height: 1rem;
  }
  .li-footer {
    padding: 1rem 0 0;
  }
  .li-footer p {
    font-size: .7rem;
    line-height: 1rem;
  }
  .box2-ul li:nth-child(4) {
    margin-left: 18%;
  }
  .li-footer img {
    width: 4rem;
    bottom: 1rem;
  }
  .box3 .container {
    padding: 1rem 0;
  }
  .box3-content {
    margin: 1rem 0 .8rem;
  }
  .box3-item {
    width: 49%;
    height: 7rem;
  }
  .box3-fl {
    height: 7rem;
    background-size: 100% 100%;
  }
  
  .box3-title {
    line-height: 1.6rem;
    font-size: .8rem;
  }
  .box3-title::before, .box3-title::after {
    width:1rem;
    height:1px;
    margin: 0 .4rem;
  }
  .coupon {
    height: 5rem;
  }
  .coupon-num {
    font-size: 2rem;
    text-shadow: .25rem 0 0 #FCEDA1;
    margin-right: .4rem;
  }
  .coupon-word {
    font-size: 1rem;
  }
  .coupon-word &gt; div {
    line-height: 1rem;
  }
  .box3-fr {
    height: 7rem;
    background-size: 100% 100%;
    padding: .5rem .3rem 0 .7rem;
    font-size:.7rem;
  }
  .box3-fr &gt; p {
    margin-bottom: .2rem;
    line-height: .8rem;
  }
  .box3-fr ul li {
    padding-left: .5rem;
    line-height: 1rem;
  }
  .box3-fr ul li:first-child {
    margin-bottom: .5rem;
  }
  .box3-fr ul li::before {
    width:.35rem;
    height:.35rem;
    top: .3rem;
    left: 0;
  }
  .box3-footer {
    width: 100%;
    height: 5rem;
    background-size: 100% 100%;
    padding: .7rem .3rem .5rem .5rem;
  }
  .box3-footer-fl {
    width:5rem;
    height:3.5rem;
    margin-right: 1rem;
    padding: .7rem 0;
  }
  .box3-footer-fl p {
    font-size:.7rem;
    line-height:1rem;
  }
  .box3-footer-fr {
    padding-top: .2rem;
  }
  .box3-footer-fr p {
    font-size:.7rem;
    line-height:.9rem;
  }
  .box4 .container {
    padding: 1rem 0;
  }
  .box4-content {
    background: url('../images/swiper_bg.png') no-repeat center 6rem;
    background-size: 100%;
  }
  .box4-swiper {
    width: 100%;
    margin-top: 1rem;
  }
  .box4-swiper .swiper-container {
    width: 90%;
  }
  .box4-swiper .swiper-slide {
    width:35%;
    height:8.8rem;
  }
  .box4-swiper .swiper-button-next, .box4-swiper .swiper-button-prev {
    width: .75rem;
    height: 1.5rem;
  }
  .box4-swiper .swiper-button-prev {
    background-size: 100%;
  }
  .box4-swiper .swiper-button-next {
    background-size: 100%;
  }
  .teacher-box {
    padding: .25rem 0 0;
    overflow: hidden;
  }
  .teacher-box img {
    width: 100%;
    height: 100%;
  }
  .teacher-detail {
    margin-top: 2rem;
    padding: .8rem .5rem;
    border: .1rem solid #ffea85;
    border-radius: .5rem;
  }
  .horn {
    top: -.7rem;
    width: 1.2rem;
    height: 1rem;
    background-size: 100%;
  }
  .teacher-detail h2 {
    font-size: .7rem;
    margin-bottom: .5rem;
  }
  .teacher-detail h2 span {
    font-size:.9rem;
    margin-right: .5rem;
  }
  .teacher-detail p {
    font-size: .7rem;
    line-height: .9rem;
  }
  .box5 .container {
    padding: 1rem 0;
  }
  .box5-ul {
    margin-top: 1rem;
  }
  .box5-ul li {
    width: 49%;
    height: 5rem;
    border: .25rem solid rgb(255, 240, 171);
    margin-right: 2%;
    margin-bottom: .5rem;
  }
  .box5-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .box5-ul li:last-child {
    margin-left: 25%;
  }
  .box6 .container {
    padding: 1rem 0 .5rem;
  }
  .box6-ul {
    margin-top: 1rem;
  }
  .box6-ul li {
    width:24%;
    height:1.7rem;
    line-height: 1.7rem;
    border-radius: 1rem;
    margin-right: 1%;
    margin-bottom: .5rem;
  }
  .box6-ul li a {
    letter-spacing: .1rem;
    font-size: .8rem;
  }
  .box6-ul li:nth-child(4n) {
    margin-right: 0;
  }
}
</pre></body></html>