<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div,
span {
  position: relative;
  box-sizing: border-box;
}

/* é•œåƒ */
.imgY180 {
  transform: rotateY(180deg);
}

/* é€æ˜Žè¾¹æ¡† */
.trBorder {
  border: .01px solid rgba(0, 0, 0, 0);
}

/* é«˜æ–¯æ¨¡ç³Šï¼ˆç»™éœ€è¦æ¨¡ç³Šçš„å—åŠ&nbsp;ä¸Šï¼‰ */
.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);
  }
}

.none {
  display: none !important;
}

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

.page {
  overflow: hidden;
  width: 100%;
  padding-bottom: 80px;
}

.h1Tr {
  position: absolute;
  top: -10000px;
  font-size: 0;
}

.topH2 {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #FFFFFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.58);
  margin-top: 68px;
}

.title {
  width: 1920px;
  position: absolute;
  top: -235px;
  left: 50%;
  margin-left: -909px;
}

.box1_h2Box {
  width: 676px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 594px auto 0 auto;
}

.box1_h2Box img {
  width: 1227px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -62%);
}

.box1_h2Box h2 {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 50px;
  font-weight: 400;
  color: #FFFEF4;
  line-height: 31px;
  text-shadow: 0px 4px 6px rgba(187, 0, 0, 0.58);
  position: relative;
  top: -10px;
  left: 10px;
}

.hintTopTitle1 {
  position: absolute;
  width: 190px;
  top: 15px;
  left: 50%;
  margin-left: -734px;
  z-index: 5;
}

.hintTopTitle2 {
  position: absolute;
  width: 218px;
  top: 451px;
  left: 50%;
  margin-left: -700px;
  z-index: 5;
}

.hintTopTitle3 {
  position: absolute;
  width: 189px;
  top: 101px;
  left: 50%;
  margin-left: 552px;
  z-index: 5;
}

.hintTopTitle4 {
  position: absolute;
  width: 218px;
  top: 612px;
  left: 50%;
  margin-left: 547px;
  z-index: 5;
}

.box2 {
  margin-top: 50px;
}

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

.h3Box img {
  width: 204px;
  margin-right: 10px;
}

.h3 {
  font-size: 48px;
  font-weight: 800;
  color: #CC2612;
}

.h3En {
  display: block;
  margin-top: 0px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 8px;
}

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

.comm_label {
  padding: 3px 22px 3px 50px;
  background: rgba(255, 255, 255, 0.27);
  border: 1px solid #FDAA86;
  border-radius: 14px;
  margin-right: 14px;
}

.comm_label img {
  width: 42px;
  position: absolute;
  left: 0;
  top: -2px;
}

.comm_label span {
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 31px;
  text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.comm_martop10 {
  margin-top: 10px !important;
}

.box2_contentBox {
  margin-top: 120px;
}

.box2_btn {
  width: 545px;
  height: 83px;
  background: url(../images/btn.svg) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 4px 6px rgba(187, 0, 0, 0.58);
  cursor: pointer;
}

.box2_btnActive {
  animation-name: box2_btnMove;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  background: url(../images/btnActive.svg) no-repeat !important;
  background-size: 100% auto !important;
}

@keyframes box2_btnMove {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-15px);
  }
}

.box2_btnPosi1 {
  position: absolute;
  top: -63px;
  left: 50px;
}

.box2_btnPosi2 {
  position: absolute;
  top: -63px;
  right: 50px;
}

.box2_bgBox {
  width: 100%;
  background: #FFFFFF url(../images/bg1.png) repeat;
  border: 2px solid #FD100B;
  box-shadow: 0px 10px 18px 0px rgba(197, 40, 31, 0.14);
  border-radius: 16px;
  padding: 50px 50px 30px 50px;
}

.jiao1 {
  width: 72px;
  position: absolute;
  top: 0;
  left: 0;
}

.jiao2 {
  width: 72px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotateY(180deg);
}

.jiao3 {
  width: 72px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotateX(180deg);
}

