@charset "UTF-8";
@keyframes floatup {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-80px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes floatdown {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(40px) rotate(1.5deg);
  }
  100% {
    transform: translatey(0px);
  }
}
/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * recode by miao
 */
@-ms-viewport {
  width: device-width;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mr-auto {
  margin-left: auto !important;
}

.fl-right {
  float: right;
}

@media (max-width: 767.98px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

.miao-wrapper .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.miao-wrapper .visible {
  visibility: visible !important;
}

.miao-wrapper .invisible {
  visibility: hidden !important;
}

.miao-wrapper .hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
  .miao-wrapper .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .miao-wrapper .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .miao-wrapper .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .miao-wrapper .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .miao-wrapper .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .miao-wrapper .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .miao-wrapper .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .miao-wrapper .hidden-xl-up {
    display: none !important;
  }
}
.miao-wrapper .hidden-xl-down {
  display: none !important;
}

.miao-wrapper .visible-print-block {
  display: none !important;
}

@media print {
  .miao-wrapper .visible-print-block {
    display: block !important;
  }
}
.miao-wrapper .visible-print-inline {
  display: none !important;
}

@media print {
  .miao-wrapper .visible-print-inline {
    display: inline !important;
  }
}
.miao-wrapper .visible-print-inline-block {
  display: none !important;
}

@media print {
  .miao-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .miao-wrapper .hidden-print {
    display: none !important;
  }
}
.miao-wrapper .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .miao-wrapper .container {
    max-width: 540px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .miao-wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .miao-wrapper .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .miao-wrapper .container {
    max-width: 1140px;
  }
}
.miao-wrapper .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.miao-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.miao-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.miao-wrapper .no-gutters > .col,
.miao-wrapper .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.miao-wrapper .col-1,
.miao-wrapper .col-2,
.miao-wrapper .col-3,
.miao-wrapper .col-4,
.miao-wrapper .col-5,
.miao-wrapper .col-6,
.miao-wrapper .col-7,
.miao-wrapper .col-8,
.miao-wrapper .col-9,
.miao-wrapper .col-10,
.miao-wrapper .col-11,
.miao-wrapper .col-12,
.miao-wrapper .col,
.miao-wrapper .col-auto,
.miao-wrapper .col-sm-1,
.miao-wrapper .col-sm-2,
.miao-wrapper .col-sm-3,
.miao-wrapper .col-sm-4,
.miao-wrapper .col-sm-5,
.miao-wrapper .col-sm-6,
.miao-wrapper .col-sm-7,
.miao-wrapper .col-sm-8,
.miao-wrapper .col-sm-9,
.miao-wrapper .col-sm-10,
.miao-wrapper .col-sm-11,
.miao-wrapper .col-sm-12,
.miao-wrapper .col-sm,
.miao-wrapper .col-sm-auto,
.miao-wrapper .col-md-1,
.miao-wrapper .col-md-2,
.miao-wrapper .col-md-3,
.miao-wrapper .col-md-4,
.miao-wrapper .col-md-5,
.miao-wrapper .col-md-6,
.miao-wrapper .col-md-7,
.miao-wrapper .col-md-8,
.miao-wrapper .col-md-9,
.miao-wrapper .col-md-10,
.miao-wrapper .col-md-11,
.miao-wrapper .col-md-12,
.miao-wrapper .col-md,
.miao-wrapper .col-md-auto,
.miao-wrapper .col-lg-1,
.miao-wrapper .col-lg-2,
.miao-wrapper .col-lg-3,
.miao-wrapper .col-lg-4,
.miao-wrapper .col-lg-5,
.miao-wrapper .col-lg-6,
.miao-wrapper .col-lg-7,
.miao-wrapper .col-lg-8,
.miao-wrapper .col-lg-9,
.miao-wrapper .col-lg-10,
.miao-wrapper .col-lg-11,
.miao-wrapper .col-lg-12,
.miao-wrapper .col-lg,
.miao-wrapper .col-lg-auto,
.miao-wrapper .col-xl-1,
.miao-wrapper .col-xl-2,
.miao-wrapper .col-xl-3,
.miao-wrapper .col-xl-4,
.miao-wrapper .col-xl-5,
.miao-wrapper .col-xl-6,
.miao-wrapper .col-xl-7,
.miao-wrapper .col-xl-8,
.miao-wrapper .col-xl-9,
.miao-wrapper .col-xl-10,
.miao-wrapper .col-xl-11,
.miao-wrapper .col-xl-12,
.miao-wrapper .col-xl,
.miao-wrapper .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.miao-wrapper .col {
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.miao-wrapper .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.miao-wrapper .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.miao-wrapper .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.miao-wrapper .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.miao-wrapper .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.miao-wrapper .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.miao-wrapper .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.miao-wrapper .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.miao-wrapper .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.miao-wrapper .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.miao-wrapper .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.miao-wrapper .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.miao-wrapper .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.miao-wrapper .order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.miao-wrapper .order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
  -ms-flex-order: 13;
  order: 13;
}

.miao-wrapper .order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.miao-wrapper .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.miao-wrapper .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.miao-wrapper .order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.miao-wrapper .order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.miao-wrapper .order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.miao-wrapper .order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.miao-wrapper .order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.miao-wrapper .order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.miao-wrapper .order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
}

.miao-wrapper .order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
  -ms-flex-order: 10;
  order: 10;
}

.miao-wrapper .order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
  -ms-flex-order: 11;
  order: 11;
}

.miao-wrapper .order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
  -ms-flex-order: 12;
  order: 12;
}

.miao-wrapper .offset-1 {
  margin-left: 8.3333333333%;
}

.miao-wrapper .offset-2 {
  margin-left: 16.6666666667%;
}

.miao-wrapper .offset-3 {
  margin-left: 25%;
}

.miao-wrapper .offset-4 {
  margin-left: 33.3333333333%;
}

.miao-wrapper .offset-5 {
  margin-left: 41.6666666667%;
}

.miao-wrapper .offset-6 {
  margin-left: 50%;
}

.miao-wrapper .offset-7 {
  margin-left: 58.3333333333%;
}

.miao-wrapper .offset-8 {
  margin-left: 66.6666666667%;
}

.miao-wrapper .offset-9 {
  margin-left: 75%;
}

.miao-wrapper .offset-10 {
  margin-left: 83.3333333333%;
}

.miao-wrapper .offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .miao-wrapper .col-sm {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .miao-wrapper .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .miao-wrapper .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .miao-wrapper .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .miao-wrapper .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .miao-wrapper .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .miao-wrapper .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .miao-wrapper .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .miao-wrapper .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .miao-wrapper .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .miao-wrapper .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .miao-wrapper .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .miao-wrapper .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .miao-wrapper .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .miao-wrapper .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .miao-wrapper .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .miao-wrapper .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .miao-wrapper .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .miao-wrapper .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .miao-wrapper .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .miao-wrapper .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .miao-wrapper .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .miao-wrapper .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .miao-wrapper .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .miao-wrapper .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .miao-wrapper .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .miao-wrapper .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .miao-wrapper .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .miao-wrapper .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .miao-wrapper .offset-sm-0 {
    margin-left: 0;
  }

  .miao-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .miao-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .miao-wrapper .offset-sm-3 {
    margin-left: 25%;
  }

  .miao-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .miao-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .miao-wrapper .offset-sm-6 {
    margin-left: 50%;
  }

  .miao-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .miao-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .miao-wrapper .offset-sm-9 {
    margin-left: 75%;
  }

  .miao-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .miao-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .miao-wrapper .col-md {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .miao-wrapper .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .miao-wrapper .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .miao-wrapper .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .miao-wrapper .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .miao-wrapper .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .miao-wrapper .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .miao-wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .miao-wrapper .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .miao-wrapper .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .miao-wrapper .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .miao-wrapper .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .miao-wrapper .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .miao-wrapper .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .miao-wrapper .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .miao-wrapper .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .miao-wrapper .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .miao-wrapper .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .miao-wrapper .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .miao-wrapper .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .miao-wrapper .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .miao-wrapper .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .miao-wrapper .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .miao-wrapper .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .miao-wrapper .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .miao-wrapper .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .miao-wrapper .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .miao-wrapper .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .miao-wrapper .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .miao-wrapper .offset-md-0 {
    margin-left: 0;
  }

  .miao-wrapper .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .miao-wrapper .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .miao-wrapper .offset-md-3 {
    margin-left: 25%;
  }

  .miao-wrapper .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .miao-wrapper .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .miao-wrapper .offset-md-6 {
    margin-left: 50%;
  }

  .miao-wrapper .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .miao-wrapper .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .miao-wrapper .offset-md-9 {
    margin-left: 75%;
  }

  .miao-wrapper .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .miao-wrapper .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .miao-wrapper .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .miao-wrapper .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .miao-wrapper .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .miao-wrapper .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .miao-wrapper .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .miao-wrapper .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .miao-wrapper .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .miao-wrapper .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .miao-wrapper .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .miao-wrapper .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .miao-wrapper .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .miao-wrapper .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .miao-wrapper .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .miao-wrapper .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .miao-wrapper .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .miao-wrapper .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .miao-wrapper .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .miao-wrapper .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .miao-wrapper .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .miao-wrapper .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .miao-wrapper .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .miao-wrapper .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .miao-wrapper .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .miao-wrapper .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .miao-wrapper .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .miao-wrapper .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .miao-wrapper .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .miao-wrapper .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .miao-wrapper .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .miao-wrapper .offset-lg-0 {
    margin-left: 0;
  }

  .miao-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .miao-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .miao-wrapper .offset-lg-3 {
    margin-left: 25%;
  }

  .miao-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .miao-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .miao-wrapper .offset-lg-6 {
    margin-left: 50%;
  }

  .miao-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .miao-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .miao-wrapper .offset-lg-9 {
    margin-left: 75%;
  }

  .miao-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .miao-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .miao-wrapper .col-xl {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .miao-wrapper .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .miao-wrapper .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .miao-wrapper .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .miao-wrapper .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .miao-wrapper .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .miao-wrapper .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .miao-wrapper .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .miao-wrapper .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .miao-wrapper .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .miao-wrapper .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .miao-wrapper .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .miao-wrapper .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .miao-wrapper .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .miao-wrapper .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .miao-wrapper .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13;
  }

  .miao-wrapper .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .miao-wrapper .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .miao-wrapper .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .miao-wrapper .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .miao-wrapper .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .miao-wrapper .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .miao-wrapper .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .miao-wrapper .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .miao-wrapper .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .miao-wrapper .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
  }

  .miao-wrapper .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
  }

  .miao-wrapper .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
  }

  .miao-wrapper .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
  }

  .miao-wrapper .offset-xl-0 {
    margin-left: 0;
  }

  .miao-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .miao-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .miao-wrapper .offset-xl-3 {
    margin-left: 25%;
  }

  .miao-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .miao-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .miao-wrapper .offset-xl-6 {
    margin-left: 50%;
  }

  .miao-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .miao-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .miao-wrapper .offset-xl-9 {
    margin-left: 75%;
  }

  .miao-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .miao-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.miao-wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
* {
  box-sizing: border-box;
  outline: none;
  font-size: 100%;
  margin: 0;
  text-decoration: none;
}

html {
  line-height: 1.2;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  /* margin-top: -92px; */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3 {
  font-weight: 400;
  color: black;
  line-height: 1.5;
  margin: 0;
}

h1 {
  font-size: 48px;
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 42px;
}
@media (max-width: 991.98px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 28px;
    text-align: center;
  }
}

h3 {
  font-size: 32px;
}
@media (max-width: 991.98px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}

p {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
}

.nbfont {
  font-family: "DIN Condensed";
  font-weight: bold;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.02em;
}

.miao-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.miao-btn i {
  margin-right: 8px;
}
.miao-btn.solid {
  background: #FFCE02;
  color: black;
}
.miao-btn.solid:hover {
  background: #e8bb00;
}
.miao-btn.outline {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.8);
}
.miao-btn.outline:hover {
  border-color: #e8bb00;
  background: #fff4c4;
}
.miao-btn.inline {
  background: none;
  color: #2D74FF;
}
.miao-btn.small {
  margin-top: 32px;
  height: 38px;
  padding: 0 32px;
  font-size: 14px;
}
@media (max-width: 565.98px) {
  .miao-btn.small {
    padding: 0 48px;
  }
}
.miao-btn.md {
  height: 44px;
  padding: 0 40px;
  font-size: 15px;
  font-weight: 500;
}
.miao-btn.lg {
  margin-top: 32px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 16px;
}
.miao-btn.black {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.miao-btn.black:hover {
  background: black !important;
}

.btn-group {
  display: flex;
  align-items: center;
}
.btn-group .miao-btn:first-child {
  margin-right: 32px;
}

/**
 * swtich
 */
.switch-container .switch {
  display: block;
  margin: 0 auto;
}
.switch-container .switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 20px;
  padding: 0px;
  background-color: #f3f3f3;
  border-radius: 18px;
  cursor: pointer;
}
.switch-container .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.switch-container .switch-label:before,
.switch-container .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  transition: inherit;
}
.switch-container .switch-input:checked ~ .switch-label {
  display: block;
  width: 100%;
  height: 100%;
  background: #FFCE02;
  border-radius: 100px;
}
.switch-container .switch-handle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  transition: left 0.15s ease-out;
}
.switch-container .switch-input:checked ~ .switch-handle {
  left: 20px;
  background: white;
}

/******** HEADER *********/
.miao-header {
  border-bottom: 1px solid #f4f4f4;
  position: fixed;
  top: 0;
  z-index: 999999994;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(4px);
}
.miao-header.inside-header {
  background: none;
  border-bottom: none;
  padding-top: 10px;
  position: absolute;
}
.miao-header .miao-navbar {
  align-items: center;
  height: 68px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.miao-header .miao-navbar .navbar-brand {
  display: flex;
  align-items: center;
}
.miao-header .miao-navbar .navbar-brand img {
  width: 126px;
}
.miao-header .miao-navbar .navbar-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: 108px;
  font-size: 14px;
  padding: 0;
  transition: all 0.2s ease;
}
@media (max-width: 1199.98px) {
  .miao-header .miao-navbar .navbar-nav {
    margin-left: 32px;
  }
}
@media (max-width: 991.98px) {
  .miao-header .miao-navbar .navbar-nav {
    background: #333333;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 999999999;
    flex-direction: column;
    width: 300px;
    margin-left: 0;
    left: -300px;
  }
  .miao-header .miao-navbar .navbar-nav li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    font-size: 18px;
    color: #ffffff !important;
  }
}
.miao-header .miao-navbar .navbar-nav.navbar-nav-open {
  left: 0;
  cursor: pointer;
}
.miao-header .miao-navbar .navbar-nav .link {
  color: rgba(0, 0, 0, 0.8);
  padding: 0px 32px;
  transition: all 0.2s ease;
  font-weight: 500;
  position: relative;
}
.miao-header .miao-navbar .navbar-nav .link.s-nav-vip {
  position: relative;
}
.miao-header .miao-navbar .navbar-nav .link.s-nav-vip .act-tag {
  font-size: 12px;
  font-weight: 500;
  background: #FF5569;
  padding: 4px 6px 3px 6px;
  border-radius: 8px 0 10px 0;
  position: absolute;
  right: 16px;
  top: -20px;
  color: #fff;
  transform: scale(0.85);
}
@media (max-width: 991.98px) {
  .miao-header .miao-navbar .navbar-nav .link.s-nav-vip .act-tag {
    top: 0;
  }
}
.miao-header .miao-navbar .navbar-nav .link:hover {
  color: black;
}
.miao-header .miao-navbar .navbar-nav .link.mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .miao-header .miao-navbar .navbar-nav .link.mobile {
    display: flex;
  }
}
.miao-header .miao-navbar .navbar-nav .active-nav {
  border-bottom: 2px solid #FFCE02;
  color: #FFCE02;
}
.miao-header .lang-picker {
  position: relative;
  height: 68px;
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-left: auto;
}
.miao-header .lang-picker .lang {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.miao-header .lang-picker .lang #current-lang::first-letter {
  text-transform: uppercase;
}
.miao-header .lang-picker .lang i {
  display: block;
  font-size: 12px;
  margin-left: 4px;
  color: #888888;
}
.miao-header .menu-dropdown {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  position: absolute;
  top: 65px;
  left: -40px;
  border-radius: 4px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  /* z-index: -999; */
  transition: all 0.2s ease;
  pointer-events: none;
  text-align: center;
}
.miao-header .menu-dropdown::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  left: 49%;
  top: -8px;
}
.miao-header .en .en-help {
  display: none;
}
.miao-header .menu-dropdown .item {
  display: flex;
  justify-content: center;
  min-width: 140px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
  font-size: 13px;
  color: #333333;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-direction: column;
  height: auto;
  padding: 10px;
}
.miao-header .menu-dropdown li:nth-child(1) {
  border-radius: 4px 4px 0 0;
}
.miao-header .menu-dropdown li:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}
.miao-header .menu-dropdown li:hover {
  color: #4d55e8;
}
.miao-header .menu-dropdown li > a {
  color: #333333;
  font-weight: 500;
  transition: all 0.2s ease;
  height: initial;
  padding: 0;
  margin: 0;
  line-height: initial;
  text-align: center;
}
.miao-header .item-divider {
  line-height: initial;
  text-align: center;
  font-size: 12px;
  padding: 6px;
  font-weight: 400;
  background: #ffffff;
  border-bottom: 1px solid #f3f3f3;
  color: #7b7b7b;
  cursor: default;
}
.miao-header .item-divider:hover {
  color: #7b7b7b !important;
}
.miao-header .s-nav-solution {
  color: #333333;
  padding: 0 32px;
  display: block;
  height: 64px;
  font-weight: 500;
  line-height: 64px;
  cursor: pointer;
  position: relative;
}
.miao-header .s-nav-solution span {
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
.miao-header .s-nav-solution span i {
  font-size: 16px;
}
.miao-header .lang-picker:hover .menu-dropdown {
  opacity: 1 !important;
  transform: translateY(-2px);
  pointer-events: initial;
}
.miao-header .s-nav-solution:hover .menu-dropdown {
  opacity: 1 !important;
  transform: translateY(-2px);
  pointer-events: initial;
}
.miao-header .s-nav-solution:hover span {
  color: #4D55E8;
}
.miao-header .s-nav-solution .menu-dropdown {
  left: -4px;
}
.miao-header .navbar-right {
  padding: 0;
  display: flex;
}
.miao-header .navbar-right .navbar-btn {
  display: flex;
  list-style: none;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .miao-header .navbar-right .navbar-btn {
    display: none;
  }
}
.miao-header .navbar-right .navbar-btn .nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  background: #FFCE02;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  margin-left: 16px;
  font-weight: 500;
}
.miao-header .navbar-right .navbar-btn .nav-btn.text {
  background: none;
}
.miao-header .navbar-right .navbar-btn-login {
  display: none;
}
.miao-header .navbar-right #navbar-email {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .miao-header .navbar-right #navbar-email {
    display: none;
  }
}
.miao-header .navbar-right #navbar-email i {
  margin-right: 4px;
}
.miao-header .baidu .lang-picker,
.miao-header .baidu .news,
.miao-header .baidu .paypal,
.miao-header .baidu .fb-like,
.miao-header .baidu .miao-blogroll {
  display: none !important;
}
.miao-header .btn-open-nav,
.miao-header .btn-close-nav {
  display: none !important;
  cursor: pointer;
}
.miao-header .btn-close-nav {
  margin-top: 40px;
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 50px;
}
@media (max-width: 1199.98px) {
  .miao-header .btn-close-nav {
    display: block !important;
  }
}
.miao-header .btn-open-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .miao-header .btn-open-nav {
    display: block !important;
  }
}

.miao-notice {
  background: gray;
  transition: all 0.2s ease;
  display: none;
  cursor: pointer;
}
@media (max-width: 565.98px) {
  .miao-notice {
    display: none !important;
  }
}
.miao-notice.warn {
  background: #440000;
}

.baidu .padding-gutter {
  padding-top: 0 !important;
}

.miao-notice.show {
  display: block;
}
.miao-notice > .container {
  display: flex;
  align-items: center;
  color: #ffffff;
  height: 40px;
  font-size: 12px;
  z-index: 99999999999;
}
.miao-notice > .container .des {
  display: flex;
  align-items: center;
}
.miao-notice > .container .des i {
  font-size: 14px;
  margin-right: 6px;
}
.miao-notice > .container .btn-notice-hide {
  margin-left: auto;
  font-size: 12px;
  display: flex;
  align-items: center;
  height: 40px;
  opacity: 0.8;
}
.miao-notice > .container .btn-notice-hide:hover {
  opacity: 1;
}
.miao-notice > .container .btn-notice-hide i {
  margin-left: 6px;
}
.miao-notice > .container .btn-notice {
  font-size: 12px;
  font-weight: 500;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 12px;
  display: flex;
  align-items: center;
}
.miao-notice > .container .btn-notice i {
  margin-left: 8px;
  font-size: 12px;
}

#warning-browser {
  display: none;
}
#warning-browser span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  background: #FF5569;
  color: #ffffff;
  font-weight: 500;
  padding: 16px 24px;
  line-height: 1.5;
  text-align: center;
}

