@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%;
}

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

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

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

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

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

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

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

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

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

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

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

.tab-bar > .profile:nth-child(5).active i {
  background: url(../img/eus_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;
}

.alignCenter{
    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.96rem;
    color: #FFF;
    width: 100%;
}

.badge {
    padding: 0 .375rem;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    position: relative;
    border: 1px solid currentColor;
    line-height: 1.125rem;
    font-family: Roboto;
    letter-spacing: .01em;
    vertical-align: middle;
}

.badge-text{
    color: #fff;
    line-height: .52rem;
	margin-top: 15px;
    border-color: rgb(255, 255, 255, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #6576ff;
    border-color: #2e41dd;
}

.badge-success {
  color: rgb(255, 255, 255);
  background-color: rgb(55, 38, 128);
  border-color: rgb(255, 255, 255);
}

.rio-ol-po {
    background-color: #00A3FE;
    display: flex;
    width: 109px;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 25px;
    background: linear-gradient(360deg, #052a74 0%, #572973 100%);
    box-shadow: 0px 4px 2px rgba(26, 0, 116, 0.36);
	border: 1px solid #862fb9;
}

.text-white {
    color: #fff;
}

.widget {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
    position: relative;
    width: 100%;
    border-radius: 6px;
    border: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget-content {
    align-content: center;
    width: 100%;
}

.widget-four .widget-content {
    font-size: 17px;
}

.widget-content .summary-list {
    position: relative;
    padding: 5px 4px;
    border-radius: 6px;
}


.widget-content .summary-list .summery-info {
    display: flex;
    margin-bottom: 0;
}

.widget-four .widget-content .w-summary-details {
    width: 100%;
    align-self: center;
}

.widget-four .widget-content .w-summary-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1px;
}

.widget-four .widget-content .w-summary-info .summary-count {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    font-weight: 600;
    color: #FFFFFF80;
}
.w100{width:100% !important;}


.right {
    float: right;
}

.rightBtn[data-v-e65b4284] {
    width: 5.6vmin;
    height: 5.333vmin;
    cursor: pointer;
}

.rightBtn img[data-v-e65b4284] {
    width: 100%;
}


.titleBar[data-v-400f8df7] {
    padding: 8px 4vmin;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 11.733vmin;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	margin-bottom: 25px;
}

.titleBar .back[data-v-400f8df7] {
    position: absolute;
    left: 4vmin;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.6vmin;
    height: 5.333vmin;
    cursor: pointer;
}

.titleBar .title[data-v-400f8df7] {
    text-align: center;
    font-size: 4.8vmin;
    font-family: PingFang SC;
    font-weight: 700;
    line-height: 6.667vmin;
    color: #333;
}

.titleBar .right[data-v-400f8df7] {
    position: absolute;
    right: 4vmin;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.back-img{width: 30px; margin-top: -8px; margin-left: -10px;}

.overflow{overflow: hidden;}

.mask .close[data-v-c35495fc] {
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(data:image/png;base64,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) center/100% no-repeat;
    left: 50%;
    bottom: -45px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    cursor: pointer;
}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}



/* confirm box */

::selection {
    background: var(--a_3);
    color: #fff;
}

.display {
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.alignCenter {
    align-items: center;
}

.alignStretch {
    align-items: stretch;
}

.justifyCenter {
    justify-content: center;
}

.radius50P {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.radius15PX {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.clickBtn_S {
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #090909;
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}

.actionBar {
    width: 100%;
}

.actionBar>div {
    margin: 0 0 0 10px;
}

.actionBar>div:nth-child(1) {
    margin: 0;
}

.roundOff {
    width: 45px;
    height: 45px;
    top: -60px;
    right: 10px;
    position: absolute;
    background-color: var(--r_3);
    z-index: 99;
}

.roundOff i {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.overallShade {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(46, 46, 46, 0.3);
    z-index: 1;
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    -ms-backdrop-filter: blur(1px);
}

.promptBox {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    position: fixed;
    z-index: 9999;
	height:100vh;
}

.promptCont {
    margin: 0 auto;
    padding: 20px;
    position: relative;
    background-color: #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -ms-backdrop-filter: blur(5px);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    z-index: 2;
	color: #0084ff;
}

.promptCont {
    width: 90%;
    max-width: 520px;
    max-height: 95vh;
    top: -10%;
    position: relative;
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
}

.promptCont .actionBar {
    width: 100%;
}

.awardingBox {
    position: relative;
}

.take {
    padding: 0 40px;
}

.et-02s {
    -webkit-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.hipes{
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 30px;	
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


