.article-col {
    padding-left: 20px
}

.dsm img {
    width: 100%
}

.contant-col {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 1200ms ease-out, transform 600ms ease-out, visibility 1200ms ease-out
}

.contant-col.show {
    opacity: 1;
    transform: none;
    visibility: visible
}

.article-col.left-side {
    opacity: 0;
    transform: translateX(-20vh);
    visibility: hidden;
    transition: opacity 1200ms ease-out, transform 600ms ease-out, visibility 1200ms ease-out
}

.article-col.left-side.show {
    opacity: 1;
    transform: none;
    visibility: visible
}

.right-side {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 1200ms ease-out, transform 600ms ease-out, visibility 1200ms ease-out;
}

.right-side.show {
    opacity: 1;
    transform: none;
    visibility: visible
}

.article-data {
    color: #606266
}

.article-data img {
    margin: 10px
}

.article-data .article-title {
    font-size: 28px;
    font-weight: 700
}

.article-data .article-info {
    padding-top: 10px;
    color: #999;
    font-size: 12px
}

.article-data .article-author,
.article-data .article-cat {
    color: #337ab7;
    cursor: pointer
}

.article-data .seperate {
    display: inline-block;
    padding: 0 5px 0 5px
}

.article-data .incat {
    padding-left: 5px
}

.article-data h3 {
    font-size: 22px;
    font-weight: 700;
    padding: 10px 0 10px 0
}

.article-data h4 {
    font-size: 21px;
    font-weight: 700;
    padding: 10px 0 10px 0
}

.article-data h2 {
    font-size: 23px;
    font-weight: 700;
    padding: 10px 0 10px 0
}

.article-data h1 {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 0 10px 0
}

.article-data .article-content {
    padding: 10px 0 10px 0;
    line-height: 200%;
    color: #555
}

.article-data p {
    font-size: 16px
}

.error-tips {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20000 !important
}

.comment-ul-li h3,
.comment-ul-li h4 {
    font-size: 20px
}

.comment-ul-li h2,
.comment-ul-li h1 {
    font-size: 22px
}

.article-recommend {
    padding: 15px 0 5px 0;
    font-size: 14px
}

.recomlove {
    display: inline-block;
    padding-right: 10px;
    font-size: 8px
}

.love-recommend-span {
    font-size: 10px !important;
    color: #666
}

@media screen and (max-width:767px) {

    .comment-ul-li h3,
    .comment-ul-li h4 {
        font-size: 18px
    }

    .comment-ul-li h2,
    .comment-ul-li h1 {
        font-size: 18px
    }

    .article-data .article-title {
        font-size: 18px;
        font-weight: 700
    }

    .article-data h3 {
        font-size: 15px;
        font-weight: 700;
        padding: 10px 0 10px 0
    }

    .article-data h4 {
        font-size: 14px;
        font-weight: 700;
        padding: 10px 0 10px 0
    }

    .article-data h2 {
        font-size: 16px;
        font-weight: 700;
        padding: 10px 0 10px 0
    }

    .article-data h1 {
        font-size: 18px;
        font-weight: 700;
        padding: 10px 0 10px 0
    }

    .article-data p {
        font-size: 14px
    }
}

.art-leftside {
    display: none;
}

@media (min-width: 768px) {
    .art-leftside {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        overflow-x: hidden;
        overflow-y: auto;
        /* Scrollable contents if viewport is shorter than content. */
        background-color: #fff;
        border-right: 1px solid #eee;
    }
}