.game-icon {
    position: relative;
    bottom: 1px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/static/apkfunny/img/google-play-icon.png")no-repeat;
    background-size: 100%;
}

.current {
    display: flex;
    align-items: center;
    padding: 20px 20px;
    border-radius: 20px;
    background: #fff;
    position: relative;
}

.current .safe-icon{
    position: absolute;
    right:0;
    top:0;
    width:44px;
    height:44px;
}

.safe-icon img{
    max-width:100%;
}
.reward_tips{
    font-size: 12px;
    color: #999;
    text-align: center;
}
.current-logo {
    flex: 0 0 100px;
    width: 100px;
    height: 100px;
    background: #F6F6F6;
    border-radius: 20%
}

.current-info {
    overflow: hidden;
    flex: 1;
    padding-right: 12px
}

.current-title {
    font-size: 30px;
}

.current-score {
    display: flex;
    align-items: center
}

.current-score .score-span-num {
    margin-right: 3px
}

.current-tl,
.current-title {
    font-family: 'GoogleSans', Arial, sans-serif, serif;
    font-weight: 500;
}

.current-star {
    position: relative;
    width: 70px;
    height: 14px;
    margin-top: -2px;
    margin-right: -2px;
    background-image: url('../img/star.svg');
    background-size: 14px 14px
}

.current-active-star {
    position: absolute;
    top: 0;
    right: 0;
    height: 14px;
    background-image: url('../img/star_active.svg');
    background-size: 14px 14px
}

.current-cate {
    font-size: 14px;
    color: #666
}

.current-rating {
    font-size: 14px;
    margin-right: 3px
}

.app-descript {
    margin: 24px 0 -4px
}

.app-descript p {
    margin-bottom: 16px
}

.download-top {
    background-color: #2898FF;
    line-height: 32px;
    color: #fff;
    padding: 0 16px;
    border-radius: 3px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 700;
}

.review-curapp-pc {
    display: flex;
    margin-right: -1px;
    overflow: hidden;
    margin-top: 3px;
}

.review-curapp-pcitem {
    position: relative;
    overflow: hidden;
    margin-right: -1px;
    padding: 0 8px;
    text-align: center
}

.review-curapp-pcitem::before {
    position: absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 30px;
    content: '';
    background-color: rgba(37, 44, 77, .1)
}

.review-curapp-pcitem:first-child::before {
    background-color: #fff;
}

.review-curapp-pcname {
    font-size: 12px;
    color: #7f7f7f;
    /*display: none;*/
}

.review-curapp-pcvalue {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.icon-curapp {
    width: 15px;
    height: 15px;
    margin-left: 3px;
    flex: 0 0 15px
}

.current .category-name {
    display: inline-block;
    padding: 2px 8px;
    background: #E5FFF0;
    font-size: 14px;
    font-weight: 500;
    color: #37CD78;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.screen-box {
    padding: 20px 20px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 12px;
}

.screen-box .screen-header {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    color: #111;
}

.leftbtn {
    right: 0;
}

.rightbtn {
    left: 0;
}

.leftbtn,
.rightbtn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    /* position: absolute;
    top: 50%;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
    border-radius: 18px; */
}

.rightbtn::after {
    /* position: absolute;
top: 12px;
left: 10px;
display: block;
width: 8px;
height: 8px;
content: '';
transform: rotate(-45deg); */
    right: 13px;
    top: 16px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.leftbtn::after {
    right: 20px;
    top: 16px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.related-app_box {
    width: 100%;
    /* height:205px; */
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 20px 20px;
    margin-top: 12px;
}

.related-app_box .app-index_title {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.related-app_box .item-box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px;
    margin-top: 15px;
}

.related-app_box .app-index_card {
    display: block;
    position: relative;
    width: 129px;
    height: 122px;
}

.related-app_box .app-index_card:first-child {
    margin-right: 0;
}

.app-index_card:hover .app-img {
    width: 75px;
    height: 75px;
    transition: 0.3s;
    -webkit-transition: 0.3s;

}

.app-index_card:hover .app-title {
    color: #37CD78;
}

.related-app_box .app-index_content {
    position: relative;
    z-index: 10;
}

.related-app_box .app-img {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid #f6f6f6;
}

.related-app_box .app-img img {
    max-width: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
}

.related-app_box .app-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 113px;
    margin: 0 auto;
    line-height: 15px;
    font-size: 13px;
    font-weight: 400;
    color: #111;
    text-align: center;
    margin-top: 2px;
}

.related-app_box .bottom-bg {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 129px;
    height: 97px;
}

.related-app_box .bottom-bg img {
    max-width: 100%;
}

.about-app_box {
    padding: 20px 20px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 12px;
}

.about-app_title {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.about-app_title .app-index_title{
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-app_title .more {
    position: absolute;
    top: 6px;
    left: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-align: left;
}

.about-app_title .more .more-icon {
    position: relative;
    top: 3px;
    right: -5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/static/apkfunny/img/more-icon.png")no-repeat;
    background-size: 100%;
}

.about-app_title .more:hover {
    color: #37CD78;
}

.about-app_title .more:hover .more-icon {
    width: 16px;
    height: 16px;
    background: url("/static/apkfunny/img/pc/more-hover-icon.png")no-repeat;
    background-size: 100%;
}

.about-app_info {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px;
    margin-top: 15px;
}

.about-app_content {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #111;
    word-break: break-word;
    word-wrap: break-word;
}

.about-app_item {
    display: flex;
    align-items: center;
    width: 237px;
    height: 56px;
    background: linear-gradient(-134deg, #FCFCFC 0%, #F2FFF8 100%);
    border-radius: 4px;
    border: 1px solid #DFEFE6;
}

.about-app_item .type-icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}

.about-app_item .type-icon img {
    max-width: 100%;
}

.about-app_item .content {
    margin-right: 8px;
}

.about-app_item .content .tip-title {
    font-weight: 400;
    font-size: 13px;
    color: #666;
}

.about-app_item .content .tip-name {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 14px;
    color: #111;
    margin-top: 2px;
}

.review-curapp-pcitem:nth-child(1) {
    padding-right: 5px
}

@keyframes breathe {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.03);
    }

    100% {
        transform: scale(1);
    }
}

.download-light {
    animation: breathe 1s infinite;
}


@keyframes animout {
    0% {
        width: 0%;
        background: rgba(255, 255, 255, 0.25);
    }

    100% {
        width: 100%;
        background: transparent;
    }
}

.anim,
.anim:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s;
}

