@charset "UTF-8";
.stars-canvas {
  position: absolute;
  top: 160px;
  right: 50%;
  transform: translateX(50%);
  width: 500px;
  height: 400px;
  z-index: 0;
  border-radius: 50px;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .stars-canvas {
    display: none; /* 在移动端隐藏星空 */
  }
}
*{padding: 0;margin: 0;}
a{text-decoration: none;}
.display-jenus{display: none;}
.welcome-layout{
  min-height: 100vh;
  min-width: 1200px;
  background-color: #000C17;
  color: #fff;
  position: relative;
  overflow: hidden;
}
body{
  font-size: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px auto;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateY(-20px);
}
.header.show {
  opacity: 1;
  transform: translateY(0);
}
.header .header-logo {
  width: 134px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .header .header-logo {
    width: 100px;
  }
  .welcome-layout{
    min-width: auto !important;
  }
}
.header .header-btn {
  width: 120px;
  height: 40px;
  background: #168AFF;
  opacity: 1;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
}
.header .header-btn:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .header .header-btn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .header {
    margin: 16px auto;
    padding: 0 16px;
  }
}

.video-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1090px;
  z-index: 0;
  background-color: #000C17;
  overflow: hidden;
  background: url("https://statics.juhe.cn/jenius/welcome/banbg.png") no-repeat center top;
  background-size: auto;
}
.video-banner .video-banner-video {
  width: 100%;
  height: 1090px;
  object-fit: cover;
  background-color: #000C17;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .video-banner {
    background: url("https://statics.juhe.cn/jenius/welcome/bangb-m.png") no-repeat center top -20px;
    background-size: cover;
    height: 500px;
  }
  .video-banner .video-banner-video {
    display: none;
  }
}

.welcome-box {
  width: 100%;
  min-width: 1200px;
  background-size: 100% 1200px;
}
@media (max-width: 768px) {
  .welcome-box {
    min-width: auto;
    background: none;
  }
}

.welcome-box-main {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .welcome-box-main {
    min-width: auto;
    padding: 0 16px;
  }
}

.welcome-box-main-title {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
  text-align: center;
}
.welcome-box-main-title.show {
  opacity: 1;
  transform: translateY(0);
}
.welcome-box-main-title img {
  margin: 140px auto 18px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .welcome-box-main-title img {
    margin: 80px auto 18px;
    width: 100%;
  }
}

.info-desc {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  letter-spacing: 2px;
  text-align: center;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.2s;
}
.info-desc.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .info-desc {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 0 10px;
  }
  .info-desc br {
    display: none;
  }
}

.getCode {
  width: 242px;
  height: 56px;
  background: linear-gradient(180deg, #002CFF 0%, #168AFF 100%);
  box-shadow: inset 0px 1px 8px 0px rgba(16, 255, 235, 0.5);
  border-radius: 28px;
  margin: 44px auto 0;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 2px;
  display: block;
}
@media (max-width: 768px) {
  .getCode {
    width: 180px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    margin: 16px auto 0;
  }
}

.index-bg {
  position: absolute;
  top: 169px;
  left: 50%;
  transform: translateX(-50%);
  background: url("https://statics.juhe.cn/jenius/welcome/ballbg.png") no-repeat center center;
  background-size: 100% 100%;
  width: 540px;
  height: 409px;
  z-index: 0;
}
@media (max-width: 768px) {
  .index-bg {
    width: 280px;
    height: 212px;
    top: 160px;
  }
}

.video-box {
  width: 100%;
  max-width: 1168px;
  min-width: 1168px;
  aspect-ratio: 16/9;
  backdrop-filter: blur(2.4px);
  margin: 166px auto 210px;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  border-radius: 24px;
}
.video-box .video-demo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.video-box .pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  background: url("https://statics.juhe.cn/jenius/welcome/play.svg") no-repeat center center;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.video-box .pause-btn.hidden {
  display: none;
}
.video-box.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .video-box {
    min-width: 90%;
  }
}
@media (max-width: 768px) {
  .video-box {
    min-width: auto;
    margin: 50px auto 50px;
    border-radius: 10px;
    aspect-ratio: 16/9;
  }
  .video-box .pause-btn {
    width: 54px;
    height: 54px;
  }
  .video-box .pause-btn.hidden {
    display: none;
  }
}

