.body {
  background-size: 1920px 1526px;
}
@media only screen and (max-width: 960px) {
  .body {
    background-size: 1920rem 1526rem;
  }
}
.stream {
  width: 1327rem;
  height: 191rem;
  font-size: 60rem;
  color: #fff;
  font-family: Alimama DongFangDaKai-Regular;
  text-align: center;
  line-height: 191rem;
}
@media only screen and (max-width: 960px) {
  .stream {
    width: 670rem;
    height: 96rem;
    line-height: 96rem;
  }
}
.cardBox {
  width: 1327rem;
  margin-top: 20rem;
}
@media only screen and (max-width: 960px) {
  .cardBox {
    width: 670rem;
  }
}
.cardBox .card {
  width: 647rem;
  height: 547rem;
  background: #fff;
  margin-bottom: 20rem;
  background-image: url('https://meitr.oss-cn-shanghai.aliyuncs.com/yufeicheng/static/3.hot/cardBg.png');
  background-size: 100% 100%;
}
.cardBox .card .title {
  font-family: Alimama DongFangDaKai-Regular;
  font-size: 50rem;
  padding-top: 69rem;
  padding-left: 24rem;
}
.cardBox .card img {
  margin-top: 30rem;
  margin-left: 25rem;
  width: 596.73rem;
  height: 353rem;
}
@media only screen and (max-width: 960px) {
  .cardBox .card {
    width: 328rem;
    height: 276rem;
  }
  .cardBox .card .title {
    font-family: Alimama DongFangDaKai-Regular;
    font-size: 25rem;
    padding-top: 35rem;
    padding-left: 12rem;
  }
  .cardBox .card img {
    margin-top: 14rem;
    margin-left: 13rem;
    width: 302.51rem;
    height: 178.11rem;
  }
}
.main {
  padding-top: 78rem;
  position: relative;
}
.main .left {
  width: 360rem;
  padding-left: 72rem;
  position: absolute;
  top: 110rem;
  z-index: 99;
}
@media only screen and (max-width: 960px) {
  .main .left {
    display: none;
  }
}
.main .left .sign1 {
  width: 354.51rem;
  height: 91.8rem;
}
.main .left .step {
  font-size: 20rem;
  font-weight: bold;
  margin-top: 66rem;
  margin-left: 8rem;
}
.main .left .step .stepItem {
  line-height: 40rem;
  position: relative;
}
.main .left .step .stepItem.active::before {
  background-color: #CB000E;
  box-shadow: 0 0 0 8rem rgba(203, 0, 14, 0.08);
}
.main .left .step .stepItem::before {
  content: '';
  display: inline-block;
  width: 14rem;
  height: 14rem;
  background: #fff;
  border-radius: 50%;
  margin-right: 20rem;
  position: relative;
  z-index: 3;
}
.main .left .step .stepItem::after {
  content: '';
  display: block;
  position: absolute;
  left: 7rem;
  width: 1rem;
  height: 26rem;
  top: 28rem;
  background: #fff;
  z-index: 2;
}
.main .left .step .stepItem:last-child::after {
  display: none;
}
.main .left .percent {
  margin-top: 16rem;
  width: 83rem;
  height: 83rem;
  line-height: 83rem;
  text-align: center;
}
.main .right {
  padding-left: 360rem;
}
@media only screen and (max-width: 960px) {
  .main .right {
    width: 670rem;
    padding-left: 0;
    margin: 0 auto;
  }
}
