    html,
    body {
        margin: 0;
        padding: 0;
    }

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    a {
        text-decoration: none;
    }

    #DESCd {
        font-size: 12px;
        color: #646464;
        font-weight: 100;
        padding: 0 10px;
    }

    .image-box {
        margin: 0;
        position: relative;
        top: 0;
        width: 300px;
        height: 210px;
        float: left;
    }

    .image-box img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
        height: auto;
        position: absolute;
        min-height: 100%;
    }

    header {
        background: #ffffff;
        max-width: 1300px;
        margin: 0 auto;
        overflow: hidden;
    }

    header h1 {
        width: 100%;
        float: right;
    }

    #app-content {
        max-width: 1300px;
        padding: 0 10px;
        margin: 0 auto;
        background: #ffffff;
        z-index: 100;
        width: 100%;
    }

    .ad-content-app {
        margin-top: 20vh
    }

    .ad-content-app a {
        width: 200px;
        height: 45px;
        display: block;
        color: #fff;
        background-image: linear-gradient(to bottom, #f600bc, #d904ef);
        border-radius: 5px;
        margin: 10px auto;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        text-decoration: none;
        font-weight: 800;
    }

    .iconlist {
        text-align: center;
        margin-top: 20px;
        display: block;
        text-decoration: none;
    }

    .iconlist img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }

    nav {
        height: 60px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        max-width: 600px;
        box-sizing: border-box;
        margin: 0 auto;
        background: #ffffff;
    }

    nav a {
        width: 100px;
        display: inline-block;
        font-size: 12px;
        color: #878787;
        padding: 0;
        text-align: center;
    }

    .articleBar {
        display: flex;
        flex-wrap: wrap
    }

    #daapp a {
        padding: 2px;
        box-sizing: border-box;
        color: #565656
    }

    .mulu-app a {
        padding: 2px;
        color: #565656;
        float: left;
        width: 12.5%;
        margin-top: 10px;
        text-align: center;
        list-style: none;
    }

    .mulu-app a .name-icon {
        width: 100px;
        height: 100px;
        background: url(https://img2.baidu.com/it/u=3254993162,2041997787&fm=253&fmt=auto&app=138&f=PNG?w=500&h=500) no-repeat;
        border-radius: 15px;
        margin: 0 auto;
        background-size: cover;
    }

    .articleBar .ln-info {}

    .articleBar .ln-info .img-box {
        width: 100%;
        overflow: hidden;
        height: 160px
    }

    .articleBar .ln-info .img-box img {
        width: 100%
    }

    .articleBar .ln-info .detailInfo {
        float: right;
        padding: 5px 0;
        width: 100%
    }

    .articleBar .ln-info .detailInfo h1 {
        font-size: 14px;
        padding: 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .articleBar .ln-info .detailInfo .info {
        font-size: 12px
    }

    #app-content a {}

    .article-list {
        margin: 0 0 20px;
        list-style: none
    }

    @media (max-width:767px) {
        .article-list {
            padding: 0 10px
        }
    }

    .article-list .item {
        padding: 10px 0;
        border: 2px solid #eaeaea;
        border-radius: 3px;
        overflow: hidden;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        margin-bottom: 10px
    }

    @media (max-width:767px) {
        .article-list .item {
            padding: 10px 0
        }
    }

    .article-list .item:hover {
        background: #fafafa;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .article-list .item:hover .edit-link {
        display: block
    }

    @media (max-width:767px) {
        .article-list .item:hover {
            margin: 0 -10px;
            padding: 10px 10px
        }

        .article-list .item:hover .edit-link {
            display: none
        }
    }

    .article-list .item-img {
        position: relative;
        float: left;
        width: 245px;
        overflow: hidden;
        -webkit-transition: -webkit-box-shadow .3s ease 0s;
        transition: -webkit-box-shadow .3s ease 0s;
        -o-transition: box-shadow .3s ease 0s;
        transition: box-shadow .3s ease 0s;
        transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s
    }

    @media (max-width:767px) {
        .article-list .item-img {
            width: 120px;
            height: 75px
        }
    }

    .article-list .item-img:hover {
        -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: -webkit-box-shadow .3s ease 0s;
        transition: -webkit-box-shadow .3s ease 0s;
        -o-transition: box-shadow .3s ease 0s;
        transition: box-shadow .3s ease 0s;
        transition: box-shadow .3s ease 0s, -webkit-box-shadow .3s ease 0s
    }

    .article-list .item-img img {
        width: 100%;
        height: 153px;
        padding-left: 10px;
        vertical-align: top;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }

    @media (max-width:767px) {
        .article-list .item-img img {
            height: 75px
        }
    }

    .article-list .item-img img:hover {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-transition: all .3s ease-out 0s;
        -o-transition: all .3s ease-out 0s;
        transition: all .3s ease-out 0s
    }

    .article-list .item-category {
        position: absolute;
        left: 10px;
        top: 10px;
        padding: 5px 6px;
        font-size: 12px;
        font-size: .12rem;
        line-height: 1;
        color: #fff;
        background-color: #000;
        filter: alpha(opacity=60);
        background: rgba(0, 0, 0, 0.6);
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-decoration: none
    }

    @media (max-width:767px) {
        .article-list .item-category {
            display: none
        }
    }

    .article-list .item-category:hover {
        background: #4285f4
    }

    .article-list .item-content {
        position: relative;
        min-height: 110px;
        padding: 0 10px
    }

    @media (max-width:767px) {
        .article-list .item-content {
            min-height: 75px
        }
    }

    .article-list .item-content .edit-link {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        padding: 0 5px;
        font-size: 14px;
        line-height: 28px
    }

    .article-list .item-title {
        margin: 0 0 10px;
        font-size: 20px;
        font-size: .2rem;
        line-height: 1.4;
        font-weight: 400
    }

    @media (max-width:767px) {
        .article-list .item-title {
            font-size: 18px;
            font-size: .18rem
        }
    }

    @media (max-width:500px) {
        .article-list .item-title {
            font-size: 16px;
            font-size: .16rem
        }
    }

    .article-list .item-title a {
        color: #333;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        text-decoration: none
    }

    .article-list .item-title a span {
        color: #e0b228
    }

    .article-list .item-title a:hover {
        color: #4285f4
    }

    #xbt {
        font-weight: bold;
        border-bottom: 2px solid #3ca5f6
    }

    .article-list ol {
        counter-reset: LIST-ITEMS
    }

    .article-list ol li {
        display: inline-block;
        width: 30%
    }

    .article-list ol li:before {
        content: counter(LIST-ITEMS) ".";
        counter-increment: LIST-ITEMS
    }

    .article-list ol li a {
        color: #333
    }

    @media (max-width:767px) {
        .article-list ol li {
            display: inherit;
            width: auto
        }
    }

    .article-list .item-excerpt {
        color: #666;
        -o-text-overflow: ellipsis;
        padding-bottom: 35px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 14px
    }

    @media (max-width:767px) {
        .article-list .item-excerpt {
            display: none
        }
    }

    .article-list .item-meta {
        position: absolute;
        bottom: 0;
        color: #999;
        font-size: 13px
    }

    @media (max-width:767px) {
        .article-list .item-meta {
            width: 100%;
            height: 20px
        }
    }

    .article-list .item-meta .item-meta-li {
        display: inline-block;
        margin-right: 15px;
        vertical-align: top;
        line-height: 30px
    }

    @media (min-width:992px) and (max-width:1219px) {
        .article-list .item-meta .item-meta-li {
            margin-right: 10px
        }
    }

    @media (max-width:767px) {
        .article-list .item-meta .item-meta-li {
            line-height: 20px;
            margin-right: 10px
        }
    }

    .article-list .item-meta .item-meta-li .fa {
        font-size: 14px
    }

    .article-list .item-meta a {
        color: #999;
        text-decoration: none
    }

    .article-list .item-meta a:hover,
    .article-list .item-meta a:focus {
        color: #4285f4
    }

    .article-list .item-meta .author {
        margin-right: 30px;
        display: inline-block
    }

    @media (min-width:992px) and (max-width:1219px) {
        .article-list .item-meta .author {
            display: none
        }
    }

    .article-list .item-meta .avatar {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 5px
    }

    .article-list .item-meta .avatar img {
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
        vertical-align: top
    }

    .article-list .item-meta .avatar img:hover {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .article-list .item-meta .nickname {
        line-height: 30px;
        line-height: .3rem
    }

    @media (max-width:767px) {

        .article-list .item-meta .author,
        .article-list .item-meta .likes,
        .article-list .item-meta .comments,
        .article-list .item-meta .hearts {
            display: none
        }

        .article-list .item-meta .views {
            margin: 0;
            float: right
        }
    }

    .article-box>h1,
    .right-box>h1 {
        font-size: 16px;
        color: #818181;
        padding: 10px;
        background: #eaeaea;
        margin-top: 10px;
        font-weight: 100
    }

    @media (max-width:1300px) {
        .image-box {
            width: 100%
        }

        header h1 {
            width: 100%;
        }

        .articleBar a {
            width: 100%;
        }
    }

    footer {
        font-size: 12px;
        text-align: center;
        padding: 20px;
        clear: both;
        border-top: 1px solid #eaeaea;
        margin-top: 20px;
    }

    footer a {
        font-size: 12px;
        color: #6e6e6e;
    }

    .bot-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }

    #app-content .bot-nav a {
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }

    #logoc {
        width: 140px;
        margin: 10px auto 0 auto;
        height: 50px;
        background: url(https://img1.baidu.com/it/u=2950194735,2833509150&fm=253&fmt=auto&app=138&f=PNG?w=553&h=369) no-repeat center;
        background-size: cover;
    }

    #daapp {
        overflow: hidden;
    }

    #daapp li {
        float: left;
        width: 12.5%;
        margin-top: 10px;
        text-align: center;
        list-style: none;
    }

    #daapp li:nth-child(-n+6) {
        padding-top: 0;
    }

    #daapp li a {
        display: block;
        padding: 5px;
    }

    #daapp .icon {
        padding-bottom: 100%;
        border-radius: 20px;
        background: no-repeat center center;
        background-size: cover;
        border: 1px solid #e1e1e1;
    }

    #daapp .name {
        font-size: 12px;
        font-weight: normal;
        line-height: 2em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 3.8% 20px;
    }

    #daapp .view {
        color: #fff;
        font-size: 12px;
        border-radius: 50px;
        line-height: 3em;
        background-color: #40d346;
    }

    #dawenzhang a {
        width: 50%;
        color: #2196F3
    }

    .article-box {
        width: 70%;
        float: left;
        padding: 0 5px;
    }

    .right-box {
        width: 30%;
        float: right;
        padding: 0 5px;
    }

    .dx-box {
        overflow: hidden;
    }

    #page-content {
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0;
        background: #020a36;
        display: none;
        z-index: 100;
        width: 100%;
    }

    .content-app {
        margin-top: 20vh
    }

    .content-app a {
        width: 200px;
        height: 45px;
        display: block;
        color: #fff;
        background-image: linear-gradient(to bottom, #f600bc, #d904ef);
        border-radius: 5px;
        margin: 10px auto;
        text-align: center;
        line-height: 45px;
        font-size: 16px;
        font-weight: 800;
    }

    .iconlist {
        display: flex;
        display: flex;
        justify-content: center;
    }

    .iconlist div {
        width: 70px;
        margin: 0 2px;
        height: 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 18px;
    }

    .right-box {}

    .right-box .r-cont-n {
        padding: 0 5px;
    }

    .right-box .r-cont-n a {
        color: #898989;
        font-size: 13px;
        text-decoration: none;
        margin-top: 5px;
        overflow: hidden;
        display: block;
    }

    .right-box .r-cont-n a .name-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 800;
    }

    .right-box .r-cont-n a .type {
        margin-left: 5px;
    }

    .right-box .r-cont-n a .app-time {
        font-size: 12px;
        padding: 5px 0;
    }

    @media (max-width:767px) {
        #daapp li {
            width: 25%;
        }

        .mulu-app a {
            width: 25%;
        }

        .mulu-app a .name-icon {
            width: 60px;
            height: 60px;
        }

        .right-box,
        .article-box {
            width: 100%;
        }

        #dawenzhang a {
            width: 100%;
        }

        #page-content {
            display: block;
        }
    }