.content {
  width: 100%;
  background-color: #f6f6f6;
}
.content .box {
  width: 72.916%;
  margin: 0 auto;
  padding-top: 0.66rem;
}
.content .box .title {
  font-size: 0.27rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  margin-bottom: 0.675rem;
}
.content .center-img {
  width: 100%;
}
.content .num {
  width: 100%;
  height: 1rem;
  position: relative;
  margin-top: 0.45rem;
}
.content .num .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content .num .list {
  width: 72.916%;
  position: absolute;
  top: 0rem;
  left: 2.04001rem;
  margin: auto;
  z-index: 1;
}
.content .num .list .item {
  width: 1.65rem;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  float: left;
}
.content .num .list .item .item-box {
  margin: 0 auto;
}
.content .num .list .item::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e8e8e8;
  position: absolute;
  right: 0;
  top: 0;
}
.content .num .list .item:nth-child(3) .item-box {
  width: 1.1rem;
}
.content .num .list .item:last-child {
  padding-right: 0;
  margin-right: 0;
}
.content .num .list .item:last-child .item-box {
  width: 1.2rem;
}
.content .num .list .item:last-child::after {
  content: "";
  width: 0;
}
.content .num .list .item .number {
  display: flex;
}
.content .num .list .item .number .timer {
  font-family: Futura;
  font-size: 0.555rem;
  line-height: 0.405rem;
  letter-spacing: -0.0225rem;
  color: #319ee3;
}
.content .num .list .item .number span {
  font-size: 0.405rem;
  font-weight: bold;
  line-height: 0.255rem;
  color: #319ee3;
  margin-left: 0.06rem;
}
.content .num .list .item .p {
  font-size: 0.135rem;
  line-height: 0.135rem;
  color: #319ee3;
  margin-top: 0.105rem;
}
.content .num .num-text {
  width: 63.75%;
  position: absolute;
  top: -95%;
  right: 0.195rem;
  z-index: -2;
}
.content .promotional-video {
  width: 100%;
  height: 5.13751rem;
  position: relative;
}
.content .promotional-video .img {
  width: 100%;
  height: 5.13751rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.content .promotional-video .text {
  position: absolute;
  top: 0.6975rem;
  left: 1.95rem;
}
.content .promotional-video .text .text1 {
  font-family: ProximaSansBlack;
  font-size: 0.2736rem;
  font-style: italic;
  line-height: 1;
  letter-spacing: -0.01125rem;
  color: #ffffff;
}
.content .promotional-video .text .text2 {
  font-size: 0.24rem;
  line-height: 1;
  color: #ffffff;
  margin-top: 0.165rem;
  padding-bottom: 0.2925rem;
  position: relative;
}
.content .promotional-video .text .text2::after {
  content: "";
  width: 0.405rem;
  height: 0.03rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.content .promotional-video .text .text3 {
  font-size: 0.255rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  margin-top: 0.225rem;
}
.content .promotional-video .play {
  width: 0.75rem;
  position: absolute;
  top: 2.18251rem;
  left: 6.82502rem;
  cursor: pointer;
}
.video-box {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000;
  display: none;
}
.video-box .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  cursor: pointer;
}
.video-box .close svg {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.video-box .video {
  width: 60%;
  height: 33.75vw;
  margin: 0 auto;
  margin-top: 20vh;
  position: relative;
}
.video-box .video p {
  width: 100%;
  height: 100%;
}
.video-box .video video {
  width: 100%;
  height: 100%;
}
.video-box .video .videoBg {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
}
.video-box .video .VideoBtn {
  position: absolute;
  width: 75px;
  height: 75px;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .content .box {
    width: 90%;
  }
  .content .box .title {
    font-size: 0.36rem;
  }
}
@media screen and (max-width: 1020px) {
  .content .num .list {
    width: 90%;
    position: absolute;
    top: 0.8175rem;
    left: 5%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
  }
  .content .num .list .item {
    padding-right: 0.5rem;
    margin-right: 1rem;
    position: relative;
    margin-bottom: 0.3rem;
  }
  .content .num .list .item:nth-child(2) {
    padding-right: 0;
    margin-right: 0;
  }
  .content .num .list .item:nth-child(2)::after {
    width: 0;
  }
  .content .num .list .item:nth-child(3) .item-box {
    width: 100%;
  }
  .content .num .list .item:last-child .item-box {
    width: 100%;
  }
  .content .num .list .item .number .timer {
    font-family: Futura;
    font-size: 0.38rem;
    line-height: 0.405rem;
    letter-spacing: -0.0225rem;
    color: #319ee3;
  }
  .content .num .list .item .number span {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.255rem;
    color: #319ee3;
    margin-left: 0.06rem;
  }
  .content .promotional-video .text {
    position: absolute;
    top: 0.6975rem;
    left: 5%;
  }
  .content .promotional-video .play {
    width: 0.75rem;
    position: absolute;
    top: 2.18251rem;
    left: calc(50% - 0.375rem);
    cursor: pointer;
  }
  .video-box .video {
    width: 100%;
    height: auto;
    margin-top: 30vh;
  }
}
@media screen and (max-width: 767px) {
  .content .num {
    width: 100%;
    height: 3.5rem;
    position: relative;
  }
  .content .num .list {
    width: 84%;
    position: absolute;
    top: 0.8175rem;
    left: 8%;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: 1;
    flex-wrap: wrap;
  }
  .content .num .list .item {
    padding-right: 0;
    margin-right: 0.6rem;
    position: relative;
    margin-bottom: 0.3rem;
    width: 2.4rem;
  }
  .content .num .list .item:nth-child(2n) {
    padding-right: 0;
    margin-right: 0;
    text-align: left;
  }
  .content .num .list .item:nth-child(2n)::after {
    width: 0;
  }
  .content .num .list .item .number .timer {
    font-family: Futura;
    font-size: 0.555rem;
    line-height: 0.405rem;
    letter-spacing: -0.0225rem;
    color: #319ee3;
  }
  .content .num .list .item .number span {
    font-size: 0.405rem;
    font-weight: bold;
    line-height: 0.255rem;
    color: #319ee3;
    margin-left: 0.06rem;
  }
  .content .num .list .item .p {
    font-size: 0.21rem;
    line-height: 1.2;
    color: #319ee3;
    margin-top: 0.105rem;
  }
}
