.overflow-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-content {
    width: 100%;
}

.wrapper-main {
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 1320px) {
    .wrapper-main {
        padding-left:20px;
        padding-right: 20px
    }
}

.wrapper-main .por-breadcrumb {
    padding: 20px 0 16px;
}

.wrapper-main .wrapper-main-container{
    width: calc(100% - 308px);
    float: left;
}

.sidebar-container {
    width: 288px;
    float: right;
}

.mobile-loader{
    display: none;
    width: 100%;
    text-align:center;
    padding: 20px 0;
}

.tag-banner {
    width: 100%;
    height: 100px;
    font-size: 24px;
    color: #252B3A;
    position: relative;
    background: url("../images/developer-center-second/developer-center-tagCollection/tag-name-bg.jpg") no-repeat;
    padding: 35px 40px 35px 43px;
    margin-bottom: 20px;
    background-size: cover;
}

.tag-banner:before{
    position: absolute;
    content: "";
    left: 0;
    top: calc(50% - 10px);
    width: 3px;
    height: 20px;
    background: #c7000b;
    z-index: 1;
}

.tag-banner .por-btn-icon.por-icon-plus {
    width: 8px;
    height: 8px;
    font-size: 8px;
    margin-right: 8px;
    vertical-align: -1px;
}

.article-label.tag-selected{
    color:#c7000b;
    border-radius: 2px;
}

.article-label:hover {
    color:#c7000b;
}

.tag-banner p{
    max-width: calc(100% - 100px);
}
.tag-banner .por-text-title-t3 span{
    max-width: calc(100% - 50px);
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}

.red-word.blog-title {
    color: #c7000b;
}

/* 接口报错处理样式 */
.no-data-box {
    margin-top: 200px;
    margin-bottom: 200px;
    text-align: center;
    width: 100%;
    font-size: 0;
}
.no-data-box .icon-nodata {
    display: inline-block;
    width: 54px;
    height: 54px;
    background: no-repeat center/cover;
    margin-bottom: 8px;
    background-image: url(../images/developer-tags/icon-nodata.png);
}

.no-data-box .no-data-info {
    font-size: 14px;
    color: #8a8e9c;
    text-align: center;
    line-height: 22px;
}

.tag-banner .tag-add-attention {
    position: absolute;
    top: 34px;
    right: 40px;
    height: 32px;
    line-height: 32px;
    width: 88px;
    padding-left: 0;
    padding-right: 0;
}
/* tab栏样式 */
.tag-nav {
    position: relative;
    margin-top: 0px;
    border-bottom: #DFE1E6 1px solid;
    font-size: 14px;
    color: #252B3A;
}

.tag-nav ul {
    overflow: hidden
}

.tag-nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 32px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    color: #575D6C;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
}

.tag-nav ul li a{
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
}

.tag-nav ul li.tag-nav-actived a,
.tag-nav ul li:hover {
    position: relative;
    color: #c7000b;

}

.tag-nav ul li.tag-nav-actived a:after {
    position: absolute;
    content: "";
    width: calc(100% - 8px);
    height: 3px;
    background-color: #c7000b;
    left: 0;
    bottom: -10px;
}

.tag-side-bar {
    float: right
}

.por-btn.por-btn-primary.write-blog-btn,
.por-btn.por-btn-primary.forum-posted-btn {
    width: 140px;
    height: 32px;
}

.article-container .whole_area_click {
    cursor: pointer;
}

.article-container .whole_area_click:last-child{
    border-bottom: none;
}

.article-container .whole_area_click:hover .click-title{
    color: #c7000b;
}
/*
侧边栏样式 */

.recommendLive {
    color: #252B3A;
    font-size: 16px;
    width: 64px;
    height: 20px;
    line-height: 20px;
    font-weight: 600;
    margin: 24px 0 16px;
}

.tag-webinar-content {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    width: 288px;
}

/* 推荐直播样式 */

.bbs-webinar-recommend {
    width: 100%;
    margin-bottom: 0px;
    background: #F5F5F6;
}

.bbs-webinar-recommend-click-blank {
    float: none;
    width: 100%;
    display: block;
    height: 162px;
    overflow: hidden;
    background: url(./images/bbs-webinar-recommend.png);
}

.tag-webinar-recommend-title {
    font-size: 16px;
    color: #252B3A;
    text-align: center;
    font-weight: 600;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    max-height: 48px;
}

