@charset "UTF-8";
html,
body {
  min-height: 100vh;
  margin: 0 auto;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100px;
  -webkit-text-size-adjust: 100% !important;
}

.wrap {
  width: 100%;
  height: 100%;
  background-image: url(../images/bg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
}

.header_inside {
  display: block;
  max-width: 12.2rem;
  margin: auto;
  text-align: left;
  position: relative;
  padding: 0 0.1rem;
  box-sizing: border-box;
  height: 100%;
}

.pc {
  display: block;
}

.mb {
  display: none;
}

a {
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@keyframes lantern-switch {
  0%, 100% {
    background-image: url(../images/lantern-off.png);
  }
  50% {
    background-image: url(../images/lantern-open.png);
  }
}
@keyframes go-flash {
  0% {
    transform: translate(-70%, 50%) rotate(-60deg);
    -webkit-transform: translate(-70%, 50%) rotate(-60deg);
    -moz-transform: translate(-70%, 50%) rotate(-60deg);
    -ms-transform: translate(-70%, 50%) rotate(-60deg);
    -o-transform: translate(-70%, 50%) rotate(-60deg);
  }
  100% {
    transform: translate(100%, 50%) rotate(-60deg);
    -webkit-transform: translate(100%, 50%) rotate(-60deg);
    -moz-transform: translate(100%, 50%) rotate(-60deg);
    -ms-transform: translate(100%, 50%) rotate(-60deg);
    -o-transform: translate(100%, 50%) rotate(-60deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}
@keyframes snake-sway {
  0%, 100% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
}
main {
  position: relative;
  padding-top: 0.8rem;
}
main .lantern {
  width: 19.2rem;
  height: 8.48rem;
  background-image: url(../images/lantern-off.png);
  position: absolute;
  top: 0.2rem;
  animation: lantern-switch 1s infinite;
}
main .side_btn {
  width: 0.7rem;
  height: 2.02rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 30%;
  right: 3rem;
  z-index: 99;
}
main .side_btn .cs_btn {
  width: 0.5rem;
  height: 1.45rem;
  background-image: url(../images/side-cs-btn.png);
  margin: 0 auto;
}
main .side_btn .article {
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../images/side-article.png);
  position: absolute;
  top: 1.6rem;
  filter: drop-shadow(-0.05rem 0.1rem 0.05rem rgba(0, 0, 0, 0.5));
}
main .s1 {
  padding-top: 0.6rem;
}
main .s1 .s1_title {
  width: 10.78rem;
  height: 2.47rem;
  background-image: url(../images/s1-title.png);
  position: relative;
  margin: auto;
  opacity: 0;
  animation: zoomIn 1s forwards;
}
main .s1 .s1_title ._mask {
  position: absolute;
}
main .s1 .s1_title ._mask ._flash {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 150%;
  height: 1rem;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0));
  transform-origin: center center;
  transform: translate(-100%, 50%) rotate(-60deg);
  animation: go-flash 2.5s linear 1.5s infinite;
  -webkit-animation: go-flash 2.5s linear 1.5s infinite;
}
main .s1 .s1_title .mask1 {
  top: 1.45rem;
  left: 0rem;
  bottom: 0rem;
  width: 2.65rem;
  height: 1rem;
  -webkit-mask: url(../images/s1-title-mask1.png) no-repeat center center;
          mask: url(../images/s1-title-mask1.png) no-repeat center center;
  mask-size: 100%;
  -webkit-mask: url(../images/s1-title-mask1.png) no-repeat center center;
  -webkit-mask-size: 100%;
}
main .s1 .s1_title .mask2 {
  top: 1.48rem;
  left: 6.97rem;
  bottom: 0rem;
  width: 2.23rem;
  height: 0.98rem;
  -webkit-mask: url(../images/s1-title-mask2.png) no-repeat center center;
          mask: url(../images/s1-title-mask2.png) no-repeat center center;
  mask-size: 100%;
  -webkit-mask: url(../images/s1-title-mask2.png) no-repeat center center;
  -webkit-mask-size: 100%;
}
main .s1 .s1_content {
  width: 10.57rem;
  height: 8.13rem;
  position: relative;
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
  grid-template-rows: 50% 50%;
  margin: 0 auto 0.5rem;
}
main .s1 .s1_content .s1c {
  width: 3.52rem;
  height: 4.02rem;
}
main .s1 .s1_content .s1c1 {
  background-image: url(../images/s1c1.png);
  grid-column: 1/2;
  grid-row: 1/2;
}
main .s1 .s1_content .s1c2 {
  background-image: url(../images/s1c2.png);
  grid-column: 2/3;
  grid-row: 1/2;
}
main .s1 .s1_content .s1c3 {
  background-image: url(../images/s1c3.png);
  grid-column: 3/4;
  grid-row: 1/2;
}
main .s1 .s1_content .s1c4 {
  background-image: url(../images/s1c4.png);
  grid-column: 1/2;
  grid-row: 2/3;
}
main .s1 .s1_content .s1c5 {
  background-image: url(../images/s1c5.png);
  grid-column: 2/3;
  grid-row: 2/3;
}
main .s1 .s1_content .s1c6 {
  background-image: url(../images/s1c6.png);
  grid-column: 3/4;
  grid-row: 2/3;
}
main .s2 .s2_title {
  width: 8.04rem;
  height: 1.52rem;
  background-image: url(../images/s2-title.png);
  margin: auto;
}
main .s2 .s2_content {
  width: 11.65rem;
  height: 5.52rem;
  margin: 0.5rem auto;
  position: relative;
}
main .s2 .s2_content .window {
  width: 7.55rem;
  height: 5.34rem;
  position: absolute;
  top: 0;
  left: 0;
}
main .s2 .s2_content .window .back {
  width: 4.32rem;
  height: 4.3rem;
  background-image: url(../images/s2-window-back.png);
  margin: auto;
  position: absolute;
  left: 1.5rem;
  top: 0.3rem;
  border-radius: 50%;
  overflow: hidden;
}
main .s2 .s2_content .window .back .snakes {
  height: auto;
  position: absolute;
  animation: snake-sway 2.8s infinite;
}
main .s2 .s2_content .window .back .snake1 {
  width: 2.92rem;
  transform-origin: top left;
  top: 0.65rem;
  left: -1.1rem;
}
main .s2 .s2_content .window .back .snake2 {
  width: 3.6rem;
  transform-origin: bottom right 0.2rem;
  top: 1.7rem;
  right: -1.5rem;
  transform: rotate(0deg);
}
main .s2 .s2_content .window .back .leaf {
  height: auto;
  position: absolute;
}
main .s2 .s2_content .window .back .leaf_left {
  width: 2.05rem;
  top: 0.05rem;
  left: -0.5rem;
}
main .s2 .s2_content .window .back .leaf_right {
  width: 3rem;
  top: 1.65rem;
  right: -0.55rem;
}
main .s2 .s2_content .window .front {
  width: 100%;
  height: 100%;
  background-image: url(../images/s2-window.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main .s2 .s2_content .window .s2_btn {
  width: 1.82rem;
  height: 0.66rem;
  position: absolute;
}
main .s2 .s2_content .window .s2_trade_btn {
  background-image: url(../images/s2-trade-btn-off.png);
  top: 0;
  right: 1.25rem;
}
main .s2 .s2_content .window .s2_trade_btn.on {
  background-image: url(../images/s2-trade-btn-on.png);
}
main .s2 .s2_content .window .s2_get_btn {
  background-image: url(../images/s2-get-btn-off.png);
  top: 4.05rem;
  left: 0.55rem;
}
main .s2 .s2_content .window .s2_get_btn.on {
  background-image: url(../images/s2-get-btn-on.png);
}
main .s2 .s2_content .strategy {
  width: 5.14rem;
  height: 4.78rem;
  position: absolute;
  right: 0;
}
main .s2 .s2_content .strategy .steps {
  width: 5.46rem;
  height: 1.59rem;
  margin: 0.05rem auto;
  position: absolute;
}
main .s2 .s2_content .strategy .step1 {
  background-image: url(../images/s2c1-off.png);
  top: 0;
}
main .s2 .s2_content .strategy .step1.on {
  background-image: url(../images/s2c1-on.png);
}
main .s2 .s2_content .strategy .step2 {
  background-image: url(../images/s2c2-off.png);
  top: 1.2rem;
}
main .s2 .s2_content .strategy .step2.on {
  background-image: url(../images/s2c2-on.png);
}
main .s2 .s2_content .strategy .step3 {
  background-image: url(../images/s2c3-off.png);
  top: 2.4rem;
}
main .s2 .s2_content .strategy .step3.on {
  background-image: url(../images/s2c3-on.png);
}
main .s2 .s2_content .strategy .step4 {
  background-image: url(../images/s2c4-off.png);
  top: 3.6rem;
}
main .s2 .s2_content .strategy .step4.on {
  background-image: url(../images/s2c4-on.png);
}
main .s3 {
  padding-top: 0.7rem;
}
main .s3 .s3_content {
  width: 11.12rem;
  height: 13.55rem;
  background-image: url(../images/s3-pillar.png);
  margin: 0 auto 1rem;
  position: relative;
}
main .s3 .s3_content .s3_title {
  width: 6.86rem;
  height: 1.61rem;
  background-image: url(../images/s3-title.png);
  position: absolute;
  top: -0.8rem;
  left: 0;
  right: 0;
  margin: auto;
}
main .s3 .s3_content .s3c {
  width: 11.17rem;
  height: 3.74rem;
  position: absolute;
}
main .s3 .s3_content .s3c a {
  width: 2.68rem;
  height: 0.97rem;
  position: absolute;
  left: 0.5rem;
  bottom: 0rem;
}
main .s3 .s3_content .s3c1 {
  background-image: url(../images/s3c1.png);
  top: 0.1rem;
  z-index: 4;
}
main .s3 .s3_content .s3c1 a {
  background-image: url(../images/s3c1-btn-off.png);
}
main .s3 .s3_content .s3c1 a:hover {
  background-image: url(../images/s3c1-btn-on.png);
}
main .s3 .s3_content .s3c2 {
  background-image: url(../images/s3c2.png);
  top: 3.25rem;
  z-index: 3;
}
main .s3 .s3_content .s3c2 a {
  background-image: url(../images/s3c2-btn-off.png);
}
main .s3 .s3_content .s3c2 a:hover {
  background-image: url(../images/s3c2-btn-on.png);
}
main .s3 .s3_content .s3c3 {
  background-image: url(../images/s3c3.png);
  top: 6.55rem;
  z-index: 2;
}
main .s3 .s3_content .s3c3 a {
  background-image: url(../images/s3c3-btn-off.png);
}
main .s3 .s3_content .s3c3 a:hover {
  background-image: url(../images/s3c3-btn-on.png);
}
main .s3 .s3_content .s3c4 {
  width: 11.05rem;
  background-image: url(../images/s3c4.png);
  top: 9.7rem;
}
main .s3 .s3_content .s3c4 a {
  background-image: url(../images/s3c4-btn-off.png);
}
main .s3 .s3_content .s3c4 a:hover {
  background-image: url(../images/s3c4-btn-on.png);
}
main .s4 {
  padding-bottom: 1.5rem;
}
main .s4 .s4_content {
  width: 11.4rem;
  height: 6.64rem;
  background-image: url(../images/s4.png);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .s4 .s4_content .s4c {
  width: 2.55rem;
  height: 3.92rem;
  margin: 1rem 0.05rem 0;
}
main .s4 .s4_content .s4c1 {
  background-image: url(../images/s4c1.png);
}
main .s4 .s4_content .s4c2 {
  background-image: url(../images/s4c2.png);
}
main .s4 .s4_content .s4c3 {
  background-image: url(../images/s4c3.png);
}
main .fixed {
  width: 19.2rem;
  height: 1.26rem;
  background-image: url(../images/fixed-bg.png);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  bottom: 0;
  z-index: 6;
}
main .fixed a {
  width: 3.74rem;
  height: 0.81rem;
  margin: 0 0.3rem;
}
main .fixed .friend {
  background-image: url(../images/fixed-friend-off.png);
}
main .fixed .friend:hover {
  background-image: url(../images/fixed-friend-on.png);
}
main .fixed .account {
  background-image: url(../images/fixed-account-off.png);
}
main .fixed .account:hover {
  background-image: url(../images/fixed-account-on.png);
}
main .popup {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
}
main .popup .popup_event {
  width: 90%;
  height: 80%;
  background-image: url(../images/popup-bg.jpg);
  border-radius: 0.05rem;
  min-width: 7rem;
  max-width: 10rem;
  max-height: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  text-align: left;
}
main .popup .popup_event .popup_close {
  background-image: url(../images/close_btn.png);
  background-size: 100%;
  width: 0.54rem;
  height: 0.54rem;
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  cursor: pointer;
  opacity: 0.5;
}
main .popup .popup_event .popup_close:hover {
  opacity: 1;
}
main .popup .popup_event .popup_title {
  width: 90%;
  background: transparent;
  border-radius: 5px 5px 0 0;
}
main .popup .popup_event .popup_title h3 {
  display: block;
  font-size: 0.45rem;
  color: #384243;
  border-bottom: 1px solid #a0a0a0;
  font-family: "思源黑体";
  padding: 0.4rem 0 0.2rem;
  text-align: center;
  line-height: 0.7rem;
}
main .popup .popup_event .popup_title h3 img {
  height: 0.53rem;
  filter: drop-shadow(0 0 0.1rem rgba(255, 255, 255, 0.5));
}
main .popup .popup_event .t_m {
  height: 9rem;
  overflow-y: auto;
  padding: 0.4rem 0.5rem;
  font-size: 0.22rem;
  line-height: 1.8;
  color: #000000;
}
main .popup .popup_event .t_m .t {
  color: #3c2514;
  font-family: "思源黑体";
  font-weight: bold;
  font-size: 0.24rem;
  font-weight: 600;
}
main .popup .popup_event .t_m .m {
  margin-bottom: 0.3rem;
}
main .popup .popup_event .t_m .m ol {
  padding-left: 1.3em;
  margin: 0 auto 0.5rem;
}
main .popup .popup_event .t_m .m ol li {
  list-style: decimal;
}
main .popup .popup_event .t_m .m ol li p {
  color: red;
}
main .popup .popup_event .t_m .m ol li span {
  color: red;
}
main .popup .popup_event .t_m .m ol h3 {
  font-size: 0.22rem;
  font-weight: bold;
  list-style: none;
  text-indent: -0.3rem;
  font-family: "思源黑体";
  color: #1c1c1c;
}
main .popup .popup_event .t_m .m .table {
  margin: 0.1rem auto;
}
main .popup .popup_event .t_m .m .table table {
  width: 100%;
  border: 0;
  table-layout: fixed;
  font-size: 0.2rem;
}
main .popup .popup_event .t_m .m .table table tr th {
  text-align: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 0.1rem;
  vertical-align: middle;
}
main .popup .popup_event .t_m .m .table table tr th:first-child {
  border-radius: 0.08rem 0 0 0.08rem;
}
main .popup .popup_event .t_m .m .table table tr th:last-child {
  border-radius: 0 0.08rem 0 0;
}
main .popup .popup_event .t_m .m .table table tr td {
  text-align: center;
  color: #3e3e3e;
  vertical-align: middle;
  font-weight: bold;
}
main .popup .popup_event .t_m .m .table table tr:last-child td:last-child {
  border-radius: 0 0 0.08rem 0;
}
main .popup .popup_event .t_m .m .table1 table tr th {
  background-color: #021e5c;
  border: 0.01rem solid #f6e9d1;
}
main .popup .popup_event .t_m .m .table1 table tr th:last-child {
  border-right: 0.05rem solid #021e5c;
}
main .popup .popup_event .t_m .m .table1 table tr td {
  border: 0.01rem solid #f6e9d1;
}
main .popup .popup_event .t_m .m .table1 table tr td:last-child {
  border-right: 0.05rem solid #021e5c;
}
main .popup .popup_event .t_m .m .table1 table tr:last-child td {
  border-bottom: 0.05rem solid #021e5c;
}
main .popup .popup_event .t_m .m .table2 table tr th {
  background-color: #905f3d;
  border: 0.01rem solid #f6e9d1;
}
main .popup .popup_event .t_m .m .table2 table tr th:last-child {
  border-right: 0.05rem solid #905f3d;
}
main .popup .popup_event .t_m .m .table2 table tr td {
  border: 0.01rem solid #f6e9d1;
}
main .popup .popup_event .t_m .m .table2 table tr:nth-child(2) td:last-child {
  border-right: 0.05rem solid #905f3d;
}
main .popup .popup_event .t_m .m .table2 table tr:last-child td, main .popup .popup_event .t_m .m .table2 table tr:nth-child(5) td:nth-child(2) {
  border-bottom: 0.05rem solid #905f3d;
}
main .popup .popup_event .t_m .m .table2 table tr:nth-child(5) td:last-child {
  border-right: 0.05rem solid #905f3d;
  border-bottom: 0.05rem solid #905f3d;
  border-radius: 0 0 0.08rem 0;
}
main .popup .popup_event .t_m .m .table2 table tr:last-child td:last-child {
  border-radius: 0;
}
main .popup .popup_event .t_m .m .table3 table tr th {
  background-color: #581011;
  border: 0.01rem solid #f6e9d1;
}
main .popup .popup_event .t_m .m .table3 table tr th:last-child {
  border-right: 0.05rem solid #581011;
}
main .popup .popup_event .t_m .m .table3 table tr td {
  border: 0.01rem solid #f6e9d1;
}
main .popup .popup_event .t_m .m .table3 table tr td:last-child {
  border-right: 0.05rem solid #581011;
}
main .popup .popup_event .t_m .m .table3 table tr:last-child td {
  border-bottom: 0.05rem solid #581011;
}

footer {
  width: 100%;
  font-size: 0.16rem;
  background-color: #1d1d1d;
  padding: 0.5rem 0 0.25rem;
  font-family: "NotoSansCJKtc-Regular";
  position: relative;
}
footer .f_c {
  max-width: 14.5rem;
  margin: 0.5rem auto;
  color: #5d6972;
}
footer .f_c .f_c_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.58rem auto 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid;
}
footer .f_c .f_c_top .f_logo {
  width: 1.74rem;
  height: 0.48rem;
  margin-right: 0.5rem;
}
footer .f_c .f_c_top .info {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f_c .f_c_top .info a {
  text-decoration: none;
  color: #5d6972;
  margin: 0 0.1rem;
}
footer .f_c .f_c_top .info a:last-child {
  margin: 0 0 0 0.1rem;
}
footer .f_c .f_c_down {
  padding-bottom: 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .f_c .f_c_down p {
  width: 7.8rem;
  font-size: 0.16rem;
  line-height: 1.5;
}
footer .f_c .f_c_down .f_cdl {
  width: 5.92rem;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
}
footer .f_c .f_c_down .f_cdl p {
  width: 5.6rem;
}
footer .f_c .f_c_down .f_cdl .f_cdl_d {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0 0 0.1rem;
}
footer .f_c .f_c_down .f_cdl .f_cdl_d a {
  font-size: 0.15rem;
  text-decoration: none;
  color: #5d6972;
}
footer .f_c .f_c_down .f_cdl .f_cdl_d a:first-child {
  margin: 0 0.1rem;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .wrap {
    background-image: url(../images/bg-m.jpg);
  }
  @keyframes lantern-switch-m {
    0%, 100% {
      background-image: url(../images/lantern-off-m.png);
    }
    50% {
      background-image: url(../images/lantern-open-m.png);
    }
  }
  main {
    padding-top: 1.25rem;
  }
  main a {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
  }
  main .lantern {
    width: 7.5rem;
    height: 2.54rem;
    background-image: url(../images/lantern-off-m.png);
    top: -0.05rem;
    animation: lantern-switch-m 1s infinite;
  }
  main .side_btn {
    height: 2.66rem;
    right: 0;
  }
  main .side_btn .article {
    top: 1.95rem;
  }
  main .side_btn .goToTop {
    width: 0.52rem;
    height: 0.52rem;
    background-image: url(../images/gototop.png);
    position: absolute;
    top: 2.65rem;
    left: 0;
    right: 0;
    margin: auto;
  }
  main .s1 {
    padding-top: 0;
  }
  main .s1 .s1_title {
    width: 7.16rem;
    height: 1.74rem;
  }
  main .s1 .s1_title .mask1 {
    width: 1.87rem;
    height: 0.77rem;
    top: 0.9rem;
    left: -0.05rem;
    -webkit-mask: url(../images/s1-title-mask1-m.png) no-repeat center center;
            mask: url(../images/s1-title-mask1-m.png) no-repeat center center;
    mask-size: 100%;
    -webkit-mask: url(../images/s1-title-mask1-m.png) no-repeat center center;
    -webkit-mask-size: 100%;
  }
  main .s1 .s1_title .mask2 {
    width: 1.58rem;
    height: 0.76rem;
    top: 0.9rem;
    left: 4.6rem;
    -webkit-mask: url(../images/s1-title-mask2-m.png) no-repeat center center;
            mask: url(../images/s1-title-mask2-m.png) no-repeat center center;
    mask-size: 100%;
    -webkit-mask: url(../images/s1-title-mask2-m.png) no-repeat center center;
    -webkit-mask-size: 100%;
  }
  main .s1 .s1_content {
    width: 6.9rem;
    height: 13.11rem;
    grid-template-columns: 50% 50%;
    grid-template-rows: 31% 31% 31%;
    margin: 0 auto 1rem;
  }
  main .s1 .s1_content .s1c {
    position: absolute;
  }
  main .s1 .s1_content .s1c1 {
    top: 1rem;
  }
  main .s1 .s1_content .s1c3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  main .s1 .s1_content .s1c4 {
    grid-column: 1/2;
    grid-row: 2/3;
    top: 1rem;
  }
  main .s1 .s1_content .s1c5 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  main .s1 .s1_content .s1c6 {
    grid-column: 1/2;
    grid-row: 3/4;
    top: 1rem;
  }
  main .s2 .s2_title {
    width: 6.94rem;
    height: 1.35rem;
  }
  main .s2 .s2_content {
    width: 7.3rem;
    height: 11.5rem;
    margin: 0.1rem auto;
  }
  main .s2 .s2_content .window {
    width: 7.3rem;
    height: 5.19rem;
    top: unset;
    bottom: 0;
  }
  main .s2 .s2_content .window .back {
    left: 1.3rem;
  }
  main .s2 .s2_content .window .s2_btn {
    top: 3.3rem;
  }
  main .s2 .s2_content .strategy {
    width: 6.24rem;
    height: 6.2rem;
    left: 0;
    margin: auto;
  }
  main .s2 .s2_content .strategy .steps {
    width: 6.54rem;
    height: 1.8rem;
    left: -0.3rem;
  }
  main .s2 .s2_content .strategy .step1 {
    background-image: url(../images/s2c1-off-m.png);
  }
  main .s2 .s2_content .strategy .step1.on {
    background-image: url(../images/s2c1-on-m.png);
  }
  main .s2 .s2_content .strategy .step2 {
    background-image: url(../images/s2c2-off-m.png);
    top: 1.5rem;
  }
  main .s2 .s2_content .strategy .step2.on {
    background-image: url(../images/s2c2-on-m.png);
  }
  main .s2 .s2_content .strategy .step3 {
    background-image: url(../images/s2c3-off-m.png);
    top: 3rem;
  }
  main .s2 .s2_content .strategy .step3.on {
    background-image: url(../images/s2c3-on-m.png);
  }
  main .s2 .s2_content .strategy .step4 {
    background-image: url(../images/s2c4-off-m.png);
    top: 4.5rem;
  }
  main .s2 .s2_content .strategy .step4.on {
    background-image: url(../images/s2c4-on-m.png);
  }
  main .s3 .s3_content {
    width: 7.37rem;
    height: 14.89rem;
    background-image: url(../images/s3-pillar-m.png);
  }
  main .s3 .s3_content .s3_title {
    width: 6.13rem;
    height: 1.44rem;
    background-image: url(../images/s3-title-m.png);
    position: relative;
    z-index: 5;
  }
  main .s3 .s3_content .s3c {
    width: 7.37rem;
    height: 3.74rem;
  }
  main .s3 .s3_content .s3c a {
    width: 1.85rem;
    height: 0.67rem;
    left: 0.3rem;
    bottom: 0.3rem;
  }
  main .s3 .s3_content .s3c1 {
    background-image: url(../images/s3c1-m.png);
    top: 0.4rem;
  }
  main .s3 .s3_content .s3c1 a {
    background-image: url(../images/s3c1-btn-off-m.png);
  }
  main .s3 .s3_content .s3c1 a:hover {
    background-image: url(../images/s3c1-btn-off-m.png);
  }
  main .s3 .s3_content .s3c1 a.active {
    background-image: url(../images/s3c1-btn-on-m.png);
  }
  main .s3 .s3_content .s3c2 {
    background-image: url(../images/s3c2-m.png);
    top: 3.7rem;
  }
  main .s3 .s3_content .s3c2 a {
    background-image: url(../images/s3c2-btn-off-m.png);
  }
  main .s3 .s3_content .s3c2 a.active {
    background-image: url(../images/s3c2-btn-on-m.png);
  }
  main .s3 .s3_content .s3c3 {
    background-image: url(../images/s3c3-m.png);
    top: 7rem;
  }
  main .s3 .s3_content .s3c3 a {
    background-image: url(../images/s3c3-btn-off-m.png);
  }
  main .s3 .s3_content .s3c3 a.active {
    background-image: url(../images/s3c3-btn-on-m.png);
  }
  main .s3 .s3_content .s3c4 {
    background-image: url(../images/s3c4-m.png);
    top: 10.3rem;
  }
  main .s3 .s3_content .s3c4 a {
    background-image: url(../images/s3c4-btn-off-m.png);
  }
  main .s3 .s3_content .s3c4 a.active {
    background-image: url(../images/s3c4-btn-on-m.png);
  }
  main .s4 .s4_content {
    width: 7.5rem;
    height: 8.33rem;
    background-image: url(../images/s4-m.png);
  }
  main .s4 .s4_content .s4c {
    width: 2.17rem;
    height: 3.75rem;
    margin: 2rem 0.05rem 0;
  }
  main .s4 .s4_content .s4c1 {
    background-image: url(../images/s4c1-m.png);
  }
  main .s4 .s4_content .s4c2 {
    background-image: url(../images/s4c2-m.png);
  }
  main .s4 .s4_content .s4c3 {
    background-image: url(../images/s4c3-m.png);
  }
  main .fixed {
    width: 7.5rem;
    height: 0.8rem;
    background-image: url(../images/fixed-bg-m.png);
  }
  main .fixed a {
    width: 3.31rem;
    height: 0.8rem;
    margin: 0 0.1rem;
    position: relative;
    top: -0.3rem;
  }
  main .fixed .friend {
    background-image: url(../images/fixed-friend-off-m.png);
  }
  main .fixed .friend.on {
    background-image: url(../images/fixed-friend-on-m.png);
  }
  main .fixed .account {
    background-image: url(../images/fixed-account-off-m.png);
  }
  main .fixed .account.on {
    background-image: url(../images/fixed-account-on-m.png);
  }
  main .m_footer {
    display: block;
    background-image: url(../images/m_footer_bg.jpg);
    position: relative;
  }
  main .m_footer .f_c {
    display: none;
  }
  main .m_footer .bf_blocks_wrap {
    position: relative;
    display: flex;
    color: #ffffff;
    font-weight: 600;
    flex-direction: column;
    align-items: center;
    font-size: 0.26rem;
    padding-bottom: 1rem;
  }
  main .m_footer .bf_blocks_wrap h3 {
    font-size: 0.5rem;
    font-weight: 600;
    color: #ffffff;
  }
  main .m_footer .bf_blocks_wrap h3 img {
    width: 7.5rem;
  }
  main .m_footer .bf_blocks_wrap p {
    font-size: 0.24rem;
    padding: 0 0.5rem 0.2rem;
    line-height: 0.5rem;
    text-align: left;
    font-family: "NotoSerifSC-Black";
    color: #ffffff;
    text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  }
  main .m_footer .bf_blocks_wrap p a {
    text-decoration: none;
    font-weight: bold;
    display: inline;
    background: linear-gradient(#734327 0%, #b6945d 87%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: none;
    filter: drop-shadow(0 0 0.05rem rgb(255, 234, 184));
  }
  main .m_footer .bf_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 3.5rem;
    align-items: center;
    text-align: center;
  }
  main .m_footer .bf_block_u {
    text-decoration: none;
    width: 2.17rem;
    height: 1.28rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    border: 2px solid transparent;
    border-radius: 0.3rem;
    padding: 0.03rem;
  }
  main .m_footer .bf_block_u div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(#a85002, #542c0b);
    box-shadow: inset 0rem 0.05rem 0.1rem rgb(121, 58, 3), inset 0.05rem 0rem 0.1rem rgb(121, 58, 3), inset -0.05rem 0 0.1rem rgb(121, 58, 3);
    border-radius: 0.1rem;
    padding: 0.15rem 0;
    filter: drop-shadow(0 0.05rem 0.05rem rgba(255, 255, 255, 0.5));
  }
  main .m_footer .bf_block_u:nth-child(2) h6 {
    padding-top: 0.15rem;
  }
  main .m_footer .bf_blobk_icon1,
  main .m_footer .bf_blobk_icon3 {
    width: 0.55rem;
    height: auto;
  }
  main .m_footer .bf_blobk_icon2 {
    width: 0.68rem;
    height: auto;
  }
  main .m_footer .bf_block_u h6 {
    font-size: 0.24rem;
    padding-top: 0.1rem;
    color: #ffffff;
    font-weight: 600;
  }
  main .m_footer .bf_block_d {
    width: 3.35rem;
    height: 1.61rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    box-sizing: border-box;
    color: #dae9ff;
    padding-top: 0.1rem;
    margin-bottom: 0.3rem;
    border: 0.05rem solid #ffffff;
    border-radius: 0.1rem;
    box-shadow: inset 0 0.05rem 0.1rem rgb(205, 171, 121), inset 0 -0.035rem 0.1rem rgb(205, 171, 121);
  }
  main .m_footer .title_block {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 2.35rem;
    height: 0.48rem;
    border-radius: 0.5rem;
    padding: 0 0.1rem;
    background: linear-gradient(#af743e, #905f3d);
    box-shadow: inset 0rem 0.05rem 0.1rem rgb(121, 58, 3);
  }
  main .m_footer .hand {
    filter: drop-shadow(0rem 0 0.05rem rgb(255, 255, 255));
  }
  main .m_footer .people {
    filter: drop-shadow(0rem 0.05rem 0.05rem rgba(0, 0, 0, 0.5));
  }
  main .m_footer .title_block img {
    width: 0.28rem;
    height: auto;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.8));
  }
  main .m_footer .title_block h6 {
    font-size: 0.24rem;
    color: #ffffff;
    text-shadow: 0.02rem 0 0.1rem rgb(0, 0, 0);
  }
  main .m_footer .count {
    display: flex;
    flex-direction: initial;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    align-items: baseline;
  }
  main .m_footer .count h4,
  main .m_footer .count span {
    font-size: 0.48rem;
    color: #fffcf4;
    font-weight: 600;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.5);
  }
  main .m_footer .count h4 {
    font-family: "Arial";
    color: #ffffff;
  }
  main .m_footer .count span {
    font-size: 0.24rem;
    font-weight: bold;
  }
  main .m_footer .s_btn1 {
    margin: 0.1rem auto;
  }
  footer {
    display: none;
  }
}/*# sourceMappingURL=lp107C.css.map */