@import url(./css/visiting-service.css);
@import url(./css/all-work.css);
@import url(./css/function.css);

.view {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.card {
  margin-bottom: 110px;
}
.card .w-1280 {
  display: flex;
  justify-content: center;
  gap: 0 20px;
}
.card .card-item {
  background: linear-gradient(90deg, #c8cdff 0%, #dee7ff 100%);
  border-radius: 10px 10px 10px 10px;
  padding: 20px 26px;
  width: calc(25% - 10px);
}
.card h3 {
  font-size: 24px;
  font-weight: 500;
}
.card h3 span {
  color: #ff0000;
  font-style: italic;
  margin-right: 5px;
  font-size: 26px;
}
.card p {
  margin-top: 21px;
  color: #4f5577;
}

.register {
  background: #f2f5fc;
  padding: 70px 0;
  text-align: center;
}
.register h2 {
  margin-bottom: 20px;
  font-size: 34px;
}
.register p {
  font-size: 20px;
}
.register .form {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 70px;
}
.register .form-item:not(.submit-btn) {
  background: #ffffff;
  box-shadow: 0px 0px 27px 0px rgba(84, 73, 230, 0.2);
  border-radius: 10px 10px 10px 10px;
  padding: 0 20px;
  flex: 1;
  display: flex;
  align-items: center;
}
.register .form-item label {
  position: relative;
  top: -2px;
}
.register .form-item input {
  height: 50px;
  font-size: 16px;
}
.home-set-price-bg {
  padding-top: 140px;
}
.price-item {
  position: relative;
}
.price-item .price-item-inner {
  position: absolute;
  top: 25px;
  padding: 20px;
  width: 100%;
}
.price-item .btns .btn {
  position: relative;
}
.price-item h3 {
  font-size: 32px;
  color: #6b56aa;
  margin-bottom: 35px;
}
.price-item p {
  color: #6f54b4;
  font-size: 22px;
  margin-bottom: 29px;
  line-height: 32px;
}
.price-num {
  font-size: 22px;
}
.price-num .num::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 124%;
  height: 1px;
  background: #ff0603;
  transform: rotate(10deg);
}
.price-num .num {
  font-size: 36px;
  color: #3f2f69;
  font-weight: 600;
  position: relative;
}
.price-num .discount {
  font-size: 16px;
  color: #4235ae;
  margin-left: 10px;
}
.price-desc {
  margin-top: 14px;
  color: #4235ae;
}
.price-item .btns {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 40px;
  font-size: 18px;
}
.price-item .btns .btn {
  flex: 1;
  position: relative;
  height: 48px;
  background: linear-gradient(133deg, #fff4e5 0%, #ffeacc 50%, #fff4e4 100%);
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  line-height: 48px;
  color: #8f6c05;
  cursor: pointer;
}
.price-item .btns .btn:nth-child(2) {
  background: #fff;
}
.home-set-price-view {
  display: flex;
  justify-content: space-between;
}
.price-item .btns .btn2::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -9px;
  width: 39px;
  height: 39px;
  background-image: url(./img/gift.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.price-item:nth-child(2) h3 {
 color: #50372B;
}
.price-item:nth-child(2) p {
  color: #946622;
}
.price-item:nth-child(2) .price-num .num {
  color: #55281F;
}
.price-item:nth-child(2) .discount {
  color: #946622;
}
.price-item:nth-child(2) .price-desc {
  color: #946622;
}
.price-item:nth-child(3) h3 {
 color: #fff;
}
.price-item:nth-child(3) p {
  color: #fff;
}
.price-item:nth-child(3) .price-num .num {
  color: #fff;
}
.price-item:nth-child(3) .discount {
  color: #fff;
}
.price-item:nth-child(3) .price-desc {
  color: #fff;
}
.price-item:nth-child(3) .btns {
  margin-top: 77px;
}
.price-tel {
  color: #fff;
  font-size: 36px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.top-swiper {
  width: 100%;
  height: 570px;
  background-image: url("./img/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top-swiper-view {
  display: flex;
  gap: 24px;
  margin-top: 55px;
}
.top-swiper-info {
  position: relative;
}
.top-swiper-info1 {
  color: #000000;
  font-size: 36px;
  font-weight: 600;
  font-style: italic;
}
.top-swiper-info1 span {
  background: linear-gradient(90deg, #853cff 0%, #1375ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-left: 10px;
  padding-right: 10px;
}
.top-swiper-info2 {
  font-size: 50px;
  margin-top: 44px;
  font-weight: 600;
}
.top-swiper-info2 span {
  font-size: 66px;
  color: rgba(4, 90, 254, 1);
}
.top-swiper-info3 {
  font-size: 20px;
  margin-top: 41px;
}
.top-swiper-info3 p {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.top-swiper-info3 p img {
  margin-right: 10px;
}
.top-swiper-info3 p span {
  color: #fa2605;
  position: relative;
  top: 2px;
}
.top-swiper-view button:nth-child(2) {
  background: #fff;
}
.top-swiper-form {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0px 4px 6px 0px rgba(55, 56, 58, 0.06);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ffffff;
  padding: 30px;
  width: 396px;
  box-sizing: border-box;
}
.top-swiper-form .logo {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-swiper-form .form-item {
  margin-bottom: 20px;
}
.top-swiper-form .form-item input {
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #ccd9f1;
  height: 46px;
  width: 100%;
  padding: 0 10px;
}
.top-submit button {
  background: #045afe;
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  text-align: center;
  height: 46px;
  width: 100%;
}
.home-tabs-view {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 80px;
}

.home-tabs-item {
  width: 178px;
  padding: 20px 0;
  cursor: pointer;
}

.home-tabs-item-img {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.home-tabs-item-img img {
  width: 45px;
  height: 45px;
}

.home-tabs-item-title {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 12px;
}

.home-tabs-bg {
  background-image: url("./img/Slice 338.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-tabs-item-left,
.home-tabs-item-right {
  cursor: pointer;
}

.home-tabs-content-right {
  width: 700px;
  height: 492px;
  box-shadow: 0px 8px 20px 0px rgba(56, 23, 137, 0.2);
  border-radius: 20px 20px 20px 20px;
  padding: 40px 12px 0 12px;
  background: linear-gradient(180deg, #b6c4f8 0%, #c2b7f8 100%);
}

.home-tabs-content-right img {
  width: 100%;
}

.home-tabs-content {
  display: flex;
  margin-top: 120px;
}

.home-tabs-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 100px;
}

.home-tabs-content-left-title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  line-height: 26px;
  margin-bottom: 17px;
}

.home-tabs-content-left-remark {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  padding: 5px 0;
}

.home-tabs-content-left-remark i {
  width: 10px;
  height: 10px;
  background: #045afe;
  border-radius: 50%;
  margin-right: 5px;
}

.home-tabs-content-left-btn {
  display: flex;
  gap: 20px;
  margin-top: 64px;
}

.home-tabs-center {
  flex: 1;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  transition: all 0.5s ease-out;
}

.home-tabs-center::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.home-tabs-item.active {
  background: #edefff;
  border-radius: 16px;
}

.home-tabs-item:hover {
  background: #edefff;
  border-radius: 16px;
}

.home-industry-bg {
  background: linear-gradient(360deg, rgba(246, 247, 255, 0) 0%, #e4e7ff 102%);
  padding: 120px 0 70px 0;
}

.home-industry-view {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.home-industry-item {
  flex: 1 0 18%;
  position: relative;
  max-width: calc(20% - 16px);
  background: #f6f7ff;
  border-radius: 12px 12px 12px 12px;
  padding: 20px;
  overflow: hidden;
}

.home-industry-item-img {
  display: flex;
  justify-content: center;
}

.home-industry-item-img img {
  width: 136px;
  height: 136px;
}

.home-industry-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  margin-top: 12px;
  text-align: center;
}

.home-industry-item-remark {
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 16px;
  margin-top: 12px;
}

.home-industry-item-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 14px;
  height: 39px;
  background: #045afe;
  position: absolute;
  left: 0;
  bottom: -40px;
  right: 0;
  border-radius: 0 0 12px 12px;
  padding: 10px 12px 10px 28px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.home-industry-item:hover .home-industry-item-btn {
  bottom: 0;
}

.home-industry-foot-btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.home-custom-view {
  display: flex;
  gap: 20px;
}

.home-custom-item {
  flex: 1;
}

.home-custom-item-top {
  height: 544px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 60px;
  box-sizing: border-box;
}

.home-custom-item-top-bg1 {
  background-image: url("./img/Slice 640.png");
}

.home-custom-item-top-bg2 {
  background-image: url("./img/Slice 641.png");
}

.home-custom-item-btn {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: center;
}

.home-custom-bg {
  background: linear-gradient(355deg, #ffffff 0%, #e3eeff 100%);
  padding-top: 80px;
}

.home-custom-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.home-custom-item-cell {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 11px;
}

.home-custom-item-cell-item {
  display: flex;
  gap: 6px;
  align-items: center;
}

.home-set-price-view {
  padding-top: 80px;
  display: flex;
  gap: 20px;
}

.home-set-price-item {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e6e6;
  flex: 1;
  overflow: hidden;
  transition: all 0.5s ease-out;
}

.home-set-price-item-top {
  height: 206px;
  padding: 27px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(133deg, #e9e3ff 0%, #b8a4ff 100%);
}

.home-set-price-item-hot {
  position: absolute;
  right: 0;
  top: 0;
}

.home-set-price-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.home-set-price-item-center {
  height: 377px;
  padding: 43px 20px 0 20px;
  box-sizing: border-box;
}

.home-set-price-item-cell {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.home-set-price-item-cell img {
  margin-right: 7px;
}

.home-set-price-item-btn {
  display: flex;
  padding: 0 20px 60px 20px;
}

.home-set-price-item-btn button {
  flex: 1;
}

.home-set-price-item-top-img {
  display: none;
}

.home-set-price-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.home-set-price-item:hover .home-set-price-item-top-img {
  display: block;
}

.home-set-price-item:hover .home-set-price-item-bg {
  display: block;
}

.home-set-price-item:hover {
  transform: scale(1.03);
  box-shadow: 0 0 12px #ddd;
}

.home-services-bg {
  margin-top: 74px;
  background: #f7f8ff;
  margin-bottom: 120px;
}

.home-services-view {
  display: flex;
  padding: 27px 0 21px 0;
}

.home-services-left {
  flex: 1;
}

.home-services-right {
  width: 609px;
  height: 462px;
}

.home-services-right img {
  width: 100%;
  height: 100%;
}

.home-services-left-title {
  margin-top: 116px;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}

.home-services-left-btn {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}

.home-services-left-center {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 60%;
}

.home-services-left-cell {
  width: 30%;
  display: flex;
  align-items: center;
  gap: 4px;
}

.home-scheme-tabs-view {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.home-scheme-tabs-item {
  width: 132px;
  height: 49px;
  border-radius: 6px 6px 6px 6px;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #323232;
  line-height: 49px;
  cursor: pointer;
}

.home-scheme-tabs-item.active {
  color: #ffffff;
  background: #045afe;
}

.home-scheme-tabs-content {
  margin-top: 60px;
  display: none;
  padding: 60px 40px;
  background: linear-gradient(134deg, #e3edff 0%, #fbf6ff 100%);
  border-radius: 40px 40px 40px 40px;
}

.home-scheme-tabs-content-left {
  flex: 1;
  padding-right: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.home-scheme-tabs-content-right {
  width: 501px;
  height: 431px;
}

.home-scheme-tabs-content-right img {
  width: 100%;
  height: 100%;
}

.home-scheme-tabs-content-left-btn {
  display: flex;
  gap: 20px;
  padding-top: 30px;
}

.home-scheme-tabs-content-left-item {
  margin-bottom: 30px;
  padding-left: 24px;
  position: relative;
}

.home-scheme-tabs-content-left-item:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #045afe;
  border-radius: 50%;
}

.home-scheme-tabs-content-left-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}

.home-scheme-tabs-content-left-remark {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 16px;
  margin-top: 12px;
}

.home-scheme-tabs-content.show {
  display: flex;
}
.home-footer-view {
  display: flex;
  padding: 55px 0 80px 0;
}
.home-footer-left {
  flex: 1;
}
.home-footer-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.home-footer-bg {
  background-image: url("./img/footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 80px;
}
.home-footer-left-title {
  font-size: 40px;
  color: #fff;
}
.home-footer-left-remark {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.common-footer {
  color: #666;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
.common-footer a {
  color: #666;
}
.about-banner {
  background-image: url(./images/about-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}
.about-banner-title {
  font-size: 42px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-banner-remark {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
.about-banner-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.about-banner-btn button {
  font-weight: 500;
  font-size: 14px;
  color: #045afe;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
}
.about-company-remark.mt-40 {
  margin-top: 40px;
}
.about-company-remark {
  margin-bottom: 20px;
  line-height: 24px;
}

.all-use {
  margin-top: 140px;
  overflow: hidden;
  background: linear-gradient( 180deg, #F0F2F5 80%, rgba(240,242,245,0) 100%);
}
.all-use .title-center {
  padding: 70px;
  
}
.all-use .title-center span {
  font-size: 45px;
  font-weight: bold;
  background: linear-gradient(90deg, #8A39FF 0%, #1674FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 企业logo展示区域样式 */
.all-use .content {
  padding-bottom: 80px;
}

.all-use .content .row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 30px;
}

.all-use .content .row .item {
  flex-shrink: 0;
  width: 240px;
  height: 80px;
  background: white;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.all-use .content .row .item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.all-use .content .row .item img {
  max-width: 100px;
  max-height: 60px;
  object-fit: contain;
  display: block;
}

/* 交叉滚动动画 */
.all-use .content .row.scroll-right {
  animation: scrollRight 20s linear infinite alternate;
}

.all-use .content .row.scroll-left {
  animation: scrollLeft 20s linear infinite alternate;

}

@keyframes scrollRight {
  0% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(50%);
  }
}

@keyframes scrollLeft {
  0% {
    transform: translateX(20%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 暂停动画当鼠标悬停 */
.all-use .content .row:hover {
  animation-play-state: paused;
}

.footer {
  background-image: url(./images/footer.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 68px;
  padding: 70px 0;
}
.footer .content .action {
  display: flex;
  column-gap: 28px;
}
.footer .content span {
  font-size: 47px;
  transform: skewX(-5deg);
  font-family: DingTalk JinBuTi-Regular;
}