﻿* {
    padding: 0;
    margin: 0;
    font-family: Noto Sans JP, Arial, sans-serif;
    font-style: normal;
    font-display: swap;
}

html {
    --dir-multiplier: 1;
}

html[dir="rtl"] {
    --dir-multiplier: -1;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    margin: 0;
    padding: 0;
    /*清除选择时高亮*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
    cursor: pointer;
    border: none;
    background: none;
    font-family: "Inter,Arial Fallback,arial,sans-serif";
}
input {
    outline: none;
    border: 0 none;
}
::-webkit-input-placeholder{
    color: #ccc;
}

::-moz-placeholder{
    color: #ccc;
}

:-ms-input-placeholder{
    color: #ccc;
}
input[type="search" i] {
    appearance: auto;
    box-sizing: border-box;
    padding-block: 1px;
    padding-inline: 2px;
}
:root {
    font-size: 10px;
}

.row {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 10px;
}

.ad-box,
.ads-1 {
    text-align: center;
}

.adHeight {
    width: 100%;
    height: 252px;
}

.adTitle {
    color: #CCC;
    font-family: Poppins;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2rem;
    /* 100% */
    text-transform: uppercase;
    margin-bottom: 0.6rem;
    text-align: start;
}
@media (min-width: 356px) {
    .adHeight {
        width: 100%;
        height: 312px;
    }
}

@media (min-width: 748px) {
    .adHeight {
        width: 100%;
        height: 280px;
    }
}

@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.textShow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.wrap {
    min-height: 90vh;
}

.indexWrap {
    max-width: 120rem;
    margin: 0 auto;
}

.appDesContent,
.appDesArticle,
.articleList,
.articleDesc,
.footerHtml {
    color: #333333;
    word-break: break-word;
}

.appDesContent h1,
.appDesArticle h1,
.articleList h1,
.articleDesc h1,
.footerHtml h1,
.appDesContent h1 span,
.appDesArticle h1 span,
.articleList h1 span,
.articleDesc h1 span,
.footerHtml h1 span {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4rem;
    padding-top: 2rem;
    padding-bottom: 1.2rem;
}

.appDesContent h2,
.appDesArticle h2,
.articleList h2,
.articleDesc h2,
.footerHtml h2,
.appDesContent h2 span,
.appDesArticle h2 span,
.articleList h2 span,
.articleDesc h2 span,
.footerHtml h2 span {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    padding-top: 2rem;
    padding-bottom: 1.2rem;
}

.appDesContent h3,
.appDesArticle h3,
.articleList h3,
.articleDesc h3,
.footerHtml h3,
.appDesContent h3 span,
.appDesArticle h3 span,
.articleList h3 span,
.articleDesc h3 span,
.footerHtml h3 span {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}

