﻿.swiper-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 2rem;
}
html,
body,
p {
  margin: 0;
  padding: 0;
}
.website-conent {
  width: 15.2rem;
  margin: 0 auto;
}

.solution {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  
  overflow: hidden;
  margin-top: 0.14rem;
}
.solution-item {
  width: 3.56rem;
  height: 2.6rem;
  margin-top: 0.32rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  position: relative;
}

.solution-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.4rem;
  color: #ffffff;
  background: rgba(57, 88, 148, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 0.1rem;
}
.sever {
  width: 15.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.sever-item {
  width: 2.99rem;
  height: 4.3rem;
  border-radius: 0.1rem;
  border: 1px solid #1979FF;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.item-title {
  font-size: 0.3rem;
  font-weight: 500;
  color: #1979FF;
  margin-top: 0.24rem;
}
.item-line {
  width: 0.6rem;
  height: 0.03rem;
  background: #1979FF;
  border-radius: 0.02rem;
  margin-top: 0.24rem;
}
.item-english {
  font-size: 0.2rem;
  color: #1979FF;
}
.flow {
  width: 15.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.flow img{
  width: 15.2rem;
}


.num-add {
  position: absolute;
  top: -0.15rem;
  left: 0;
  color: #ffffff;
  font-size: 1.2rem;
  opacity: 0.15;
  font-weight: bold;
}

.text-top {
  margin-top: 0.1rem;
}

.but {
  width: 1.97rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  border: 0.03rem solid #1979FF;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.26rem;
  color: #1979FF;
  margin-left: auto;
}
.advantage {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.dot {
  width: 0.2rem;
  height: 0.2rem;
  background: #1979FF;
  border-radius: 50%;
  margin-left: 0.15rem;
}
.dot-text {
  font-size: 0.3rem;
  font-weight: 500;
  color: #1979FF;
  width: 3.2rem;
  text-align: right;
}
.text-left {
  text-align: left;
  margin-left: 0.35rem;
}
.adv-img {
  width: 6rem;
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.app-a {
  display: flex;
  flex-direction: column;
  height: 6rem;
}