footer {
  margin-top: 104px;
  box-shadow: inset 0px 1px 0px #f4f4f4;
  background: #28282A;
}
footer .free-btn {
  position: fixed;
  right: 32px;
  bottom: 100px;
  width: 100px;
  height: 100px;
  background: #FFCE02;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 12px 18px rgba(0, 0, 0, 0.06);
  color: #333333;
  cursor: pointer;
  transition: all 0.2s ease;
}
footer .free-btn:hover {
  transform: scale(0.92);
}
footer .free-btn .icon-alert {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF5569;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  right: -15px;
  top: -15px;
  border: 3px solid #ffffff;
  z-index: 999999;
}
footer .free-btn .icon-alert i {
  font-size: 14px;
  color: #ffffff;
  animation: shake 0.1s ease-in-out 1s infinite alternate;
  margin-bottom: 0;
}
footer .free-btn i {
  font-size: 24px;
  margin-bottom: 8px;
}
footer .free-btn span {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  width: 80px;
  text-align: center;
  display: block;
}
@keyframes shake {
  from {
    -webkit-transform: rotate(10deg);
  }
  to {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-10deg);
  }
}
@media (max-width: 767.98px) {
  footer {
    margin-top: 72px;
  }
}
footer .miao-service {
  background: #FFFFFF;
  box-shadow: inset 0px 1px 0px #f4f4f4;
}
@media (max-width: 767.98px) {
  footer .miao-service {
    display: none;
  }
}
footer .miao-service .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 108px;
}
footer .miao-service .container .service-item {
  display: flex;
  align-items: center;
}
footer .miao-service .container .service-item .icon {
  width: 52px;
  height: 52px;
  border: 2px solid #FFCE02;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
}
footer .miao-service .container .service-item .icon i {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}
footer .miao-service .container .service-item .desc {
  margin-left: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
footer .subfooter {
  padding: 56px 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  footer .subfooter {
    display: none;
  }
}
footer .subfooter .subfooter-section h5 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
}
footer .subfooter .subfooter-section ul {
  margin-top: 24px;
  list-style: none;
  padding: 0;
}
footer .subfooter .subfooter-section ul li {
  font-size: 13px;
  color: #7b7b7b;
  margin-bottom: 14px;
}
footer .subfooter .subfooter-section ul li:last-child {
  margin-bottom: 0;
}
footer .subfooter .subfooter-section ul li a {
  display: block;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.2s ease;
}
footer .subfooter .subfooter-section ul li a:hover {
  color: #FFCE02;
}
footer .subfooter .subfooter-section ul.contact-us li {
  margin-bottom: 0;
}
footer .subfooter .subfooter-section ul.contact-us li a {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  height: 48px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
footer .subfooter .subfooter-section ul.contact-us li a i {
  margin-right: 6px;
}
footer .miao-blogroll {
  display: none;
  height: 40px;
  box-shadow: inset 0px 1px 0px #f4f4f4;
  align-items: center;
  font-size: 12px;
}
footer .miao-blogroll strong {
  color: #7b7b7b;
  font-weight: 400;
}
footer .miao-blogroll ul {
  padding-left: 16px;
  list-style: none;
  display: flex;
  align-items: center;
}
footer .miao-blogroll ul li a {
  color: #666666;
  font-size: 12px;
  transition: all 0.2s ease;
  margin-right: 16px;
}
footer .miao-blogroll .payment-support {
  margin-left: auto;
  margin-right: 32px;
  display: flex;
  align-items: center;
}
footer .miao-blogroll .payment-support img {
  width: 250px;
}
footer .miao-footer {
  background: #111111 !important;
}
footer .miao-footer .footer {
  position: relative;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 565.98px) {
  footer .miao-footer .footer {
    flex-direction: column;
    height: auto;
    padding: 24px 0;
    justify-content: center;
    align-items: center;
  }
}
footer .miao-footer .footer .nav-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
@media (max-width: 565.98px) {
  footer .miao-footer .footer .nav-footer {
    margin-top: 12px;
    padding-left: 0;
    margin-left: -24px;
  }
}
footer .miao-footer .footer .nav-footer li a {
  color: rgba(255, 255, 255, 0.4);
  margin-left: 24px;
  font-size: 12px;
  transition: all 0.2s ease;
}
footer .miao-footer .footer .copyright {
  display: flex;
  align-items: center;
  font-size: 12px;
}
footer .miao-footer .footer .copyright p {
  margin-top: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

/* miao-user-comment*/
.miao-user-comment {
  margin-top: 80px;
}
.miao-user-comment .miao-comment-wrapper {
  margin-top: 56px;
}
.miao-user-comment .miao-comment-wrapper .miao-comment-item {
  height: 268px;
  background: #FFFFFF;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 32px 32px 38px 32px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .miao-user-comment .miao-comment-wrapper .miao-comment-item {
    margin-bottom: 32px;
  }
}
.miao-user-comment .miao-comment-wrapper .miao-comment-item img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #f4f4f4;
  object-fit: contain;
}
.miao-user-comment .miao-comment-wrapper .miao-comment-item .user-name {
  font-size: 14px;
  margin-top: 16px;
}
.miao-user-comment .miao-comment-wrapper .miao-comment-item .user-content {
  font-size: 13px;
  text-align: center;
  line-height: 1.6;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.miao-user-comment .miao-comment-wrapper .miao-comment-item .user-star {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  margin-top: 16px;
}
.miao-user-comment .miao-comment-wrapper .miao-comment-item .user-star li {
  margin-right: 6px;
}
.miao-user-comment .miao-comment-wrapper .miao-comment-item .user-star li i {
  color: #FFCE02;
}

/* promotion-modal */
.hidden-modal {
  display: none !important;
}

.wechat .miao-promotion-modal {
  display: none !important;
}

.miao-promotion-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999946;
  top: 0;
  left: 0;
}

.ml-promotion-modal-content {
  width: 654px;
  position: relative;
}

#promotion-modal-close {
  position: absolute;
  font-size: 32px;
  color: rgba(255, 255, 255, 0.8);
  right: -57px;
  top: -25px;
  cursor: pointer;
  transition: all 0.2s ease;
}

#promotion-modal-close:hover {
  color: white;
}

.ml-promotion-modal-content .web-banner {
  width: 654px;
  object-fit: contain;
  border-radius: 18px;
}

.ml-promotion-modal-content .mobile-banner {
  width: 320px;
  height: 320px;
}

.ml-promotion-modal-content .mobile-banner {
  display: none;
}

.ml-promotion-modal-content .animation-elements {
  width: 116px;
  height: 114px;
  position: absolute;
  top: 4px;
  right: -50px;
  animation: floatdown 6s ease-in-out infinite;
}

.miao-promotion-toggle {
  width: 106px;
  height: 101px;
  position: fixed;
  right: 26px;
  bottom: 150px;
  cursor: pointer;
  z-index: 9999999;
}

.miao-promotion-toggle img {
  width: 106px;
  height: 101px;
}

.miao-promotion-toggle .toggle-btn {
  position: absolute;
  background: #ff3361;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  transform: scale(0.9);
  top: -10px;
  left: 9px;
  padding: 6px 10px;
  color: #ffffff;
  border: 2px solid red;
  animation: toggle 1s ease-in-out infinite alternate;
}

@media (max-width: 575.98px) {
  .ml-promotion-modal-content .web-banner {
    width: 100%;
    border-radius: 16px;
  }

  .ml-promotion-modal-content {
    width: 90%;
  }

  #promotion-modal-close {
    right: -6px;
    top: -46px;
  }

  .miao-promotion-toggle {
    width: 68px;
    height: 64px;
  }

  .miao-promotion-toggle img {
    width: 68px;
    height: 64px;
  }

  .miao-promotion-toggle .toggle-btn {
    display: none;
  }
}
.miao-bottom-banner {
  margin-top: 96px;
}
@media (max-width: 767.98px) {
  .miao-bottom-banner {
    margin-top: 56px;
  }
}
@media (max-width: 565.98px) {
  .miao-bottom-banner {
    margin-bottom: 0;
  }
}
.miao-bottom-banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  background: url("../images/banner_bg.jpg");
  background-size: cover;
  border-radius: 8px;
}
.miao-bottom-banner .container h2 {
  text-align: center;
}
@media (max-width: 767.98px) {
  .miao-bottom-banner .container {
    border-radius: 0;
  }
}
.miao-bottom-banner .container .miao-btn {
  margin-top: 32px;
  padding: 0 56px;
}