.tag-webinar-recommend-title:hover {
    color: #c7000b;
}

.bbs-webinar-recommend-img {
    height: 162px;
    width: 100%;
}

.webinar-img-container {
    height: 162px;
    overflow: hidden;
    display: block;
}

.bbs-webinar-recommend-img:hover {
    transform: scale(1.1);
}

.bbs-webinar-recommend-text {
    float: none;
    width: 100%;
    padding: 20px 20px 0;
}

.bbs-webinar-recommend-title {
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    max-width: 100%;
    font-weight: 600;
    color: #252B3A
}

.bbs-webinar-recommend-time {
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
}

.bbs-webinar-recommend-character {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bbs-webinar-recommend-description {
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    color: #252b3a;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    max-height: 72px;
}

.por-btn.por-btn-secondary.por-btn-middle.bbs-webinar-recommend-btn {
    bottom: 24px;
    height: 28px;
    line-height: 26px;
    position: absolute;
    margin: 16px 0 4px 0;
}

.bbs-webinar-recommend .por-carousel-pagination {
    top: 140px;
    bottom: initial;
}

.bbs-webinar-recommend .por-carousel-wrapper {
    padding-bottom: 68px;
}

.bbs-webinar-recommend .por-carousel-slide {
    position: static;
}

/* 列表公共样式 */
.blog-view-img{
    display:inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/developer-center-second/developer-center-tagCollection/viewCount.png) no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right:5px;
}
.blog-comment-img{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/developer-center-second/developer-center-tagCollection/commentCount.png) no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right:5px
}
.blog-vote-img{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/developer-center-second/developer-center-tagCollection/voteCount.png) no-repeat;
    background-size: 100%;
    vertical-align: text-bottom;
    margin-right:5px
}


/* 论坛列表样式 */
.PostList li {
    border-bottom: #DFE1E6 1px solid;
    padding:24px 0 12px;
    overflow: hidden;
}
.PostList li:last-child{
    border-bottom: none;
}

.post-left {
    padding-right: 16px;
    float: left;
    width: 64px;
}

.post-right {
    color: #666A75;
    font-size: 14px;
    float: right;
    width: calc(100% - 64px);
}
/* 匿名用户 */
.anonymous-author:hover {
    text-decoration: none !important;
}
.post-author {
    color: #1B79C8;
    margin-right: 5px;
}
.post-author .post-author-alias{
    display: none;
}
.post-author:hover{
    text-decoration: underline;
}
.post-title {
    display: flex;
    flex-direction: row;
}

.post-title .post-section,
.post-title strong{
    color:#2E56B1;
    line-height: 18px;
}
.post-title strong:hover{
    text-decoration: underline;
}
.post-detail,
.post-view-container,
.post-release-time-mb{
    display: none;
}
.post-info {
    margin: 10px 12px 12px 0px;
    font-size: 0;
}
.post-info * {
    font-size: 12px;
}
.post-lastest-comment {
    margin-left: 5px;
}

.PostList .post-author-alias {
    width: 48px;
    height: 48px;
    border-radius: 50% 50%;
}

