.view {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.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: rgba(20, 89, 255, 1);
  font-size: 70px;
  font-weight: 600;
}
.top-swiper-info1 span {
  color: rgba(251, 54, 9, 1);
  font-size: 76px;
}
.top-swiper-info2 {
  color: rgba(20, 89, 255, 1);
  font-size: 70px;
  font-weight: 600;
}
.top-swiper-info3 {
  font-size: 28px;
  margin-top: 38px;
  color: #fff;
  padding: 6px 22px 9px;
  background: linear-gradient(90deg, #ff902e 0%, #fb2e09 100%);
  display: inline-block;
}
.top-swiper-view button:last-child {
  background: #fff;
}
.banner-card .w-1280 {
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  top: -70px;
  position: relative;
  overflow: hidden;
  padding: 24px 0;
}
.banner-card .w-1280::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(13deg, rgba(255, 255, 255, 0) 0%, #e9efff 100%);
}
.banner-card .card-item {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  padding: 0 30px;
}
.card-item p {
  color: rgba(128, 128, 128, 1);
  margin-top: 12px;
  font-size: 14px;
}
.card-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(204, 216, 232, 1);
}
.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-bg {
  padding-bottom: 60px;
}
.home-set-price-item {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  flex: 1;
  overflow: hidden;
  transition: all 0.5s ease-out;
  box-shadow: 0px 0px 36px 0px rgba(34, 60, 135, 0.13);
}

.home-set-price-item-top {
  height: 121px;
  padding: 27px 35px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background: linear-gradient(133deg, #e9e3ff 0%, #b8a4ff 100%);
}
.price-desc {
  margin-top: 10px;
  font-weight: 600;
}
.home-set-price-item-price {
  font-weight: 600;
  font-size: 44px;
  color: #fff;
  position: absolute;
  right: 35px;
  top: 33px;
}
.home-set-price-item-hot {
  position: absolute;
  right: 0;
  top: 0;
  width: 164px;
  height: 48px;
  background: linear-gradient(90deg, #be5f15 0%, #bd8550 100%);
  border-radius: 0px 16px 0px 16px;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 20px;
}

.home-set-price-item-title {
  font-weight: 600;
  font-size: 34px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  text-shadow: 0px 4px 4px rgba(17, 36, 84, 0.25);
}

.home-set-price-item-center {
  height: 377px;
  padding: 43px 20px 0 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-set-price-item-cell {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  width: 50%;
}
.home-set-price-item-cell:last-child {
  width: 100%;
}
.home-set-price-item-cell .blue {
  color: rgba(4, 90, 254, 1);
  font-size: 12px;
}
.home-set-price-item-cell .org {
  color: rgba(191, 97, 24, 1);
  font-size: 12px;
}
.home-set-price-item-cell img {
  margin-right: 7px;
  position: relative;
  top: 3px;
}

.home-set-price-item-btn {
  display: flex;
  padding: 0 20px 60px 20px;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.home-set-price-item-btn button {
  width: 166px;
  height: 48px;
}
.home-set-price-item-btn button[data-type="form"] {
  background: #fff;
  color: rgba(4, 90, 254, 1);
  border: rgba(4, 90, 254, 1) 1px solid;
}

.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-services-bg {
  margin-top: 74px;
  background: rgba(205, 225, 255, 1);
  margin-bottom: 120px;
  padding: 90px 0;
}
.home-services-bg .w-1280 {
  background-color: #fff;
  border-radius: 12px 12px 12px 12px;
  padding: 40px 50px;
  position: relative;
}
.home-services-view {
  display: flex;
}

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

.home-services-right {
  width: 609px;
  position: absolute;
  right: 0;
  top: 0;
}

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

.home-services-left-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}
.services-desc {
  color: rgba(128, 128, 128, 1);
  margin-top: 5px;
}

.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: linear-gradient(127deg, #0260fe 0%, #8ad1ff 64%, #57dfff 100%);
  padding: 90px 0;
}
.home-footer-bg .title-center {
  color: #fff;
}
.footer-form {
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  padding: 40px;
  margin-top: 60px;
}
.footer-form .footer-form-item {
  display: flex;
  font-size: 18px;
  margin-bottom: 20px;
  align-items: center;
}
.footer-form .footer-form-item label {
  color: #000000;
  width: 160px;
  display: block;
}
.footer-form .footer-form-item label.required::after {
  color: red;
  content: "*";
  margin-left: 5px;
}
.footer-form .footer-form-item input {
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #dfdfdf;
  flex: 1;
  height: 48px;
  padding: 0 10px;
}
#footSubmit {
  background: linear-gradient( 180deg, #3077FF 0%, #045AFE 100%);
  border-radius: 8px 8px 8px 8px;
  color: #fff;
  border: 1px solid #045AFE;
  cursor: pointer;
  width: 440px;
  height: 48px;
  margin-top: 20px;
}
.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(../img/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;
}
.office {
  background: linear-gradient(180deg, #cde1ff 0%, #ffffff 100%);
  padding: 90px 0;
}
.office-view {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
.office-item {
  width: calc((100% - 36px) / 4);
  background: #fff;
  padding: 20px;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 2px 16px 0px rgba(23, 60, 119, 0.15);
}
.office-item img {
  margin-right: 10px;
}
.office-title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.office-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}

.solution {
  background: linear-gradient(180deg, #ebf2ff 0%, #ffffff 100%);
  padding: 90px 0;
}
.solution-view {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.solution-view img {
  width: 100%;
}
.solution-item {
  width: calc((100% - 60px) / 3);
  border-radius: 12px 12px 12px 12px;
  position: relative;
}
.solution-content {
  position: absolute;
  background: rgba(1, 1, 1, 0.5);
  border-radius: 0px 0px 8px 8px;
  bottom: 3px;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: 10px 20px;
  overflow: hidden;
  height: 41px;
}
.solution-content:hover {
  height: 130px;
  transition: height 0.3s;
}
.solution-content:hover .arrow {
  display: block !important;
}
.solution-desc {
  font-size: 12px;
  color: #fff;
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.solution-desc::before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.solution-title {
  margin-bottom: 10px;
  position: relative;
}
.solution-title .arrow {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  display: none;
}

.company {
  background: linear-gradient(180deg, #ebf2ff 0%, #ebf2ff 100%);
  padding: 90px 0;
}

.register {
  background: url("../img/re1.png");
  padding: 90px 0;
}
.register .title-center {
  color: #fff;
  margin-bottom: 90px;
}
.register-view {
  justify-content: space-between;
  color: #fff;
  text-align: center;
}
.register-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 25px;
}
.register-home-item {
  position: relative;
}
.register-home-item:not(:last-child)::after {
  content: "";
  display: block;
  background: url("../img/reg-ar.png");
  width: 38px;
  height: 30px;
  position: absolute;
  right: -120px;
  top: 52px;

}

.register-form-home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  gap: 20px;
}
.register-form-home-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex: 1;
  padding: 0 15px;
}
.register-form-home label {
  position: relative;
  top: -2px;
}
.register-form-home input {
  background: #fff;
  outline: none;
  border: none;
  height: 48px;
  font-size: 16px;
}

.sub-btn {
  width:100px ;
}
.sub-btn button {
  background: #fff;
  color: rgba(4, 90, 254, 1);
  border-radius: 8px;
  width: 100%;
  text-align: center;
  line-height: 46px;
}

.company-view img {
  width: 100%;
}

.footer-info {
  margin-top: 0 !important;
}