
    .sign-icon {
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        width: 16px;
        height: 16px;
        background: url('/static/apkfunny/img/pc_icon_pic.png')no-repeat;
        background-size: 100%;
    }

    @media screen and (min-width: 721px) {

        .tab-box {
            width: 100%;
            border-bottom: 1px solid #eee;
            overflow-x: auto;
            white-space: nowrap;
        }

        .tab-box .tab-item {
            display: inline-block;
            padding: 6px 20px;
            cursor: pointer;
            color: #666;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
        }
        .tab-box .tab-item h2 {
            cursor: pointer;
            font-size: 16px;
            font-weight: 400;
            cursor: pointer;
        }
        .tab-item:hover {
            background: #37CD78 ;
            color: white!important;
        }

        .tab-checked {
            background: #37CD78 ;
            color: white !important;
        }

        .list-box {
            position: relative;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-gap: 30px;
            margin-top: 32px;
            overflow-y: auto;
            padding-bottom: 150px;
        }

        .item-info {
            width: 347px;
            height: 394px;
            border-radius: 20px;
            border: 1px solid #EEE;
            overflow: hidden;
        }

        .item-header {
            position: relative;
            width: 100%;
            height: 176px;
            background: #ffffff;
            border-radius: 20px 20px 0px 0px;
            padding: 20px 12px;
        }

        .title-line {
            position: relative;
            top: 2px;
            display: inline-block;
            width: 4px;
            height: 14px;
            background: #37CD78 ;
            border-radius: 3px;
        }

        .item-content {
            position: relative;
            display: -webkit-box;
            width: 100%;
            padding: 12px 0 0 0;
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 14px;
            color: #666666;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            line-clamp: 2;
            text-overflow: -o-ellipsis-lastline;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .item-footer {
            width: 96%;
            height: 30px;
            position: absolute;
            bottom: 10px;
            margin: 0 auto;
        }

        .item-footer .item-number {
            position: absolute;
            font-family: PingFangSC, PingFang SC;
            font-weight: 500;
            font-size: 14px;
            color: #37CD78 ;
            text-align: left;
            font-style: normal;
        }

        .item-footer .check-btn {
            display: block;
            position: absolute;
            right: 10px;
            min-width: 65px;
            padding: 0 3px;
            height: 28px;
            line-height: 25px;
            vertical-align: middle;
            border-radius: 14px;
            border: 1px solid #37CD78 ;
            color: #37CD78 ;
            text-align: center;
            cursor: pointer;
        }

        .item-footer .check-btn:hover {
            background: #37CD78 ;
            color: white;
        }

        .app-content {
            width: 100%;
            height: 220px;
            overflow-y: auto;
            background-color: #ffffff;
            border-bottom: 1px solid #eee;
        }

        .app-item {
            width: 96%;
            margin: auto;
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            position: relative;
            padding: 12px 12px;
            border-bottom: 1px solid #EEE;
        }

        .item-title-box {
            position: relative;
            padding: 1px 0;
        }

        .item-title {
            width: 100%;
            font-family: PingFangSC, PingFang SC;
            font-size: 16px;
            font-weight: 400;
            text-align: left;
            font-style: normal;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* 设置最大显示行数 */
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

        .app-icon {
            display: block;
            width: 48px;
            height: 48px;
            opacity: 1 !important;
            border: 1px solid #f6f6f6;
            border-radius: 10px;
        }

        .app-info {
            width: 200px;
            margin-left: 12px;
        }

        .app-name {
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 16px;
            color: #333;
            line-height: 22px;
            text-align: left;
            font-style: normal;

        }

        .app-text {
            font-size: 14px;
        }

        .app-btn {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 5px;
            margin: auto;
            width: 65px;
            height: 28px;
            background: #37CD78;
            border-radius: 14px;
            -webkit-border-radius: 14px;
            line-height: 28px;
            vertical-align: middle;
            color: white;
            text-align: center;
        }

        .app-btn:hover {
            background: #37CD78 ;
        }

        .review-curapp-pc {
            display: flex;
            margin-left: -1px;
            overflow: hidden;
            margin-top: 3px;
            color: #666;
        }

        .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-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
        }

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

        .text-tips {
            position: absolute;
            left: 0;
            top: 95px;
            display: none;
            padding: 5px 5px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            margin-top: 5px;
            color: #ffffff;
            background: #000;
            font-size: 12px;
            z-index: 99;
        }

        .text-tips.show {
            display: block;
        }

        .title-tips {
            position: absolute;
            left: 10px;
            top: 20px;
            display: none;
            padding: 5px 5px;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            margin-top: 5px;
            color: #ffffff;
            background: #000;
            font-size: 12px;
            z-index: 99;
        }

        .title-tips.show {
            display: block;
        }


        .item-box {
            padding: 1px 0;
            overflow: hidden;
        }
    }

    .footer-bottom {
        width: 100%;
        position: fixed;
        bottom: 0;
    }

    @media screen and (max-width: 720px) {
        .tab-box {
            width: 100%;
            border-bottom: 1px solid #eee;
            overflow-x: auto;
            white-space: nowrap;
        }

        .tab-box .tab-item {
            display: inline-block;
            padding: 0.3rem 0.5rem;
            cursor: pointer;
            color: #666;
            font-size: 0.9rem;
            font-weight: 400;
            cursor: pointer;
        }

        .tab-item:hover {
            background: #37CD78 ;
            color: white;
        }

        .tab-checked {
            background: #37CD78 ;
            color: white !important;
        }

        .list-box {
            position: relative;
            width: 100%;
            margin: 0 auto;
            margin-top: 1rem;
            padding-bottom: 9rem;
        }

        .item-info {
            width: 100%;
            height: 21.5rem;
            margin: 0 auto;
            border-radius: 0.6rem;
            border: 1px solid #EEE;
            overflow: hidden;
            margin-top: 1rem;
        }

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

        .item-header {
            position: relative;
            width: 100%;
            height: 9rem;
            background: #ffffff;
            border-radius: 0.6rem 0.6rem 0 0;
            padding: 0.7rem 0.6rem;
        }

        .item-title {
            width: 100%;
            font-family: PingFangSC, PingFang SC;
            font-size: 1rem;
            font-weight: 400;
            text-align: left;
            font-style: normal;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* 设置最大显示行数 */
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

        .title-line {
            position: relative;
            top: 1px;
            display: inline-block;
            width: 3px;
            height: 13px;
            background: #37CD78 ;
            border-radius: 3px;
        }

        .item-content {
            width: 100%;
            padding: 0.3rem 0 0.1rem 0;
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 0.8rem;
            color: #666666;
            text-align: left;
            font-style: normal;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            /* 设置最大显示行数 */
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

        .item-footer {
            width: 96%;
            height: 2rem;
            position: absolute;
            bottom: 0.3rem;
            margin: 0 auto;
        }

        .item-footer .item-number {
            position: absolute;
            width: 94px;
            font-family: PingFangSC, PingFang SC;
            font-weight: 500;
            font-size: 0.8rem;
            color: #37CD78 ;
            text-align: left;
            font-style: normal;
        }

        .item-footer .check-btn {
            position: absolute;
            min-width: 3.8rem;
            padding:0 0.15rem;
            height: 1.4rem;
            line-height: 1.4rem;
            vertical-align: middle;
            border-radius: 0.8rem;
            border: 1px solid #37CD78 ;
            font-size: 0.8rem;
            color: #37CD78 ;
            text-align: center;
            right: 0.3rem;
        }

        .app-content {
            width: 100%;
            height: 13rem;
            overflow-y: auto;
        }

        .app-item {
            width: 96%;
            margin: auto;
            display: flex;
            align-items: center;
            flex-wrap: nowrap;
            position: relative;
            padding: 0.6rem 0.6rem;
            border-bottom: 1px solid #EEE;
        }

        .app-icon {
            display: block;
            width: 3rem;
            height: 3rem;
            opacity: 1 !important;
            border: 1px solid #f6f6f6;
            border-radius: 10px;
        }

        .app-info {
            width: 11rem;
            margin-left: 12px;
        }

        .app-name {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-family: PingFangSC, PingFang SC;
            font-weight: 400;
            font-size: 0.9rem;
            color: #333;
            line-height: 1.3rem;
            text-align: left;
            font-style: normal;
        }

        .app-text {
            font-size: 0.8rem;
        }

        .app-btn {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0.1rem;
            margin: auto;
            width: 3.8rem;
            height: 1.4rem;
            background: #37CD78;
            border-radius: 0.8rem;
            -webkit-border-radius: 0.8rem;
            line-height: 1.4rem;
            vertical-align: middle;
            color: white;
            text-align: center;
        }

        .review-curapp-pc {
            display: flex;
            margin-left: -1px;
            overflow: hidden;
            margin-top: 3px;
            color: #666;
        }

        .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-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
        }

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

        .text-tips {
            position: absolute;
            left: 0;
            top: 5rem;
            display: none;
            padding: 0.2rem 0.2rem;
            border-radius: 0.2rem;
            -webkit-border-radius: 0.2rem;
            margin-top: 0.2rem;
            color: #ffffff;
            background: #000;
            font-size: 0.8rem;
            z-index: 99;
        }

        .text-tips.show {
            display: block;
        }

        .title-tips {
            position: absolute;
            left: 1.1rem;
            top: 2rem;
            display: none;
            padding: 0.2rem 0.2rem;
            border-radius: 0.2rem;
            -webkit-border-radius: 0.2rem;
            margin-top: 0.2rem;
            color: #ffffff;
            background: #000;
            font-size: 0.8rem;
            z-index: 99;
        }

        .title-tips.show {
            display: block;
        }

        .item-box {
            padding: 1px 0;
            overflow: hidden;
        }
    }

    .no-data {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 30px;
        text-align: center;
        color: #939393;
        font-size: 18px;
    }

    .adv-bottom_layer {
    display:none;
    width: 100%;
    height:80px;
    padding: 5px 0;
    position: fixed;
    z-index: 100;
    text-align: center;
    left: 0;
    bottom: 0;
    background: #2898FF;
  }
  
  .adv-close {
    position: absolute;
    left: 0;
    top:-15px;
    width: 30px;
    height: 20px;
    background: #2898FF url("/static/apkfunny/img/icon_arrow.png") center top no-repeat;
    z-index: 999;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }
