div,
span {
  position: relative;
  box-sizing: border-box;
}

/* 镜像 */
.imgY180 {
  transform: rotateY(180deg);
}

/* 透明边框 */
.trBorder {
  border: .02px solid rgba(0, 0, 0, 0);
}

/* 高斯模糊（给需要模糊的块加上） */
.mask {
  filter: blur(5px);
  user-select: none;
}

.mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.zoomMove {
  animation-name: zoomMove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes zoomMove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.zoomMove2 {
  animation-name: zoomMove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes zoomMove2 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1);
  }
}

.none {
  display: none !important;
}

.pcBg {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page {
  overflow: hidden;
  width: 100%;
  background: url(../images/bg.jpg) repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
}

.box1 {
  width: 100%;
  height: 724px;
  padding-top: 24px;
}

.box1_bg {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box1_h1 {
  width: 1030px;
}

.box2 {
  margin-top: -264px;
}

.box2_contentBox {
  width: 100%;
  display: flex;
  align-items: center;
  background: url(../images/box1_bg.png) repeat;
  background-size: 100% auto;
  border: 2px solid #f90a0b;
  border-radius: 60px;
  padding-left: 110px;
}

.box2_blackText {
  font-size: 28px;
  font-weight: 400;
  color: #000000;
  display: block;
}

.box2_timeBox {
  width: 84px;
  height: 110px;
  display: block;
  background: url(../images/box1_timeBg.png) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  top: -10px;
}

.box2_timeBox span {
  font-size: 60px;
  font-weight: 600;
  color: #EB5D3A;
  display: block;
  text-align: center;
  position: relative;
  top: 10px;
}

.box2_flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 50px;
}

.box2_timeDayBox {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  background: url(../images/timeBoxBg.png) no-repeat;
  background-size: 100% auto;
  margin-right: 24px;
  cursor: pointer;
}

.box2_timeDayBoxActive {
  background: url(../images/timeBoxBgActive.png) no-repeat;
  background-size: 100% auto;
}

.box2_timeDayBox:hover {
  background: url(../images/timeBoxBgActive.png) no-repeat;
  background-size: 100% auto;
}

.comm_Line {
  width: 1090px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -26px auto;
  z-index: 9;
}

.comm_Line img {
  width: 15px;
}

.comm_box {
  width: 1163px;
  background: #FFFFFF;
  border: 6px solid #FFBC52;
  box-shadow: -9px 13px 21px 0px rgba(200, 40, 0, 0.76);
  border-radius: 27px;
  margin: 0 auto;
  overflow: hidden;
}

.box3_flexBox {
  width: 100%;
  display: flex;
}

.box3_pinkBox {
  width: 213px;
  background: #FFCDCD;
  height: 100%;
  padding-top: 100px;
}

.box3_pinkTitle {
  font-size: 26px;
  font-weight: 600;
  color: #000000;
  display: block;
  text-align: center;
  margin-bottom: 26px;
}

.box3_shi {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box3_pinkText {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.box2_rabbit {
  width: 194px;
  display: block;
  margin: 42px auto 0 auto;
}

.box3_right {
  width: calc(100% - 213px);
  padding-top: 32px;
}

.day7_title {
  width: 554px;
  margin: 0 auto 33px auto;
}

.box3_rightFlexBox {
  display: flex;
  justify-content: center;
}

.box3_rightL {
  width: 423px;
  padding-top: 33px;
}

.box3_rightR {
  width: calc(100% - 423px);
  padding-top: 45px;
  padding-left: 23px;
}

.box3_yellowBox {
  width: 308px;
  height: 63px;
  background: #FF8A00;
  border-radius: 10px 0px 10px 0px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  margin: 0 auto;
}

.box3_clock {
  width: 33px;
  display: block;
  margin-right: 17px;
}

.box3_clockText {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
}

.box3_leftT {
  width: 306px;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 33px;
  display: block;
  margin: 25px auto 60px auto;
}

.box3_a {
  width: 319px;
  height: 66px;
  background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
  border-radius: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 auto;
}

.box3_a img {
  width: 96px;
  position: absolute;
  right: 7px;
  bottom: 0px;
}

.box3_line {
  width: 1px;
  height: 398px;
  background: #FF8A00;
  position: absolute;
  right: 0;
  top: 0;
}

.box3_rigTitle {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.box3_stopIcon {
  width: 36px;
  display: block;
  margin-right: 15px;
}

.box3_rTitle {
  font-size: 30px;
  font-weight: 500;
  color: #FF0000;
  display: block;
}

.box3_rConetnt {
  width: 468px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 37px;
}

.box4_content {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 37px;
}

.box4_day6_title {
  width: 610px;
  margin: 0 auto 75px auto;
}

.box4_borderBox {
  width: 1116px;
  border: 1px dashed #FF8A00;
  border-radius: 27px;
  margin: 0 auto 64px auto;
  padding: 66px 23px 18px 23px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.box4_a {
  width: 93px;
  height: 42px;
  background: #EBEBEB;
  border-radius: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-right: 15px;
  margin-bottom: 24px;
}

.box4_a:nth-child(10n + 1) {
  margin-right: 0;
}

.box4_a:hover {
  background: #EC2D05;
  color: #FFFFFF;
}

.box4_aTitleBox {
  width: 492px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/titleBg.png) no-repeat;
  background-size: 100% auto;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}

.box4_borderBox2 {
  width: 1116px;
  border: 1px dashed #FF8A00;
  border-radius: 27px;
  margin: 0 auto 0 auto;
  padding: 64px 0 43px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box4_aTitleBox2 {
  width: 284px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/titleBg2.png) no-repeat;
  background-size: 100% auto;
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
}

.box4_aBox {
  width: 508px;
}

.box4_aBox img {
  width: 100%;
}

.box5_content {
  padding-top: 48px;
  padding-bottom: 80px;
}

.box5_day5_3_title {
  width: 805px;
  margin: 0 auto;
}

.box5_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
}

.box5_box1 {
  width: 327px;
  margin-right: 50px;
}

.box5_redBox {
  width: 327px;
  height: 104px;
  background: #EB5D3A;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}

.box5_redBox:last-child {
  margin-bottom: 0;
}

.box5_leftCircle1 {
  width: 88px;
  height: 88px;
  background: #FFFFFF;
  border: 1px solid #EB5D3A;
  box-shadow: 0px 9px 13px 0px rgba(235, 93, 58, 0.35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 43px;
  font-weight: 800;
  color: #000000;
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
}

.box5_redBoxText {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}

.box5_book {
  width: 194px;
  margin-right: 50px;
}

.box5_titleFlexBox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 23px;
}

.box5_titleIcon {
  width: 16px;
  margin-right: 10px;
  display: block;
}

.box5_title2 {
  font-size: 30px;
  font-weight: bold;
  color: #EB5D3A;
  line-height: 28px;
  display: block;
}

.box5_text {
  width: 413px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  display: block;
  margin-bottom: 45px;
}

.box5_a2 {
  width: 254px;
  height: 59px;
  background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box5_a2 span {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 26px;
  display: block;
  margin-right: 10px;
}

.box5_a2 img {
  width: 21px;
  display: block;
}

.box6_comtent {
  width: 100%;
  padding: 48px 0 124px 0;
}

.box6_day2_title {
  width: 711px;
  margin: 0 auto 55px auto;
}

.box6_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box6_box {
  width: 237px;
  margin-right: 140px;
}

.box6_box:last-child {
  margin-right: 0;
}

.box6_icon1 {
  width: 226px;
  display: block;
  margin: 0 auto 23px auto;
}

.box6_icon2 {
  width: 237px;
  display: block;
  margin: 0 auto 37px auto;
}

.box6_icon3 {
  width: 205px;
  display: block;
  margin: 0 auto 23px auto;
}

.box6_text {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  color: #000000;
  line-height: 37px;
}

.box6_yes {
  width: 28px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.box6_bg {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.box7_content {
  width: 100%;
  padding-top: 48px;
}

.box7_day1_title {
  width: 605px;
  margin: 0 auto;
  display: block;
}

.box7_img {
  width: 578px;
  display: block;
  margin: 0 auto;
}

.box7_line {
  display: flex;
  position: absolute;
  height: 40px;
}

.box7_lineBox1 {
  width: 370px;
  padding-left: 23px;
  top: 204px;
  left: 38px;
}

.box7_lineBox2 {
  width: 361px;
  padding-left: 23px;
  top: 355px;
  left: 38px;
}

.box7_lineBox3 {
  width: 506px;
  padding-left: 23px;
  top: 470px;
  left: 38px;
}

.box7_lineBox4 {
  width: 530px;
  padding-right: 23px;
  top: 227px;
  right: 38px;
  justify-content: flex-end;
}

.box7_lineBox5 {
  width: 342px;
  padding-right: 23px;
  top: 320px;
  right: 38px;
  justify-content: flex-end;
}

.box7_lineBox6 {
  width: 416px;
  padding-right: 23px;
  top: 427px;
  right: 38px;
  justify-content: flex-end;
}

.box7_lineBox7 {
  width: 329px;
  padding-right: 23px;
  top: 514px;
  right: 38px;
  justify-content: flex-end;
}

.box7_text {
  font-size: 23px;
  font-weight: 500;
  color: #FF0000;
}

.box7_lines {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
}

.box7_circle {
  width: 7px;
  height: 7px;
  background: #FF0000;
  border-radius: 50%;
}

.box7_centerLine {
  width: 100%;
  height: 1px;
  background: #FF0000;
}

.box8_content {
  width: 100%;
  padding-top: 48px;
  padding-bottom: 70px;
}

.box8_day0_title {
  width: 554px;
  margin: 0 auto 45px auto;
}

.box8_flexBox {
  width: 1014px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.box8_leftBox {
  width: 242px;
  height: 212px;
  background: url(../images/box8_redBg.png) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.box8_span {
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
}

.box8_table,
.box8_table thead tr th,
.box8_table tbody tr td {
  border: 1px solid #EB5D3A;
}

.box8_table {
  height: 212px;
  text-align: center;
  border-collapse: collapse;
  width: calc(100% - 242px);
}

.box8_table thead tr th {
  font-size: 22px;
  font-weight: 400;
  color: #040404;
  line-height: 22px;
}

.box8_table tbody tr td span {
  font-size: 22px;
  font-weight: 400;
  color: #040404;
  line-height: 22px;
  display: block;
}

.box8_table_a {
  width: 166px;
  height: 51px;
  background: linear-gradient(97deg, #D4000C 0%, #FF7800 100%);
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 auto;
}

.box9 {
  margin-top: 78px;
}

.box9_titleBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
}

.box9_titleIcon {
  width: 30px;
  display: block;
}

.box9_title {
  display: block;
  font-size: 55px;
  font-weight: 800;
  color: #FFFFFF;
  margin: 0 20px;
}

.box9_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box9_flexBox a {
  overflow: hidden;
  border-radius: 27px;
  width: 376px;
  display: block;
}

.box9_flexBox a img {
  width: 100%;
}

@media only all and (max-width:1080px) {
  .box1 {
    width: 100%;
    height: auto;
    padding-top: 0.6rem;
  }

  .box1_bg {
    width: 100%;
  }

  .box1_h1 {
    width: 100%;
  }

  .box2 {
    margin-top: 1rem;
  }

  .box2_contentBox {
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 1.5rem;
    padding: 0 .5rem .8rem .5rem;
  }

  .box2_blackText {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    display: block;
  }

  .box2_timeBox {
    width: 2.1rem;
    height: 2.75rem;
    display: block;
    background: url(../images/box1_timeBg.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.375rem;
    top: -0.25rem;
  }

  .box2_timeBox span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #EB5D3A;
    display: block;
    text-align: center;
    position: relative;
    top: 0.25rem;
  }

  .box2_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 0rem;
    margin: 0 auto;
  }

  .box2_timeDayBox {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 500;
    color: #FFFFFF;
    background: url(../images/timeBoxBg.png) no-repeat;
    background-size: 100% auto;
    margin-right: 0;
  }

  .box2_timeDayBoxActive {
    background: url(../images/timeBoxBgActive.png) no-repeat;
    background-size: 100% auto;
  }

  .comm_Line {
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: -0.9rem auto;
    z-index: 9;
  }

  .comm_Line img {
    width: .4rem;
  }

  .comm_box {
    width: 100%;
    background: #FFFFFF;
    border: 6px solid #FFBC52;
    box-shadow: -0.225rem 0.325rem 0.525rem 0rem rgba(200, 40, 0, 0.76);
    border-radius: 0.675rem;
    margin: 0 auto;
    overflow: hidden;
  }

  .box3_flexBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .box3_pinkBox {
    width: 100%;
    background: #FFCDCD;
    height: 100%;
    padding-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .box3_shi {
    order: 1;
    width: auto;
  }

  .box3_pinkTitle {
    font-size: 0.8rem;
    font-weight: 600;
    color: #000000;
    display: block;
    text-align: center;
    margin-bottom: 0.7rem;
  }

  .box3_pinkText {
    display: block;
    width: 100%;
    font-size: 0.7rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.9rem;
    text-align: center;
  }

  .box2_rabbit {
    width: 4.85rem;
    display: block;
    margin: 0;
  }

  .box3_right {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 0.8rem;
  }

  .day7_title {
    width: 13.85rem;
    margin: 0 auto .5rem auto;
  }

  .box3_rightFlexBox {
    display: flex;
    justify-content: center;
  }

  .box3_rightL {
    width: 50%;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .box3_rightR {
    width: 50%;
    padding-top: 0;
    padding-left: 0.575rem;
  }

  .box3_yellowBox {
    width: 7.7rem;
    height: 1.575rem;
    background: #FF8A00;
    border-radius: 0.25rem 0rem 0.25rem 0rem;
    display: flex;
    align-items: center;
    padding-left: 0.75rem;
    margin: 0 auto;
  }

  .box3_clock {
    width: 0.825rem;
    display: block;
    margin-right: 0.425rem;
  }

  .box3_clockText {
    font-size: 0.75rem;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
  }

  .box3_leftT {
    width: 7.65rem;
    font-size: 0.55rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.825rem;
    display: block;
    margin: 0.625rem auto 1.5rem auto;
  }

  .box3_a {
    width: 7.975rem;
    height: 1.65rem;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    border-radius: 0.825rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.675rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 auto;
  }

  .box3_a img {
    width: 2.4rem;
    position: absolute;
    right: 1.175rem;
    bottom: 2rem;
  }

  .box3_line {
    width: .05rem;
    height: 10rem;
    background: #FF8A00;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .box3_rigTitle {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
  }

  .box3_stopIcon {
    width: 0.9rem;
    display: block;
    margin-right: 0.375rem;
  }

  .box3_rTitle {
    font-size: 0.75rem;
    font-weight: 500;
    color: #FF0000;
    display: block;
  }

  .box3_rConetnt {
    width: 90%;
    font-size: 0.45rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.925rem;
    padding-bottom: .5rem;
  }

  .box4_content {
    width: 100%;
    padding-top: 1.2rem;
    padding-bottom: 0.925rem;
  }

  .box4_day6_title {
    width: 15.25rem;
    margin: 0 auto 1.875rem auto;
  }

  .box4_borderBox {
    width: 94%;
    border: 1px dashed #FF8A00;
    border-radius: 0.675rem;
    margin: 0 auto 1.6rem auto;
    padding: 1.65rem 0.575rem 0.45rem 0.575rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .box4_a {
    width: 19%;
    height: 1.6rem;
    border-radius: 0.525rem;
    font-size: 0.45rem;
    margin-right: 1%;
    margin-bottom: .8rem;
  }

  .box4_a:nth-child(10n + 1) {
    margin-right: 0;
  }

  .box4_a:hover {
    background: #EC2D05;
    color: #FFFFFF;
  }

  .box4_aTitleBox {
    width: 12.3rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/titleBg.png) no-repeat;
    background-size: 100% auto;
    font-size: 0.75rem;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top: -0.85rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .box4_borderBox2 {
    width: 94%;
    border: 1px dashed #FF8A00;
    border-radius: 0.675rem;
    margin: 0 auto 0 auto;
    padding: 1.6rem 0 1.075rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .box4_aTitleBox2 {
    width: 7.1rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/titleBg2.png) no-repeat;
    background-size: 100% auto;
    font-size: 0.75rem;
    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top: -0.85rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .box4_aBox {
    width: 94%;
    margin-bottom: .5rem;
  }

  .box4_aBox img {
    width: 100%;
  }

  .box4_aBox:last-child {
    margin-bottom: 0;
  }

  .box5_content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .box5_day5_3_title {
    width: 94%;
    margin: 0 auto;
  }

  .box5_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
  }

  .box5_box1 {
    width: 8.175rem;
    margin-right: 1.25rem;
    margin-left: 1.2rem;
  }

  .box5_redBox {
    width: 8.175rem;
    height: 2.6rem;
    background: #EB5D3A;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.4rem;
  }

  .box5_redBox:last-child {
    margin-bottom: 0;
  }

  .box5_leftCircle1 {
    width: 2.2rem;
    height: 2.2rem;
    background: #FFFFFF;
    border: 1px solid #EB5D3A;
    box-shadow: 0rem 0.225rem 0.325rem 0rem rgba(235, 93, 58, 0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.075rem;
    font-weight: 800;
    color: #000000;
    position: absolute;
    left: -1.1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .box5_redBoxText {
    font-size: 0.75rem;
    font-weight: bold;
    color: #FFFFFF;
  }

  .box5_book {
    width: 4.85rem;
    margin-right: 0;
  }

  .box5_titleFlexBox {
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.575rem;
  }

  .box5_box2 {
    width: 94%;
    margin-top: 1rem;
  }

  .box5_titleIcon {
    width: .8rem;
    margin-right: 0.25rem;
    display: block;
  }

  .box5_title2 {
    font-size: .8rem;
    font-weight: bold;
    color: #EB5D3A;
    line-height: 0.7rem;
    display: block;
  }

  .box5_text {
    margin: 0 auto 1rem auto;
    width: 94%;
    font-size: .7rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.75rem;
    display: block;
  }

  .box5_a2 {
    width: 6.35rem;
    height: 1.475rem;
    background: linear-gradient(0deg, #BA161F 0%, #F03003 100%);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .box5_a2 span {
    font-size: 0.6rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.65rem;
    display: block;
    margin-right: 0.25rem;
  }

  .box5_a2 img {
    width: 0.525rem;
    display: block;
  }

  .box6_comtent {
    width: 100%;
    padding: 1rem 0;
  }

  .box6_day2_title {
    width: 94%;
    margin: 0 auto 1rem auto;
  }

  .box6_flexBox {
    flex-wrap: wrap;
  }

  .box6_box {
    width: 49%;
    margin-right: 2%;
    margin-bottom: .5rem;
  }

  .box6_box:nth-child(2) {
    margin-right: 0;
  }

  .box6_box:last-child {
    margin-right: 0;
  }

  .box6_icon1 {
    width: 5.65rem;
    display: block;
    margin: 0 auto 0.575rem auto;
  }

  .box6_icon2 {
    width: 5.925rem;
    display: block;
    margin: 0 auto 0.925rem auto;
  }

  .box6_icon3 {
    width: 5.125rem;
    display: block;
    margin: 0 auto 0.575rem auto;
  }

  .box6_text {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.55rem;
    font-weight: 400;
    color: #000000;
    line-height: 0.925rem;
  }

  .box6_yes {
    width: 0.7rem;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
  }

  .box6_bg {
    width: 100%;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .box7_content {
    width: 100%;
    padding-top: 1.2rem;
  }

  .box7_day1_title {
    width: 15.125rem;
    margin: 0 auto;
    display: block;
  }

  .box7_img {
    width: 10rem;
    margin: 0 auto;
  }

  .box7_line {
    display: flex;
    position: absolute;
    height: 1rem;
  }

  .box7_lineBox1 {
    width: 6rem;
    padding-left: 0.575rem;
    top: 5.1rem;
    left: .2rem;
  }

  .box7_lineBox2 {
    width: 5.025rem;
    padding-left: 0.575rem;
    top: 7rem;
    left: .2rem;
  }

  .box7_lineBox3 {
    width: 7.2rem;
    padding-left: 0.575rem;
    top: 9.2rem;
    left: 0.95rem;
  }

  .box7_lineBox4 {
    width: 8.25rem;
    padding-right: 0.575rem;
    top: 4.675rem;
    right: .2rem;
    justify-content: flex-end;
  }

  .box7_lineBox5 {
    width: 4.55rem;
    padding-right: 0.575rem;
    top: 6rem;
    right: .2rem;
    justify-content: flex-end;
  }

  .box7_lineBox6 {
    width: 6rem;
    padding-right: 0.575rem;
    top: 7.675rem;
    right: 0.2rem;
    justify-content: flex-end;
  }

  .box7_lineBox7 {
    width: 5rem;
    padding-right: 0.575rem;
    top: 9.85rem;
    right: .2rem;
    justify-content: flex-end;
  }

  .box7_text {
    font-size: 0.575rem;
    font-weight: 500;
    color: #FF0000;
  }

  .box7_lines {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .box7_circle {
    width: 0.175rem;
    height: 0.175rem;
    background: #FF0000;
    border-radius: 50%;
  }

  .box7_centerLine {
    width: 100%;
    height: 0.025rem;
    background: #FF0000;
  }

  .box8_content {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .box8_day0_title {
    width: 13.85rem;
    margin: 0 auto 1.125rem auto;
  }

  .box8_flexBox {
    width: 94%;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  .box8_leftBox {
    width: 100%;
    height: 5.3rem;
    background: #eb5d3a;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .box8_span {
    width: 100%;
    display: block;
    font-size: 0.65rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.875rem;
    text-align: center;
  }

  .box8_table,
  .box8_table thead tr th,
  .box8_table tbody tr td {
    border: 1px solid #EB5D3A;
  }

  .box8_table {
    height: auto;
    text-align: center;
    border-collapse: collapse;
    width: 100%;
  }

  .box8_table thead tr th {
    font-size: .7rem;
    font-weight: 400;
    color: #040404;
    line-height: .8rem;
    padding: .5rem;
  }

  .box8_table tbody tr td span {
    font-size: .7rem;
    font-weight: 400;
    color: #040404;
    line-height: .8rem;
    display: block;
    padding: .5rem;
  }

  .box8_table_a {
    width: 4.15rem;
    height: 1.275rem;
    background: linear-gradient(97deg, #D4000C 0%, #FF7800 100%);
    border-radius: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.55rem;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 auto;
  }

  .box9 {
    margin-top: 1rem;
  }

  .box9_titleBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1.1rem;
  }

  .box9_titleIcon {
    width: 0.75rem;
    display: block;
  }

  .box9_title {
    display: block;
    font-size: 1.375rem;
    font-weight: 800;
    color: #FFFFFF;
    margin: 0 0.5rem;
  }

  .box9_flexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .box9_flexBox a {
    border-radius: 0.675rem;
    width: 49%;
    display: block;
    margin-right: 2%;
    margin-bottom: .5rem;
    overflow: hidden;
  }

  .box9_flexBox a img {
    width: 100%;
  }

  .box9_flexBox a:nth-child(2) {
    margin-right: 0;
  }

  .page {
    padding-bottom: 1rem;
  }
}