/* option */
.option-container {
  display: flex;
  margin: 60px 0 20px 0;
}

.option-parent {
  position: relative;
}

.option-box {
  display: flex;
  position: relative;
  align-items: center;
  width: 345px;
  height: 102px;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
}

.option-number {
  font-size: 31px;
  font-family: FZTanHeiS-B-GB;
  font-weight: 400;
  color: #222831;
  line-height: 20px;
}

.option-content {
  padding: 0 20px;
  width: 68%;
}

.option-title {
  font-size: 19px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #222831;
  line-height: 30px;
}

.option-desc {
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #222831;
  line-height: 17px;
}

.option-img-box {
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-img-box img {
  width: auto;
  height: auto;
}

.option-activity .option-number {
  color: #fff;
}

.option-activity .option-title {
  color: #fff;
}

.option-activity .option-desc {
  color: #fff;
}

.option-activity .option-img-box {
  background-color: #fff;
}

.option-bg {
  position: absolute;
  width: 345px;
  height: 102px;
  padding: 0 20px;
  background: linear-gradient(-90deg, #009fff 0%, #0073ff 100%);
  border-radius: 10px;
  z-index: 0;
}

#videoBox {
  width: 715px;
  height: 418px;
  margin: 0 60px;
}

#videoBox video {
  width: 100%;
  height: 100%;
}