/*# zfa 2025/2/6 15:59:50 */
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body,nav,dl,dt,dd,p,h1,h2,h3,h4,ul,ol,li,input,button,textarea,head,nav,main,footer {
    margin: 0;
    padding: 0
}

body {
    font: 62.5%/1.5 -apple-system,BlinkMacSystemFont,"Nunito","PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    min-width: 320px
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

img {
    vertical-align: middle;
    border: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

em,i {
    font-style: normal
}

img {
    max-width: 100%;
    border: 0
}

input:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ol,ul,li {
    list-style: none
}

textarea {
    resize: none
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    color: #3786ea
}

.cf:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cf {
    min-height: 1%
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.show {
    display: block
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.break {
    word-break: break-all;
    word-wrap: break-word
}

input,button,textarea {
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif
}

:root {
    --default-space: 24px
}

@media (max-width: 767px) {
    :root {
        --default-space:18px
    }
}

.wp {
    margin: 0 auto;
    padding-right: var(--default-space,15px);
    padding-left: var(--default-space,15px)
}

@media (min-width: 576px) {
    .wp {
        max-width:calc(576px - var(--default-space) * 2)
    }
}

@media (min-width: 768px) {
    .wp {
        max-width:calc(768px - var(--default-space) * 2)
    }
}

@media (min-width: 992px) {
    .wp {
        max-width:calc(992px - var(--default-space) * 2)
    }
}

@media (min-width: 1200px) {
    .wp {
        max-width:calc(1200px - var(--default-space) * 2)
    }
}

@media (min-width: 1440px) {
    .wp {
        max-width:calc(1200px + var(--default-space) * 2)
    }
}

.mod-sch {
    position: relative
}

.mod-sch .sp-txt {
    border: 0;
    width: 100%;
    padding: 12px 40px 12px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #cfcfcf;
    border-radius: 9999px
}

.mod-sch .sp-txt::-webkit-input-placeholder {
    color: #999
}

.mod-sch .sp-txt::-moz-placeholder {
    color: #999
}

.mod-sch .sp-txt:-ms-input-placeholder {
    color: #999
}

.mod-sch .sp-txt::-ms-input-placeholder {
    color: #999
}

.mod-sch .sp-txt::placeholder {
    color: #999
}

.mod-sch .sp-txt:focus {
    border: 1px solid #3786ea
}

.mod-sch .sp-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    border: 0;
    z-index: 2;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #999;
    -webkit-mask-image: url(../images/ico-hd-sch.svg);
    mask-image: url(../images/ico-hd-sch.svg);
    -webkit-mask-size: 70% auto;
    mask-size: 70% auto;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

.mod-sch .sp-btn:hover {
    background: #3786ea
}

.head-wrap {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid #ebebeb
}

.head-wrap .wp {
    display: grid !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 42px;
    grid-template-columns: 178px auto 1fr
}

.head-wrap .lb-logo img {
    display: block;
    height: 40px
}

.head-wrap .lb-menu {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.head-wrap .lb-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px
}

.head-wrap .lb-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 24px 14px
}

.head-wrap .lb-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.head-wrap .lb-left {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px
}

.head-wrap .lb-left a {
    width: 40px;
    height: 40px;
    background: #222;
    -webkit-mask-size: 70% auto;
    mask-size: 70% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

.head-wrap .lb-left a.i-menu {
    -webkit-mask-image: url(../images/ico-menu.svg);
    mask-image: url(../images/ico-menu.svg)
}

.head-wrap .lb-left a.i-sch {
    -webkit-mask-image: url(../images/ico-sch.svg);
    mask-image: url(../images/ico-sch.svg)
}

.mod-lang {
    margin-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.mod-lang.active .sp-list {
    display: block
}

.mod-lang .sp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.mod-lang .sp-item img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.mod-lang .sp-item span {
    font-size: 16px;
    line-height: 1.5
}

.mod-lang .sp-item i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: #222;
    -webkit-mask-image: url(../images/ico-arrow.svg);
    mask-image: url(../images/ico-arrow.svg);
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.mod-lang .sp-list {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 278px;
    background: #fff;
    margin: 0;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-box-shadow: 0px 2px 40px 10px rgba(17,17,17,0.08);
    box-shadow: 0px 2px 40px 10px rgba(17,17,17,0.08);
    border-radius: 4px;
    z-index: 1200
}

.mod-lang .sp-list ul {
    position: relative
}

.mod-lang .sp-list ul li {
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px;
    font-size: 16px;
    line-height: 1.5;
    gap: 8px;
    cursor: pointer
}

.mod-lang .sp-list ul li:hover {
    color: #3786ea
}

.mod-lang .sp-list ul li img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px
}

.mod-lang .sp-list ul li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left
}

.mod-lang .sp-list ul li i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: #222;
    -webkit-mask-image: url(../images/ico-arrow.svg);
    mask-image: url(../images/ico-arrow.svg);
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (max-width: 1199.98px) {
    .head-wrap .wp {
        grid-template-columns:1fr auto 1fr;
        gap: 24px;
        height: 50px
    }

    .head-wrap .lb-logo img {
        height: 30px
    }

    .head-wrap .lb-menu {
        display: none
    }

    .head-wrap .lb-side .mod-sch {
        display: none
    }

    .head-wrap .lb-side .mod-lang .sp-item img {
        width: 32px;
        height: 32px
    }

    .head-wrap .lb-side .mod-lang .sp-item span {
        display: none
    }

    .head-wrap .lb-side .mod-lang .sp-item i {
        display: none
    }

    .head-wrap .lb-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1200px) {
    .head-wrap .lb-side .mod-sch {
        width:300px
    }

    .head-wrap .lb-side .mod-lang .sp-item span {
        display: block
    }

    .hd-search {
        width: 300px
    }
}

@media (min-width: 1440px) {
    .head-wrap .lb-side .mod-sch {
        width:380px
    }

    .head-wrap .lb-side .mod-lang .sp-item span {
        display: block
    }
}

.foot-wrap {
    background: #222;
    padding: 60px 0
}

.foot-wrap .wp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 24px
}

.foot-wrap .lb-head {
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    row-gap: 48px;
    color: #fff;
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.foot-wrap .lb-head .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.foot-wrap .lb-foot {
    font-size: 14px;
    line-height: 1.4;
    color: #ebebeb
}

.foot-wrap .it-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px
}

.foot-wrap .it-link dt {
    font-size: 18px;
    line-height: 1.4444444444
}

.foot-wrap .it-link dd {
    font-size: 14px
}

.foot-wrap .it-link dd a {
    color: #999
}

.foot-wrap .it-link dd a:hover {
    color: #3786ea
}

.foot-wrap .it-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 20px
}

.foot-wrap .it-site .sp-logo {
    height: 44px
}

.foot-wrap .it-site .sp-desc {
    font-size: 14px;
    line-height: 1.5714285714
}

.foot-wrap .it-site .sp-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.foot-wrap .it-site .sp-sns li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px
}

