@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #000;
  font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
  background: #b1e6fb;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
.main {
  width: 100%;
}

.mr275 {
  margin-right: 2.75rem;
}
.mr100 {
  margin-right: 1rem;
}
.ml110 {
  margin-left: 1.1rem;
}
.ml222 {
  margin-left: 2.22rem;
}
.pb0 {
  position: absolute;
}
.mt40 {
  margin-top: 0.2rem !important;
}
.mt50 {
  margin-top: 0.3rem !important;
}
.mt110 {
  margin-top: 0.8rem !important;
}
.center {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 475px) {
}
/* 你的样式 */

.header {
  width: 100%;
  height: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #1c253e96;
  backdrop-filter: blur(4px);
  position: absolute;
  z-index: 99;
}
.header-left {
  margin-left: 2.86rem;
  display: flex;
  align-items: center;
}
.header-logo {
  width: 0.51rem;
  height: 0.6rem;
}
.header-text {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  margin-left: 0.24rem;
}
.header-right {
  display: flex;
}
.header-right-1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 0.2rem;
  color: #ffffff !important;
  text-align: left;
  font-style: normal;
  cursor: pointer;
}
.content {
  background: url(./img/pg2@2x.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.content-img {
  width: 1.4rem;
  height: 1.4rem;
  margin: 1.37rem 0 0 2rem;
}
.content-text {
  font-family: Arial, Arial;
  font-weight: 900;
  font-size: 0.78rem;
  color: #2557ff;
  text-align: left;
  font-style: normal;
  margin: 0 0 0 2rem;
}
.content-s-wrap {
  display: flex;
  margin: 0 0 0 2rem;
  align-items: center;
}
.content-s {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 30px;
  color: #020814;
  line-height: 42px;
  text-align: left;
  font-style: normal;
}
.point {
  width: 0.06rem;
  height: 0.06rem;
  background: #272f48;
  border-radius: 50px;
  margin: 0 0.3rem;
}
.content-goolgle {
  width: 300px;
  height: 89px;
  margin: 0 0 0 2rem;
}
