@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: url(./img/bg@2x.png) no-repeat center center;
  background-size: cover;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}

/* 引入字体 */
@font-face {
  font-family: "Candara";
  src: url("./font/CANDARA.TTF") format("truetype");
}
/* ，媒体查询是手机的时候 */
@media screen and (max-width: 640px) {
  .active::after {
    top: 0.44rem !important;
  }
}

.nav {
  width: 100%;
  height: 0.82rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Candara;
  font-weight: 400;
  font-size: 40px;
  color: #6fc1f7;
  background: #000;
  line-height: 9px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  top: 0;
}
.nav-p {
  display: flex;
  align-items: center;
}
.nav-left-icon {
  width: 0.56rem;
  height: 0.56rem;
  margin-left: 0.2rem;
}
.nav-left-text {
  font-family: Candara;
  font-weight: 400;
  font-size: 0.4rem;
  color: #6fc1f7;
  line-height: 0.09rem;
  margin-left: 0.19rem;
}
.nav-c-text {
  font-family: Candara;
  font-weight: 400;
  font-size: 0.4rem;
  color: #6fc1f7;
  cursor: pointer;
}
.nc1 {
  margin-right: 1.49rem;
  margin-left: 0.9rem;
}
.active {
  position: relative;
}
.active::after {
  content: "";
  position: absolute;
  top: 0.24rem;
  left: -0.05rem;
  width: 115%;
  height: 0.04rem;
  background: #6fc1f7;
}
.nav-right-text {
  font-family: Candara;
  font-weight: 400;
  font-size: 0.4rem;
  color: #6fc1f7;
  /* text-decoration-line: underline; */
  opacity: 0.5;
}
.nc3 {
  margin-right: 0.46rem;
}
.nc4 {
  margin-right: 0.33rem;
}
.nav-head img {
  width: 100%;
  height: 12.86rem;
  object-fit: cover;
}

.nav-head-text {
  /* width: 11.62rem; */
  /* height: 1.4rem; */
  font-family: Candara;
  font-weight: 400;
  font-size: 0.54rem;
  color: #e0cfff;
  line-height: 0.88rem;
  text-align: center;
  margin-top: -1rem;
}

.google {
  display: flex;
  margin-top: 0.5rem;
  cursor: pointer;
}
.google img {
  width: 5.5rem;
  height: 1.6rem;
  object-fit: cover;
  margin: 0 auto;
}

.content1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 1.53rem;
}
.content1-text {
  display: flex;
  flex-direction: column;
}
.content1-text1 {
  font-family: Candara;
  font-weight: 400;
  font-size: 0.92rem;
  color: #e0cfff;
  line-height: 0.88rem;
  text-align: center;
}
.content1-text2 {
  width: 9.48rem;
  font-family: Candara;
  font-weight: 400;
  font-size: 0.63rem;
  color: #ffffff;
  line-height: 0.67rem;
  opacity: 0.6;
  margin-top: 1.31rem;
}
.content1-img1 {
  width: 6.26rem;
  height: 4.95rem;
  object-fit: cover;
}

.content2 {
  margin-top: 2.99rem;
}
.content2-text {
  font-family: Candara;
  font-weight: 400;
  font-size: 0.94rem;
  color: #e0cfff;
  line-height: 0.88rem;
  text-align: center;
}
.content2-img {
  display: flex;
  justify-content: space-evenly;
  margin-top: 1.58rem;
}
.content2-img img {
  width: 2.72rem;
  height: 4.83rem;
  object-fit: cover;
}
.footer-up {
  margin-top: 2.39rem;
  margin-left: 0.52rem;
}
.footer-up-img {
  display: flex;
  margin-bottom: 0.42rem;
  align-items: center;
}
.footer-up-img img {
  width: 0.81rem;
  height: 0.8rem;
  object-fit: cover;
}
.footer-up-text1 {
  font-family: Candara;
  font-weight: 400;
  font-size: 0.59rem;
  color: #ffffff;
  line-height: 0.12rem;
  opacity: 0.6;
  margin-left: 3px;
}
.footer-up-text {
  font-family: Adobe Heiti Std;
  font-weight: normal;
  font-size: 0.3rem;
  color: #ffffff;
  /* line-height: 0.88rem; */
  opacity: 0.3;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0.52rem;
}
.footer-img img {
  width: 3.08rem;
  height: 0.9rem;
  object-fit: cover;
  cursor: pointer;
}
.footer-text {
  display: flex;
}
.footer-text-f {
  font-family: Candara;
  font-weight: 400;
  font-size: 0.3rem;
  color: #766ea9 !important;
  line-height: 0.88rem;
  /* text-decoration-line: underline; */
  /* opacity: 0.3; */
}
.foot2 {
  margin-left: 0.66rem;
  margin-right: 0.52rem;
}
