video {
  width: 100%;
  position: relative;
}

.centerImg {
  position: absolute;
  width: 1030px;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
}
.w {
  margin-bottom: -4px;
}
.boxBtn {
  position: absolute;
  display: flex;
  top: 500px;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
}

.bg {
  position: relative; /* 添加这个属性 */
  background: url("boxImg.png");
  width: 593px;
  height: 217px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  color: #ffffff;
  cursor: pointer;
}

.bg .img {
  width: 161px;
  height: 160px;
}

.content h2 {
  font-size: 20px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  font-weight: 400;
}

.content .content_P {
  font-size: 15px;
  font-family: Microsoft YaHei, Microsoft YaHei-Regular;
  text-align: left;
  color: #bbc6d8;
  letter-spacing: -0.88px;
  margin-top: 5px;
  margin-bottom: 20px;
}

.btn {
  position: relative;
  background: url("btn.png");
  width: 240px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 19px;
  font-family: FZLanTingHei-DB-GBK, FZLanTingHei-DB-GBK-Regular;
  color: #ffe08a;
}

.btn:hover {
  background: url("btn-1.png");
}

.btn span {
  color: #fff4d6;
}
.btn img {
  position: absolute;
  left: 188px;
  top: 7px;
  width: 52px;
  height: 40px;
}
.footer {
  padding-top: 18px;
  height: 205px;
  background: #010101;
  color: #fff;
  text-align: center;
}
.footer img {
  width: 450px;
  height: 50px;
}
.legend {
  font-size: 14px;
}
.footer p {
  margin-top: 35px;
  margin-bottom: 35px;
}
.xinkai, .xinkai2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 98px;
  height: 97px;
  z-index: 10; /* 确保显示在其他元素之上 */
}