.anli-box {
  text-align: center;
  background: url("https://statics.juhe.cn/jenius/welcome/btmbg.png") no-repeat center bottom 80px;
  background-size: auto 200px;
  min-width: 1200px;
}
@media (max-width: 768px) {
  .anli-box {
    background-image: none;
    background-size: auto;
    padding-bottom: 20px;
    min-width: auto;
  }
}
.anli-box .anli-box-title {
  font-weight: 600;
  font-size: 48px;
  color: #FFFFFF;
  line-height: 68px;
  letter-spacing: 2px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.anli-box .anli-box-title.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .anli-box .anli-box-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.anli-box .anli-box-desc {
  font-weight: 400;
  font-size: 20px;
  color: #DDDDDD;
  line-height: 32px;
  text-align: center;
  margin-top: 32px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.2s;
}
.anli-box .anli-box-desc.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .anli-box .anli-box-desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    padding: 0 20px;
  }
  .anli-box .anli-box-desc br {
    display: none;
  }
}
.anli-box .anli-box-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  flex-wrap: wrap;
  margin-top: 100px;
  max-width: 1440px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .anli-box .anli-box-list {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .anli-box .anli-box-list {
    margin-top: 50px;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    padding: 0;
    min-width: auto;
  }
}
.anli-box .anli-box-list .anli-box-list-item {
  width: calc(50% - 20px);
  max-width: 700px;
  min-width: 300px;
  aspect-ratio: 2.4/1; /* 约等于700/291的比例 */
  background: #0F0F0F;
  background: url("https://statics.juhe.cn/jenius/welcome/air_bg.png") no-repeat center center;
  background-size: contain;
  position: relative;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 32px;
  box-sizing: border-box;
}
.anli-box .anli-box-list .anli-box-list-item.show {
  opacity: 1;
  transform: translateY(0);
}
.anli-box .anli-box-list .anli-box-list-item:nth-child(2) {
  background: url("https://statics.juhe.cn/jenius/welcome/marketing_bg.png") no-repeat center center;
  background-size: contain;
  transition-delay: 0.2s;
}
.anli-box .anli-box-list .anli-box-list-item:nth-child(3) {
  transition-delay: 0.4s;
  background: url("https://statics.juhe.cn/jenius/welcome/news_bg.png") no-repeat center center;
  background-size: contain;
}
.anli-box .anli-box-list .anli-box-list-item:nth-child(4) {
  background: url("https://statics.juhe.cn/jenius/welcome/finance_bg.png") no-repeat center center;
  background-size: contain;
  transition-delay: 0.6s;
}
@media (max-width: 768px) {
  .anli-box .anli-box-list .anli-box-list-item {
    /* 移动端整体布局优化 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 24px;
  }
  .anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
    width: 80%;
  }
  .anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-title span {
    font-size: 18px;
  }
  .anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-desc {
    font-size: 10px;
    line-height: 16px;
    width: 60%;
    max-height: none;
    min-height: 48px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
  .anli-box .anli-box-list .anli-box-list-item .item-vedio {
    position: static;
    background: none;
    backdrop-filter: none;
    transition: none;
    width: 80%;
    height: auto;
  }
  .anli-box .anli-box-list .anli-box-list-item .item-vedio .item-vedio-play {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 80px;
    height: 28px;
    transition: none;
    background: #00E8B9;
    border-radius: 18px;
    padding: 0;
  }
  .anli-box .anli-box-list .anli-box-list-item .item-vedio .item-vedio-play .video-thumb {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    min-width: 16px;
    transition: none;
    background: url("https://statics.juhe.cn/jenius/welcome/open2_m.svg") no-repeat center center;
    background-size: contain;
  }
  .anli-box .anli-box-list .anli-box-list-item .item-vedio .item-vedio-play span {
    position: static;
    transform: none;
    font-size: 10px;
    color: #000;
    font-weight: 500;
    margin: 0;
    transition: none;
    white-space: nowrap;
    display: block;
  }
  /* 覆盖PC端悬停效果 */
  .anli-box .anli-box-list .anli-box-list-item:hover .item-vedio {
    background: none;
  }
  .anli-box .anli-box-list .anli-box-list-item:hover .item-vedio-play {
    opacity: 1;
    visibility: visible;
    right: auto;
    transform: none;
  }
}
.anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-title {
  font-weight: 600;
  font-size: 32px;
  color: #FFFFFF;
  line-height: 48px;
  width: 50%;
  text-align: left;
  margin-bottom: 15px;
}
.anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-title span {
  color: #168AFF;
  margin-right: 5px;
  font-size: 36px;
}
@media (max-width: 1200px) {
  .anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-title {
    font-size: 28px;
    line-height: 40px;
  }
  .anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-title span {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-title {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
    width: 90% !important;
  }
  .anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-title span {
    font-size: 22px !important;
  }
}
.anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-desc {
  font-weight: 400;
  font-size: 14px;
  color: #E1E1E1;
  line-height: 24px;
  width: 55%;
  text-align: left;
}
@media (max-width: 768px) {
  .anli-box .anli-box-list .anli-box-list-item .anli-box-list-item-desc {
    font-size: 12px;
    line-height: 20px;
    width: 70%;
    margin-bottom: 12px !important;
  }
}
.anli-box .anli-box-list .anli-box-list-item .item-vedio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.anli-box .anli-box-list .anli-box-list-item .item-vedio .item-vedio-play {
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  display: block;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  color: #fff;
  width: 212px;
  height: 212px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) translateX(10px);
  transition: all 0.3s ease;
}
.anli-box .anli-box-list .anli-box-list-item .item-vedio .item-vedio-play .video-thumb {
  width: 212px;
  height: 212px;
  display: block;
  margin: 0 auto 5px;
  transition: all 0.3s ease;
  background: url("https://statics.juhe.cn/jenius/welcome/open2.png") no-repeat center center;
  background-size: contain;
}
.anli-box .anli-box-list .anli-box-list-item .item-vedio .item-vedio-play span {
  position: absolute;
  bottom: 37px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1.2;
  display: block;
  transition: all 0.3s ease;
}
.anli-box .anli-box-list .anli-box-list-item:hover .item-vedio {
  background: linear-gradient(90deg, rgba(0, 12, 23, 0) 0%, rgba(0, 8, 16, 0.45) 43%, rgba(0, 3, 7, 0.92) 100%);
  backdrop-filter: blur(1px);
}
.anli-box .anli-box-list .anli-box-list-item:hover .item-vedio-play {
  opacity: 1;
  visibility: visible;
  right: 50px;
  transform: translateY(-50%) translateX(0);
}

.jenius-footer {
  font-weight: 400;
  font-size: 14px;
  color: #0060C3;
  line-height: 60px;
  text-align: center;
  margin-top: 140px;
  opacity: 1;
}
.jenius-footer a {
  margin-right: 10px;
  color: #0060C3;
}
.jenius-footer a:hover {
  color: #0060C3;
}
@media (max-width: 768px) {
  .jenius-footer {
    font-size: 10px;
    line-height: 24px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
}

/* 添加媒体查询处理移动端横屏和竖屏情况 */
@media (max-width: 768px) and (orientation: landscape) {
  .welcome-box-main-title img {
    margin: 60px auto 15px;
  }
  .video-box {
    margin: 40px auto 60px;
  }
  .anli-box-list {
    margin-top: 40px;
  }
  .anli-box-list-item {
    aspect-ratio: 2.2/1;
  }
}
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-modal-content {
    position: relative;
    width: 720px;
    max-width: 90vw;
    background: transparent;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: #222;
    font-size: 16px;
    cursor: pointer;
    z-index: 1001;
    width: 26px;
    height: 26px;
    line-height: 26px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s;
}

.video-modal-close:hover {
    background: rgba(255, 255, 255, 0.95);
    transform: scale(1.1);
}

.video-modal-container {
    position: relative;
    width: 100%;
    aspect-ratio: 9/16; /* 保持720:1280的比例 */
    max-height: 80vh;
    margin: 0 auto;
    background: #000;
}

.modal-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}