    .current {
        position: relative;
        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%;
    }


    .current-logo {
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
        background: #F6F6F6;
        border-radius: 20%
    }

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

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

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

    .current-score .score-span-num {
        margin-left: 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-left: -2px;
        background-image: url('../img/star.svg');
        background-size: 14px 14px
    }

    .current-active-star {
        position: absolute;
        top: 0;
        left: 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-left: 3px
    }

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

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

    .app-descript pre{
        white-space: pre-wrap;
    }

    .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-left: -1px;
        overflow: hidden;
        margin-top: 3px;
    }

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

    .review-curapp-pcitem::before {
        position: absolute;
        top: 4px;
        left: 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-right: 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;
    }

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

    .download-btn .download-icon {
        position: relative;
        display: inline-block;
        width: 18px;
        height: 18px;
        background: url("/static/apkfunny/img/pc/download-icon.png")no-repeat;
        background-size: 100%;
    }

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

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

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

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

    .leftbtn {
        left: 0;
    }

    .rightbtn {
        right: 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); */
        left: 13px;
        top: 16px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .leftbtn::after {
        left: 20px;
        top: 16px;
        border-right: 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-left: 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;
        left: 0;
        right: 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;
        right: 0;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #666;
        text-align: right;
    }

    .about-app_title .more .more-icon {
        position: relative;
        top: 3px;
        left:-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-left: 8px;
    }

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

    .about-app_item .content {
        margin-left: 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-left: 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%;
        left: 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;
        left: 0;
        right: 0;
        border-radius: 50%;
    }