.foot-wrap .it-site .sp-sns li img {
    display: block;
    width: 100%;
    height: 100%
}

.foot-wrap .it-site .sp-sns a:hover {
    opacity: 0.9
}

@media (min-width: 992px) {
    .foot-wrap .lb-head {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 576px) {
    .foot-wrap .lb-head {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

.mb-search-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1200
}

.mb-search-wrap .inner {
    background: #fff;
    padding: 8px 0;
    border-bottom: 1px solid #cfcfcf;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: schShow 0.25s forwards;
    animation: schShow 0.25s forwards
}

@-webkit-keyframes schShow {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes schShow {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.mb-search-wrap .mb-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mb-search-wrap .mb-search .mod-sch {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mb-search-wrap .mb-search .m-hide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    line-height: 99;
    background: #222;
    -webkit-mask-image: url(../images/ico-hide.svg);
    mask-image: url(../images/ico-hide.svg);
    -webkit-mask-size: 55% auto;
    mask-size: 55% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-left: 10px
}

.mb-menu-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    z-index: 1200
}

.mb-menu-wrap .inner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mb-menu-wrap .nav-bar {
    height: 100%;
    background: #fff;
    max-width: 338px;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-animation: navShow 1.4s forwards;
    animation: navShow 1.4s forwards
}

@-webkit-keyframes navShow {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@keyframes navShow {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}

.mb-menu-wrap .nav-bar .lb-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 24px;
    background: #fff;
    border-bottom: 1px solid #ebebeb
}

.mb-menu-wrap .nav-bar .lb-head em {
    color: #222;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4444444444;
    display: block
}

.mb-menu-wrap .nav-bar .lb-head .m-hide {
    background: #222;
    -webkit-mask-image: url(../images/ico-hide.svg);
    mask-image: url(../images/ico-hide.svg);
    -webkit-mask-size: 80% auto;
    mask-size: 80% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    overflow: hidden;
    line-height: 99;
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.mb-menu-wrap .nav-bar .lb-list {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 24px;
    overflow: auto
}

.mb-menu-wrap .nav-bar .lb-list li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 24px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px 24px;
    border-bottom: 1px solid #ebebeb
}

.main-wrap .panel {
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #ebebeb
}

.main-wrap .panel-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px
}

.main-wrap .panel-head em {
    font-size: 22px;
    line-height: 1.3636363636
}

.main-wrap .panel-head .sp-link {
    font-size: 14px;
    line-height: 1.5714285714;
    color: #3a74f6
}

@media (min-width: 992px) {
    .main-wrap .panel {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.cate-list ul {
    display: grid;
    padding-bottom: 10px;
    row-gap: 24px;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.cate-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cate-list li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.cate-list li img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px
}

.cate-list li span {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.5
}

.game-list ul {
    display: grid;
    padding-bottom: 10px;
    gap: 24px;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.game-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.game-list .sp-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 74px;
    height: 74px;
    overflow: hidden;
    border-radius: 12px;
    margin-right: 14px
}

.game-list .sp-img img {
    display: block;
    width: 100%;
    height: 100%
}

.game-list .sp-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.game-list .sp-con .i-name {
    font-size: 14px;
    line-height: 1.5714285714;
    color: #222;
    display: block;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.game-list .sp-con .i-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.game-list .sp-con .i-tags a {
    text-transform: capitalize;
    padding: 2px 4px;
    border-radius: 6px;
    background: #ebebeb;
    font-size: 12px;
    line-height: 1.5;
    color: #707070;
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.game-list .sp-con .i-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.game-list .sp-con .i-info span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.5;
    color: #707070;
    white-space: nowrap
}

.game-list .sp-con .i-info span::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fa7a48
}

.tag-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.tag-list li a {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5714285714;
    border: 1px solid #ebebeb;
    border-radius: 9999px
}

.reco-list ul {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.reco-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    position: relative
}

.reco-list .sp-con {
    width: calc(100% - 16px);
    position: absolute;
    bottom: 8px;
    left: 8px;
    z-index: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.reco-list .sp-con .i-name {
    font-size: 14px;
    line-height: 1.5714285714;
    display: block;
    width: 100%;
    font-weight: 600;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff
}

.reco-list .sp-con .i-name a {
    color: #fff;
    text-shadow: 1px 1px 1px #000
}

.reco-list .sp-con .i-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.reco-list .sp-con .i-tags a {
    text-transform: capitalize;
    padding: 2px 4px;
    border-radius: 6px;
    background: rgba(255,255,255,0.2);
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s
}

.reco-list .sp-con .i-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.reco-list .sp-con .i-info span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap
}

.reco-list .sp-con .i-info span::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #fff
}

.reco-list .sp-cover {
    position: relative;
    z-index: 1;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    position: relative
}

.reco-list .sp-cover::after {
    content: "";
    width: 100%;
    height: 80%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.reco-list .sp-cover .i-link {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom: 50%;
    border-radius: 12px;
    text-align: center;
    z-index: 999
}

.reco-list .sp-cover .i-link img {
    width: 96px;
    height: 96px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px
}

.reco-list .sp-cover .i-mask {
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%)
}

.reco-list .sp-cover .i-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(255,255,255,0)),to(rgba(255,255,255,0.8)));
    -webkit-mask-image: linear-gradient(to bottom,rgba(255,255,255,0) 10%,rgba(255,255,255,0.8) 100%);
    mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(10%,rgba(255,255,255,0)),to(rgba(255,255,255,0.8)));
    mask-image: linear-gradient(to bottom,rgba(255,255,255,0) 10%,rgba(255,255,255,0.8) 100%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

.mt32 {
    margin-top: 32px
}

.panelPages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0;
    margin-top: 24px
}

