* {
    font-size: 1.6rem;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, PingFang SC, Noto Sans, Roboto, Microsoft Yahei, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    font-style: normal;
    font-display: swap
}

a {
    text-decoration: none
}

ul {
    list-style: none
}

img {
    margin: 0;
    padding: 0
}

: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;
    text-transform: uppercase;
    margin-bottom: .6rem;
    text-align: center
}

@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
}

.coverlink {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.wrap {
    min-height: 90vh;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.indexWrap {
    max-width: 120rem;
    margin: 0 auto
}

@media only screen and (min-width: 768px) and (max-width:1366px) {}

.headWrap {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
    height: 6.6rem;
    position: relative;
    z-index: 1
}

.header {
    max-width: 120rem;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center
}

.header .mantle {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100vh;
    opacity: .7
}

.header .top {
    width: 100%;
    height: 6rem;
    padding: 0 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.header .top .logo {
    position: absolute
}

.header .top .logo img {
    height: 4.2rem;
    width: 20rem;
}

@media only screen and (max-width: 767px) {
    .headWrap {
        height: 5.2rem
    }

    .header .top .logo {
        left: 50%;
        transform: translateX(-50%)
    }

    .header .top .logo img {
        height: 4.2rem;
        width: 19rem;
    }

    .header .top .topR .search {
        margin: 0;
        padding: 0
    }

    .header .top .topR .langWrap {
        padding: 0 0 0 .4rem;
        background-color: #fff
    }

    .header .top .topR .langWrap .langLogo .curlang .langText {
        padding: 0
    }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
    .header .top .logo {
        left: 50%;
        transform: translateX(-50%)
    }
}

@media only screen and (min-width: 1024px) and (max-width:1366px) and (orientation:portrait) {
    .header .top .logo {
        left: 50%;
        transform: translateX(-50%);
        text-align: center
    }
}

@media only screen and (min-width: 1024px) and (max-width:1366px) and (orientation:landscape) {
    .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 .topList .topItem {
        height: 100%
    }

    .header .top .topR .topList .topItem .item {
        cursor: pointer;
        margin: 0 1rem;
        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: #333
    }

    .header .top .topR .topList .topItem .item .underline {
        width: 3rem;
        height: .6rem;
        margin: auto;
        background-color: #fff;
        border-radius: .4rem;
        position: absolute;
        bottom: 0
    }

    .header .top .topR .topList .topItem .item .new {
        position: absolute;
        right: 0;
        top: .5rem
    }
}

.rating-info.four-point-five {
    background-position: 0 -180px;
}

.rating-info {
    display: inline-flex;
    height: 15px;
    width: 92px;
    background-image: url(../images/all_stars.svg);
    background-repeat: no-repeat;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.animation-pulse {
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    animation: pulse 1.5s infinite;
}

.main-app {
    width: 100%;
    display: flex;
    padding: 8px;
    border-radius: 10px;
    margin-bottom: 10px
}

.main-app-left {
    display: flex;
    align-items: center
}

.main-app .main-app-left img {
    height: 70px;
    border-radius: 10px
}

.main-app .main-app-left .loading-img {
    height: 70px;
    width: 70px;
    border-radius: 10px
}

.main-app-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0;
    justify-content: space-around
}

.main-app-right h1 {
    padding-left: 5px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px
}

.cs-over-ellipsis .safe-icon,.main-app-right .safe-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background-image: url(../images/safety.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center
}

.cs-main-app-common .cs-main-app-rating>.cs-main-app-text {
    position: relative;
    display: block
}

.cs-main-app-common .cs-main-app-rating>.cs-main-app-text::after {
    content: '';
    background: url(../images/rating.svg) no-repeat;
    height: 12px;
    width: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-28px,-50%)
}

.cs-main-app-text {
    font-size: 14px;
    font-weight: 700;
    color: #484848;
    display: flex;
    justify-content: center;
    align-items: center
}

.cs-main-app-type {
    font-size: 13px;
    font-weight: 400;
    color: #757575
}

.cs-main-app-age,.cs-main-app-download,.cs-main-app-rating {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    text-align: center
}

.cs-main-app-common {
    display: flex;
    justify-content: space-between;
    margin-left: 10px
}

.cs-main-app-border,.cs-main-app-rating span:first-child {
    width: 100%;
    border-right: 2px solid #f2f2f2
}

.cs-main-app-text {
    width: 100%
}

.main-download {
    border-radius: 12px;
    padding: 10px
}

.main-download-btn {
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    letter-spacing: .01em;
    box-sizing: border-box;
    box-shadow: 0 0 3px 2px rgba(168,168,168,.42)
}

.cs-main-download-header-rating {
    display: flex;
    margin-top: 5px
}

.main-download-btn-icon {
    height: 30px
}

.main-download-btn-text {
    font-size: 16px;
    color: #08f;
    margin-left: 7px
}

.main-download-left>img {
    height: 16.5px;
    margin-right: 8px
}

.main-download-left {
    background-color: #00d16d;
    padding: 3px 14px 3px 14px;
    border-radius: 8px;
    line-height: 16.5px
}

.main-download-left>span {
    font-size: 11px;
    font-weight: 700;
    color: #fff
}

.main-download-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 15px
}

.main-download-right {
    background-color: #ffce00;
    padding: 3px 14px 3px 14px;
    border-radius: 8px;
    line-height: 16.5px
}

.main-download-right>img {
    height: 16.5px;
    margin-right: 8px
}

.main-download-right>span {
    font-size: 11px;
    font-weight: 700;
    color: #fff
}

.main-app-right .tit {
    padding-left: 5px;
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
}

@media (min-width: 821px) {
    .cs-main-app-text {
        font-size: 21px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
    }
    .cs-main-app-type {
        font-size: 16px;
    }
    .cs-main-app-common .cs-main-app-rating>.cs-main-app-text::after {
        transform: translate(-45px, -50%);
        height: 21px;
        width: 21px;
    }
    .main-app .main-app-left img {
        width: 156px;
        height: 156px;
        border-radius: 35px;
    }
    .main-download-btn-text {
        font-size: 26px;
    }
    .main-download-btn {
        border-radius: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
}

@media screen and (min-width: 1367px) {
    .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 .topList .topItem {
        height: 100%
    }

    .header .top .topR .topList .topItem .item {
        cursor: pointer;
        margin: 0 1rem;
        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: #333
    }

    .header .top .topR .topList .topItem .item .underline {
        width: 3rem;
        height: .6rem;
        margin: auto;
        background-color: #fff;
        border-radius: .4rem;
        position: absolute;
        bottom: 0
    }

    .header .top .topR .topList .topItem .item .new {
        position: absolute;
        right: 0;
        top: .5rem
    }
}

.FAQList {
    overflow: hidden;
    color: #333;
    background-color: #fff;
    padding: 1.6rem 2.4rem
}

.FAQList .FAQTitle {
    font-weight: 700;
    font-size: 2rem;
    line-height: 2.4rem;
    color: #333
}

.FAQList .FAQItem {
    border-bottom: 1px solid #e4e4e4;
    padding: 1.6rem 0
}

.FAQList .FAQItem .questionList {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.FAQList .FAQItem .question {
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    cursor: pointer;
    margin-bottom: 1rem
}

.FAQList .FAQItem .FAQless {
    display: none
}

.FAQList .FAQItem .answerList {
    display: none
}

.FAQList .FAQItem .answer {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.4rem
}

@media only screen and (max-width: 767px) {
    .FAQList {
        padding: 1.6rem
    }
}

.popularWrap {
    width: 34rem;
    height: fit-content;
    background-color: #fff;
    padding: 24px;
}

.popularWrap .popular {
    padding: .6rem .8rem
}

.popularWrap .topTitle {
    padding: .6rem 1.6rem;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: #333
}

.popularWrap .itemList .item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.2rem 1.6rem
}

.popularWrap .itemList .item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.popularWrap .itemList .item .itemImg {
    width: 8.5rem;
    height: 8.5rem;
    border-radius: 2rem;
    border: 1px solid #f2f2f2
}

.popularWrap .itemList .item .itemInfo {
    margin: 0 .8rem
}

.popularWrap .itemList .item .itemInfo .itemTitle {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #3d332d
}

.popularWrap .itemList .item .itemInfo .itemDescribe {
    display: flex;
    align-items: center;
    padding: .8rem 0 1.7rem
}

.popularWrap .itemList .item .itemInfo .itemDescribe .star svg {
    width: 2rem;
    height: 2rem
}

.popularWrap .itemList .item .itemInfo .itemDescribe .score {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #ffa940;
    padding: 0 .4rem
}

.popularWrap .itemList .item .itemInfo .group {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #999
}

.popularWrap .itemList .item:hover {
    background-color: #f0f7ff;
    border-radius: 8px
}

@media only screen and (max-width: 767px) {
    .popularWrap .topTitle {
        font-size: 2rem;
        line-height: 2.3rem
    }
}

.popularNow {
    padding-bottom: 2.4rem
}

.popularNow .topTitle {
    margin: 1.2rem 2.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.popularNow .topTitle .title {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 4rem;
    color: #333
}

.popularNow .topTitle .more {
    display: flex;
    align-items: center
}

.popularNow .topTitle .more .moreText {
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 19.826rem;
    color: #0186ff
}

.popularNow .topTitle .more svg {
    width: 1.4rem;
    height: 1.4rem
}

.popularNow .itemList {
    display: grid;
    grid-gap: 2rem 2rem;
    grid-template-columns: repeat(1, calc((100% - 0rem)/1));
    padding: 0 2.4rem
}

.popularNow .itemList .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 0 2rem 0 0;
    border-radius: 2rem
}

.popularNow .itemList .item a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.popularNow .itemList .item .itemLeft {
    display: flex;
    align-items: center
}

.popularNow .itemList .item .itemLeft .itemImg {
    width: 11.4rem;
    height: 11.4rem;
    border: 1px solid #f2f2f2;
    border-radius: 2rem
}

.popularNow .itemList .item .itemLeft .itemInfo {
    margin: 0 1.8rem
}

.popularNow .itemList .item .itemLeft .itemInfo .itemTitle {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #333
}

.popularNow .itemList .item .itemLeft .itemInfo .itemDescribe {
    display: flex;
    align-items: center;
    margin: .8rem 0 1.6rem
}

.popularNow .itemList .item .itemLeft .itemInfo .itemDescribe .star svg {
    width: 2rem;
    height: 2rem
}

.popularNow .itemList .item .itemLeft .itemInfo .itemDescribe .score {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #ffa940;
    padding: 0 .4rem
}

.popularNow .itemList .item .itemLeft .itemInfo .group {
    display: contents;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #999
}

.popularNow .itemList .item .itemRight {
    width: auto;
    padding: .8rem 4rem;
    color: #0186ff;
    border-radius: .4rem;
    border: 1px solid #0186ff;
    text-align: center
}

.popularNow .itemList .item .itemRight .get {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    width: max-content;
    margin: auto
}

.popularNow .itemList .item:hover {
    background-color: #f0f7ff
}

.popularNow .itemList .item:hover .itemLeft .itemInfo .itemTitle {
    color: #0186ff
}

.popularNow .itemList .item:hover .itemRight {
    color: #fff;
    background-color: #0186ff
}

@media only screen and (max-width: 767px) {
    .popularNow .topTitle .title {
        font-size: 2rem;
        line-height: 2.3rem
    }

    .popularNow .itemList {
        padding: 0 1.6rem;
        grid-gap: .8rem 2rem
    }

    .popularNow .itemList .item {
        padding: .4rem;
        border-radius: 1.4rem
    }

    .popularNow .itemList .item .itemLeft {
        width: 70%
    }

    .popularNow .itemList .item .itemLeft .itemImg {
        width: 8rem;
        height: 8rem;
        border-radius: 1.4rem
    }

    .popularNow .itemList .item .itemLeft .itemInfo {
        margin: 0 1.2rem
    }

    .popularNow .itemList .item .itemLeft .itemInfo .itemDescribe {
        display: flex;
        align-items: flex-start;
        margin: .4rem 0 0
    }

    .popularNow .itemList .item .itemLeft .itemInfo .itemDescribe .star svg {
        width: 1.2rem;
        height: 1.2rem
    }

    .popularNow .itemList .item .itemRight {
        display: block;
        width: auto;
        padding: .5rem .8rem;
        margin: 0 .4rem;
        color: #fff;
        border: none;
        border-radius: .4rem;
        background-color: #0186ff;
        text-align: center
    }

    .popularNow .itemList .item .itemRight .get {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 2rem;
        width: max-content;
        margin: auto
    }
}

.footerWrap {
    background-color: #fff;
    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-right: 5.6rem
}

.footerWrap .footer .logo img {
    height: 4.2rem;
    width: 20rem;
}

.footerWrap .footer .socialMedia {
    display: block
}

.footerWrap .footer .socialMedia .externalLinks {
    display: inline-block;
    margin-right: 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-right: 1.2rem
}

.footerWrap .cookie-notice-container {
    background-color: rgba(255, 255, 255, .5);
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #6f6f6f;
    text-align: center;
    z-index: 999999;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.footerWrap .cookie-notice-container .container {
    max-height: 4rem;
    font-size: 1rem;
    max-width: 900px;
    z-index: 2;
    position: relative;
    text-align: center;
    padding: 10px;
    padding-right: 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;
    right: 0;
    top: 50%;
    transform: translate(-8px, -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: '';
    background-color: rgba(255, 255, 255, .3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .95;
    z-index: -1;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15)
}

.footerWrap .addToScreenTip {
    display: none;
    position: fixed;
    bottom: 0;
    left: 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: .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: 0
    }

    .footerWrap .footer .logo {
        width: auto;
        display: inline-block;
        margin-bottom: 1.6rem
    }

    .footerWrap .footer .logo img {
        height: 4.8rem;
        width: 20.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-right: 3.2rem
    }

    .footerWrap .cookie-notice-container {
        font-size: 1.4rem
    }

    .footerWrap .addToScreenTip .tipCont {
        display: flex;
        justify-content: center
    }

    .footerWrap .addToScreenTip .tipCont .stepImg {
        width: 50%
    }
}

@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
    }
}

.appisfree {
    margin: 1.6rem 2.4rem 0;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.2rem 2.4rem;
    border-radius: .8rem;
    background: #f4f9fc
}

.appisfree .appisfreeLink {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.appisfree .appisfreeImg {
    width: 9.6rem;
    height: 9.6rem;
    background-color: #fff;
    border-radius: 1.6rem;
    border: 1px solid #e6e6e6
}

.appisfree .appisfreeInfo {
    padding: 0 1.2rem
}

.appisfree .appisfreeInfo .appisfreeTitle {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2
}

.appisfree .appisfreeInfo .appisfreeDesp {
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.3;
    padding-top: .4rem
}

.appisfree .download {
    margin-left: auto;
    display: flex;
    padding: .9rem 4rem;
    justify-content: center;
    align-items: center;
    border-radius: .4rem;
    background: #0186ff
}

.appisfree .download .downloadText {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem
}

@media only screen and (max-width: 767px) {
    .appisfree {
        margin: 1.6rem 1.6rem 0;
        padding: 1rem
    }

    .appisfree .appisfreeImg {
        width: 6.4rem;
        height: 6.4rem;
        border-radius: 1.4rem
    }

    .appisfree .appisfreeInfo {
        padding: 0 .8rem
    }

    .appisfree .download {
        padding: .6rem .8rem
    }
}

@keyframes Breath {

    0%,
    100% {
        transform: scale(105%)
    }

    50% {
        transform: scale(100%)
    }
}

.indexWrap .indexContent .content {
    padding: 2.4rem
}

.indexWrap .indexContent .content .apk {
    display: flex;
    align-items: center;
    padding-bottom: 2.4rem
}

.indexWrap .indexContent .content .apk .apkImg {
    width: 11.4rem;
    height: 11.4rem;
    border-radius: 2rem;
    border: 1px solid #f2f2f2
}

.indexWrap .indexContent .content .apk .apkRight {
    width: 100%;
    padding-left: 2.4rem
}

.indexWrap .indexContent .content .apk .apkRight .apkTitle {
    display: flex;
    align-items: center
}

.indexWrap .indexContent .content .apk .apkRight .apkTitle .apkTitleText {
    font-weight: 500;
    font-size: 2.6rem;
    line-height: 1.3;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all
}

.indexWrap .indexContent .content .apk .apkRight .apkTitle .apkTitleImg {
    width: 2.2rem;
    height: 2.2rem;
    padding-left: .6rem
}

.indexWrap .indexContent .content .apk .apkRight .apkDownloadTitle {
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #333;
    padding-bottom: .8rem
}

.indexWrap .indexContent .content .apk .apkRight .apkRightTitle {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #999
}

.indexWrap .indexContent .content .apk .apkRight .apkRightText {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-right: 1.6rem;
    color: #666
}

.indexWrap .indexContent .content .apk .apkRight .apkOther {
    display: flex;
    align-items: center;
    padding-top: 2rem
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .otherItem {
    font-weight: 400;
    text-align: center
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .otherItem .otherNum {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #333;
    margin-bottom: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .otherItem .otherNum svg {
    width: 1.2rem;
    height: 1.2rem
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .otherItem:nth-child(1) .otherNum {
    color: #ffa940
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .otherItem .otherTitle {
    max-width: auto;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .border {
    width: .1rem;
    height: 2rem;
    background: #f2f2f2;
    margin: 0 1.8rem
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .star {
    display: flex;
    align-items: center;
    padding: 1rem 0
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .star svg {
    width: 2rem;
    height: 2rem
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .star .score {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #ffa940;
    padding: 0 .4rem
}

.indexWrap .indexContent .content .apk .apkRight .apkOther .category {
    width: fit-content;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2rem;
    color: #999;
    background-color: #f3f3f3;
    border-radius: .2rem;
    padding: .1rem 1rem
}

.indexWrap .indexContent .content .btnGroup {
    display: flex;
    align-items: center;
    width: auto
}

.indexWrap .indexContent .content .btnGroup .btn {
    width: 42%;
    padding: 0 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .8rem;
    position: relative
}

.indexWrap .indexContent .content .btnGroup .btn svg {
    width: 2.4rem;
    height: 2.4rem;
    padding: 1.6rem .5rem
}

.indexWrap .indexContent .content .btnGroup .btn .downloadText {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.9rem;
    padding: 0 .5rem
}

.indexWrap .indexContent .content .btnGroup .btn .apkSize {
    display: none;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.4rem;
    color: #fff;
    padding: .1rem .5rem 0
}

.indexWrap .indexContent .content .btnGroup .btn .safe {
    display: none;
    height: 3rem;
    width: auto;
    position: absolute;
    top: -3rem;
    right: 0
}

.indexWrap .indexContent .content .btnGroup .googleBtn {
    justify-content: center;
    color: #fff;
    background-color: #01875f
}

.indexWrap .indexContent .content .btnGroup .googleBtn:hover {
    background-color: #056449
}

.indexWrap .indexContent .content .btnGroup .appleBtn {
    justify-content: center;
    color: #fff;
    background-color: #313131;
    margin-left: 2.4rem
}

.indexWrap .indexContent .content .btnGroup .appleBtn:hover {
    background-color: #000
}

.indexWrap .indexContent .content .btnGroup .disableButton {
    background-color: #ccc !important;
    cursor: not-allowed
}

.indexWrap .indexContent .content .btnGroup .downloadBtn {
    color: #fff;
    background-color: #0186ff
}

.indexWrap .indexContent .content .btnGroup .downloadBtn:hover {
    background-color: #1378e0
}

.indexWrap .indexContent .content .btnGroup .versionBtn {
    color: #0186ff;
    background-color: #ebf5ff;
    margin-left: 2.4rem
}

.indexWrap .indexContent .content .btnGroup .versionBtn:hover {
    background-color: #dfe9f2
}

.indexWrap .indexContent .content .apkDownload .apkImg {
    border: 1px solid #f2f2f2
}

.indexWrap .indexContent .content .swiper {
    overflow: hidden;
    position: relative
}

.indexWrap .indexContent .content .swiper .swiperBtn {
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    font-size: 2.5rem;
    border-radius: 50%;
    background: #00000066;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    color: #fff
}

.indexWrap .indexContent .content .swiper #leftBtn {
    left: 2.4rem
}

.indexWrap .indexContent .content .swiper #rightBtn {
    right: 2.4rem
}

.indexWrap .indexContent .content .swiper .swiperList {
    display: flex;
    flex-direction: row;
    margin: 1.6rem 0
}

.indexWrap .indexContent .content .swiper .swiperList .swiperItem {
    padding-right: 1rem;
    position: relative
}

.indexWrap .indexContent .content .swiper .swiperList .swiperItem .swiperImg img {
    height: 29.6rem;
    width: auto
}

.indexWrap .indexContent .content .swiper .swiperList .swiperItem:last-child {
    padding-right: 0
}

.indexWrap .indexContent .content .apkInfoTitle {
    padding: 1.1rem 0;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 2.6rem;
    color: #333
}

.indexWrap .indexContent .content .apkInfo {
    padding: 2.4rem 0;
    display: grid;
    grid-gap: 1.2rem 1.2rem;
    grid-template-columns: repeat(3, calc((100% - 2.4rem)/3))
}

.indexWrap .indexContent .content .apkInfo .infoItem {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #f2f2f2
}

.indexWrap .indexContent .content .apkInfo .infoItem svg {
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0
}

.indexWrap .indexContent .content .apkInfo .infoItem .infoText {
    width: 80%;
    padding: 0 1.6rem
}

.indexWrap .indexContent .content .apkInfo .infoItem .infoText .infoTitle {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.3;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all
}

.indexWrap .indexContent .content .apkInfo .infoItem .infoText .infoTxt {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #333;
    padding-top: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all
}

.indexWrap .indexContent .content .apkInfo .infoItem .infoText .infoLink {
    color: #0186ff
}

.indexWrap .indexContent .content .appDes {
    padding: 2rem 0;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-size: 1.6rem
}

.indexWrap .indexContent .content .appDes .appDesContent .appDesItem .itemCont {
    font-size: 1.6rem
}

.indexWrap .indexContent .content .appDes .appDesContent .appDesItem .itemImg {
    width: 100%
}

.indexWrap .indexContent .content .appDes .appDesContent,
.indexWrap .indexContent .content .appDes .appDesArticle {
    color: #333;
    word-break: break-word
}

.indexWrap .indexContent .content .appDes .appDesContent ul,
.indexWrap .indexContent .content .appDes .appDesArticle ul {
    list-style-type: disc !important
}

.indexWrap .indexContent .content .appDes .appDesContent h1,
.indexWrap .indexContent .content .appDes .appDesArticle h1 {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 4rem;
    padding-top: 2rem;
    padding-bottom: 1.2rem
}

.indexWrap .indexContent .content .appDes .appDesContent h2,
.indexWrap .indexContent .content .appDes .appDesArticle h2 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.2rem;
    padding-top: 2rem;
    padding-bottom: 1.2rem
}

.indexWrap .indexContent .content .appDes .appDesContent h3,
.indexWrap .indexContent .content .appDes .appDesArticle h3 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.6rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem
}

.indexWrap .indexContent .content .appDes .appDesContent h4,
.indexWrap .indexContent .content .appDes .appDesArticle h4 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    padding-top: .6rem;
    padding-bottom: .6rem
}

.indexWrap .indexContent .content .appDes .appDesContent p,
.indexWrap .indexContent .content .appDes .appDesArticle p {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    padding-top: 0;
    padding-bottom: 1.2rem
}

.indexWrap .indexContent .content .appDes .appDesContent img,
.indexWrap .indexContent .content .appDes .appDesArticle img {
    width: 80%;
    margin: 0 10%
}

.indexWrap .indexContent .content .appDes .flag {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.4rem;
    color: #0186ff;
    cursor: pointer
}

.indexWrap .indexContent .content .appDes .flag .more,
.indexWrap .indexContent .content .appDes .flag .less {
    margin: 1rem 0;
    color: #0186ff;
    display: flex;
    align-items: center
}

.indexWrap .indexContent .content .appDes .flag .more svg,
.indexWrap .indexContent .content .appDes .flag .less svg {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 1rem
}

.indexWrap .indexContent .content .detailsText {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #333;
    padding: 2.4rem
}

.indexWrap .firstAd {
    margin: 0
}

.indexWrap .secondAd {
    margin: 0
}

.indexWrap .borderAd {
    padding: 0 2.4rem
}

@media only screen and (max-width: 320px) {

    .indexWrap .indexContent .content .apk .apkRight .apkOther .otherItem,
    .indexWrap .indexContent .content .apk .apkRight .apkOther .otherNum {
        max-width: 4rem
    }

    .indexWrap .indexContent .content .apkInfo {
        padding: 1.6rem 0;
        grid-gap: .6rem .6rem;
        grid-template-columns: repeat(2, calc((100% - 0.6rem)/2))
    }

    .indexWrap .indexContent .content .apkInfo .infoItem .infoText {
        padding: 0 .8rem
    }

    .indexWrap .indexContent .content .appDes {
        padding: 1rem 0
    }

    .indexWrap .indexContent .content .appDes .appDesContent h1,
    .indexWrap .indexContent .content .appDes .appDesArticle h1 {
        font-size: 2.2rem;
        line-height: 3rem
    }

    .indexWrap .indexContent .content .appDes .appDesContent h2,
    .indexWrap .indexContent .content .appDes .appDesArticle h2 {
        font-size: 2rem;
        line-height: 2.8rem
    }

    .indexWrap .indexContent .content .appDes .appDesContent img,
    .indexWrap .indexContent .content .appDes .appDesArticle img {
        width: 100%;
        margin: 0
    }
}

@media only screen and (max-width: 767px) {
    .indexWrap .indexContent .content {
        padding: 1.6rem
    }

    .indexWrap .indexContent .content .apk {
        padding: 0 0 1.2rem
    }

    .indexWrap .indexContent .content .apk .apkImg {
        width: 8rem;
        height: 8rem;
        border-radius: 1.4rem
    }

    .indexWrap .indexContent .content .apk .apkRight {
        padding-left: 1.2rem
    }

    .indexWrap .indexContent .content .apk .apkRight .apkTitle .apkTitleText {
        font-size: 2.4rem
    }

    .indexWrap .indexContent .content .apk .apkRight .apkDownloadTitle {
        font-size: 1.6rem;
        line-height: 2rem
    }

    .indexWrap .indexContent .content .apk .apkRight .apkRightTitle {
        display: none
    }

    .indexWrap .indexContent .content .apk .apkRight .apkRightText {
        color: #999
    }

    .indexWrap .indexContent .content .apk .apkRight .apkOther {
        display: flex;
        align-items: center
    }

    .indexWrap .indexContent .content .apk .apkRight .apkOther .otherItem {
        max-width: 33.3%
    }

    .indexWrap .indexContent .content .apk .apkRight .apkOther .category {
        margin: 0 1rem
    }

    .indexWrap .indexContent .content .apk .apkRight .apkOther .border {
        margin: 0 1.6rem
    }

    .indexWrap .indexContent .content .apk .apkRight .btnGroup {
        display: none
    }

    .indexWrap .indexContent .content .downloadBorder {
        margin: 0;
        border: none;
        border-radius: 2rem
    }

    .indexWrap .indexContent .content .btnGroup {
        display: block;
        width: auto;
        padding: 0
    }

    .indexWrap .indexContent .content .btnGroup .btn {
        width: auto;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .indexWrap .indexContent .content .btnGroup .appleBtn {
        margin: 1.2rem 0 0
    }

    .indexWrap .indexContent .content .btnGroup .versionBtn {
        margin: 1.2rem 0 0
    }

    .indexWrap .indexContent .content .apkDownload .apkImg {
        width: 8rem;
        height: 8rem
    }

    .indexWrap .indexContent .content .swiper .swiperBtn {
        width: 4rem;
        height: 4rem;
        font-size: 2rem;
        border-radius: 50%;
        background: #00000066;
        position: absolute;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        cursor: pointer;
        color: #fff
    }

    .indexWrap .indexContent .content .swiper #leftBtn {
        left: 1.6rem
    }

    .indexWrap .indexContent .content .swiper #rightBtn {
        right: 1.6rem
    }

    .indexWrap .indexContent .content .swiper .swiperList {
        margin: 1.6rem 0
    }

    .indexWrap .indexContent .content .swiper .swiperList .swiperItem .swiperImg img {
        height: 20.4rem
    }

    .indexWrap .indexContent .content .swiper .swiperList .swiperItem:last-child {
        padding-right: 0
    }

    .indexWrap .indexContent .content .apkInfoTitle {
        padding: .6rem 0;
        font-size: 2rem;
        line-height: 2.3rem
    }

    .indexWrap .indexContent .content .apkInfo {
        padding: 1.6rem 0;
        grid-gap: .6rem .6rem;
        grid-template-columns: repeat(2, calc((100% - 0.6rem)/2))
    }

    .indexWrap .indexContent .content .apkInfo .infoItem .infoText {
        padding: 0 .8rem
    }

    .indexWrap .indexContent .content .appDes {
        padding: 1rem 0
    }

    .indexWrap .indexContent .content .appDes .appDesContent h1,
    .indexWrap .indexContent .content .appDes .appDesArticle h1 {
        font-size: 2.2rem;
        line-height: 3rem
    }

    .indexWrap .indexContent .content .appDes .appDesContent h2,
    .indexWrap .indexContent .content .appDes .appDesArticle h2 {
        font-size: 2rem;
        line-height: 2.8rem
    }

    .indexWrap .indexContent .content .appDes .appDesContent img,
    .indexWrap .indexContent .content .appDes .appDesArticle img {
        width: 100%;
        margin: 0
    }

    .indexWrap .firstAd {
        margin: 0
    }

    .indexWrap .secondAd {
        margin: 0
    }

    .indexWrap .borderAd {
        border: none;
        padding: 0 1.6rem
    }
}

@media only screen and (max-width: 340px) {
    .indexWrap .indexContent .content .apk .apkRight .apkOther .border {
        margin: 0 1.2rem
    }
}

@media only screen and (min-width: 1367px) {
    .wrap .indexWrap {
        display: flex;
        justify-content: space-between
    }

    .wrap .indexWrap .indexContent {
        width: calc(100% - 34rem - 1.6rem)
    }

    .wrap .indexWrap .popularWrap {
        display: block
    }
}

.block-title.mg25 {
    margin-bottom: 25px;
}

.block-title.mg25 .title {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 27px;
}

.block-title hr {
    margin: 0;
    width: 40px;
    border: 0;
    border-top: 1px solid #eee;
    border-color: #06d6a0;
    border-width: 3px;
}

.billet {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    -moz-transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    -o-transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    cursor: pointer;
}

.sidebar-apps-and-games.blogs .blog-item {
    padding: 20px 15px 15px 15px;
}

.blog-item .blog-item-title {
    position: relative;
    display: block;
    font-weight: bold;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 12px;
    color: #0c1b33;
}

.section-soft .content > * {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.section-soft .content h2 {
    font-size: 24px;
}

.section-soft .content h3 {
    font-size: 20px;
}

.section-soft .content .entry-title {
    letter-spacing: -0.03em;
    line-height: 38px;
    margin-bottom: 25px;
    font-size: 29px;
    font-weight: 700;
}

.dark-title hr, .footer-title hr {
    width: 40px;
    margin: 20px 0;
    border-top: 1px solid #eee;
    border-width: 2px;
    border-color: #06d6a0;
}

.apps-rating-sidebar {
    width: 100%;
    margin-top: 60px;
    padding: 20px 43px;
    background: #fff
}

.apps-rating-sidebar .rating-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #232323
}

.apps-rating-list {
    list-style: none !important;
    margin: 20px 0 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.apps-rating-list .apps-rating-list-item {
    margin-bottom: 25px
}

.apps-rating-list .apps-rating-list-item:last-child {
    margin-bottom: 0
}

.apps-rating-list-item>div {
    float: left
}

.apps-rating-list-item .app-logo {
    width: 70px;
    margin-right: 20px
}

.apps-rating-list-item .app-logo img {
    width: 100%;
    border-radius: 4px;
}

.apps-rating-list-item .app-info {
    width: calc(100% - 90px)
}

.app-info .app-name a{
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
    color: #232323
}

.app-info .user-icon {
    margin-right: 8px;
    font-size: 16px;
    color: #0c1b33
}

.app-info .user-rating {
    color: #06d6a0
}

.app-info .user-rating .fa {
    margin-right: 2px
}

.app-info .fr-rating {
    font-family: 'Roboto Slab';
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0c1b33
}

.app-info .fr-rating .fr-rating-value {
    margin-left: 5px
}

.rating-info.four-point-five {
    background-position: 0 -180px;
}

.rating-info {
    display: inline-flex;
    height: 15px;
    width: 92px;
    background-image: url(../images/all_stars.svg);
    background-repeat: no-repeat;
}

#apkBox {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: center;
    align-items: center;
}
#apkBox .dBox {
    width: 480px;
    height: 202px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0
}

#apkBox .dBox>h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
    text-transform: none
}

#apkBox .dBox>h2>span {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

#apkBox .dBox .Btn>a {
    display: inline-block;
    line-height: 38px;
    text-align: center;
    width: 160px;
    height: 40px;
    background: #fff;
    color: #118d3f;
    border-radius: 10px;
    border: 1px solid #118d3f;
    transition: all .3s
}

#apkBox .dBox .Btn>a:hover {
    background: #118d3f;
    color: #fff;
    box-shadow: 0 2px 10px 2px #118d3f
}

#apkBox .dBox .Btn>a+a {
    background: #118d3f;
    color: #fff;
    margin-left: 15px
}

