    /*格式化样式*/
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    html,
    body {
        width: 100%;
        height: 100%;
        font-size: 62.5%;
    }

    ul,
    li {
        font-size: 0;
        list-style: none;
    }

    /* 页面样式 */
    .app-wrp{
        width: 100%;
        padding: 0 1.5rem;
    }
    .app-item1{
        width: 100%;
    }
    .app-share-title{
        width: 100%;
        line-height: 3.3rem;
        font-size: 2.2rem;
        color: rgb(8, 9, 41);
        border-bottom: 1px solid #E8E8E8;
        background-color: #FFFFFF;
        padding: 1.5rem 0;
    }
    .app-wrp ul{
        width: 100%;
    }
    .app-item1 ul li{
        padding-left: 1.5rem;
        box-sizing: border-box;
        border-bottom: 1px dashed #E8E8E8;
        position: relative;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .app-share-item1-title{
        color: #333;
        font-size: 1.6rem;
        line-height: 2.4rem;
        overflow : hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .app-share-item1-othInfo{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 0.15rem
    }
    .app-share-item1-othInfo span:nth-child(1){
        flex: 1;
        font-size: 1.2rem;
        color: #ababab;
        line-height: 1.8rem;
        text-align: left;
    }
    .app-share-item1-othInfo span:nth-child(2){
        flex: 1;
        font-size: 1.2rem;
        color: #ababab;
        line-height: 1.8rem;
        text-align: left;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .app-item1 ul li:after{
        content: '';
        width: 0.6rem;
        height: 0.6rem;
        background-color: #1e86e0;
        border-radius: 50%;
        position: absolute;
        top: 2.2rem;
        left: 0;
    }
    .app-item2 ul li a{
        font-size: 2.4rem;
        color: rgb(8, 9, 41);
        text-decoration: none;
        border-bottom: 1px dashed #E8E8E8;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1rem 0;
    }
    .app-item2-lt{
        flex: 0 0 calc(100% - 4.8rem);
    }
    .app-item2-rt{
        flex: 0 0 4.6rem;
        height: 4.6rem;
        overflow: hidden;
    }
    .app-item2-rt img{
        width: 100%;
        height: 100%;
    }
    .app-item2-title{
        font-size: 1.6rem;
        color: #333;
        line-height: 3.6rem
    }
    .app-item2-subTitle{
        font-size: 1.2rem;
        color: #ababab;
        line-height: 2.1rem
    }
    .beian{
        margin-top: 1rem;
        text-align: center;
        padding-bottom: 2rem
    }
    .beian a{
        font-size: 1.2rem;
        color: #333;
        text-decoration: none;
    }
