@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');

body img {
  display: block;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
    font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
    box-sizing: border-box;
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal;
}

[hidefocus],
summary {
    outline: 0;
}

li {
    list-style: none;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
    color: inherit;
    text-decoration: inherit;
}

/*
  Add the correct font weight in Edge and Safari.
  */

b,
strong {
    font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font family by default.
  2. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 12px/1.14 arial, \5b8b\4f53;
    color: inherit;
    margin: 0;
    padding: 0;
    color: #333;
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0)
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
    text-transform: none;
}

html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
}

body {
  visibility: hidden;
  max-width: 750px;
  margin: 0 auto;
  background: #fff;
  min-height: 100vh;
}

.navbar {
  max-width: 750px;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 0.88rem;
  background: #fff;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: 30;
}

.navbar span {
  text-align: center;
  font-size: 0.32rem;
  font-weight: bold;
  color: #02010E;
}

.navbar span:nth-child(1) {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0.2rem;
}

.navbar span:nth-child(1) i {
  width: 0.3rem;
  height: 0.3rem;
  background: url(../images/back.png) no-repeat center center;
  background-size: contain;
}

.navbar span:nth-child(2) {
  width: 50%;
}

.navbar span:nth-child(3) {
  width: 25%;
  font-size: 0.24rem;
  font-weight: 400;
  color: #262626;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 0.26rem;
  position: relative;
}