.anim {
    -moz-transform: translateY(-50%) translateX(50%);
    -ms-transform: translateY(-50%) translateX(50%);
    -webkit-transform: translateY(-50%) translateX(50%);
    transform: translateY(-50%) translateX(50%);
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 1;
    border-radius: 50%;
}

.anim {
    -webkit-animation-name: animout;
    animation-name: animout;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.anim:before {
    position: relative;
    content: "";
    display: block;
    margin-top: 100%;
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50%;
}

.previous-version_box {
    padding: 20px 20px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 12px;
}

.previous-version_box .previous-version_title {
    font-size: 20px;
    font-weight: 500;
    color: #111;
}

.previous-version_box .version-list {
    margin-top: 6px;
    overflow: hidden;
}

.version-list .version-item {
    position: relative;
    width: 728px;
    height: 70px;
    background: linear-gradient(-134deg, #FCFCFC 0%, #F2FFF8 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #DFEFE6;
    margin-top: 12px;
}

.version-list .version-item:first-child {
    margin-top: 0;
}

.version-list .version-item .version-info {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 24px;
    max-width: calc(100% - 90px);
    width: 120px;
    height: 46px;
    margin: auto;
}

.version-item .version-info .version-text {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

.version-item .version-info .date-text {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
}

.version-item .get-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 28px;
    background: #37CD78;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.version-item .get-btn .download-icon {
    position: relative;
    top:-1px;
    width: 12px;
    height: 22px;
}

.download-icon img {
    max-width: 100%;
}

.version-item .get-btn .text {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-right: 5px;
}

.check-all-verison {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 728px;
    height: 50px;
    background: linear-gradient(-134deg, #FCFCFC 0%, #F2FFF8 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #DFEFE6;
    margin: 0 auto;
    margin-top: 12px;
}

.check-all-verison .check-icon {
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
    background: url("/static/apkfunny/img/pc/check-icon.png")no-repeat;
    background-size: 100%;
}

.check-all-verison:hover {
    background: #37CD78;
}

.check-all-verison:hover .check-text {
    color: #fff;
}

.check-all-verison:hover .check-icon {
    position: relative;
    top: -2px;
    width: 18px;
    height: 18px;
    background: url("/static/apkfunny/img/pc/check-hover-icon.png")no-repeat;
    background-size: 100%;
}

.check-all-verison .check-icon img {
    max-width: 100%;
}

.check-all-verison .check-text {
    font-weight: 600;
    font-size: 16px;
    color: #37CD78;
    margin-right: 6px;
}

.tip-text {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 12px;
    text-decoration: underline;
}

.tip-text:hover {
    color: #37CD78;
}

.tip-icon {
    display: inline-block;
    position: relative;
    right: 6px;
    width: 18px;
    height: 18px;
}

.download-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 728px;
    height: 58px;
    background: #37CD78;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 12px;
    cursor: pointer;
}

.download-btn .download-icon {
    position: relative;
    top: -3px;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.download-btn .download-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 6px;
}

.download-btn .latest-sign {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 0px 0px 8px 0px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

.frequently-question_box {
    padding: 20px 20px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 12px;
}

.frequently-question_box .frequently-question_title {
    font-size: 20px;
    font-weight: 600;
    color: #111;
}

.frequently-question_box .asked-question-item {
    position: relative;
    background: linear-gradient(-134deg, #FCFCFC 0%, #F2FFF8 100%);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #DFEFE6;
    margin-top: 15px;
}

.frequently-question_box .asked-question-con {
    display: none;
    line-height: 25px;
    overflow: hidden;
    /* max-height: 0; */
    margin-top: -20px;
    padding: 7px 20px 20px 20px;
    transition: all ease .25s;
}

.frequently-question_box .asked-question-name {
    line-height: 1.2;
    position: relative;
    display: block;
    padding: 20px 16px 20px 30px;
    padding-right: 24px;
    cursor: pointer;
    color: #37CD78;
}

.check-version-btn {
    display: block;
}

.download-btn_link {
    display: block;
}

.question-link {
    text-decoration: underline;
    color: #37CD78
}

.down-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    width: 24px;
    height: 24px;
    margin: auto;
}

.down-rotate {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
