@keyframes zoom {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(1.2);

    opacity: 0;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #000e21 url("../image/bg.webp") center/cover no-repeat fixed;
}
.container {
  width: 1244px;
  height:960px;
  margin: 0 auto;
  overflow: hidden;
  transform-origin:center top;
}
.logo {
  width: 520px;
  height: 64px;
  margin: 44px 30px 64px;
  cursor: pointer;
  background: url("../image/logo.png") center/cover no-repeat;
}
.content {
  overflow: hidden;
  position: relative;
  margin-top: -30px;
}
.content > ul {
  display: flex;
  justify-content: space-between;
  background: url("../image/img_3.png") no-repeat;
  background-size: 86%;
  background-position: 120% 66%;
  padding-top: 50px;
}
.left {
  width: 790px;
  height: 790px;
  margin-top: -110px;
  margin-left: -40px;
  position: relative;
}
.left > .aperture {
  position: absolute;
  top: 70px;
  left: 0;
  width: 620px;
  height: 620px;
  transform-origin: center;
  animation: rotate 2s linear infinite;
}
.left > .img {
  position: absolute;
  top: 70px;
  left: 0;
  width: 620px;
  height: 620px;
}
.right {
  width: 558px;
  height: 565px;
}

.right > img {
  width: 110%;
  margin-top: -20px;
}
.content > div {
  position: absolute;
  width: 478px;
  height: 272px;
  top: 68px;
  left: 366px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: MiSans, MiSans;
}

.chris {
  width: 170px;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  line-height: 22px;
  text-align: right;
  margin-bottom: 12px;
}
.recom {
  display: block;
  width: 158px;
  text-align: right;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
}
.groupke {
  display: inline-block;
  margin-bottom: 94px;
}
.total {
  width: 236px;
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
}
.total > span {
  font-family: MiSans-Semibold;
  font-size: 38px;
  color: #15ffff;
}
.groupadv {
  align-self: flex-end;
}
.adv {
  width: 184px;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 18px;
}
.btn-container {
  margin: -132px 0 64px 76px;
  width: 396px;
  height: 100px;
  position: relative;
}
.btn-container > i {
  position: absolute;
  top: -18px;
  right: 10px;
  width: 149px;
  height: 40px;
  font-size: 14px;
  font-style: normal;
  color: #fff;
  text-align: center;
  background: #c93137;
  border-radius: 6px;
  padding-top: 4px;
}
.btn-container > span {
  display: block;
  width: 396px;
  height: 100px;
  animation: zoom 2s infinite;
  background: url("../image/btn_bg.png") center/cover no-repeat;
}
.btn {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 380px;
  height: 84px;
  margin: 8px;
  background: url("../image/btn.png") center/cover no-repeat;
}
