@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

@font-face {
  font-family: "Rubik";
  src: url(/statics/chatbox/fonts/Rubik-Medium.ttf) format("woff2"); /* 最后优先级 */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 在字体下载过程中使用系统字体，提升用户体验 */
}
@font-face {
  font-family: "DingTalk JinBuTi";
  src: url(/statics/chatbox/fonts/DingTalk-JinBuTi.ttf) format("woff2"); /* 最后优先级 */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* 在字体下载过程中使用系统字体，提升用户体验 */
}
.main-page {
  position: relative;
  width: 100%;
  min-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #fff;
}
.download-target {
  text-align: center;
  border-radius: 28px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  transition: all 0.25s;
  width: 160px;
  height: 56px;
  line-height: 56px;
  background: #674FFF;
}
.download-target:hover {
  transform: scale(1.1);
  background: rgb(56, 86, 241);
}

.main-page header {
  position: sticky;
  top: 0;
  height: 80px;
  z-index: 999;
  background: #FFFFFF;
  border-bottom: 1px solid #efefef;
}
#header_box {
  background: #FFFFFF;
  border-bottom: 1px solid #efefef;
}
.header-box {
  height: 100%;
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-page header .logo-wrap {
  display: flex;
  align-items: center;
  column-gap: 9px;
}
.main-page header .logo-wrap img {
  width: 68px;
  height: 68px;
}
.main-page header .logo-wrap h2 {
  font-family: DingTalk JinBuTi;
  font-weight: 400;
  font-size: 34px;
  color: #1D2129;
}

.main-page .banner-area {
  position: relative;
  height: 700px;
  background: linear-gradient( 72deg, rgba(255,255,255,0) 0%, #EBE3FF 100%);
}
.banner-area .banner-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/statics/chatbox/images/banner-bg.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.banner-connet {
  width: 1335px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-right: -135px;
}

.banner-area .intro-box {
  max-width: 468px;
}
.banner-area .intro-box h2 {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 36px;
  color: #1D2129;
  height: 40px;
  display: inline-flex;
}
.banner-area .intro-box h2 .tip {
  width: 133px;
  height: 46.61px;
  background: url(/statics/chatbox/images/tip-bg.png) no-repeat;
  background-size: cover;
  margin: -16px 0 0 4px;
}
.banner-area .intro-box h1 {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 56px;
  color: #1D2129;
  line-height: 56px;
  letter-spacing: 4px;
}
.banner-area .intro-box p {
  width: 442.82px;
  margin-bottom: 60px;
  font-size: 18px;
  color: #4E5969;
  line-height: 30px;
}
.banner-area .intro-box .intro-download {
  margin-bottom: 12px;
  display: block;
  width: 280px;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.banner-area .intro-box .support-tip {
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  color: #86909C;
  margin: 0;
}
.banner-area .banner-pic img {
  max-width: 855.87px;
}
.h2-title {
  padding: 100px 0 80px;
  font-weight: bold;
  font-size: 40px;
  color: #1D2129;
  line-height: 53px;
  text-align: center;
}
.features-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.features-area .feature-item {
  display: flex;
  align-items: center;
  column-gap: 137px;
  width: 1200px;
}
.features-area .feature-item .item-img {
  max-width: 590.48px;
}
.features-area .feature-item:nth-child(2n+1) {
  justify-content: flex-end;
}
.features-area .feature-item:nth-child(2n+1) .item-img {
  margin-left: 33px;
}
.features-area .feature-item:not(:last-child) {
  margin-bottom: 100px;
}
.features-area .feature-item h3 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  display: flex;
}
.features-area .feature-item h3 span {
  background: linear-gradient(90deg, #1D2129 0%, #674FFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-fill-color: transparent; */
}
.features-area .feature-item h3 img {
  width: 30px;
  height: 40px;
  margin-left: 4px;
}
.features-area .feature-item p {
  position: relative;
  width: 400px;
  padding-left: 24px;
  font-weight: 400;
  font-size: 18px;
  color: #1D2129;
  line-height: 30px;
  box-sizing: border-box;
}
.features-area .feature-item p:not(:last-child) {
  margin-bottom: 8px;
}
.features-area .feature-item p::before {
  position: absolute;
  top: 12px;
  left: 8px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #1D2129;
  border-radius: 50%;
}
.features-area .intro-download {
  margin-top: 40px;
  display: block;
  width: 260px;
  height: 56px;
  line-height: 56px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}

.advantage-area {
  height: 480px;
  background: linear-gradient( 180deg, #EDE7FF 0%, #FFFFFF 100%);
  margin-top: 100px;
}
.advantage-area .h2-title {
  padding: 80px 0 60px;
}
.advantage-wrap {
  width: 1200px;
  display: flex;
  gap: 30px;
  text-align: center;
  margin: auto;
}
.advantage-wrap .wrap-item img {
  width: 100%;
}
.advantage-wrap .wrap-item .title {
  font-size: 20px;
  color: #1D2129;
  line-height: 32px;
  font-weight: bold;
}
.advantage-wrap .wrap-item .dec {
  font-size: 18px;
  color: #1D2129;
  line-height: 32px;
}

.comments .h2-title {
  padding: 104px 0 80px;
}

footer {
  width: 100%;
  line-height: 55px;
  height: 55px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 0px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(51, 51, 51, 0.7);
}
footer a {
  color: rgba(51, 51, 51, 0.7);
}

.home-wrap .swiper-container {
  margin: 0 30px 30px;
  padding: 0;
  box-sizing: border-box;
}

.home-wrap .swiper-item {
  background: linear-gradient( 180deg, #FFFFFF 0%, #FBFAFF 100%);
  border: 2px solid #F4F0FF;
  border-radius: 20px;
  cursor: default;
  padding: 30px 20px;
  display: flex;
  gap: 20px;
  height: 100%;
  box-sizing: border-box;
}

.home-wrap .swiper-item .avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.home-wrap .swiper-item .swiper-text {
  flex: 1;
}

.home-wrap .swiper-item .swiper-text .phone {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.home-wrap .swiper-item p {
  font-size: 16px;
  color: #1D2129;
  line-height: 28px;
}

.home-wrap .swiper-slide {
  position: relative;
  height: 100%;
}

.home-wrap .swiper-button-prev, .home-wrap .swiper-button-next {
  background: none;
}

.swiper-button-next, .swiper-button-prev {
  width: 44px;
}
.swiper-button-prev img, .swiper-button-next img {
  width: 100%;
}
.swiper-button-prev .hover, .swiper-button-next .hover {
  display: none;
}
.swiper-button-prev:hover img, .swiper-button-next:hover img {
  display: none;
}
.swiper-button-prev:hover .hover, .swiper-button-next:hover .hover {
  display: block;
}
