/* stylelint-disable font-family-no-missing-generic-family-keyword */
.text-secondary {
  color: #f95c21 !important; }
a.text-secondary:focus, a.text-secondary:hover {
  color: #f84a08; }
a.text-secondary:visited {
  color: #fa6e3a; }
.text-secondary {
  color: #f95c21 !important; }
a.text-secondary:focus, a.text-secondary:hover {
  color: #f84a08; }
a.text-secondary:visited {
  color: #fa6e3a; }
/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: 'roboto';
  src: url(/webui-m-misc/font/Roboto-Medium.ttf?v=9745) format("truetype"); }
@font-face {
  font-family: 'roboto-middle';
  src: url(/webui-m-misc/font/Roboto-Regular.ttf?v=5673) format("truetype"); }
html, body {
  font-family: 'roboto'; }
.btn {
  font-size: 0.48rem;
  padding: 0 0.5rem;
  height: 1.35rem;
  line-height: 1.35rem;
  color: #153862;
  border-radius: 1rem;
  border: 1px solid #153862; }
.btn:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset; }
.btn:focus, .btn:hover, .btn:active, .btn.active {
    background: #fff;
    border-color: #153862;
    text-decoration: none;
    color: #153862; }
.btn.disabled {
  color: #fff;
  background: #ccc;
  border-color: #ccc; }
.btn.disabled:focus, .btn.disabled:hover, .btn.disabled:active, .btn.disabled.active {
    color: #fff;
    background: #ccc;
    border-color: #ccc; }
.btn.btn-primary {
  border: 1px solid #f38b34;
  background: -webkit-gradient(linear, left top, right top, from(#f38b34), to(#ff581d));
  background: -o-linear-gradient(left, #f38b34, #ff581d);
  background: linear-gradient(to right, #f38b34, #ff581d); }
.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active {
    background: -webkit-gradient(linear, left top, right top, from(#f38b34), to(#ff581d));
    background: -o-linear-gradient(left, #f38b34, #ff581d);
    background: linear-gradient(to right, #f38b34, #ff581d);
    border-color: #f38b34;
    color: #fff; }
.btn-secondary {
  color: #fff;
  border-color: #ff7947;
  background: -webkit-gradient(linear, left top, right top, from(#ff7947), to(#f95c21));
  background: -o-linear-gradient(left, #ff7947, #f95c21);
  background: linear-gradient(to right, #ff7947, #f95c21); }
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    border-color: #ff7947;
    background: -webkit-gradient(linear, left top, right top, from(#ff7947), to(#f95c21));
    background: -o-linear-gradient(left, #ff7947, #f95c21);
    background: linear-gradient(to right, #ff7947, #f95c21); }
.btn-third {
  color: #f95c21;
  border-color: #ddd;
  background: #ddd; }
.btn-third:focus, .btn-third:hover, .btn-third:active, .btn-third.active {
    color: #f95c21;
    border-color: #ddd;
    background: #ddd; }
.btn.btn-submit {
  color: #fff;
  border: 1px solid #5884FF;
  background: -webkit-gradient(linear, left top, right top, from(#5884FF), to(#325FDC));
  background: -o-linear-gradient(left, #5884FF, #325FDC);
  background: linear-gradient(to right, #5884FF, #325FDC); }
.btn.btn-submit:focus, .btn.btn-submit:hover, .btn.btn-submit:active, .btn.btn-submit.active {
    background: -webkit-gradient(linear, left top, right top, from(#5884FF), to(#325FDC));
    background: -o-linear-gradient(left, #5884FF, #325FDC);
    background: linear-gradient(to right, #5884FF, #325FDC);
    border-color: #5884FF;
    color: #fff; }
.disabled {
  cursor: default;
  opacity: .7;
  pointer-events: none; }
.text-gray {
  color: #999 !important; }
.text-placeholder {
  color: #ccc !important; }
.loading.loading-lg {
  min-height: 2rem; }
.loading.loading-lg::after {
    height: 1rem;
    width: 1rem; }
/* modal */
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(0, 0, 0, 0.5); }
.modal.modal-sm .modal-container {
  padding: 0;
  border-radius: 10px; }
.modal-container .modal-footer {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.modal-container .modal-footer .btn {
    border-radius: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-color: transparent; }
.modal-container .modal-footer .cancel {
    border-bottom-left-radius: 10px;
    border-top-color: #eee;
    border-right-color: #eee;
    color: #999; }
.modal-container .modal-footer .confirm {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-color: #eee;
    color: #325fdc; }
.accordion[open] .accordion-header .icon, .accordion input:checked ~ .accordion-header .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
summary.accordion-header::-webkit-details-marker {
  display: none; }
.share-modal {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: none; }
.share-modal .share-modal-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: .5; }
.share-modal .share-modal-content {
    position: fixed;
    bottom: 0;
    height: 0;
    width: 100vw;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 .52rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
.share-modal .share-modal-content .whatsapp-icon {
      width: 1.41rem;
      height: 1.41rem; }
.share-modal .share-modal-content img {
      width: 100%;
      height: 100%; }
.share-modal .share-modal-content .share-whatsapp {
      height: 1.41rem;
      background: #2E77E8;
      border-radius: .25rem;
      color: #FFFCFC;
      font-size: .42rem;
      line-height: 1.41rem;
      padding: 0 1.3rem; }
.share-modal .share-modal-content .share-others {
      height: 1.41rem;
      width: 1.41rem;
      background: #2E77E8;
      line-height: 1.41rem;
      text-align: center;
      color: #fff;
      border-radius: .25rem; }
.modal-open {
  overflow: hidden; }
.modal-confirm {
  z-index: 99999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0; }
.modal-confirm .modal-confirm-mask {
    z-index: 8;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
.modal-confirm .modal-confirm-content {
    position: absolute;
    z-index: 10;
    width: 7.77rem;
    min-height: 5rem;
    height: auto;
    background-color: white;
    border-radius: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.modal-confirm .modal-confirm-content .modal-confirm-main {
      padding: .4rem;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.modal-confirm .modal-confirm-content .modal-confirm-main h5 {
        font-size: .5rem;
        color: #3b4351;
        font-weight: bold; }
.modal-confirm .modal-confirm-content .modal-confirm-main p {
        line-height: .6rem; }
.modal-confirm .modal-confirm-content .modal-confirm-main p:first-child {
          margin-bottom: .2rem; }
.modal-confirm .modal-confirm-content .modal-confirm-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-top: 1px solid #cccccc;
      height: 1.27rem;
      background-color: white;
      border-bottom-left-radius: .4rem;
      border-bottom-right-radius: .4rem;
      line-height: 1.27rem;
      overflow: hidden; }
.modal-confirm .modal-confirm-content .modal-confirm-footer .modal-confirm-cancel {
        outline: none;
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #999;
        text-align: center;
        font-size: 0.5rem;
        line-height: 1.27rem;
        border-right: 1px solid #ccc; }
.modal-confirm .modal-confirm-content .modal-confirm-footer .modal-confirm-ok {
        outline: none;
        display: block;
        color: #325fdc;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        font-size: 0.5rem;
        line-height: 1.27rem; }
.mescroll-hardware {
  -webkit-transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
.mescroll-downwarp {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-align: center; }
.mescroll-downwarp-reset {
  -webkit-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms; }
.mescroll-downwarp .downwarp-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 30px;
  padding: 10px 0; }
.mescroll-upwarp {
  min-height: 30px;
  padding: 15px 0;
  text-align: center;
  visibility: hidden; }
.mescroll-downwarp .downwarp-tip, .mescroll-upwarp .upwarp-tip, .mescroll-upwarp .upwarp-nodata {
  display: inline-block;
  font-size: 12px;
  color: gray;
  vertical-align: middle; }
.mescroll-downwarp .downwarp-tip, .mescroll-upwarp .upwarp-tip {
  margin-left: 8px; }
.mescroll-downwarp .downwarp-progress, .mescroll-upwarp .upwarp-progress {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid gray;
  border-bottom-color: transparent;
  vertical-align: middle; }
.mescroll-rotate {
  -webkit-animation: mescrollRotate .6s linear infinite;
  animation: mescrollRotate .6s linear infinite; }
@-webkit-keyframes mescrollRotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes mescrollRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.mescroll-empty {
  width: 100%;
  padding-top: 20px;
  text-align: center; }
.mescroll-empty .empty-icon {
  width: 45%; }
.mescroll-empty .empty-tip {
  margin-top: 6px;
  font-size: 14px;
  color: gray; }
.mescroll-empty .empty-btn {
  max-width: 50%;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #65aadd;
  border-radius: 6px;
  background-color: white;
  color: #65aadd; }
.mescroll-empty .empty-btn:active {
  opacity: .75; }
.mescroll-totop {
  z-index: 9990;
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0; }
.mescroll-lazy-in, .mescroll-fade-in {
  -webkit-animation: mescrollFadeIn .5s linear forwards;
  animation: mescrollFadeIn .5s linear forwards; }
@-webkit-keyframes mescrollFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes mescrollFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.mescroll-fade-out {
  pointer-events: none;
  -webkit-animation: mescrollFadeOut .5s linear forwards;
  animation: mescrollFadeOut .5s linear forwards; }
@-webkit-keyframes mescrollFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes mescrollFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.mescroll-bar::-webkit-scrollbar-track {
  background-color: transparent; }
.mescroll-bar::-webkit-scrollbar {
  width: 6px; }
.mescroll-bar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ccc; }
.mescroll-bar::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }
.upup {
  position: relative;
  width: 100%;
  height: 100%; }
.upup .upup-item {
    position: absolute; }
.upup .upup-item .upup-item-icon {
      position: absolute;
      width: .45rem;
      height: .45rem;
      background-size: 100%;
      background-origin: border-box;
      background-clip: border-box;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 2;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: .03rem solid #fff;
      border-radius: 50%; }
.upup .upup-item .upup-item-icon .user-icon {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-image: url(/webui-m-misc/img/black-gold-1.png?v=b4d2);
        background-size: 100%; }
.upup .upup-item .light {
      position: absolute;
      width: .8rem;
      height: 1rem;
      left: -.3rem;
      top: -1.2rem;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url(/webui-m-misc/img/wall-item-bg.png?v=6f23); }
.upup .upup-item .buling {
      position: absolute;
      will-change: transform;
      left: 0;
      bottom: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      opacity: .2;
      z-index: -1;
      -webkit-animation: buling linear infinite 3s;
              animation: buling linear infinite 3s;
      background: -o-radial-gradient(closest-side, #fff, #ffc809, #ff7401);
      background: radial-gradient(closest-side, #fff, #ffc809, #ff7401); }
@-webkit-keyframes upup {
  0% {
    bottom: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  50% {
    bottom: 45%;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  100% {
    bottom: 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
@keyframes upup {
  0% {
    bottom: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  50% {
    bottom: 45%;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  100% {
    bottom: 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
@-webkit-keyframes buling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes buling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.com-slider {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none; }
.com-slider .com-slider-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: black;
    opacity: .5; }
.com-slider .com-slider-main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 0;
    overflow: hidden; }
.com-slider .com-slider-main.active {
      height: auto; }
.reply-input {
  display: none; }
.reply-input .reply-input-mask {
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .6; }
.reply-input .reply-input-main {
    position: fixed;
    z-index: 99;
    top: 11.9rem;
    width: 2rem;
    padding: .4rem .5rem;
    margin: 0 auto;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
.reply-input .reply-input-main .reply-input-main-number {
      text-align: right;
      margin-bottom: .48rem;
      height: 25px;
      border-bottom-left-radius: .3rem;
      border-bottom-right-radius: .3rem;
      background: #fff;
      margin-top: -0.2rem;
      padding-right: .4rem;
      color: #BBBBBB;
      font-size: .36rem; }
.reply-input .reply-input-main .reply-form-input {
      resize: none;
      border-radius: .3rem;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      width: 100%;
      outline: none;
      padding: .4rem;
      font-size: .4rem;
      border: none; }
.reply-input .reply-input-main .reply-input-btn {
      height: 1.3rem;
      border-radius: .25rem;
      background-color: #00BE6A;
      line-height: 1.3rem;
      text-align: center;
      margin-top: .4rem;
      font-size: .48rem;
      color: #fff; }
input::-webkit-input-placeholder {
  color: #ccc; }
input:focus {
  outline: none; }
body {
  font-size: 0.42rem;
  font-family: sans-serif;
  background: #f5f5f5 !important;
  overflow-x: hidden;
  margin: 0; }
a {
  color: #325fdc; }
a:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
a:focus, a:hover, a:active, a.active {
    color: #325fdc;
    text-decoration: none; }
a:visited {
    color: #325fdc; }
p {
  margin-bottom: 0; }
.font-amount {
  font-size: 1.2rem; }
.font-huge {
  font-size: .6rem; }
.font-large {
  font-size: .48rem; }
.font-middle {
  font-size: 0.36rem; }
.font-small {
  font-size: 0.3rem; }
.no-border {
  border: none !important; }
.bg-blue {
  background: #153862 !important; }
.bg-dark {
  background: #666 !important; }
.bg-orange {
  background: #ff7800 !important; }
.bg-green {
  background: #0bbf60 !important; }
.bg-red {
  background: #e34747 !important; }
.bg-gray {
  background: #ccc !important; }
.color-blue {
  color: #153862 !important; }
.color-dark {
  color: #666 !important; }
.color-orange {
  color: #ff7800 !important; }
.color-green {
  color: #0bbf60 !important; }
.color-red {
  color: #e34747 !important; }
.color-gray {
  color: #ccc !important; }
.icon-amount {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  vertical-align: middle;
  background: url(/webui-m-misc/img/amount.png?v=90fc) no-repeat;
  background-size: 100%;
  margin-right: 0.16rem; }
.icon-bank {
  margin: -3px .26rem 0 0; }
.bank-402 {
  display: inline-block;
  width: 1.77rem;
  height: 0.54rem;
  vertical-align: middle;
  background: url(/webui-m-misc/img/bank-402.png?v=8682) no-repeat;
  background-size: 100%; }
.bank-408 {
  display: inline-block;
  width: 1.77rem;
  height: 0.54rem;
  vertical-align: middle;
  background: url(/webui-m-misc/img/bank-408.png?v=a4f8) no-repeat;
  background-size: 100%; }
.bank-702 {
  display: inline-block;
  width: 1.77rem;
  height: 0.54rem;
  vertical-align: middle;
  background: url(/webui-m-misc/img/bank-702.jpg?v=0719) no-repeat;
  background-size: 100%; }
.bank-707 {
  display: inline-block;
  width: 1.77rem;
  height: 0.54rem;
  vertical-align: middle;
  background: url(/webui-m-misc/img/bank-707.png?v=6b9d) no-repeat;
  background-size: 100%; }
.bank-708 {
  display: inline-block;
  width: 1.77rem;
  height: 0.54rem;
  vertical-align: middle;
  background: url(/webui-m-misc/img/bank-708.png?v=0976) no-repeat;
  background-size: 100%; }
.bank-801 {
  display: inline-block;
  width: 1.77rem;
  height: 0.54rem;
  vertical-align: middle;
  background: url(/webui-m-misc/img/bank-801.png?v=84b3) no-repeat;
  background-size: 100%; }
.bank-802 {
  display: inline-block;
  width: 1.77rem;
  height: 0.54rem;
  vertical-align: middle;
  background: url(/webui-m-misc/img/bank-802.png?v=9226) no-repeat;
  background-size: 100%; }
.page-loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }
.page-loading.base-page {
    display: block; }
.app-loading {
  width: 3rem;
  height: 2.6rem;
  text-align: center;
  padding-top: .35rem;
  color: #fff;
  line-height: 2.26rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: .3rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.icon-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: -0.6rem;
  margin-top: -0.6rem;
  display: block;
  background: url(/webui-m-misc/img/loading_icon_pop.png?v=fc26) no-repeat;
  background-size: cover;
  -webkit-animation: loading 3s linear infinite;
          animation: loading 3s linear infinite; }
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.network-error {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff; }
.network-error .icon-system-busy {
    display: inline-block;
    width: 4.24rem;
    height: 3.13rem;
    vertical-align: middle;
    background: url(/webui-m-misc/img/system-busy.png?v=6fc1) no-repeat;
    background-size: 100%;
    margin-top: 1.9rem; }
.network-error .desc {
    margin-top: 1.14rem;
    text-align: center; }
.network-error .btn-format {
    padding: 0 .7rem;
    margin-top: .7rem; }
html, body {
  overflow-x: hidden; }
.spa-app-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden; }
.sb-mod {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
.sb-mod--preload {
  visibility: hidden;
  -webkit-transform: translate3d(-9999px, 0px, 0px);
          transform: translate3d(-9999px, 0px, 0px); }
/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
  font-family: 'roboto';
  src: url(/webui-m-misc/font/Roboto-Medium.ttf?v=9745) format("truetype"); }
@font-face {
  font-family: 'roboto-middle';
  src: url(/webui-m-misc/font/Roboto-Regular.ttf?v=5673) format("truetype"); }
html, body {
  font-family: 'roboto'; }
.btn {
  font-size: 0.48rem;
  padding: 0 0.5rem;
  height: 1.35rem;
  line-height: 1.35rem;
  color: #153862;
  border-radius: 1rem;
  border: 1px solid #153862; }
.btn:focus {
    -webkit-box-shadow: unset;
            box-shadow: unset; }
.btn:focus, .btn:hover, .btn:active, .btn.active {
    background: #fff;
    border-color: #153862;
    text-decoration: none;
    color: #153862; }
.btn.disabled {
  color: #fff;
  background: #ccc;
  border-color: #ccc; }
.btn.disabled:focus, .btn.disabled:hover, .btn.disabled:active, .btn.disabled.active {
    color: #fff;
    background: #ccc;
    border-color: #ccc; }
.btn.btn-primary {
  border: 1px solid #f38b34;
  background: -webkit-gradient(linear, left top, right top, from(#f38b34), to(#ff581d));
  background: -o-linear-gradient(left, #f38b34, #ff581d);
  background: linear-gradient(to right, #f38b34, #ff581d); }
.btn.btn-primary:focus, .btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary.active {
    background: -webkit-gradient(linear, left top, right top, from(#f38b34), to(#ff581d));
    background: -o-linear-gradient(left, #f38b34, #ff581d);
    background: linear-gradient(to right, #f38b34, #ff581d);
    border-color: #f38b34;
    color: #fff; }
.btn-secondary {
  color: #fff;
  border-color: #ff7947;
  background: -webkit-gradient(linear, left top, right top, from(#ff7947), to(#f95c21));
  background: -o-linear-gradient(left, #ff7947, #f95c21);
  background: linear-gradient(to right, #ff7947, #f95c21); }
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
    color: #fff;
    border-color: #ff7947;
    background: -webkit-gradient(linear, left top, right top, from(#ff7947), to(#f95c21));
    background: -o-linear-gradient(left, #ff7947, #f95c21);
    background: linear-gradient(to right, #ff7947, #f95c21); }
.btn-third {
  color: #f95c21;
  border-color: #ddd;
  background: #ddd; }
.btn-third:focus, .btn-third:hover, .btn-third:active, .btn-third.active {
    color: #f95c21;
    border-color: #ddd;
    background: #ddd; }
.btn.btn-submit {
  color: #fff;
  border: 1px solid #5884FF;
  background: -webkit-gradient(linear, left top, right top, from(#5884FF), to(#325FDC));
  background: -o-linear-gradient(left, #5884FF, #325FDC);
  background: linear-gradient(to right, #5884FF, #325FDC); }
.btn.btn-submit:focus, .btn.btn-submit:hover, .btn.btn-submit:active, .btn.btn-submit.active {
    background: -webkit-gradient(linear, left top, right top, from(#5884FF), to(#325FDC));
    background: -o-linear-gradient(left, #5884FF, #325FDC);
    background: linear-gradient(to right, #5884FF, #325FDC);
    border-color: #5884FF;
    color: #fff; }
.disabled {
  cursor: default;
  opacity: .7;
  pointer-events: none; }
.text-gray {
  color: #999 !important; }
.text-placeholder {
  color: #ccc !important; }
.loading.loading-lg {
  min-height: 2rem; }
.loading.loading-lg::after {
    height: 1rem;
    width: 1rem; }
/* modal */
.modal:target .modal-overlay, .modal.active .modal-overlay {
  background: rgba(0, 0, 0, 0.5); }
.modal.modal-sm .modal-container {
  padding: 0;
  border-radius: 10px; }
.modal-container .modal-footer {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.modal-container .modal-footer .btn {
    border-radius: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-color: transparent; }
.modal-container .modal-footer .cancel {
    border-bottom-left-radius: 10px;
    border-top-color: #eee;
    border-right-color: #eee;
    color: #999; }
.modal-container .modal-footer .confirm {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-color: #eee;
    color: #325fdc; }
.accordion[open] .accordion-header .icon, .accordion input:checked ~ .accordion-header .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
summary.accordion-header::-webkit-details-marker {
  display: none; }
.share-modal {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: none; }
.share-modal .share-modal-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    opacity: .5; }
.share-modal .share-modal-content {
    position: fixed;
    bottom: 0;
    height: 0;
    width: 100vw;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 .52rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
.share-modal .share-modal-content .whatsapp-icon {
      width: 1.41rem;
      height: 1.41rem; }
.share-modal .share-modal-content img {
      width: 100%;
      height: 100%; }
.share-modal .share-modal-content .share-whatsapp {
      height: 1.41rem;
      background: #2E77E8;
      border-radius: .25rem;
      color: #FFFCFC;
      font-size: .42rem;
      line-height: 1.41rem;
      padding: 0 1.3rem; }
.share-modal .share-modal-content .share-others {
      height: 1.41rem;
      width: 1.41rem;
      background: #2E77E8;
      line-height: 1.41rem;
      text-align: center;
      color: #fff;
      border-radius: .25rem; }
.modal-open {
  overflow: hidden; }
.modal-confirm {
  z-index: 99999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0; }
.modal-confirm .modal-confirm-mask {
    z-index: 8;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
.modal-confirm .modal-confirm-content {
    position: absolute;
    z-index: 10;
    width: 7.77rem;
    min-height: 5rem;
    height: auto;
    background-color: white;
    border-radius: .4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
.modal-confirm .modal-confirm-content .modal-confirm-main {
      padding: .4rem;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
.modal-confirm .modal-confirm-content .modal-confirm-main h5 {
        font-size: .5rem;
        color: #3b4351;
        font-weight: bold; }
.modal-confirm .modal-confirm-content .modal-confirm-main p {
        line-height: .6rem; }
.modal-confirm .modal-confirm-content .modal-confirm-main p:first-child {
          margin-bottom: .2rem; }
.modal-confirm .modal-confirm-content .modal-confirm-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      border-top: 1px solid #cccccc;
      height: 1.27rem;
      background-color: white;
      border-bottom-left-radius: .4rem;
      border-bottom-right-radius: .4rem;
      line-height: 1.27rem;
      overflow: hidden; }
.modal-confirm .modal-confirm-content .modal-confirm-footer .modal-confirm-cancel {
        outline: none;
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #999;
        text-align: center;
        font-size: 0.5rem;
        line-height: 1.27rem;
        border-right: 1px solid #ccc; }
.modal-confirm .modal-confirm-content .modal-confirm-footer .modal-confirm-ok {
        outline: none;
        display: block;
        color: #325fdc;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        font-size: 0.5rem;
        line-height: 1.27rem; }
.mescroll-hardware {
  -webkit-transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }
.mescroll-downwarp {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  text-align: center; }
.mescroll-downwarp-reset {
  -webkit-transition: height 300ms;
  -o-transition: height 300ms;
  transition: height 300ms; }
.mescroll-downwarp .downwarp-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 30px;
  padding: 10px 0; }
.mescroll-upwarp {
  min-height: 30px;
  padding: 15px 0;
  text-align: center;
  visibility: hidden; }
.mescroll-downwarp .downwarp-tip, .mescroll-upwarp .upwarp-tip, .mescroll-upwarp .upwarp-nodata {
  display: inline-block;
  font-size: 12px;
  color: gray;
  vertical-align: middle; }
.mescroll-downwarp .downwarp-tip, .mescroll-upwarp .upwarp-tip {
  margin-left: 8px; }
.mescroll-downwarp .downwarp-progress, .mescroll-upwarp .upwarp-progress {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid gray;
  border-bottom-color: transparent;
  vertical-align: middle; }
.mescroll-rotate {
  -webkit-animation: mescrollRotate .6s linear infinite;
  animation: mescrollRotate .6s linear infinite; }
@-webkit-keyframes mescrollRotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes mescrollRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.mescroll-empty {
  width: 100%;
  padding-top: 20px;
  text-align: center; }
.mescroll-empty .empty-icon {
  width: 45%; }
.mescroll-empty .empty-tip {
  margin-top: 6px;
  font-size: 14px;
  color: gray; }
.mescroll-empty .empty-btn {
  max-width: 50%;
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #65aadd;
  border-radius: 6px;
  background-color: white;
  color: #65aadd; }
.mescroll-empty .empty-btn:active {
  opacity: .75; }
.mescroll-totop {
  z-index: 9990;
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  opacity: 0; }
.mescroll-lazy-in, .mescroll-fade-in {
  -webkit-animation: mescrollFadeIn .5s linear forwards;
  animation: mescrollFadeIn .5s linear forwards; }
@-webkit-keyframes mescrollFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes mescrollFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.mescroll-fade-out {
  pointer-events: none;
  -webkit-animation: mescrollFadeOut .5s linear forwards;
  animation: mescrollFadeOut .5s linear forwards; }
@-webkit-keyframes mescrollFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes mescrollFadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.mescroll-bar::-webkit-scrollbar-track {
  background-color: transparent; }
.mescroll-bar::-webkit-scrollbar {
  width: 6px; }
.mescroll-bar::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ccc; }
.mescroll-bar::-webkit-scrollbar-thumb:hover {
  background-color: #aaa; }
.upup {
  position: relative;
  width: 100%;
  height: 100%; }
.upup .upup-item {
    position: absolute; }
.upup .upup-item .upup-item-icon {
      position: absolute;
      width: .45rem;
      height: .45rem;
      background-size: 100%;
      background-origin: border-box;
      background-clip: border-box;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 2;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: .03rem solid #fff;
      border-radius: 50%; }
.upup .upup-item .upup-item-icon .user-icon {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-image: url(/webui-m-misc/img/black-gold-1.png?v=b4d2);
        background-size: 100%; }
.upup .upup-item .light {
      position: absolute;
      width: .8rem;
      height: 1rem;
      left: -.3rem;
      top: -1.2rem;
      background-size: 100%;
      background-repeat: no-repeat;
      background-image: url(/webui-m-misc/img/wall-item-bg.png?v=6f23); }
.upup .upup-item .buling {
      position: absolute;
      will-change: transform;
      left: 0;
      bottom: 0;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      opacity: .2;
      z-index: -1;
      -webkit-animation: buling linear infinite 3s;
              animation: buling linear infinite 3s;
      background: -o-radial-gradient(closest-side, #fff, #ffc809, #ff7401);
      background: radial-gradient(closest-side, #fff, #ffc809, #ff7401); }
@keyframes upup {
  0% {
    bottom: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  50% {
    bottom: 45%;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); }
  100% {
    bottom: 100%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8); } }
@keyframes buling {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.com-slider {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none; }
.com-slider .com-slider-mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: black;
    opacity: .5; }
.com-slider .com-slider-main {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 0;
    overflow: hidden; }
.com-slider .com-slider-main.active {
      height: auto; }
.reply-input {
  display: none; }
.reply-input .reply-input-mask {
    position: fixed;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .6; }
.reply-input .reply-input-main {
    position: fixed;
    z-index: 99;
    top: 11.9rem;
    width: 2rem;
    padding: .4rem .5rem;
    margin: 0 auto;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
.reply-input .reply-input-main .reply-input-main-number {
      text-align: right;
      margin-bottom: .48rem;
      height: 25px;
      border-bottom-left-radius: .3rem;
      border-bottom-right-radius: .3rem;
      background: #fff;
      margin-top: -0.2rem;
      padding-right: .4rem;
      color: #BBBBBB;
      font-size: .36rem; }
.reply-input .reply-input-main .reply-form-input {
      resize: none;
      border-radius: .3rem;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      width: 100%;
      outline: none;
      padding: .4rem;
      font-size: .4rem;
      border: none; }
.reply-input .reply-input-main .reply-input-btn {
      height: 1.3rem;
      border-radius: .25rem;
      background-color: #00BE6A;
      line-height: 1.3rem;
      text-align: center;
      margin-top: .4rem;
      font-size: .48rem;
      color: #fff; }
.content {
  position: relative;
  background-color: #F9744A;
  padding-bottom: 1.58rem;
  font-family: MiSans-Normal, MiSans, sans-serif; }
.content .head {
    padding-bottom: .4rem;
    background-color: #FAC898;
    font-size: 0; }
.content .head .the-head {
      position: relative; }
.content .head .the-head .head-box {
        width: 10.05rem;
        height: 5.76rem;
        position: absolute;
        bottom: 0;
        background-image: url(/webui-m-misc/img/invite-friend/invite_card.png?v=b5df);
        background-repeat: no-repeat;
        background-size: 100%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%; }
.content .head .the-head .head-box .head-box-title {
          position: absolute;
          top: 1vh;
          width: 100%;
          height: .52rem;
          line-height: .52rem;
          font-size: .43rem;
          text-align: center;
          color: white; }
.content .head .the-head .head-box .box-item {
          line-height: .4rem;
          font-size: .35rem;
          position: absolute;
          top: 9vh;
          width: 48%;
          text-align: center;
          font-family: MiSans-Normal, MiSans; }
.content .head .the-head .head-box .box-item .box-amount {
            color: #E20000;
            font-weight: 600; }
.content .head .the-head .head-box .box-item .box-amount span {
              font-size: .72rem; }
.content .head .the-head .head-box .box-item .box-line2 {
            color: #B08B57;
            margin: .63rem 0 .35rem; }
.content .head .the-head .head-box .box-item .box-line3 {
            color: #000;
            font-weight: 600; }
.content .head .the-head .head-box .box-right {
          right: 0; }
.content .head .the-head .head-box .head-title {
          line-height: .4rem;
          font-size: .4rem;
          color: #F9744A;
          position: absolute;
          bottom: 2vh;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          font-family: MiSans-Normal, MiSans;
          text-decoration: underline; }
.invite-main {
  padding: 0 .5rem;
  background: #F9744A;
  border-radius: .29rem .29rem 0 0;
  z-index: 101111; }
.invite-main .share-box {
    position: relative; }
.invite-main .share-box .share-box-title {
      position: absolute;
      top: 2vh;
      font-size: .37rem;
      color: white;
      width: 100%;
      height: .40rem;
      line-height: .40rem;
      text-align: center; }
.invite-main .share-box .share-title {
      color: #2C0009;
      position: absolute;
      top: 1.6rem;
      left: 3.4rem; }
.invite-main .share-box .share-img {
      margin: -.2rem 0 .63rem 0;
      display: block; }
.invite-main .share-box .invitation-code {
      position: absolute;
      top: 2.38rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 0 1.47rem; }
.invite-main .share-box .invitation-code span {
        display: inline-block;
        width: 1.15rem;
        height: 1.27rem;
        border: 1px solid #FFA778;
        border-radius: 8px;
        line-height: 1.27rem;
        text-align: center;
        font-size: .52rem;
        color: #E20000;
        background: white; }
.invite-main .share-box .invitation-btn {
      position: absolute;
      top: 5rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      padding: 0 .6rem; }
.invite-main .share-box .invitation-btn .item-btn {
        width: 1.3rem;
        height: 1.3rem;
        float: left; }
.invite-main .share-box .invitation-title {
      position: absolute;
      top: 1.31rem;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
.invite-main .share-box .invitation-title .title {
        display: inline-block;
        width: 2.16rem;
        height: .68rem;
        font-size: .29rem;
        color: #93112D;
        text-align: center;
        line-height: 1rem;
        vertical-align: top;
        font-family: MiSans-Normal, MiSans; }
.invite-main .share-box .invitation-title .btn1 {
        width: 2.9rem;
        padding-left: .3rem; }
.invite-main .share-box .invitation-title .btn2 {
        width: 2rem;
        text-align: left; }
.invite-main .share-box .invitation-title .btn3 {
        width: 2.48rem;
        text-align: left;
        padding-left: .1rem; }
.invite-main .award-box {
    width: 9.94rem;
    height: 2.53rem;
    background-image: url(/webui-m-misc/img/invite-friend/invite_module.png?v=a733);
    background-repeat: no-repeat;
    background-size: 100%; }
.invite-main .award-box .award-title {
      color: #AF3434;
      font-size: .35rem;
      line-height: .46rem;
      padding: .14rem 0 0 .4rem;
      font-family: MiSans-Normal, MiSans; }
.invite-main .award-box .award-bottom {
      margin: .64rem .35rem 0 .4rem;
      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; }
.invite-main .award-box .award-bottom .award-number {
        color: #E20000;
        font-size: .4rem;
        line-height: .55rem; }
.invite-main .award-box .award-bottom .award-number .the-num {
          font-size: .75rem; }
.invite-main .award-box .award-bottom .award-btn {
        width: 3.46rem;
        height: .92rem;
        background-color: #F34622;
        border-radius: .55rem;
        color: #fff;
        font-size: .35rem;
        text-align: center;
        line-height: .92rem; }
.invite-modal {
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5); }
.invite-modal .invite-mask {
    z-index: 1;
    position: absolute;
    width: 8.64rem;
    height: 10.60rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: .86rem;
    background-color: #fff;
    padding: 0 .5rem; }
.invite-modal .invite-mask .mask-title {
      margin: .8rem .5rem .6rem;
      color: #F44722;
      font-family: MiSans-Medium, MiSans;
      font-size: .37rem;
      text-align: center; }
.invite-modal .invite-mask .mask-solid {
      width: 100%;
      height: .03rem;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(49%, #E6A44B), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #E6A44B 49%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #E6A44B 49%, rgba(255, 255, 255, 0) 100%);
      margin-bottom: .43rem; }
.invite-modal .invite-mask .mask-tips {
      font-size: .37rem;
      line-height: .52rem;
      color: black; }
.invite-modal .invite-mask .mask-tips-msg {
      color: #9DA1AE;
      font-size: .37rem;
      line-height: .52rem;
      font-family: MiSans-Normal, MiSans;
      margin-bottom: .6rem; }
.invite-modal .invite-mask .mask-img {
      width: 2.19rem;
      height: 2.19rem;
      left: 0;
      right: 0;
      margin: auto;
      border-radius: .46rem;
      display: none; }
.invite-modal .invite-mask .mask-code {
      width: 6.68rem;
      height: 2.25rem;
      background-image: url(/webui-m-misc/img/invite-friend/screenshorts.png?v=da95);
      background-size: 100%;
      left: 0;
      right: 0;
      margin: auto;
      padding: .8rem .8rem 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
.invite-modal .invite-mask .mask-code span {
        width: .8rem;
        height: .81rem;
        line-height: .81rem;
        text-align: center;
        border: 1px solid #FFA778;
        color: #E20000;
        border-radius: .17rem;
        margin-top: 6px; }
.scroll-box {
  position: absolute;
  top: .8rem;
  left: 0;
  right: 0;
  margin: auto;
  background: #0F0032 !important;
  opacity: .59 !important;
  border-radius: .12rem; }
.scroll-box .scroll-icon {
    display: none; }
.scroll-box .scroll-area {
    padding-left: 0 !important; }
.scroll-box .scroll-area .scroll-up {
      width: 100%; }
.scroll-box .scroll-area .scroll-up li {
        margin: 0; }
