* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /* background-color: #5eb7c4; */
  /* 指趣透明渐变色 */
  background: linear-gradient(#aed3d4, #5eb7c4);
}
.ycircle {
  position: absolute;
  right: -100px;
  top: 120px;
  height: 224px;
  width: 224px;
}
/* .gcircle {
    position: absolute;
    left: -100px;
    bottom: -100px;
    height: 323px;
    width: 323px;
} */
.video {
  position: absolute;
  right: 200px;
  top: 153px;
  height: 104px;
  width: 104px;
}
.play {
  position: absolute;
  right: 648px;
  top: 96px;
  height: 101px;
  width: 101px;
}
.ask {
  position: absolute;
  right: 115px;
  top: 592px;
  height: 178px;
  width: 178px;
}
.kapai {
  position: absolute;
  left: 273px;
  top: 136px;
  height: 143px;
  width: 143px;
}
.game {
  position: absolute;
  left: 78px;
  top: 522px;
  height: 266px;
  width: 266px;
}
.pc {
  min-width: 1200px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url("https://halo-common.oss-cn-shenzhen.aliyuncs.com/ghplayer/images/g.png");
  background-position: -110px 660px;
  background-repeat: no-repeat;
  background-size: 400px 400px;
}
.content {
  width: 1200px;
  margin: 0 auto;
}
.top {
  display: flex;
  align-items: center;
  padding-left: 28px;
  height: 64px;
}
.logo {
  width: 28px;
  height: 28px;
}
.logo-text {
  width: 88px;
  height: 20px;
  margin-left: 8px;
}
.division {
  width: 1px;
  height: 18px;
  background: rgba(85, 105, 136, 1);
  border-radius: 1px;
  opacity: 0.2;
  margin: 0 8px;
}
.logo-tip {
  width: 112px;
  height: 24px;
  font-size: 16px;
  font-family: NotoSansCJKsc-Regular, NotoSansCJKsc;
  font-weight: 400;
  color: rgba(64, 90, 132, 1);
  line-height: 24px;
}
.main {
  width: 1200px;
  position: relative;
  padding-top: 156px;
  padding-bottom: 222px;
  background-image: url(https://halo-common.oss-cn-shenzhen.aliyuncs.com/ghplayer/images/circle-bg.png);
  background-repeat: no-repeat;
  background-size: 960px 810px;
  background-position: center 0;
}
.banner {
  width: 574px;
  height: 300px;
  margin: 0 auto 0;
}
.rocket {
  margin-top: -227px;
  margin-left: 190px;
  width: 935px;
  height: 359px;
  z-index: 1;
}

.download-btn {
  width: 220px;
  height: 56px;
  color: #fff;
  position: absolute;
  bottom: 203px;
  margin-left: -110px;
  left: 50%;
  background-image: url(https://halo-common.oss-cn-shenzhen.aliyuncs.com/ghplayer/images/pc-btn.png);
  cursor: pointer;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.download-btn .ver {
  color: hsla(0, 0%, 100%, 0.75);
}
.download-btn .text-box {
  float: right;
  margin-top: 5px;
  margin-right: 45px;
}
.download-svg {
  width: 22px;
  height: 25px;
  float: left;
  margin-top: 15px;
  margin-left: 14px;
}
.slide-down-icon {
  width: 32px;
  height: 30px;
  background-image: url(https://halo-common.oss-cn-shenzhen.aliyuncs.com/ghplayer/images/slide-down.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -16px;
}

.video-area {
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f9fcff),
    to(#f0f8ff)
  );
  background: -o-linear-gradient(top, #f9fcff 0, #f0f8ff 100%);
  background: linear-gradient(180deg, #f9fcff, #f0f8ff);
}

.video-area .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.video-area .left .title {
  color: #2b436a;
  font-size: 28px;
  font-weight: 700;
}

.video-area .sub-title {
  font-weight: 400;
  margin-top: 16px;
  color: #2b436a;
  font-size: 20px;
}
.video-area .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.video-area .icon-list span {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-top: 16px;
  margin-left: 24px;
}

.video-area .fodder-wrapper {
  position: relative;
  height: 100%;
  width: 530px;
}
.video-area .fodder-wrapper .fodder-bg {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  width: 310px;
  height: 310px;
  margin-top: -155px;
  margin-right: 110px;
}
.video-area .fodder-wrapper .fodder-phone {
  width: 224px;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -200px;
}

.video-area .fodder-wrapper .fodder-el {
  top: 47%;
  right: 0;
  left: auto;
  width: 239px;
  height: 177px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-right: 165px;
}
.video-area .horizontal {
  background-image: url(https://halo-common.oss-cn-shenzhen.aliyuncs.com/ghplayer/images/horizontal-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 800px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.gh-footer {
  padding-top: 12px;
  color: #888888;
  font-family: 宋体;
  height: 160px;
  line-height: 22px;
  text-align: center;
  background: #f9fcff;
}

/* zhiqu */
.zhiqu-container {
  width: 1300px;
  height: 500px;
  margin: 200px auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.zhiqu-container div.zhiqu-logo {
  display: flex;
  justify-content: flex-start;
  height: 60px;
  line-height: 60px;
}
.zhiqu-container .zhiqu-logo span {
  font-size: 32px;
  font-family: "Source Han Sans SC";
}
.zhiqu-container div.desc {
  font-size: 36px;
  margin-top: 64px;
}
.zhiqu-container div.slogan {
  font-size: 72px;
  margin-top: 64px;
}
.zhiqu-container div.block {
  margin-top: 16px;
}
.zhiqu-container div.instruction {
  font-size: 22px;
  margin-top: 25px;
  max-width: 520px;
  line-height: 32px;
}
.zhiqu-container div.download {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin-top: 36px;
}

.zhiqu-container div.download a:nth-child(1) {
  width: 184px;
  height: 60px;
  background: linear-gradient(#66a3ff, #5c74f0);
  border-radius: 30px;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}

.zhiqu-container div.download a:nth-child(1) img {
  width: 17px;
  height: 17px;
}

.zhiqu-container div.download div:nth-child(2) {
  width: 60px;
  height: 60px;
  background: linear-gradient(#66a3ff, #5c74f0);
  border-radius: 50%;
}
.zhiqu-container div.download div:nth-child(2),
a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zhiqu-container div.download .qr {
  position: absolute;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  width: 160px;
  height: 170px;
  top: -186px;
  left: 149px;
  background-color: #fff;
  border-radius: 10px;
  visibility: hidden;
}
.zhiqu-container div.download .text {
  position: absolute;
  bottom: 0;
  color: #333333;
}
.zhiqu-container div.download .qr .arrow {
  position: absolute;
  bottom: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.zhiqu-container div.download .qr img {
  width: 150px;
  height: 150px;
}

.zhiqu-container div.right img {
  width: 658px;
  height: 657px;
}

div.zhiqu-footer {
  width: 100%;
  height: 160px;
  background-color: #23374f;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
div.zhiqu-footer a {
  color: #fff;
  text-decoration: none;
}