.panelPages ul {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.panelPages li {
    border-right: 1px solid #ebebeb
}

.panelPages li:last-child {
    border-right: none
}

.panelPages a,.panelPages span {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    min-width: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5714285714;
    color: #222
}

.panelPages a:hover {
    color: #3786ea
}

.panelPages .curent {
    background: #3786ea;
    color: #fff
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 24px
}

.breadcrumb a {
    color: #3786ea
}

.breadcrumb i {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 22px;
    height: 22px;
    background: #707070;
    -webkit-mask-image: url(../images/ico-arrow.svg);
    mask-image: url(../images/ico-arrow.svg);
    -webkit-mask-size: 80% auto;
    mask-size: 80% auto;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 5px
}

.comment-area {
    max-width: 720px
}

.app-desc .lb-text {
    font-size: 14px;
    line-height: 1.5714285714;
    color: #707070
}

.app-desc .lb-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 16px;
    margin-top: 24px
}

.app-desc .lb-tags a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 12px;
    border: 1px solid #ebebeb;
    border-radius: 9999px;
    font-size: 14px;
    line-height: 1.5714285714
}

.app-desc .lb-info {
    margin-top: 24px
}

.app-desc .lb-info ul {
    display: grid !important;
    gap: 24px;
    padding-bottom: 10px;
    grid-template-columns: repeat(2,minmax(0,1fr))
}