.jiao4 {
  width: 72px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

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

.box2_Book {
  background: #B33022;
  border: 1px solid #CC2612;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 36px;
  width: 188px;
}

.box2_Book img {
  width: 100%;
}

.box2_a {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 318px;
  height: 70px;
  background: linear-gradient(0deg, #BB2312, #E9601F);
  border: 2px solid #F9C2AA;
  border-radius: 14px;
  margin: 0 auto;
}

.box3 {
  margin-top: 36px;
  background-color: #FFD597;
  padding-top: 70px;
}

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

.box3_titleBigBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 53px;
  margin-bottom: 40px;
}

.box3_titleBox {
  width: 66px;
  height: 76px;
  border: 2px solid #FF9900;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 40px;
  font-weight: 600;
  color: #CC2612;
}

.box3_titleBox div {
  width: 10px;
  height: 21px;
  background: #E55B1E;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.table1 thead tr th,
.table1 tbody tr td {
  border-top: 1px solid #e1d9d9;
  border-left: 1px solid #e1d9d9;
  border-bottom: 1px solid #e1d9d9;
  border-right: 1px solid #e1d9d9;
}

.table1 thead {
  background-color: #CC2612;
}

.table1 tbody {
  background-color: #FFFFFF;
}

.table1 thead tr th {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
  padding: 20px;
  background-color: #CC2612;
}

.table1 tbody tr td {
  font-size: 18px;
  font-weight: 400;
  color: #330000;
  line-height: 35px;
  padding: 10px;
}

.table1 tbody tr td:first-child {
  border-left: 1px solid #CC2612;
}

.table1 tbody tr td:last-child {
  border-right: 1px solid #CC2612;
}

.table1 thead tr th:first-child {
  border-radius: 15px 0 0 0px;
  border-left: 1px solid #CC2612;
}

.table1 thead tr th:last-child {
  border-radius: 0px 15px 0px 0px;
  border-right: 1px solid #CC2612;
}

.table1 tbody tr:last-child td:first-child {
  border-radius: 0px 0px 0px 15px;
}

.table1 tbody tr:last-child td:last-child {
  border-radius: 0px 0px 15px 0px;
}

.table1 {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

.table1_a {
  width: 118px;
  height: 33px;
  background: linear-gradient(90deg, #AC0000, #E85100);
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
}

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

.tableHintText {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 100%;
  background: #CC2612;
  border-radius: 15px 0 0 15px;
  position: absolute;
  left: 0;
}

.tableHintText span {
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  display: block;
}

.table2 {
  width: calc(100% - 40px);
  text-align: center;
  border-collapse: collapse;
  border-style: hidden;
}

.table2 thead tr th,
.table2 tbody tr td {
  border-top: 1px solid #e1d9d9;
  border-left: 1px solid #e1d9d9;
  border-bottom: 1px solid #e1d9d9;
  border-right: 1px solid #e1d9d9;
}

.table2 thead tr th {
  padding: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
}

.table2 tbody tr td {
  padding: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #330000;
  line-height: 35px;
}

.table2 thead tr th:last-child {
  border-radius: 0 15px 0 0;
}

.table2 tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}

.table2 thead {
  background-color: #CC2612;
}

.table2 tbody {
  background-color: #FFFFFF;
}

.table2Btn {
  width: 318px;
  height: 70px;
  background: linear-gradient(0deg, #BB2312, #E9601F);
  border: 2px solid #F9C2AA;
  border-radius: 14px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 50px auto;
}

.box4 {
  padding-top: 50px;
}

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

.swiper-container {
  width: 100%;
  height: 450px;
  margin-top: 64px;
}

.swiper-slide {
  background: #FFFFFF;
}

.people {
  width: 100%;
}

.swiperTextBox {
  background: url(../images/swiperBg.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 210px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 10px 30px 10px;
}

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

.swiperText span {
  font-size: 19px !important;
  font-weight: bold !important;
}

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

.swiperBtnBox img {
  width: 104px;
  height: 47px;
  cursor: pointer;
}

.marginRi20 {
  margin-right: 30px;
}

.box5 {
  padding-top: 50px;
}


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

.skipFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 50px;
  flex-wrap: wrap;
}

.skipBtn {
  white-space: nowrap;
  width: 130px;
  height: 36px;
  background: linear-gradient(0deg, #BB2312, #E9601F);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 22px;
  margin-bottom: 22px;
  position: relative;
}

.skipBtn:nth-child(8n) {
  margin-right: 0;
}

.blackBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.skipBtn:hover .blackBg {
  display: block !important;
}

.bottomBtn {
  width: 557px;
  height: 134px;
  background: url(../images/bottomBg.png) no-repeat;
  background-size: 100% auto;
  box-sizing: border-box;
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

.bottomText {
  width: 166px;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.bottomHintText {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 30px;
  font-size: 17px;
  font-weight: 400;
  color: #FFFFFF;
}

.bottomRabbit {
  width: 111px;
  position: absolute;
  left: 45px;
  top: -20px;
}

.bottomGo {
  width: 136px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
}

.fixRight {
  width: 140px;
  height: 152px;
  background: linear-gradient(135deg, #990000, #CC0000);
  border-radius: 10px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

.rightTitle {
  width: 198px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.mart20 {
  margin-top: 45px;
}

.fixText {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
}

.fixText:hover {
  text-decoration: underline;
}

.rightClose {
  width: 25px;
  position: absolute;
  top: -50px;
  right: 0;
}

.clickBox {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 5;
  cursor: pointer;
}

.box2_color {
  display: none;
}

.bottomCloseBox {
  width: 40px;
  position: fixed;
  bottom: 138px;
  right: 50%;
  transform: translateX(280px);
  cursor: pointer;
}

.bottomCloseBox img {
  width: 100%;
}

.box6 {
  margin-top: 36px;
  background-color: #FFD597;
  padding-top: 70px;
  padding-bottom: 100px;
}

.box6_textBox {
  width: 608px;
  height: 76px;
  border: 2px solid #FF9900;
  border-radius: 10px;
  margin: 40px auto 76px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box6_textBox span {
  font-size: 38px;
  font-weight: 600;
  color: #CC2612;
}

.box6_leftHint {
  width: 10px;
  height: 21px;
  background: #E55B1E;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
}

.box6_rightHint {
  width: 10px;
  height: 21px;
  background: #E55B1E;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}

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

.box6_content {
  width: 230px;
  height: 178px;
  background: url(../images/box6TextBg.svg) no-repeat;
  background-size: cover;
  padding-top: 46px;
}

.box6_bigV {
  width: 66px;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%);
}

.box6_title {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #442608;
  margin-bottom: 13px;
}

.box6_text {
  width: 173px;
  height: 26px;
  background: rgba(235, 194, 134, .2);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: #442608;
  margin: 0 auto 6px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only all and (max-width:1080px) {
  .pcBg {
    width: 100%;
  }

  .box2_color {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cd2b14;
    width: 100%;
    height: 100%;
  }

  .page {
    padding-bottom: 1rem;
  }

  .hintTopTitle1,
  .hintTopTitle2,
  .hintTopTitle3,
  .hintTopTitle4 {
    display: none !important;
  }

  .topH2 {
    font-size: 0.95rem;
    text-shadow: 0rem 0.1rem 0.1rem rgba(0, 0, 0, 0.58);
    margin-top: 1rem;
  }

  .title {
    width: 150%;
    top: -1rem;
    margin-left: -13.5rem;
  }

  .box1_h2Box {
    width: 100%;
    height: 2.3rem;
    margin: 10.5rem auto 0 auto;
  }

  .box1_h2Box img {
    width: 30.675rem;
  }

  .box1_h2Box h2 {
    font-size: 1rem;
    text-shadow: 0rem 0.1rem 0.15rem rgba(187, 0, 0, 0.58);
    top: -0.25rem;
    left: 0.25rem;
  }

  .box2 {
    margin-top: 1rem;
  }

  .h3Box img {
    width: 5.1rem;
    margin-right: 0.25rem;
  }

  .h3 {
    font-size: 1.2rem;
  }

  .h3En {
    margin-top: 0rem;
    font-size: 0.6rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 0.2rem;
  }

  .comm_labelFlexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.75rem;
  }

  .comm_label {
    padding: 0.075rem 0.55rem 0.075rem 1.25rem;
    background: rgba(255, 255, 255, 0.27);
    border: 1px solid #FDAA86;
    border-radius: 0.35rem;
    margin-right: 0.35rem;
  }

  .comm_label img {
    width: 1.05rem;
    position: absolute;
    left: 0;
    top: -0.05rem;
  }

  .comm_label span {
    font-size: 0.45rem;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 0.775rem;
    text-shadow: 0rem 0.05rem 0.025rem rgba(0, 0, 0, 0.1);
  }

  .comm_martop10 {
    margin-top: 0.25rem !important;
  }

  .box2_contentBox {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }

  .box2_btn {
    width: 8rem;
    height: 2rem;
    background: #ff9f11 !important;
    font-size: 1rem;
    text-shadow: 0rem 0.1rem 0.15rem rgba(187, 0, 0, 0.58);
    border-radius: .5rem;
  }

  .box2_btnActive {
    animation-name: box2_btnMove;
    animation-duration: .5s;
    animation-fill-mode: forwards;
    background: #ff6812 !important;
  }

  @keyframes box2_btnMove {
    0% {
      transform: translateY(0);
    }

    100% {
      transform: translateY(-0.375rem);
    }
  }

  .box2_btnPosi1 {
    position: absolute;
    top: -1.575rem;
    left: 1.25rem;
  }

  .box2_btnPosi2 {
    position: absolute;
    top: -1.575rem;
    right: 1.25rem;
  }

  .box2_bgBox {
    border: 1px solid #FD100B;
    box-shadow: 0rem 0.25rem 0.45rem 0rem rgba(197, 40, 31, 0.14);
    border-radius: 0.4rem;
    padding: 1.25rem 1.25rem 0.75rem 1.25rem;
  }

  .jiao1 {
    width: 1.8rem;
  }

  .jiao2 {
    width: 1.8rem;
  }

  .jiao3 {
    width: 1.8rem;
  }

  .jiao4 {
    width: 1.8rem;
  }

  .box2_Book {
    width: 32%;
    box-shadow: 0rem 0.075rem 0.15rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    margin-bottom: 0.8rem;
  }

  .box2_Book img {
    width: 100%;
  }

  .box2_a {
    font-size: 0.75rem;
    width: 7.95rem;
    height: 1.75rem;
    border: 2px solid #F9C2AA;
    border-radius: 0.35rem;
    margin: 0 auto;
  }

  .colorText {
    color: #ffffff !important;
  }

  .box3 {
    margin-top: 0rem;
    padding-top: 1rem;
  }

  .box3_bg {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .box3_titleBigBox {
    margin-top: 1.325rem;
    margin-bottom: 1rem;
  }

  .box3_titleBox {
    width: 1.65rem;
    height: 1.9rem;
    border: 2px solid #FF9900;
    border-radius: 0.25rem;
    margin-right: 0.25rem;
    font-size: 1rem;
  }

  .box3_titleBox div {
    width: 0.25rem;
    height: 0.525rem;
    border-radius: 0.075rem;
  }

  .table1 thead tr th,
  .table1 tbody tr td {
    border-top: 0.025rem solid #e1d9d9;
    border-left: 0.025rem solid #e1d9d9;
    border-bottom: 0.025rem solid #e1d9d9;
    border-right: 0.025rem solid #e1d9d9;
  }

  .table1 thead {
    background-color: #CC2612;
  }

  .table1 tbody {
    background-color: #FFFFFF;
  }

  .table1 thead tr th {
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 0.5rem;
  }

  .table1 tbody tr td {
    font-size: 0.6rem;
    line-height: 1rem;
    padding: 0.25rem;
  }

  .table1 tbody tr td:first-child {
    border-left: 0.025rem solid #CC2612;
  }

  .table1 tbody tr td:last-child {
    border-right: 0.025rem solid #CC2612;
  }

  .table1 thead tr th:first-child {
    border-radius: 0.375rem 0 0 0rem;
    border-left: 0.025rem solid #CC2612;
  }

  .table1 thead tr th:last-child {
    border-radius: 0rem 0.375rem 0rem 0rem;
    border-right: 0.025rem solid #CC2612;
  }

  .table1 tbody tr:last-child td:first-child {
    border-radius: 0rem 0rem 0rem 0.375rem;
  }

  .table1 tbody tr:last-child td:last-child {
    border-radius: 0rem 0rem 0.375rem 0rem;
  }

  .table1_a {
    width: 2.95rem;
    height: 1.2rem;
    border-radius: 0.7rem;
    font-size: .6rem;
  }

  .tableHintText {
    width: 1rem;
    border-radius: 0.375rem 0 0 0.375rem;
  }

  .tableHintText span {
    font-size: 0.7rem;
  }

  .table2 {
    width: calc(100% - 1rem);
  }

  .table2 thead tr th,
  .table2 tbody tr td {
    border-top: 0.025rem solid #e1d9d9;
    border-left: 0.025rem solid #e1d9d9;
    border-bottom: 0.025rem solid #e1d9d9;
    border-right: 0.025rem solid #e1d9d9;
  }

  .table2 thead tr th {
    padding: 0.25rem;
    font-size: 0.7rem;
    line-height: 1rem;
  }

  .table2 tbody tr td {
    padding: 0.15rem;
    font-size: 0.6rem;
    line-height: 1rem;
  }

  .table2 thead tr th:last-child {
    border-radius: 0 0.375rem 0 0;
  }

  .table2 tbody tr:last-child td:last-child {
    border-radius: 0 0 0.375rem 0;
  }

  .table2Btn {
    width: 7.95rem;
    height: 1.75rem;
    border: 2px solid #F9C2AA;
    border-radius: 0.35rem;
    font-size: 0.75rem;
    margin: 0.75rem auto 1.25rem auto;
  }

  .box4 {
    padding-top: 1rem;
  }

  .box4Bg {
    width: 50rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .swiper-container {
    width: 90%;
    height: 11.25rem;
    margin-top: 1.6rem;
  }

  .swiperTextBox {
    height: 5.25rem;
    padding: 1.6rem 0.25rem 0.75rem 0.25rem;
  }

  .swiperText {
    width: 90%;
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .swiperText span {
    font-size: 0.8rem !important;
    font-weight: bold !important;
  }

  .swiperBtnBox {
    margin-top: 0.75rem;
  }

  .swiperBtnBox img {
    width: 3rem;
    height: auto;
    cursor: pointer;
  }

  .marginRi20 {
    margin-right: 0.75rem;
  }

  .fixRight {
    width: 3.5rem;
    height: 3.8rem;
    border-radius: 0.25rem;
  }

  .rightTitle {
    width: 4.95rem;
    top: -1.5rem;
  }

  .mart20 {
    margin-top: 1.125rem;
  }

  .fixText {
    font-size: 0.5rem;
    line-height: 1rem;
  }

  .rightClose {
    width: 0.625rem;
    top: -1.25rem;
  }

  .clickBox {
    width: 1.5rem;
    height: 1.5rem;
    top: -1.75rem;
  }

  .box5 {
    margin-top: 0rem;
    padding-top: 1rem;
  }

  .box5Bg {
    display: none;
  }

  .skipFlexBox {
    margin-top: 1.25rem;
  }

  .skipBtn {
    width: 24%;
    height: 1.5rem;
    border-radius: 0.05rem;
    font-size: 0.7rem;
    margin-right: 1%;
    margin-bottom: 0.55rem;
  }

  .bottomBtn {
    width: 13.925rem;
    height: 3.35rem;
  }

  .bottomText {
    width: 4.15rem;
    top: 0.5rem;
  }

  .bottomHintText {
    bottom: 0.75rem;
    font-size: 0.425rem;
  }

  .bottomRabbit {
    width: 2.775rem;
    position: absolute;
    left: 1.125rem;
    top: -0.5rem;
  }

  .bottomGo {
    width: 3.4rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-55%);
  }

  .bottomCloseBox {
    width: 1rem;
    bottom: 3.45rem;
    transform: translateX(7rem);
  }

  .box6 {
    margin-top: 0rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .box6_textBox {
    width: 100%;
    height: 2rem;
    border-radius: 0.25rem;
    margin: 1rem auto 1.9rem auto;
  }

  .box6_textBox span {
    font-size: 0.95rem;
  }

  .box6_leftHint {
    width: 0.25rem;
    height: 0.525rem;
    border-radius: 0.075rem;
    left: -.18rem;
  }

  .box6_rightHint {
    width: 0.25rem;
    height: 0.525rem;
    border-radius: 0.075rem;
    right: -.18rem;
  }

  .box6_flexBox {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .box6_content {
    width: 5.5rem;
    height: auto;
    background: #FBECD7;
    border-radius: .5rem;
    padding-top: 1.15rem;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
  }

  .box6_bigV {
    width: 1.65rem;
    top: -1.05rem;
  }

  .box6_title {
    font-size: 0.8rem;
    margin-bottom: .5rem;
  }

  .box6_text {
    width: 4.325rem;
    height: auto;
    background: rgba(235, 194, 134, .2);
    border-radius: 0.05rem;
    font-size: 0.7rem;
    font-weight: 400;
    line-height: 1rem;
    color: #442608;
    margin: 0 auto 0.5rem auto;
    text-align: center;
  }

}</pre></body></html>