body{
  margin: 0;
  background: linear-gradient( 180deg, #2804F3 0%, #E9EEFC 100%);
  overflow-x: hidden;
}
.container{
  width: 1200px !important;
  margin: 0 auto;
}
  /* 骨架屏基础样式 */
  .skeleton {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
}
.skeleton-item {
    background: #f2f2f2;
    border-radius: 4px;
    animation: skeleton-loading 1.5s infinite alternate;
}
@keyframes skeleton-loading {
    0% { background-color: #f2f2f2; }
    100% { background-color: #e0e0e0; }
}
/* 顶部标题骨架 */
.skeleton-header {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
}
/* 直播预约骨架 */
.skeleton-live {
    position: absolute;
    left: 20px;
    top: 140px;
    width: 280px;
    height: 350px;
}
/* 导航栏骨架 */
.skeleton-nav {
    position: absolute;
    right: 20px;
    top: 140px;
    width: 120px;
    height: 400px;
}
/* 秒杀区骨架 */
.skeleton-seckill {
    width: calc(100% - 440px);
    height: 220px;
    margin: 0 auto;
    margin-top: 140px;
}
/* 讲师区骨架 */
.skeleton-teacher {
    width: calc(100% - 440px);
    height: 380px;
    margin: 0 auto;
    margin-top: 30px;
}
/* 课程区骨架（通用） */
.skeleton-course {
    width: calc(100% - 440px);
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.skeleton-course-item {
    width: calc(16.666% - 17px);
    height: 300px;
}
/* 最新推出/优惠区骨架 */
.skeleton-promo {
    width: calc(100% - 440px);
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.skeleton-promo-item {
    width: calc(25% - 15px);
    height: 280px;
}
/* 底部通栏骨架 */
.skeleton-footer {
    width: calc(100% - 440px);
    height: 100px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
}
.bg{
  overflow: hidden;
  width: 100%;
  height: 800px;
  background: url(/zt/2025/1212/images/bg.jpg) no-repeat center center;
  background-size: cover;
}

/* h1{
  position: relative;
  width: 800px;
  margin: 100px auto 0;
  font-family: eryaxindahei, eryaxindahei;
  font-weight: 700;
  font-size: 96px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  background: linear-gradient(90deg, #FFFFFF 0%, #FFED78 100%);
  -webkit-background-clip: text; 
  background-clip: text; 
  color: transparent; 
} */
/* .shan{
  position: absolute;
  top: 30px;
  width: 10%;
  height: 60%;
  content: "";
  transform: skewX(-19deg);
  animation: 3s ease 0s infinite normal none running changeImg;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
} */
.bg1{
  position: absolute;
  top: 551px;
  width: 100%;
  height: 800px;
  /* background: url(/zt/2025/1212/images/bg1.png) no-repeat center center; */
  
}
.bg1 div:hover{
  transform: scale(1.1);
}
.whiteshan{
  position: absolute;
  top: -10px;
  left: 329px;
  width: 65%;
  height: 180px;
  border-radius: 60%;
  background: #FFFFFF;
  /* background: red; */
  filter: blur(5.199999809265137px);
}
.bg2{
      position: absolute;
      top: 0;
      width: 125vw; 
      height: 800px;
      background: linear-gradient( 270deg, #F1008A 0%, #E308FF 100%);
      box-shadow: 0px -3px 85px 0px rgba(255,255,255,0.42), inset 0px 65px 25px 0px rgba(255,255,255,0.29);
      border-radius: 0px 0px 0px 0px;
      border-radius: 50%; 
      clip-path: inset(0 10% 0 10%); 
      left: 50%;
      transform: translateX(-50%);
}
.zbslogo{
  position: absolute;
  top: 60px;
  left: 322px;
  width: 200px;
  height: 55px;
  background: url(/zt/2025/1212/images/zbslogo.png) no-repeat center center;
  background-size: cover;
}
.header{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 192px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .left{
  width: 192px;
  height: 192px;
}
.header .left img{
  width: 100%;
  height: 100%;
  animation: beat 2s ease infinite 0s;
}
@keyframes beat {
  0% {
      transform: translateY(0%);
  }
  50% {
      transform: translateY(5%);
  } 
  100% {
      transform: translateY(0%);
  } 
}
.header .center{
  width: 560px;
  height: 253px;
  margin-top: 0;
  border: none;
}
.header .center h2{
  font-size: 40px;
  color: #FFFFFF;
  margin-top: 0;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: 700 ;
  letter-spacing: 10px ; 
  padding-top: 60px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-feature-settings: "palt" ;
  padding: 0;
  padding-top: 74px;
}   
.header .center p{
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 0;
  text-align: left;
  padding-left: 100px;
  font-style: normal;
  text-transform: none;
  letter-spacing: 4px;
}
.header .right{
  width: 88px;
  height: 94px;
}
.header .right img{
  width: 100%;
  height: 100%;
}

.big:hover{
  transform: translateX(-50%) perspective(1000px) rotateX(0deg);
}
.big{
  display: flex;
  position: absolute;
  top: 530px;
  left: 50%;
  transform: translateX(-50%) perspective(1000px) rotateX(-20deg); /* 关键3D属性 */
  width: 1200px;
  height: 371px;
  background: url(/zt/2025/1212/images/msbigbg.png) no-repeat center center;
  background-size: cover;
  /* 可选：增强3D效果，避免锯齿 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d; /* 保持3D空间渲染 */
  transition: transform 1s ease; /* 1s=过渡时长，ease=缓动（先慢后快再慢） */
}
.bigbox{
  display: flex;
  margin: 50px;
  width: 1100px;
}
.small:hover{
  transform: translateX(-50%) perspective(1000px) rotateX(0deg);
}
.small{
  position: absolute;
  display: flex;
  top: 200px;
  left: 50%;
  transform: translateX(-50%) perspective(1000px) rotateX(-20deg); /* 关键3D属性 */
  width: 1026px;
  height: 317px;
  background: url(/zt/2025/1212/images/msbigbg.png) no-repeat center center;
  background-size: cover;
  /* 可选：增强3D效果，避免锯齿 */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d; /* 保持3D空间渲染 */
  transition: transform 1s ease; /* 1s=过渡时长，ease=缓动（先慢后快再慢） */
}
.mscontent{
  margin: 40px auto 0;
  position: relative;
}
.hbs{
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 36px;
  color: #CB0003;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 15px;
}
.listprice{
  font-weight: 400;
  font-size: 24px;
  color: #B09292;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.gobuy{
  margin-left: 235px;
  margin-top: 20px;
  width: 155px;
  height: 51px;
  background: linear-gradient( 90deg, #FF6B00 0%, #FF9100 100%);
  border-radius: 72px 72px 72px 72px;
  border: 1px solid #FFFFFF;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  line-height: 51px;
  font-style: normal;
  text-transform: none;
}
.major{
  width: 335px;
  height: 54px;
  background-color: #FFEACD ;
  border-radius: 20px;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
  font-weight: 500;
  font-size: 20px;
  color: #E64233;
  text-align: left;
  padding: 12px 14px 18px 15px;
  margin-left: 60px;
  font-style: normal;
  text-transform: none;
  
}
.newprice{
  position: absolute;
  left: 100px;
  top: 120px;
  width: 176px;
  height: 144px;
  background: url(/zt/2025/1212/images/titlebg.png) no-repeat center center;
  background-size: cover;
  font-weight: 800;
  font-size: 36px;
  color: #FDF2E3;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 123px;
}
.mscontent1{
  margin-top: 20px;
}
.hbs1{
  margin-bottom: 20px;
}
.gobuy1{
  margin: 20px auto;
}
.newprice1{
  width: 225px;
  height: 184px;
  right: 235px;
  top: 45px;
  font-weight: 800;
  font-size: 36px;
  color: #FDF2E3;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 170px;
}
.major1{
  width: 314px;
  margin: 0 auto;
}
h1{
  position: relative;
  width: 800px;
  margin: 100px auto 0;
  font-family: eryaxindahei, eryaxindahei;
  font-weight: 700;
  font-size: 96px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  /* 基础渐变+流动闪光渐变叠加 */
  background: 
    linear-gradient(90deg, #FFFFFF 0%, #FFED78 100%), /* 原文字渐变 */
    linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%); /* 闪光渐变 */
  background-blend-mode: overlay; /* 叠加模式，让闪光融入基础渐变 */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  /* 内发光增强通透感 */
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.3), 0 0 30px rgba(255, 237, 120, 0.2);
  /* 闪光动画：移动背景位置 */
  animation: glowFlow 4s ease-in-out infinite;
  background-size: 200% 100%; /* 背景宽度设为200%，供移动 */
}

/* 移除原独立闪光块样式（直接删除.shan相关旧代码） */
.shan{
  display: none; /* 彻底隐藏原闪光块 */
}

/* 新动画：让渐变背景从左到右流动 */
@keyframes glowFlow {
  0% {
    background-position: 100% 0;
  }
  100% {
    
    background-position: -100% 0;  
  }
}

@-webkit-keyframes glowFlow {
  0% {
    background-position:100% 0;
  }
  100% {
   
    background-position: -100% 0; 
  }
}
.rightContent{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 141px;
    height: 479px;
    /* height: 533px; */
    background: linear-gradient( 180deg, #FF4001 0%, #FEC03F 100%);
    border-radius: 30px 30px 30px 30px;
    z-index: 100;
}
.fold{
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -22px;
  width: 22px;
  height: 58px;
  transform: translateY(-50%);
  background: url(/zt/2025/1212/images/fold.png) no-repeat center center;
  transform: rotate(180deg);
}
.folds{
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 22px;
  height: 58px;
  transform: translateY(-50%);
  background: url(/zt/2025/1212/images/fold.png) no-repeat center center;
}
.connect{
    display: flex;
    align-items: center;
    width: 141px;
    height: 57px;
    background: linear-gradient( 180deg, #FF4001 0%, #FEC03F 100%);
    border-radius: 30px 30px 30px 30px;
    font-weight: 500;
    font-size: 17px;
    color: #FFF8F8;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
a{
    text-decoration: none;
}
.userImg{
    width: 53px;
    height: 53px;
    margin-right: 5px;
}
.meta{
    margin: 8px auto;
    width: 125px;
    /* height: 356px; */
    height: 308px;
    background: #FDF2E3;
    border-radius: 16px 16px 16px 16px;
    padding: 23px 0;
}
.meta a{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.meta a:hover {
    background: #FFD4CD;
    position: relative; /* 父元素相对定位，让伪元素绝对定位生效 */
}
/* 伪元素直接跟在 hover 选择器后，而非嵌套内部 */
.meta a:hover::before {
    position: absolute;
    content: ''; /* 伪元素必须有 content 属性（空值也可） */
    width: 21px;
    height: 14px;
    top: 50%;
    left: 5px; /* 调整左间距，避免紧贴边缘 */
    transform: translateY(-50%);
    background: url(/zt/2025/1212/images/right.png) no-repeat center center;
    display: inline-block; /* 确保伪元素可显示 */
}
.meta .active{
    background: #FFD4CD;
    position: relative; /
}
.meta .active::before {
    position: absolute;
    content: ''; /* 伪元素必须有 content 属性（空值也可） */
    width: 21px;
    height: 14px;
    top: 50%;
    left: 5px; /* 调整左间距，避免紧贴边缘 */
    transform: translateY(-50%);
    background: url(/zt/2025/1212/images/right.png) no-repeat center center;
    display: inline-block; /* 确保伪元素可显示 */
}
.totop{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 43px;
    background: #FDF2E3;
    border-radius: 16px 16px 16px 16px;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    text-align: left;
    margin: 0 auto;
}
.totop:hover{
  background-color: #FFD4CD;
  
}
.leftzb{
    position: fixed;
    top: 70%;
    left: 0;
    transform: translateY(-50%);
    width: 290px;
    height: 361px;
    border-radius: 30px 30px 30px 30px;
    z-index: 100;
}

.leftzb .box{
    position: relative;
    width: 290px;
    height: 361px;
    background: linear-gradient( 180deg, #FE5720 0%, #FDC756 100%);
    border-radius: 30px 30px 30px 30px;
    border: 1px solid transparent;
}
.leftzb .top{
    position: absolute;
    top: -186px;
    left: 6px;
    width: 279px;
    height: 201px;
    background: url(/zt/2025/1212/images/zb.png) no-repeat center center;
}
.leftzb .box1{
    border: 1px solid transparent;
    margin:10px auto;
    width: 270px;
    height: 341px;
    background: #FFFFC7;
    box-shadow: inset 0px 4px 1px 0px #F9A36D, inset 0px -4px 4px 0px #FFF569, inset -2px 0px 0px 0px #FAB47D, inset -3px 0px 3px 0px #FDA36F, inset 0px -2px 2px 0px #F9A36D, inset 3px 0px 0px 0px #FAA46E;
    border-radius: 28px 28px 28px 28px;
}
.leftzb .box2{
    margin: 10px auto;
    width: 250px;
    height: 321px;
    background: #FDF2E3;
    box-shadow: inset 0px 4px 2px 0px #F8B985, inset 0px -4px 4px 0px #FFF569, inset -3px 0px 1px 0px #FAB47D, 0px -2px 0px 0px #FFEC71, 0px 2px 0px 0px #FA9E67, inset 0px 0px 4px 0px #FDA36E;
    border-radius: 20px 20px 20px 20px;
}
.leftzb .zbcontent{
    padding: 24px 16px 15px;
    font-weight: 500;
    font-size: 20px;
    color: #E64233;
    text-align: center;
}
.box2 img{
    display: block;
    margin: 0 auto;
    width: 145px;
    height: 145px;
}
.box2 .scan{
    margin: 12px auto 0;
    width: 230px;
    height: 53px;
    line-height: 53px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    color: #FFF6CF;
    background: linear-gradient( 90deg, #FF6868 0%, #DC0000 100%);
    border-radius: 69px 69px 69px 69px;
}
.teacher1{
    position: absolute;
    top: -150px;
    left: 195px;
    width: 133px;
    height: 275px;
    background: url(/zt/2025/1212/images/teacher1.png) no-repeat center center;
}
.teacher2{
    position: absolute;
    top: -183px;
    left: 326px;
    width: 115px;
    height: 275px;
    background: url(/zt/2025/1212/images/teacher2.png) no-repeat center center;
}
.teacher3{
    position: absolute;
    top: -157px;
    left: 427px;
    width: 114px;
    height: 285px;
    background: url(/zt/2025/1212/images/teacher3.png) no-repeat center center;
}
.teacher4{
    position: absolute;
    top: -183px;
    left: 520px;
    width: 139px;
    height: 296px;
    background: url(/zt/2025/1212/images/teacher4.png) no-repeat center center;
}
.teacher5{
    position: absolute;
    top: -150px;
    left: 636px;
    width: 128px;
    height: 276px;
    background: url(/zt/2025/1212/images/teacher5.png) no-repeat center center;
}
.teacher6{
    position: absolute;
    top: -180px;
    left: 720px;
    width: 146px;
    height: 290px;
    background: url(/zt/2025/1212/images/teacher6.png) no-repeat center center;
}
.teacher7{
    position: absolute;
    top: -150px;
    left: 853px;
    width: 107px;
    height: 288px;
    background: url(/zt/2025/1212/images/teacher7.png) no-repeat center center;
}
.ms{
  position: relative;
  top: -120px;
  width: 100%;
  height: 850px;
  z-index: 1;
}
.ad{
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.adleft{
overflow: hidden;
width: 590px;
height: 740px;
background: linear-gradient( 180deg, #FF4001 0%, #FEC03F 100%);
border-radius: 30px 30px 30px 30px;
}
h2{
margin: 0;
padding: 0;
font-weight: bold;
font-size: 64px;
color: #FDF2E3;
padding: 20px;
padding-left: 60px;
}
.leftbottom{
  position: relative;
border: 1px solid transparent;
width: 590px;
height: 500px;
background: linear-gradient( 180deg, #FF4001 0%, #FEC03F 100%);
border-radius: 30px 30px 30px 30px;
}
.adright{
  overflow: hidden;
width: 590px;
height: 740px;
background: linear-gradient( 180deg, #1A00FF 0%, #00EAFF 100%);
border-radius: 30px 30px 30px 30px;
}
.adtitle{
/* width: 568px; */
width: 80%;
/* height: 100px; */
height: 80px;
background: linear-gradient( 180deg, #6B02F5 0%, #3F0293 100%);
border-radius: 10px 10px 10px 10px;
border: 2px solid #FFFFFF;
font-weight: bold;
font-size: 40px;
color: #FDF2E3;
text-align: center;
line-height: 80px;
margin: 0 auto;
}
.rightbottom{
  position: relative;
border: 1px solid transparent;
width: 590px;
height: 500px;
background: linear-gradient( 180deg, #1A00FF 0%, #00EAFF 100%);
border-radius: 30px 30px 30px 30px;
}
.bottomtitle{
  font-weight: 400;
  font-size: 64px;
  color: #FDF2E3;
  text-align: center;
  margin: 66px auto 0;
  }
  .leftbottom img{
      position: absolute;
      width: 590px;
      height: 379px;
      top: 121px;
      /* transition: transform 0.3s ease; */
  }
  .rightbottom img{
      position: absolute;
      width: 590px;
      height: 379px;
      top: 121px;
      /* transition: transform 0.3s ease; */
  }
  .ysws{
      margin: 32px auto 0;
      display: flex;
      justify-content: space-between;
  }
  .yslc{
      display: block;
      width: 590px;
      height: 780px;
      background: linear-gradient( 180deg, #FF4001 0%, #FEC03F 100%);
      border-radius: 30px 30px 30px 30px;
      border: 1px solid transparent;
  }
  /* .yslc img{
    transition: transform 0.3s ease;
  } */
  .ystitle{
      margin: 20px 0 0 37px;
      font-weight: 400;
      font-size: 32px;
      color: #FDF2E3;
  }
  h3{
      margin: 0;
      padding: 0;
      margin-left: 37px;
      font-weight: bold;
      font-size: 64px;
      color: #FDF2E3;
  }
  .ysimg{
      border-radius: 20px;
      display: block;
      width: 558px;
      height: 312px;
      margin: 20px auto;
  }
  h4{
      margin: 0;
      padding: 0;
      margin-left: 37px;
      font-weight: bold;
      font-size: 36px;
      color: #FFFFFF;
      margin-bottom: 10px;
  }
  h5{
      margin: 0;
      padding: 0;
      margin-left: 25px;
      font-weight: bold;
      font-size: 36px;
      color: #E64233;;
      margin-bottom: 10px;
  }
  p{
      margin: 0;
      padding: 0;
      padding-left: 37px;
      font-weight: 400;
      font-size: 26px;
      color: #FFFFFF;
  }
  .bookp{
    width: 633px;
    height: 37px;
  }
  
  .price{
      margin: 0 auto;
      margin-top: 20px;
      padding-left: 25px;
      padding-right: 25px;
      width: 508px;
      height: 90px;
      background: linear-gradient( 90deg, #FF6868 0%, #DC0000 100%);
      border-radius: 69px 69px 69px 69px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .price span{
      display: flex;
      align-items: center;
      margin: 0 10px;
      font-weight: bold;
      font-size: 55px;
      color: #FFF6CF;
  }
  .price12{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    color: #FDF2E3;
  }
  .gobug{
      width: 169px;
      height: 68px;
      background: url(/zt/2025/1212/images/gobuy.png) no-repeat;
      background-size: 100% 100%;
      font-weight: 400;
      font-size: 24px;
      color: #E00D0D;
      text-align: center;
      line-height: 68px;
      transition: transform 0.3s ease;
  }
  .yszy{
      margin-top: 20px;
  }
  .xyzz{
      display: block;
      width: 590px;
      height: 780px;
      background: linear-gradient( 180deg, #1A00FF 0%, #00EAFF 100%);
      border-radius: 30px 30px 30px 30px;
      border: 1px solid transparent;
  }
  /* .xyzz img{
    transition: transform 0.3s ease;
  } */
  .zxtc{
    position: relative;
    border: 1px solid transparent;
    margin: 0 auto;
    margin-top: 126px;
    border: 1px solid transparent;
    width: 1200px;
    min-height: 1652px;
    border-radius: 20px 20px 20px 20px;
    background: url(/zt/2025/1212/images/zxtc.png) no-repeat center top;
}
.dianzan{
  position: absolute;
  top: -67px;
  right: 0px;
  width: 228px;
  height: 228px;
  animation: beat 2s ease infinite 0s;
}
.zxtitle{
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-weight: bold;
    font-size: 64px;
    color: #FFFFFF;
}
.star{
    margin-left: 24px;
    display: block;
    width: 113px;
    height: 122px;
    margin-right: 25px;
}
.zxtcontent{
    display: flex;
    margin: 30px auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}
.tcbox{
    margin-bottom: 20px;
    overflow: hidden;
    width: 570px;
    height: 720px;
    background: #FFFFC7;
    box-shadow: inset 0px 4px 1px 0px #F9A36D, inset 0px -4px 4px 0px #FFF569, inset -2px 0px 0px 0px #FAB47D, inset -3px 0px 3px 0px #FDA36F, inset 0px -2px 2px 0px #F9A36D, inset 3px 0px 0px 0px #FAA46E;
    border-radius: 28px 28px 28px 28px;
}
.tcbox2{
    overflow: hidden;
    margin: 10px auto;
    width: 548px;
    height: 700px;
    background: #FDF2E3;
    box-shadow: inset 0px 4px 2px 0px #F8B985, inset 0px -4px 4px 0px #FFF569, inset -3px 0px 1px 0px #FAB47D, 0px -2px 0px 0px #FFEC71, 0px 2px 0px 0px #FA9E67, inset 0px 0px 4px 0px #FDA36E;
    border-radius: 20px 20px 20px 20px;
}
/* .tcbox img{
    transition: transform 0.3s ease;
} */
.tcImg{
    margin: 20px 15px;
    display: block;
    width: 523px;
    height: 312px;
    border-radius: 20px 20px 20px 20px;
}
.bscon{
    padding:10px 25px 0;
    font-weight: 400;
    height: 130px;
    font-size: 26px;
    color: #666666;
}
.price11{
    width: 460px;
}
.qtyh{
  position: relative;
  margin:100px auto 0;
  width: 1200px;
  min-height: 1280px;
  background: url(/zt/2025/1212/images/zxtc.png) no-repeat center top;
  border: 1px solid transparent;
  border-radius: 30px;
}
.pray{
  position: absolute;
  top: -70px;
  right: 0;
  width: 228px;
  height: 228px;
  animation: beat 2s ease infinite 0s;
}
.dpyh{
  min-height: 1652px;
  background: url(/zt/2025/1212/images/box5.png) no-repeat center top;
}
.envelop{
  margin-top: -12px;
  display: block;
  width: 156px;
  height: 156px;
  margin-right: 10px;
}
.qtbox{
  margin-top: 20px;
 
}
.qtbox1{
  margin: 0 auto;
  width: 1160px;
  height: 346px;
  background: #FFFFC7;
  box-shadow: inset 0px 4px 1px 0px #F9A36D, inset 0px -4px 4px 0px #FFF569, inset -2px 0px 0px 0px #FAB47D, inset -3px 0px 3px 0px #FDA36F, inset 0px -2px 2px 0px #F9A36D, inset 3px 0px 0px 0px #FAA46E;
  border-radius: 28px 28px 28px 28px;
  overflow: hidden;
  margin-bottom: 20px;
}
/* .qtbox1 img{
  transition: transform 0.3s ease;
} */
.qtbox2{
  display: flex;
  margin: 10px auto;
  width: 1130px;
  height: 326px;
  background: #FDF2E3;
  box-shadow: inset 0px 4px 2px 0px #F8B985, inset 0px -4px 4px 0px #FFF569, inset -3px 0px 1px 0px #FAB47D, 0px -2px 0px 0px #FFEC71, 0px 2px 0px 0px #FA9E67, inset 0px 0px 4px 0px #FDA36E;
  border-radius: 20px 20px 20px 20px;
}
.qtImg{
  border-radius: 20px;
  width: 529px;
  height: 296px;
  margin: 15px;
}
.qtright{
  padding-top: 20px;
  padding-left: 15px;
}
.price2{
  width: 470px;
  margin-left: 15px;
  padding-right: 20px;
}
.price3{
  margin-top: 140px;
  width: 470px;
  margin-left: 15px;
  padding-right: 20px;
}
.yscon{
  height: auto;
  font-size: 18px;
  padding-top: 0px;
}
.lcSwiper,
.wsSwiper{
    cursor: pointer;
    width: 590px;
    height: 525px;
    margin: 0 auto;
}
.lcSwiper img,
.wsSwiper img{
    display: block;
    margin: 0 auto;
    width: auto;
    height: 525px;
}
.swiper-slide{
    position: relative;
}
.info{
    position: absolute;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: linear-gradient( 180deg, rgba(50,0,1,0) 0%, #320001 100%);
}
.mfcon{
  position: absolute;
  top: -60px;
  right: 45px;
  width: 126px;
  height: 40px;
  background: url(/zt/2025/1212/images/free.png) no-repeat center center;
  /* color: #ffffff;
  text-align: center;
  line-height: 45px;
  font-weight: 400;
  font-size: 24px;;
  border-radius: 36px 36px 36px 36px;
  border: 1px solid #FFFFFF; */
}
.infotitle{
    margin: 141px 15px 0 20px;
    width: 116px;
    height: 45px;
    border-radius: 36px 36px 36px 36px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
}
.infocon{
    display: flex;
    align-items: center;
    margin: 80px 0 0;
    width: 410px;
    height: 200px;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
}
.tgqcb{
  border-radius: 20px;
  overflow: hidden;
    width: 1200px;
    height: 1497px;
    margin: 44px auto;
}
.tgqcb img{
    display: block;
    width: 1200px;
    height: 1497px;
}
.line{
  width: 54px;
  height: 57px;
  display: block;
}
.foots{
  cursor: pointer;
  position: fixed;
  bottom: 0;
  left:0;
  width: 100%;
  height: 90px;
  z-index: 10;
}
.foots img{
  display: block;
  width: 100%;
  height: 100%;
}
.close,
.closebtn{
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 18px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #fff;
}
.closebtn{
  right: 20px;
}
/* .yslc:hover{
  img{
      transform: scale(1.1);
  }
}
.xyzz:hover{
  img{
      transform: scale(1.1);
  }
}
.tcbox:hover{
  img{
      transform: scale(1.1);
  }
}
.qtbox1:hover{
  img{
      transform: scale(1.1);
  }
} */
.zxtitle1{
  margin-top: 0;
}
.gobug:hover{
  transform: scale(1.1);
}
/* .leftbottom:hover{
  img{
      transform: scale(1.1);
  }
}
.rightbottom:hover{
  img{
      transform: scale(1.1);
  }
} */
.mask{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 199;
}
.mfstbox{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 964px;
  height: 676px;
  overflow: hidden;
  background-color: black;
  z-index: 200;
}
.price4{
  margin-top: -8px;
}
.small .left{
  width: 50%;
  height: 100%;
}
.small .right{
  width: 50%;
  height: 100%;
}
.center{
  border: 1px dashed #BD5353;
  height: 217px;
  margin-top: 50px;
}
.center1{
  border: 1px dashed #BD5353;
  height: 236px;
  margin-top: 20px;
}
.big .left{
  width: 33.3%;
  height: 100%;
}
.big .right{
  width: 33.3%;
  height: 100%;
}
.big .middle{
  width: 33.3%;
  height: 100%;
}
.fire{
  position: absolute;
  top: -58px;
  right: -60px;
  width: 267px;
  height: 124px;
  background: url(/zt/2025/1212/images/fire.png) no-repeat center center;
  background-size: cover;
  font-weight: 800;
  font-size: 54px;
  color: #FDF2E3;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 152px;
}
body .learn-downs{
  background: green;
}