#apkBox.active {
    display: flex;
}

.desTitle {
    font-size: 22px;
    margin-bottom: 14px;
}

.getApp {
    margin-bottom: 16px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(22, 42, 63, .2);
}

.getApp h2 {
    font-size: 22px;
    font-family: Fredoka-Medium;
    color: #172a3e;
    line-height: 20px;
    margin-bottom: 10px;
}

.getApp .getList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}

.getList > li {
    position: relative;
    transition: all .3s;
    margin: 10px 10px 0;
}

.posttab {
    max-width: 100%;
    border-radius: 10px;
}

.getList > li > a {
    padding-right: 6px;
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #182A3D 0%, #37485E 100%);
    border-radius: 30px;
}

.getList > li > a:hover {
    background: #118d3f;
}

.getList > li > a > p {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.getList > li > a > span {
    color: #fff;
    font-size: 16px;
    padding-left: 16px;
}

@media only screen and (max-width: 767px) {
    .wrap {
        padding: 0
    }
    .getApp h2, .desTitle {
        font-size: 20px;
    }
    .getApp .getList {
        flex-direction: column;
    }
}

#cookieAcceptBar {
    z-index: 99999;
    line-height: 30px;
    background: #80d8c1;
    color: #fff;
    position: fixed;
    width: 100%;
    bottom: 0px;
    text-align: center;
    display: none;
}

.cookieAcceptBar a {
    color: #6399ff;
    text-decoration: none;
    font-weight: bold;
}

.cookieAcceptBar .container {
    padding: 15px !important;
    color: #fff;
    font-size: 14px;
}

a {
    overflow-wrap: anywhere !important;
}

.btn-success {
    padding: 2px;
    background-color: #ff2a2a;
    border: none;
    color: white;
    border-radius: 2px;
}

.btn-success:hover {
    cursor: pointer;
}
