html {
    font-size: 16px !important;
}
.qa-container {
    color: #fff;
    max-width: 1120px;
    /* overflow: hidden; */
}

body {
    font-family:
        Montserrat,
        VarelaRound,
        Lato,
        -apple-system,
        BlinkMacSystemFont,
        Segoe UI,
        Helvetica,
        Arial,
        PingFang SC,
        Noto Sans,
        Roboto,
        Microsoft Yahei,
        sans-serif,
        Apple Color Emoji,
        Segoe UI Emoji;
    color: #fff;
    font-size: 16px !important;
}

* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #fff;
}

a:hover {
    color: #ddd;
    text-decoration: none;
}

button {
    cursor: pointer;
}
.small {
    font-size: 12px;
    font-weight: 300;
    font-family: Roboto;
    line-height: 22px;
}
.small strong {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 800;
}
.font-size-body {
    font-size: 0.9375rem !important;
}

.section-title {
    font-size: 34px !important;
    font-weight: 600;
    margin-bottom: 7px;
}
.sub-title {
    font-size: 22px !important;
}
.text-truncate.h5 {
    font-weight: 800;
}
.border-gray {
    width: 700px;
    border-bottom: 2px solid #596074;
    margin: 10px auto 20px;
}

a.text-body:hover,
a.text-body:focus {
    color: #01a001 !important;
}

a.text-muted:hover,
a.text-muted:focus {
    color: #212529 !important;
}

.border-secondary {
    border-color: #fe8401 !important;
}

.border-bottom-2 {
    border-bottom: 2px solid #dee2e6;
}

.svg-4 {
    width: 1.5rem;
    height: 1.5rem;
}

.svg-5 {
    width: 1.25rem;
    height: 1.25rem;
}

.svg-6 {
    width: 1rem;
    height: 1rem;
}

h1,
.h1 {
    font-size: 1.625rem;
}

h2,
.h2 {
    font-size: 1.5rem;
}

h3,
.h3 {
    font-size: 1.375rem;
}

h4,
.h4 {
    font-size: 1.25rem;
}

h5,
.h5 {
    font-size: 1.125rem;
}

.display-4 {
    font-size: 2rem;
}

.form-control::-webkit-input-placeholder {
    color: #898989;
}

.form-control::-moz-placeholder {
    color: #898989;
}

.form-control:-ms-input-placeholder {
    color: #898989;
}

.form-control:-moz-placeholder {
    color: #898989;
}

.form-control:focus {
    box-shadow: 0px 0px 0px 0px #000;
}

.form-control,
.custom-select,
.btn {
    border-radius: 0.375rem;
}

.form-control,
.custom-select {
    background-color: #f0f2f5;
    border-color: #f0f2f5;
}

.btn {
    font-weight: 600;
}

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #01a001;
    border-color: #01a001;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #028802;
    border-color: #028802;
}

.btn-primary svg,
.btn-primary:not(:disabled):not(.disabled):active:focus svg {
    fill: #fff;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active:focus {
    color: #fff;
    background-color: #fe8401;
    border-color: #fe8401;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ea7900;
    border-color: #ea7900;
}

.btn-secondary svg,
.btn-secondary:not(:disabled):not(.disabled):active:focus svg {
    fill: #fff;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    color: #01a001;
    background-color: transparent;
    border-color: #01a001;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #01a001;
    border-color: #01a001;
}

.btn-light,
.btn-light:not(:disabled):not(.disabled):active:focus {
    color: #212529;
    background-color: #f0f2f5;
    border-color: #f0f2f5;
}

.btn-light:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #01a001;
    border-color: #01a001;
}

.table {
    color: #fff;
}
.table th,
.table td {
    padding: 0.625rem;
}

.table th {
    font-size: 1rem;
    font-weight: 600;
}

.tab-nav {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    margin-bottom: 1rem;
}

.tab-nav a {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    border-bottom: 2px solid transparent;
    display: block;
    padding: 0.5rem 1.5rem;
}

.tab-nav a:hover {
    background-color: #f0f2f5;
}

.tab-nav a.active {
    color: #01a001;
    border-bottom-color: #01a001;
}

.breadcrumb {
    background: 0 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ' ';
    border-top: 2px solid #6c757d;
    border-right: 2px solid #6c757d;
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    padding-right: 0;
    margin-top: -0.25rem;
    margin-right: 0.5rem;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .single .breadcrumb-item.active {
        display: none;
    }

    .flex-container .flex-item {
        flex-wrap: wrap;
    }

    .flex-container .flex-item-img,
    .flex-container .flex-item-content {
        flex-basis: 100% !important;
        margin-left: 0 !important;
    }

    .wrapper-404 {
        flex-direction: column-reverse;
    }

    .content-404 h1.title-404 {
        font-size: 4rem;
    }

    .content-404 h2 {
        font-size: 1.5rem;
    }

    /* aside#intro .row {
        flex-direction: column-reverse;
    } */
}

.pagination {
    justify-content: center;
    margin-bottom: 1.5rem;
}

.pagination .page-link {
    font-size: 1rem;
    font-weight: 600;
    color: #212529;
    background: #f0f2f5;
    border-color: #f0f2f5;
    border-radius: 0.5rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    padding: 0;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.pagination .page-link:hover,
.pagination .page-link:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #e2e6ea;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-header {
    background: #f7f7f7;
}

.modal-title {
    text-transform: uppercase;
    line-height: 1.2;
}

.modal-body {
    padding: 1.5rem;
}

.modal-backdrop.show {
    opacity: 0.7;
}

.accordion .toggler:after {
    content: '-';
    font-size: 1.25rem;
    font-weight: 700;
    cursor: pointer;
    margin-left: auto;
}

.accordion .toggler.collapsed:after {
    content: '+';
}

@media (min-width: 768px) {
    .admin-bar .site-header {
        top: 32px;
    }
}

aside a.download-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #49ff4a;
    color: #fff;
    width: 28.688rem;
    height: 4.438rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 4.438rem;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.22);
    background-color: #000000;
    border-radius: 2.219rem;
    margin: 0 auto;
}
a.download-link.hard-btn {
    border-radius: 14px;
    text-align: center;
    width: 600px;
    display: block;
}

aside a.jojoy-green {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #49ff4a;
    color: #000;
    width: 28.688rem;
    height: 4.438rem;
    font-size: 22px;
    font-weight: 800;
    line-height: 4.438rem;
    color: #000;
    border-radius: 2.219rem;
}

