@charset "UTF-8";
html,
body {
  font-family: PingFang SC;
  font-weight: 400;
}

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

body img {
  display: block;
}

html.web {
  font-size: calc(550px / 10) !important;
}

html.web body {
  max-width: 550px;
}

html.web body .navbar {
  max-width: 550px;
}

html.web body .tab-bar {
  max-width: 550px;
}

.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: .96rem;
  background: #0D1119;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 30;
}

.navbar span {
  text-align: center;
  font-size: .32rem;
  font-weight: 400;
  color: #FFFFFF;
}

.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: .20rem;
}

.navbar span:nth-child(1) i {
  width: .64rem;
  height: .64rem;
  background: url(../img/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: .32rem;
  font-weight: 400;
  color: #FFFFFF;
  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: .26rem;
  position: relative;
}

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

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

.navbar span:nth-child(3) > div {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: .26rem;
  width: 2.40rem;
  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: .15rem;
}

.navbar span:nth-child(3) > div b {
  height: .66rem;
  text-align: center;
  display: block;
  line-height: .66rem;
  font-size: .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: -.17rem;
  right: .24rem;
  width: 0;
  height: 0;
  border-bottom: .18rem solid #fff;
  border-left: .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%);
          transform: translateX(-50%);
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 1.11rem;
  z-index: 30;
  background: #191B27;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS < 11.2 */
  padding-bottom: env(safe-area-inset-bottom);
  /* 兼容 iOS >= 11.2 */
}

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

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

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

.tab-bar > div p {
  text-align: center;
  margin-top: .055rem;
  font-size: .24rem;
  font-weight: 500;
  color: #A4AFBE;
}

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

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

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

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

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

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

.tab-bar > div:nth-child(3) i {
  -webkit-transform: scale(1.07);
          transform: scale(1.07);
  width: .56rem;
  height: .56rem;
  background: url(../img/n3.png) no-repeat center center;
  background-size: 100% 100%;
}

.tab-bar > div:nth-child(3).active p {
  color: #fff;
}

.tab-bar > div:nth-child(3).active i {
  background: url(../img/n3.png) no-repeat center center;
  background-size: 100% 100%;
}

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

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

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

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

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

.tab-bar > div:nth-child(5).active i {
  background: url(../img/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.5);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mask .mask-body {
  width: 6.54rem;
  background: #FFFFFF url(../img/ic_pop_bg@2x.png) no-repeat;
  background-size: 100% auto;
  border-radius: .16rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: .84rem .52rem .64rem .52rem;
}

.mask .mask-body h3 {
  font-size: .48rem;
  font-weight: 800;
  color: #0D1119;
  margin-bottom: .68rem;
  font-weight: bold;
}

.mask .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: .36rem;
  font-weight: bold;
  color: #0D1119;
  margin-bottom: .48rem;
}

.mask .mask-body h4 b {
  font-size: .48rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #142031;
}

.mask .mask-body h4 b img {
  width: .28rem;
  margin-right: .08rem;
}

.mask .mask-body h4 b span {
  font-size: .40rem;
  font-weight: 400;
  color: #A4AFBE;
  margin-right: .18rem;
}

.mask .mask-body h4.con {
  margin-bottom: .80rem;
}

.mask .mask-body h4.con b {
  font-size: .28rem;
  font-weight: bold;
  color: #0D1119;
}

.mask .mask-body .btn div {
  height: .80rem;
  background: #0078E8;
  border-radius: .08rem;
  text-align: center;
  line-height: .80rem;
  font-size: .32rem;
  font-weight: 400;
  color: #FFFFFF;
}

.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 .3s;
  transition: opacity .3s;
}

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

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

.mask-tips > div {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 5.54rem;
  background: #FFFFFF;
  border-radius: .16rem;
  text-align: center;
  padding: 1.2rem .2rem .2rem .2rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-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%;
          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: .40rem;
  font-weight: 700;
  color: #00BA63;
  font-style: italic;
}

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

.mask-tips > div .btn {
  background: -webkit-gradient(linear, left bottom, left top, from(#0DC1CE), to(#6EEEED));
  background: linear-gradient(0deg, #0DC1CE, #6EEEED);
  width: 2.61rem;
  height: .74rem;
  border-radius: .20rem;
  text-align: center;
  line-height: .74rem;
  font-size: .30rem;
  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: .30rem;
  -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: .4s;
  transition: .4s;
  pointer-events: none;
  opacity: 0;
  padding: 0.2rem .10rem;
  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: .66rem;
  height: .66rem;
  background: url(../img/err.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: .15rem;
}

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

.msg-active b {
  width: 100%;
  font-size: .25rem;
  line-height: .30rem;
  color: #7FFBB0;
  font-weight: normal;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  opacity: 0;
  top: .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 .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 .3s;
  transition: opacity .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: .29rem;
  color: #fff;
  margin-top: .2rem;
}

.loading .loader {
  border: .16rem solid #f3f3f3;
  border-radius: 50%;
  border-top: .16rem solid #0BB8E4;
  width: 1.00rem;
  height: 1.00rem;
  -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;
          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);
          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);
          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: .20rem;
  padding: 1rem .20rem 0 .20rem;
  position: relative;
  z-index: 9;
}

.nodata img {
  margin: 0 auto;
  display: block;
  height: 4.20rem;
  margin-bottom: 1rem;
}

.nodata .btn {
  width: 6.38rem;
  height: .88rem;
  background: #0078E8;
  border-radius: .08rem;
  text-align: center;
  line-height: .88rem;
  font-size: .32rem;
  color: #fff;
  font-weight: 500;
  margin: 0 auto;
}
