.Firstgap {
  height: 7%;
}
.Secondgap {
  height: 4%;
}
.Thirdgap {
  height: 90px;
}
.Fourthgap {
  height: 40px;
  background: #f3f3f3;
}
.Fifthgap {
  height: 40px;
  background: #f3f3f3;
}
.headerWrapper[data-v-5797d63d] {
  height: 80px;
}
.header[data-v-5797d63d] {
  height: 80px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  position: relative;
  display: block;
}
.header .container[data-v-5797d63d] {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.container[data-v-5797d63d] .profiles {
  padding-top: 15px;
  color: #fff;
}
.logo {
  float: left;
  height: 100%;
}
.slogan {
  position: absolute;
  right: 10%;
  height: 8%;
}
.cards[data-v-f954b68e] {
  /* margin: 0 auto 110px; */
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  /* position: absolute;
  top: 150px;
  z-index: 200; */
}
.cards .top-card[data-v-f954b68e] {
  padding: 0;
  height: auto;
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top-card .subblock[data-v-f954b68e] {
  width: 415px;
  text-align: center;
}
.subblock .card[data-v-f954b68e] {
  cursor: pointer;
}
.container,
.page-container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
.middle-card[data-v-f954b68e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  background: #fdfdfd;
}
.middle-card .middle-card-button[data-v-f954b68e] {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  width: 290px;
  height: 50px;
  cursor: pointer;
}
.history-signal[data-v-f954b68e] {
  display: none;
}
.main-client[data-v-f954b68e] {
  /* display: none; */
  margin: 0px auto;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.show-main-client[data-v-f954b68e] {
  margin: 0px auto;
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
}
.main-client img[data-v-f954b68e] {
  width: 200px;
  height: 100px;
  border: 1px solid #eaeefb;
}
.bottom-card[data-v-f954b68e] {
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
}
.bottom-card .bottom-t[data-v-f954b68e] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bottom-card .bottom-b[data-v-f954b68e] {
  display: flex;
  justify-content: space-evenly;
  margin-top: 45px;
}
.bottom-b .bottom-bl[data-v-f954b68e] {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
.bottom-bl .bottom-blt[data-v-f954b68e] {
  width: 100%;
  display: flex;
  align-items: center;
}
.bottom-bl .bottom-blb[data-v-f954b68e] {
  width: 100%;
  display: flex;
  align-items: center;
}
ul,
menu,
dir {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 30px;
  padding-top: 5px;
  letter-spacing: 1px;
}
.cards li[data-v-f954b68e] {
  cursor: pointer;
  text-align: center;
  width: 33.33333%;
  padding: 0 19px;
  box-sizing: border-box;
  float: left;
  list-style: none;
}
.card[data-v-f954b68e] {
  height: 420px;
  width: 100%;
  border: 1px solid #eaeefb;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
  bottom: 0;
}
@media screen and (max-width:1368px) {
  .card[data-v-f954b68e] { 
    height: 550px;
  }
  .top-card .subblock[data-v-f954b68e] {
    width:350px
  }
}
.card[data-v-f954b68e]:hover {
  bottom: 6px;
  box-shadow: 0 6px 18px 0 rgba(232, 237, 250, 0.5);
}
.card img[data-v-f954b68e] {
  margin: 0px auto 0px;
}
.card a[data-v-f954b68e] {
  height: 53px;
  line-height: 52px;
  font-size: 14px;
  color: #ff4949;
  border: 0;
  cursor: pointer;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  transition: all 0.3s;
  text-decoration: none;
  display: block;
  opacity: 1;
}
.card a[data-v-f954b68e]:hover {
  color: #fff;
  background: #ff4949;
}
.card h1[data-v-f954b68e] {
  margin: 0;
  color: #1f2f3d;
  font-weight: 400;
  font-size: 20px;
  padding-top: 40px;
}
h1 {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
li {
  display: list-item;
  text-align: -webkit-match-parent;
}
div {
  display: block;
}
div p {
  margin-top: 0px;
}
.mirror {
  height: 100%;
  width: 100%;
  background: #fff;
  position: absolute;
  opacity: 0.8;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body {
  display: block;
  min-width: 100%;
  min-height: 100%;
}
head {
  display: none;
}
html {
  display: block;
}
.tail {
  height: 50px;
  width: 100%;
  text-align: center;
  background: #f3f3f3;
}