@media (max-width: 1199px) {
    .site-nav .menu > li > a {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

.archive-post {
    background-color: #21242f;
    border-radius: 6px;
    padding: 10px;
}

.cloud-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.cloud-tags a {
    color: inherit;
    background-color: #e4e4e4;
    border-radius: 50rem;
    display: block;
    padding: 0.5rem 1rem;
    margin: 0 1rem 1.5rem;
}

.cloud-tags a:hover,
.cloud-tags a:focus {
    color: inherit;
    background-color: #c4c4c4;
}

article {
    max-width: 720px;
    margin: 0 auto;
}

article figure {
    margin: 1rem auto 1rem;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.term-description h1,
.term-description h2,
.term-description h3,
.term-description h4,
.term-description h5,
.term-description h6 {
    margin-bottom: 0.5rem;
}

.entry-content table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}

.entry-content table th,
.entry-content table td {
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
}

.entry-content table th {
    font-weight: 600;
    text-transform: uppercase;
}

.entry-content table thead th {
    border-bottom: 2px solid #dee2e6;
    padding: 0.75rem;
}

.entry-content img.centered,
.entry-content .aligncenter,
.term-description img.centered,
.term-description .aligncenter {
    display: table;
    margin: 0 auto 1em;
}

.entry-content blockquote {
    box-shadow: inset 0 0 0 0 #e2e4e7;
    border-left: 0.25rem solid #000;
    padding-left: 1rem;
}

.entry-content .su-spoiler {
    display: none;
}

.list-shares a {
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
}

.list-shares a:hover {
    opacity: 0.8;
}

.list-shares a.facebook {
    background-color: #455fa1;
}

.list-shares a.twitter {
    background-color: #58abf4;
}

.list-shares a.pinterest {
    background-color: #cc1d1e;
}

.list-shares a.linkedin {
    background-color: #007bb5;
}

.list-shares a.email {
    background-color: #1980be;
}

.schema-faq-section {
    border: 1px solid #dee2e6;
    padding: 1rem;
    margin-top: -1px;
}

.schema-faq-question {
    font-weight: 400;
    cursor: pointer;
}

.schema-faq-answer {
    display: none;
    padding-top: 1rem;
    padding-left: 1rem;
}

.site-footer .menu {
    margin-left: 2.25rem;
}

.site-footer .menu li {
    margin-right: 1.5rem;
}

.site-footer .menu li a {
    color: inherit;
}

.site-footer .menu li a:hover {
    color: #01a001;
}

.site-footer .socials a {
    color: inherit;
    background-color: #f0f2f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
}

.site-footer .socials a:hover {
    background-color: #e2e6ea;
}

.site-footer .socials a svg {
    fill: #212529;
}

.site-footer .socials a:hover svg {
    fill: #212529;
}

.site-footer .socials a + a {
    margin-left: 0.5rem;
}

.site-footer p {
    margin: 0;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

main#primary {
    padding: 0;
    margin: 0;
}

.rounded-lg {
    width: 80px;
    height: 80px;
    border-radius: 24px !important;
    border: solid 4px #dedede;
    max-width: none;
}
.rounded {
    width: 64px;
    height: 64px;
    border-radius: 12px !important;
    border: solid 4px #dedede;
    max-width: none;
}

.open-nav-svg {
    display: none;
}

.part-wrapper {
    padding: 2rem 0 2rem 0;
}
.part-one-left {
    flex: 0 0 30.125rem;
    width: 30.125rem;
}
.part-one-right {
    margin-left: 4.438rem;
    width: 32.667rem;
}
.part-one-right img {
    width: 32.668rem;
}
.part-one-left > .desc {
    font-family: Montserrat;
    font-size: 17px !important;
    line-height: 1.53;
    color: #fff;
    margin-top: 1.237rem;
    margin-bottom: 2.752rem;
}
.small-text-weight {
    font-weight: 800;
    font-size: 21px;
}
h1.small-text-weight {
    font-weight: 800;
    font-size: 38px;
}
/* .part-wrapper:nth-of-type(odd) {
      background-color: #f0f3f5;
  }
  .part-wrapper:nth-of-type(even) {
      background-color: #e8ebee;
  } */
.part-wrapper .part-keywords {
    height: 22px;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 32px;
}
.part-wrapper .part-info {
    font-size: 16px;
    color: #2b2b2b;
    margin-top: -24px;
    text-align: justify;
}
.part-wrapper .part-title {
    font-size: 34px;
    /* height: 48px; */
    line-height: 48px;
    font-weight: bold;
    color: #2b2b2b;
}
.text-muted {
    font-size: 14px;
    /* color: #222 !important; */
    margin: 10px 0;
    line-height: 1;
    /* padding: 10px 0; */
}
.text-tag {
    font-size: 14px;
    margin: 0;
    line-height: 1;
}
.part-wrapper .row > div > a {
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 6%);
    background-color: #21242f;
    margin-right: 10px;
    min-height: 120px;
}
.app-list {
    padding-right: 150px !important;
}
.part-wrapper .mark-download {
    position: absolute;
    right: 40px;
    bottom: 24px;
}
.part-wrapper .mark-download div span {
    font-size: 21px;
    color: #3ca21a;
    vertical-align: middle;
}
.part-wrapper .btn {
    max-width: 458px;
    /* height: 72px; */
    padding: 26px 40px;
    border: 0 none;
    border-radius: 50px;
    color: #fff;
    background-color: #3ca21a;
    margin: 37px auto 0;
    font-size: 20px;
    line-height: 1;
}
.part-wrapper .btn:hover {
    background-color: #2c920a;
}
.part-wrapper .btn:active {
    background-color: #4d4d5e;
}

.game-item-tag {
    max-width: 100%;
    color: #fff;
    background-color: #000000;
    border-radius: 16px;
    padding: 7px 14px;
    display: inline-block;
}

@media (max-width: 320px) {
    header .logo a span {
        display: none;
    }
}

.entry-content p,
.entry-content li {
    letter-spacing: -0.1px;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
}

aside#intro {
    /* padding: 44px 0; */
    background-color: #21242f;
    /* border-bottom: 1px solid #8A37F6; */
    color: #fff;
    /* margin-top: 44px;
    margin-bottom: 54px; */
}

aside#intro h1 {
    font-size: 38px;
    font-weight: 800;
}

aside#intro p {
    font-size: 14px;
}

aside#intro .intro-icon {
    text-align: center;
}

/* aside#description {
      max-width: none;
      background-color: #000000;
  } */

.description {
    /* max-width: none; */
    background-color: #000000;
}

.btn-download-sm {
    width: auto;
    /* height: 40px; */
    padding: 11px 23px;
    border-radius: 20px;
    background-color: rgba(73, 255, 74);
    line-height: 1;
    font-weight: 500;
    color: #000;
}
.btn-download-sm:hover {
    color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #21242f inset !important;
    -webkit-text-fill-color: #ededed !important;
}

a.download-link span.r1 {
    display: inline;
    font-size: 22px;
    font-weight: 800;
    line-height: normal;
}

a.download-link span.r2 {
    margin: -5px 0 10px;
    font-size: 10px;
    line-height: 16px;
}

.table-area {
    width: 28.875rem;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.05);
    color: #000;
    margin: 0 auto 3.188rem auto;
    padding: 1.2rem 1.79rem;
}
.app-version-card {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.64;
    color: #6c7071;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center.copyright-icons .copyright-item {
    flex-grow: 1;
    height: 260px;
    font-size: 28px;
}
.flex-center.copyright-icons .copyright-item svg {
    width: 120px;
    margin-top: 30px;
}
.flex-center.copyright-icons .copyright-item p {
    margin-top: 30px;
}

