.fixBox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  z-index: 999999;
  top: 0;
  left: 0;
}
.fixBox .fixHeader {
  padding: 0 48px;
  box-sizing: border-box;
  font-family: PingFangSC-Regular, PingFang SC;
  text-align: center;
}
.fixBox .fixHeader .step {
  font-size: 28px;
  color: #999999;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  float: right;
  padding: 25px 20px 0px;
}
.fixBox .fixHeader .title {
  padding-top: 80px;
  font-size: 52px;
  font-family: PingFangHK-Semibold, PingFangHK;
  font-weight: 600;
  color: #333333;
  line-height: 73px;
  letter-spacing: 4px;
  height: 73px;
}
.fixBox .fixHeader .prompt1 {
  height: 90px;
  font-size: 30px;
  font-weight: 400;
  color: #999999;
  line-height: 42px;
  margin-top: 3px;
  margin-bottom: 12px;
}
.fixBox .fixHeader .prompt2 {
  height: 90px;
  font-size: 26px;
  font-weight: 400;
  color: #666666;
  margin-top: 3px;
  margin-bottom: 12px;
  line-height: 37px;
}
.fixBox .fixMain {
  padding: 36px 80px;
  box-sizing: border-box;
  overflow-y: auto;
}
.fixBox .fixMain .fix_item {
  position: relative;
  text-align: center;
  width: 170px;
  margin-right: 40px;
  height: 280px;
  display: inline-block;
}
.fixBox .fixMain .fix_item:nth-child(3n) {
  margin-right: 0;
}
.fixBox .fixMain .fix_item .fix_item_img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 30px;
}
.fixBox .fixMain .fix_item .fix_item_name {
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #666666;
  line-height: 42px;
  margin-top: 12px;
  margin-bottom: 32px;
  display: block;
  white-space: nowrap;
  width: 100%;
}
.fixBox .fixMain .fix_item .fix_item_status {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 50px;
  height: 50px;
}
.fixBox .fixFooter {
  position: absolute;
  width: 100%;
  height: 165px;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
}
.fixBox .fixFooter .fix_btn {
  width: 630px;
  height: 90px;
  border-radius: 45px;
  text-align: center;
  position: absolute;
  margin: auto;
  bottom: 38px;
  right: 0;
  left: 0;
  line-height: 90px;
  font-size: 34px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #FFFFFF;
  background: #DDDDDD;
}
.fixBox .fixFooter .btn_backgroundColor {
  background: #647EFF;
}
