.pageWrap {
  width: 100%;
  height: auto;
  background: #000000;
  overflow: hidden;
  /* min-width: 1440px; */
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;

  /* background-color: #1A1A1A;
  padding: 0 224px;
  box-sizing: border-box; */

  backdrop-filter: blur(17px);
  border: 1px #fff3;
  border-bottom: 1px solid #ffffff0d;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  padding: 12px 0;
  display: flex;
  background-color: #1b1b1b00;
}

.container {
  border: 1px #fff3;
  /* border-bottom: 1px solid #ffffff0d; */
  border-radius: 0;
  align-items: center;
  width: 1200px;
  height: 100%;
  padding: 12px 0;
  display: flex;
}

.headerL {
  width: 113px;
  height: 29px;
  background-image: url('../img/titleLogo.png');
  background-size: 100% 100%;
  min-width: 111px;
}

.mrl44 {
  margin-left: 44px;
  margin-right: 44px;
}

.ml44 {
  margin-left: 44px;
}

.mr44 {
  margin-right: 44px;
}

.headerC {
  min-width: 400px;
}

.headerCItem {
  color: #FFFFFF;
  cursor: pointer;

  color: #fff9;
    /* border-bottom: 3px solid #fff0; */
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    transition: color .6s;
    display: flex;
    bottom: -1px;
}

.headerCItemAct {
  /* color: #ff9000; */
      color: #fff;
    font-weight: 600;
}
.headerCItem:hover{
 color: #fff;
}
.headerR {
  /* width: 116px;
  height: 34px;
  background: linear-gradient(117deg, #F66F14 0%, #FDA76D 50%, #F66F14 100%);
  box-shadow: 0px 3px 14px 1px rgba(250, 137, 62, 0.43);
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #BA530E;
  color: #FFFFFF;
  min-width: 116px;
  cursor: pointer; */

width: 116px;
  height: 40px;
  line-height: 40px;
  background-color: #f66f14;
  background-image: radial-gradient(circle farthest-corner at 50% 100%, #ffad75, #f66f1400 79%);
  color: #fff;
  border: 1px solid #ba530e;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: all .375s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
  box-shadow: inset 0 2px 5px #0000, inset 0 2px 5px #0000, 0 0 30px #f2935496;

}
.headerR:hover{
      border-color: #f66f14;
    transform: scale(1.04);
    box-shadow: inset 0 6px 5px #fff3, inset 1px -9px 13px #00001757, 0 7px 30px #f6701496;
}

/* .banxin1440 {
  width: 1440px;
} */

.topBg {
  position: relative;
  width: 100%;
  height: 1018px;
  overflow: hidden;
  margin-top: 54px;
}

.topImgW {
  width: 1104px;
  height: 736px;
}

.topTxtW {
  position: absolute;
  /* top: 149px; */
    top: 105px;
    z-index: 80;
}

.topTitle {
  height: 88px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  /* font-weight: 600; */
  font-size: 66px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.topTitleMark {
  width: 694px;
  height: 48px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  /* font-weight: 600; */
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 25px;
  line-height: 24px;
}

.topTitleBgImg {
  width: 100%;
  height: 100%;
}

.topVideoW {
  box-sizing: border-box;
  position: absolute;
  /* top: 360px; */
  top: 210px;
  background-image: url(../img/top/videoBg.png);
  /* width: 1283px;
  height: 765px; */
  /* padding: 0 20px; */
  /* background-size: cover; */
  background-size: 100% 100%;

}

.topVideoBlank {
  /* height: 585px; */
  background-color: #000000;
  margin-top: -42px;
  /* width: 1097px; */
  margin-left: 7px;
  border-radius: 4px;
  box-sizing: border-box;
}

.topVideo {
  /* height: 533px; */
  /* 固定高度 */
  width: auto;
  /* 宽度自适应，按视频比例 */
  object-fit: contain;
  /* 保持比例，不拉伸 */
  display: block;
}

.topDownBtn {
  width: 116px;
  height: 40px;
  /* background: #000000;
  border-radius: 14px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  font-style: normal;
  text-transform: none; */
  cursor: pointer;


    border: 1px solid #f7721826;
    background-color: #2121214d;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    color: #fff;
    background-image: none;
    border-radius: 15px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    /* padding: 10px 14px; */
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition: box-shadow .375s, transform .375s cubic-bezier(.175, .885, .32, 1.275);
    display: flex;
    box-shadow: inset 0 -9px 24px #f670142e;
}

.topDownBtn:hover {
      border-color: #f66f14;
    transform: scale(1.04);
    box-shadow: inset 0 -8px 32px #f670143d, inset 0 0 12px #ffffff14, 0 53px 15px #2a106403, 0 34px 14px #1000330f;
}

.txtHover:hover {
  cursor: pointer;
  opacity: 0.8;
}

.mT157 {
  margin-top: 157px;
}

.moduleTitle {
  height: 71px;
  color: #FFFFFF;
}

.moduleMark {
  color: #9e9e9e;
  margin-top: 27px;
  margin-bottom: 44px;
}

.grid-moduleMark {
 color: #9e9e9e;
}

.moduleMarkJsSwriper {
  color: #9e9e9e;
  margin-top: 27px;
}

.InspiratTab {
  width: 747px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 29px 29px 29px 29px;
  padding: 7px 8px;
}

.InspiratItem {
  height: 47px;
  margin-left: 20px;
  color: #000000;
  width: 130px;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.InspiratItem:nth-child(1) {
  margin-left: 0;
}

.InspiratItemAct {
  background: #27272F;
  border-radius: 24px;
  color: #FFFCF9;

  font-family: Microsoft YaHei UI, Microsoft YaHei UI;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.InspiratItem:hover {
  opacity: 0.8;
  cursor: pointer;
}



#You {
  display: flex;
  background-image: url('../img/Inspirat/1.png');
}

#Dian {
  background-image: url('../img/Inspirat/2.png');

}

#Ying {
  background-image: url('../img/Inspirat/3.png');
}

#Ping {
  background-image: url('../img/Inspirat/4.png');
}