/* aside#intro a.download-link {
      border-radius: 0;
  } */

/* aside#intro a.download-link svg {
      float: none;
      margin: 0 8px 0 0;
  } */

a.download-link {
    display: inline-block;
    padding: 0 24px;
    line-height: 44px;
    background-color: #8a37f6;
    color: #fff;
    border-radius: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}

a.download-link {
    display: inline-block;
    width: 280px;
}

a.download-link svg {
    margin-right: 6px;
}

a.download-link p {
    display: inline;
    font-size: 20px;
    font-weight: 600;
}

a.download-link div {
    margin: -5px 0 10px;
    font-size: 14px;
    line-height: 16px;
}

div.modal {
    background-color: #00000099;
}

div.modal-dialog {
    color: #000;
}

.flex-container .flex-item {
    display: flex;
    margin-bottom: 12px;
    justify-content: space-around;
}

/* .flex-container .flex-item:nth-child(odd) {
      flex-direction: row;
  }

  .flex-container .flex-item:nth-child(even) {
      flex-direction: row-reverse;
  } */

.flex-container .flex-item-img {
    flex-basis: 45%;
    margin: auto 0;
}

.flex-container .flex-item-content {
    width: 440px;
    margin-top: auto;
    margin-bottom: auto;
}
.flex-container .flex-item-content h3 {
    font-size: 36px;
    margin-bottom: 18px;
}

.flex-container .flex-item .btn_download {
    color: #8a37f6;
}

.flex-container .flex-item.big-flex-reverse {
    flex-direction: row-reverse;
}

/* .flex-list {
      display: flex;
      flex-direction: column;
  } */

/* .flex-item {
     width: 100%;
 } */

aside .icons-wrapper {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: 30px auto 0px;
}
@media (max-width: 992px) {
    aside .icons-wrapper > a > svg {
        height: 26px;
        width: 26px;
    }
}

.text-right {
    text-align: left !important;
}

.qa-list {
    background-color: #fff;
    color: #000;
    border-radius: 30px;
    padding: 20px 50px;
}

.qsa-content {
    width: 100%;

    /* margin-top: 12px; */

    margin: 20px 8px;
    position: relative;
    cursor: pointer;
}
.qsa-content h3 {
    font-size: 28px;
    padding: 16px 0;
    font-weight: 800;
    border-bottom: 2px solid #ced3d4;
}
.qsa-content p {
    padding: 16px 0;
    font-size: 22px;
    color: #303443;
    display: none;
}

.qsa-item-icon {
    position: absolute;
    right: 8px;
    pointer-events: none;
}

.qa-item p {
    display: none;
    margin-bottom: 0;
}

.qa-item p.active {
    display: block;
}
.qa-item .rotate {
    transform: rotate(180deg);
}

.qa-item a {
    color: #8a37f6;
}

.wrapper-404 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 24px;
    min-height: calc(100vh - 230px);
}

.img-404 {
    flex: 0 1 40%;
}

.content-404 {
    flex: 0 1 60%;
}

.content-404 h1.title-404 {
    font-size: 5rem;
    line-height: 1.5;
    margin: 0;
}

.content-404 h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0;
}

.content-404 p {
    font-size: 0.75rem;
    margin-top: 12px;
    margin-bottom: 30px;
}

.content-404 .btn-404 a {
    color: #212529;
    font-size: 1rem;
    font-weight: 500;
    padding: 0.3rem 1rem;
    border: 0.2rem solid #01a001;
    border-radius: 0.8rem;
    vertical-align: middle;
}

.content-404 .btn-404 a:hover {
    color: #01a001;
}

.feature-wrapper {
    color: #fff;
}
.feature-wrapper section {
    padding-top: 0;
}
.feature-wrapper .part-keywords {
    color: #fff;
}
.feature-wrapper .part-title {
    color: #fff;
}
.feature-wrapper p {
    color: #fff;
}
.feature-wrapper .h3 {
    font-size: 24px;
    margin-top: 37px;
    margin-bottom: 21px;
}
.feature-wrapper p {
    font-size: 18px;
}
.feature-wrapper .detail-btn a {
    color: #000000;
    border-radius: 50px;
    background-color: #fff;
    margin-top: 32px;
    font-size: 16px;
}
.feature-wrapper .detail-btn a:hover {
    background-color: #fff;
}
.feature-wrapper .detail-btn a:active {
    background-color: #fff;
}
.app-version-card {
    margin-left: 1.57rem;
    margin-right: 2.375rem;
}
.app-version-card strong {
    font-size: 19px;
    font-weight: 800;
    color: #232526;
}

