@charset "UTF-8";
/**
 * 首页
 * date: 2025-7-29
 * author: jyxuan
 */
/* 文字渐变色 */
.login-hd {
  width: 180px;
  margin: 0 auto;
  padding: 15px 0 18px;
  border-bottom: 1px solid #4d5e79;
  overflow: hidden;
}

.login-hd .per {
  float: left;
  width: 42px;
  height: 42px;
  margin-left: 8px;
  border-radius: 50%;
}

.login-hd .info {
  float: right;
  width: 123px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}



/* 添加这些样式到你的 CSS 文件中 */
.login.index-login {
  position: relative;
  overflow: visible !important;
}

#showloginname {
  position: relative;
  display: inline-block;
  overflow: visible !important;
  z-index: 5;
  max-width: 110px;
  white-space: nowrap;
}

.username-index {
  display: inline-block;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

/* 修改 loginbg 的定位，使其相对于 showloginname 定位 */
.login {
  position: relative;
  overflow: visible !important;
}

.nav .login-bd a:first-child {
  border-right: 1px solid #4d5e79;
}

.loginbg {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 200px;
  background: #ffffff; /* 纯白色背景 */
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 5px;
}

/* 修改文字颜色 */
.loginbg,
.loginbg * {
  color: #2D343B !important;
}

.login-hd {
  width: 180px;
  margin: 0 auto;
  padding: 15px 0 18px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.login-bd {
  line-height: 40px;
  padding-left: 10px;
}

.login-bd a {
  display: inline-block;
  width: 80px;
  color: #2D343B !important;
  text-align: center;
  line-height: 20px;
}

.nav .login-bd a:first-child {
  border-right: 1px solid #ddd;
}
.text-linear {
  color: transparent;
  font-weight: 900;
  background-image: -webkit-gradient(linear, left top, right top, from(#0140fe), to(#049efd));
  background-image: linear-gradient(to right, #0140fe, #049efd);
  -webkit-background-clip: text;
          background-clip: text;
}

/* 模块 */
.mod-hd {
  color: #091221;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  line-height: 63px;
}

/* banner */
.banner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 241px 0 146px;
  background: url("../images/banner_bg.png") no-repeat center/cover;
}
.banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.banner-title-item {
  color: #091221;
  font-size: 50px;
  font-weight: 900;
  line-height: 52px;
}
.banner-title-item + .banner-title-item {
  margin-left: 40px;
}
.banner-tips {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
  padding: 0 50px 0 60px;
  height: 62px;
  color: #435371;
  font-size: 20px;
  line-height: 62px;
  border-radius: 31px;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 35, 92, 0.08);
          box-shadow: 0 6px 24px 0 rgba(0, 35, 92, 0.08);
}
.banner-tips::before, .banner-tips::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 45px;
  background: no-repeat center;
}
.banner-tips::before {
  top: 13px;
  left: 25px;
  background-image: url("../images/banner_tips_icon1.png");
}
.banner-tips::after {
  top: -10px;
  right: 25px;
  background-image: url("../images/banner_tips_icon2.png");
}

/* 介绍 */
.introduce {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background: no-repeat center/cover;
  -webkit-transition: background-image 0.7s;
  transition: background-image 0.7s;
}
.introduce.bg1 {
  background-image: url("../images/introduce_bg1.png");
}
.introduce.bg2 {
  background-image: url("../images/introduce_bg2.png");
}
.introduce.bg3 {
  background-image: url("../images/introduce_bg3.png");
}
.introduce.bg4 {
  background-image: url("../images/introduce_bg4.png");
}
.introduce-swiper {
  margin-top: 42px;
}
.introduce-swiper .swiper-container {
  margin: 22px 0 -20px -20px;
  width: calc(100% + 40px);
}
.introduce-swiper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
.introduce-swiper .swiper-pagination-bullets {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 4px;
  width: 726px;
  height: 56px;
  border-radius: 28px;
  background-color: #f3f8ff;
}
.introduce-swiper .swiper-pagination-bullet {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  height: auto;
  font-size: 20px;
  line-height: 48px;
  border-radius: 24px;
  background: none;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.introduce-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  font-weight: bold;
  background: #0d5efa;
}
.introduce-swiper .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
.introduce-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 492px;
}
.introduce-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.introduce-item.reverse .introduce-con {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.introduce-item.reverse .introduce-img {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.introduce-item.show .introduce-con,
.introduce-item.show .introduce-img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.introduce-con {
  width: 514px;
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.4s;
  transition: all 0.7s 0.4s;
}
.introduce-mod + .introduce-mod {
  margin-top: 32px;
}
.introduce-hd {
  color: #091221;
  font-size: 26px;
  line-height: 36px;
}
.introduce-title {
  margin-bottom: 16px;
  color: #091221;
  font-size: 24px;
  line-height: 32px;
}
.introduce-text {
  color: #636e7d;
  line-height: 21px;
}
.introduce-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
  background: url("../images/introduce_icon1.png") no-repeat left 8px;
}
.introduce-line + .introduce-line {
  margin-top: 16px;
}
.introduce-line .introduce-text {
  line-height: 24px;
  white-space: nowrap;
}
.introduce-label {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.introduce-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 32px;
  color: #0d5efa;
  line-height: 24px;
  background: url("../images/introduce_icon2.png") no-repeat right center;
}
.introduce-img {
  position: absolute;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 24px 0 rgba(56, 99, 185, 0.24);
          box-shadow: 0 4px 24px 0 rgba(56, 99, 185, 0.24);
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.4s;
  transition: all 0.7s 0.4s;
}

/* 工具 */
.tool {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}
.tool-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 64px;
}
.tool-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 24px;
  margin: 24px 0 0 24px;
  width: calc((100% - 72px) / 4.0001);
  height: 187px;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #f5f8fd;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tool-item:nth-child(-n+4) {
  margin-top: 0;
}
.tool-item:nth-child(4n+1) {
  margin-left: 0;
}
.tool-item:hover {
  border-color: #0d5efa;
  background-color: #fff;
}
.tool-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
}
.tool-icon {
  margin-right: 16px;
  width: 40px;
  height: 40px;
}
.tool-name {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.tool-tips {
  color: #999;
  line-height: 21px;
}
.tool-text {
  display: -webkit-box;
  margin-top: 20px;
  color: #666;
  line-height: 21px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

/* 反馈 */
.feedback {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#f3f8ff)), #fff;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #f3f8ff 100%), #fff;
}
.feedback-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
}
.feedback-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 24px 30px;
  width: 0;
  border-radius: 10px;
  background-color: #f6f6fb;
  overflow: hidden;
}
.feedback-item:nth-child(1) .feedback-img {
  top: 15px;
  right: 30px;
}
.feedback-item:nth-child(2) .feedback-img {
  top: 20px;
  right: 24px;
}
.feedback-item:nth-child(3) .feedback-img {
  top: 6px;
  right: 0;
}
.feedback-item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 407px;
  height: 163px;
  background: url("../images/feedback_bg.png") no-repeat center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.feedback-item + .feedback-item {
  margin-left: 30px;
}
.feedback-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.feedback-icon {
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.feedback-unit {
  color: #091221;
  font-size: 20px;
  font-weight: bold;
}
.feedback-text {
  font-size: 16px;
  line-height: 24px;
}
.feedback-text.text-big {
  font-size: 18px;
  line-height: 27px;
}
.feedback-text + .feedback-text {
  margin-top: 10px;
}
.feedback-con {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding: 16px;
  height: 110px;
  font-size: 16px;
  line-height: 26px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.feedback-img {
  position: absolute;
  z-index: 1;
  background: no-repeat center;
  pointer-events: none;
}

/* 下载 */
.download {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 0 75px;
  background: url("../images/download_bg.png") no-repeat center/cover;
}
.download-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
  padding: 0 32px;
  height: 68px;
  color: #fff;
  font-size: 28px;
  line-height: 68px;
  border-radius: 12px;
  background-image: linear-gradient(85deg, #0161fe 0%, #0497fd 100%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.download-btn:hover {
  opacity: 0.9;
}