.main {
  font-family: "Microsoft YaHei", sans-serif;
  background-color: #f5f5f5;
}

.banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 768px) {
  .banner {
    height: 50vh;
  }
}

.banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner-bg img,
.banner-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-bg.banner-bg_mask::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 9;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.banner-content {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 200px 20px 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .banner-content {
    padding: 150px 20px 0;
  }
}
.banner-content.banner-content_black {
  color: #000;
}

.banner-title {
  font-size: 96px;
  font-weight: 900;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .banner-title {
    font-size: 54px;
    line-height: 1.5;
  }
}

.banner-desc {
  font-size: 50px;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .banner-desc {
    font-size: 24px;
  }
}

.banner-tips {
  font-size: 24px;
  margin-bottom: 40px;
  opacity: 0.9;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .banner-tips {
    font-size: 16px;
  }
}

.banner-features {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 0;
}

.advantage {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .advantage {
    padding: 60px 0 30px;
  }
}

.finance-title {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  .finance-title {
    margin-bottom: 30px;
  }
}
.finance-title h2 {
  position: relative;
  z-index: 2;
  font-size: 70px;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 768px) {
  .finance-title h2 {
    font-size: 40px;
  }
}
.finance-title h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, #007bff, #8400ff);
}
.finance-title .finance-title-bg {
  position: absolute;
  top: -20px;
  left: 50%;
  opacity: 0.15;
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 140px;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 2px #007bff;
  font-style: italic;
  color: transparent;
}
@media (max-width: 768px) {
  .finance-title .finance-title-bg {
    top: -30px;
    -webkit-text-stroke: 1px #007bff;
    font-size: 60px;
  }
}
.finance-title .finance-title-tips {
  margin-top: 40px;
  font-size: 24px;
  color: #666666;
}
@media (max-width: 768px) {
  .finance-title .finance-title-tips {
    margin-top: 20px;
    font-size: 16px;
  }
}

.advantage-content {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .advantage-content {
    width: 100%;
    padding: 0 20px;
  }
}

.advantage-item {
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .advantage-item {
    height: 350px;
    flex-direction: column;
  }
}
.advantage-item:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .advantage-item:nth-child(2n) {
    flex-direction: column;
  }
}
.advantage-item:hover .advantage-item-img img {
  transform: scale(1.1);
}
.advantage-item .advantage-item-img {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.advantage-item .advantage-item-img img {
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .advantage-item .advantage-item-img {
    flex: 1.5;
    width: 100%;
  }
}
.advantage-item .advantage-item-info {
  flex: 1;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
}
.advantage-item .advantage-item-info h3 {
  margin: 40px 0 20px 40px;
  font-size: 30px;
  font-weight: bolder;
}
@media (max-width: 768px) {
  .advantage-item .advantage-item-info h3 {
    margin: 10px 0;
    font-size: 26px;
    text-align: center;
  }
}
.advantage-item .advantage-item-info p {
  margin: 0 40px;
  font-size: 16px;
  color: #777;
}
@media (max-width: 768px) {
  .advantage-item .advantage-item-info p {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.advantage-item .advantage-item-info p i {
  color: #007bff;
  font-style: normal;
  background: linear-gradient(90deg, #007bff, #8400ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.flow {
  padding: 100px 0;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .flow {
    padding: 60px 0 30px;
  }
}
.flow .flow-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 1200px;
  margin: 0 auto;
  gap: 25px;
}
@media (max-width: 768px) {
  .flow .flow-list {
    width: 100%;
    padding: 20px;
    flex-direction: column;
  }
}
.flow .flow-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .flow .flow-list-item {
    width: inherit;
    flex-direction: row;
    padding: 20px;
  }
}
.flow .flow-list-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.flow .flow-list-item-icon {
  width: 80px;
  height: 80px;
}
@media (max-width: 768px) {
  .flow .flow-list-item-icon {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
.flow .flow-list-item-icon img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.flow .flow-list-item-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .flow .flow-list-item-title {
    margin-top: 0;
    font-size: 24px;
    text-align: left;
  }
}
.flow .flow-list-item-text {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 768px) {
  .flow .flow-list-item-text {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }
}

.brands {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .brands {
    padding: 60px 0 30px;
  }
}
.brands .brands-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .brands .brands-list {
    max-width: 100%;
    padding: 0 20px;
    gap: 10px;
  }
}
.brands .brands-item {
  width: 160px;
  height: 160px;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .brands .brands-item {
    width: 100px;
    height: 100px;
    padding: 20px;
  }
}
.brands .brands-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.brands .brands-item:hover img {
  opacity: 1;
}
.brands .brands-item img {
  transition: all 0.3s ease;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  opacity: 0.5;
}/*# sourceMappingURL=finance.css.map */