#DA {
  background-image: url('../img/Inspirat/5.png');
}

#Jian {
  background-image: url('../img/Inspirat/jianBg.jpg');
  padding: 158px 20px 158px 93px;
  justify-content: space-between;
}

.JianVideo {
  height: auto;
  width: 800px;
  display: block;
}

.InspiratCon {
  background-size: contain;
  /* padding: 158px 0 0 93px; */
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 88px;
  display: none;
  /* width: 1440px;
  height: 667px;     */
  background-size: 100% 100%;
  display: none;
}

.You-title {
  width: 460px;
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  line-height: 69px;
}

.You-mark {
  width: 493px;
  color: #FFFFFF;
  line-height: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 72px;
}

.You-btn {
  width: 204px;
  height: 62px;
  background: linear-gradient(104deg, #F7741C 0%, #FDA56A 47%, #F67117 100%);
  box-shadow: 0px 3px 14px 1px rgba(250, 137, 62, 0.5);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #BA530E;

  color: #FFFFFF;
}

.You-btn:hover {
  opacity: 0.8 !important;
}

.mt184 {
  margin-top: 184px;
}

.prodTxtTitleL {
  display: inline-block;
  margin-left: 14px;
}

.prodTxtTitle {
  color: #FFFFFF;
}

.prodItem {
  width: 100%;
}

.prodItemMark {
  color: #CCCCCC;
  line-height: 20px
}

/* test111111 */
.prodImg {
  height: auto;

  width: clamp(520px, 42vw, 720px);
  /* 最小520px，最大720px，宽度随容器/视口变化 */
  /* 等比缩放 */
  border-radius: 10px;
  display: block;
  /* 防止 inline img 多余空白 */

}

.mt26 {
  margin-top: 26px;
}

.mt14 {
  margin-top: 14px;
}

.mr156 {
  margin-right: 156px;
}

.ml156 {
  margin-left: 156px;
}

.mb102 {
  margin-bottom: 102px;
}

.ml88 {
  margin-left: 88px;
}

.ml110 {
  margin-left: 110px;
}

.moduleTitleOrigin {
  color: #FFAB3E;
}

.w100 {
  width: 100%;
}

.bottWrap {}

.bottCon {
  background-image: url('../img/bott/bottBg.png');
  width: 1389px;
  height: 460px;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}

.bottCon canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.bottCon>* {
  position: relative;
  z-index: 2;
}

.bottTitle {
  color: #FFFFFF;
  margin-top: 149px;
  margin-bottom: 47px;
}


.bottDOwnTip {
  padding: 21px 20px;
  margin-left: 20px;
}


.bottBtn {
  color: #FFFFFF;
  transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
}

.bottFreeBtn {
  cursor: pointer;
  padding: 21px 70px;
  background: linear-gradient(104deg, #F7741C 0%, #FDA56A 47%, #F67117 100%);
  box-shadow: 0px 3px 14px 1px rgba(250, 137, 62, 0.5);
  border-radius: 20px 20px 20px 20px;
  border: 1px solid #BA530E;
  color: #FFFFFF;
}

.bottBtn:hover {
  cursor: pointer;
  transform: translateY(-6px);
}

.freeDownUrl:hover {
  opacity: 0.8 !important;
}

.bottDOwnTip:hover {
  border-radius: 20px 20px 20px 20px;
  background-color: #ffffff0d;
}

.ani-left,
.ani-right,
.ani-up,
.ani-up-txt {
  opacity: 0;
}

.mt84 {
  margin-top: 84px;
}

.mt48 {
  margin-top: 48px;
}

.progressLoader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  }

  50% {
    transform: rotate(180deg);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  }

  100% {
    transform: rotate(360deg);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
  }
}

