@font-face {
    font-family: ProductSans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/ProductSans-Regular.woff2)
            format("woff2"),
        url(../fonts/ProductSans-Regular.woff)
            format("woff");
}
@font-face {
    font-family: Gilroy-Bold;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Gilroy-Bold.woff2)
            format("woff2"),
        url(../fonts/Gilroy-Bold.woff)
            format("woff");
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}
body {
    font-size: 14px;
    line-height: 1.78;
    font-family: ProductSans, system-ui, -apple-system, BlinkMacSystemFont,
        Segoe UI, "Open Sans", "Helvetica Neue", sans-serif, serif;
    color: #000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button:focus,
input:focus {
    outline: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
footer,
header,
main,
section {
    display: block;
}
a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
a,
a:hover,
a:visited {
    outline: 0;
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
img {
    width: 100%;
    max-width: 100%;
    vertical-align: middle;
    transition: opacity ease 0.25s;
    opacity: 1;
    -webkit-transition: opacity ease 0.25s;
    -moz-transition: opacity ease 0.25s;
    -ms-transition: opacity ease 0.25s;
    -o-transition: opacity ease 0.25s;
}
img[data-webpsrc] {
    opacity: 0;
}
img[data-src] {
    opacity: 0;
}
button {
    border: none;
    background: 0 0;
}
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
.wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.swiper-container {
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    height: 180px;
}
.swiper-container-limit,
.swiper-container-special,
.swiper-container-update {
    overflow: hidden;
    position: relative;
    margin-top: 16px;
    padding-bottom: 3px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-slide {
    position: relative;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 8px;
    overflow: hidden;
}
.swiper-container.pcswiper .swiper-slide {
    transform: scale(0.9);
}
.swiper-container.pcswiper .swiper-slide-active {
    transform: scale(1);
}
.swiper-slide-div {
    height: 100%;
    position: relative;
    padding-bottom: 24px;
}
.pcswiper .swiper-slide-div {
    padding-bottom: 0;
}
.swiper-slide-img,
.swiper-slide-uimg {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    background-color: #f7f7f7;
}
.swiper-slide-img {
    height: 100%;
}
.swiper-slide-uimg {
    height: 140px;
    margin-bottom: 12px;
}
.swiper-slide-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    padding: 31px 0 11px;
    line-height: 1.2;
    padding-left: 16px;
    color: #fff;
    font-size: 14px;
    border-radius: 0 0 8px 8px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.9))
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0),
        rgba(0, 0, 0, 0.9)
    );
}
.swiper-scrollbar {
    border-radius: 3px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
    height: 3px;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-wrapper .hot-item-info-cate {
    margin-top: -6px;
}
.swiper-slide .trend-item-tl {
    color: #654ee0;
}
.searchpage{
    min-height: 70vh;
}
.limit-date {
    color: #654ee0;
    margin-top: 4px;
    display: block;
}
.limit-tl {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: -6px;
}
.category-ls {
    border: 2px solid #efedfc;
    margin-top: 24px;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 2px;
}
.category-item {
    position: relative;
    margin-bottom: 12px;
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.category-name {
    font-size: 12px;
    margin-top: 6px;
}
.cate-block-img {
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../images/game_category.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.navfix-item .cate-block-img,
.pageright .cate-block-img {
    transform: scale(0.7);
}
.navfix-item .cate-block-img {
    margin-right: 8px;
    margin-left: -4px;
}
.cate-tl .cate-block-img {
    transform: scale(0.8);
    margin-right: 8px;
}
.icon-cate-trivia {
    background-position: 0 0;
}
.icon-cate-strategy {
    background-position: 0 -30px;
}
.icon-cate-sports {
    background-position: 0 -60px;
}
.icon-cate-simulation {
    background-position: 0 -90px;
}
.icon-cate-role-playing {
    background-position: 0 -120px;
}
.icon-cate-racing {
    background-position: 0 -150px;
}
.icon-cate-puzzle {
    background-position: 0 -180px;
}
.icon-cate-arcade {
    background-position: 0 -210px;
}
.icon-cate-action {
    background-position: 0 -240px;
}
.icon-cate-adventure {
    background-position: 0 -270px;
}
.icon-cate-card {
    background-position: 0 -300px;
}
.icon-cate-casino {
    background-position: 0 -330px;
}
.icon-cate-casual {
    background-position: 0 -360px;
}
.icon-cate-word {
    background-position: 0 -390px;
}
.icon-cate-music {
    background-position: 0 -420px;
}
.icon-cate-educational {
    background-position: 0 -450px;
}
.icon-cate-board {
    background-position: 0 -480px;
}
.curapp-rt-tl,
.detail-box-tl,
.download,
.download-link,
.menu-link,
.section-tl,
.trend-item-info-name {
    font-weight: 700;
    font-family: Gilroy-Bold, Arial, sans-serif, serif;
}
.coverlink {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.header .wrapper {
    width: 100%;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
}
.download-link,
.header,
.section-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.download-link,
.header,
.section-item {
    align-items: center;
}
.download-link {
    justify-content: center;
}
#searchmenu,
#topmenu,
.breadcrumb {
    display: none;
}
.header {
    background-color: #654ee0;
}
.swiperbg {
    position: relative;
    overflow: hidden;
}
.swiperbg::before {
    position: absolute;
    content: "";
    height: 340px;
    width: 200%;
    background-color: #654ee0;
    border-radius: 400%;
    right: -80%;
    top: -200px;
}
.opacitybg,
.opacitybg2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    display: none;
}
.opacitybg2 {
    background-color: transparent;
    top: 48px;
}
.navfix {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    left: -110%;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-right-width: 0;
    overflow-y: scroll;
}
.navfix-ls {
    border-top: 1px solid #e8e8e8;
    height: calc(100vh - 45px);
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 100px;
}
.navfix-item {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease 0.05s;
    transition: all 0.3s ease 0.05s;
    line-height: 45px;
    padding: 0 16px;
}
.navfix-link {
    line-height: 45px;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
}
.navfix-link .icon20 {
    margin-right: 8px;
    fill: #654ee0;
}
#topmenu:checked + .opacitybg {
    display: block;
}
#topmenu:checked ~ .navfix {
    left: 0;
}
#topmenu:checked ~ .navfix .navfix-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(3) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(4) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(5) {
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
#topmenu:checked ~ .navfix .navfix-item:nth-child(6) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
#topmenu:checked ~ .topmenu-box {
    position: fixed;
    left: 16px;
    top: 20px;
}
#topmenu:checked ~ .topmenu-box .menu-icon {
    background-color: #fff;
}
#topmenu:checked ~ .topmenu-box .menu-icon::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #654ee0;
}
#topmenu:checked ~ .topmenu-box .menu-icon::after {
    -webkit-transform-origin: 1px -2px;
    transform-origin: 1px -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 20px;
    background-color: #654ee0;
}
.searchbox {
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #fff;
    height: 36px;
    border-radius: 36px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    width: 0;
    overflow: hidden;
}
.search-form {
    height: 100%;
    margin-left: 16px;
    margin-right: 48px;
}
.search-input {
    font-size: 14px;
    height: 100%;
    border: none;
    width: 100%;
    background: 0 0;
}
.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 48px;
}
#searchmenu:checked ~ .searchbox {
    width: calc(100vw - 66px);
}
#searchmenu:checked ~ .searchbox .search-icon {
    border-color: #654ee0;
    top: 9px;
    right: 16px;
}
#searchmenu:checked ~ .searchbox .search-icon::after {
    background-color: #654ee0;
}
#searchmenu:checked ~ .opacitybg2 {
    display: block;
}
.logo {
    position: relative;
    height: 48px;
    margin: 0 auto;
    display: block;
    width: 135px;
    background-image: url(../images/game_logo.png);
    background-size: 135px 26px;
    background-position: center;
    background-repeat: no-repeat;
}
.ftlogo {
    margin: 32px 0 0;
}
.navfix .logo {
    background-image: url(../images/game_logo_blue.png);
}
.topmenu-box {
    position: absolute;
    width: 20px;
    height: 16px;
    top: 20px;
    left: 20px;
    z-index: 1000;
}
.menu-icon,
.menu-icon::after,
.menu-icon::before {
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.menu-icon {
    display: block;
    position: relative;
    z-index: 1000;
    width: 14px;
}
.menu-icon::after,
.menu-icon::before {
    content: "";
    position: absolute;
    top: 7px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
    left: 0;
}
.menu-icon::before {
    width: 20px;
}
.menu-icon::after {
    top: 14px;
    width: 10px;
}
.topsearch-box {
    width: 30px;
    height: 48px;
    position: absolute;
    right: 2px;
    top: 4px;
}
.search-icon {
    right: 20px;
    top: 16px;
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    display: block;
    border-radius: 100%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search-icon::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 9px;
    display: block;
    background-color: #fff;
    top: 10px;
    left: 50%;
}
#searchmenu:checked ~ .searchbox {
    width: calc(100vw - 66px);
}
#searchmenu:checked ~ .opacitybg2 {
    display: block;
}
.footer {
    height: 192px;
    position: relative;
    overflow: hidden;
}
.footer::before {
    content: "";
    position: absolute;
    background-color: #654ee0;
    height: 200%;
    width: 200%;
    left: -96%;
    border-radius: 400%;
}
.footcon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px 20px 0;
}
.ft-link {
    color: #fff;
    opacity: 0.5;
    line-height: 2;
    width: 50%;
}
.goback {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #654ee0;
    position: fixed;
    right: 20px;
    bottom: 144px;
    border-radius: 100%;
    z-index: 9;
}
.bottom-ls,
.detail-rt-ls,
.hot-ls,
.trend-ls {
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
}
.trend-item {
    position: relative;
    width: 33.3333%;
    padding-right: 16px;
    font-size: 12px;
    white-space: normal;
    margin-top: 16px;
}
.home-big-ls .trend-item:nth-child(n + 4) {
    display: none;
}
.detail-rt-ls {
    margin-bottom: 16px;
}
.bottom-ls .trend-item,
.detail-rt-ls .trend-item {
    width: 25%;
}
.trend-item-img {
    position: relative;
    transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
}
.trend-item-img-pic {
    width: 100%;
    border-radius: 12px;
}
.trend-item-tl {
    font-size: 14px;
    font-weight: 400;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.trend-item-star {
    font-size: 12px;
    color: #fa9615;
    line-height: 1;
    display: flex;
    align-items: center;
}
.icon-star {
    width: 14px;
    height: 14px;
    margin-right: 3px;
}
.hot-item {
    position: relative;
    padding-right: 16px;
    margin-top: 16px;
    line-height: 16px;
    width: 100%;
}
.home-small-ls .hot-item:nth-child(n + 5) {
    display: none;
}
.hot-item a,
.trend-item a {
    display: block;
}
.hot-item-con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.hot-item-img {
    position: relative;
    width: 56px;
    height: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    border-radius: 8px;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.hot-item-info {
    position: relative;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}
.downloadbtn {
    position: relative;
    background-color: #f1effc;
    height: 32px;
    border-radius: 16px;
    padding: 0 15px;
    font-size: 12px;
    text-align: center;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    color: #654ee0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    transition: all ease 0.25s;
}
.hot-item-info-cate {
    color: #bbb;
    font-size: 12px;
}
.hot-item-info .trend-item-star {
    margin: 2px 0;
}
.hot-item-info .trend-item-tl {
    margin-top: 0;
}
.section-tl {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 30px;
}
.con-left {
    display: none;
}
.section-ls {
    display: flex;
    flex-wrap: wrap;
}
.section-item {
    width: 50%;
    position: relative;
    margin-top: 14px;
}
.game-tag-img {
    width: 20px;
    height: 20px;
    border-radius: 4px;
}
.section-item-name {
    margin-left: 8px;
}
.detail-lf {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.detail-rt {
    margin-top: -16px;
}
.cate-tl {
    margin-top: 24px;
    display: flex;
    font-size: 22px;
    align-items: center;
    margin-bottom: 8px;
}
.curapp {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 18px;
}
.curapp-lf {
    height: 96px;
    width: 96px;
    flex: 0 0 96px;
}
.curapp-lf-logo {
    border-radius: 12px;
}
.curapp-rt {
    padding-left: 16px;
    flex: 1;
}
.curapp-rt-tl {
    font-size: 20px;
    line-height: 24px;
}
.curapp-rt-cate {
    color: #654ee0;
}
.app-info-ls {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.app-info-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.app-info-tl {
    color: #999;
    font-size: 12px;
}
.godownload {
    line-height: 40px;
    text-align: center;
    background-color: #654ee0;
    border-radius: 20px;
    color: #fff;
    margin-bottom: 12px;
    display: block;
}
.ratingsbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.ratingsleft {
    width: 130px;
    padding-top: 10px;
    padding-right: 45px;
    text-align: center;
}
.ratings-total {
    color: #999;
}
.ratingsright {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.rating {
    height: 12px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.ratingsitem {
    position: relative;
    margin-top: 10px;
    background-color: #efeff4;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.ratingtxt {
    position: absolute;
    left: -20px;
    top: 0;
    line-height: 1;
    font-size: 12px;
}
.rating {
    display: block;
    background-color: #654ee0;
}
.comments {
    background-color: #f8f8f8;
    height: 50px;
    border-radius: 8px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.comments-sub {
    margin-right: 8px;
}
input[id*="star"] {
    display: none;
}
.stars {
    margin-left: -3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.star {
    margin: 0 3px;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-image: url(../images/star_gray.svg);
    background-size: cover;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    cursor: pointer;
}
#star-1:checked ~ .star,
#star-2:checked ~ .star,
#star-3:checked ~ .star,
#star-4:checked ~ .star,
#star-5:checked ~ .star {
    background-image: url(../images/star_yellow.svg);
}
.ratings-num {
    font-size: 70px;
    line-height: 1;
}
.icon20 {
    width: 20px;
    height: 20px;
}
.detail-box-tl {
    font-size: 20px;
    margin-bottom: 6px;
}
.detail-box-con {
    position: relative;
    margin-top: 16px;
}
.detail-box-logo {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 0;
    top: 34px;
    border-radius: 16px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.detail-box {
    margin-top: 5px;
}
.detail-box-item {
    padding: 5px 0;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.reviewcon-wp {
    margin: 16px 0;
}
.reviewcon h3 {
    line-height: 22px;
    margin: 14px 0 -6px;
    font-size: 15px;
}
.reviewcon h4 {
    line-height: 22px;
    font-size: 14px;
    margin: 10px 0;
}
.reviewcon ul {
    margin: 10px 0;
}
.reviewcon ul li {
    position: relative;
    line-height: 22px;
    padding-left: 12px;
}
.reviewcon ul li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 100%;
    left: 0;
    top: 11px;
}
.srceen-pic {
    margin: 12px 0;
}
.reviewcon {
    position: relative;
}
.reviewcon p {
    line-height: 22px;
    margin: 10px 0;
}
.footer {
    margin-top: 32px;
}
.re-box-item-span {
    padding-right: 5px;
    color: #999;
}
.re-box-tag {
    color: #654ee0;
}
.app-score-star {
    height: 24px;
    padding-top: 3px;
}
.score-star {
    width: 75px;
    height: 15px;
    background-image: url(../images/star_outline.svg);
    background-size: 15px 15px;
    background-repeat: repeat;
    position: relative;
}
.score-star-active {
    position: absolute;
    left: 0;
    height: 15px;
    background-image: url(../images/star_full_active.svg);
    background-size: 15px 15px;
    background-repeat: repeat;
}
.app-info-item .score-star {
    background-image: url(../images/star_gray.svg);
}
.have-star {
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    background-image: url(../images/star_black.svg);
    background-size: 15px 15px;
}
.download {
    margin-top: 16px;
}
.download-link {
    background-color: #654ee0;
    margin-top: 8px;
    border-radius: 8px;
    text-align: center;
    line-height: 48px;
    height: 48px;
    color: #fff;
    padding: 0 16px;
}
.play-theme {
    background-color: #259f7b;
}
.ios-theme {
    background-color: #1d1d1f;
}
.icon20 {
    width: 20px;
    height: 20px;
    margin-right: 12px;
    fill: #fff;
}
.download-item {
    max-height: 50px;
    width: auto;
}
.download-code {
    position: relative;
    text-align: center;
    margin-left: 11px;
    display: none;
    cursor: pointer;
}
.download-code-wp {
    position: absolute;
    top: 50px;
    background-color: #fff;
    padding: 0 16px;
    width: 160px;
    height: 160px;
    left: -60px;
    z-index: 99;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    height: 0;
    overflow: hidden;
    transition: all ease 0.25s;
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
}
.ad-tit {
    line-height: 1;
    position: relative;
    margin: 0 0 12px;
    text-align: center;
}
.ad-tit::before {
    position: absolute;
    top: 7px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.ad-tit-text {
    position: relative;
    padding: 0 8px;
    color: #ccc;
    font-size: 12px;
    background: #fff;
}
.trend-item a {
    display: block;
}
.trend-item-info-name {
    margin-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.row-item {
    border: 1px solid #ddd;
    position: relative;
    display: block;
    margin: 20px 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
        0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px rgba(0, 0, 0, 0.14),
        0 2px 1px -1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
}
.row-logo {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: bottom;
}
.row-curlink {
    font-size: 12px;
    color: #3c4043;
    line-height: 16px;
}
.sarrow {
    font-size: 12px;
    transform: scale(0.9);
    display: inline-block;
}
.row-tl {
    color: #1967d2;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 12px;
    padding-bottom: 7px;
}
.row-info {
    padding-top: 2px;
    font-size: 14px;
    color: #3c4043;
    line-height: 20px;
}
.cate-turnpage {
    margin: 24px 0;
    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;
}
.cate-turnpage-item {
    border: 1px solid #eee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    width: 40px;
    height: 40px;
    margin: 0 4px;
    color: #34b792;
    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;
}
.other-turnpage {
    border-width: 0;
}
.active-turnpage {
    color: #333;
}
.cate-icon-left,
.cate-icon-right {
    width: 14px;
    height: 14px;
    fill: #34b792;
}

.n-error {
    line-height: 1.78;
    background-color: #222222;
    color: #fff;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    padding-bottom: 10%;
}

.n-error-info {
    color: #18c499;
    font-size: 34px;
    font-weight: bold;
}

.n-error-link {
    color: #fff;
}

.n-error-ok {
    position: relative;
    margin-top: 32px;
    padding: 8px 54px 8px 32px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
}

.icon-touch {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    transition: all ease .25s;
    -webkit-transition: all ease .25s;
    -moz-transition: all ease .25s;
    -ms-transition: all ease .25s;
    -o-transition: all ease .25s;
}
@media screen and (min-width: 768px) {
    .download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .download {
        align-items: center;
    }
    .bottom-ls .trend-item,
    .detail-rt-ls .trend-item {
        width: 16.6666%;
    }
    .wrapper {
        margin: 0 auto;
        max-width: 760px;
    }
    .download-link {
        margin-top: 0;
        margin-right: 8px;
    }
    .detail-box-tl {
        display: none;
    }
    .download-code {
        display: block;
    }
    .swiper-wrapper {
        width: auto;
        margin-right: -16px;
    }
    .swiper-slide {
        padding-right: 16px;
        width: 33.3333%;
    }
    .swiper-container-special,
    .swiper-container-update {
        height: auto;
    }
    .swiper-container.pcswiper .swiper-slide {
        transform: scale(1);
    }
    .swiper-container-update,
    .swiper-slide-div {
        padding-bottom: 0;
    }
    .swiper-scrollbar {
        display: none;
    }
    .home-big-ls .trend-item:nth-child(n + 4),
    .home-small-ls .hot-item:nth-child(n + 5) {
        display: block;
    }
    .trend-item {
        width: 16.66666%;
    }
    .hot-item {
        width: 50%;
    }
    .ratenow {
        display: flex;
    }
    .comments,
    .ratingsbox {
        flex: 1;
    }
    .ratingsbox {
        padding-right: 20px;
    }
    .comments {
        margin-top: 10px;
        height: 100px;
    }
    .download {
        margin-right: -8px;
    }
    .download-link {
        font-size: 12px;
        flex: 1;
    }
    .pcswiper {
        padding-left: 20px;
        padding-right: 20px;
        max-width: 760px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1232px) {
    .breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        color: #bbb;
        font-size: 12px;
        line-height: 30px;
        margin-left: -8px;
        margin-top: 10px;
    }
    .curapp {
        margin-top: 10px;
    }
    .breadcrumb a {
        color: #666;
    }
    .cate-tl {
        margin-top: 10px;
        line-height: 1;
    }
    .pageright {
        margin-top: -22px;
    }
    .breadcrumb span {
        padding-left: 8px;
        padding-right: 8px;
    }
    .wrapper {
        max-width: 995px;
    }
    .navfix,
    .topmenu-box,
    .topsearch-box {
        display: none;
    }
    .header .wrapper {
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .searchbox {
        display: block;
        width: 236px;
        top: 14px;
    }
    .searchbox .search-icon {
        border-color: #654ee0;
        top: 11px;
    }
    .searchbox .search-icon::after {
        background-color: #654ee0;
    }
    .logo {
        display: inline-block;
        width: 170px;
        margin: 0;
        background-size: 170px 35px;
        height: 64px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }
    .ftlogo {
        margin-top: 32px;
    }
    .pcswiper {
        max-width: 995px;
    }
    .section-item:hover {
        color: #654ee0;
        text-decoration: underline;
    }
    .re-box-tag:hover {
        background-color: #654ee0;
        color: #fff;
        border-color: #654ee0;
    }
    .download-code:hover .download-code-wp {
        height: 160px;
        padding-top: 16px;
    }
    .content,
    .detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .pageleft {
        width: 728px;
        flex: 0 0 728px;
    }
    .pageright {
        flex: 1;
        padding-left: 32px;
    }
    .limit-tl {
        margin-bottom: 0;
    }
    .trend-item-tag {
        display: block;
        text-align: center;
        color: #999;
    }
    .detail-box .detail-box-ad {
        width: 336px;
    }
    .detail-lf {
        padding-right: 18px;
    }
    .detail-box-con {
        padding-left: 16px;
        margin-top: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .detail-rt {
        width: 300px;
    }
    .detail-rt-ls .trend-item {
        width: 50%;
    }
    .bottom-ls .trend-item {
        width: 12.5%;
    }
    .srceen-pic {
        max-height: 400px;
        min-height: 400px;
    }
    .detail-box-logo {
        right: 32px;
    }
    .reviewcon-wp {
        background-color: #f5f5f5;
        padding: 16px;
    }
    .re-box-tag:hover {
        opacity: 0.8;
    }
    .detail-box-item {
        line-height: 28px;
    }
    .pageright .hot-item {
        width: 100%;
    }
    .godownload,
    .pageright .downloadbtn {
        display: none;
    }
    .pageleft .swiper-slide {
        width: 50%;
    }
    .section-item {
        width: 100%;
    }
    .category-item {
        width: 10%;
    }
    .trend-item {
        width: 16.66666%;
    }
    .hot-item {
        width: 33.33333%;
    }
    .pageleft .hot-item {
        width: 50%;
    }
    .hot-item:hover .downloadbtn,
    .swiper-slide:hover .downloadbtn {
        background-color: #654ee0;
        color: #fff;
    }
    .category-item:hover .category-name,
    .trend-item:hover .trend-item-tl a {
        color: #654ee0;
    }
    label.star:hover {
        -webkit-transform: rotate(-10deg) scale(1.3);
        transform: rotate(-10deg) scale(1.3);
    }
}