.appDesContent h4,
.appDesArticle h4,
.articleList h4,
.articleDesc h4,
.footerHtml h4,
.appDesContent h4 span,
.appDesArticle h4 span,
.articleList h4 span,
.articleDesc h4 span,
.footerHtml h4 span {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.appDesContent p,
.appDesArticle p,
.articleList p,
.articleDesc p,
.footerHtml p,
.appDesContent p span,
.appDesArticle p span,
.articleList p span,
.articleDesc p span,
.footerHtml p span {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    padding-top: 0;
    padding-bottom: 1.2rem;
}

.appDesContent ul,
.appDesArticle ul,
.articleList ul,
.articleDesc ul,
.footerHtml ul {
    padding-left: 4rem;
}
.footerHtml ul li{
    list-style: disc;
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 1rem;
}
.jaHtml h1,
.jaHtml h1 span {
    font-family: "Source Sans 3", sans-serif;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 125%;
    padding-top: 0rem;
    padding-bottom: 1.6rem;
}

.jaHtml h2,
.jaHtml h2 span {
    font-family: "Source Sans 3", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 125%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.jaHtml h3,
.jaHtml h3 span {
    font-family: "Source Sans 3", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 125%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.jaHtml h4,
.jaHtml h4 span {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 125%;
    padding-top: 0;
    padding-bottom: 2rem;
}

.jaHtml p,
.jaHtml p span,
.jaHtml li {
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 200%;
    padding-top: 0rem;
    padding-bottom: 2rem;
}

.jaHtml ul {
    padding-left: 2rem;
}

.jaHtml ul li {
    list-style: disc;
}

.jaHtml ol {
    padding-left: 2rem;
}

.jaHtml ol li {
    list-style: decimal;
}
.pageinationBox {
    display: block;
    width: 100%;
    background: #fff;
    margin: 1.6rem 0;
}
.pageinationBox .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #666666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
}
.pageinationBox .pagination .page-li {
    display: flex;
    width: 4rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 0.4rem;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.pageinationBox .pagination .page-li a{
    color: #666;
}
.pageinationBox .pagination .page-li .number-ellipsis {
    border: none;
    cursor: default;
}
.pageinationBox .pagination .page-li .number-ellipsis:hover {
    background-color: #fff;
}
.pageinationBox .pagination .page-li.page-active {
    cursor: default;
    color: #fff;
    border-radius: 0.2rem;
    border: 1px solid #D9D9D9;
    background-color: #0186FF;
}
.pageinationBox .pagination .page-li:hover {
    cursor: pointer;
}
.pageinationBox .pagination .page-number {
    display: flex;
    width: 4rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid #D9D9D9;
}
.pageinationBox .pagination .page-number a{
    color: #666;
}
.pageinationBox .pagination .page-prev {
    border-radius: 0.2rem;
    border: 1px solid #D9D9D9;
}
.pageinationBox .pagination .page-prev .no-prev {
    color: #666666;
}
.pageinationBox .pagination .page-prev .no-prev:hover {
    cursor: default;
    background-color: #FFFFFF;
}
.pageinationBox .pagination .page-next {
    border-radius: 0.2rem;
    border: 1px solid #D9D9D9;
}
.pageinationBox .pagination .number-ellipsis .page-hidden {
    display: none;
}
@media only screen and (max-width: 767px) {
    .wrap {
        padding: 0;
    }

    .appDesContent h1,
    .appDesArticle h1,
    .articleList h1,
    .articleDesc h1,
    .footerHtml h1,
    .appDesContent h1 span,
    .appDesArticle h1 span,
    .articleList h1 span,
    .articleDesc h1 span,
    .footerHtml h1 span {
        font-size: 2.2rem;
        line-height: 3rem;
    }

    .appDesContent h2,
    .appDesArticle h2,
    .articleList h2,
    .articleDesc h2,
    .footerHtml h2,
    .appDesContent h2 span,
    .appDesArticle h2 span,
    .articleList h2 span,
    .articleDesc h2 span,
    .footerHtml h2 span {
        font-size: 2rem;
        line-height: 2.8rem;
    }

    .jaHtml h1,
    .jaHtml h1 span {
        font-size: 2.4rem;
    }

    .jaHtml h2,
    .jaHtml h2 span {
        font-size: 2.2rem;
    }

    .jaHtml h3,
    .jaHtml h3 span {
        font-size: 2rem;
    }
    .pageinationBox .pagination .page-li {
        width: 3rem;
        height: 3rem;
        margin: 0 0.2rem;
    }
}

.headWrap {
    background-color: #fff;
    height: 6.6rem;
    position: relative;
    z-index: 1;
}

.header {
    max-width: 120rem;
    width: 100%;
    height: 6.6rem;
    position: fixed;
    margin: auto;
    display: flex;
    align-items: center;
    z-index: 10;
    background-color: #fff;
    border-bottom: 1px solid #F2F2F2;
}

.header .mantle {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    inset-inline-start: 0;
    z-index: 11;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
}

.header .top {
    width: 100%;
    height: 6rem;
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.header .top .showBtn {
    cursor: pointer;
    z-index: 1;
}

.header .top .showBtn svg {
    width: 2.4rem;
    height: 2.4rem;
}

.header .top .logo {
    position: absolute;
}

.header .top .logo img {
    height: 3.7rem;
    /*width: 21.985rem;*/
}

.header .top .topR {
    display: flex;
    align-items: center;
    z-index: 1;
}

.header .top .topR .topList,
.header .top .topR .search-box{
    display: none;
}

.header .top .topR .search {
    height: 2.4rem;
    width: 2.4rem;
    border-radius: 50%;
    cursor: pointer;
    padding: 0 1.2rem;
}

.header .top .topR .search svg {
    width: 2.4rem;
    height: 2.4rem;
}

.header .top .topR .langWrap {
    display: flex;
    align-items: center;
    border-radius: 5rem;
    padding: 0 1.2rem;
}

.header .top .topR .langWrap .langMask {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    inset-inline-start: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.header .top .topR .langWrap .langLogo {
    display: flex;
    justify-content: space-between;
}

.header .top .topR .langWrap .langLogo .curlang {
    position: relative;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    -ms-flex-align: center;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

.header .top .topR .langWrap .langLogo .curlang .langText {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #919191;
    padding: 1.2rem 2.1rem;
}

.header .top .topR .langWrap .langLogo .curlang svg {
    width: 2.4rem;
    height: 2.4rem;
}

.header .top .topR .langWrap .langLogo .curlang::after {
    content: '';
}

.header .top .topR .langWrap .langLogo .maskContent {
    display: none;
    box-sizing: border-box;
    position: fixed;
    z-index: 11;
    top: 20%;
    inset-inline-start: 10%;
    top: 65%;
    inset-inline-start: 50%;
    display: flex;
    flex-wrap: wrap;
    width: 30rem;
    height: auto;
    margin-top: -26.5rem;
    margin-inline-start: -15rem;
    padding: 4rem 1rem 0 1.5rem;
    transition: all ease 0.25s;
    transform: translateY(200vh);
    border-radius: 1rem;
    background-color: #fff;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.header .top .topR .langWrap .langLogo .maskContent .maskClose {
    position: absolute;
    top: 0.8rem;
    inset-inline-start: 1.6rem;
    display: block;
    cursor: pointer;
}

.header .top .topR .langWrap .langLogo .maskContent .maskClose svg {
    width: 2.6rem;
    height: 2.6rem;
}

.header .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::before,
.header .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::after {
    position: absolute;
    display: block;
}

.header .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::before {
    top: 0;
    width: 1.8rem;
    height: 0.2rem;
}

.header .top .topR .langWrap .langLogo .maskContent .maskClose .maskClose::after {
    top: -0.8rem;
    inset-inline-start: 0.8rem;
    width: 0.2rem;
    height: 1.8rem;
}

.header .top .topR .langWrap .langLogo .maskContent .maskItem {
    width: 50%;
}

.header .top .topR .langWrap .langLogo .maskContent .maskItem .itemLink {
    display: flex;
    align-items: center;
    border-radius: 4rem;
    font-size: 1.3rem;
    line-height: 1.2;
    width: 95%;
    margin-bottom: 1.6rem;
    padding: 1rem;
    word-break: break-all;
    color: #333;
    background-color: #f2f7fa;
    box-sizing: border-box;
}

.header .top .topR .langWrap .langLogo .maskContent .maskItem .itemLink .langIcon {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-inline-end: 0.8rem;
}

.header .top .topR .langWrap #maskControl {
    display: none;
}

.header .top .topR .langWrap #maskControl:checked ~ .langMask {
    display: block;
}

.header .top .topR .langWrap #maskControl:checked ~ .maskContent {
    display: flex;
    transform: translateY(0);
}
.header .top .topR .search-box{
    position: relative;
    top: 0;
    right: 0;
    width: 350px;
    margin-left: 2.5rem;
}
.header .top .topR .search-box .search-form{
    flex-wrap: wrap;
    flex: 1;
    display: flex;
    position: relative;
}
.header .top .topR .search-box .search-form .search-input{
    height: 40px;
    appearance: none;
    z-index: 1;
    border: 1px solid #e3e3e3;
    border-inline-end: 0;
    flex: 1;
    width: 100%;
    padding: 0 16px;
    font-size: 14px;
    font-family: Inter, Arial Fallback, arial, sans-serif;
    border-radius: 8px 0 0 8px;
    background: #f7f8f8;
}
.header .top .topR .search-box .search-form .search-btn{
    width: 42px;
    color: #3b3d40;
    border: 1px solid #e3e3e3;
    background: #f7f8f8;
    border-inline-start: 0;
    border-radius: 0 8px 8px 0;
}
.header .top .topR .search-box .search-form .search-btn .search-icon{
    display: inline-block;
    font-size: 1.75rem;
    color: #5e6366;
}

.header .siderbar {
    box-sizing: border-box;
    z-index: 200;
    position: fixed;
    inset-inline-start: -100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 27rem;
    background: #ffffff;
}

.header .siderbar .closeBtn {
    height: 5rem;
    background-color: #F8F8F8;
}

.header .siderbar .closeBtn svg {
    width: 1.7rem;
    height: 1.7rem;
    margin: 1.6rem;
}

.header .siderbar .sideList {
    width: 100%;
}

.header .siderbar .sideList .sideItem a {
    height: 5rem;
    display: flex;
    align-items: center;
    position: relative;
}

.header .siderbar .sideList .sideItem a .icon {
    margin: 1.4rem 1.3rem 1.4rem 1.7rem;
}

.header .siderbar .sideList .sideItem a .icon svg {
    height: 2.6rem;
    width: 2.6rem;
}

.header .siderbar .sideList .sideItem a .appdigsImg {
    margin: 1.4rem 1.3rem 1.4rem 1.7rem;
    height: 2.6rem;
    width: 2.6rem;
}

.header .siderbar .sideList .sideItem a .title {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #333333;
}

.header .siderbar .sideList .sideItem a .new {
    position: absolute;
    inset-inline-end: 2.2rem;
    top: 0;
}
.full-screen {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(44,44,48,0.8);
}
.searchWrap {
    position: fixed;
    top: 0;
    left: 0;
    inset-inline-start: 0;
    width: 100%;
    height: 66px;
    color: #6f6f6f;
    text-align: center;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
}
.searchWrap .search-form {
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.searchWrap .search-input{
    height: 40px;
    appearance: none;
    z-index: 1;
    flex: 1;
    width: 100%;
    padding: 0 12px 0 0;
    font-size: 15px;
    font-family: Inter, Arial Fallback, arial, sans-serif;
    border-radius: 0 8px 8px 0;
    background: #fff;
}
.searchWrap .search-btn{
    width: 36px;
    height: 40px;
    color: #3b3d40;
    background: #fff;
    border-radius: 8px 0 0 8px;
}
.searchWrap .search-btn i.fa-search{
    color: #5a5d63;
    font-size: 16px;
}
.searchWrap .clear-btn{
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 4px;
    background: #E8EBEB;
}
.searchWrap .clear-btn i.fa-close{
    color: #6a6e75;
    font-size: 16px;
}
.searchWrap .clear-btn .me-icon:before,.searchWrap .clear-btn .me-icon:after{
    position: absolute;
    width: 16px;
    background: #5a5d63;
    content: '';
    border-radius: 0;
    height: 2px;
    transition: .25s ease-in all;
}
.searchWrap .clear-btn .me-icon:before{
    transform: rotate(-45deg);
    top: 18px;
    left:9px;
}
.searchWrap .clear-btn .me-icon:after{
    transform: rotate(45deg);
    top: 18px;
    left:9px;
}
.indexWrap .page_404{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 5rem 0;
}
.indexWrap .abnormalImg {
    height: 36rem;
    width: auto;
    margin: 5rem 0;
}
.indexWrap .notFound {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.1rem;
    color: #403430;
}
.indexWrap .back {
    margin-top: 2.5rem;
    display: inline-block;
    width: 15rem;
    height: 3rem;
    background: #0186FF;
    box-shadow: 0px 4px 8px rgba(85, 129, 182, 0.37);
    border-radius: 2rem;
}
.indexWrap .back div {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 3rem;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 1199px) {
    .headWrap {
        height: 5.2rem;
    }

    .header {
        height: 5.2rem;
    }

    .header .top .logo {
        inset-inline-start: 50%;
        transform: translateX(calc(-50% * var(--dir-multiplier)));
    }

    .header .top .logo img {
        height: 3rem;
        /*width: 17.826rem;*/
    }

    .header .top .topR .search {
        margin: 0;
        padding: 0;
    }

    .header .top .topR .langWrap {
        padding: 0 0 0 0.4rem;
        background-color: #fff;
    }

    .header .top .topR .langWrap .langLogo .curlang .langText {
        padding: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1519px) {
    .header {
        max-width: none;
    }

    .header .top {
        padding: 0 2.4rem;
    }

    .header .top .showBtn {
        display: none;
    }

    .header .top .logo {
        position: relative;
    }

    .header .top .topR {
        height: 100%;
    }

    .header .top .topR .topList {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .header .top .topR .search-box {
        display: block;
    }

    .header .top .topR .search {
        display: none;
    }

    .header .top .topR .topList .topItem {
        height: 100%;
    }

    .header .top .topR .topList .topItem .item {
        cursor: pointer;
        margin: 0 2rem;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .header .top .topR .topList .topItem .item .topTitle {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: center;
        color: #333333;
    }

    .header .top .topR .topList .topItem .item .underline {
        width: 3rem;
        height: 0.6rem;
        margin: auto;
        background-color: #fff;
        border-radius: 0.4rem;
        position: absolute;
        bottom: 0;
    }

    .header .top .topR .topList .topItem .item .new {
        position: absolute;
        inset-inline-end: 0rem;
        top: 0.5rem;
    }
}

@media only screen and (min-width: 1520px) {
    .header {
        margin: 0 16rem;
        width: calc(100% - 32rem);
        max-width: none;
    }

    .header .top {
        padding: 0;
    }

    .header .top .showBtn {
        display: none;
    }

    .header .top .logo {
        position: relative;
    }

    .header .top .topR {
        height: 100%;
    }

    .header .top .topR .topList {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .header .top .topR .search-box {
        display: block;
    }

    .header .top .topR .search {
        display: none;
    }

    .header .top .topR .topList .topItem {
        height: 100%;
    }

    .header .top .topR .topList .topItem .item {
        cursor: pointer;
        margin: 0 2rem;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .header .top .topR .topList .topItem .item .topTitle {
        font-weight: 400;
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: center;
        color: #333333;
    }

    .header .top .topR .topList .topItem .item .underline {
        width: 3rem;
        height: 0.6rem;
        margin: auto;
        background-color: #fff;
        border-radius: 0.4rem;
        position: absolute;
        bottom: 0;
    }

    .header .top .topR .topList .topItem .item .new {
        position: absolute;
        inset-inline-end: 0rem;
        top: 0.5rem;
    }
}
.footerHtml {
    max-width: 120rem;
    min-height: 90vh;
    padding: 2rem;
    margin: auto;
    line-height: 1.5;
}
.footerWrap {
    background-color: #ffffff;
    border-top: 1px solid #F2F2F2;
    position: relative;
}

.footerWrap .footer {
    max-width: 120rem;
    margin: auto;
    padding: 4.8rem 3.2rem;
}

.footerWrap .footer .footerFirst {
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem;
}

.footerWrap .footer .logo {
    margin-inline-end: 5.6rem;
}

.footerWrap .footer .logo img {
    height: 3.5rem;
    /*width: 20.797rem;*/
}

.footerWrap .footer .socialMedia {
    display: block;
}

.footerWrap .footer .socialMedia .externalLinks {
    display: inline-block;
    margin-inline-end: 1.6rem;
}

.footerWrap .footer .socialMedia .externalLinks svg {
    width: 2.4rem;
    height: 2.4rem;
}

.footerWrap .footer .tabbar {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.9rem;
    display: flex;
    flex-wrap: wrap;
}

.footerWrap .footer .tabbar a {
    color: #666;
    margin-inline-end: 1.2rem;
}

.footerWrap .cookie-notice-container {
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    position: fixed;
    bottom: 0;
    inset-inline-start: 0;
    width: 100%;
    color: #6f6f6f;
    text-align: center;
    z-index: 99;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.footerWrap .cookie-notice-container .container {
    max-height: 4rem;
    font-size: 1.4rem;
    max-width: 900px;
    color: #fff;
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 16px;
    padding-inline-end: 100px;
    margin: 0 auto;
}

.footerWrap .cookie-notice-container .container a,
.footerWrap .cookie-notice-container .container button,
.footerWrap .cookie-notice-container .container video {
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    text-decoration: none;
}

.footerWrap .cookie-notice-container .container .moreJump {
    color: #0186FF;
}

.footerWrap .cookie-notice-container .container button {
    position: absolute;
    inset-inline-end: 0;
    top: 50%;
    transform: translateX(calc(-8px * var(--dir-multiplier))) translateY(-50%);
    display: block;
    padding: 0 25px;
    height: 30px;
    line-height: 30px;
    background: #0186FF;
    border: none;
    color: #fff;
    margin: 0 auto;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}

.footerWrap .cookie-notice-container:before {
    content: '';
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    z-index: -1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.footerWrap .addToScreenTip {
    display: none;
    position: fixed;
    bottom: 0;
    inset-inline-start: 0;
    z-index: 100;
    width: 100%;
    background-color: #0186FF;
    border-radius: 1rem 1rem 0 0;
    color: #666;
}

.footerWrap .addToScreenTip .tipTop {
    padding: 1.6rem;
    width: 100%;
    border-bottom: 0.1rem solid #F5F5F5;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipTitle {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2rem;
}

.footerWrap .addToScreenTip .tipTop .tipTopLeft .tipDetail {
    line-height: 2rem;
    font-size: 1.4rem;
}

.footerWrap .addToScreenTip .tipCont {
    width: 100%;
    margin: 1rem 0;
}

.footerWrap .addToScreenTip .tipBottom {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .footerWrap .footer {
        padding: 2.4rem;
    }

    .footerWrap .footer .footerFirst {
        display: block;
        margin-bottom: 0rem;
    }

    .footerWrap .footer .logo {
        width: auto;
        display: inline-block;
        margin-bottom: 1.6rem;
    }

    .footerWrap .footer .logo img {
        height: 2.8rem;
        /*width: 16.638rem;*/
    }

    .footerWrap .footer .socialMedia {
        margin-bottom: 3.2rem;
    }

    .footerWrap .footer .socialMedia .externalLinks svg {
        width: 2rem;
        height: 2rem;
    }

    .footerWrap .footer .tabbar {
        font-size: 1.4rem;
        line-height: 3rem;
        display: block;
    }

    .footerWrap .footer .tabbar .tabbarLine {
        display: flex;
        align-items: center;
        height: 4rem;
    }

    .footerWrap .footer .tabbar a {
        display: block;
        width: 11rem;
        margin-inline-end: 3.2rem;
    }

    .footerWrap .cookie-notice-container {
        font-size: 1.4rem;
    }

    .footerWrap .addToScreenTip .tipCont {
        display: flex;
        justify-content: center;
    }

    .footerWrap .addToScreenTip .tipCont .stepImg {
        width: 50%;
    }

    .indexWrap .abnormalImg {
        width: 26rem;
        height: auto;
        margin: 5rem 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footerWrap .cookie-notice-container {
        font-size: 1.4rem;
    }

    .footerWrap .addToScreenTip .tipCont {
        display: flex;
        justify-content: center;
    }

    .footerWrap .addToScreenTip .tipCont .stepImg {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1367px) {
    .footerWrap .cookie-notice-container {
        font-size: 1.6rem;
    }

    .footerWrap .addToScreenTip .tipCont {
        display: flex;
        justify-content: center;
    }

    .footerWrap .addToScreenTip .tipCont .stepImg {
        width: 20%;
    }
}

@media only screen and (min-width: 1366px) {
    .footerWrap {
        padding: 4.8rem 0;
    }

    .footerWrap .cookie-notice-container {
        font-size: 1.6rem;
    }

    .footerWrap .addToScreenTip {
        display: none;
    }
}

.appdigs {
    margin: 1.6rem 2.4rem 0 2.4rem;
    padding: 1.2rem 2.4rem;
    border-radius: 0.8rem;
    background: #F4F9FC;
}

.appdigs .appdigsLink {
    display: flex;
    align-items: center;
}

.appdigs .appdigsImg {
    width: 9.6rem;
    height: 9.6rem;
    background-color: #FFF;
    border-radius: 1.6rem;
    border: 1px solid #E6E6E6;
}

.appdigs .appdigsInfo {
    padding: 0 1.2rem;
}

.appdigs .appdigsInfo .appdigsTitle {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
}

.appdigs .appdigsInfo .appdigsDesp {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    padding-top: 0.4rem;
}

.appdigs .download {
    margin-inline-start: auto;
    display: flex;
    padding: 0.9rem 4rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    background: #0186FF;
}

.appdigs .download .downloadText {
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem;
}

@media only screen and (max-width: 767px) {
    .appdigs {
        margin: 1.6rem 1.6rem 0 1.6rem;
        padding: 1rem;
    }

    .appdigs .appdigsImg {
        width: 6.4rem;
        height: 6.4rem;
        border-radius: 1.4rem;
    }

    .appdigs .appdigsInfo {
        padding: 0 0.8rem;
    }

    .appdigs .download {
        padding: 0.6rem 0.8rem;
    }
}

.indexWrap .poster {
    padding: 2.4rem;
}

.indexWrap .poster ul {
    display: grid;
    grid-gap: 2rem 1.6rem;
    grid-template-columns: repeat(3, calc((100% - 3.2rem) / 3));
}

.indexWrap .poster ul li {
    position: relative;
    border-radius: 1.2rem;
}

.indexWrap .poster ul li img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 1.2rem;
}

.indexWrap .poster ul li .posterText {
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    bottom: 2px;
    border-radius: 0 0 1.2rem 1.2rem;
    background-color: #0000004d;
}

.indexWrap .poster ul li .posterText p {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #fff;
    margin: 0.7rem 1.6rem;
}

.indexWrap .poster ul li:hover {
    overflow: hidden;
}

.indexWrap .poster ul li:hover img {
    animation: pulse 1s;
    -webkit-animation: pulse 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

.indexWrap .adTitleOne {
    margin: 0 2.4rem;
}

.indexWrap .appdigs {
    margin: 0 2.4rem 1.6rem 2.4rem;
}

.indexWrap .categoryList .mobileAd {
    display: none;
}

.indexWrap .categoryList .category {
    padding: 2.4rem;
}

.indexWrap .categoryList .category .topTitle {
    padding-bottom: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexWrap .categoryList .category .topTitle .title {
    color: #333;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}

.indexWrap .categoryList .category .topTitle .more {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.indexWrap .categoryList .category .topTitle .more .moreText {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 4rem;
    color: #0186FF;
}

.indexWrap .categoryList .category .topTitle .more svg {
    width: 1.4rem;
    height: 1.4rem;
}

.indexWrap .categoryList .category .item {
    border-radius: 2rem;
}

.indexWrap .categoryList .category .item .itemLink {
    display: flex;
    align-items: center;
}

.indexWrap .categoryList .category .item .itemImg {
    width: 8.6rem;
    height: 8.6rem;
    border-radius: 1.6rem;
    border: 1px solid #f2f2f2;
}

.indexWrap .categoryList .category .item .itemTitle {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #3D332D;
}
.indexWrap .categoryList .category .item .itemName {
    width: 35%;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #3b3d40;
}
.indexWrap .categoryList .category .item .license {
    width: 20%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #00805e;
    font-family: Inter, Arial Fallback, arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
}
.indexWrap .categoryList .category .item .itemSize {
    width:10%;
    font-size: 14px;
    color: #3b3d40;
}
.indexWrap .categoryList .category .item .download-btn {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #009e61;
    border-radius: 8px;
    font-weight: 600;
    line-height: 1.4;
}
.indexWrap .categoryList .category .item .download-btn svg{
    width: 24px;
    height: 24px;
    color: #fff;
}
.indexWrap .categoryList .category .item .itemDescribe {
    width: 5%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.indexWrap .categoryList .category .item .star svg {
    width: 2rem;
    height: 2rem;
}

.indexWrap .categoryList .category .item .score {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #FFA940;
    padding: 0 0.4rem;
}

.indexWrap .categoryList .category .item .group {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #999999;
    margin: 0 1.4rem;
}

.indexWrap .categoryList .category .item:hover {
    background-color: #F0F7FF;
    border-radius: 1.2rem !important;
}

.indexWrap .categoryList .category .item:hover .itemTitle {
    color: #0186FF;
}

.indexWrap .categoryList #topDownload .itemList .item {
    width: 100%;
    margin-bottom: 0.4rem;
}

.indexWrap .categoryList #topDownload .itemList .item .itemNum {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #666666;
}

.indexWrap .categoryList #topDownload .itemList .item .itemLeft {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 24px;
    padding: 12px;
    transition: transform .2s cubic-bezier(.55,0,.1,1);
}

.indexWrap .categoryList #topDownload .itemList .item .itemImg {
    width: 6rem;
    height: 6rem;
    border-radius: 4.6rem;
    border: 1px solid #f2f2f2;
}

.indexWrap .categoryList #topDownload .itemList .item .itemInfo {
    margin: 0 0.8rem;
}

.indexWrap .categoryList #topDownload .itemList .item .group {
    font-size: 1.3rem;
    margin: 0.4rem 0 0 0;
}

.indexWrap .categoryList #topDownload .itemList .item .itemRight {
    display: none;
}

.indexWrap .categoryList #hotApps .itemList,
.indexWrap .categoryList #hotGames .itemList {
    display: grid;
    grid-gap: 1.6rem 0.8rem;
    grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
}

.indexWrap .categoryList #hotApps .itemList .item,
.indexWrap .categoryList #hotGames .itemList .item {
    border-radius: 0;
}

.indexWrap .categoryList #hotApps .itemList .item .itemLeft,
.indexWrap .categoryList #hotGames .itemList .item .itemLeft {
    display: flex;
    align-items: center;
}

.indexWrap .categoryList #hotApps .itemList .item .itemImg,
.indexWrap .categoryList #hotGames .itemList .item .itemImg {
    border: 1px solid #f2f2f2;
}

.indexWrap .categoryList #hotApps .itemList .item .itemInfo,
.indexWrap .categoryList #hotGames .itemList .item .itemInfo {
    margin: 0 0.8rem;
}

.indexWrap .categoryList #hotApps .itemList .item .group,
.indexWrap .categoryList #hotGames .itemList .item .group {
    font-size: 1.3rem;
    margin: 0.4rem 0 0 0;
}

.indexWrap .categoryList #hotApps .itemList .item .itemRight,
.indexWrap .categoryList #hotGames .itemList .item .itemRight {
    display: none;
}

.indexWrap .categoryList #choice .itemList {
    display: grid;
    grid-gap: 1.6rem 0.8rem;
    grid-template-columns: repeat(2, calc((100% - 1rem) / 2));
}

.indexWrap .categoryList #choice .itemList .item {
    border-radius: 0.8rem;
}

.indexWrap .categoryList #choice .itemList .item .itemLink {
    display: block;
}