.miao-features {
  margin-top: 80px;
  text-align: center;
}
.miao-features .seo-btn {
  display: none;
}
.miao-features .container .row {
  margin-top: 64px;
}
.miao-features .container .row .item-features {
  margin-bottom: 48px;
  padding: 0 8px;
}
.miao-features .container .row .item-features .title {
  display: flex;
  align-items: center;
}
.miao-features .container .row .item-features .title i {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background: #fff7d6;
  border-radius: 16px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.miao-features .container .row .item-features .title div {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.miao-features .container .row .item-features .des {
  margin-top: 14px;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.6);
}

.miao-install-step {
  margin-top: 88px;
}
.miao-install-step .container .content {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FAFAFA;
  padding: 56px;
  padding-bottom: 64px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 991.98px) {
  .miao-install-step .container .content {
    padding: 0;
    background: none;
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .miao-install-step .container .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.miao-install-step .container .content .step {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .miao-install-step .container .content .step {
    margin-bottom: 32px;
  }
}
.miao-install-step .container .content .step .number {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  border: 2px solid #FFCE02;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.8);
  font-size: 40px;
  font-weight: 500;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .miao-install-step .container .content .step .number {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
}
.miao-install-step .container .content .step .right {
  margin-left: 24px;
}
.miao-install-step .container .content .step .right .name {
  font-size: 20px;
  color: #222222;
}
.miao-install-step .container .content .step .right .des {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #7b7b7b;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1.6;
  max-width: 160px;
}
@media (max-width: 767.98px) {
  .miao-install-step .container .content .step .right .des {
    max-width: 100%;
  }
}
.miao-install-step .container .content .detail {
  position: absolute;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 50px 50px 0 0;
  background: #ececec;
  color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 189px;
  text-align: center;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .miao-install-step .container .content .detail {
    display: none;
  }
}
.miao-install-step .container .content .detail:hover {
  background: #FFCE02;
}
.miao-install-step .container .content .arrow {
  display: block;
  width: 100px;
  height: 1px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  background-size: contain;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .miao-install-step .container .content .arrow {
    display: none;
  }
}

.ml-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ml-title h2 {
  font-size: 40px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #222222;
}
@media (max-width: 565.98px) {
  .ml-title h2 {
    font-size: 32px;
  }
}
.ml-title .quote {
  text-align: center;
  margin-top: 16px;
  color: #666666;
}

.ml-features {
  margin-top: 120px;
  text-align: center;
}
.ml-features .seo-btn {
  display: none;
}
.ml-features .container .row {
  margin-top: 64px;
}
.ml-features .container .row .item-features {
  margin-bottom: 48px;
  padding: 0 8px;
}
.ml-features .container .row .item-features .title {
  display: flex;
  align-items: center;
}
.ml-features .container .row .item-features .title div {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}
.ml-features .container .row .item-features .des {
  margin-top: 14px;
  text-align: left;
  font-size: 13px;
  line-height: 1.67;
  color: #7b7b7b;
}

.ml-install-step {
  margin-top: 100px;
}
.ml-install-step .container .content {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FAFAFF;
  border: 5px solid #F7F7FF;
  padding: 56px;
  padding-bottom: 64px;
  border-radius: 200px;
  position: relative;
}
@media (max-width: 991.98px) {
  .ml-install-step .container .content {
    padding: 0;
    background: none;
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .ml-install-step .container .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.ml-install-step .container .content .step {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .ml-install-step .container .content .step {
    margin-bottom: 32px;
  }
}
.ml-install-step .container .content .step .number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #4D55E8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4D55E8;
  font-size: 40px;
  font-weight: 500;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .ml-install-step .container .content .step .number {
    width: 56px;
    height: 56px;
    font-size: 32px;
  }
}
.ml-install-step .container .content .step .right {
  margin-left: 24px;
}
.ml-install-step .container .content .step .right .name {
  font-size: 20px;
  color: #222222;
}
.ml-install-step .container .content .step .right .des {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #7b7b7b;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1.6;
  max-width: 160px;
}
@media (max-width: 767.98px) {
  .ml-install-step .container .content .step .right .des {
    max-width: 100%;
  }
}
.ml-install-step .container .content .detail {
  position: absolute;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 50px 50px 0 0;
  background: #EDEDFF;
  color: #555555;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 189px;
  text-align: center;
  transition: all 0.2s ease;
}
@media (max-width: 991.98px) {
  .ml-install-step .container .content .detail {
    display: none;
  }
}
.ml-install-step .container .content .detail:hover {
  color: #4D55E8;
}
.ml-install-step .container .content .arrow {
  display: block;
  width: 118px;
  height: 9px;
  background: url("../images/arrow.svg") no-repeat;
  background-size: contain;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .ml-install-step .container .content .arrow {
    display: none;
  }
}

.scene {
  margin-top: 120px;
  text-align: center;
}
.scene .row {
  margin-top: 64px;
}
.scene .row .content {
  background: linear-gradient(180deg, #0C0C2E 0%, #3E3000 100%);
  padding: 18px;
  min-height: 326px;
  border-radius: 6px;
}
.scene .row .content.s2 {
  background: linear-gradient(180deg, #0C0C31 0%, #22065E 100%);
}
.scene .row .content.s3 {
  background: linear-gradient(180deg, #120833 0%, #561919 100%);
}
.scene .row .content.s4 {
  background: linear-gradient(180deg, #110933 0%, #002C6D 100%);
}
.scene .row .content img {
  width: 100%;
}
.scene .row .content .title {
  margin-top: 20px;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  padding-top: 0;
}
.scene .row .content .title::before {
  display: none;
}
.scene .row .content .des {
  margin-top: 8px;
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.join-game-test {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -111;
}
.join-game-test.show {
  opacity: 1;
  z-index: 9999999999;
}
.join-game-test .content {
  position: relative;
  background: #181831;
  border-radius: 4px;
  width: 260px;
  padding: 40px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join-game-test .content i {
  position: absolute;
  right: -12px;
  top: -12px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  font-size: 22px;
}
.join-game-test .content img {
  width: 180px;
  border-radius: 6px;
  border: 6px solid #ffffff;
}
.join-game-test .content .des {
  color: #00ffff;
  margin: 24px 0 12px 0;
}
.join-game-test .content .qqgroup-number {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.join-game-test .content .test-dest {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 12px;
  line-height: 1.6;
  border-radius: 4px;
}

.location .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.location .container i {
  font-size: 32px;
  color: #4D55E8;
}
.location .container P {
  color: #333333;
  text-align: center;
  padding-bottom: 48px;
}
.location.game i {
  color: #FFCC47;
}
.location.game p {
  color: rgba(255, 255, 255, 0.8);
}

.game .ml-features {
  margin-top: 0;
  margin-bottom: 120px;
}
.game .ml-features .container .row .item-features .title div {
  color: rgba(255, 255, 255, 0.8);
}
.game .ml-features .container .row .item-features .des {
  color: rgba(255, 255, 255, 0.6);
}
.game .location .container {
  padding-top: 0;
}
.game .location .container i {
  color: #FFCC47;
}
.game .location .container P {
  color: rgba(255, 255, 255, 0.8);
}
.game .ml-title h2 {
  color: #ffffff;
}
.game .ml-title h2::before {
  content: "";
  display: block;
  width: 73px;
  height: 19px;
  background-size: cover;
  left: -120px;
  top: 25px;
  position: absolute;
}
@media (max-width: 565.98px) {
  .game .ml-title h2::before {
    left: -60px;
    top: 18px;
    width: 35px;
    height: 10px;
  }
}
.game .ml-title h2::after {
  content: "";
  display: block;
  width: 73px;
  height: 19px;
  background-size: cover;
  right: -120px;
  top: 25px;
  position: absolute;
}
@media (max-width: 565.98px) {
  .game .ml-title h2::after {
    right: -60px;
    top: 18px;
    width: 35px;
    height: 10px;
  }
}
.game .ml-title .quote {
  color: rgba(255, 255, 255, 0.6);
}
.game .ml-install-step .container .content {
  background: rgba(255, 255, 255, 0.06);
  border: 5px solid rgba(255, 255, 255, 0.02);
}
.game .ml-install-step .container .content .step .number {
  border: 2px solid #FFCC47;
  color: #FFCC47;
}
.game .ml-install-step .container .content .step .right .name {
  color: white;
}
.game .ml-install-step .container .content .step .right .des {
  color: rgba(255, 255, 255, 0.6);
}
.game .ml-install-step .container .content .detail {
  padding-top: 8px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}
.game .ml-install-step .container .content .detail:hover {
  color: #FFCC47;
}
.game .ml-install-step .container .content .arrow {
  background: url("../fonts/arrow_game.svg") no-repeat;
  background-size: contain;
}

.chat-toast {
  background: #FFCE02;
  background-size: cover;
  width: 270px;
  border-radius: 8px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  padding: 32px;
  transition: all 0.2s ease;
  opacity: 0;
  transform: translateY(50px);
  z-index: -1;
}
.chat-toast.show {
  opacity: 1;
  transform: translateY(0);
  z-index: 9999999999;
}
@media (max-width: 565.98px) {
  .chat-toast.show {
    display: none;
  }
}
.chat-toast .content {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  color: black;
}
.chat-toast .chat-btn-group {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.chat-toast .chat-btn-group .btn {
  width: 46%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.chat-toast .chat-btn-group .btn.chat-close {
  background: none;
  color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
}

.miao-header.inside-header {
  background: none;
  border-bottom: none;
  padding-top: 10px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .miao-header.inside-header {
    transform: initial;
  }
}

.miao-hero {
  background: #FAFAFA;
}
@media (max-width: 767.98px) {
  .miao-hero {
    padding: 120px 0 80px 0;
  }
}
.miao-hero .container .row {
  height: 600px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .miao-hero .container .row {
    height: auto;
  }
}
.miao-hero .container .row .left-jumbotron {
  position: relative;
  z-index: 99;
}
.miao-hero .container .row .left-jumbotron .lead {
  font-size: 15px;
}
.miao-hero .container .row .left-jumbotron .download-items {
  margin-top: 48px;
  padding: 0;
  list-style: none;
  display: flex;
  position: relative;
  z-index: 9;
}
@media (max-width: 767.98px) {
  .miao-hero .container .row .left-jumbotron .download-items {
    flex-wrap: wrap;
  }
}
.miao-hero .container .row .left-jumbotron .download-items li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 16px;
  width: 88px;
  height: 88px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 9px 34px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 767.98px) {
  .miao-hero .container .row .left-jumbotron .download-items li a {
    margin-bottom: 24px;
  }
}
.miao-hero .container .row .left-jumbotron .download-items li a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 9;
  border-radius: 4px;
  background: #FFCE02;
  opacity: 0;
  transition: all 150ms ease;
}
.miao-hero .container .row .left-jumbotron .download-items li a::after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  border-radius: 4px;
  opacity: 0;
  font-family: "Font Awesome 5 PRO";
  font-weight: 900;
  font-size: 24px;
  color: black;
  margin-top: -10px;
  transition: all 0.2s ease;
}
.miao-hero .container .row .left-jumbotron .download-items li a:hover::before {
  opacity: 1;
}
.miao-hero .container .row .left-jumbotron .download-items li a:hover::after {
  opacity: 1;
  margin-top: 0;
}
.miao-hero .container .row .left-jumbotron .download-items li a i {
  font-size: 24px;
  color: #FFCE02;
}
.miao-hero .container .row .left-jumbotron .download-items li a span {
  margin-top: 8px;
  font-size: 13px;
  color: black;
}
.miao-hero .container .row .right-banner {
  margin-top: 24px;
}
.miao-hero .container .row .right-banner img {
  width: 558px;
}
@media (max-width: 991.98px) {
  .miao-hero .container .row .right-banner img {
    width: 500px;
    margin-left: -120px;
  }
}
@media (max-width: 767.98px) {
  .miao-hero .container .row .right-banner img {
    width: 100%;
    margin-left: auto;
  }
}

.miao-wrapper .container .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.miao-wrapper .container .section-title h2 {
  font-size: 42px;
}
.miao-wrapper .container .section-title p {
  margin-top: 16px;
  font-size: 13px;
  text-align: center;
  max-width: 812px;
}

.why-need {
  margin-top: 72px;
}
.why-need .row {
  margin-top: 56px;
}
.why-need .row .feature-item {
  background: #f4f4f4;
  padding: 24px 32px;
  border-radius: 8px;
  height: 256px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 991.98px) {
  .why-need .row .feature-item {
    margin-bottom: 24px;
  }
}
.why-need .row .feature-item img {
  width: 72px;
}
.why-need .row .feature-item .title {
  margin-top: 16px;
  font-size: 18px;
}
.why-need .row .feature-item .hidden-cover {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  border-radius: 6px;
  backdrop-filter: blur(3px);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.05));
  opacity: 0;
  transition: all 0.2s ease;
}
.why-need .row .feature-item .hidden-cover img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.why-need .row .feature-item:hover .hidden-cover {
  opacity: 1;
}

.why-choose {
  margin-top: 104px;
}
.why-choose .container .row {
  margin-bottom: 104px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .why-choose .container .row img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .why-choose .container .row img {
    margin-bottom: 32px;
  }
}
.why-choose .container .row:last-child {
  margin-bottom: 0;
}

.miao-bottom-banner {
  margin-bottom: -72px;
}

.miao-download-hero {
  padding-top: 108px;
  padding-bottom: 24px;
}
.miao-download-hero .row {
  align-items: center;
  margin-bottom: 48px;
}
.miao-download-hero .row .miao-download-device {
  width: 500px;
}
@media (max-width: 565.98px) {
  .miao-download-hero .row .miao-download-device {
    width: 100%;
  }
}
.miao-download-hero .row .miao-download-jumbotron {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 565.98px) {
  .miao-download-hero .row .miao-download-jumbotron {
    margin-top: 32px;
  }
}
.miao-download-hero .row .miao-download-jumbotron .miao-download-btn {
  display: none;
}

.miao-download-nav {
  margin-top: -4px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  background: #FAFAFA;
}
@media (max-width: 767.98px) {
  .miao-download-nav {
    margin-top: 0;
  }
}
.miao-download-nav .wrapper {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.miao-download-nav .wrapper li {
  width: 20%;
}
.miao-download-nav .wrapper li a {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  transition: all 0.2s ease;
  font-size: 15px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .miao-download-nav .wrapper li a {
    flex-direction: column;
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  .miao-download-nav .wrapper li a span {
    display: none;
  }
}
.miao-download-nav .wrapper li a:hover {
  background: #ececec;
}
.miao-download-nav .wrapper li i {
  font-size: 24px;
  margin-right: 12px;
  color: #FFCE02;
}
@media (max-width: 991.98px) {
  .miao-download-nav .wrapper li i {
    margin: 0 0 6px 0;
  }
}
@media (max-width: 767.98px) {
  .miao-download-nav .wrapper li i {
    margin: 0;
  }
}
.miao-download-nav .wrapper li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.page-download-success .download-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 128px auto 88px;
}
.page-download-success .download-container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-download-success .download-container .content h3 {
  margin-top: 24px;
}
.page-download-success .download-container .content span {
  font-size: 14px;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.page-download-success .download-container .content span a {
  color: #2D74FF;
}
.page-download-success footer {
  margin-top: 0;
}

.device-hero {
  position: relative;
  z-index: 999;
  padding-top: 72px;
  overflow: hidden;
}
.device-hero.chrome {
  margin-top: 0;
}
.device-hero.hero-laptop {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .device-hero.hero-laptop {
    margin-top: 40px;
  }
}
.device-hero .container {
  position: relative;
}
.device-hero .container .circle .circle-1,
.device-hero .container .circle .circle-2 {
  display: block;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: #FFCE02;
  position: absolute;
}
@media (max-width: 767.98px) {
  .device-hero .container .circle .circle-1,
.device-hero .container .circle .circle-2 {
    width: 500px;
    height: 500px;
  }
}
.device-hero .container .circle .circle-1 {
  left: -240px;
  top: -420px;
  background: rgba(255, 244, 205, 0.5);
  z-index: 2;
  animation: floatup 8s ease-in-out infinite;
}
.device-hero .container .circle .circle-2 {
  left: -120px;
  top: -520px;
  background: rgba(233, 248, 255, 0.48);
  z-index: 1;
  animation: floatdown 6s ease-in-out infinite;
}
.device-hero .row {
  min-height: 499px;
  align-items: center;
  z-index: 9;
  position: relative;
}
@media (max-width: 767.98px) {
  .device-hero .row .device {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.device-hero .row .device img {
  margin-left: 48px;
  width: 313px;
}
@media (max-width: 991.98px) {
  .device-hero .row .device img {
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .device-hero .row .device img {
    margin-left: -32px;
  }
}
.device-hero .row .device .mac {
  margin-left: 0;
  width: 480px;
}
@media (max-width: 991.98px) {
  .device-hero .row .device .mac {
    margin-left: -100px;
  }
}
@media (max-width: 767.98px) {
  .device-hero .row .device .mac {
    margin-left: 0;
    width: 80%;
  }
}
.device-hero .row .device .windows {
  margin-left: 0;
  width: 530px;
}
@media (max-width: 991.98px) {
  .device-hero .row .device .windows {
    margin-left: -240px;
  }
}
@media (max-width: 767.98px) {
  .device-hero .row .device .windows {
    margin-left: 0;
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .device-hero .row .device .chrome {
    margin-left: 40px;
    margin-bottom: -56px;
  }
}
.device-hero .row .content {
  margin-top: -24px;
}
@media (max-width: 767.98px) {
  .device-hero .row .content {
    margin-top: 32px;
  }
}
.device-hero .row .content h2 {
  font-size: 42px;
}
@media (max-width: 991.98px) {
  .device-hero .row .content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .device-hero .row .content h2 {
    text-align: center;
  }
}
.device-hero .row .content .feature {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
}
.device-hero .row .content .feature li {
  display: flex;
  align-items: center;
  height: 48px;
  max-width: 480px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 15px;
  color: black;
}
@media (max-width: 767.98px) {
  .device-hero .row .content .feature li {
    justify-content: center;
    align-items: center;
  }
}
.device-hero .row .content .feature li i {
  color: #FFCE02;
  font-size: 18px;
  margin-right: 16px;
}
.device-hero .row .content .btn-group {
  margin-top: 48px;
}
@media (max-width: 991.98px) {
  .device-hero .row .content .btn-group {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .device-hero .row .content .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
  }
}
.device-hero .row .content .btn-group .miao-btn {
  margin-right: 24px;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .device-hero .row .content .btn-group .miao-btn {
    margin-top: 24px;
  }
}
@media (max-width: 767.98px) {
  .device-hero .row .content .btn-group .miao-btn {
    padding: 0;
    width: 80%;
  }
  .device-hero .row .content .btn-group .miao-btn:last-child {
    margin-right: 0;
  }
}
.device-hero .row .content .btn-group .miao-btn svg {
  margin-right: 8px;
  color: black;
}
.device-hero .row .content .btn-group .miao-btn.black svg {
  color: white;
}
.device-hero .row .content .btn-group .miao-btn.qr {
  position: relative;
}
.device-hero .row .content .btn-group .miao-btn.qr .qrcode {
  display: block;
  opacity: 0;
  position: absolute;
  text-align: center;
  bottom: 55px;
  left: 56%;
  margin-left: -97px;
  border: 6px solid rgba(0, 0, 0, 0.1);
  transform: translateY(10px);
  transition: all 0.2s ease;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
}
.device-hero .row .content .btn-group .miao-btn.qr .qrcode img {
  width: 160px;
}
.device-hero .row .content .btn-group .miao-btn.qr:hover .qrcode {
  opacity: 1;
  z-index: 1;
  transform: translateY(4px);
}
@media (max-width: 767.98px) {
  .device-hero .row .content .btn-group.android .btn {
    padding: 0;
    width: 45%;
  }
  .device-hero .row .content .btn-group.android .btn:last-child {
    margin-right: 0;
  }
}

.device-feature {
  margin-top: 80px;
}
.device-feature .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .device-feature .content {
    margin-bottom: 32px;
  }
}
.device-feature .content .icon {
  display: flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff7d8;
}
.device-feature .content .icon i {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.device-feature .content h5 {
  margin-top: 16px;
}
.device-feature .content p {
  margin-top: 16px;
  text-align: center;
  padding: 0 16px;
}
@media (max-width: 991.98px) {
  .device-feature .content p {
    padding: 0;
  }
}

.chrome-install-tips {
  margin-top: 88px;
  margin-bottom: -108px;
  display: flex;
  z-index: 99999999999;
  background: #ffd0d0;
  width: 100%;
  position: relative;
  display: none;
}
.chrome-install-tips .container {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.chrome-install-tips .container .left {
  display: flex;
  align-items: center;
}
.chrome-install-tips .container .left .install-tips-right {
  margin-left: 16px;
}
.chrome-install-tips .container .left .install-tips-right h4 {
  font-size: 14px;
}
.chrome-install-tips .container .left .install-tips-right span {
  margin-top: 6px;
  display: block;
  font-size: 12px;
}
.chrome-install-tips .miao-btn {
  margin-left: auto;
}

/******** SIGNUP HERO *********/
.signup-hero {
  padding-top: 108px;
  padding-bottom: 64px;
  position: relative;
  display: block;
  background: #FAFAFA;
  margin-bottom: -106px;
  /* wechat-modal */
  /* social-login */
}
.signup-hero .row {
  align-items: center;
}
.signup-hero .jumbotron img {
  margin-top: 24px;
  width: 460px;
}
.signup-hero .miao-register {
  float: right;
  position: relative;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  width: 460px;
  padding: 32px 42px 48px 42px;
  background: #ffffff;
  box-shadow: 0px 30px 46px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}
.signup-hero .miao-register .toast {
  position: absolute;
  left: 0;
  top: -20px;
  border-radius: 4px 4px 0 0;
  width: 100%;
  display: flex;
  height: 24px;
  justify-content: center;
  align-items: center;
  background: #ff5569;
  font-size: 13px;
}
.signup-hero .miao-register .toast.toast-success {
  background: #07bb07;
}
.signup-hero .captcha-modal {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding: 100px;
  z-index: 9999;
}
.signup-hero .captcha-modal .content {
  background: #ffffff;
  border-radius: 4px;
}
.signup-hero .captcha-modal .content .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #f0f1ff;
  color: #7b7b7b;
}
.signup-hero .captcha-modal .content .header .btn-close-code {
  cursor: pointer;
}
.signup-hero .captcha-modal .content .header .btn-close-code:hover i {
  color: #FFCE02;
}
.signup-hero .captcha-modal .content .header .btn-close-code i {
  font-size: 18px;
  color: #7b7b7b;
  transition: all 0.2s ease;
}
.signup-hero .captcha-modal .content .body {
  padding: 24px;
}
.signup-hero .captcha-modal .content .body .capcha-img {
  margin: 0;
  width: 100%;
  height: 50px;
  object-fit: contain;
  background: #f0f1ff;
}
.signup-hero .captcha-modal .content .body input {
  margin-top: 16px;
}
.signup-hero .captcha-modal .content .body button {
  margin-top: 2px;
}
.signup-hero .toast {
  position: absolute;
  top: 100px;
  right: 300px;
  background: #222222;
  color: white;
}
.signup-hero .grecaptcha-badge {
  opacity: 0 !important;
}
.signup-hero .miao-support h2 {
  font-size: 36px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding: 80px 0 80px;
}
.signup-hero .miao-main {
  max-width: 1600px;
  margin: 0 auto;
}
.signup-hero .container {
  max-width: 1140px;
  margin: 0 auto;
}
.signup-hero .signup-tab {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  border-right: none;
}
.signup-hero .signup-tab h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 32px;
}
.signup-hero .signup-tab h4.active {
  box-shadow: inset 0px -2px 0px #FFCE02;
  color: rgba(0, 0, 0, 0.8);
}
.signup-hero .auth-code-group {
  display: flex;
  align-items: center;
  position: relative;
}
.signup-hero .auth-code-group .auth-code {
  width: 100%;
}
.signup-hero .auth-code-group .btn-send-code {
  position: absolute;
  right: 0;
  top: 1px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  border-left: 1px solid #e8e7f8;
}
.signup-hero .phone-code-group {
  display: flex;
  position: relative;
}
.signup-hero .phone-code-group .plus {
  height: 42px;
  position: absolute;
  top: -1px;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 8px;
  z-index: 1111;
  color: #333333;
}
.signup-hero .phone-code-group #area {
  width: 72px;
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.signup-hero .phone-code-group #area:focus {
  border-right: 1px solid #FFCE02;
  position: relative;
  z-index: 111;
}
.signup-hero .phone-code-group #phone {
  border-radius: 0 4px 4px 0;
}
.signup-hero .agreement {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #7b7b7b;
  transform: scale(0.9);
  margin-top: 16px;
}
.signup-hero .agreement i {
  margin-right: 4px;
  color: #07bb07;
}
.signup-hero .agreement span a {
  color: rgba(0, 0, 0, 0.8);
}
.signup-hero .register-hidden {
  display: none !important;
}
.signup-hero .input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.signup-hero .err-tips {
  font-size: 12px;
  color: #ff5569;
  margin-bottom: 10px;
  font-weight: 400;
  position: absolute;
  top: 13px;
  left: 350px;
  width: 100%;
  height: 20px;
}
.signup-hero .wechat-modal {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.signup-hero .wechat-modal.show {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
  z-index: 9999;
  background: #ffffff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}
.signup-hero .wechat_qrcode {
  width: 200px;
  height: 200px;
  margin: 0;
  border: 1px solid #e8e8e8;
  margin-top: 40px;
  position: relative;
}
.signup-hero .wechat_qrcode img[src=""] {
  display: none;
  z-index: 1;
}
.signup-hero .wechat_qrcode img {
  z-index: 99;
  position: relative;
}
.signup-hero .wechat_qrcode::after {
  font-family: "remixicon";
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #FFCE02;
  animation: rotate 0.6s linear infinite;
  top: 88px;
  left: 88px;
  z-index: 1;
}
.signup-hero #wechat_qrcode {
  width: 198px;
  height: 198px;
  margin: 0;
}
.signup-hero .wechat-modal h3 {
  margin-top: 48px;
  font-size: 18px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.signup-hero .wechat-modal h3 img {
  width: 32px;
  height: 32px;
  margin: 0 6px 0 0;
}
.signup-hero #wechat_message {
  display: flex;
  align-items: center;
  padding-left: 16px;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #07bb07;
  background: #f3f3f3;
}
.signup-hero .back-login {
  font-size: 12px;
  color: #FFCE02;
  position: absolute;
  right: 16px;
  bottom: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}
.signup-hero .back-login:hover {
  color: #3a43e8;
}
.signup-hero .st-apply {
  padding: 180px 0 100px 0;
  background: #fbfbff;
  max-width: 100%;
}
.signup-hero .st-apply .miao-register::before {
  left: -270px;
  top: -10px;
}
.signup-hero .st-apply .miao-register::after {
  right: -310px;
  top: -10px;
}
.signup-hero .st-apply-title {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 12px;
}
.signup-hero .st-apply-des {
  font-size: 13px;
  color: #666666;
  margin-bottom: 32px;
}
.signup-hero .register-bottom {
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-bottom: 6px;
}
.signup-hero .miao-register-tip {
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.signup-hero .miao-register-skip {
  margin-left: auto;
}
.signup-hero .miao-register-tip a {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  margin: 6px 0;
  font-size: 12px;
}
.signup-hero .miao-register-skip a {
  color: #2D74FF;
  font-weight: 500;
}
.signup-hero .miao-register-tip a:hover {
  color: #2D74FF;
}
.signup-hero .social-elements {
  width: 1037px;
  height: 487px;
  background: url("../images/element_social_icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 167px;
  left: 330px;
  z-index: 1;
}
.signup-hero input {
  width: 100%;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 16px;
  padding: 12px 18px;
  border: none;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  -webkit-appearance: none;
}
.signup-hero ::placeholder {
  color: #7b7b7b;
}
.signup-hero .miao-register input:focus {
  border-color: #FFCE02;
}
.signup-hero .miao-register button {
  width: 100%;
  cursor: pointer;
  margin-top: 14px;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 0;
  text-align: center;
  background: #FFCE02;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  font-weight: 500;
  border: none;
  transition: all 0.2s ease;
}
.signup-hero .miao-register button:hover {
  background: #e8bb00;
}
.signup-hero .miao-register button.loading {
  background: #ccc !important;
}
.signup-hero .miao-register button.loading::after {
  content: "Loading...";
}
.signup-hero .miao-code {
  position: relative;
  display: none;
}
.signup-hero .miao-code label {
  position: absolute;
  font-size: 13px;
  top: 14px;
  left: 20px;
  color: #7b7b7b;
}
.signup-hero #code-tip {
  font-size: 12px;
  text-align: center;
  opacity: 0.6;
}
.signup-hero #code {
  width: 100%;
  padding-left: 106px;
}
.signup-hero #code::placeholder {
  opacity: 1;
}
.signup-hero #code-tip-btn {
  display: block;
  margin: 6px 0;
  display: none;
}
.signup-hero .social-login .title {
  margin-top: 24px;
  display: block;
  font-size: 12px;
  text-align: center;
  color: #7b7b7b;
  position: relative;
}
.signup-hero .social-login .title::before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  top: 6px;
}
.signup-hero .social-login .title::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  right: 0;
  top: 6px;
}
.signup-hero .social-login .social-btn-group {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.signup-hero .social-login .btn-social {
  width: 47.5%;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.signup-hero .social-login .btn-social:hover {
  background: #f8f8f8;
}
.signup-hero .social-login .btn-social img {
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: 6px;
}
.signup-hero .social-login .btn-social span {
  font-size: 13px;
  color: #333333;
}

@media (max-width: 565.98px) {
  body.wechat .miao-promotion-modal {
    display: none !important;
  }
}

.miao-buy {
  margin-top: 110px;
}
.miao-buy .gray-bg {
  display: block;
  display: block;
  background: #F9F9F9;
  height: 628px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.miao-buy.ml-wechat {
  margin-top: 50px;
}
.miao-buy.ml-wechat .buy-tab {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 9999999;
}
.miao-buy.ml-wechat .buy-tab > div {
  height: 48px !important;
}
.miao-buy.ml-wechat .buy-tab > div .tab-title {
  font-size: 15px !important;
}
.miao-buy.ml-wechat .buy-tab .active {
  box-shadow: inset 0px -2px 0px #4D55E8 !important;
  background: #f3f3f3;
}
.miao-buy.ml-wechat .buy-tab div:last-child.active {
  box-shadow: inset 0px -2px 0px #FFAE14 !important;
}
.miao-buy.ml-wechat .payment-method-item.paypal, .miao-buy.ml-wechat .payment-method-item.alipay {
  display: none !important;
}
.miao-buy .buy-game-tips {
  margin-top: 16px;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  background: #fff1de;
  width: 65%;
  font-size: 12px;
  border-radius: 4px;
  color: #333333;
  transition: all 0.2s ease;
}
.miao-buy .buy-game-tips:hover {
  background: #fce9d0;
}
.miao-buy .buy-game-tips i {
  color: #ff7d03;
  margin-right: 4px;
}
.miao-buy .buy-hidden {
  display: none !important;
}
@media (max-width: 767.98px) {
  .miao-buy {
    margin-top: 80px;
  }
}
.miao-buy .buy-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
.miao-buy .buy-header .buy-tab {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  background: #ffffff;
  border-radius: 100px;
  padding: 6px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.02);
}
@media (max-width: 767.98px) {
  .miao-buy .buy-header .buy-tab {
    margin-bottom: 0;
  }
}
.miao-buy .buy-header .buy-tab div {
  width: 50%;
  height: 48px;
  justify-content: center;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.miao-buy .buy-header .buy-tab div img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  margin-top: 2px;
}
.miao-buy .buy-header .buy-tab div span.tab-title {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #222222;
}
.miao-buy .buy-header .buy-tab div span.tab-tips {
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #333333;
  margin-left: 6px;
}
@media (max-width: 767.98px) {
  .miao-buy .buy-header .buy-tab div span.tab-tips {
    display: none;
  }
}
.miao-buy .buy-header .buy-tab div:first-child {
  border-radius: 100px;
}
.miao-buy .buy-header .buy-tab .active {
  background: #f3f3f3;
  border-radius: 100px;
}
.miao-buy .buy-header .buy-tab div:last-child.active {
  background: #f3f3f3;
}
.miao-buy .buy-header .buy-tab div:last-child .tab-tips {
  font-weight: 700;
}
.miao-buy .buy-compare-btn {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 100px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 565.98px) {
  .miao-buy .buy-compare-btn {
    height: 48px;
  }
}
.miao-buy .buy-compare-btn:hover {
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.03);
}
.miao-buy .buy-compare-btn i {
  font-size: 22px;
  color: rgba(0, 0, 0, 0.6);
}
.miao-buy .buy-compare-btn .fa-angle-right {
  font-size: 16px;
}
.miao-buy .buy-compare-btn span {
  padding: 0 16px 0 10px;
}
.miao-buy .aff-share {
  height: 42px;
  display: flex;
  align-items: center;
  height: 42px;
  background: #F5F5FF;
  margin-top: -24px;
  margin-bottom: 48px;
  border-radius: 6px;
  padding: 0 24px;
  display: none;
}
.miao-buy .aff-share.show {
  display: flex;
}
@media (max-width: 767.98px) {
  .miao-buy .aff-share {
    margin-top: 86px;
    height: initial;
    padding: 12px 24px;
    margin-bottom: 8px;
  }
}
.miao-buy .aff-share img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 24px 0 0;
}
.miao-buy .aff-share .content {
  font-size: 16px;
  color: #111111;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .miao-buy .aff-share .content {
    font-size: 13px;
  }
}
.miao-buy .aff-share .content .aff-username {
  font-weight: 500;
  margin-right: 6px;
}
.miao-buy .left {
  position: relative;
}
.miao-buy .left .plan-cards-loading,
.miao-buy .left .plan-cards-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .miao-buy .left .plan-cards-loading,
.miao-buy .left .plan-cards-container {
    flex-wrap: wrap;
    flex-direction: unset;
  }
}
.miao-buy .left .plan-cards-loading .plan-card,
.miao-buy .left .plan-cards-container .plan-card {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  position: relative;
  cursor: pointer;
  transition: bolder 0.2s ease;
  height: 136px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.miao-buy .left .plan-cards-loading .plan-card:nth-child(1) .title .dis-price,
.miao-buy .left .plan-cards-container .plan-card:nth-child(1) .title .dis-price {
  display: none;
}
.miao-buy .left .plan-cards-loading .plan-card .loading,
.miao-buy .left .plan-cards-container .plan-card .loading {
  width: 100%;
  height: 136px;
  object-fit: contain;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 80%), linear-gradient(#f3f3f3 16px, transparent 0), linear-gradient(#f3f3f3 18px, transparent 0), linear-gradient(#f3f3f3 16px, transparent 0);
  background-repeat: repeat-y;
  background-size: 50px 200px, 40% 200px, 60% 200px, 40% 200px;
  background-position: 0 0, center 30px, center 60px, center 90px;
  animation: shine 1s infinite;
}
@keyframes shine {
  to {
    background-position: 100% 0, center 30px, center 60px, center 90px;
  }
}
.miao-buy .left .plan-cards-loading .plan-card .tag,
.miao-buy .left .plan-cards-container .plan-card .tag {
  position: absolute;
  display: none;
  padding: 6px 10px;
  background: #69EDFF;
  font-size: 12px;
  color: black;
  font-weight: 500;
  border-radius: 12px 0 12px 0;
  top: -14px;
  box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.06);
}
.miao-buy .left .plan-cards-loading .plan-card .title,
.miao-buy .left .plan-cards-container .plan-card .title {
  margin-top: 2px;
  display: flex;
  align-items: center;
}
.miao-buy .left .plan-cards-loading .plan-card .title h5,
.miao-buy .left .plan-cards-container .plan-card .title h5 {
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 400;
}
.miao-buy .left .plan-cards-loading .plan-card .title .dis-price,
.miao-buy .left .plan-cards-container .plan-card .title .dis-price {
  font-size: 14px;
  font-weight: 500;
  color: #07BB07;
  border-left: 2px solid rgba(0, 0, 0, 0.04);
  padding-left: 4px;
  margin-left: 4px;
  line-height: 12px;
}
.miao-buy .left .plan-cards-loading .plan-card .month-price,
.miao-buy .left .plan-cards-container .plan-card .month-price {
  margin-top: 8px;
  color: #333333;
}
.miao-buy .left .plan-cards-loading .plan-card .month-price small,
.miao-buy .left .plan-cards-container .plan-card .month-price small {
  font-size: 12px;
}
.miao-buy .left .plan-cards-loading .plan-card .month-price .ave-price,
.miao-buy .left .plan-cards-loading .plan-card .month-price .ave,
.miao-buy .left .plan-cards-container .plan-card .month-price .ave-price,
.miao-buy .left .plan-cards-container .plan-card .month-price .ave {
  font-size: 14px;
  color: #7b7b7b;
}
.miao-buy .left .plan-cards-loading .plan-card .total-price,
.miao-buy .left .plan-cards-container .plan-card .total-price {
  display: flex;
  align-items: center;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
.miao-buy .left .plan-cards-loading .plan-card .total-price .dis-price,
.miao-buy .left .plan-cards-container .plan-card .total-price .dis-price {
  margin-left: 6px;
  font-size: 12px;
  font-family: initial;
  color: #777777;
  text-decoration: line-through;
}
.miao-buy .left .plan-cards-loading .plan-card.plan-card-show,
.miao-buy .left .plan-cards-container .plan-card.plan-card-show {
  display: flex;
  width: 23%;
}
@media (max-width: 565.98px) {
  .miao-buy .left .plan-cards-loading .plan-card.plan-card-show,
.miao-buy .left .plan-cards-container .plan-card.plan-card-show {
    width: 47%;
    margin-top: 24px;
  }
}
.miao-buy .left .plan-cards-loading .plan-card.plan-card-showall,
.miao-buy .left .plan-cards-container .plan-card.plan-card-showall {
  display: flex;
  width: 15.5%;
}
@media (max-width: 1199.98px) {
  .miao-buy .left .plan-cards-loading .plan-card.plan-card-showall,
.miao-buy .left .plan-cards-container .plan-card.plan-card-showall {
    width: 17%;
    border-right: none;
    border-radius: 0;
  }
  .miao-buy .left .plan-cards-loading .plan-card.plan-card-showall:nth-child(1),
.miao-buy .left .plan-cards-container .plan-card.plan-card-showall:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 767.98px) {
  .miao-buy .left .plan-cards-loading .plan-card.plan-card-showall,
.miao-buy .left .plan-cards-container .plan-card.plan-card-showall {
    margin-top: 24px;
    width: 30%;
    border-right: 1px solid rgba(0, 0, 0, 0.04);
    border-radius: 4px;
  }
}
@media (max-width: 565.98px) {
  .miao-buy .left .plan-cards-loading .plan-card.plan-card-showall,
.miao-buy .left .plan-cards-container .plan-card.plan-card-showall {
    width: 47%;
  }
}
.miao-buy .left .plan-cards-loading .plan-card.plan-card-tag .tag,
.miao-buy .left .plan-cards-container .plan-card.plan-card-tag .tag {
  display: block;
}
.miao-buy .left .plan-cards-loading .plan-card:hover,
.miao-buy .left .plan-cards-container .plan-card:hover {
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.03);
}
.miao-buy .left .plan-cards-loading .plan-card.plan-card-selected,
.miao-buy .left .plan-cards-container .plan-card.plan-card-selected {
  box-shadow: inset 0 0 0 3px #FFCE02;
  border-color: #ffffff;
}
.miao-buy .left .plan-cards-loading .plan-card.plan-card-selected::before,
.miao-buy .left .plan-cards-container .plan-card.plan-card-selected::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0 0 0 100%;
  background: #FFCE00;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
}
.miao-buy .left .plan-cards-loading .plan-card.plan-card-selected::after,
.miao-buy .left .plan-cards-container .plan-card.plan-card-selected::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 0 0 0 100%;
  background: #ffe266;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1;
}
.miao-buy .left .toolbar {
  margin-top: 26px;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 4px;
  height: 48px;
  padding: 0 0 0 12px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05);
  display: none !important;
}
@media (max-width: 565.98px) {
  .miao-buy .left .toolbar {
    display: none;
  }
}
.miao-buy .left .toolbar .vip-des {
  padding-left: 2px;
}
.miao-buy .left .toolbar .vip-des .turbo-desc,
.miao-buy .left .toolbar .vip-des .game-desc {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.miao-buy .left .toolbar .vip-des .turbo-desc i,
.miao-buy .left .toolbar .vip-des .game-desc i {
  font-size: 18px;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.8);
}
.miao-buy .left .toolbar .vip-des .turbo-desc span,
.miao-buy .left .toolbar .vip-des .game-desc span {
  font-size: 14px;
}
.miao-buy .left .toolbar .vip-des .game-desc i {
  color: rgba(0, 0, 0, 0.8);
}
.miao-buy .left .toolbar .mb-card,
.miao-buy .left .toolbar .refund {
  display: flex;
  align-items: center;
  margin-right: 24px;
  font-size: 14px;
  color: #111111;
}
.miao-buy .left .toolbar .mb-card i,
.miao-buy .left .toolbar .refund i {
  font-size: 20px;
  color: #FFCE02;
  margin-right: 4px;
}
.miao-buy .left .toolbar .mb-card {
  color: #ff960c;
  font-weight: 500;
}
.miao-buy .left .toolbar .mb-card i {
  color: #FFAE14;
}
@media (max-width: 767.98px) {
  .miao-buy .left .toolbar .mb-card {
    display: none !important;
  }
}
.miao-buy .left .toolbar .switch-btn {
  display: flex;
  height: 48px;
  align-items: center;
  padding: 0 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.04);
}
.miao-buy .left .toolbar .switch-btn.showmore {
  margin-left: auto;
}
@media (max-width: 565.98px) {
  .miao-buy .left .toolbar .switch-btn.currency-switcher {
    display: none;
  }
}
.miao-buy .left .toolbar .switch-btn span {
  font-size: 12px;
  margin-right: 8px;
}
.miao-buy .left .payment-card {
  margin-top: 28px;
  border-radius: 6px;
  padding: 8px 32px 40px 32px;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card {
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
  }
}
.miao-buy .left .payment-card .account-info {
  margin-top: 32px;
  display: flex;
  align-items: center;
  border-radius: 0 4px 4px 0;
  padding: 0 10px 0 0;
  height: 40px;
  width: 65%;
  display: none;
}
@media (max-width: 767.98px) {
  .miao-buy .left .payment-card .account-info {
    width: 100%;
  }
}
.miao-buy .left .payment-card .account-info.show-account {
  display: flex;
}
.miao-buy .left .payment-card .account-info .lable {
  font-size: 15px;
  color: #333333;
}
.miao-buy .left .payment-card .account-info .account {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
}
.miao-buy .left .payment-card .payment-section {
  width: 65%;
}
@media (max-width: 1199.98px) {
  .miao-buy .left .payment-card .payment-section {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .miao-buy .left .payment-card .payment-section {
    width: 100%;
  }
}
.miao-buy .left .payment-card .payment-section .label {
  display: flex;
  align-items: center;
}
.miao-buy .left .payment-card .payment-section .label h4 {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.miao-buy .left .payment-card .payment-section .label span {
  font-size: 12px;
  color: #7b7b7b;
  display: flex;
  align-items: center;
}
.miao-buy .left .payment-card .payment-section .label span.check-email {
  color: #FF5569;
  display: none;
}
.miao-buy .left .payment-card .payment-section .label span.email-invalid {
  display: block;
}
.miao-buy .left .payment-card .payment-section .label .buyself {
  margin-left: auto;
  cursor: pointer;
  transition: all 0.2s ease;
}
.miao-buy .left .payment-card .payment-section .label .buyself:hover {
  color: #333ce6;
}
.miao-buy .left .payment-card .payment-section.account h4 {
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.miao-buy .left .payment-card .payment-section.account #account {
  margin-top: 14px;
  display: flex;
  align-items: center;
  background: #FAFAFF;
  border-radius: 4px;
  padding: 0 10px;
  height: 40px;
}
.miao-buy .left .payment-card .payment-section.account #account .user-account {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}
.miao-buy .left .payment-card .payment-section.account #account .edu {
  font-size: 13px;
  color: #6a71ff;
  padding-left: 6px;
  font-weight: 500;
}
.miao-buy .left .payment-card .payment-section.account #account .buy-for-other {
  margin-left: auto;
  font-size: 12px;
  color: #444444;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  cursor: pointer;
}
.miao-buy .left .payment-card .payment-section.account #account .buy-for-other:hover {
  color: #333ce6;
}
.miao-buy .left .payment-card .payment-section.account #account .buy-for-other i {
  margin-left: 4px;
}
.miao-buy .left .payment-card .payment-section input {
  margin-top: 14px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  height: 40px;
  font-size: 13px;
  padding: 0 8px;
  width: 100%;
  transition: all 0.2s ease;
  font-weight: 500;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-section input {
    height: 48px;
  }
}
.miao-buy .left .payment-card .payment-section input:focus {
  border-color: #FFCE02;
}
.miao-buy .left .payment-card .payment-section ::placeholder {
  font-weight: 400;
}
.miao-buy .left .payment-card .payment-section.coupon-section {
  margin: 28px 0 8px 0;
}
.miao-buy .left .payment-card .payment-section.coupon-section .label .coupon-wrapper {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.miao-buy .left .payment-card .payment-section.coupon-section .label .coupon-wrapper #coupon-open {
  margin-left: 4px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.miao-buy .left .payment-card .payment-section.coupon-section .label .coupon-wrapper #coupon-open:hover {
  color: #FFCE02;
}
.miao-buy .left .payment-card .payment-section.coupon-section .label .coupon-wrapper i.icon-coupon {
  font-size: 16px;
  color: #FFCE02;
}
.miao-buy .left .payment-card .payment-section.coupon-section .label .coupon-wrapper i.icon-arrow {
  font-size: 18px;
}
.miao-buy .left .payment-card .payment-section.coupon-section .coupon-apply-desc {
  margin-top: 12px;
  font-size: 12px;
  color: #07BB07;
  position: relative;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section {
  align-items: center;
  justify-content: center;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content {
  padding: 0;
  border-radius: 6px;
  position: relative;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-close {
  display: none;
  position: absolute;
  right: 10px;
  top: 8px;
  cursor: pointer;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-close i {
  font-size: 20px;
  color: #7b7b7b;
  transition: all 0.2s ease;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-close:hover i {
  color: #FFCE02;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .header {
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: space-between;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .header .title {
  font-weight: 500;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-item {
  margin-top: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-cards {
  display: flex;
  align-items: center;
  width: 48%;
  height: 80px;
  margin-bottom: 24px;
  border-radius: 6px;
  border: 2px solid #f4f4f4;
  border-left-color: #FFCE02;
  cursor: pointer;
  background: #f4f4f4;
  position: relative;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-cards::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  bottom: -8px;
  left: 73px;
  z-index: 999;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-cards::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: -8px;
  left: 73px;
  z-index: 999;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-cards {
    width: 100%;
  }
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-cards:last-child {
  margin-right: 0;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  color: black;
  flex-shrink: 0;
  border-radius: 4px 0 0 4px;
  background: #FFCE02;
  background-size: cover;
  background-position-x: -5.6px;
  margin-left: -1px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-tinyratio {
  border: 2px solid #ffdfb4;
  background: #fffcf8;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-tinyratio .coupon-card-left {
  display: none;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-tinyratio .coupon-card-right {
  margin-left: initial;
  text-align: left;
  margin-left: 24px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content [data-code=BIGGIFT] .coupon-card-left {
  background: purple;
  background-size: cover;
  background-position-x: -5.1px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-checked {
  border: 2px solid #FFCE02;
  position: relative;
  background: #fffde6;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content [data-code=BIGGIFT].coupon-card-checked {
  border: 1px solid purple;
  position: relative;
  background: #F3F4FF;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content [data-code=BIGGIFT].coupon-card-checked::after {
  border-color: transparent transparent purple transparent;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-disable {
  opacity: 0.8;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-disable .coupon-card-left {
  background: #b3b3b3;
  color: #333333;
  background-size: cover;
  cursor: not-allowed;
  filter: grayscale(0.9);
  background-position-x: -5.1px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-disable .coupon-card-right {
  cursor: not-allowed;
  filter: grayscale(0.9);
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-disable .coupon-des {
  color: #7b7b7b;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #coupon-value {
  padding: 0 20px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-left small {
  margin-top: 18px;
  font-size: 12px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-card-right {
  padding-right: 14px;
  display: flex;
  flex-direction: column;
  margin-left: 8px;
  width: 100%;
  height: 74px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-des {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin-top: 8px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-due {
  font-size: 12px;
  color: #FF5569;
  padding-top: 8px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .coupon-fit-message {
  font-size: 12px;
  color: #7b7b7b;
  margin-top: auto;
  height: 24px;
  display: flex;
  align-items: center;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #promo-input {
  display: flex;
  align-items: center;
  position: relative;
  display: none;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #promo-input {
    justify-content: space-between;
  }
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #promo-code {
  margin-top: 0;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
  color: #333333;
  font-weight: 500;
  width: 85%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  height: 40px;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #promo-code {
    width: 65%;
  }
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #promo-code-success {
  display: none;
  color: #07bb07;
  font-size: 12px;
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 24px;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .promo-icon-success {
  position: relative;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .promo-icon-success::before {
  content: "";
  z-index: 9999;
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/ic_check_success.svg");
  background-size: contain;
  position: absolute;
  left: 338px;
  top: 9px;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .promo-icon-success::before {
    display: none !important;
  }
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .promo-icon-success #promo-code {
  border-color: #888bf5;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #promo-code-error {
  font-size: 12px;
  color: #ff5569;
  margin-top: 0;
  margin-bottom: 0;
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #promo-code-button {
  background: #ececec;
  border: 1px solid #ececec;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  padding: 9px 16px;
  margin-left: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 15%;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content #promo-code-button {
    width: 30%;
  }
}
.miao-buy .left .payment-card .payment-section.coupon-section #coupon-section .content .input-success {
  border-color: #2D74FF;
}
.miao-buy .left .payment-card .payment-section.method .payment-method {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-section.method .payment-method {
    flex-direction: column;
  }
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item {
  display: flex;
  align-items: center;
  height: 48px;
  justify-content: center;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 48%;
  border-radius: 4px;
  transition: border 0.2s ease;
  cursor: pointer;
  margin-right: 17px;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item:last-child {
  margin-right: 0;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item {
    width: 100%;
    margin-bottom: 16px;
    height: 50px;
    margin-right: 0;
  }
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.payment-method-item-checked {
  box-shadow: inset 0 0 0 2px #FFCE02;
  border-color: #ffffff;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.payment-method-item-checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 0 0 0 100%;
  background: #FFCE00;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.payment-method-item-checked::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0 0 0 100%;
  background: #ffe266;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item i {
  font-size: 22px;
  margin-right: 12px;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item span {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item label {
  position: absolute;
  display: block;
  font-size: 12px;
  right: -8px;
  top: -12px;
  background: #4d55e8;
  padding: 3px 5px 3px 6px;
  color: #ffffff;
  transform: scale(0.9);
  border-radius: 40px 16px 0 40px;
  display: none !important;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.paypal span::after {
  content: "(支持信用卡)";
  margin-top: 1px;
  font-size: 12px;
  color: #666666;
  font-weight: 500;
  display: block;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.paypal i {
  color: #029edc;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.wechat i {
  color: #07BB07;
  font-size: 24px;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.wechat i::before {
  content: "";
  display: block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.alipay i {
  color: #00a0e9;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.payssion i {
  color: #00a0e9;
}
.miao-buy .left .payment-card .payment-section.method .payment-method .payment-method-item.payssion i::before {
  content: "";
}
.miao-buy .left .payment-card .payment-section.price-list {
  margin-top: 28px;
}
.miao-buy .left .payment-card .payment-section.price-list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  font-size: 14px;
  color: #7b7b7b;
}
.miao-buy .left .payment-card .payment-section.price-list .item .title {
  font-weight: 400;
}
.miao-buy .left .payment-card .payment-section.price-list .item .title #discount-tag {
  margin-left: 4px;
  color: #07BB07;
}
.miao-buy .left .payment-card .payment-section.price-list .item .title #vip-days {
  color: #333333;
  font-size: 15px;
}
.miao-buy .left .payment-card .payment-section.price-list .item span {
  color: #FF5569;
  font-size: 15px;
  font-weight: 500;
}
.miao-buy .left .payment-card .payment-section.price-list .item #price-origin {
  color: #333;
}
.miao-buy .left .payment-card .payment-section.price-list .final-price {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
}
.miao-buy .left .payment-card .payment-section.price-list .final-price .price-value-total {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
}
.miao-buy .left .payment-card .payment-section.price-list .final-price .price-value-total .price-total-small {
  font-size: 13px;
  color: #7b7b7b;
  font-weight: 400;
}
.miao-buy .left .payment-card .payment-section.price-list #payment-suggestion-container {
  display: none;
}
.miao-buy .left .payment-card .payment-section.price-list .payment-suggestion {
  margin-top: 16px;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 4px;
  justify-content: space-between;
  background: #ffefd9;
  font-size: 14px;
  position: relative;
  display: none !important;
}
.miao-buy .left .payment-card .payment-section.price-list .payment-suggestion::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #ffefd9 transparent;
  position: absolute;
  top: -8px;
  left: 35px;
}
.miao-buy .left .payment-card .payment-section.price-list #payment-suggestion-btn {
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  background: #ff960c;
  border-radius: 100px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  transform: scale(0.9);
}
.miao-buy .left .payment-card .payment-section.price-list #payment-suggestion-btn:hover {
  background: #ff7d03;
}
.miao-buy .left .payment-card .payment-signin {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 65%;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-signin {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
.miao-buy .left .payment-card .payment-signin .payment-btn {
  padding: 14px 60px;
  width: 48%;
  background: #FFCE02;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFCE02;
  transition: all 0.2s ease;
}
.miao-buy .left .payment-card .payment-signin .payment-btn:hover {
  background: #e8bb00;
}
.miao-buy .left .payment-card .payment-signin .payment-btn.signup {
  background: none;
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.4);
}
.miao-buy .left .payment-card .payment-signin .payment-btn.signup:hover {
  border-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-signin .payment-btn {
    width: 100%;
    padding: 18px 60px;
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.miao-buy .left .payment-card .payment-submit {
  margin-top: 28px;
  display: flex;
  align-items: center;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-submit {
    flex-direction: column;
    align-items: flex-start;
  }
}
.miao-buy .left .payment-card .payment-submit button {
  padding: 16px 92px;
  background: #FFCE02;
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.miao-buy .left .payment-card .payment-submit button:hover {
  background: #e8bb00;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-submit button {
    width: 100%;
    padding: 18px 60px;
    font-size: 16px;
  }
}
.miao-buy .left .payment-card .payment-submit .tips {
  margin-left: 24px;
}
@media (max-width: 565.98px) {
  .miao-buy .left .payment-card .payment-submit .tips {
    margin-left: 0;
    margin-top: 24px;
  }
}
.miao-buy .left .payment-card .payment-submit .tips .item {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #7b7b7b;
}
.miao-buy .left .payment-card .payment-submit .tips .item i {
  margin-right: 4px;
}
.miao-buy .left .payment-card .payment-submit .tips .item:nth-child(1) {
  margin-bottom: 4px;
}
.miao-buy .left .payment-card .exchange {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  width: 65%;
  background: #FAFAFF;
  height: 38px;
  padding: 0 12px;
}
.miao-buy .left .payment-card .exchange.hidden {
  display: none;
}
.miao-buy .left .payment-card .exchange span {
  font-size: 12px;
  color: #4D55E8;
}
.miao-buy .left .payment-card .exchange div {
  display: flex;
  align-items: center;
}
.miao-buy .left .payment-card .exchange div span {
  font-weight: 600;
  font-size: 12px;
  color: #4D55E8;
  cursor: pointer;
}
.miao-buy .left .payment-card .exchange div i {
  font-size: 18px;
  color: #4D55E8;
}
.miao-buy .left .payment-card .agreement {
  margin-top: 24px;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #7b7b7b;
}
.miao-buy .left .payment-card .agreement i {
  color: #07BB07;
  margin-right: 4px;
}
.miao-buy .left .payment-card .agreement a {
  color: #333333;
}
.miao-buy .GAME .left .plan-card .tag {
  background: #FF5569;
  color: #ffffff;
}
.miao-buy .GAME .left .plan-card-selected {
  box-shadow: inset 0 0 0 3px #69EDFF !important;
}
.miao-buy .GAME .left .plan-card-selected::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 0 0 0 100%;
  background: #69EDFF !important;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 2;
}
.miao-buy .GAME .left .plan-card-selected::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 0 0 0 100%;
  background: #aff5ff !important;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1;
}
.miao-buy .GAME .left .payment-method-item-checked {
  box-shadow: inset 0 0 0 2px #69EDFF !important;
}
.miao-buy .GAME .left .payment-method-item-checked::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 0 0 0 100%;
  background: #69EDFF !important;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 2;
}
.miao-buy .GAME .left .payment-method-item-checked::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 0 0 0 100%;
  background: #aff5ff !important;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 1;
}
.miao-buy .GAME .left .payment-submit button {
  background: #69EDFF !important;
  color: #333333 !important;
}
.miao-buy .right .miao-promotion-banner {
  cursor: pointer;
  border-radius: 6px;
}
.miao-buy .right .miao-promotion-banner img {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
}
.miao-buy .right .miao-promotion-banner img[src=""],
.miao-buy .right .miao-promotion-banner img:not([src]) {
  opacity: 0;
  border: none;
  display: none;
}
@media (max-width: 991.98px) {
  .miao-buy .right .miao-promotion-banner {
    display: none;
  }
}
@media (max-width: 565.98px) {
  .miao-buy .right {
    margin: 40px 0;
  }
}
.miao-buy .right .banner {
  background: linear-gradient(92.3deg, #F5EDE0 0.43%, #F7D491 111.46%);
  height: 136px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 1199.98px) {
  .miao-buy .right .banner {
    padding: 16px;
  }
}
@media (max-width: 991.98px) {
  .miao-buy .right .banner {
    display: none;
  }
}
.miao-buy .right .banner .title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
@media (max-width: 1199.98px) {
  .miao-buy .right .banner .title {
    font-size: 16px;
  }
}
.miao-buy .right .banner .title img {
  width: 32px;
}
.miao-buy .right .banner .buy-limit-time {
  margin-top: 4px;
}
.miao-buy .right .banner .buy-limit-time span {
  display: block;
  padding-left: 6px;
  margin-top: 4px;
  font-size: 15px;
  color: #333333;
  font-weight: 500;
}
.miao-buy .right .banner .buy-timer-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  height: 136px;
  width: 100%;
  font-size: 16px;
  background: linear-gradient(92.3deg, #F5EDE0 0.43%, #F7D491 111.46%);
  background-size: cover;
  z-index: 9;
  padding: 36px 36px 0 36px;
}
.miao-buy .right .banner .buy-timer-banner .buy-timer {
  margin-top: 6px;
  font-size: 20px;
}
.miao-buy .right .feature {
  margin-top: 28px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
}
@media (max-width: 565.98px) {
  .miao-buy .right .feature {
    margin-bottom: 60px;
  }
}
.miao-buy .right .feature.hidden {
  display: none;
}
.miao-buy .right .feature .title {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.miao-buy .right .feature .title div {
  font-size: 16px;
  font-weight: 500;
}
.miao-buy .right .feature .title span {
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.miao-buy .right .feature .title span i {
  margin-left: 4px;
}
.miao-buy .right .feature .title span:hover {
  color: #2D74FF;
}
.miao-buy .right .feature .feature-list {
  display: flex;
  flex-direction: column;
  padding: 0 0 90px 0;
}
@media (max-width: 991.98px) {
  .miao-buy .right .feature .feature-list {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: initial;
  }
}
@media (max-width: 565.98px) {
  .miao-buy .right .feature .feature-list {
    padding: 0 0 40px 0;
  }
}
.miao-buy .right .feature .feature-list .item {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .miao-buy .right .feature .feature-list .item {
    width: 50%;
  }
}
.miao-buy .right .feature .feature-list .item i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff7d6;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.miao-buy .right .feature .feature-list .item h5 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}
.miao-buy .right .feature .feature-list .item span {
  margin-top: 4px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #7b7b7b;
}
.miao-buy .right .feature.game-feature .item {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .miao-buy .right .feature.game-feature .item {
    width: 50%;
  }
}
.miao-buy .right .feature.game-feature .item i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #51d6ff38;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.miao-buy .right .feature.game-feature .item h5 {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
}
.miao-buy .right .feature.game-feature .item span {
  margin-top: 4px;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #7b7b7b;
}

.feature-detail {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999999999;
}
.feature-detail.show {
  display: flex;
}
.feature-detail .content {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  width: 760px;
  position: relative;
}
@media (max-width: 565.98px) {
  .feature-detail .content {
    width: 90%;
    padding: 24px;
  }
}
.feature-detail .content .feature-close {
  position: absolute;
  right: 24px;
  top: 24px;
  cursor: pointer;
}
.feature-detail .content .feature-close i {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease;
}
.feature-detail .content .feature-close:hover i {
  color: #FFCE02;
}
.feature-detail .content .title {
  font-size: 24px;
}
@media (max-width: 565.98px) {
  .feature-detail .content .title {
    font-size: 20px;
  }
}
.feature-detail .content .tips {
  margin-top: 24px;
  font-size: 14px;
  padding: 6px;
  color: #FF5569;
  border-radius: 4px;
  display: block;
  font-weight: 500;
}
.feature-detail .content table {
  margin-top: 32px;
  width: 100%;
  background: #ffffff;
  border-radius: 4px;
  border-collapse: collapse;
}
.feature-detail .content table .tr-tips td {
  height: 30px;
  font-weight: 500;
}
.feature-detail .content th {
  height: 34px;
  box-shadow: inset 0px -2px 0px #FFCE02;
  font-size: 14px;
  columns: #333333;
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  height: 50px;
  vertical-align: center;
}
.feature-detail .content th img {
  width: 18px;
  display: inline-block;
}
.feature-detail .content th span {
  vertical-align: top;
}
.feature-detail .content th.game {
  background: #FAFAFA !important;
}
.feature-detail .content td:nth-child(2) {
  background: #FAFAFA;
}
.feature-detail .content td {
  font-size: 13px;
  color: #333333;
  height: 40px;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.04);
}
.feature-detail .content td i {
  font-size: 16px;
}
.feature-detail .content td i.fa-check {
  color: #07bb07;
}
.feature-detail .content td i.fa-times {
  color: #ff5569;
}
.feature-detail .content th,
.feature-detail .content td {
  text-align: center;
}

/* app-payment */
.app-payment {
  z-index: 2147483646;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.app-payment-content {
  background: #fff;
  width: 600px;
  height: 420px;
  border-radius: 6px;
  position: fixed;
  top: 18%;
  left: 50%;
  margin: 0 auto auto -250px;
  display: block;
  text-align: center;
}

.app-payment-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px 0 20px;
  padding: 0 25px;
}

.app-payment-header span {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
}

.app-payment-body {
  display: flex;
  height: 270px;
  padding: 0 25px;
}

.app-payment-tabs {
  position: relative;
  display: block;
  width: 300px;
}

.app-payment-tabs section {
  position: absolute;
  display: block;
  top: 1.8em;
  left: 0;
  background-color: #ddd;
  z-index: 0;
  width: 100%;
}

.app-payment-tabs section:first-child {
  z-index: 1;
}

.app-payment-tabs section h2 {
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  width: 150px;
  height: 42px;
  line-height: 42px;
  top: -29px;
  left: 0;
  margin: 0;
  color: #333333;
  padding: 0;
  z-index: 999;
}

.app-payment-tabs section:nth-child(2) h2 {
  left: 150px;
  height: 42px;
}

.app-payment-tabs section h2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  color: inherit;
  border: 1px solid #e4e4e4;
  outline: 0 none;
}

.app-payment-tabs section h2 a img {
  width: 24px;
  margin-right: 6px;
}

#tab1 a {
  border-right: none;
}

.app-payment-tabs section,
.app-payment-tabs section h2 {
  transition: all 500ms ease;
}

.app-payment-tabs section:target,
.app-payment-tabs section:target h2 a {
  color: #333;
  background-color: #f3f3f3;
  z-index: 333;
}

.qr-code {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 226px;
  width: 300px;
  position: absolute;
  left: 0;
  top: 15px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: none;
}

.qr-code img {
  width: 172px;
  margin-top: -55px;
}

.app-payment-youzan .qr-code {
  width: 550px;
  top: 0;
  height: 270px;
  border-top: 1px solid #e4e4e4;
}

.app-payment-success {
  position: absolute;
  height: 42px;
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #ff5569;
  right: -250px;
  bottom: 0;
  width: 251px;
  justify-content: center;
}

.app-payment-scan {
  position: absolute;
  height: 24px;
  background: #ff960c;
  color: #fff;
  font-size: 12px;
  right: -66px;
  bottom: 70px;
  z-index: 9999999;
  display: flex;
  align-items: center;
  padding: 0 6px;
  border-radius: 4px;
}

.app-payment-scan-mobile {
  display: none;
}

.app-payment-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  padding: 0 12px;
  height: 42px;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.app-payment-title strong {
  position: relative;
  font-size: 20px;
  color: #ff7d03;
  text-align: right;
  margin-left: 36px;
}

.app-payment-title strong::before {
  content: "¥";
  font-size: 20px;
  font-weight: 500;
  position: absolute;
  left: -20px;
  top: 0;
}

.app-payment-tips {
  width: 250px;
  border: 1px solid #e4e4e4;
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  font-size: 12px;
  padding: 10px 25px 25px 25px;
}

.app-payment-tips li {
  margin-top: 14px;
  font-size: 12px;
  color: #333333;
  line-height: 1.5;
}

.app-payment-tips .app-payment-tips-important {
  color: #ff5569;
  font-weight: bold;
}

.app-payment-footer {
  padding-left: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.app-payment-timer {
  font-size: 13px;
}

.app-payment-timer strong {
  color: #ff5569;
}

.app-payment-bak {
  background: #fff !important;
  border: none;
  color: #ff5569 !important;
  font-size: 12px !important;
}

.app-payment-btn {
  display: flex;
  justify-content: flex-end;
  margin: 25px 0;
  margin-left: auto;
}

.app-payment-btn button {
  padding: 8px 30px;
  border-radius: 4px;
  background: #FFCE02;
  color: #333333;
  margin-right: 25px;
  border: #FFCE02;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.app-payment-close {
  background: #fff !important;
  border: 1px solid #00000010 !important;
  color: #666666 !important;
}

.app-payment-scan-wechat {
  height: 24px;
  background: #ff960c;
  color: #fff;
  right: -14.5%;
  bottom: 70px;
  z-index: 9999999;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
}

.exchange-confirm {
  z-index: 2147483647;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  display: flex;
}
.exchange-confirm.hidden {
  display: none;
}
.exchange-confirm .exchange-main {
  padding: 32px 24px 32px 24px;
  width: 380px;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  background: white;
  border-radius: 6px;
}
.exchange-confirm .exchange-main i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  color: #7b7b7b;
  cursor: pointer;
}
.exchange-confirm .exchange-main .exchange-content {
  display: flex;
  color: #0c0c0c;
  flex-direction: column;
}
.exchange-confirm .exchange-main .exchange-content .exchange-content-title {
  font-size: 16px;
}
.exchange-confirm .exchange-main .exchange-content .exchange-content-date {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  text-align: center;
}
.exchange-confirm .exchange-main button {
  margin-top: 24px;
  width: 244px;
  height: 40px;
  background: #FFB800;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.exchange-confirm .exchange-main button:hover {
  background: #ff960c;
}
.exchange-confirm .exchange-main .exchange-footer {
  margin-top: 32px;
  font-size: 12px;
  display: flex;
  align-items: center;
  color: rgba(12, 12, 12, 0.6);
  justify-content: space-between;
  width: 80%;
}

.app-confirm {
  z-index: 2147483647;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  display: none;
}

.app-confirm-content {
  background: #fff;
  width: 70%;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}

.app-confirm-header span {
  display: block;
  font-size: 17px;
  text-align: center;
  color: #222222;
  font-weight: 500px;
  padding: 32px 24px;
}

.app-confirm-btn {
  display: flex;
  flex-direction: column;
}

.app-confirm-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  -webkit-appearance: none;
  background: none;
  border-radius: 0;
  border: none;
  border-top: 1px solid #E8E7F8;
  font-size: 15px;
}

#app-confirm-check {
  font-weight: 500;
  color: #4d55e8;
}

#app-confirm-cancel {
  color: #666666;
}

/* alipay-confirm */
.alipay-confirm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999999;
}

.alipay-confirm-content {
  margin-top: -80px;
  width: 400px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 28px;
}

#alipay-confirm-close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 24px;
  color: #C9C6F7;
  cursor: pointer;
  transition: all 0.2s ease;
}

#alipay-confirm-close:hover {
  color: #4d55e8;
}

.icon-infor {
  font-size: 48px !important;
  color: #FF5569;
}

.alipay-confirm-content h4 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  margin: 16px 0 24px 0;
}

.alipay-confirm-content span {
  font-size: 13px;
  display: block;
  color: #666666;
}

.alipay-tips {
  color: #FF5569 !important;
  margin-top: 12px;
}

.alipay-confirm-btn {
  margin-top: 40px;
  margin-bottom: 24px;
  display: flex;
  width: 200px;
  height: 44px;
  background: #4d55e8;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.2s ease;
}

.alipay-confirm-btn:hover {
  background: #333ce6;
}

@media (max-width: 565.98px) {
  .app-payment-content {
    width: 100%;
    height: auto;
    top: initial !important;
    left: 0;
    bottom: 0;
    margin: 0;
  }

  .app-payment-body {
    padding: 0;
    height: auto;
  }

  .app-payment-scan {
    display: none;
  }

  .app-payment-scan-mobile {
    position: absolute;
    height: 40px;
    background: #ffffff;
    color: #ff7d03;
    font-size: 12px;
    right: 0;
    width: 100%;
    bottom: 116px;
    z-index: 9999999;
    display: flex;
    align-items: center;
    padding: 0 25px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    border-radius: 0;
  }

  .qr-code {
    position: relative;
    width: 100% !important;
  }

  .app-payment-tips {
    display: none;
  }

  .app-payment-tabs {
    width: 100%;
  }

  .app-payment-title {
    width: 100%;
    padding: 0 25px;
    position: relative;
    border: 0.5px solid #e4e4e4;
    border-bottom: none;
  }

  .app-payment-footer {
    padding: 0;
    margin-bottom: 32px;
  }

  .app-payment-btn {
    width: 100%;
    margin: 0;
  }

  .app-payment-btn button {
    width: 100%;
    border-radius: 0;
    height: 46px;
    margin-right: 0;
    -webkit-appearance: none;
  }

  .qr-code img {
    margin-top: -48px;
  }

  .app-payment-header span {
    display: none;
  }

  .app-payment-success {
    position: relative;
    border: none;
    width: 100%;
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .user-comment {
    display: none;
  }
}

.page-support .support-hero {
  background: #FBEECA;
  padding-top: 88px;
}
@media (max-width: 767.98px) {
  .page-support .support-hero {
    padding-top: 148px;
    display: none;
  }
}
.page-support .support-hero .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .page-support .support-hero .container {
    flex-direction: column;
  }
}
.page-support .support-hero .container .left {
  margin-top: -32px;
}
.page-support .support-hero .container .left .miao-btn {
  padding: 0 64px;
}
.page-support .support-hero .container .right img {
  width: 453px;
  transform: translateY(4px);
}
@media (max-width: 767.98px) {
  .page-support .support-wrapper {
    margin-top: 108px;
  }
}
.page-support .support-wrapper .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 64px;
  margin-bottom: 24px;
  align-items: flex-start;
}
.page-support .support-wrapper .container .support-cates {
  width: 100%;
}
.page-support .support-wrapper .container .support-cates .title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}
@media (max-width: 565.98px) {
  .page-support .support-wrapper .container .support-cates .title {
    font-size: 20px;
  }
}
.page-support .support-wrapper .container .support-cates ul {
  margin-top: 40px;
  margin-bottom: 48px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.page-support .support-wrapper .container .support-cates ul li {
  margin-right: 32px;
  color: #7b7b7b;
  font-size: 12px;
  width: 30%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page-support .support-wrapper .container .support-cates ul li i {
  margin-right: 12px;
  font-size: 16px;
}
@media (max-width: 1199.98px) {
  .page-support .support-wrapper .container .support-cates ul li {
    width: 45%;
  }
}
@media (max-width: 767.98px) {
  .page-support .support-wrapper .container .support-cates ul li {
    width: 100%;
  }
}
.page-support .support-wrapper .container .support-cates ul li a {
  display: block;
  color: #333333;
  font-size: 14px;
  transition: all 0.2s ease;
}
@media (max-width: 767.98px) {
  .page-support .support-wrapper .container .support-cates ul li a {
    font-size: 15px;
    line-height: 1.68;
  }
}
.page-support .support-wrapper .container .support-cates ul li a:hover {
  color: #2D74FF;
}

.miao-promotion-modal {
  display: none !important;
}

.miao-notice {
  display: none !important;
}

iframe {
  display: none !important;
}

.page-support-article .inside-header {
  position: fixed;
  padding-top: 0 !important;
  border-bottom: 1px solid #f4f4f4 !important;
}
.page-support-article .page-nav {
  width: 100%;
  left: 0;
  top: 68px;
  position: fixed;
  background: #ffffff;
  border-bottom: 1px solid #f4f4f4;
  z-index: 99999;
}
@media (max-width: 767.98px) {
  .page-support-article .page-nav {
    display: none;
  }
}
.page-support-article .page-nav .nav {
  display: flex;
  align-items: center;
  background: #ffffff;
  height: 46px;
  font-size: 14px;
  color: #333333;
}
.page-support-article .page-nav .nav .back {
  font-size: 14px;
  color: #2D74FF;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.page-support-article .page-nav .nav .back i {
  font-size: 16px;
  margin-right: 4px;
}
.page-support-article .page-nav .nav .title {
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.page-support-article .page-nav .nav .title i {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767.98px) {
  .page-support-article .page-nav .nav .title {
    display: none;
  }
}
.page-support-article .page-nav .nav .report {
  margin-left: auto;
  color: #2D74FF;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.page-support-article .page-nav .nav .report i {
  font-size: 18px;
  margin-right: 6px;
}
.page-support-article .support-article {
  margin-top: 188px;
  z-index: 1;
  overflow-x: hidden;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article {
    margin-top: 88px;
  }
}
@media (max-width: 565.98px) {
  .page-support-article .support-article .container .content {
    padding-bottom: 80px;
  }
}
.page-support-article .support-article .container .content h1 {
  font-size: 38px !important;
  color: #222222 !important;
  margin-bottom: 24px !important;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .content h1 {
    font-size: 32px !important;
  }
}
.page-support-article .support-article .container .content h1 span {
  font-size: 38px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .content h1 span {
    font-size: 32px !important;
  }
}
.page-support-article .support-article .container .content h2 {
  font-size: 30px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .content h2 {
    font-size: 24px !important;
  }
}
.page-support-article .support-article .container .content h2 span {
  font-size: 30px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .content h2 span {
    font-size: 24px !important;
  }
}
.page-support-article .support-article .container .content h3 {
  font-size: 24px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .content h3 {
    font-size: 18px !important;
  }
}
.page-support-article .support-article .container .content h3 span {
  font-size: 24px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .content h3 span {
    font-size: 18px !important;
  }
}
.page-support-article .support-article .container .content h4 {
  font-size: 20px !important;
  margin: 16px 0 8px 0 !important;
  color: #333333 !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .content h4 {
    font-size: 16px !important;
  }
}
.page-support-article .support-article .container .content h4 span {
  font-size: 20px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .content h4 span {
    font-size: 16px !important;
  }
}
.page-support-article .support-article .container .content p {
  margin-top: 4px !important;
  line-height: 1.5 !important;
}
.page-support-article .support-article .container .content p span {
  line-height: 1.76 !important;
  text-decoration: none !important;
}
.page-support-article .support-article .container .content table {
  width: 100%;
}
.page-support-article .support-article .container .content td {
  padding: 8px !important;
}
.page-support-article .support-article .container .content td p {
  margin-top: 0 !important;
}
.page-support-article .support-article .container .content td p span {
  text-decoration: none !important;
}
.page-support-article .support-article .container .content td p span a {
  text-decoration: none !important;
  color: #2D74FF !important;
  border-bottom: none !important;
}
.page-support-article .support-article .container .content ul,
.page-support-article .support-article .container .content ol {
  margin-top: 16px !important;
  padding-left: 16px !important;
}
.page-support-article .support-article .container .content ul li,
.page-support-article .support-article .container .content ol li {
  margin-left: 0 !important;
  line-height: 1.5 !important;
}
.page-support-article .support-article .container .content a {
  transition: all 0.2s ease;
  color: #2D74FF !important;
  text-decoration: none !important;
}
.page-support-article .support-article .container .content a:hover {
  color: #2D74FF !important;
  text-decoration: underline !important;
}
.page-support-article .support-article .container .content span {
  height: initial !important;
}
.page-support-article .support-article .container .content img {
  margin-top: 8px !important;
  max-width: 500px !important;
  object-fit: contain !important;
  border-radius: 4px !important;
  border: 1px solid #f4f4f4 !important;
  height: auto !important;
}
@media (max-width: 565.98px) {
  .page-support-article .support-article .container .content img {
    width: 330px !important;
    height: auto !important;
  }
}
.page-support-article .support-article .container .related {
  margin-top: 8px;
}
@media (max-width: 565.98px) {
  .page-support-article .support-article .container .related {
    display: none;
  }
}
.page-support-article .support-article .container .related ul {
  margin-top: 24px;
  padding-left: 8px;
  display: flex;
  flex-direction: column;
  list-style: none;
}
.page-support-article .support-article .container .related ul li {
  font-size: 12px;
  margin-bottom: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-support-article .support-article .container .related ul li i {
  font-size: 14px;
  margin-right: 6px;
}
@media (max-width: 767.98px) {
  .page-support-article .support-article .container .related ul li {
    width: 100%;
  }
}
.page-support-article .support-article .container .related ul li a {
  color: #333333;
  font-size: 14px;
}

.page-cms .inside-header {
  position: fixed;
  padding-top: 0 !important;
  border-bottom: 1px solid #f4f4f4;
}
.page-cms .content {
  margin: 0 auto 80px;
}
.page-cms .content.ml-title {
  margin-top: 128px;
  margin-bottom: 0;
}
.page-cms .content h1 {
  font-size: 42px !important;
  color: #222222 !important;
  margin-bottom: 24px !important;
}
@media (max-width: 767.98px) {
  .page-cms .content h1 {
    font-size: 32px !important;
  }
}
.page-cms .content h1 span {
  font-size: 38px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-cms .content h1 span {
    font-size: 32px !important;
  }
}
.page-cms .content h2 {
  font-size: 30px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-cms .content h2 {
    font-size: 24px !important;
  }
}
.page-cms .content h2 span {
  font-size: 30px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-cms .content h2 span {
    font-size: 24px !important;
  }
}
.page-cms .content h3 {
  font-size: 24px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-cms .content h3 {
    font-size: 18px !important;
  }
}
.page-cms .content h3 span {
  font-size: 24px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-cms .content h3 span {
    font-size: 18px !important;
  }
}
.page-cms .content h4 {
  font-size: 20px !important;
  margin: 16px 0 8px 0 !important;
  color: #333333 !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .page-cms .content h4 {
    font-size: 16px !important;
  }
}
.page-cms .content h4 span {
  font-size: 20px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-cms .content h4 span {
    font-size: 16px !important;
  }
}
.page-cms .content p {
  margin-top: 4px !important;
  line-height: 1.5 !important;
}
.page-cms .content p span {
  line-height: 1.76 !important;
  text-decoration: none !important;
}
.page-cms .content table {
  width: 100%;
}
.page-cms .content td {
  padding: 8px !important;
}
.page-cms .content td p {
  margin-top: 0 !important;
}
.page-cms .content td p span {
  text-decoration: none !important;
}
.page-cms .content td p span a {
  text-decoration: none !important;
  color: #2D74FF !important;
  border-bottom: none !important;
}
.page-cms .content ul,
.page-cms .content ol {
  margin-top: 16px !important;
  padding-left: 16px !important;
}
.page-cms .content ul li,
.page-cms .content ol li {
  margin-left: 0 !important;
  line-height: 1.5 !important;
}
.page-cms .content a {
  transition: all 0.2s ease;
  color: #2D74FF !important;
  text-decoration: none !important;
}
.page-cms .content a:hover {
  color: #2D74FF !important;
  text-decoration: underline !important;
}
.page-cms .content span {
  height: initial !important;
}
.page-cms .content img {
  margin-top: 8px !important;
  max-width: 500px !important;
  object-fit: contain !important;
  border-radius: 4px !important;
  border: 1px solid #f4f4f4 !important;
  height: auto !important;
}
@media (max-width: 565.98px) {
  .page-cms .content img {
    width: 320px !important;
    height: auto !important;
  }
}

.page-blog .inside-header {
  position: fixed;
  padding-top: 0 !important;
  border-bottom: 1px solid #f4f4f4 !important;
}
.page-blog .blog-nav {
  width: 100%;
  position: fixed;
  top: 68px;
  left: 0;
  height: 44px;
  border-bottom: 1px solid #f4f4f4;
  background: #ffffff;
  z-index: 99999999;
  display: flex;
  align-items: center;
}
.page-blog .blog-nav .container {
  display: flex;
  align-items: center;
}
.page-blog .blog-nav .container .title {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-right: 48px;
}
@media (max-width: 565.98px) {
  .page-blog .blog-nav .container .title {
    display: none;
  }
}
.page-blog .blog-nav .container .title i {
  color: #FFCE02;
  font-size: 20px;
  margin-right: 12px;
}
.page-blog .blog-nav .container .nav {
  display: flex;
  align-items: center;
}
.page-blog .blog-nav .container .nav a {
  margin-left: 48px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 565.98px) {
  .page-blog .blog-nav .container .nav a {
    margin-left: 0;
    margin-right: 32px;
  }
}
.page-blog .blog-nav .container .nav a.active {
  color: black;
  box-shadow: inset 0px -3px 0px #FFCE02;
}
.page-blog .miao-blog-home {
  margin: 128px 0 40px;
  overflow-x: hidden;
}
.page-blog .miao-blog-home .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-blog .miao-blog-home .left .no-data {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}
.page-blog .miao-blog-home .left .no-data i {
  font-size: 56px;
  color: #FFCE02;
}
.page-blog .miao-blog-home .left .no-data span {
  margin-top: 24px;
  display: block;
  color: #333333;
  font-size: 16px;
}
.page-blog .miao-blog-home .left .artical-item {
  width: 47%;
  display: block;
  margin-top: 48px;
  color: #333333;
  transition: all 0.2s ease;
  overflow: hidden;
}
.page-blog .miao-blog-home .left .artical-item:last-child {
  border-bottom: none;
}
.page-blog .miao-blog-home .left .artical-item:hover img {
  transform: scale(1.2);
}
.page-blog .miao-blog-home .left .artical-item h4 {
  margin-top: 16px;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  color: #222222;
  transition: all 0.2s ease;
}
@media (max-width: 565.98px) {
  .page-blog .miao-blog-home .left .artical-item h4 {
    font-size: 28px;
    line-height: 1.64;
  }
}
.page-blog .miao-blog-home .left .artical-item .img-wrapepr {
  overflow: hidden;
  width: 100%;
  height: 200px;
  border-radius: 8px;
}
.page-blog .miao-blog-home .left .artical-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: all 0.2s ease;
  overflow: hidden;
}
@media (max-width: 565.98px) {
  .page-blog .miao-blog-home .left .artical-item img {
    object-fit: contain;
    height: auto;
  }
}
.page-blog .miao-blog-home .left .artical-item p {
  margin-top: 16px;
  display: block;
  font-size: 14px;
  color: #555555;
  line-height: 1.72;
}
.page-blog .miao-blog-home .left .artical-item .read-more {
  margin-top: 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #2D74FF;
}
.page-blog .miao-blog-home .left .artical-item .read-more i {
  margin-left: 4px;
}
.page-blog .miao-blog-home .right {
  margin-top: 12px;
  padding-left: 64px;
}
@media (max-width: 991.98px) {
  .page-blog .miao-blog-home .right {
    padding-left: 24px;
  }
}
.page-blog .miao-blog-home .right .widget {
  margin-top: 32px;
}
.page-blog .miao-blog-home .right .widget img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.page-blog .miao-blog-home .right .widget .title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.page-blog .miao-blog-home .right .widget .title i {
  font-size: 20px;
  color: #FFCE02;
  margin-right: 8px;
}
.page-blog .miao-blog-home .right .widget .title h5 {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  position: relative;
}
.page-blog .miao-blog-home .right .widget .title h5::after {
  content: "";
  display: inline-block;
  background: url("../fonts/component-title.svg") no-repeat;
  width: 120px;
  height: 12px;
  margin-left: 12px;
  position: absolute;
  top: 3px;
}
.page-blog .miao-blog-home .right .widget .item a {
  display: block;
  color: #555555;
  padding: 13px 0;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  font-size: 14px;
  transition: all 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-blog .miao-blog-home .right .widget .item a:hover {
  color: #2D74FF;
}
.page-blog .blog-content {
  margin-bottom: 80px;
}
.page-blog .blog-content .ml-title {
  font-size: 38px;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (max-width: 565.98px) {
  .page-blog .blog-content .ml-title {
    font-size: 28px;
    line-height: 1.64;
  }
}
.page-blog .blog-content h1 {
  font-size: 38px !important;
  color: #222222 !important;
  margin-bottom: 24px !important;
}
@media (max-width: 767.98px) {
  .page-blog .blog-content h1 {
    font-size: 32px !important;
  }
}
.page-blog .blog-content h1 span {
  font-size: 38px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-blog .blog-content h1 span {
    font-size: 32px !important;
  }
}
.page-blog .blog-content h2 {
  font-size: 30px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-blog .blog-content h2 {
    font-size: 24px !important;
  }
}
.page-blog .blog-content h2 span {
  font-size: 30px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-blog .blog-content h2 span {
    font-size: 24px !important;
  }
}
.page-blog .blog-content h3 {
  font-size: 24px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-blog .blog-content h3 {
    font-size: 18px !important;
  }
}
.page-blog .blog-content h3 span {
  font-size: 24px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-blog .blog-content h3 span {
    font-size: 18px !important;
  }
}
.page-blog .blog-content h4 {
  font-size: 20px !important;
  margin: 16px 0 8px 0 !important;
  color: #333333 !important;
  padding: 0 !important;
}
@media (max-width: 767.98px) {
  .page-blog .blog-content h4 {
    font-size: 16px !important;
  }
}
.page-blog .blog-content h4 span {
  font-size: 20px !important;
  color: #333333 !important;
}
@media (max-width: 767.98px) {
  .page-blog .blog-content h4 span {
    font-size: 16px !important;
  }
}
.page-blog .blog-content p {
  margin-top: 4px !important;
  line-height: 1.5 !important;
}
.page-blog .blog-content p span {
  line-height: 1.76 !important;
  text-decoration: none !important;
  display: initial !important;
}
.page-blog .blog-content table {
  width: 100%;
}
.page-blog .blog-content td {
  padding: 8px !important;
}
.page-blog .blog-content td p {
  margin-top: 0 !important;
}
.page-blog .blog-content td p span {
  display: initial !important;
  text-decoration: none !important;
}
.page-blog .blog-content td p span a {
  text-decoration: none !important;
  color: #2D74FF !important;
  border-bottom: none !important;
}
.page-blog .blog-content ul,
.page-blog .blog-content ol {
  margin-top: 16px !important;
  padding-left: 16px !important;
}
.page-blog .blog-content ul li,
.page-blog .blog-content ol li {
  margin-left: 0 !important;
  line-height: 1.5 !important;
}
.page-blog .blog-content a {
  transition: all 0.2s ease;
  color: #2D74FF !important;
  text-decoration: none !important;
}
.page-blog .blog-content a:hover {
  color: #2D74FF !important;
  text-decoration: underline !important;
}
.page-blog .blog-content span {
  height: initial !important;
}
.page-blog .blog-content img {
  margin-top: 8px !important;
  max-width: 500px !important;
  object-fit: contain !important;
  border-radius: 4px !important;
  border: 1px solid #f4f4f4 !important;
  height: auto !important;
}
@media (max-width: 565.98px) {
  .page-blog .blog-content img {
    width: 320px !important;
    height: auto !important;
    margin: 0 auto;
  }
}

.page-error .content {
  margin-top: 148px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-error .content h3 {
  margin-top: 24px;
}
.page-error .content .btn-group {
  margin-top: 32px;
}
.page-error .content .btn-group .miao-btn {
  width: 140px;
  padding: 0;
}

.page-changelog .miao-notice {
  display: none !important;
}
.page-changelog .row {
  margin-top: 160px;
}
@media (max-width: 767.98px) {
  .page-changelog .row {
    margin-top: 120px;
  }
}
@media (max-width: 767.98px) {
  .page-changelog .row .changelog-tab {
    display: none;
  }
}
.page-changelog .row .changelog-tab.sticky {
  position: fixed;
  top: 100px;
}
.page-changelog .row .changelog-tab ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  padding-left: 8px;
}
.page-changelog .row .changelog-tab ul li {
  height: 56px;
  display: flex;
  align-items: center;
}
.page-changelog .row .changelog-tab ul li a {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .page-changelog .row h2 {
    text-align: left !important;
  }
}
.page-changelog .row .changelog-content {
  list-style: none;
  padding: 0;
  margin-top: 32px;
}
.page-changelog .row .changelog-content li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 0;
}
.page-changelog .row .changelog-content li:first-child #cl-date small {
  border: 1px solid #07BB07;
  background: #E7FFF7;
}
.page-changelog .row .changelog-content li #cl-date {
  margin-top: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.page-changelog .row .changelog-content li #cl-date small {
  margin-left: 8px;
  display: flex;
  height: 16px;
  align-items: center;
  justify-content: center;
  border-radius: 12px 20px 20px 0;
  padding: 0 8px 0 6px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.page-changelog .row .changelog-content li #cl-type {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.page-changelog .row .changelog-content li #cl-content {
  margin-top: 12px;
}

.ml-enterprise {
  margin-top: 120px;
}
@media (max-width: 565.98px) {
  .ml-enterprise h2 {
    font-size: 32px;
  }
}
.ml-enterprise .plan-wrapper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .ml-enterprise .plan-wrapper {
    flex-direction: column;
  }
}
.ml-enterprise .plan-wrapper .plan-item {
  margin-top: 56px;
  padding: 48px 32px;
  margin-right: 56px;
  width: 400px;
  min-height: 718px;
  box-shadow: 0 8px 24px 0 rgba(82, 94, 102, 0.15);
  border-radius: 0 0 4px 4px;
  position: relative;
}
@media (max-width: 767.98px) {
  .ml-enterprise .plan-wrapper .plan-item {
    width: 100%;
    margin-right: 0;
  }
}
.ml-enterprise .plan-wrapper .plan-item .border {
  display: block;
  height: 4px;
  width: 100%;
  background: #FFCE02;
  position: absolute;
  top: 0;
  left: 0;
}
.ml-enterprise .plan-wrapper .plan-item .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ml-enterprise .plan-wrapper .plan-item .header h4 {
  font-size: 28px;
  font-weight: 400;
  color: #333333;
}
.ml-enterprise .plan-wrapper .plan-item .header span {
  margin-left: 12px;
  font-size: 18px;
  color: #7b7b7b;
}
.ml-enterprise .plan-wrapper .plan-item .description .price {
  margin-top: 24px;
  font-size: 26px;
  font-weight: 400;
  height: 31px;
}
.ml-enterprise .plan-wrapper .plan-item .description .price small {
  margin-left: 6px;
  font-size: 16px;
  color: #7b7b7b;
}
.ml-enterprise .plan-wrapper .plan-item .description .miao-btn {
  width: 100%;
}
.ml-enterprise .plan-wrapper .plan-item .feature,
.ml-enterprise .plan-wrapper .plan-item .step {
  margin-top: 32px;
}
.ml-enterprise .plan-wrapper .plan-item .feature .title,
.ml-enterprise .plan-wrapper .plan-item .step .title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 18px;
}
.ml-enterprise .plan-wrapper .plan-item .feature .feature-list,
.ml-enterprise .plan-wrapper .plan-item .step .feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ml-enterprise .plan-wrapper .plan-item .feature .feature-list li,
.ml-enterprise .plan-wrapper .plan-item .step .feature-list li {
  margin-top: 12px;
  font-size: 14px;
  color: #555555;
  line-height: 1.64;
  position: relative;
  padding-left: 22px;
}
.ml-enterprise .plan-wrapper .plan-item .feature .feature-list li::before,
.ml-enterprise .plan-wrapper .plan-item .step .feature-list li::before {
  content: "";
  font-family: "remixicon";
  font-size: 14px;
  color: #FFCE02;
  position: absolute;
  left: 1px;
}
.ml-enterprise .plan-wrapper .plan-item .feature .step-list,
.ml-enterprise .plan-wrapper .plan-item .step .step-list {
  padding: 0 0 0 20px;
  margin: 0;
}
.ml-enterprise .plan-wrapper .plan-item .feature .step-list li,
.ml-enterprise .plan-wrapper .plan-item .step .step-list li {
  margin-top: 6px;
  font-size: 14px;
  color: #555555;
  line-height: 1.64;
  position: relative;
  padding-left: 2px;
}
.ml-enterprise .plan-wrapper .plan-item.enterprise-pro .border {
  background: linear-gradient(100.78deg, #585858 0%, #424242 47.92%, #2B2638 100%);
}
.ml-enterprise .plan-wrapper .plan-item.enterprise-pro .miao-btn {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
.ml-enterprise .note {
  margin: 56px 0 72px 0;
}
.ml-enterprise .note span {
  margin-top: 3px;
  font-size: 14px;
  color: #555555;
  line-height: 1.64;
}
.ml-enterprise .note span i {
  font-size: 20px;
  color: #FFCE02;
  margin-top: 4px;
}

.redirect-content {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.redirect-content i {
  font-size: 32px;
  color: #FFCE02;
}

.redirect-content span {
  margin-top: 24px;
  display: block;
  text-align: center;
  font-size: 15px;
  color: #666666;
}

#google-form {
  padding-top: 48px;
  display: block;
  margin: 0 auto 80px;
  width: 1140px;
  min-height: 1200px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
}

.chrome-update-wrapper {
  max-width: 1140px;
  border-radius: 6px;
  margin: 100px auto 32px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.chrome-update-left {
  width: 480px;
  margin: 0 90px 0 90px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.miao-vip-tips {
  margin-top: 24px;
  display: none;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 596px;
  margin-top: 24px;
  background: linear-gradient(91.9deg, #F5EDE0 0.43%, #F7D491 111.46%);
  border-radius: 4px;
}

.miao-vip-tips span {
  font-size: 12px !important;
  color: #333333 !important;
  font-weight: 500;
  margin-right: 16px;
}

.miao-vip-tips button {
  background: #333333;
  border-radius: 20px;
  font-size: 12px;
  color: #ffffff;
  border: 1px solid #333333;
  padding: 6px 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.miao-vip-tips button:hover {
  background: #000000;
}

.chrome-update-left img {
  margin: 0 32px 0 0;
}

.chrome-update-title {
  display: flex;
  flex-direction: column;
}

.chrome-update-left h3 {
  font-size: 30px;
  font-weight: 400;
  margin: -4px 0 12px;
}

.chrome-update-left span {
  font-size: 14px;
  color: #7b7b7b;
}

.chrome-update-left span a {
  color: #4d55e8;
}

.chrome-changelog {
  width: 500px;
  border-left: 2px solid #f0f1ff;
  box-sizing: border-box;
  padding: 32px;
}

.changelog-time {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: flex;
  align-items: center;
}

.changelog-time::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  border: 4px solid #4d55e8;
  position: absolute;
  left: -40px;
  top: 2px;
}

.changelog-time small {
  margin-left: 4px;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 40px;
  background: #07bb07;
  color: #ffffff;
}

.changelog-type {
  font-size: 16px;
  font-weight: 500;
  margin: 12px 0 8px;
}

.changelog-content {
  font-size: 13px;
  color: #7b7b7b;
}

.showchangelog {
  margin-top: 24px;
  display: inline-block;
  font-size: 12px;
  padding: 8px 16px;
  color: #4d55e8;
  border: 1px solid #4d55e8;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.showchangelog:hover {
  background: #4d55e8;
  color: #ffffff;
}

.miao-game {
  background: #111111;
}
.miao-game header {
  background: #232323;
  border-bottom: none;
  opacity: 1;
}
.miao-game header .navbar-brand {
  height: 68px;
  width: 126px;
  display: block;
  background: url("../fonts/logo_dark.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.miao-game header .navbar-brand img {
  display: none !important;
}
.miao-game header .link {
  color: rgba(255, 255, 255, 0.8) !important;
}
.miao-game header #current-lang {
  color: rgba(255, 255, 255, 0.8);
}
.miao-game header #navbar-email {
  color: rgba(255, 255, 255, 0.8) !important;
}
.miao-game header .nav-btn.text {
  color: rgba(255, 255, 255, 0.8) !important;
}
.miao-game .section-title h2 {
  color: rgba(255, 255, 255, 0.8);
}
.miao-game .section-title p {
  color: rgba(255, 255, 255, 0.4);
}
.miao-game .miao-service {
  background: #232323;
  box-shadow: none;
}
.miao-game .miao-service .icon {
  border-color: #69EDFF !important;
}
.miao-game .miao-service i {
  color: #69EDFF !important;
}
.miao-game .miao-service .desc {
  color: rgba(255, 255, 255, 0.4) !important;
}
.miao-game .why-need .feature-item {
  background: rgba(255, 255, 255, 0.04) !important;
}
.miao-game .why-need .feature-item .title {
  color: rgba(255, 255, 255, 0.8);
}
.miao-game .why-need .feature-item p {
  color: rgba(255, 255, 255, 0.4);
}
.miao-game .why-need .feature-item .hidden-cover {
  background: #232323 !important;
}
.miao-game .ml-seo-more {
  margin-top: 96px;
}
.miao-game .ml-seo-more .content {
  margin-top: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 500px;
  overflow-y: auto;
}
.miao-game .ml-seo-more .content a {
  padding: 12px 12px;
  border-radius: 4px;
  width: 18%;
  font-size: 13px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  background: rgba(255, 255, 255, 0.04);
}
.miao-game .ml-seo-more .content a:hover {
  color: #69EDFF;
}
.miao-game .ml-seo-more .content a i {
  font-size: 14px;
  color: #69EDFF;
  margin-right: 8px;
}
.miao-game .price {
  padding: 16px 0 16px;
}
.miao-game .price .container .title {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .miao-game .price .container .title {
    font-size: 28px;
    line-height: 1.6;
  }
}
.miao-game .price .container .tips {
  border-radius: 6px;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.02);
  height: 48px;
  color: #ffa024;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.02);
}
.miao-game .price .container .tips i {
  font-size: 20px;
  margin-right: 6px;
}
.miao-game .price .container .row {
  margin-top: 64px;
  flex-direction: row-reverse;
}
.miao-game .price .container .row > div:nth-child(1) .top .days {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .miao-game .price .container .row > div {
    margin-bottom: 24px;
    width: 50%;
  }
}
.miao-game .price .container .row .price-card {
  border: 2px solid #2D2D4F;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 30px 0;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.06);
}
.miao-game .price .container .row .price-card:hover {
  border-color: #FFCC47;
}
.miao-game .price .container .row .price-card:hover .buy-btn {
  background: #ffa024;
  color: #111111;
}
.miao-game .price .container .row .price-card .tag {
  position: absolute;
  top: -16px;
  background: #FFCC47;
  font-size: 14px;
  padding: 6px 18px;
  color: #15152D;
  border-radius: 0 10px 0 10px;
  font-weight: 500;
}
.miao-game .price .container .row .price-card .top {
  display: flex;
  align-items: center;
}
.miao-game .price .container .row .price-card .top .days {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 6px;
}
.miao-game .price .container .row .price-card .top .discount {
  font-size: 16px;
  color: #07BB07;
  margin-left: 6px;
}
.miao-game .price .container .row .price-card .middle {
  margin-top: 16px;
  display: flex;
  align-items: center;
  color: #ffa024;
}
.miao-game .price .container .row .price-card .middle .nbfont {
  font-size: 32px;
  color: #ffa024;
}
.miao-game .price .container .row .price-card .middle span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-left: 6px;
}
.miao-game .price .container .row .price-card .bottom {
  font-size: 16px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.miao-game .price .container .row .price-card .buy-btn {
  margin-top: 24px;
  font-size: 14px;
  border: 1px solid #ffa024;
  color: #ffa024;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.miao-game .miao-user-comment .miao-comment-item {
  background: rgba(255, 255, 255, 0.04);
  padding-bottom: 40px;
}
.miao-game .miao-user-comment .miao-comment-item span {
  color: rgba(255, 255, 255, 0.8);
}
.miao-game .miao-user-comment .miao-comment-item p {
  color: rgba(255, 255, 255, 0.5);
}
.miao-game .ml-game-img {
  background-size: cover;
}
.miao-game .ml-game-img .title {
  padding-top: 120px;
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-img .title {
    padding-top: 10px;
  }
}
.miao-game .ml-game-img .row {
  margin-top: 90px;
}
.miao-game .ml-game-img .row .content {
  margin-bottom: 24px;
}
.miao-game .ml-game-img .row .content img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
  cursor: pointer;
}
.miao-game .ml-game-img .row .content img:hover {
  transform: scale(1.05);
}
.miao-game .ml-game-banner {
  margin-top: 96px;
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-banner {
    margin-bottom: 0;
  }
}
.miao-game .ml-game-banner .container {
  background: rgba(255, 255, 255, 0.04);
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/game_banner_vbg.jpg") no-repeat;
  background-size: cover;
  height: 200px;
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-banner .container {
    flex-direction: column;
  }
}
.miao-game .ml-game-banner .container img {
  width: 115px;
  height: 240px;
  margin-top: -16px;
}
.miao-game .ml-game-banner .container h3 {
  font-size: 40px;
  color: #ffffff;
  margin: 0 32px;
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-banner .container h3 {
    font-size: 32px;
    text-align: center;
  }
}
.miao-game .ml-game-banner .container .ml-game-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  width: 227px;
  height: 50px;
  background: #69EDFF;
  border-radius: 6px;
  background-size: cover;
  cursor: pointer;
  color: black;
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-banner .container .ml-game-btn {
    margin: 24px 0 80px 0;
  }
}
.miao-game .ml-game-hero {
  background-size: cover;
  margin-top: 80px;
}
.miao-game .ml-game-hero .container {
  min-height: 514px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.miao-game .ml-game-hero .container .row {
  align-items: center;
}
.miao-game .ml-game-hero .container .jumbotron {
  margin-top: -18px;
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-hero .container .jumbotron {
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.miao-game .ml-game-hero .container .jumbotron h1 {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 56px;
  font-weight: 500;
  color: white;
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-hero .container .jumbotron h1 {
    width: 325px;
    height: 30px;
  }
}
.miao-game .ml-game-hero .container .jumbotron p {
  margin-top: 24px;
  padding-right: 32px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.miao-game .ml-game-hero .container .jumbotron .game-btn-group {
  display: flex;
  align-items: center;
  margin-top: 28px;
}
.miao-game .ml-game-hero .container .jumbotron .game-btn-group .tips {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.miao-game .ml-game-hero .container .jumbotron .game-btn-group .tips i {
  font-size: 18px;
  margin-left: 16px;
}
.miao-game .ml-game-hero .container .jumbotron .game-btn-group .ml-game-btn {
  margin-right: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  width: 220px;
  height: 56px;
  background: #69EDFF;
  cursor: pointer;
  transition: all 0.2s ease-in;
  color: black;
  border-radius: 6px;
}
.miao-game .ml-game-hero .container .jumbotron .game-btn-group .ml-game-btn:hover {
  transform: scale(1.03);
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-hero .container .jumbotron .game-btn-group .ml-game-btn {
    margin-left: 12px;
  }
}
.miao-game .ml-game-hero .container .game-cover {
  float: right;
  display: flex;
  width: 520px;
  height: auto;
  overflow: hidden;
  border-radius: 24px;
}
.miao-game .ml-game-hero .container .game-cover img {
  width: 520px;
  animation: game 9s linear infinite;
}
@keyframes game {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(-520px, 0, 0);
  }
}
.miao-game .ml-game-feature {
  background-size: cover;
}
.miao-game .ml-game-feature .row {
  margin-top: 120px;
}
.miao-game .ml-game-feature .row .item-feature .content {
  background: rgba(255, 255, 255, 0.04);
  border: 2px solid rgba(255, 255, 255, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  min-height: 210px;
  transition: all 0.2s ease;
  border-radius: 6px;
}
@media (max-width: 565.98px) {
  .miao-game .ml-game-feature .row .item-feature .content {
    margin-bottom: 80px;
  }
}
.miao-game .ml-game-feature .row .item-feature .content i {
  color: #69EDFF;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid #69EDFF;
  margin-top: -56px;
  background: #111111;
}
.miao-game .ml-game-feature .row .item-feature .content h4 {
  margin-top: 24px;
  font-size: 20px;
  color: #ffffff;
  position: relative;
}
.miao-game .ml-game-feature .row .item-feature .content p {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.ml-hero {
  margin-top: 68px;
}
.ml-hero .row {
  min-height: 512px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ml-hero .row {
    align-items: flex-start;
    min-height: auto;
  }
}
@media (max-width: 767.98px) {
  .ml-hero .row .jumbotron {
    margin-top: 24px;
  }
}
.ml-hero .row .jumbotron p {
  margin-top: 32px;
}
@media (max-width: 767.98px) {
  .ml-hero .row .jumbotron p {
    margin-top: 16px;
  }
}
.ml-hero .row .imgwrapper {
  position: relative;
}
@media (max-width: 767.98px) {
  .ml-hero .row .imgwrapper {
    margin-top: 24px;
    overflow: hidden;
  }
}
.ml-hero .row .imgwrapper img {
  width: 534px;
  margin-top: -22px;
}
@media (max-width: 1199.98px) {
  .ml-hero .row .imgwrapper img {
    width: 420px;
  }
}
@media (max-width: 991.98px) {
  .ml-hero .row .imgwrapper img {
    width: 100%;
    margin-top: 0;
  }
}
.ml-hero .row .imgwrapper.img-life::before {
  content: "";
  display: block;
  width: 500px;
  height: 150px;
  background: url("../images/before_1.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 80px;
  top: -66px;
  animation: floatdown 6s ease-in-out infinite;
}
.ml-hero .row .imgwrapper.img-life::after {
  content: "";
  display: block;
  width: 102px;
  height: 100px;
  background: url("../images/before_2.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 270px;
  bottom: -36px;
  animation: floatup 6s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .ml-hero .row .imgwrapper.img-life::before {
    display: none;
  }
  .ml-hero .row .imgwrapper.img-life::after {
    display: none;
  }
}
.ml-hero .row .imgwrapper.img-student::before {
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background: url("../images/before_3.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 100px;
  top: -66px;
  animation: floatdown 6s ease-in-out infinite;
}
.ml-hero .row .imgwrapper.img-student::after {
  content: "";
  display: block;
  width: 584px;
  height: 93px;
  background: url("../images/before_4.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  bottom: -36px;
  animation: floatup 6s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .ml-hero .row .imgwrapper.img-student::before {
    display: none;
  }
  .ml-hero .row .imgwrapper.img-student::after {
    display: none;
  }
}
.ml-hero .row .imgwrapper.img-travel::before {
  content: "";
  display: block;
  width: 178px;
  height: 180px;
  background: url("../images/before_5.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 100px;
  top: -66px;
  animation: floatdown 6s ease-in-out infinite;
}
.ml-hero .row .imgwrapper.img-travel::after {
  content: "";
  display: block;
  width: 175px;
  height: 135px;
  background: url("../images/before_6.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 440px;
  bottom: 94px;
  animation: floatup 6s ease-in-out infinite;
}
@media (max-width: 767.98px) {
  .ml-hero .row .imgwrapper.img-travel::before {
    display: none;
  }
  .ml-hero .row .imgwrapper.img-travel::after {
    display: none;
  }
}

.ml-solution-feature.bg {
  background: #FAFAFA;
}
@media (max-width: 767.98px) {
  .ml-solution-feature.bg {
    background: none;
  }
}
@media (max-width: 767.98px) {
  .ml-solution-feature {
    margin-top: 48px;
  }
}
.ml-solution-feature .row {
  min-height: 540px;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ml-solution-feature .row {
    min-height: auto;
  }
}
.ml-solution-feature .row .content img {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
}
.ml-solution-feature .row .imgwrapper {
  overflow-x: hidden !important;
}
@media (max-width: 767.98px) {
  .ml-solution-feature .row .imgwrapper {
    display: none;
  }
}
.ml-solution-feature .row .imgwrapper img {
  width: 460px;
}
@media (max-width: 1199.98px) {
  .ml-solution-feature .row .imgwrapper img {
    width: 420px;
  }
}
@media (max-width: 991.98px) {
  .ml-solution-feature .row .imgwrapper img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .ml-solution-review {
    margin-top: 64px;
  }
}
.ml-solution-review.bg-life {
  background: #FFF8C5;
}
.ml-solution-review.bg-student {
  background: #E2E4FF;
}
.ml-solution-review.bg-travel {
  background: #D4F3FF;
}
.ml-solution-review .user-review {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 410px;
  padding-bottom: 15px;
}
.ml-solution-review .user-review .avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767.98px) {
  .ml-solution-review .user-review .avatar img {
    width: 64px;
    height: 64px;
  }
}
.ml-solution-review .user-review p {
  margin-top: 40px;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  color: black;
  max-width: 754px;
  position: relative;
}
@media (max-width: 767.98px) {
  .ml-solution-review .user-review p {
    margin-top: 32px;
    font-size: 16px;
    overflow: hidden;
  }
}
.ml-solution-review .user-review p::before {
  content: "";
  width: 1186px;
  height: 268px;
  background: url("../images/before_review_top.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: -240px;
  top: -180px;
  animation: floatdown 6s ease-in-out infinite;
}
.ml-solution-review .user-review p::after {
  content: "";
  width: 74px;
  height: 70px;
  background: url("../images/before_review_bottom.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: -80px;
  top: 80px;
  animation: floatup 6s ease-in-out infinite;
}
.ml-solution-review .user-review span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 24px;
}
.ml-solution-review .user-review .ml-btn {
  border-radius: 100px;
  height: 46px;
  box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.13);
}
.ml-solution-review .user-review .ml-btn:hover {
  transform: translateY(-2px);
}

.footer .copyright p {
  margin-top: 0;
  font-size: 12px;
}

.miao-seo {
  /* miao-vs */
}
.miao-seo .seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FFCE02;
  margin-top: 48px;
  color: #111111;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}
.miao-seo .seo-btn:hover {
  transform: translateY(-2px);
}
.miao-seo .seo-btn.lg {
  height: 52px;
  padding: 0 42px;
  border-radius: 8px;
}
.miao-seo .seo-btn.game {
  background: url("../fonts/hero_btn.svg") no-repeat;
  background-size: cover;
  border-radius: 0;
  color: #333333;
}
.miao-seo .ml-features {
  margin-top: 120px;
  text-align: center;
}
.miao-seo .ml-features .seo-btn {
  display: inline-flex;
}
.miao-seo .miao-vs {
  padding: 128px 0 64px;
  background: #fbfbff;
  text-align: center;
}
.miao-seo .miao-vs .miao-vs-title {
  display: flex;
  align-items: center;
}
.miao-seo .miao-vs .miao-vs-title h3 {
  font-size: 36px;
  font-weight: 400;
}
.miao-seo .miao-vs .miao-vs-des {
  font-size: 14px;
  line-height: 1.5;
  padding: 24px 24px 0 24px;
  text-align: left;
}
.miao-seo .miao-vs .vs-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(232, 231, 248, 0.5);
  border-radius: 100px;
  padding: 12px 24px;
  margin-right: 32px;
}
.miao-seo .miao-vs .vs-logo img {
  width: 32px;
  height: 32px;
}
.miao-seo .miao-vs .vs-logo span {
  font-size: 30px;
  color: #ff5569;
  padding: 0 6px;
  font-weight: 500;
}
.miao-seo .miao-vs .miao-vs-content {
  margin-top: 48px !important;
  background: #ffffff;
  padding: 40px;
  box-shadow: 0px 13px 24px rgba(0, 0, 0, 0.06);
}
.miao-seo .miao-vs .miao-vs-table {
  width: 100%;
}
.miao-seo .miao-vs table,
.miao-seo .miao-vs th,
.miao-seo .miao-vs td {
  border: 1px solid #e8e7f8;
  border-collapse: collapse;
}
.miao-seo .miao-vs th,
.miao-seo .miao-vs td {
  height: 50px;
  text-align: center;
}
.miao-seo .miao-vs th {
  background: #fbfbff;
  font-size: 14px;
}
.miao-seo .miao-vs th img {
  width: 24px;
  height: 24px;
}
.miao-seo .miao-vs th span {
  vertical-align: super;
}
.miao-seo .miao-vs td {
  font-size: 14px;
}
.miao-seo .miao-vs td.red {
  color: #ff5569;
}
.miao-seo .miao-vs td.green {
  color: #07bb07;
}
.miao-seo .miao-vs tr td {
  padding: 16px;
}
.miao-seo .miao-vs tr td:nth-child(1) {
  width: 20%;
}
.miao-seo .miao-vs tr td:nth-child(2) {
  width: 40%;
}
.miao-seo .miao-vs tr td:nth-child(2) {
  width: 40%;
}
.miao-seo .ml-seo-more {
  margin-top: 120px;
}
.miao-seo .ml-seo-more .content {
  margin-top: 64px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.miao-seo .ml-seo-more .content a {
  width: 20%;
  font-size: 13px;
  margin-bottom: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.miao-seo .ml-seo-more .content a:hover {
  color: #FFCE02;
}
.miao-seo .ml-seo-more .content a:hover i {
  color: #FFCE02;
}
.miao-seo .ml-seo-more .content a i {
  font-size: 16px;
  color: #666666;
  margin-right: 6px;
}
.miao-seo .hero {
  margin-top: 140px;
}
.miao-seo .hero.game {
  margin-top: 40px;
}
.miao-seo .hero.platform .container {
  align-items: flex-start;
}
.miao-seo .hero .container {
  display: flex;
  align-items: center;
  padding: 56px;
  background: #f9f9f9;
  border-radius: 8px;
}
.miao-seo .hero .container.game {
  background: rgba(255, 255, 255, 0.07);
}
.miao-seo .hero .container .poster {
  width: 210px;
  height: 312px;
  object-fit: cover;
  box-shadow: 0px 35px 24px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}
.miao-seo .hero .container .poster.game {
  border: 2px solid rgba(255, 255, 255, 0.05);
}
.miao-seo .hero .container .poster.platform {
  width: 192px;
  height: 192px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #ffffff;
  background-size: 220px 220px;
  background-position-x: -3px;
  background-position-y: -3px;
  padding: 0;
}
.miao-seo .hero .container .poster.platform .logo {
  width: 72%;
}
.miao-seo .hero .container .content {
  margin-left: 56px;
}
.miao-seo .hero .container .content .title {
  font-size: 36px;
}
.miao-seo .hero .container .content .tips {
  margin-top: 16px;
  font-size: 14px;
  align-items: center;
  background: #e0f5c0;
  padding: 6px 12px;
  display: inline-flex;
  position: relative;
  border-radius: 100px;
  display: none;
}
.miao-seo .hero .container .content .tips i {
  margin-right: 4px;
  color: #07BB07;
}
.miao-seo .hero .container .content .tips::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px;
  border-color: transparent transparent #e9ffdb;
  position: absolute;
  top: -6px;
  left: 20px;
}
.miao-seo .hero .container .content .item-info {
  margin-top: 24px;
  display: flex;
  align-items: center;
}
.miao-seo .hero .container .content .item-info > span {
  margin-right: 24px;
  font-size: 13px;
}
.miao-seo .hero .container .content .item-info .item {
  margin-right: 24px;
  font-size: 13px;
}
.miao-seo .hero .container .content .item-info .item strong {
  padding-left: 4px;
  font-weight: 500;
}
.miao-seo .hero .container .content .item-player {
  margin-top: 16px;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.miao-seo .hero .container .content .item-player .item {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.miao-seo .hero .container .content .item-player .item a {
  display: flex;
  align-items: center;
  margin-left: 16px;
  color: #333333;
}
.miao-seo .hero .container .content .item-player .item a img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 6px;
}
.miao-seo .hero .container .content .item-des {
  margin-top: 20px;
}
.miao-seo .hero .container .content .item-des p {
  margin: 0;
  line-height: 1.67;
  font-size: 12px;
  color: #444444;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.miao-seo .hero .container .content .item-des p.game {
  color: rgba(255, 255, 255, 0.8);
}
.miao-seo .hero .container .content .seo-btn {
  margin-top: 32px;
}
.miao-seo .compare {
  margin-top: 120px;
  text-align: center;
}
.miao-seo .compare .content {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.miao-seo .compare .content .vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 16px;
  background: #111111;
  border: 3px solid #222222;
  font-size: 36px;
  left: 49%;
  z-index: 99;
  color: #FFCC47;
  margin-left: -30px;
  font-weight: 500;
  position: absolute;
}
.miao-seo .compare .content .vs.game {
  font-size: 56px;
  position: absolute;
  left: 49%;
  z-index: 99;
  color: #FFCC47;
  margin-left: -30px;
  font-weight: 500;
  border: none;
  background: none;
}
.miao-seo .compare .content .item {
  background: #111111;
  padding: 28px;
  width: 49%;
  position: relative;
  border-radius: 6px;
  min-height: 352px;
}
.miao-seo .compare .content .item .tag {
  position: absolute;
  right: 0;
  top: 0;
  background: #FF5569;
  font-size: 18px;
  color: #ffffff;
  padding: 10px 32px;
  border-radius: 0 0 0 24px;
}
.miao-seo .compare .content .item .tag.right {
  background: #FFCE02;
  color: #000;
  left: 0;
  right: initial;
  border-radius: 0 0 24px 0;
}
.miao-seo .compare .content .item .tag.right.game {
  background: #FFCC47;
  color: #060623;
}
.miao-seo .compare .content .item .img-wrapper {
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.miao-seo .compare .content .item .img-wrapper.left {
  background: url("../images/cp_3.jpg") no-repeat;
  background-size: cover;
}
.miao-seo .compare .content .item .img-wrapper.right {
  background: url("../images/cp_4.jpg") no-repeat;
  background-size: cover;
}
.miao-seo .compare .content .item .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.miao-seo .compare .content .item .img-wrapper img.game {
  margin-top: 8px;
  width: 238px;
  height: 238px;
}
.miao-seo .compare .content .item .des {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.67;
  padding: 0 24px;
  margin-top: 24px;
  text-align: center;
}
.miao-seo.game {
  background: url("../images/seo-game-bg.svg") repeat-y, #121233;
  background-size: contain;
}
.miao-seo.game .seo-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: url("../images/hero_btn.svg") no-repeat;
  background-size: cover;
  border-radius: 0;
  color: #333333;
  font-weight: 500;
}
.miao-seo.game .miao-header {
  padding-top: 10px;
  position: relative;
  background: #121233;
  border-bottom: none;
  color: #ffffff;
}
.miao-seo.game .miao-header .navbar-brand span {
  color: #ffffff !important;
}
.miao-seo.game .miao-header .fake-tag {
  color: #ffffff !important;
}
.miao-seo.game .miao-header .navbar-nav li a {
  color: rgba(255, 255, 255, 0.8);
}
.miao-seo.game .miao-header .navbar-nav li .s-nav-solution {
  color: rgba(255, 255, 255, 0.8);
}
.miao-seo.game .miao-header .navbar-nav li .s-nav-solution .menu-dropdown .item a {
  color: #333333;
}
.miao-seo.game .miao-header .lang-picker .lang {
  color: rgba(255, 255, 255, 0.8);
}
.miao-seo.game .miao-header .lang-picker .btn-text {
  color: rgba(255, 255, 255, 0.8);
}
.miao-seo.game .miao-header .btn-text {
  color: rgba(255, 255, 255, 0.8);
}
.miao-seo.game .ml-seo-more .content a {
  color: rgba(255, 255, 255, 0.8);
}
.miao-seo.game .ml-seo-more .content a i {
  color: #FFCC47;
}
.miao-seo.game .ml-seo-more .content a:hover {
  color: #FFCC47;
}
.miao-seo.game .miao-user-comment {
  background: none;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 24px;
}
.miao-seo.game .miao-user-comment h2 {
  color: #ffffff;
  position: relative;
}
.miao-seo.game .miao-user-comment .miao-more-comment {
  color: #FFCC47;
}
.miao-seo.game .miao-user-comment .miao-comment-wrapper {
  margin-top: 120px;
}
@media (max-width: 565.98px) {
  .miao-seo.game .miao-user-comment .miao-comment-wrapper {
    margin-top: 60px;
  }
}
.miao-seo.game .miao-user-comment .miao-comment-wrapper .miao-comment-item {
  background: rgba(255, 255, 255, 0.05);
}
.miao-seo.game .miao-user-comment .miao-comment-wrapper .miao-comment-item span {
  color: rgba(255, 255, 255, 0.8);
}
.miao-seo.game .miao-user-comment .miao-comment-wrapper .miao-comment-item p {
  color: rgba(255, 255, 255, 0.5);
}

.ml-st-hero {
  padding: 118px 0 78px 0;
  background: #FBFBFF;
  align-items: center;
}
@media (max-width: 767.98px) {
  .ml-st-hero {
    padding-bottom: 40px;
  }
}
.ml-st-hero h3 {
  font-size: 46px;
  font-weight: 400;
  color: #232323;
}
@media (max-width: 991.98px) {
  .ml-st-hero h3 {
    font-size: 40px;
  }
}
.ml-st-hero img {
  margin-left: 80px;
}
@media (max-width: 991.98px) {
  .ml-st-hero img {
    width: 90%;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .ml-st-hero img {
    margin-top: 32px;
    width: 70%;
  }
}
.ml-st-hero .jumbotron {
  margin-top: 48px;
}
@media (max-width: 767.98px) {
  .ml-st-hero .jumbotron {
    margin-top: 0;
  }
}
.ml-st-hero .jumbotron .ml-btn {
  cursor: pointer;
}

.ml-st-feature {
  margin-top: 48px;
}
.ml-st-feature .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 40px;
}
@media (max-width: 991.98px) {
  .ml-st-feature .content {
    padding: 32px 0;
  }
}
.ml-st-feature .content .title {
  margin-top: 16px;
  font-size: 18px;
}
.ml-st-feature .content p {
  text-align: center;
  line-height: 1.64;
  font-size: 13px;
}

.ml-st-step {
  padding-top: 96px;
}
.ml-st-step h3 {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .ml-st-step h3 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .ml-st-step {
    padding-top: 72px;
  }
}
.ml-st-step .row {
  margin-top: 56px;
}
@media (max-width: 767.98px) {
  .ml-st-step .step-img {
    display: none;
  }
}
.ml-st-step .step {
  padding-left: 68px;
}
@media (max-width: 991.98px) {
  .ml-st-step .step {
    padding: 0;
  }
}
.ml-st-step .step .item-step {
  display: flex;
  align-items: center;
  height: 124px;
  box-shadow: inset 0px -1px 0px #EAEAEA;
}
@media (max-width: 991.98px) {
  .ml-st-step .step .item-step {
    padding: 0 16px;
  }
}
.ml-st-step .step .item-step:last-child {
  box-shadow: none;
}
.ml-st-step .step .item-step .icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #F2F3FF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 32px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .ml-st-step .step .item-step .icon {
    margin-right: 16px;
  }
}
.ml-st-step .step .item-step .icon i {
  font-size: 24px;
  color: #FFCE02;
}
.ml-st-step .step .item-step .content .title {
  font-size: 18px;
}
.ml-st-step .step .item-step .content p {
  margin-top: 8px;
}
.ml-st-step .step .item-step .ml-btn {
  margin-top: 0;
  margin-left: auto;
}
@media (max-width: 767.98px) {
  .ml-st-step .step .item-step .ml-btn {
    display: none;
  }
}

.ml-st-faq {
  margin-top: 96px;
  padding-top: 72px;
  padding-bottom: 108px;
  background: #FBFBFF;
}
@media (max-width: 767.98px) {
  .ml-st-faq {
    padding-bottom: 64px;
    margin-top: 72px;
  }
}
.ml-st-faq .container h3 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .ml-st-faq .container h3 {
    font-size: 36px;
  }
}
.ml-st-faq .container .item-faq {
  margin: 0 auto;
  max-width: 966px;
  background: #FFFFFF;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 24px;
}
.ml-st-faq .container .item-faq .title {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 32px 0;
}
.ml-st-faq .container .item-faq .title span {
  font-size: 18px;
}
.ml-st-faq .container .item-faq .title .icon {
  margin-left: auto;
  color: #FFCE02;
  transition: all 0.2s ease;
}
.ml-st-faq .container .item-faq .title .icon i {
  font-size: 24px;
}
.ml-st-faq .container .item-faq .title.active .icon {
  transform: rotateX(180deg);
}
.ml-st-faq .container .item-faq .content {
  display: none;
  margin-top: -16px;
  font-size: 14px;
  line-height: 1.67;
  color: #666666;
  margin-bottom: 24px;
}

.miao-header.inside-header {
  background: none;
  border-bottom: none;
  padding-top: 10px;
  position: absolute;
}
.miao-header.inside-header .miao-notice {
  margin-top: -10px;
}
@media (max-width: 767.98px) {
  .miao-header.inside-header {
    transform: initial;
  }
}
.miao-header .btn-solid {
  height: 36px;
  width: auto;
  border-radius: 100px;
  background: #FFCE02;
  font-size: 12px;
}
.miao-header .lang-picker .lang {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.page-success .success-content {
  margin-top: 160px;
}
.page-success .success-content .left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-success .success-content .left h4 {
  margin-top: 32px;
  font-size: 28px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}
.page-success .success-content .left .btn-group {
  margin-top: 32px;
}

.page-subscribe .miao-wrapper {
  margin-top: 80px;
}
@media (max-width: 565.98px) {
  .page-subscribe .miao-wrapper {
    margin-top: 40px;
  }
}
.page-subscribe .miao-wrapper ol {
  margin-top: 32px;
  padding-left: 20px;
}
.page-subscribe .miao-wrapper ol li {
  font-size: 14px;
  line-height: 1.68;
  margin-bottom: 16px;
}
.page-subscribe .miao-wrapper ul {
  padding-left: 16px;
  margin-top: 16px;
}

.miao-promotion-modal {
  display: none !important;
}

.page-check .bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #ececec;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.check-container {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 96px auto 0;
}
@media (max-width: 565.98px) {
  .check-container {
    margin-top: 48px;
  }
}
.check-container .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-container .title .brand {
  display: flex;
  align-items: center;
}
.check-container .title .brand span {
  font-size: 24px;
  font-weight: 500;
  margin-left: 8px;
}
.check-container .title .name {
  padding-left: 8px;
  margin-left: 8px;
  font-size: 22px;
  border-left: 2px solid #E1E1E1;
  line-height: 22px;
}
.check-container .body {
  margin-top: 64px;
  position: relative;
  display: flex;
  border-radius: 8px;
}
.check-container .body .unlogin {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: red;
  z-index: 999;
  border-radius: 6px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.check-container .body .unlogin i {
  margin-top: -32px;
  font-size: 48px;
  color: #FFCE02;
  margin-bottom: 24px;
}
.check-container .body .unlogin.unlogin-hidden {
  display: none;
}
.check-container .body .unlogin span {
  color: #444444;
}
.check-container .body .unlogin .check-login-btn {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFCE02;
  border-radius: 40px;
  height: 44px;
  padding: 0 40px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.check-container .body .unlogin .check-login-btn:hover {
  background: #333bd4;
}
.check-container .error-tips {
  margin-top: 18px;
  background: #f2f1ff;
  border-radius: 4px 4px 0 0;
  padding: 6px 10px;
}
@media (max-width: 565.98px) {
  .check-container .error-tips {
    margin-bottom: 12px;
  }
}
.check-container .error-tips.hidden {
  opacity: 0;
  display: none;
  transition: all 0.2s ease;
}
.check-container .error-tips a {
  font-size: 12px;
  display: flex;
  align-items: center;
  color: #FFCE02;
  transition: all 0.2s ease;
}
.check-container .error-tips a:hover {
  color: #333bd4;
}
@media (max-width: 565.98px) {
  .check-container .error-tips a {
    justify-content: center;
  }
}
.check-container .error-tips a i {
  margin-right: 6px;
  font-size: 14px;
}
@media (max-width: 565.98px) {
  .check-container .content {
    margin-top: 32px;
  }
}
.check-container .content.content-top {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 13px 12px rgba(0, 0, 0, 0.03);
  padding: 32px;
  width: 40%;
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.check-container .content .check-top {
  display: flex;
  flex-direction: column;
}
@media (max-width: 565.98px) {
  .check-container .content .check-top {
    flex-direction: column;
    justify-content: center;
    padding: 12px;
  }
}
.check-container .content .check-top .left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 2px solid #FFCE02;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.check-container .content .check-top .left i {
  font-size: 18px;
  color: #FFCE02;
}
.check-container .content .check-top .left.loading {
  animation: rotation 2s infinite linear !important;
}
.check-container .content .check-top .left.success {
  border-color: #07BB07;
}
.check-container .content .check-top .left.success i {
  color: #07BB07;
}
.check-container .content .check-top .left.error, .check-container .content .check-top .left.failed {
  border-color: #FF5569;
}
.check-container .content .check-top .left.error i, .check-container .content .check-top .left.failed i {
  color: #FF5569;
}
@media (max-width: 565.98px) {
  .check-container .content .check-top .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-top: 16px;
  }
}
.check-container .content .check-top .right .status {
  margin-top: 32px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}
.check-container .content .check-top .right .status.success {
  color: #222222;
}
.check-container .content .check-top .right .status.failed {
  color: #FF5569;
}
.check-container .content .check-top .right .bottom {
  margin-top: 10px;
  display: flex;
  height: 18px;
  flex-direction: column;
}
@media (max-width: 565.98px) {
  .check-container .content .check-top .right .bottom {
    flex-direction: column;
    justify-content: center;
    margin-top: 24px;
    height: auto;
  }
}
.check-container .content .check-top .right .bottom .item {
  display: flex !important;
  font-size: 13px;
  margin-top: 16px;
}
@media (max-width: 565.98px) {
  .check-container .content .check-top .right .bottom .item {
    margin-top: 11px;
  }
}
.check-container .content .check-top .right .bottom .item .check-lable {
  color: #666666;
  margin-right: 6px;
}
.check-container .content.check-after {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(2px);
  padding: 24px 32px 12px 32px;
  width: 60%;
}
@media (max-width: 565.98px) {
  .check-container .content.check-after {
    box-shadow: none;
    padding: 24px;
  }
}
.check-container .content.check-after .check-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  border-bottom: 1px solid #ebedfb;
}
.check-container .content.check-after .check-cell:last-child {
  border-bottom: none;
}
.check-container .content.check-after .check-cell .check-lable {
  font-size: 14px;
  color: #444444;
  display: flex;
  align-items: center;
}
.check-container .content.check-after .check-cell .check-lable i {
  margin-top: 1px;
  font-size: 16px;
  margin-right: 8px;
  color: #7b7b7b;
}
.check-container .content.check-after .check-cell .check-result span {
  font-size: 14px;
  color: #222222;
}
.check-container .content.check-after .check-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 32px 0 24px;
}
@media (max-width: 565.98px) {
  .check-container .content.check-after .check-info {
    flex-direction: column;
  }
}
.check-container .content.check-after .check-info .help {
  font-size: 13px;
  color: #FFCE02;
  display: flex;
  align-items: center;
}
.check-container .content.check-after .check-info .help i {
  font-size: 16px;
  margin-right: 8px;
}
.check-container .content.check-after .check-info .recheck-btn {
  height: 40px;
  background: #FFCE02;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 14px;
  padding: 0 32px;
  color: #ffffff;
  cursor: pointer;
  font-weight: 500;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
}
@media (max-width: 565.98px) {
  .check-container .content.check-after .check-info .recheck-btn {
    margin-top: 24px;
  }
}
.check-container .content.check-after .check-info .recheck-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
}
.check-container .content.check-after .check-info .recheck-btn i {
  font-size: 16px;
  margin-right: 6px;
}
.check-container .content.check-after .check-info .recheck-btn.loading {
  cursor: not-allowed;
  background: grey;
}
.check-container .content.check-after .check-info .recheck-btn.loading i {
  animation: rotation 2s infinite linear !important;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.page-active {
  margin-top: 160px;
}
.page-active .form {
  max-width: 500px;
  margin: 0 auto;
  padding: 48px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.page-active .form i {
  font-size: 32px;
  color: #FFCE02;
}
.page-active .form h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 32px;
}
.page-active .form .des {
  display: block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.page-active .form #info-password span {
  display: block;
}
.page-active .form input {
  margin-top: 32px;
  height: 40px;
  width: 100%;
  font-size: 13px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-active .form button {
  margin-top: 24px;
  display: block;
  border: none;
  outline: line;
  width: 100%;
  -webkit-appearance: none;
}
.page-active .form .info {
  display: block;
  margin-top: 24px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
}

.wechat-redirect {
  background: #131313;
}
.wechat-redirect .content .arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.wechat-redirect .content .brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 118px;
}
.wechat-redirect .content .brand img {
  width: 100px;
  border-radius: 16px;
}
.wechat-redirect .content .brand span {
  font-size: 24px;
  color: #ffffff;
  margin-top: 24px;
}
.wechat-redirect .content .wechat-des {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  padding: 0 32px;
  line-height: 1.64;
  margin-top: 24px;
}

.tv_activate {
  width: 100%;
  height: 100%;
  background: #131313;
  /* login */
  /* tv login */
  /* .tvlogin .setup_footer {
    margin-top: 0;
  } */
  /* tv success */
}
.tv_activate .captcha-modal {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
.tv_activate .captcha-modal .content {
  width: 320px;
  background: #333333;
  border-radius: 6px;
}
.tv_activate .captcha-modal .content .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 0 16px;
  border-radius: 6px 6px 0 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.tv_activate .captcha-modal .content .header i {
  font-size: 18px;
  color: #7b7b7b;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tv_activate .captcha-modal .content .body {
  padding: 24px;
}
.tv_activate .captcha-modal .content .body img {
  width: 100%;
  height: 46px;
  background: #f1f1f1;
  object-fit: contain;
  margin-bottom: 16px;
  border-radius: 4px;
}
.tv_activate .captcha-modal .content .body input {
  margin-bottom: 0;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
  width: 100%;
  padding-left: 12px;
  border-radius: 4px;
  background: none;
  color: #ffffff;
}
.tv_activate .captcha-modal .content .body input:focus {
  border-color: #FFCE02;
}
.tv_activate .captcha-modal .content .body button {
  width: 100%;
  margin: 16px 0;
  appearance: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: #FFCE02;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.tv_activate .miao-promotion-modal {
  display: none !important;
}
.tv_activate .tv-hidden {
  display: none !important;
}
.tv_activate .tv-toast {
  padding: 12px 20px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 100px 0 100px 100px;
  background: #ff5569;
  position: absolute;
  top: 40px;
  right: 40px;
  display: none;
}
.tv_activate .tv_wrapper {
  background-color: #131313;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tv_activate .setup_wrapper {
  display: none;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(4px);
  width: 420px;
  min-height: 405px;
  padding: 32px 40px 32px;
  position: relative;
  border-radius: 8px;
}
.tv_activate .setup_wrapper .tab {
  margin-top: 24px;
  display: flex;
  cursor: pointer;
}
.tv_activate .setup_wrapper .tab h3 {
  margin-right: 32px;
  padding-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}
.tv_activate .setup_wrapper .tab h3.active {
  border-bottom: 3px solid #FFCE02;
}
.tv_activate .setup_wrapper .phone-group {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.tv_activate .setup_wrapper .phone-group .plus {
  position: absolute;
  left: 0;
  top: -1px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  color: #ffffff;
}
.tv_activate .setup_wrapper .phone-group #signup-phone-area,
.tv_activate .setup_wrapper .phone-group #phone-area {
  width: 72px;
  border-radius: 4px 0 0 4px;
  border-right: none;
  padding-left: 20px;
  position: relative;
}
.tv_activate .setup_wrapper .phone-group #signup-phone-area:focus,
.tv_activate .setup_wrapper .phone-group #phone-area:focus {
  border-right: 1px solid #FFCE02;
  z-index: 11;
}
.tv_activate .setup_wrapper .phone-group #signup-phone-number,
.tv_activate .setup_wrapper .phone-group #phone-number {
  width: 100%;
  border-radius: 0 4px 4px 0;
}
.tv_activate .setup_wrapper .code-group {
  display: flex;
  position: relative;
}
.tv_activate .setup_wrapper .code-group .register-code {
  width: 100%;
}
.tv_activate .setup_wrapper .code-group .btn-send-code {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 46px;
  padding-right: 16px;
  font-size: 13px;
  color: #FFCE02;
  cursor: pointer;
}
.tv_activate .setup_header {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.tv_activate .setup_header img {
  width: 116px;
}
.tv_activate .setup_body {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tv_activate .welcome .setup_body {
  margin-top: 48px;
}
.tv_activate .setup_body > span {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
.tv_activate .setup_body > span strong {
  color: #FFCE02;
  margin-right: 8px;
}
.tv_activate .btn_tv {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 46px;
  outline: none;
  border: none;
  -webkit-appearance: none;
  background: #FFCE02;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.tv_activate .btn_tv i {
  display: none;
}
.tv_activate .btn_tv:hover {
  transform: translateY(-3px);
}
.tv_activate .btn_tv_solid {
  margin: 24px 0 24px 0;
}
.tv_activate .btn_tv_outline {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #ffffff;
}
.tv_activate .setup_body form {
  display: flex;
  flex-direction: column;
}
.tv_activate .setup_body input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0);
  height: 46px;
  border-radius: 4px;
  padding-left: 12px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  /* width: 600px; */
  /* background: red; */
  -webkit-appearance: none;
  transition: border 0.2s ease;
}
.tv_activate input:focus {
  border-color: #FFCE02;
}
.tv_activate .setup_body input:nth-child(1) {
  margin-bottom: 20px !important;
}
.tv_activate ::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.tv_activate .setup_footer {
  margin-top: 12px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.tv_activate .login-spinner > span {
  display: none;
}
.tv_activate .login-spinner > i {
  font-size: 24px;
  width: 32px;
  height: 32px;
  /* background: red; */
  animation-name: spin;
  animation-duration: 600ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tv_activate .tvcode {
  position: relative;
  z-index: 9999;
  letter-spacing: 3.5rem;
  text-indent: 0.4rem;
  height: 62px !important;
  font-family: "Roboto Mono", monospace !important;
  border: none !important;
  width: 500px;
  border-radius: 8px;
  font-size: 48px !important;
}
.tv_activate .tvcode:nth-word(2) {
  color: #ff960c !important;
}
.tv_activate .tvcode_box {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.tv_activate .tvcode-form {
  position: relative !important;
  margin-top: 24px;
}
.tv_activate .tvcode_wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.tv_activate .tvlogin .btn_tv_solid {
  margin-top: 16px;
}
.tv_activate .tvlogin .setup_body {
  margin-top: 32px;
}
.tv_activate .tvsuccess {
  background: #131313;
}
.tv_activate .tvsuccess .setup_body {
  justify-content: center;
  align-items: center;
}
.tv_activate .tvsuccess .setup_body img {
  margin-top: 8px;
  width: 160px;
}
.tv_activate .tvsuccess h3 {
  font-size: 24px;
  margin: 0 0 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.tv_activate .tvsuccess .btn_tv {
  width: 240px;
  margin-top: 32px;
}
.tv_activate .tvlogin_footer {
  position: absolute;
  /* top: -1px; */
  margin: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.04);
  padding: 10px 14px;
}
.tv_activate .swtich-account:hover {
  color: #ff960c;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .tv_activate .btn_tv {
    height: 50px !important;
  }
  .tv_activate .tv_wrapper {
    display: block !important;
  }
  .tv_activate .tv-toast {
    padding: 8px 16px;
    text-align: left;
    font-size: 13px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    background: #ff5569;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 9999999;
    line-height: 1.6;
    border-radius: 12px 0 12px 12px;
    width: 280px;
  }
  .tv_activate .tv_wrapper {
    justify-content: flex-start;
    padding: 30px;
    background-position: -80px 0px;
  }
  .tv_activate .setup_wrapper {
    width: 100%;
    padding: 0;
    background: none;
    display: none;
    position: relative;
    padding-top: 28px;
  }
  .tv_activate .tvlogin .setup_header {
    justify-content: center;
  }
  .tv_activate .tvlogin .setup_body {
    justify-content: center;
    align-items: center;
  }
  .tv_activate .tvcode_wrapper {
    display: none;
  }
  .tv_activate .tvcode {
    position: relative;
    z-index: 9999;
    letter-spacing: 0.8rem;
    text-indent: 0;
    height: 50px !important;
    border: 0.5px solid rgba(255, 255, 255, 0.8) !important;
    width: 100% !important;
    font-size: 24px !important;
  }
  .tv_activate .tvcode-form {
    width: 100%;
  }
  .tv_activate .tvlogin .btn_tv {
    width: 100%;
    margin-top: 8px;
  }
  .tv_activate .tvlogin_footer {
    border-radius: 4px;
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=miao.css.map */