.navbar span:nth-child(3).active i {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navbar span:nth-child(3) i {
  width: 0.26rem;
  height: 0.26rem;
  background: url(../images/arrow1.png) no-repeat center center;
  background-size: contain;
  margin-left: 0.2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.navbar span:nth-child(3)>div {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0.26rem;
  width: 2.4rem;
  height: 1.36rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.16);
  border-radius: 0.15rem;
}

.navbar span:nth-child(3)>div b {
  height: 0.66rem;
  text-align: center;
  display: block;
  line-height: 0.66rem;
  font-size: 0.26rem;
  font-weight: 500;
  color: #999999;
}

.navbar span:nth-child(3)>div b:nth-child(1) {
  position: relative;
}

.navbar span:nth-child(3)>div b:nth-child(1)::before {
  content: "";
  position: absolute;
  top: -0.17rem;
  right: 0.24rem;
  width: 0;
  height: 0;
  border-bottom: 0.18rem solid #fff;
  border-left: 0.26rem solid transparent;
}

.navbar span:nth-child(3)>div b:nth-child(2) {
  border-top: 1px solid #EEEEF0;
}

.navbar span:nth-child(3)>div b.active {
  color: #2FCC58;
}

.tab-bar {
  max-width: 750px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 1.12rem;
  z-index: 30;
  background: url(../images/tabbarbg1.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.4rem 0.4rem 0 0;
}

.tab-bar>div {
  width: 25%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.tab-bar>div:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.tab-bar>div i {
  width: 0.4rem;
  height: 0.4rem;
  margin: 0 auto;
  display: block;
  margin-top: 0.24rem;
}

.tab-bar>div p {
  text-align: center;
  margin-top: 0.055rem;
  font-size: 0.22rem;
  font-weight: 500;
  color: #999999;
}

.tab-bar>div:nth-child(1) i {
  background: #FFFFFF url(../images/n1.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar>div:nth-child(1).active p {
  color: #000E28;
}

.tab-bar>div:nth-child(1).active i {
  background: #FFFFFF url(../images/n1_on.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar>div:nth-child(2) i {
  background: #FFFFFF url(../images/n2.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar>div:nth-child(2).active p {
  color: #000E28;
}

.tab-bar>div:nth-child(2).active i {
  background: #FFFFFF url(../images/n2_on.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar>div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-0.51rem) scale(0.99);
  -ms-transform: translateY(-0.51rem) scale(0.99);
  transform: translateY(-0.51rem) scale(0.99);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.tab-bar>div:nth-child(3) i {
  margin-top: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 100%;
  background: url(../images/n3.png) no-repeat center -0.22rem;
  background-size: 1.7rem 1.7rem;
}

.tab-bar>div:nth-child(3):active {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tab-bar>div:nth-child(3):active {
  -webkit-transform: translateY(-0.53rem) scale(0.8);
  -ms-transform: translateY(-0.53rem) scale(0.8);
  transform: translateY(-0.53rem) scale(0.8);
}

.tab-bar>div:nth-child(4) i {
  background: #FFFFFF url(../images/n4.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar>div:nth-child(4).active p {
  color: #000E28;
}

.tab-bar>div:nth-child(4).active i {
  background: #FFFFFF url(../images/n4_on.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar>div:nth-child(5) i {
  background: #FFFFFF url(../images/n5.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar>div:nth-child(5).active p {
  color: #000E28;
}

.tab-bar>div:nth-child(5).active i {
  background: #FFFFFF url(../images/n5_on.png) no-repeat center center;
  background-size: 100% 100%;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.mask::before {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mask .mask-body {
  width: 6.6rem;
  height: 6.6rem;
  background: #FFFFFF;
  border-radius: 0.32rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.8rem 0.56rem 0.56rem 0.56rem;
}

.mask .mask-body>img {
  width: 1.92rem;
  margin: 0 auto;
}

.mask .mask-body p {
  font-size: 0.32rem;
  font-weight: 500;
  color: #02010E;
  line-height: 0.44rem;
  text-align: justify;
  margin: 0.4rem 0 0 0;
}

.mask .mask-body .btn {
  position: absolute;
  left: 0.56rem;
  bottom: 0.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mask .mask-body .btn>div {
  text-align: center;
  line-height: 0.88rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: #02010E;
}

.mask .mask-body .btn>div:nth-child(1) {
  width: 2.16rem;
  height: 0.88rem;
  background: #F1F2F6;
  border-radius: 0.44rem;
}

.mask .mask-body .btn>div:nth-child(2) {
  width: 3.08rem;
  height: 0.88rem;
  background: #000E28;
  border-radius: 0.44rem;
  color: #FFFFFF;
  margin-left: 0.24rem;
}

.mask.buy .mask-body {
  height: 6.34rem;
}

.mask.buy .mask-body h3 {
  font-size: 0.4rem;
  font-weight: 800;
  color: #02010E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.68rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mask.buy .mask-body h3 img {
  width: 0.48rem;
  margin-right: 0.16rem;
}

.mask.buy .mask-body h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.32rem;
  font-weight: 500;
  color: #98A2AD;
  margin-bottom: 0.48rem;
}

.mask.buy .mask-body h4 b {
  font-size: 0.32rem;
  font-weight: bold;
  color: #02010E;
}

.mask.buy .mask-body .btn div {
  width: 5.48rem;
  height: 0.88rem;
  background: #000E28;
  border-radius: 0.44rem;
  color: #fff;
  font-size: 0.32rem;
}

.mask-tips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.mask-tips.active {
  opacity: 1;
  pointer-events: auto;
}

.mask-tips.active>div {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mask-tips>div {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 5.54rem;
  min-height: 3.85rem;
  background: #FFFFFF;
  border-radius: 0.3rem;
  text-align: center;
  padding: 1.2rem 0.2rem 0.2rem 0.2rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mask-tips>div img {
  position: absolute;
  width: 3.67rem;
  height: 3.61rem;
  left: 50%;
  margin-left: -1.83rem;
  top: -1.67rem;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
  -webkit-transform-origin: center 60%;
  -ms-transform-origin: center 60%;
  transform-origin: center 60%;
}

@-webkit-keyframes rotate {

  70%,
  80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  65%,
  85% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotate {

  70%,
  80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  75% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  65%,
  85% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.mask-tips>div h3 {
  font-size: 0.4rem;
  font-weight: 700;
  color: #000E28;
  font-style: italic;
}

.mask-tips>div h4 {
  font-size: 0.26rem;
  font-weight: 400;
  color: #65E9EE;
  min-height: 1rem;
  padding-top: 0.2rem;
}

.mask-tips>div .btn {
  background: -webkit-gradient(linear, left bottom, left top, from(#0DC1CE), to(#6EEEED));
  background: -o-linear-gradient(bottom, #0DC1CE, #6EEEED);
  background: linear-gradient(0deg, #0DC1CE, #6EEEED);
  width: 2.61rem;
  height: 0.74rem;
  border-radius: 0.2rem;
  text-align: center;
  line-height: 0.74rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
}

.msg-active {
  width: 6.04rem;
  min-height: 1.43rem;
  background: rgba(3, 0, 0, 0.7);
  border-radius: 0.3rem;
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 999999;
  text-align: center;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
  padding: 0.2rem 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
}

.msg-active div {
  width: 0.66rem;
  height: 0.66rem;
  background: url(../images/err.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: 0.15rem;
}

.msg-active div.success {
  background: url(../images/cg.png) no-repeat;
  background-size: 100% 100%;
}

.msg-active b {
  width: 100%;
  font-size: 0.25rem;
  line-height: 0.3rem;
  color: #000E28;
  font-weight: normal;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  opacity: 0;
  top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 0 0.3rem;
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loading.active {
  opacity: 1;
  pointer-events: auto;
}

.loading p {
  font-size: 0.29rem;
  color: #fff;
  margin-top: 0.2rem;
}

.loading .loader {
  border: 0.16rem solid #f3f3f3;
  border-radius: 50%;
  border-top: 0.16rem solid #0BB8E4;
  width: 1rem;
  height: 1rem;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hsycms-model-mask {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2222;
}

.hsycms-model {
  position: fixed;
  z-index: 3333;
  display: none;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  max-width: 80%;
  max-height: 80%;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.hsycms-model.hsycms-model-loading {
  padding: 20px 12px;
  width: 100px;
  background: rgba(0, 0, 0, 0.6);
}

.hsycms-model.hsycms-model-loading .hsycms-model-text {
  padding: 0;
  color: #fff;
}

.hsycms-model .hsycms-model-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hsycms-model .hsycms-model-load span {
  width: 6px;
  -webkit-animation: hsycms-alert-load 1s ease infinite;
  animation: hsycms-alert-load 1s ease infinite;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  margin: 0 5px;
  height: 6px;
  opacity: 0;
  border-radius: 6px;
  background: #fff;
}

.hsycms-model .hsycms-model-load span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.hsycms-model .hsycms-model-load span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.hsycms-model .hsycms-model-text {
  font-size: 14px;
  text-align: center;
  color: #333;
  line-height: 23px;
  padding: 0 20px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-animation: hsycms-alert-text 0.3s ease forwards;
  animation: hsycms-alert-text 0.3s ease forwards;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.hsycms-ani-open {
  -webkit-animation: hsycms-open 0.3s ease forwards;
  animation: hsycms-open 0.3s ease forwards;
}

.hsycms-ani-close {
  -webkit-animation: hsycms-close 0.3s ease forwards;
  animation: hsycms-close 0.3s ease forwards;
}

@-webkit-keyframes hsycms-open {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes hsycms-open {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes hsycms-close {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
}

@keyframes hsycms-close {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
}

@-webkit-keyframes hsycms-alert-text {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes hsycms-alert-text {
  from {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes hsycms-alert-load {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
}

@keyframes hsycms-alert-load {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }
}

.nodata {
  border-radius: 0.2rem;
  padding: 1rem 0.2rem 0 0.2rem;
  position: relative;
  z-index: 9;
}

.nodata img {
  margin: 0 auto;
  display: block;
  height: 3.9rem;
}

.nodata p {
  font-size: 0.32rem;
  color: #0DC1CE;
  text-align: center;
  margin: 0.48rem 0;
  padding: 0 0.2rem;
  color: #98A2AD;
  line-height: 0.44rem;
}

.nodata .btn {
  text-align: center;
  line-height: 0.72rem;
  font-size: 0.32rem;
  width: 3.04rem;
  color: #000E28;
  font-weight: 500;
  margin: 0 auto;
  height: 0.72rem;
  background: #FFFFFF;
  border-radius: 0.34rem;
  border: 0.02rem solid #000E28;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}