.app-desc .lb-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 4px
}

.app-desc .lb-info li span {
    display: block
}

.app-desc .lb-info li span:nth-child(1) {
    font-size: 18px;
    line-height: 1.4444444444;
    color: #707070
}

.app-desc .lb-info li span:nth-child(2) {
    font-size: 16px;
    line-height: 1.5
}

.app-play {
    max-width: 720px;
    margin-bottom: 24px
}

.app-play .inner {
    width: 100%;
    padding-top: 56.25%;
    position: relative
}

.app-play .inner .play-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f7f7f7
}

.app-info .lb-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.app-info .lb-info .sp-img {
    width: 150px;
    min-width: 150px
}

.app-info .lb-info .sp-img .i-img {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: block;
    padding-bottom: 100%;
    border-radius: 8px
}

.app-info .lb-info .sp-img .i-img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 6px
}

.app-info .lb-info .sp-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 12px
}

.app-info .lb-info .sp-con .i-name {
    font-size: 26px;
    line-height: 1.3846153846;
    color: #222
}

.app-info .lb-info .sp-con .i-val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5714285714
}

.app-info .lb-info .sp-con .i-val .score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 4px;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
}

.app-info .lb-info .sp-con .i-val .score::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/star.svg) no-repeat 0 0;
    background-size: 100% 100%;
    background-color: transparent
}

.app-info .lb-info .sp-con .i-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 2
}

.app-info .lb-info .sp-con .i-info span {
    color: rgb(230,0,172)
}

.app-info .lb-down {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px
}

.app-info .lb-down .i-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 360px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    border-radius: 9999px;
    gap: 12px;
    padding: 9px 18px;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border: 1px solid #3786ea;
    background: #3786ea;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.app-info .lb-down .i-btn:hover {
    background-color: #61a5fc
}

.app-info .lb-down .i-share {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: rgb(46,193,5);
    -webkit-mask-image: url(../images/ico-share.svg);
    mask-image: url(../images/ico-share.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    cursor: pointer
}

.app-info .lb-down .i-comment {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: rgb(248,114,22);
    -webkit-mask-image: url(../images/ico-comment.svg);
    mask-image: url(../images/ico-comment.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    cursor: pointer
}

.app-info .lb-down .i-fav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    background: #999;
    -webkit-mask-image: url(../images/favorite.svg);
    mask-image: url(../images/favorite.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    cursor: pointer
}

.app-info .lb-down .i-fav.on,.app-info .lb-down .i-fav:hover {
    background: rgb(241,53,69)
}

.editor-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 24px;
    padding-top: 40px;
    padding-bottom: 40px
}

.editor-content .lb-head {
    font-size: 30px;
    line-height: 1.4;
    text-align: center
}

.editor-content .lb-head h1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: normal
}

.editor-content .lb-body {
    font-size: 14px;
    line-height: 1.5714285714;
    color: #414141
}

.theme-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9001;
    background-color: rgba(0,0,0,0.7);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px)
}

.pop-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9010
}

.pop-wrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px
}

.pop-wrap .pop-area {
    max-width: 537px;
    width: 100%;
    background-color: #fff;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    position: relative
}