@media screen and (max-width: 1439px) {
  .js-swiper {
    min-width: 100% !important;
    width: 100%;
  }

  .curved-mask {
    min-width: 100% !important;
    width: 100%;
  }

  .js-swiper-wrap-flex {
    min-width: 0;
    /* ✅ 关键：干掉 1440 */
    width: 100%;
    max-width: 100%;
    align-items: stretch;
  }
}

/* 底部 */
.footerWrap {
  background: #282828;
}

.footerTop {
  height: 88px;
}

.footerBott {
  border-top: 1px solid #444444;
  height: 19px;
  color: #5D5D5D;
  height: 65px;
}

.footerTopItem {
  margin-right: 49px;
}

.footerTopItem:nth-child(3) {
  margin-right: 0;
}

.footerTopImg {
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

.footerTopTxt {
  color: #8E8E8E;
}

.footerTopTxtLink:hover {
  color: #E56812;
}

.footerTopTxtBlod {
  color: #FFFFFF;
}

.footerTopTxtLink:hover .footerTopTxtBlod {
  color: #E56812;
}

.footerBottRItem {
  margin-left: 30px;
}

.h100 {
  height: 100%;
}

.copyTxt {
  color: #E56812;
  cursor: pointer;
  margin-left: 10px;
}

.copyTxt:hover {
  opacity: 0.8;
}


/* 缩小 fadeInUp 动画的浮动幅度 */
.animate__fadeInUp {
  --animate-duration: 1.2s;        /* 动画时间 */
  --animate-delay: 0s;             /* 动画延迟 */
  transform: translateY(60px);     /* 初始偏移小一点 */
  opacity: 0;
  animation-name: fadeInUpCustom;
}

@keyframes fadeInUpCustom {
  0% {
    transform: translateY(60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 左浮动幅度缩小 */
.animate__fadeInLeft {
  --animate-duration: 1.2s;
  --animate-delay: 0s;
  transform: translateX(-60px); /* 左侧偏移小一点 */
  opacity: 0;
  animation-name: fadeInLeftCustom;
}

@keyframes fadeInLeftCustom {
  0% {
    transform: translateX(-60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* 右浮动幅度缩小 */
.animate__fadeInRight {
  --animate-duration: 1.2s;
  --animate-delay: 0s;
  transform: translateX(60px); /* 右侧偏移小一点 */
  opacity: 0;
  animation-name: fadeInRightCustom;
}

@keyframes fadeInRightCustom {
  0% {
    transform: translateX(60px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
