/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 0.005rem dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -0.01rem;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body {
  -webkit-tap-highlight-color: transparent;
  font-family: PingFangSC-Regular, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
  font-size: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
li,
p {
  margin: 0;
  padding: 0;
}
li,
dt,
dd {
  list-style: none;
}
a {
  text-decoration: none;
  color: #576b95;
}
body {
  background-color: #f6f6f6;
}
body *:focus {
  outline: none !important;
}
.nav-container {
  font-family: 'PingFangHK-Regular';
  width: 100%;
  height: 3.89rem;
  background-image: url(../imgs/bg_mobile_cn.f2f98403.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.en .nav-container {
  background-image: url(../imgs/bg_mobile_en.f79b1c42.png);
}
.nav-container nav {
  padding: 0.21rem 0.15rem 0 0.21rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.nav-container nav .left {
  width: 1.5704rem;
  height: 0.225rem;
}
.nav-container nav .right {
  font-size: 0.14rem;
  width: 1.25rem;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.nav-container nav .right-img {
  height: 0.16rem;
  padding: 0 0.05rem;
}
.nav-container nav .right .link {
  padding: 0 0.05rem;
  color: #ffffff;
}
.nav-container-notindex {
  background-size: auto auto;
  background: none;
  height: 0.5rem;
  border-bottom: 0.005rem solid rgba(211, 211, 211, 0.5);
  margin-bottom: 0.25rem;
}
main {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  margin-top: -1.17rem;
  z-index: 10;
  font-family: 'PingFangHK-Regular';
  width: 100vw;
}
main h1,
main h2,
main h3 {
  font-family: 'PingFangHK-Medium';
}
main .group0 {
  padding: 0 0.4rem;
  color: #000;
  width: 100vw;
  box-sizing: border-box;
}
main .group0 .container {
  border-radius: 0.08rem;
  background: #ffffff;
  box-shadow: 0 0.12rem 0.27rem 0 rgba(46, 54, 63, 0.15);
  padding: 0.24rem 0.16rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
}
main .group0 .container .little-green {
  width: 1.72rem;
  height: 1.505rem;
  position: absolute;
  top: -1.18rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .group0 .container .title {
  width: 100%;
  font-family: 'PingFang HK';
  font-style: normal;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.225rem;
  color: #1A1A1A;
  text-align: left;
  background-size: 0.96665rem 0.45rem;
  background-repeat: no-repeat;
  background-position: right center;
}
main .group0 .container .open-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
}
main .group0 .container .open-wechat-btn {
  margin-top: 0.2rem;
  padding: 0.08rem 0.4rem;
  border-radius: 0.04rem;
  background: #07C160;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main .group0 .container .open-wechat-btn .open-btn-item {
  line-height: 0.24rem;
  color: #ffffff;
  font-size: 0.17rem;
  font-weight: 500;
}
main .group0 .container .open-btnForSpring {
  padding: 0.075rem 0.075rem;
}
main .group0 .container .open-btnRight {
  background: rgba(0, 0, 0, 0.04) !important;
  margin-left: 0.175rem;
}
main .group0 .container .open-btnRight .open-btn-item {
  color: #07C160 !important;
}
main .group0 .container .open-wechat-hint {
  margin-top: 0.19rem;
  font-size: 0.11rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.155rem;
  color: rgba(0, 0, 0, 0.4);
}
main .group0 .container ul {
  font-size: 0.13rem;
  margin-top: 0.2rem;
}
main .group0 .container ul li {
  font-family: 'PingFang HK';
  margin-left: 0.2rem;
  margin-bottom: 0.035rem;
  list-style-type: disc;
  text-indent: -0.02rem;
  line-height: 0.16rem;
  opacity: 1;
  color: #1A1A1A;
  font-size: 0.12rem;
  font-weight: normal;
  text-align: left;
}
.en main .group0 .container ul li {
  font-size: 0.13rem;
  line-height: 0.17rem;
}
main .group0 .container ul li span {
  color: #ff8b03;
}
main .group0 .container ul li:last-of-type {
  margin-bottom: 0;
}
main .group0 .photograph {
  text-align: center;
  margin-top: 0.16rem;
  font-size: 0.09rem;
  line-height: 0.125rem;
  color: rgba(0, 0, 0, 0.5);
}
.en main .group0 .photograph {
  font-size: 0.08rem;
  line-height: 0.11rem;
}
main .group1 {
  margin-top: 0.305rem;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  padding: 0 0.4rem;
}
main .group1 .newsTitle {
  line-height: 0.2rem;
  font-size: 0.17rem;
}
main .group1 ul {
  margin-top: 0.16rem;
  margin-bottom: 0.36rem;
}
main .group1 ul li {
  list-style-type: disc;
  opacity: 1;
  color: #000000;
  font-size: 0.12rem;
  font-weight: 400;
  font-family: 'PingFang HK';
  text-align: left;
  line-height: 0.16rem;
}
main .group1 ul li a {
  color: #000000;
}
main .group1 ul li:first-child {
  margin-bottom: 0.12rem;
}
main .group1-9 h2 {
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.28rem;
  color: #000000;
  margin-top: 0.32rem;
  margin-bottom: 0.205rem;
}
main .group1-9 ul {
  padding: 0 0.24rem;
  width: 100vw;
  box-sizing: border-box;
  margin-bottom: 0.32rem;
}
main .group1-9 ul li {
  margin-bottom: 0.12rem;
  height: 1.28rem;
  border-radius: 0.04rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
main .group1-9 ul li .goto-btn {
  z-index: 1;
  position: absolute;
  left: 0.12rem;
  bottom: 0.12rem;
  background-color: #ffffff;
  border-radius: 0.02rem;
  padding: 0.075rem 0.105rem;
}
main .group1-9 ul li .goto-btn span {
  line-height: 0.13rem;
  color: #000000;
  font-size: 0.12rem;
  vertical-align: text-bottom;
  font-family: 'PingFang HK';
  text-align: left;
}
main .group1-9 ul li .goto-btn img {
  margin-left: 0.04rem;
  width: 0.07rem;
  height: 0.13rem;
}
main .group1-9 ul li .act-bg {
  border-radius: 0.04rem;
  position: absolute;
  width: 100%;
  height: 1.28rem;
  z-index: 0;
}
main .group1-9 .view-gift-btn {
  margin-top: 0.3rem;
  display: block;
  line-height: 0.2rem;
  color: #000000;
  font-size: 0.16rem;
  font-family: 'PingFang HK';
  text-align: center;
  color: #07c160;
}
main .group2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding-top: 0.39rem;
  box-sizing: border-box;
  width: 100vw;
}
main .group2 h2 {
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.28rem;
  color: #000000;
}
main .group2 ul {
  padding: 0 0.24rem;
  padding-bottom: 0.48rem;
}
main .group2 ul li {
  margin-top: 0.28rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
main .group2 ul img {
  width: 0.56rem;
  height: 0.56rem;
  margin-right: 0.28rem;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
main .group2 ul h4 {
  text-align: left;
  color: #000000;
  font-size: 0.13rem;
  line-height: 0.16rem;
}
main .group2 ul p {
  margin-top: 0.06rem;
  color: rgba(0, 0, 0, 0.55);
  font-size: 0.12rem;
  font-weight: 400;
  text-align: justify;
  line-height: 0.18rem;
}
main .group16 {
  padding: 0.25rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
main .group16 h2 {
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.28rem;
  color: #000000;
}
main .group16 .content h3 {
  margin-top: 0.515rem;
  font-size: 0.18rem;
  text-align: left;
}
main .group16 .content p {
  margin-top: 0.145rem;
  opacity: 0.7;
  font-size: 0.14rem;
  line-height: 0.205rem;
  text-align: left;
}
main .group16 > img {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  overflow: hidden;
  margin-top: 0.6rem;
  margin-bottom: 0.3rem;
  margin-left: -0.25rem;
  width: 3.505rem;
  height: 2.475rem;
}
main .group15 {
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
main .group15 .content h3 {
  margin-top: 0.495rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  text-align: left;
  color: #000000;
}
main .group15 .content p {
  margin-top: 0.14rem;
  line-height: 0.205rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.14rem;
  text-align: left;
  margin-bottom: 0.16rem;
}
main .group15 > img {
  -webkit-align-self: flex-start;
          align-self: flex-start;
  overflow: hidden;
  margin-top: 0.685rem;
  margin-bottom: 0.105rem;
  margin-left: -0.25rem;
  width: 3.205rem;
  height: 2.785rem;
}
main .group14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
main .group14 .content {
  padding-left: 0.25rem;
  padding-right: 0.225rem;
}
main .group14 .content h3 {
  margin-top: 0.49rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  text-align: left;
  color: #000000;
}
main .group14 .content p {
  margin-top: 0.15rem;
  line-height: 0.205rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.14rem;
  text-align: left;
  margin-bottom: 0.16rem;
}
main .group14 .content a {
  color: #07c160;
  line-height: 0.145rem;
  font-size: 0.14rem;
  text-align: left;
  text-decoration: underline;
}
main .group14 .content .icons {
  margin-top: 0.15rem;
  height: 0.15rem;
  display: block;
}
main .group14 > img {
  overflow: hidden;
  margin-top: 0.655rem;
  margin-bottom: 0.105rem;
  width: 3.6rem;
  height: 2.58rem;
}
main .group13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
main .group13 .content {
  padding-left: 0.25rem;
  padding-right: 0.225rem;
}
main .group13 .content h3 {
  margin-top: 0.495rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  text-align: left;
  color: #000000;
}
main .group13 .content p {
  margin-top: 0.145rem;
  line-height: 0.205rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.14rem;
  text-align: left;
  margin-bottom: 0.165rem;
}
main .group13 img {
  overflow: hidden;
  margin-top: 0.815rem;
  margin-bottom: 0.11rem;
  width: 3.705rem;
  height: 2.92rem;
}
main .group12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
main .group12 .content {
  padding-left: 0.25rem;
  padding-right: 0.225rem;
}
main .group12 .content h3 {
  margin-top: 0.4rem;
  line-height: 0.2rem;
  font-size: 0.2rem;
  text-align: left;
  color: #000000;
}
main .group12 .content p {
  margin-top: 0.15rem;
  line-height: 0.205rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.14rem;
  text-align: left;
  margin-bottom: 0.165rem;
}
main .group12 .content a {
  color: #07c160;
  line-height: 0.145rem;
  font-size: 0.14rem;
  text-align: left;
  text-decoration: underline;
}
main .group12 img {
  overflow: hidden;
  margin-top: 0.545rem;
  margin-bottom: 0.11rem;
  width: 3.705rem;
  height: 2.92rem;
}
main .group11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
main .group11 .content {
  padding-left: 0.25rem;
  padding-right: 0.28rem;
}
main .group11 .content h3 {
  margin-top: 0.5rem;
  line-height: 0.225rem;
  font-size: 0.2rem;
  text-align: left;
  color: #000000;
}
main .group11 .content p {
  margin-top: 0.15rem;
  line-height: 0.205rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.14rem;
  text-align: left;
  margin-bottom: 0.175rem;
}
main .group11 .content a {
  color: #07c160;
  line-height: 0.145rem;
  font-size: 0.14rem;
  text-align: left;
  text-decoration: underline;
}
main .group11 img {
  overflow: hidden;
  margin-top: 0.735rem;
  margin-bottom: 0.135rem;
  width: 3.73rem;
  height: 2.89rem;
}
main .group10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
main .group10 .content {
  padding-left: 0.25rem;
  padding-right: 0.28rem;
}
main .group10 .content h3 {
  margin-top: 0.5rem;
  line-height: 0.225rem;
  font-size: 0.2rem;
  text-align: left;
  color: #000000;
}
main .group10 .content p {
  margin-top: 0.15rem;
  line-height: 0.205rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.14rem;
  text-align: left;
  margin-bottom: 0.175rem;
}
main .group10 .content a {
  color: #07c160;
  line-height: 0.145rem;
  font-size: 0.14rem;
  text-align: left;
  text-decoration: underline;
}
main .group10 img {
  overflow: hidden;
  margin-top: 0.1rem;
  margin-bottom: 0.235rem;
  width: 3.73rem;
  height: 2.89rem;
}
main .old {
  overflow: hidden;
  width: 100vw;
}
main .old:nth-of-type(2n) {
  background-color: #fff;
}
.groupN {
  padding: 0.5rem 0.25rem;
  background-color: #222324;
  color: #fffefe;
}
.groupN .li1 span {
  line-height: 0.16rem;
  font-size: 0.16rem;
  text-align: left;
}
.groupN .li1 .img1 {
  margin-left: 0.23rem;
  width: 0.165rem;
  height: 0.135rem;
}
.groupN .li1 .img2 {
  margin-left: 0.2rem;
  width: 0.14rem;
  height: 0.14rem;
}
.groupN .li1 .img3 {
  margin-left: 0.2rem;
  width: 0.14rem;
  height: 0.14rem;
}
.groupN .li2 {
  margin: 0.195rem 0;
}
.groupN .li2 .title {
  margin-bottom: 0.14rem;
  line-height: 0.16rem;
  font-size: 0.16rem;
  text-align: left;
}
.groupN .li2 .content {
  color: rgba(255, 254, 254, 0.6);
  line-height: 0.125rem;
  font-size: 0.12rem;
  text-align: left;
  margin-top: 0.09rem;
}
.groupN .li2 p:first-of-type {
  margin-top: 0;
}
.groupN .li-agreement {
  margin-bottom: 0.195rem;
}
.groupN .li3 p {
  line-height: 0.16rem;
  font-size: 0.16rem;
  text-align: left;
  margin-bottom: 0.15rem;
}
.groupN .li3 a {
  margin-right: 0.115rem;
  color: rgba(255, 254, 254, 0.6);
  line-height: 0.125rem;
  font-size: 0.12rem;
  text-align: left;
}
.groupN .li4 {
  margin-top: 0.235rem;
}
.groupN .li4 p {
  line-height: 0.15rem;
  font-size: 0.12rem;
  text-align: left;
  color: rgba(255, 254, 254, 0.6);
}
.bottom-btn-container {
  background-color: #343435;
  padding: 0.22rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.bottom-btn-container span {
  margin: 0 auto;
  color: #bcbcbc;
  line-height: 0.18rem;
  font-size: 0.18rem;
  text-align: left;
}
.full-mask {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #2c2c2c;
}
.full-mask .img-container {
  top: 0.15rem;
  position: fixed;
  z-index: 10;
  right: 0.24rem;
}
.full-mask .img-container img {
  width: 0.2rem;
  height: 0.2rem;
}
.full-mask ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  box-sizing: border-box;
  padding-bottom: 1.65rem;
}
.full-mask ul li:first-of-type {
  position: relative;
}
.full-mask ul li:first-of-type h2 {
  color: #07c160 !important;
}
.full-mask ul li:first-of-type .bottom-bar {
  position: absolute;
  top: 0.27rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.full-mask h2,
.full-mask p,
.full-mask a {
  font-size: 0.18rem;
  text-align: center;
  color: #fff;
}
.full-mask .bottom-bar {
  height: 0.015rem;
  width: 1.295rem;
  background-color: #07c160;
}
.half-mask {
  width: 100vw;
  height: 100vh;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.half-mask .half-mask-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.half-mask .half-mask-container > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.half-mask .half-mask-container #contact-us .dialog {
  margin-top: 1.925rem;
  box-sizing: border-box;
  width: 3.04rem;
  border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
  background: #ffffff;
  padding: 0.245rem;
  color: #000;
}
.half-mask .half-mask-container #contact-us .dialog h2 {
  height: 0.19rem;
  font-size: 0.2rem;
  margin-bottom: 0.245rem;
}
.half-mask .half-mask-container #contact-us .dialog h3 {
  height: 0.16rem;
  font-size: 0.16rem;
  text-align: left;
  margin-bottom: 0.145rem;
}
.half-mask .half-mask-container #contact-us .dialog h3:last-of-type {
  margin-top: 0.085rem;
}
.half-mask .half-mask-container #contact-us .dialog .line {
  /* prettier-ignore */
  margin-top: 0.105rem;
  height: 0.005rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.half-mask .half-mask-container #contact-us .dialog p {
  height: 0.14rem;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0.14rem;
  text-align: left;
}
.half-mask .half-mask-container #scan-qrcode {
  margin-top: 1.665rem;
}
.half-mask .half-mask-container #scan-qrcode .qrcode-img {
  width: 1.59rem;
  height: 1.59rem;
}
.half-mask .half-mask-container #scan-qrcode p {
  margin-top: 0.15rem;
  line-height: 0.18rem;
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
.half-mask .half-mask-container .half-mask-close {
  width: 0.34rem;
  height: 0.34rem;
  margin-top: 0.195rem;
}
.content-box {
  margin-top: 0.245rem;
  padding-bottom: 0.8rem;
  text-align: left;
  width: 3.5rem;
  margin: 0 auto;
  font-family: 'PingFang HK';
  font-style: normal;
  text-align: justify;
}
.content-box p {
  line-height: 0.16rem;
  font-size: 0.08rem;
  font-weight: 400;
}
.content-box .title {
  height: 0.21rem;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.21rem;
  /* identical to box height, or 131% */
  color: #000000;
  margin-top: 0.145rem;
  margin-bottom: 0.36rem;
}
.content-box .subtitle {
  height: 0.16rem;
  font-weight: 500;
  font-size: 0.1rem;
  line-height: 0.16rem;
  /* identical to box height, or 131% */
  color: #000000;
  margin-top: 0.2rem;
  margin-bottom: 0.08rem;
}
.green-words {
  color: #07c160;
}
.guidelines-words {
  font-size: 0.08rem;
  font-family: 'Helvetica';
  font-style: normal;
  text-align: justify;
}
.guidelines-words p {
  line-height: 0.092rem;
  font-size: 0.06rem;
  font-weight: 200;
  margin: 0.1rem 0;
}
.guidelines-words li {
  list-style: disc outside none;
  list-style: initial;
  line-height: 0.18rem;
  font-size: 0.06rem;
  font-weight: 200;
}
.guidelines-words ul {
  margin-left: 0.075rem;
}
.guidelines-words a {
  color: #576b95;
  text-decoration: none;
}
.guidelines-title {
  margin-top: 0.145rem;
  font-size: 0.13rem;
  font-weight: 400;
  line-height: 0.21rem;
}
.guidelines-time {
  margin: 0.04rem 0 0.2rem 0;
  line-height: 0.16rem;
  font-size: 0.08rem;
}
#faq2 {
  cursor: pointer;
}
.guidelines-words p {
  line-height: 0.15rem;
}