@media (max-width: 1105px) {
    .part-one-right {
        margin-left: 0;
        width: 100%;
    }
    .part-one-left {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media (max-width: 991px) {
    .row {
        display: block;
    }
    .col-md-6 {
        max-width: 100% !important;
    }
    header {
        padding: 0;
        height: 3rem;
    }
    .app-version-card {
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .app-version-card strong {
        font-size: 11px;
        font-weight: 800;
        color: #232526;
    }
    header .form-search {
        display: flex;
        align-items: center;
        width: 6.875rem;
        height: 2.25rem;
        margin: 0;
        padding: 0;
        border-radius: 6.6px;
        background-color: #21242f;
        margin-right: 0.563rem;
    }
    .img-desc {
        font-size: 13px !important;
    }
    header .form-search input {
        height: 0.812rem;
        border-radius: 0;
        border: 0;
        border-left: 1px solid #ededed;
        background: #21242f;
        color: #ededed;
        outline: none;
    }

    .site {
        padding-top: 3rem;
    }

    .site-nav {
        background-color: #fff;
        overflow-y: auto;
        width: 17.5rem;
        position: fixed;
        left: -17.5rem;
        top: 0;
        bottom: 0;
        z-index: 1002;
    }

    body.open-site-nav .site-nav {
        left: 0;
    }

    .site-overlay {
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
    }

    .site-nav .menu {
        display: block;
    }

    .site-nav .menu > li {
        border-bottom: 1px solid #dee2e6;
        padding: 0.75rem 2.5rem 0.75rem 0.75rem;
        margin-left: 0;
    }

    .site-nav .menu > li + li {
        margin-left: 0;
    }

    .site-nav .menu > li > a {
        display: inline;
        padding: 0;
    }

    .site-nav .menu > li.menu-item-has-children:before {
        content: ' ';
        border-top: 2px solid #212121;
        border-left: 2px solid #212121;
        cursor: pointer;
        float: right;
        width: 0.5rem;
        height: 0.5rem;
        position: absolute;
        top: 1.25rem;
        right: 1rem;
        transform: rotateZ(-135deg);
    }

    .site-nav .menu > li.menu-item-has-children:hover:before {
        border-top-color: #01a001;
        border-left-color: #01a001;
    }

    .site-nav .menu > li.menu-item-has-children.active:before {
        transform: rotateZ(45deg);
    }

    .site-nav .menu > li > .sub-menu {
        background-color: transparent;
        border: 0;
        box-shadow: none;
        clear: both;
        display: none;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
        margin: 0.5rem 0;
    }

    .site-nav .menu > li:hover > .sub-menu {
        display: none;
    }

    /* header p.site-logo {
        height: 24px !important;
        margin-left: 15px;
    }
    header p.site-logo a {
        width: 87px !important;
        height: 24px !important;
    } */

    aside#intro .intro-icon {
        display: flex;
        flex-direction: column-reverse;
    }
    aside#intro .intro-icon img {
        margin: 0 auto;
    }

    aside div a.download-link {
        /* width: 100%; */
        margin: 8px auto;
        font-size: 30px;
        /* border-radius: 15px; */
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    }
    .qsa-content p {
        font-size: 9px;
        width: 100%;
    }
    .part-wrapper {
        text-align: center !important;
        padding-top: 0 !important;
        padding-bottom: 16px !important;
    }
    .part-wrapper a.btn {
        padding: 11px 17px;
        margin-top: 16px !important;
        border-radius: 21px;
        font-size: 1rem;
        width: calc(100% - 120px);
    }
    .part-wrapper .row > div a.archive-post {
        text-align: left;
        padding: 16px;
        border-radius: 6px;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.06);
        margin-right: 0;
        min-height: 78px;
    }

    .part-wrapper .app-list {
        padding-right: 110px !important;
    }

    .part-wrapper .part-keywords {
        font-size: 1rem !important;
        margin-bottom: 16px;
        margin-top: 16px;
    }
    .part-wrapper p.part-info {
        font-size: 1rem;
        margin-top: 0;
    }
    .part-wrapper .part-title {
        font-size: 1.4rem !important;
        line-height: 1 !important;
        margin-bottom: 16px !important;
    }
    .part-wrapper .text-muted {
        margin-top: 5px !important;
        font-size: 0.8rem !important;
    }
    .part-wrapper .mb-3 {
        margin-bottom: 10px !important;
    }

    .part-wrapper div.mark-download {
        right: 20px;
        bottom: 20px;
    }
    .part-wrapper .app-list {
        padding-right: 110px !important;
    }

    .part-wrapper .mark-download div span {
        font-size: 0.75rem !important;
    }
    .part-wrapper .mark-download div svg {
        width: 12px;
        height: 12px;
    }

    header .container {
        padding: 0 !important;
        height: 3rem;
    }

    header .hide-on-med-and-down {
        display: none !important;
    }
    .border-gray {
        width: 100%;
    }
    a.download-link.hard-btn {
        width: 90%;
        font-size: 12px;
    }
    aside a.download-link {
        width: 60%;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
    aside#intro h1,
    h2,
    h3,
    p,
    .table-area {
        width: 100%;
        margin: 0 auto;
    }
    .table-area {
        padding: 0.688rem 1.125rem;
        display: flex;
        justify-content: space-between;
    }
    aside#intro h1 {
        font-size: 24px;
        font-weight: 800;
    }
    .part-one-left > .desc {
        font-size: 13px !important;
        line-height: 1.44;
        margin-top: 1.625rem;
        margin-bottom: 1.736rem;
    }
    aside#intro .download-link {
        width: 69%;
        height: 42px;
        margin: auto;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    a.download-link span.r1 {
        font-size: 10px;
        font-weight: 800;
    }
    /* aside#intro .table-area{
        width: 90%;
    } */
    /* .table-area{
        width: auto!important;
    } */
    .table-area .small {
        font-size: 7px !important;
        text-align: left;
    }
    .table-area .small strong {
        font-size: 11px !important;
    }

    .qsa-content h3 {
        font-size: 9px !important;
    }
    .qsa-content h3 svg {
        width: 8px;
        height: 5px;
    }
    .qa-list {
        padding: 20px !important;
    }

    header .logo {
        width: 32px;
        height: 32px;
        background-size: 30px 30px;
        position: absolute;
        top: 0.5rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .part-one-left {
        width: 100%;
        flex: 0 0 100%;
        margin: auto;
        padding-bottom: 2.188rem !important;
        max-width: 685px !important;
    }
    .part-one-right {
        margin-left: 0;
        width: 100%;
        margin: auto;
        padding-top: 0 !important;
        padding-bottom: 0.75rem !important;
        max-width: 685px !important;
    }
    .part-one-right img {
        width: 75%;
        margin-top: 10px !important;
        /* max-width: 555px !important; */
    }

    .flex-center.copyright-icons .copyright-item {
        flex-grow: 1;
        height: 120px;
        font-size: 12px;
        line-height: 15px;
    }
    .flex-center.copyright-icons .copyright-item svg {
        width: 36px;
        margin-top: 20px;
    }
    .flex-center.copyright-icons .copyright-item p {
        margin-top: 10px;
    }
    .flex-center.copyright-icons .copyright-item strong {
        display: block;
    }
    footer p {
        width: 100%;
    }

    .open-site-nav .close-nav-svg {
        display: none;
    }
    .open-site-nav .open-nav-svg {
        display: inline;
    }
    .open-site-nav .hide-on-med-and-down {
        display: block !important;
        position: fixed;
        z-index: 10000;
        top: 48px;
        width: 100%;
        padding-left: 0;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
        max-height: calc(100vh - 48px);
        overflow: auto;
    }
    .open-site-nav .hide-on-med-and-down li {
        margin-left: 0 !important;
        padding: 15px 0 15px 50px;
    }
    .open-site-nav .hide-on-med-and-down li a {
        font-size: 16px;
    }
    .open-site-nav .hide-on-med-and-down li {
        background-color: #3a4052;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .open-site-nav .hide-on-med-and-down li.nav-item-download,
    .open-site-nav .hide-on-med-and-down li.nav-item-source {
        display: block;
        background-color: #fff;
    }
    .open-site-nav .hide-on-med-and-down .nav-item-download a,
    .open-site-nav .hide-on-med-and-down .nav-item-source a {
        color: #232526;
    }
    header .hide-on-med-and-down li {
        margin: 0;
    }
    header .hide-on-med-and-down li {
        line-height: auto;
        height: auto;
    }
    header .hide-on-med-and-down li.active {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-weight: 400;
    }
    header .hide-on-med-and-down li:hover {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    .game-item-tag {
        max-width: 100% !important;
    }
    a.download-link svg {
        width: 20px;
    }
    .section-title {
        font-size: 16px !important ;
        margin: 4px 0 4px 0;
        text-align: left;
    }
    .sub-title {
        font-size: 10px !important;
    }
    .flex-container .flex-item-content h3 {
        font-size: 15px;
    }
    .flex-container .flex-item-content p {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .text-truncate.h5 {
        font-size: 14px;
    }
}

.mt-125 {
    margin-top: 1.25rem;
}
.mb-1199 {
    margin-bottom: 1.199rem;
}
.adsbygoogle {
    text-align: center;
}

.nav-item-select-language {
    position: relative;
}

.wp-block-table {
    color: black;
    margin: 0 0 1em;
    overflow-x: auto;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f0f0f0;
}
.wp-block-table table {
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 1.5em;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: #ffffff;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.has-text-align-center {
    text-align: center;
}
td {
    border-width: 0 1px 1px 0;
}
td,
th {
    padding: 8px;
}
table,
td,
th {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
caption,
td,
th {
    font-weight: 400;
    text-align: left;
    padding: 5px;
}
.detail-container {
    display: flex;
    justify-content: center;
}
.detail-game-content {
    flex: 1;
}
.pc-detail-hot-game {
    width: 260px;
    margin-left: 45px;
    padding-top: 2rem;
}
.detail-hot-game-title {
    font-size: 21px;
    color: #fff;
}
.detail-hot-game-info {
    margin-top: 15px;
    border-radius: 15px;
    overflow: hidden;
    display: block;
}
.hot-game-bg {
    width: 100%;
}
.hot-game-bg img {
    width: 100%;
}
.hot-game {
    width: 100%;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 6%);
    background-color: #21242f;
    height: 85px;
    display: flex;
    align-items: center;
    padding: 0 14px;
}
.hot-name-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    border: solid 3px #dedede;
    max-width: none;
    overflow: hidden;
    margin-right: 10px;
}
.hot-name-icon img {
    width: 100%;
    height: 100%;
}
.hot-game-title {
    font-weight: 600;
    font-size: 15px;
}
.hot-game-version {
    font-size: 12px;
    color: #6c757d;
    margin-top: 2px;
}
.hot-game-tag {
    font-size: 12px;
    height: 20px;
    background-color: #000000;
    text-align: center;
    border-radius: 11px;
    margin: 3px 0;
    padding: 1px 10px;
}
.mobile-detail-hot-game {
    display: none;
}
@media (max-width: 991px) {
    .pc-detail-hot-game {
        display: none;
    }
    .detail-container {
        display: block;
    }
    .mobile-detail-hot-game {
        display: block;
    }
    .detail-hot-game-title {
        margin: 24px 6px 12px;
    }
    .detail-hot-game-info {
        border-radius: 1rem;
        display: block;
    }
    .detail-hot-game-info img {
        width: 100%;
    }
    .detail-hot-game-divider {
        margin-top: 24px;
        margin-bottom: 24px;
        width: 100%;
        height: 1px;
        background-color: #21242f;
    }
}

@media (max-width: 991px) {
    .d-flex.flex-column.align-items-center.text-white.jojoy-cloud-game-link {
        margin-bottom: 1rem;
        margin-left: 30px;
    }
}

.download-header {
    display: flex;
    align-items: center;
    padding: 25px 35px;
}
.download-header .flex-shrink-0 {
    margin-right: 25px !important;
}

.download-header .flex-shrink-0 > img {
    width: 100px;
    height: 100px;
}

.download-game-share {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.download-game-share img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-color: #fff;
    border-radius: 50%;
}
.download-game-share span {
    font-size: 14px;
}
.download-share-telegram {
    margin-right: 15px;
}
.download-share-telegram span {
    color: #1296db;
}
.download-share-discord span {
    color: #738bd8;
}
.download-share-discord,
.download-share-telegram {
    display: flex;
    align-items: center;
}

.download-loading {
    width: 100%;
}

.download-game-info {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.download-loading-wrapper {
    padding: 35px 100px;
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    background-color: #21242f !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-progress,
.download-button {
    width: 100%;
    height: 32px;
    background-color: #8dba91;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}
.progress-text {
    color: #000;
    font-size: 14px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.progress-status {
    height: 100%;
    background-color: rgba(73, 255, 74);
    animation: progress-status;
    animation-timing-function: ease-out;
    animation-duration: 5s;
}

@keyframes progress-status {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.download-loading .download-button {
    animation-name: show;
    background-color: rgba(73, 255, 74);
    animation-duration: 0.5s;
    animation-timing-function: linear;
    display: none;
    align-items: center;
    justify-content: center;
}

@keyframes show {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.download-text {
    color: #000;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.download-text > a {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
    text-align: center;
}
.download-text > a.download-link:hover,
.btn-download-sm:hover {
    background-color: rgba(73, 255, 74);
}
.download-text > a.download-link:active,
.btn-download-sm:active {
    background-color: rgba(73, 255, 74);
}
.download-desc {
    margin-top: 25px;
}
.download-desc p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
    width: 100%;
}
.download-desc p > a {
    color: rgba(73, 255, 74);
}
.download-desc p > span {
    color: rgba(73, 255, 74);
}
.download-desc p > a:hover {
    color: rgba(73, 255, 74);
}

.download-faqs-title {
    font-size: 24px;
    margin-left: 5px;
}

.download-faqs-item {
    border-radius: 12px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.06);
    background-color: #21242f;
    margin-bottom: 28px;
    padding: 12px 16px;
    height: auto;
    position: relative;
}
.download-faqs-item-active {
    background-color: #21242f;
}
.download-faqs-item p {
    margin-bottom: 0;
    display: none;
    font-size: 14px;
    line-height: 1.5;
    padding: 16px 50px;
}
.download-faqs-item a {
    color: rgba(73, 255, 74);
}
.download-faqs-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.download-faqs-item-header h3 {
    flex-grow: 1;
    text-align: center;
    font-size: 16px;
}
p.faqs-active {
    display: block;
}

.download-donate-title {
}

.download-donate-title > p {
    font-weight: 800;
    font-size: 28px;
}

.download-donate-header-line {
    border-bottom: 1px solid #596074;
    margin: 16px auto 24px;
    width: 114px;
    color: #303443;
}

.download-donate-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    grid-column-gap: 15px;
    margin-bottom: 28px;
}

.download-donate-content-item {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    background-color: #22242f;
}

.download-donate-content-item .title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    border-radius: 12px 12px 0 0;
    background: #596074;
    font-size: 18px;
    font-weight: 700;
    line-height: 58px;
}

.download-donate-content-item .amount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 4px;
}
.download-donate-content-item .amount > span {
    font-size: 24px;
    font-weight: 400;
    margin-right: 10px;
    color: rgba(255, 255, 255, 0.6);
}
.download-donate-main-line {
    border-bottom: 1px solid #596074;
    margin: 8px auto 12px;
    width: 60%;
}

.download-donate-content-item .reward-list {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.download-donate-content-item .reward-item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.download-donate-content-item .reward-item .icon {
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 30px;
    margin-right: 12px;
    margin-left: 8px;
}

.download-donate-content-item .reward-item > span {
    font-size: 12px !important;
    font-weight: 700;
    line-height: 30px;
}

.download-donate-content-item .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #000000;
    color: #fff;
    border-radius: 40px;
    margin: 0 20px 10px 20px;
}

.download-donate-content-item .button > svg {
    width: 20px;
    height: 20px;
    margin: 5px 8px 5px 0px;
}

.download-donate-content-item .button > span {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}

@media (max-width: 991px) {
    .download-donate-title > p {
        font-size: 22px;
    }
    .download-donate-header-line {
        width: 38px;
    }
    .download-donate-content {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-column-gap: 6px;
        grid-row-gap: 23px;
    }
    .download-donate-content-item .title {
        font-size: 14px;
        line-height: 24px;
    }
    .download-donate-content-item .amount {
        font-size: 28px;
    }
    .download-donate-content-item .amount > span {
        font-size: 16px;
        font-weight: 400;
        margin-right: 10px;
        color: rgba(255, 255, 255, 0.6);
    }
    .download-donate-content-item .reward-list {
        margin-top: 2px;
        margin-bottom: 8px;
    }
    .download-donate-content-item .reward-item .icon {
        margin-left: 24px;
    }
    .download-donate-content-item .reward-item .title {
        font-size: 20px;
        line-height: 30px;
    }
    .download-donate-content-item .button {
        border-radius: 40px;
        margin: 0 6px 10px 6px;
    }
    .download-donate-content-item .button > svg {
        width: 16px;
        height: 16px;
        margin: 5px 8px 5px 0px;
    }
    .download-donate-content-item .button > span {
        font-size: 12px;
        line-height: 24px;
    }
    .download-header {
        display: flex;
        align-items: center;
        padding: 10px 10px;
    }
    .download-loading-wrapper {
        padding: 35px 0;
    }
    .download-header .flex-shrink-0 {
        margin-right: 0.8em !important;
    }
    .download-header-game-info {
        text-align: left !important;
    }
    .download-header .flex-shrink-0 > img {
        width: 80px;
        height: 80px;
    }
    .download-loading {
        width: 88%;
    }
    .progress-text {
        font-size: 12px;
    }
    .download-faqs-item p {
        padding: 16px 20px;
    }
    .download-faqs-item {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .download-faqs-item-header h3 {
        font-size: 16px;
    }
    .download-faqs-title {
        font-size: 20px;
        margin-left: 5px;
    }
    .download-faqs-desc {
        margin-right: 0;
        margin-left: 0;
    }
    .download-game-share {
        margin-top: 12px;
    }
    .download-progress .download-button {
        margin-left: 10px;
        margin-right: 10px;
    }
    .download-content .mobile-detail-hot-game {
        margin-bottom: 30px;
    }
}

.ptb10 {
    padding: 10px 0;
}

.detail-html h1,
.detail-html h2,
.detail-html h3 {
    text-align: center;
}
.detail-html img {
    width: 100% !important;
}

.reminder_dialog--wrapper,
.guide_dialog--wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(97, 97, 97, 0.2);
}
.reminder_dialog {
    margin: 20vh auto 0;
    width: 608px;
    padding: 18px 0 28px;
    border-radius: 10px;
    background-color: #1f222b;
}
.reminder_dialog--header-title {
    color: #49ff4a;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: bold;
    margin-left: 48px;
}
.reminder_dialog--content {
    padding: 0 48px;
}
.reminder_dialog--content .reminder_dialog--content-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.reminder_dialog--content img {
    display: block;
    margin: 0 auto;
}
.reminder_dialog--content p {
    display: block;
    text-align: center;
    margin: 0 auto;
    color: #d4d5d7;
    font-size: 15px;
    line-height: 1.8;
}
.reminder_dialog--content .reminder_dialog--content-tip {
    margin-bottom: 10px;
}
.reminder_dialog--footer {
    margin-top: 40px;
    font-family: PingFangSC;
}
.allow_ads--button {
    width: 294px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #8a37f6;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}
.close_dialog--button {
    margin: 11px auto 0;
    font-size: 13px;
    color: #d4d5d7;
    text-align: center;
    cursor: pointer;
}
.reminder_dialog.jump {
    background-color: #ffffff;
    border-radius: 2px;
}
.reminder_dialog--header.jump {
    height: 32px;
}
.reminder_dialog--close {
    float: right;
    height: 32px;
    width: 32px;
    margin-right: 16px;
    cursor: pointer;
}
.reminder_dialog--top-image-wrapper {
    width: 100%;
    height: 100px;
    margin-bottom: 50px;
}
.reminder_dialog--top-image {
    display: block;
    width: 60%;
    margin: 0 auto;
    position: relative;
    bottom: 80px;
    right: 15px;
}
.reminder_dialog--content-title.jump {
    text-align: center;
    color: #21242f;
    font-size: 28px;
}
.reminder_dialog--content-tip.jump {
    text-align: center;
    color: #21242f;
    font-size: 16px;
}
.reminder_dialog--footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 24px;
    width: 75%;
    height: 48px;
    background-color: #000000;
    font-size: 22px;
    font-weight: 800;
    user-select: none;
    cursor: pointer;
}
@media (max-width: 991px) {
    .reminder_dialog--wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .reminder_dialog {
        margin: 0 auto;
        max-width: 608px;
        width: 85%;
    }
    .reminder_dialog--header.jump {
        height: 16px;
    }
    .reminder_dialog--close {
        float: right;
        height: 16px;
        width: 16px;
        margin-right: 16px;
        cursor: pointer;
    }
    .reminder_dialog--top-image-wrapper {
        width: 100%;
        height: 50px;
        margin-bottom: 20px;
    }
    .reminder_dialog--top-image {
        display: block;
        width: 240px;
        margin: 0 auto;
        position: relative;
        bottom: 60px;
        right: 15px;
    }
    .reminder_dialog--content-title.jump {
        text-align: center;
        color: #21242f;
        font-size: 20px;
    }
    .reminder_dialog--content-tip.jump {
        text-align: center;
        color: #21242f;
        font-size: 12px;
    }
    .reminder_dialog--footer-btn {
        border-radius: 16px;
        height: 32px;
        font-size: 16px;
    }
    .reminder_dialog--content {
        padding: 0 30px;
    }
    .reminder_dialog--content .reminder_dialog--content-title {
        text-align: center;
    }
    .reminder_dialog--content p {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .reminder_dialog--footer {
        margin-top: 20px;
        padding: 0 30px;
    }
    .allow_ads--button {
        height: 40px;
        width: 100%;
        text-align: center;
    }
}

.guide_dialog-pc,
.guide_dialog-mobile {
    margin: 20vh auto 0;
    border-radius: 10px;
    background-color: #1f222b;
}
.guide_dialog-pc {
    width: 874px;
    padding: 27px 30px 45px;
}
.guide_dialog-pc--title,
.guide_dialog-mobile--title {
    font-size: 20px;
    font-weight: 500;
    color: #d4d5d7;
}
.guide_dialog-pc--content {
    margin-top: 15px;
    display: flex;
}
.guide_dialog-pc--tab-list {
    flex: 0 0 187px;
    margin-bottom: 0;
    padding-left: 0;
}
.guide_dialog-pc--tab-item,
.guide_dialog-mobile--tab-item {
    width: 100%;
    list-style: none;
    padding-left: 17px;
    padding-right: 11px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #d4d5d7;
    cursor: pointer;
    border-radius: 6px;
    margin-bottom: 10px;
}
.guide_dialog-pc--tab-list li:last-child {
    margin-bottom: 0;
}
.guide_dialog-pc--tab-item::after,
.guide_dialog-mobile--tab-item::after {
    content: '>';
    display: inline-block;
    transform: scale(0.8, 1.5);
}
.guide_dialog-pc--tab-list .active,
.guide_dialog-mobile--tab-list .active {
    background-color: rgba(255, 255, 255, 0.16);
}
.guide_dialog-pc--tab-content {
    margin-left: 54px;
}
.tab_content--instructions {
    display: flex;
}
.tab_content--instructions-option {
    margin-right: 30px;
    font-size: 16px;
    color: #d4d5d7;
    flex: 0 0 343px;
}
.tab_content--instructions-option p:first-child {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 29px;
}
.instructions_option--desc {
    margin-bottom: 0;
}
.tab_content--instructions-video video {
    width: 200px;
}
.tab_content--btns {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 15px;
    padding-right: 20px;
    margin-top: 48px;
}
.tab_content--btn {
    padding: 7px 20px;
    border-radius: 20px;
    background-color: #8a37f6;
    cursor: pointer;
}

.guide_dialog-mobile {
    width: 85%;
    max-width: 302px;
    border-radius: 10px;
    background-color: #1f222b;
    padding: 24px 39px;
}
.guide_dialog-mobile--tab-list {
    padding-left: 0;
    margin-bottom: 0;
}
.guide_dialog-mobile--tab-list .guide_dialog-mobile--tab-item {
    margin-top: 24px;
    margin-bottom: 0;
}
.guide_dialog-pc--tab-back-btn {
    font-family: PingFangSC;
    font-size: 18px;
    font-weight: 500;
    color: #d4d5d7;
    width: 80px;
    display: flex;
    align-items: center;
    height: 27px;
    vertical-align: top;
    margin-bottom: 25px;
    cursor: pointer;
}
.guide_dialog-pc--tab-back-btn::before {
    content: '<';
    display: inline-block;
    transform: scale(0.8, 1.5);
    position: relative;
    top: -2px;
    margin-right: 20px;
}
.tab_content-mobile--instructions-option {
    font-family: PingFangSC;
    font-size: 15px;
    color: #d4d5d7;
}
.tab_content-mobile--instructions-option p {
    margin-bottom: 16px;
}
.tab_content-mobile--btns {
    margin-top: 40px;
}
.tab_content-mobile--btns .tab_content--btn {
    text-align: center;
    margin-top: 15px;
}
@media (max-width: 991px) {
    .guide_dialog--wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guide_dialog--wrapper .guide_dialog-mobile {
        margin-top: 0;
    }
}
.hidden {
    display: none !important;
}
.index-banner {
    padding-left: 60px;
    padding-right: 60px;
}
div.swiper {
    position: relative;
    margin: 30px auto;
    overflow: auto;
    max-width: 1440px;
}
.swiper-wrapper {
    width: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.pc_img--url {
    object-fit: cover;
    height: 186px;
}
@media (max-width: 991px) {
    .pc_img--url {
        object-fit: cover;
        height: 104px;
    }
}
.swiper-slide-desc {
    height: 90px;
    width: 100%;
    border-radius: 0 0 20px 20px;
    background-color: rgba(33, 36, 47, 0.75);
}
@media (max-width: 991px) {
    .swiper-slide-desc {
        border-radius: 0 0 10px 10px;
    }
}
.swiper-slide img {
    width: 100%;
}
.swiper-slide .game_info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
}
.swiper-slide .game_hot--btn {
    background-color: #49ff4a;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    padding: 1px 8px;
    border-radius: 15px;
}
.swiper-pagination {
    bottom: 20px !important;
}
.swiper .mobile_img--url {
    display: none;
}
@media (max-width: 991px) {
    .index-banner {
        padding-left: 0;
        padding-right: 0;
    }
    div.swiper {
        margin: 10px;
    }
    .swiper-slide {
        border-radius: 10px;
    }
    .swiper-slide .game_info {
        font-size: 12px;
    }
    .swiper-slide .game_hot--btn {
        padding: 0 8px;
    }
    .swiper-pagination {
        bottom: 10px !important;
    }
}
.wp-detail-html h2,
.wp-detail-html h3 {
    text-align: center;
    font-family: 'Rokkitt', sans-serif;
}
.wp-detail-html h2 {
    font-size: 1.75rem;
    line-height: 1.321;
}
.wp-detail-html h3 {
    font-size: 1.3125rem;
    line-height: 1.143;
}
.wp-detail-html p {
    margin: 1.5rem 0;
}
.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.donate-wrapper {
    width: 100%;
    background-color: #fc5e8a;
    height: 260px;
}

.donate {
    height: 100%;
}

.donate-icon {
    width: 260px;
    height: 240px;
}

.donate-btn-icon {
    width: 30px;
    height: 30px;
}

.donate-desc {
    font-size: 40px;
}

.donate-btn {
    height: 38px;
    width: 300px;
    background-color: #000000;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 10px;
    flex-shrink: 0;
    cursor: pointer;
    user-select: none;
}
@media (max-width: 991px) {
    .donate-wrapper {
        width: 100%;
        background-color: #fc5e8a;
        height: 150px;
    }

    .donate {
        height: 100%;
    }

    .donate-desc {
        font-size: 24px;
    }

    .donate-icon {
        width: 260px;
        height: 200px;
    }
    .donate-btn-icon {
        width: 20px;
        height: 20px;
    }

    .donate-btn {
        height: 38px;
        width: 250px;
        background-color: #000000;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 20px;
        font-size: 18px;
        line-height: 30px;
        flex-shrink: 1;
    }
}

.detail-donate-us {
    display: flex;
    align-items: center;
    color: #fc5e8a;
    cursor: pointer;
    user-select: none;
}

.detail-donate-us > span:first-child {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    background-color: #fc5e8a;
    border-radius: 50%;
    margin-right: 3px;
}

.detail-donate-us > span:first-child > svg {
    width: 15px;
    height: 15px;
}

.fixed-donate-us {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 155px;
    right: 25px;
    width: 45px;
    height: 45px;
    background-color: #fc5e8a;
    border-radius: 50%;
    z-index: 9999;
}
@media (max-width: 991px) {
    .fixed-donate-us {
        bottom: 215px;
    }
}

.fixed-donate-us > svg {
    width: 25px;
    height: 25px;
}

.fixed-donate-us-modal-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.fixed-donate-us-modal {
    background-color: #21242f;
    border-radius: 8px;
}

.fixed-donate-us-modal-header {
    text-align: center;
    font-size: 18px;
    margin: 20px auto;
}

.fixed-donate-us-modal-header-desc {
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    max-width: 560px;
}

.fixed-donate-us-modal-donate-item-wrapper {
    display: flex;
    justify-content: space-between;
    height: 50px;
    width: 260px;
    margin: 15px auto;
}

.fixed-donate-us-modal-donate-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    border: 3px solid rgb(78, 85, 104);
    background-color: rgb(42, 46, 58);
    cursor: pointer;
    user-select: none;
}
.fixed-donate-us-modal-donate-item.active {
    border-color: white;
    background-color: #a15ef9;
}

.fixed-donate-us-modal-icon {
    text-align: center;
    margin-top: 60px;
}

.fixed-donate-us-modal-icon > svg {
    height: 155px;
}

.fixed-donate-us-modal-desc {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.fixed-donate-us-modal-btn {
    height: 38px;
    width: 250px;
    background-color: #000000;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    font-size: 18px;
    line-height: 30px;
    margin: 20px auto 10px auto;
    cursor: pointer;
    user-select: none;
}

.fixed-donate-us-modal-btn > svg {
    height: 25px;
    width: 25px;
}

.various-genre-item-wrapper {
    display: flex;
    justify-content: space-between;
    min-width: 222px;
}

.various-genre-item {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    border: solid 4px #fff;
}

@media (max-width: 1120px) {
    .various-genre-item-wrapper {
        min-width: 192px;
    }

    .various-genre-item {
        width: 56px;
        height: 56px;
        border-radius: 8px;
        border: solid 2px #fff;
    }
}

.donate-item-custom-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.donate-item-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 3px solid rgb(78, 85, 104);
    background-color: rgb(42, 46, 58);
    cursor: pointer;
    user-select: none;
    min-width: 112px;
    height: 50px;
}

.donate-item-custom.active {
    border-color: white;
    background-color: rgb(157, 84, 242);
    cursor: text;
}
#donate-item-custom-input {
    display: none;
    background-color: transparent;
    border: none;
    outline: none;
    width: 50px;
    color: white;
}

.donate-item-custom.active > #donate-item-custom-input {
    text-align: center;
    display: inline-block;
}

.donate-email-wrapper,
.donate-nickname-wrapper {
    max-width: 560px;
    text-align: center;
    margin: 20px auto;
    font-size: 13px;
}

.donate-email-desc,
.donate-nickname-desc {
    width: 100%;
    margin: 0;
}

.donate-email-warning {
    color: red;
    font-size: 10px;
    margin: 5px 5px 0;
    line-height: 1.25;
}

.donate-input {
    width: 260px;
    margin-top: 10px;
    padding: 5px;
    border-radius: 8px;
    border: 3px solid rgb(78, 85, 104);
    background-color: rgb(42, 46, 58);
    color: white;
}

.donate-link {
    color: rgb(157, 84, 242);
}

.donate-link:hover {
    color: rgb(138, 68, 227);
}

.donate-desc-content {
    width: 75%;
    max-width: 560px;
    margin: 20px auto;
    font-size: 12px;
    line-height: 22px;
}

.donate-result-processing {
    margin: 60px 0;
}

.donate-result-processing > p {
    width: 90%;
    margin: 24px auto;
    text-align: center;
}

.donate-result-completed-content {
    margin-bottom: 30px;
}

.donate-result-completed-content > p {
    width: 90%;
}

.donate-sub-menu {
    margin: 20px 0 30px;
    padding: 6px 5%;
    display: flex;
    justify-content: space-between;
    background-color: #5a5d6e;
}

.donate-sub-menu-item {
    cursor: pointer;
}

.donate-sub-menu-item > span {
    margin: 0 5px;
    vertical-align: middle;
}

.donate-sub-menu-item > svg {
    color: white;
}

#donate-popup {
    position: fixed;
    bottom: 220px;
    right: 10px;
    width: 90%;
    max-width: 350px;
    padding: 10px 25px;
    z-index: 100;
    display: none;
    background: rgba(251, 94, 137, 0.96);
    border-radius: 15px;
}

#donate-popup::after {
    content: '';
    position: absolute;
    right: 28px;
    bottom: -15px;
    width: 0;
    height: 0;
    z-index: -1;
    border-style: solid;
    border-width: 15px 10px 0 10px;
    border-color: rgba(251, 94, 137, 0.96) transparent transparent transparent;
}

