@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
  background-color: #0f0f27;
}

body .navibar {
  min-width: 1200px;
  margin: 0 auto;
}

.area {
  min-width: 1200px;
  margin: 0 auto;
}

.inner {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

/*底部font颜色  hList里面包括底部的背景图*/
.area-1 {
  background: url("../images/area_01.jpg?111") no-repeat center top;
  height: 707px;
}

.area-2 {
  background: url("../images/area_02.jpg?111") no-repeat center top;
  height: 645px;
}

.area-3 {
  background: url("../images/area_03.jpg?111") no-repeat center top;
  height: 564px;
}

.area-4 {
  background: url("../images/area_04.jpg?111") no-repeat center top;
  height: 2301px;
}

.area-5 {
  background: url("../images/area_05.jpg?111") no-repeat center top;
  height: 1026px;
}

body .g-footer {
  background: url("../images/area_06.jpg?111") no-repeat center top;
  height: 228px;
  margin: 0;
  border: none;
  min-width: 1200px;
}

body .g-footer .gft-links,
body .g-footer .gft-copyRight {
  color: #333;
}

body .g-footer .gft-links a,
body .g-footer .gft-copyRight a {
  color: #333;
}

.area-1 {
  background: none;
  height: auto;
}

.area-1 img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.area-2 .inner {
  padding-top: 52px;
}

.area-2 .video-box {
  width: 900px;
  height: 506px;
  margin: 0 auto;
  border: 1px solid #08afd8;
  position: relative;
  background-color: #0d0d26;
}

.area-2 .video-box video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-2 .video-box iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.area-2 .play-num {
  display: flex;
  width: 900px;
  margin: 0 auto;
  justify-content: end;
  height: 22px;
  align-items: center;
  margin-top: 19px;
}

.area-2 .play-num img {
  width: 20px;
  height: 22px;
  margin-right: 15px;
}

.area-2 .play-num p {
  font-size: 16px;
  color: #fff;
}

.pop {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}

.pop .img-box {
  width: 140px;
  border: 5px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  background-color: #fff;
}

.pop .img-box p {
  font-size: 14px;
  color: #000;
  text-align: center;
}

.pop .qrcode {
  display: block;
  width: 100%;
  height: auto;
}

.pop .close {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