.indexWrap .categoryList #choice .itemList .item .itemImg {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 0.8rem;
}

.indexWrap .categoryList #choice .itemList .item .itemInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexWrap .categoryList #choice .itemList .item .itemInfo .itemTitle {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2.2rem;
    margin: 0.4rem 0;
}

.indexWrap .categoryList #choice .itemList .item .itemInfo .itemDescribe .star svg {
    width: 1.6rem;
    height: 1.6rem;
}

.indexWrap .categoryList #choice .itemList .item:hover {
    background-color: transparent;
    overflow: hidden;
}

.indexWrap .categoryList #choice .itemList .item:hover .itemImg {
    animation: pulse 1s;
    -webkit-animation: pulse 1s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

.indexWrap .categoryList #updateApps,
.indexWrap .categoryList #updateGames {
    overflow: hidden;
    /* 隐藏滚动条 */
}

.indexWrap .categoryList #updateApps .itemList::-webkit-scrollbar,
.indexWrap .categoryList #updateGames .itemList::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.indexWrap .categoryList #updateApps .itemList,
.indexWrap .categoryList #updateGames .itemList{
    display: flex;
    overflow-x: scroll;
    width: auto;
    /* 隐藏滚动条 */
    scrollbar-width: none;
    /* firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
}

.indexWrap .categoryList #updateApps .itemList .item,
.indexWrap .categoryList #updateGames .itemList .item{
    flex: 0;
}

.indexWrap .categoryList #updateApps .itemList .item .itemLink,
.indexWrap .categoryList #updateGames .itemList .item .itemLink{
    display: block;
}

.indexWrap .categoryList #updateApps .itemList .item .itemImg,
.indexWrap .categoryList #updateGames .itemList .item .itemImg{
    width: 11.4rem;
    height: 11.4rem;
    margin: 0.7rem;
    border-radius: 1.6rem;
}

.indexWrap .categoryList #updateApps .itemList .item .itemInfo,
.indexWrap .categoryList #updateGames .itemList .item .itemInfo {
    padding: 0.8rem;
}

.indexWrap .categoryList #updateApps .itemList .item .itemInfo .star,
.indexWrap .categoryList #updateGames .itemList .item .itemInfo .star {
    padding: 0.8rem 0;
}

.indexWrap .categoryList #updateApps .itemList .item .itemInfo .group,
.indexWrap .categoryList #updateGames .itemList .item .itemInfo .group {
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .indexWrap .poster {
        padding: 1.6rem;
        overflow: scroll;
        /* 隐藏滚动条 */
        scrollbar-width: none;
        /* firefox */
        -ms-overflow-style: none;
        /* IE 10+ */
    }

    .indexWrap .poster::-webkit-scrollbar {
        /* 隐藏滚动条 */
        display: none;
        /* Chrome Safari */
    }

    .indexWrap .poster ul {
        width: 270%;
    }

    .indexWrap .poster ul li {
        border-radius: 0.8rem;
    }

    .indexWrap .poster ul li img {
        border-radius: 0.8rem;
    }

    .indexWrap .poster ul li .posterText {
        border-radius: 0 0 0.8rem 0.8rem;
    }

    .indexWrap .appdigs {
        margin: 0 1.6rem 1.6rem 1.6rem;
    }

    .indexWrap .adTitleOne {
        margin: 0 1.6rem;
    }

    .indexWrap .categoryList .mobileAd {
        display: block;
    }

    .indexWrap .categoryList .topTitle .title {
        font-size: 2rem !important;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        word-break: break-all;
    }

    .indexWrap .categoryList .topTitle .more {
        font-size: 20px;
    }

    .indexWrap .categoryList .category {
        padding: 1.6rem;
    }

    .indexWrap .categoryList .category .item .itemImg {
        width: 7.2rem;
        height: 7.2rem;
        border-radius: 1.4rem;
    }

    .indexWrap .categoryList .category .item .itemTitle {
        font-size: 1.6rem;
    }

    .indexWrap .categoryList .category .item .itemInfo .itemDescribe .star svg {
        width: 1.2rem;
        height: 1.2rem;
    }

    .indexWrap .categoryList #topDownload .itemList .item {
        justify-content: space-between;
    }

    .indexWrap .categoryList #topDownload .itemList .item .itemImg {
        width: 4rem;
        height: 4rem;
        margin: 0.4rem 0;
        border-radius: 1.4rem;
    }

    .indexWrap .categoryList .category .item .itemName {
        width: 60%;
        font-size: 14px;
    }

    .indexWrap .categoryList #topDownload .itemList .item .itemRight {
        display: block;
        width: auto;
        padding: 0.5rem 0.8rem;
        margin: 0 1.2rem;
        color: #ffffff;
        border: none;
        border-radius: 0.4rem;
        background-color: #0186FF;
        text-align: center;
    }
    .indexWrap .categoryList .category .item .license,
    .indexWrap .categoryList .category .item .itemSize {
        display: none;
    }
    .indexWrap .categoryList #topDownload .itemList .item .itemLeft {
        column-gap: 10px;
        padding: 10px;
    }
    .indexWrap .categoryList #topDownload .itemList .item .itemRight .get {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem;
        width: max-content;
        margin: auto;
    }

    .indexWrap .categoryList #topDownload .itemList .item:hover .itemRight {
        color: #fff;
        background-color: #0186FF;
    }

    .indexWrap .categoryList #hotApps,
    .indexWrap .categoryList #hotGames {
        padding: 0;
        overflow: hidden;
        /* 隐藏滚动条 */
    }

    .indexWrap .categoryList #hotApps .topTitle,
    .indexWrap .categoryList #hotGames .topTitle {
        padding: 1.6rem;
    }

    .indexWrap .categoryList #hotApps .itemList::-webkit-scrollbar,
    .indexWrap .categoryList #hotGames .itemList::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */
    }

    .indexWrap .categoryList #hotApps .itemList,
    .indexWrap .categoryList #hotGames .itemList {
        padding: 0 1.6rem 1.6rem 1.6rem;
        /* 隐藏滚动条 */
        scrollbar-width: none;
        /* firefox */
        -ms-overflow-style: none;
        /* IE 10+ */
        overflow: scroll;
        grid-template-columns: repeat(1, calc(100%));
    }

    .indexWrap .categoryList #hotApps .itemList .item,
    .indexWrap .categoryList #hotGames .itemList .item {
        justify-content: space-between;
    }

    .indexWrap .categoryList #hotApps .itemList .item .itemLeft,
    .indexWrap .categoryList #hotGames .itemList .item .itemLeft {
        display: flex;
        align-items: center;
    }

    .indexWrap .categoryList #choice .itemList {
        grid-gap: 0.8rem;
    }

    .indexWrap .categoryList #choice .itemList .item .itemInfo {
        display: block;
        padding: 0;
    }

    .indexWrap .categoryList #choice .itemList .item .itemInfo .itemTitle {
        font-weight: 500;
        line-height: 1.4rem;
        margin: 0.8rem 0;
    }

    .indexWrap .categoryList #choice .itemList .item .itemInfo .itemDescribe {
        padding: 0.1rem 0 0.9rem 0.8rem;
    }

    .indexWrap .categoryList #updateApps,
    .indexWrap .categoryList #updateGames {
        padding: 0;
    }

    .indexWrap .categoryList #updateApps .topTitle,
    .indexWrap .categoryList #updateGames .topTitle {
        padding: 0.6rem 1.6rem;
    }

    .indexWrap .categoryList #updateApps .itemList,
    .indexWrap .categoryList #updateGames .itemList {
        padding: 0 1.6rem 2.4rem 1.6rem;
        display: flex;
        overflow-x: scroll;
        width: auto;
        /* 隐藏滚动条 */
        scrollbar-width: none;
        /* firefox */
        -ms-overflow-style: none;
        /* IE 10+ */
    }

    .indexWrap .categoryList #updateApps .itemList .item,
    .indexWrap .categoryList #updateGames .itemList .item {
        display: block;
        flex: 0;
    }

    .indexWrap .categoryList #updateApps .itemList .item .itemImg,
    .indexWrap .categoryList #updateGames .itemList .item .itemImg {
        width: 11.4rem;
        height: 11.4rem;
        margin: 0.4rem;
        border-radius: 1.6rem;
    }

    .indexWrap .categoryList #updateApps .itemList .item .itemInfo,
    .indexWrap .categoryList #updateGames .itemList .item .itemInfo {
        padding: 0.4rem;
    }

    .indexWrap .categoryList #updateApps .itemList .item .itemInfo .star,
    .indexWrap .categoryList #updateGames .itemList .item .itemInfo .star {
        padding: 0.8rem 0;
    }

    .indexWrap .categoryList #updateApps .itemList .item .itemInfo .group,
    .indexWrap .categoryList #updateGames .itemList .item .itemInfo .group {
        margin: 0;
    }

    .indexWrap .categoryList .category .item .download-btn {
        height: 36px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
    .indexWrap .categoryList #hotApps .itemList,
    .indexWrap .categoryList #hotGames .itemList {
        display: grid;
        grid-gap: 1.6rem 1.6rem;
        grid-template-columns: repeat(3, calc((100% - 3rem) / 3));
    }
    /*.indexWrap .categoryList .category .item .license,*/
    /*.indexWrap .categoryList .category .item .itemSize {*/
    /*    display: none;*/
    /*}*/
    .indexWrap .categoryList #topDownload .itemList .item,
    .indexWrap .categoryList #hotApps .itemList .item,
    .indexWrap .categoryList #hotGames .itemList .item {
        margin: 0;
    }

    .indexWrap .categoryList #choice .itemList {
        display: grid;
        grid-gap: 1.6rem 1.6rem;
        grid-template-columns: repeat(4, calc((100% - 5rem) / 4));
    }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) and (orientation: landscape) {

    .indexWrap .categoryList #topDownload .itemList .item {
        margin: 0;
    }

    .indexWrap .categoryList #hotApps .itemList,
    .indexWrap .categoryList #hotGames .itemList {
        display: grid;
        grid-gap: 1.6rem 1.6rem;
        grid-template-columns: repeat(4, calc((100% - 5rem) / 4));
    }

    .indexWrap .categoryList #choice .itemList {
        display: grid;
        grid-gap: 1.6rem 1.6rem;
        grid-template-columns: repeat(4, calc((100% - 5rem) / 4));
    }
}

@media only screen and (min-width: 1367px) {
    .indexWrap .categoryList #topDownload .itemList {
        display: grid;
        grid-gap: 1.6rem 1.6rem;
        grid-template-columns: repeat(1, calc((100%)));
    }

    .indexWrap .categoryList #topDownload .itemList .item {
        margin: 0;
    }

    .indexWrap .categoryList #hotApps .itemList,
    .indexWrap .categoryList #hotGames .itemList,
    .indexWrap .categoryList #choice .itemList {
        display: grid;
        grid-gap: 1.6rem 1.6rem;
        grid-template-columns: repeat(4, calc((100% - 5rem) / 4));
    }

    .indexWrap .categoryList #updateApps .itemList .item .itemImg,
    .indexWrap .categoryList #updateGames .itemList .item .itemImg {
        width: 12.8rem;
        height: 12.8rem;
    }
}
