* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  position: relative;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: 100%;
}

.bg {
  width: 100%;
  height: 8rem;
  position: relative;
}

.bg .content {
  width: 100%;
  height: 0.8rem;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('./static/imgs/bar1.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mask p:first-child {
  position: absolute;
  top: 2.94rem;
  left: 1.50rem;
  font-size: .44rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.05rem;
}

.mask p:nth-child(2) {
  position: absolute;
  top: 3.79rem;
  left: 1.50rem;
  font-size: 0.3rem;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 0.08rem;
}

.mask a {
  position: absolute;
  top: 4.81rem;
  left: 1.50rem;
  width: 2.80rem;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: .18rem;
  font-weight: 600;
  background: #1677FF;
  border-radius: 0.08rem;
  color: #FFFFFF;
  letter-spacing: 0.02rem;
  text-align: center;
}

a {
  text-decoration: none;
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.images {
  width: 100%;
}


.contact-us {
  width: 100%;
  height: 2.22rem;
  position: relative;
  background-image: url('https://repo.xyhvip.cn/img/img7.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.contact-us a {
  position: absolute;
  top: 1.23rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.04rem;
  height: .48rem;
  line-height: 0.48rem;
  background: #FFFFFF;
  border-radius: .12rem;
  border: 0;
  font-size: .16rem;
  font-weight: 500;
  color: #1677FF;
  text-align: center;
}

.footer {
  width: 100%;
  height: 4.06rem;
  position: relative;
  background-image: url('https://repo.xyhvip.cn/img/img8.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.footer p {
  font-size: .14rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.45);
}

.footer p:first-child {
  bottom: .70rem;

}

.footer p:last-child {
  bottom: .40rem;

}

.footer p a {
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.45);
}