.PostList .post-title .post-link{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.PostList .post-title .post-link:hover{
    color: #c7000b;
}

.PostList .post-title a {
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.post-release-time {
    padding-right: 40px;
}

.post-release-time i{
    font-style: normal;
}

.PostList .post-author-info {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}

.PostList .post-author-info .post-author-status {
    position: absolute;
    bottom: 0;
    right: 1px
}

.PostList .view-num,
.PostList .comment-num{
    position: relative;
    padding-left: 21px;
}

.PostList .view-num:before,
.PostList .comment-num:before{
    content: '';
    position: absolute;
    background: url(../images/developer-center-second/developer-center-tagCollection/viewCount.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
    left: 0;
    top: 2px;
}

.PostList .comment-num:before{
    background: url(../images/developer-center-second/developer-center-tagCollection/commentCount.png) no-repeat center;
}

/* 热门标签样式 */

.tag-webinar-hot {
    margin-top: 16px;
}

.tag-webinar-hot .hot-tag {
    background: #f5f5f6;
    padding: 20px 20px 8px;
    border-radius: 2px;
    margin-bottom: 16px;
}
.hot-tags-content {
    display: inline-block;
    background: #fff;
    margin: 0 4px 12px 0;
    padding: 3px 12px;
    border-radius: 2px;
    word-break: break-word;
    cursor: pointer;
}

.hot-tags-content:hover {
    color: #c7000b;
}

.hot-tag .hot-tag-title {
    color: #252B3A;
    font-size: 16px;
    text-align: left;
    margin-bottom: 16px;
    font-weight: 600
}

.por-label-checkbox.por-label-checkbox-selected.hot-tag-individual {
    margin-bottom: 15px;
    color: #575D6C;
    font-size: 14px;
    background-color: #fff;
    border: 0
}

#tag-portal-tag .tips-focus {
    margin-right: 0;
}


/* 云声文章样式 */
.suggestion-title a{
    width: calc(100% - 90px);
}

.suggestion-status {
    height: 22px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 38px;
    padding: 4px 8px;
}

.tag-pre {
    background-color: rgba(76, 189, 157, 0.15);
    color: #4bbd9d;
}

.tag-pass { 
    background: rgba(76, 189, 157, 0.15);
    color: #54c0a2;
}

.tag-green { 
    background: #4bbd9d;
    color: #fff;
}
.tag-gray{
    background: rgba(102, 106, 117, 0.1);
    color: #666a75;
}


/* 视频文章样式 */
.VideoList>li {
    border-bottom: #DFE1E6 1px solid;
    padding: 32px 0 24px;
    position: relative;
    overflow: hidden;
}
.VideoList .Video-intro{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-top: 8px;
}

.VideoList .Video-img {
    position: relative;
    width: 235px;
    height: 132px;
    float: left;
    overflow: hidden;
}

.VideoList .Video-img .Video-pic{
    transition: all .5s;
}

.VideoList .Video-img:hover .Video-pic{
    transform: scale(1.1,1.1);
}

.VideoList .Video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
}

.VideoList .Video-info {
    width: 235px;
    height: 22px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(37,43,58,.6);
    padding: 0 8px;
    color: #fff;
}
.VideoList .Video-ViewCount{
    float: left;
    font-size: 14px;
    padding-left: 12px;
    position: relative;
}
.VideoList .Video-ViewCount:before{
    content: '';
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url('./../images/developer-center-second/developer-center-tagCollection/VideoplayCount.png') no-repeat center;
    left: 0;
    top: 6px;
}

.VideoList .Video-seconds {
    float: right;
    font-size: 14px;
    padding-right: 8px;
}

.VideoList .Video-info-mb{
    display: none;
}

.VideoList .Video-title {
    color: #252B3A;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    line-height: 30px;
    width: 100%;
    display: block;
}
.VideoList .Video-pic {
    width: 235px;
    height: 132px;
    position: absolute;
    top: 0;
    left: 0;
}

.VideoList .Video-content,
.VideoList .bottom-tag-container {
    padding-left: 32px;
    padding-right: 12px;
    width: calc(100% - 235px);
    float: right;
}
.VideoList .Video-content{
    height: 90px;
    margin-bottom: 18px;
}

.VideoList .bottom-tag-container{
    margin-bottom: -12px;
}

/* 博客文章样式 */
.blog-title {
    font-size: 20px;
    color: #252B3A;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    word-break: break-all;
}

.tag-suggestion-container .blog-title{
    padding-right: 78px;
}

.blog-click-block{
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.blog-author-info {
    margin-top: 12px;
    color: #575d6c;
    font-size: 12px;
    line-height: 24px;
}

.blog-author-portrait img{
    width: 24px;
    height: 24px;
    border-radius: 50% 50%;
    vertical-align: bottom;
}

.blog-author-info .blog-author-alias {
    margin-left: 5px;
}

.blog-author-info .blog-author-alias:hover {
    color: #526ecc;
}

.tag-suggestion-container .blog-author-info .blog-author-alias:hover {
    color: #575d6c;
}

.blog-intro {
    font-size: 14px;
    margin: 14px 0 12px;
    color: #575D6C;
    line-height: 24px;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    max-height: 72px;
}

.tag-suggestion-container .blog-intro{
    -webkit-line-clamp: 2;
    max-height: 48px;
}

.blog-author-info .blog-release-date {
    margin-left: 20px;
    height: 18px;
}

.tag-code-container .blog-author-info .blog-release-date {
    margin-left: 0;
}

.blog-author-info .blog-view-num {
    margin-left: 32px;
}

.blog-author-info .blog-comment-num {
    margin-left: 17px;
}

.blog-author-info .blog-vote-num {
    margin-left: 16px
}

.bottom-tag-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.author-container {
    cursor: pointer;
    display: inline-block;
}

.article-label {
    line-height: 18px;
    margin: 0 8px 12px 0;
    font-size: 12px;
    background-color: #F5F5F6;
    border: 0;
    border-radius: 2px;
    color: #575D6C;
    padding: 3px 12px;
    cursor: pointer;
    display: inline-block;
}

.blogList>li{
    border-bottom: #DFE1E6 1px solid;
    padding: 32px 0 12px;
}

.blogList>li:last-child {
    border-bottom-width: 0;
}

.blog_whole_area_href {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.self-blog {
    position: relative;
    cursor: pointer;
}

.common-blog-attachment {
    width: 20px;
    display: inline-block;
    height: 17px;
    position: relative;
    top: 2px;
    margin-left: 10px;
    background: url(../../../v2_resources/ydcomm/libs/images/new-hwcloud-icon.svg) no-repeat 0 -173px;
}

/* 热门标签hover样式 */
.tag-tips-container {
    position: absolute;
    padding-top: 13px;
    z-index: 999;
    background: transparent;
}

.tag-tips-content {
    background: #fff;
    width: 231px;
    padding: 16px 16px;
    font-size: 12px;
    line-height: 18px;
    color: #252b3a;
    border-radius: 2px;
    box-shadow: 0 4px 12px 0 rgba(0,0,0,0.1);
    cursor: default;
}

.tag-tips-content:before {
    position: absolute;
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    top: 7px;
    left: 12px;
    background: url(../images/developer-tags/triangle.svg) no-repeat;
}

.tips-tag-name {
    position: relative;
    font-size: 14px;
    word-break: break-word;
}

.no-data-info .tag-name {
     color: #c7000b;
}

.tips-tag-name:before {
    position: absolute;
    left: -16px;
    content: "";
    width: 0;
    height: 10px;
    display: inline-block;
    border: 1px solid #c7000b;
    margin-top: 4px;
}

.tips-tag-focus {
    color: #8a8e9c;
    margin-top: 8px;
}

.tips-tag-nums {
    margin: 8px 0;
}

.tips-tag-nums li {
    width: 49%;
    display: inline-block;
    margin: 4px 0;
}

.letter-container {
    padding: 8px 0 12px 0;
    background: #fff;
}

.tips-tag-btn {
    display: flex;
    justify-content: center;
}

.tips-tag-btn .por-btn{
    font-size: 14px;
}

.hide,
.search-container .hide,
.tags-content .hide,
.letter-tags-ul .hide,
.tips-tag-nums .hide,
.tips-tag-btn .hide {
    display: none;
}

.mobile-right-block span.por-btn-icon {
    width: 9px;
    height: 9px;
    margin-right: 4px;
    vertical-align: -1px;
    font-size: 9px;
}

.tips-tag-btn span.por-btn-icon{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: -3px;
    font-size: 16px;
}

.tips-focus {
    margin-right: 8px;
}

.tips-tag-btn .por-btn-small {
    padding: 0 15px;
    width: 88px;
}

.num-info {
    display: inline-block;
}

.tag-arrow-container,
.tags-arrow-container,
.num-info-mobile,
.blog-intro-mobile,
.publish-time-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .bottom-tag-container{
        display: none;
    }
	.wrapper-main{
        padding: 0;
        background: #f5f6f7;
    }

    .blog-author-portrait img {
        width: 16px;
        height: 16px;
    }

    .tag-code-container .blog-author-info {
        overflow: hidden;
    }

    .blog-author-info {
        line-height: 18px;
    }

    #back-to-top.show {
        opacity: 1;
        display: block
    }

    .back-top {
        position: fixed;
        bottom: -80px;
        right: -15px;
        z-index: 1000;
        opacity: 0;
        text-align: center;
        line-height: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: none;
        vertical-align: middle;
        background-image: url(../../../v2_resources/ydcomm/images/scroll-top-icon.png) !important;
        background-position: center !important;
        background-repeat: no-repeat;
        background-color: rgba(51, 51, 51, .6);
        cursor: pointer;
        transition: .3s ease-out;
    }

    .suggestion-status {
        bottom: 16px;
        top: auto;
    }

    .tag-suggestion-container .num-info,
	.por-breadcrumb,
    .sidebar-container,
    .tag-side-bar,
    #footer,
    .register-area-devcenter,
    .register-text-devcenter,
    .footer-service {
        display: none;
    }

	.article-container{
        overflow: hidden;
        padding: 0 15px;
    }

    .blogList > li {
        padding: 16px 0;
    }

	.mobile-loader{
        text-align: center;
    }
    .wrapper-main .wrapper-main-container{
        background: #fff;
        float: none;
        width: 100%;
    }

    .num-info {
        float: right;
    }

    .blog-author-info .num-info > span {
        margin-left: 12px;
    }

    .num-info-pc,
    .article-container .blog-intro-pc,
    .publish-time-pc {
        display: none;
    }

    .tag-arrow-container,
    .tags-arrow-container,
    .num-info-mobile,
    .blog-intro-mobile {
        display: block;
    }

    .tag-arrow-container i {
        position: absolute;
        top: 0;
        height: 100%;
    }

    #tag-tab-left {
        left: 0;
    }

    #tag-tab-right {
        right: 0;
    }

    .tag-arrow-container .por-icon-left:before,
    .tag-arrow-container .por-icon-right:before {
        display: inline-block;
        margin-top: 16px;
        padding: 0 10px;
    }
   /* 处理移动端论坛第一条数据样式被盖住 */
    .tab-left-block,
    .tab-right-block {
        display: inline;
    }

    .tab-left-block::after {
        position: absolute;
        content: "";
        left: 34px;
        top: 0;
        display: inline-block;
        width: 10px;
        height: 100%;
        background: linear-gradient(90deg, #fff, transparent);
    }

    .tab-right-block::before {
        position: absolute;
        content: "";
        top: 0;
        right: 34px;
        display: inline-block;
        width: 10px;
        height: 100%;
        background: linear-gradient(90deg, transparent, #fff);
    }

    .blog-author-info .blog-release-date {
        margin-left: 0px;
    }

    .blog-timer{
        display: inline-block;
        vertical-align: middle;
    }

    .common-blog-attachment{
        display: none;
    }

    .por-breadcrumb {
        display: none;
    }
    
    .wrapper-main{
        width: 100%;
    }
    .tag-side-bar{
        display: none;
    }
    .blogList{
        width: 100%;
    }
    .VideoList{
        width: 100%;
    }
    /* 回到顶部移动端样式 */
    .tag-suggestion-container .publish-time-mobile,
    .backtop-sidebar{
        display: inline-block;
    }
    .backtop-sidebar.show-backtop{
        display:inline-block;
    }
    .backtop-sidebar .backtop-btn{
        display: inline-block;
        width: 8.53vw;
        height: 8.53vw;
        border-radius: 50% 50%;
        background:url("../images/developer-center-second/developer-center-tagCollection/BackToTop.png") no-repeat center;
        z-index: 11;
        position: fixed;
        bottom: 20px;
        right: 50%;
        transform: translateX(10px);
    }
    /* 移动端接口报错样式 */
    .no-data-box{
        width:100%;
    }
    .no-data-box .icon-nodata {
        width: 54px;
        height: 54px;
        background-size: 100%;
    }
    
    /* tab栏移动端样式 */
   
    .tag-banner {
        width: 100%;
        height: 88px;
        padding: 8px 0;
        margin-bottom: 0;
        background: #f5f5f6;
    }
    
    .banner-container {
        position: relative;
        height: 72px;
        padding: 20px 15px;
        background: url(../images/developer-center-second/developer-center-tagCollection/tag-banner-mb-1x.png) no-repeat center/cover;
    }

    .tag-banner span {
        font-size: 18px;
        max-width: 100%;
    }

    .por-text-title-t3 {
        font-size: 18px;
        line-height: 24px;
    }

    .tag-banner .tag-banner-text {
        font-size: 1.8rem;
        left: 1.6rem;
        top: 38%;
    }

    .tag-banner .tag-add-attention {
        width: 77px;
        top: 20px;
        right: 16px;
    }

    .tag-banner .por-text-title-t3 {
        font-size:18px;
        line-height: 24px;
        margin-top: 2px;
    }

    .tag-banner .por-text-title-t3 span{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .tag-nav {
        width: 100%;
        height: 44px;
        line-height: 44px;
        padding: 0 34px;
        position: relative;
    }

    .tag-nav>ul {
        width: 100%;
        height: 100%;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0;
    }
    .tag-nav>ul::-webkit-scrollbar{
        display: none;
    }
    .tag-nav>ul>li {
        padding: 0;
        height: 44px;
        line-height: 44px;
        margin-right: 20px;
        color: #222222;
    }

    .tag-nav>ul>li:last-child{
        margin-right: 0;
    }

    .tag-nav ul li a {
        vertical-align: middle;
        position: relative;
    }

    .blog-title {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
    }

    .blog-intro {
        width: 100%;
        font-size: 12px;
        color: #575D6C;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 36px;
        padding: 0;
        margin: 8px 0;
        line-height: 18px;
    }
    .article-label {
        display: none
    }
    .page-customize {
        display: none;
    }
    /* 视频列表移动端样式 */
    .VideoList li{
        padding: 16px 0;
    }
    .VideoList .Video-img{
        width: 164px;
        height: 92px;
    }
    .VideoList .Video-img .Video-pic{
        width: 100%;
        height: 100%;
    }
    .VideoList .Video-info{
        display: none;
    }
    .VideoList .Video-content{
        padding-left: 16px;
        width: calc(100% - 164px);
        padding-right: 0;
        margin-bottom: 0;
    }
    .VideoList .Video-title{
        font-size: 14px;
        line-height: 20px;
        max-height: 42px;
        height: 40px;
        overflow: hidden;
        margin-bottom: 36px;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 36px;
    }
    .VideoList .Video-info-mb{
        display: inline-block;
        width: 100%;
        font-size: 12px;
        line-height: 18px;
    }
    .VideoList .Video-intro,
    .VideoList .tag-container{
        display: none;
    }

    .Video-info-mb .Video-ViewCount,
    .Video-info-mb .Video-seconds{
        display: inline-block;
        float: none;
    }
    .VideoList .whole_area_click{
        font-size: 0;
    }

    .Video-info-mb .Video-ViewCount{
        margin-right: 16px;
    }

    .Video-info-mb .Video-seconds{
        padding-right: 0;
        padding-left: 16px;
        position: relative;
    }

    .Video-info-mb .Video-seconds:before{
        content: '';
        position: absolute;
        display: inline-block;
        width: 12px;
        height: 12px;
        left: 0;
        top: 3px;
        background: url(./../images/developer-center-second/developer-center-tagCollection/VideoplayTime.png) no-repeat center;
    }

    /* 论坛移动端样式 */
    .VideoList .Video-ViewCount,
    .VideoList .Video-seconds{
        font-size: 12px;
    }
    .post-info{
        margin-bottom: 0;
        color: #575D6C;
    }
    .post-info > *{
        display: inline-block;
        vertical-align: middle;
    }
    .post-left,
    .post-title a:first-child,
    .post-lastest-tip,
    .post-lastest-comment,
    .post-comment-time,
    .article-label {
        display: none;
    }
    .post-right{
        width: 100%;
        float: none;
    }
    .PostList li{
        padding: 16px 0;
    }
    .PostList .post-title .post-link{
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 36px;
        white-space: normal;
        word-break: break-word;
    }
    .post-detail{
        display: block;
        margin: 8px 0 9px;
        font-size: 12px;
        color: #575D6C;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 36px;
        word-break: break-word;
    }
    .author-name {
        max-width: 136px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .article-container .num-info {
        margin-top: 3px;
    }

    .post-info .post-author.post-lastest-comment{
        display: none;
    }
    .post-info .post-author{
        color: #575d6c;
        text-decoration: none;
    }
    .post-info .post-author .post-author-alias{
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-right: 8px;
    }
    .post-release-time{
        padding-right: 0;
        display: none;
    }
    .post-release-time-mb{
        display: inline-block;
    }
    .post-release-time i{
        display: none;
    }
    .post-view-container {
        display: inline-block;
        float: right;
    }
    .PostList .comment-num{
        margin-left: 12px;
    }

    .tag-suggestion-container .blog-title {
        padding-right: 0;
    }

    .tag-article-container .author-container {
        max-width: 136px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-right: 16px;
        display: inline-block;
        vertical-align: middle;
    }
}

@media  (max-width: 400px){
    .VideoList .Video-content{
        width: calc(100% - 140px);
    }
    .VideoList .Video-img{
        width: 124px;
        height: 70px;
    }
}
/* 最大框度为375px的设备隐藏创建时间 */
@media only screen and  (max-width:375px){
    .post-release-time-mb{
        display: none;
    }
}