.pop-wrap .pop-hide {
    background: #222;
    -webkit-mask-image: url(../images/ico-hide.svg);
    mask-image: url(../images/ico-hide.svg);
    -webkit-mask-size: 18px 18px;
    mask-size: 18px 18px;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 36px;
    height: 36px;
    overflow: hidden;
    line-height: 99;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border: 0;
    position: absolute;
    top: 15px;
    right: 15px
}

.pop-wrap .pop-hide:hover {
    background: #3786ea
}

.pop-wrap .pop-game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pop-wrap .pop-game .lb-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px
}

.pop-wrap .pop-game .lb-img img {
    display: block;
    width: 100%;
    height: 100%
}

.pop-wrap .pop-game .lb-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0%;
    margin-left: 16px
}

.pop-wrap .pop-game .lb-con em {
    font-size: 26px;
    line-height: 1.3846153846;
    color: #222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.pop-wrap .pop-game .lb-con p {
    font-size: 14px;
    line-height: 1.5714285714;
    margin-top: 10px
}

.pop-wrap .pop-sns {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.pop-wrap .pop-sns a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px
}

.pop-wrap .pop-sns a:hover {
    opacity: 0.8
}

.pop-wrap .pop-sns a i {
    display: block;
    width: 100%;
    height: 100%
}

.pop-wrap .pop-sns a i.i1 {
    background: url(../images/share-telegram.svg) no-repeat 0 0;
    background-size: 100% 100%;
    background-color: transparent
}

.pop-wrap .pop-sns a i.i2 {
    background: url(../images/share-fb.svg) no-repeat 0 0;
    background-size: 100% 100%;
    background-color: transparent
}

.pop-wrap .pop-sns a i.i3 {
    background: url(../images/share-whatsapp.svg) no-repeat 0 0;
    background-size: 100% 100%;
    background-color: transparent
}

.pop-wrap .pop-sns a i.i4 {
    background: url(../images/share-x.svg) no-repeat 0 0;
    background-size: 100% 100%;
    background-color: transparent
}

.pop-wrap .pop-link {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 24px
}

.pop-wrap .pop-link .lb-link {
    background: none;
    border: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #707070
}

.pop-wrap .pop-link .lb-copy {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #3a74f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 22px;
    font-size: 14px
}

.pop-wrap .pop-link .lb-copy::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background: #3a74f6;
    -webkit-mask-image: url(../images/ico-copy.svg);
    mask-image: url(../images/ico-copy.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%
}

@media (max-width: 991px) {
    .app-info .lb-info .sp-img {
        width:96px;
        min-width: 96px
    }

    .reco-list .sp-cover .i-link img {
        width: 70px;
        height: 70px
    }
}

@media (max-width: 1200px) {
    .reco-list .sp-cover .i-link img {
        width:76px;
        height: 76px
    }
}

@media (max-width: 576px) {
    .app-info .lb-info {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column
    }
}

@media (max-width: 767px) {
    .over-mobile ul {
        --over-mobile-width:calc(80% - 12px);
        overflow: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        gap: 14px;
        margin: 0 -18px;
        padding: 0 18px;
        grid-template-columns: repeat(3,var(--over-mobile-width))
    }

    .over-mobile ul::-webkit-scrollbar {
        display: none
    }

    .app-info .lb-down .i-btn {
        min-width: 220px
    }

    #rewarded-button {
        min-width: 220px
    }

    .editor-content {
        padding: 24px 0
    }

    .reco-list .sp-cover .i-link img {
        width: 22%;
        height: auto
    }
}

@media (min-width: 576px) {
    .cate-list ul {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }

    .app-desc .lb-info ul {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}

@media (min-width: 768px) {
    .cate-list ul {
        grid-template-columns:repeat(4,minmax(0,1fr))
    }

    .app-desc .lb-info ul {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (min-width: 992px) {
    .cate-list ul {
        grid-template-columns:repeat(5,minmax(0,1fr))
    }

    .game-list ul,.reco-list ul {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (min-width: 1200px) {
    .cate-list ul {
        grid-template-columns:repeat(6,minmax(0,1fr))
    }
}

#rewarded-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    border-radius: 9999px;
    gap: 12px;
    padding: 9px 18px;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border: 1px solid #3786ea;
    background: #3786ea;
    color: #fff;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#rewarded-button:hover {
    background-color: #61a5fc
}
