@charset "utf-8";
.m-box.m-feedpp-gray {
  background-color: var(--prv-bg-card);
}
html {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
figure,
menu,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
select,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  outline: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
cite,
dfn,
em,
i,
var {
  font-style: normal;
}
strong {
  font-weight: normal;
}
code,
kbd,
pre,
samp {
  font-family: "monospace";
  font-size: 10px;
}
ul,
ol {
  list-style: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
}
textarea {
  overflow: hidden;
  vertical-align: top;
}
input,
textarea {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  font-family: inherit;
  font-size: 100%;
  border: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus {
  outline: none;
}
input[type="search"] {
  -webkit-appearance: none;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]:focus {
  outline: none;
}
input:disabled,
textarea:disabled {
  color: var(--prv-text-des);
}
img {
  border: none;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html {
  font-size: 100px;
}
@media screen and (min-width: 375px) {
  html {
    font-size: 100px;
    font-size: 1000vw/37.5;
  }
}
@media screen and (min-width: 550px) {
  html {
    font-size: 100px;
  }
}
body {
  background-color: var(--prv-bg-page);
  color: var(--prv-text-sec);
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 1;
}
a {
  color: var(--prv-text-sec);
  text-decoration: none;
}
a:focus,
a:visited,
a:active {
  color: var(--prv-text-sec);
  text-decoration: none;
}
a.c-green,
a.c-green:focus,
a.c-green:visited,
a.c-green:active {
  color: var(--prv-em-color);
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide,
.dn {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.po-fixed {
  position: fixed;
}
.po-relative {
  position: relative;
}
.po-absolute {
  position: absolute;
}
.po-static {
  position: static;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-justify {
  text-align: justify !important;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-break {
  word-break: break-all;
  word-wrap: break-word;
}
.m-box {
  margin-top: 0.07rem;
  margin-bottom: 0.07rem;
  background-color: var(--prv-bg-page);
}
.m-box.m-box-Ptop {
  padding-top: 0.07rem;
}
.m-box.m-box-Pbottom {
  padding-bottom: 0.07rem;
}
.m-box.m-box-top {
  margin-top: 0;
}
.m-box.m-box-bottom {
  margin-bottom: 0;
}
.m-box.m-box-mid {
  margin-top: 0;
  margin-bottom: 0;
}
.m-box > .m-box-items {
  padding-left: 0.07rem;
  padding-right: 0.07rem;
}
.m-box > .m-box-items.m-box-items-full {
  padding-left: 0;
  padding-right: 0;
}
.m-box > .m-box-items.m-box-items-Ptop {
  padding-top: 0.07rem;
}
.m-box > .m-box-items.m-box-items-Pbottom {
  padding-bottom: 0.07rem;
}
.m-box > .m-box-items.m-box-items-borderB {
  border-bottom: 1px solid var(--prv-line);
}
.m-box > .m-box-items.m-box-items-borderT {
  border-top: 1px solid var(--prv-line);
}
.padding-base {
  padding: 0.07rem;
}
.padding-large {
  padding: 0.14rem;
}
.c-rb,
.c-rt,
.c-lb,
.c-lt {
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.c-rb {
  right: 0;
  bottom: 0;
}
.c-rt {
  right: 0;
  top: 0;
}
.c-lb {
  left: 0;
  bottom: 0;
}
.c-lt {
  left: 0;
  top: 0;
}
.body-overflow {
  overflow: hidden;
}
.noborder-top {
  border-top: 0 !important;
}
.cover {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: -80px;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.4);
}
.m-toast {
  position: fixed;
  left: 50%;
  top: 50%;
  line-height: 0.18rem;
  box-sizing: border-box;
  color: var(--prv-text-inverse);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  text-align: center;
}
.m-toast.toast-absolute {
  position: absolute;
}
.m-toast .info {
  padding: 0.095rem 0.18rem;
  max-width: 77.33%;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  border-radius: 0.55rem;
  text-align: center;
  display: inline-block;
  word-break: break-all;
  max-height: 0.55rem;
}
.m-toast.toast-square .success-icon,
.m-toast.toast-square .loading-icon {
  width: 0.5rem;
  height: 0.5rem;
  margin-top: 0.2rem;
  display: block;
  margin: 0.2rem auto 0;
}
.m-toast.toast-square .info {
  line-height: 0.4rem;
  width: 1.5rem;
  height: 1.4rem;
  text-align: center;
  border-radius: 0.1rem;
  max-height: none;
}
:root,
html {
  --prv-bg-page: #fff;
  --prv-bg-page-g2: #f7f7f7;
  --prv-bg-card: #f5f5f5;
  --prv-bg-popup: #fff;
  --gradient-g1: 160deg, rgba(22, 224, 90, 1) 0, rgb(22, 224, 157, 1) 100%;
  --gradient-g1-dis: 160deg, rgba(22, 224, 90, 0.32) 0,
    rgb(22, 224, 157, 0.32) 100%;
  --prv-text-main: #333;
  --prv-text-sec: #666;
  --prv-text-des: #999;
  --prv-text-inverse: #fff;
  --prv-em-color: #00cc36;
  --prv-line: #eee;
  --prv-light: #fff;
}
:root [data-theme="dark"],
html [data-theme="dark"] {
  --prv-bg-page: #131f30;
  --prv-bg-page-g2: #192333;
  --prv-bg-card: rgba(255, 255, 255, 0.04);
  --prv-bg-popup: rgba(68, 78, 92, 0.98);
  --gradient-g1: 160deg, rgba(12, 204, 76, 1) 0, rgba(8, 204, 126, 1) 100%;
  --gradient-g1-dis: 160deg, rgba(12, 204, 76, 0.32) 0,
    rgba(8, 204, 126, 0.32) 100%;
  --prv-text-main: rgba(255, 255, 255, 0.86);
  --prv-text-sec: rgba(255, 255, 255, 0.66);
  --prv-text-des: rgba(255, 255, 255, 0.46);
  --prv-text-inverse: #131f30;
  --prv-em-color: #0ccc4c;
  --prv-line: rgba(255, 255, 255, 0.04);
  --prv-light: #fff;
}
.m-popup {
  position: fixed;
  width: 65.33%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: var(--prv-bg-page);
  z-index: 9999;
  border-radius: 0.1rem;
}
.m-popup .popup-info {
  padding: 0.15rem 0.26rem;
  text-align: center;
}
.m-popup .popup-info .c-title {
  position: relative;
  line-height: 0.32rem;
  min-height: 0.12rem;
  font-weight: 700;
  font-size: 0.17rem;
}
.m-popup .popup-info .c-info {
  padding: 0.025rem 0;
  font-size: 0.13rem;
  line-height: 0.2rem;
}
.m-popup .popup-info .info-bold {
  font-weight: 700;
}
.m-popup .popup-info.textInfoLeft .c-info {
  text-align: left;
}
.m-popup .popup-btn {
  position: relative;
  letter-spacing: -0.04rem;
}
.m-popup .popup-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--prv-line);
  -webkit-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.m-popup .popup-btn .c-btn-link {
  width: 49.9%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  line-height: 0.41rem;
  text-align: center;
  box-sizing: border-box;
  font-size: 0.16rem;
}
.m-popup .popup-btn .c-btn-link:last-child {
  position: relative;
  color: var(--prv-em-color);
}
.m-popup .popup-btn .c-btn-link:last-child:focus,
.m-popup .popup-btn .c-btn-link:last-child:visited,
.m-popup .popup-btn .c-btn-link:last-child:active {
  color: var(--prv-em-color);
}
.m-popup .popup-btn .c-btn-link:last-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--prv-line);
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.m-popup .popup-btn.popup-btn-only .c-btn-link {
  width: 100%;
  border: none;
}
.m-popup .popup-btn.popup-btn-only .c-btn-link:last-child::before {
  background: none;
}
.statement,
.permission-intro {
  padding: 0.15rem 0.25rem;
  color: var(--prv-text-sec);
}
.statement .title,
.permission-intro .title {
  line-height: 0.42rem;
  text-align: center;
  font-size: 0.21rem;
  font-weight: bold;
  margin-top: 0.3rem;
  color: var(--prv-text-main);
}
.statement .time,
.permission-intro .time {
  text-align: center;
  padding-top: 0.03rem;
  font-size: 0.12rem;
  line-height: 1.5;
  margin-bottom: 0.26rem;
  color: var(--prv-text-des);
}
.statement .stitle,
.permission-intro .stitle {
  margin-top: 0.15rem;
  line-height: 0.25rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: var(--prv-text-main);
}
.statement .stitle:before,
.permission-intro .stitle:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  /* margin-right: 0.1rem; */
  margin-top: 0.05rem;
  /* width: 2px; */
  height: 0.15rem;
  border-radius: 2px;
  /* background-color: var(--prv-em-color); */
}
.statement .stitle.subtitle:before,
.permission-intro .stitle.subtitle:before {
  width: 0;
  margin-right: 0;
  background-color: var(--prv-bg-page);
}
.statement .stitle.suptitle,
.permission-intro .stitle.suptitle {
  text-align: center;
}
.statement .stitle.suptitle:before,
.permission-intro .stitle.suptitle:before {
  width: 0;
  margin-right: 0;
  background-color: var(--prv-bg-page);
}
.statement a,
.permission-intro a {
  color: var(--prv-text-sec);
  text-decoration: none;
}
.statement a:focus,
.permission-intro a:focus,
.statement a:visited,
.permission-intro a:visited,
.statement a:active,
.permission-intro a:active {
  color: var(--prv-text-sec);
  text-decoration: none;
}
.statement a.c-green,
.permission-intro a.c-green,
.statement a.c-green:focus,
.permission-intro a.c-green:focus,
.statement a.c-green:visited,
.permission-intro a.c-green:visited,
.statement a.c-green:active,
.permission-intro a.c-green:active,
.statement a.c-link,
.permission-intro a.c-link,
.statement a.c-link:focus,
.permission-intro a.c-link:focus,
.statement a.c-link:visited,
.permission-intro a.c-link:visited,
.statement a.c-link:active,
.permission-intro a.c-link:active {
  color: var(--prv-em-color);
}
.statement .info,
.permission-intro .info {
  margin-top: 0.08rem;
  margin-bottom: -0.04rem;
  font-size: 0.15rem;
  line-height: 0.25rem;
  text-align: justify;
}
.statement .info .links,
.permission-intro .info .links {
  color: var(--prv-em-color);
}
.statement .info.break,
.permission-intro .info.break {
  word-break: break-all;
}
.statement .info.imp,
.permission-intro .info.imp {
  font-weight: 700;
}
.statement .info .c-link-code,
.permission-intro .info .c-link-code {
  display: inline-block;
}
.statement .info code,
.permission-intro .info code {
  color: var(--prv-text-sec);
  font-size: 0.12rem;
  padding: 0.03rem 0.06rem;
  background: var(--prv-bg-page-g2);
  margin: 0 0.05rem;
}
.statement .info.both,
.permission-intro .info.both {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  -moz-box-pack: justify;
  -webkit-box-pack: justify;
  box-pack: justify;
}
.statement .info.subinfo,
.permission-intro .info.subinfo {
  margin-left: 58.64%;
}
.statement .info .bottom-txt,
.permission-intro .info .bottom-txt {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  box-flex: 1;
}
.statement .name,
.permission-intro .name {
  margin-top: 0.08rem;
}
.statement .links,
.permission-intro .links {
  color: var(--prv-em-color);
}
.statement .mes,
.permission-intro .mes {
  margin-top: 0.15rem;
  line-height: 0.25rem;
  font-size: 0.15rem;
  padding-left: 0.15rem;
  list-style-type: disc;
}
.statement .mes li,
.permission-intro .mes li {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.statement .mes .circle,
.permission-intro .mes .circle {
  padding-left: 0.15rem;
  list-style-type: circle;
}
.statement strong,
.permission-intro strong {
  font-weight: 700;
}
.statement .mt,
.permission-intro .mt {
  margin-top: 0.1rem;
}
.statement .mtb3,
.permission-intro .mtb3 {
  margin: 0.03rem 0;
}
.statement .mtb5,
.permission-intro .mtb5 {
  margin: 0.05rem 0;
}
.statement table,
.permission-intro table {
  width: 100%;
  border-left: 1px solid var(--prv-line);
  border-top: 1px solid var(--prv-line);
  box-sizing: border-box;
}
.statement table td,
.permission-intro table td {
  line-height: 0.2rem;
  padding: 0.05rem;
  border-right: 1px solid var(--prv-line);
  border-bottom: 1px solid var(--prv-line);
  box-sizing: border-box;
}
.statement table .tab-txt,
.permission-intro table .tab-txt {
  text-align: center;
}
.statement table .tab-width,
.permission-intro table .tab-width {
  width: 35%;
}
.statement table .tab-break,
.permission-intro table .tab-break {
  word-break: break-all;
}
.statement .underline,
.permission-intro .underline {
  text-decoration: underline;
}
.statement .indent-1,
.permission-intro .indent-1 {
  text-indent: 0.15rem;
}
.statement .indent-2,
.permission-intro .indent-2 {
  text-indent: 0.3rem;
}
.statement .italic,
.permission-intro .italic {
  font-style: italic;
}
.statement .padding-indent,
.permission-intro .padding-indent {
  padding-left: 0.3rem;
}
.statement .padding-subindent,
.permission-intro .padding-subindent {
  padding-left: 0.15rem;
}
.statement .align-right,
.permission-intro .align-right {
  text-align: right;
}
.statement .pic,
.permission-intro .pic {
  margin: 0.2rem 0;
}
.statement .pic img,
.permission-intro .pic img {
  width: 100%;
}
.statement .subhead,
.permission-intro .subhead {
  margin-top: 0.18rem;
}
.statement.popup,
.permission-intro.popup {
  padding: 0 0.15rem 0.15rem;
}
.login-reg-btn {
  height: 0.4rem;
  border-radius: 0.05rem;
  background-color: var(--prv-em-color);
  font-size: 0.15rem;
  color: #fff;
  line-height: 0.4rem;
  text-align: center;
  margin: 0 0.25rem 0.4rem;
}
[data-theme="dark"] .statement .pic img {
  opacity: 0.6;
}
.m-statement-nav {
  height: 0.4rem;
}
.m-statement-nav .inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 0.4rem;
  background-color: var(--prv-bg-page-g2);
}
.m-statement-nav .nav-content {
  position: relative;
  overflow: hidden;
  transform-origin: 0 0 0;
  transform: scale(1, 1);
  opacity: 1;
  -webkit-transform-origin: 0 0 0;
  -webkit-transform: scale(1, 1);
}
.m-statement-nav .list-nav {
  letter-spacing: -0.04rem;
  white-space: nowrap;
  float: left;
  transition-property: transform;
  transition-duration: 0ms;
  transform-origin: 0 0 0;
  -webkit-transition-property: transform;
  -webkit-transition-duration: 0ms;
  -webkit-transform-origin: 0 0 0;
}
.m-statement-nav li {
  line-height: 0.4rem;
  padding: 0 0.12rem;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  font-size: 0.15rem;
  color: var(--prv-text-main);
}
.m-statement-nav li.selected {
  position: relative;
  color: var(--prv-em-color);
}
.m-statement-nav li.selected::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 3px;
  z-index: 2;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 2px;
  background-color: var(--prv-em-color);
}
.catalogue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  height: 0.5rem;
  background-color: var(--prv-bg-page);
}
.catalogue .title {
  position: relative;
  margin-left: 0.13rem;
  margin-top: 0.11rem;
  width: 0.7rem;
  padding-left: 0.32rem;
  line-height: 0.26rem;
  box-sizing: border-box;
  border: 1px solid var(--prv-line);
  border-radius: 0.2rem;
}