@media (max-width: 991px) {
    #donate-popup {
        bottom: 280px;
    }
}

.fade-out-animated {
    -webkit-animation: fadeOut 0.5s both;
    -moz-animation: fadeOut 0.5s both;
    animation: fadeOut 0.5s both;
}

.section-line {
    width: 114px;
    height: 0;
    margin: 30px auto 40px;
    border-bottom: 1px solid #596074;
}

.home-category-title {
    text-align: left;
    white-space: nowrap;
    font-weight: 800;
    margin-bottom: 12px;
}

.home-description-content > img {
    float: right;
    width: 55%;
}
@media (max-width: 992px) {
    .home-description-content > img {
        float: none;
        width: 100%;
    }
    .home-category-title {
        font-size: 12px;
    }
    .section-line {
        width: 38px;
        margin: 15px auto 12px;
    }
}

header .hide-on-med-and-down .link-category-list li {
    border-bottom: 0 none;
    padding: 0.5rem 0.25rem;
}

header .hide-on-med-and-down .link-category-list {
    display: none;
    background-color: #3b4051;
    overflow: auto;
    height: calc(100vh - 490px);
    position: absolute;
    left: 50%;
    width: 300px;
    transform: translateX(-50%);
    padding: 16px 0 16px 24px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
}
header .hide-on-med-and-down .link-category-list li {
    margin-left: 0 !important;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
header .hide-on-med-and-down .link-category-list li:last-child {
    margin-bottom: 0;
}
header .hide-on-med-and-down .link-category-list li a {
    font-weight: 600;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    display: block;
}
header .hide-on-med-and-down .link-category-list li a img {
    height: 40px;
    width: 40px;
    margin-right: 12px;
}
header .hide-on-med-and-down .link-category-list li:hover > a {
    /* background-color: #fff; */
    color: #01a001;
}
.nav-item-games,
.nav-item-apps {
    position: relative;
}
header .hide-on-med-and-down .nav-item-apps span.expand-icon,
header .hide-on-med-and-down .nav-item-select-language span.expand-icon,
header .hide-on-med-and-down .nav-item-games span.expand-icon {
    display: none;
}

@media (max-width: 992px) {
    header .hide-on-med-and-down .link-category-list,
    header .hide-on-med-and-down .link-language-list {
        position: static;
        height: auto;
        width: 100%;
        transform: none;
        background-color: #3a4052;
        padding-left: 25px;
    }
    header .hide-on-med-and-down .nav-item-apps span.expand-icon,
    header .hide-on-med-and-down .nav-item-select-language span.expand-icon,
    header .hide-on-med-and-down .nav-item-games span.expand-icon {
        display: block;
        position: absolute;
        right: 25px;
        top: 15px;
    }
    header .hide-on-med-and-down .link-category-list > li,
    header .hide-on-med-and-down .link-language-list > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }
    header .hide-on-med-and-down .link-category-list > li > a,
    header .hide-on-med-and-down .link-language-list > li > a {
        border: none;
    }
}
