.banner1 {
  padding: 80px 0 0 0;
  background-image: url('../assets/index/bj.png');
  background-size: 1920px 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.banner1 .card {
  border-radius: 20px;
  width: 100%;
}
.banner1 .title {
  font-weight: bold;
  font-size: 60px;
  margin: 48px 0 32px 0;
  letter-spacing: 1px;
}
.banner1 .title .blue {
  color: #3762ec;
}
.banner1 .title .dark {
  color: #222;
  font-weight: 800;
}
.banner1 .header {
  text-align: center;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner1 .header .tags {
  width: 818px;
  height: 72px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 12px 1px rgba(44, 101, 255, 0.16);
  border-radius: 36px 36px 36px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 28px;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.16);
  position: relative;
}
.banner1 .header .tags .split {
  margin: 0 5px;
}
.banner1 .header .tags .left-icon {
  width: 56px;
  height: 32px;
  position: absolute;
  left: 24px;
  top: 24px;
}
.banner1 .header .tags .right-icon {
  width: 56px;
  height: 32px;
  position: absolute;
  right: 24px;
  top: 24px;
}
.banner1 .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px 4px;
}
.banner1 .grid .item-box {
  width: 190px;
  min-height: 200px;
  position: relative;
}
.banner1 .grid .item-box .item {
  width: 190px;
  min-height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(44, 101, 255, 0.06);
  border-radius: 16px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 4px 10px;
  border-radius: 12px;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  text-decoration: none;
  transition: all 0.1s;
}
.banner1 .grid .item-box .item img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  background: #e8f0fe;
}
.banner1 .grid .item-box .item .name {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 16px 18px;
}
.banner1 .grid .item-box .item .link {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.banner1 .grid .item-box .item .more-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #e8f4ff, #d0e8ff);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 26px;
  color: #4a90e2;
}
.banner1 .grid .item-box .item .tags {
  display: none;
  gap: 8px;
  margin-top: 16px;
}
.banner1 .grid .item-box .item .tags .tag {
  height: 36px;
  padding: 8px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px 6px 6px 6px;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner1 .grid .item-box .item .btn {
  display: none;
  height: 48px;
  background: #3762EC;
  box-shadow: 0px 12px 12px 1px rgba(12, 66, 255, 0.2);
  border-radius: 30px 30px 30px 30px;
  border: none;
  padding: 12px 30px;
  margin: 32px 0;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
  letter-spacing: 0.5px;
  transition: opacity 0.15s, transform 0.15s;
  font-family: inherit;
  align-items: center;
  justify-content: center;
}
.banner1 .grid .item-box .item .btn .right-icon {
  width: 24px;
  height: 24px;
  margin-left: 10px;
  background: #3762EC;
}
.banner1 .grid .item:hover {
  width: 280px;
  margin: -80px -45px;
  z-index: 2;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(44, 101, 255, 0.3);
  border-radius: 16px 16px 16px 16px;
}
.banner1 .grid .item:hover .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.banner1 .grid .item:hover .btn {
  display: flex;
}
.banner1 .grid .item:hover .link {
  display: none;
}
.banner1 .cta {
  text-align: center;
  margin-top: 28px;
}
.banner2 {
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}
.banner2 .complete-hardware {
  height: 442px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner2 .complete-hardware .up {
  position: absolute;
  left: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.banner2 .complete-hardware .up .up-image {
  width: 64px;
  height: 64px;
  background-image: url('../assets/index/syy_def@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.banner2 .complete-hardware .up .up-image:hover {
  background-image: url('../assets/index/syy_hover@2x.png');
}
.banner2 .complete-hardware .next {
  position: absolute;
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
}
.banner2 .complete-hardware .next .next-image {
  width: 64px;
  height: 64px;
  background-image: url('../assets/index/xyy_def@2x.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.banner2 .complete-hardware .next .next-image:hover {
  background-image: url('../assets/index/xyy_hover@2x.png');
}
.banner2 .complete-hardware .title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner2 .complete-hardware .title span {
  font-weight: bold;
  font-size: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.banner2 .complete-hardware .title .line {
  width: 64px;
  height: 6px;
  background: #2C65FF;
  border-radius: 3px 3px 3px 3px;
}
.banner2 .complete-hardware .tip {
  font-size: 20px;
  color: #333333;
  margin-bottom: 40px;
}
.banner2 .complete-hardware .hardware-list {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.banner2 .complete-hardware .hardware-list .hardware {
  width: 220px;
  height: 320px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.08);
  border-radius: 16px 16px 16px 16px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  display: none;
}
.banner2 .complete-hardware .hardware-list .hardware img {
  width: 66px;
  height: 100px;
  margin-bottom: 18px;
}
.banner2 .complete-hardware .hardware-list .hardware .saomawang {
  width: 42px;
}
.banner2 .complete-hardware .hardware-list .hardware .zhinengpos {
  width: 48px;
}
.banner2 .complete-hardware .hardware-list .hardware .saomaqiang {
  width: 150px;
}
.banner2 .complete-hardware .hardware-list .hardware .shouyinji {
  width: 120px;
}
.banner2 .complete-hardware .hardware-list .hardware .dayin {
  width: 140px;
}
.banner2 .complete-hardware .hardware-list .hardware .hardware-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-bottom: 14px;
}
.banner2 .complete-hardware .hardware-list .hardware .hardware-tip {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner2 .complete-hardware .hardware-list .hardware .hardware-tip span {
  font-size: 16px;
  color: #666666;
}
.banner2 .complete-hardware .hardware-list .hardware .hardware-tip span:first-child {
  margin-bottom: 6px;
}
.banner2 .complete-hardware .hardware-list .hardware .hardware-detail {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: #2C65FF;
  border-radius: 8px;
}
.banner2 .complete-hardware .hardware-list .hardware:hover {
  border: 2px solid #2C65FF;
  cursor: pointer;
}
.banner2 .complete-hardware .hardware-list .hardware:hover .hardware-detail {
  font-weight: bolder;
}
.banner2 .complete-hardware .hardware-list .hardware.show {
  display: flex;
}
.banner2 .complete-hardware .hardware-list .hardware:last-child {
  margin-right: 0;
}
.banner2 .cta {
  text-align: center;
  padding-bottom: 80px;
}
.banner3 {
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #fbfcfe 0%, #f7faff 100%);
}
.banner3 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner3 .container .dayin {
  width: 780px;
  height: 888px;
  margin: 40px 0 48px 0;
}
.banner3 .container .cta {
  text-align: center;
  padding-bottom: 80px;
}
.banner4 {
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #f7faff 0%, #eff5ff 100%);
}
.banner4 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner4 .container .card-box {
  width: 1320px;
  height: 852px;
  padding: 60px;
  margin-top: 40px;
  background: linear-gradient(180deg, #E9F3FF 0%, #DCEDFF 49.37%, #DEEDFF 100%);
  border-radius: 30px 30px 30px 30px;
}
.banner4 .container .card-box .list {
  display: flex;
  flex-wrap: wrap;
}
.banner4 .container .card-box .list .item {
  width: 190px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(44, 101, 255, 0.06);
  border-radius: 16px 16px 16px 16px;
  margin: 0 12px 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.banner4 .container .card-box .list .item .icon {
  width: 60px;
  height: 60px;
}
.banner4 .container .card-box .list .item .title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 12px 0;
}
.banner4 .container .card-box .list .item .content {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.banner4 .container .card-box .list .item:nth-child(6) {
  margin-right: 0;
}
.banner4 .container .card-box .list .item:nth-child(12) {
  margin-right: 0;
}
.banner4 .container .card-box .list .item:nth-child(18) {
  margin-right: 0;
}
.banner4 .container .card-box .cta {
  text-align: center;
  margin: 48px 0 80px 0;
}
.banner5 {
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #eff5ff 0%, #e0ecfe 100%);
}
.banner5 .container {
  width: 1320px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.banner5 .container .card {
  width: 1320px;
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 28px;
  padding: 56px 64px 72px;
  box-shadow: 0 20px 60px rgba(80, 110, 200, 0.12);
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 20px 20px 20px 20px;
}
.banner5 .container .card .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 24px;
}
.banner5 .container .card .faq-item {
  padding: 22px 0;
  border-bottom: 1px solid #eef1f6;
}
.banner5 .container .card .faq-question {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 19px;
  font-weight: 700;
  color: #2f6bff;
  margin-bottom: 14px;
}
.banner5 .container .card .faq-question .icon {
  width: 20px;
  height: 18px;
  user-select: none;
}
.banner5 .container .card .faq-answer {
  font-size: 17px;
  color: #4b5563;
  line-height: 1.6;
  padding-left: 34px;
}
.banner5 .container .card .cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.banner5 .container .card .cta-button {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #3b5cf6;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  padding: 22px 44px;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(59, 92, 246, 0.35);
  transition: background 0.2s ease, transform 0.2s ease;
}
.banner5 .container .card .cta-button:hover {
  background: #2f4de0;
  transform: translateY(-2px);
}
.banner5 .container .card .cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.banner5 .container .card .cta {
  text-align: center;
  margin: 48px 0 0 0;
}
.banner6 {
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #e0ecfe 0%, #e0ecfe 100%);
}
.banner6 .container {
  width: 1320px;
  display: flex;
  align-items: center;
  flex-direction: column;
  /* 统计信息卡片 */
}
.banner6 .container .stats-card {
  width: 1357px;
  height: 200px;
  background: linear-gradient(135deg, #0052ff 0%, #0066ff 50%, #003fff 100%);
  border-radius: 20px;
  padding: 40px 30px;
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  position: relative;
  overflow: hidden;
  background-image: url('../assets/index/tp@2x.png');
  background-size: 100% 100%;
}
.banner6 .container .stats-card .stats-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.banner6 .container .stats-card .stat-item {
  color: white;
  position: relative;
  z-index: 1;
}
.banner6 .container .stats-card .stat-number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.banner6 .container .stats-card .stat-label {
  font-size: 16px;
  opacity: 0.9;
  text-align: center;
}
.banner6 .container .stats-card .stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60px;
  background: rgba(255, 255, 255, 0.6);
}
.banner7 {
  padding: 80px 0 0 0;
  background: linear-gradient(180deg, #e0ecfe 0%, #e0ecfe 100%);
}
.banner7 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* 支付机构部分 */
}
.banner7 .container .section {
  margin-top: 40px;
}
.banner7 .container .section .icon {
  width: 186px;
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 16px 16px 16px 16px;
  margin: 0 12px 12px 0;
  cursor: pointer;
}
.banner7 .container .section .icon:nth-child(6) {
  margin-right: 0;
}
.banner7 .container .section .icon:nth-child(12) {
  margin-right: 0;
}
.banner8 {
  padding: 80px 0 120px 0;
  background: linear-gradient(180deg, #e0ecfe 0%, #e0ecfe 100%);
}
.banner8 .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  /* 支付机构部分 */
}
.banner8 .container .section {
  margin-top: 40px;
}
.banner8 .container .section .icon {
  width: 128px;
  height: 122px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.06);
  border-radius: 16px 16px 16px 16px;
  margin: 0 20px 20px 0;
  cursor: pointer;
}
.banner8 .container .section .icon:nth-child(8) {
  margin-right: 0;
}
.banner8 .container .section .icon:nth-child(16) {
  margin-right: 0;
}
