@charset "utf-8";

.article-pl-list{
    display: none;
}
/*新闻详情页样式*/
.article_m_ad{
    width: 300px;
    position: relative;
    margin: 10px auto 0px;
}
.column-detail {
    overflow: hidden;
}

.column-detail .detail-con {
    width: calc(100% - 300px - 30px);
    width: -moz-calc(100% - 300px - 30px);
    width: -webkit-calc(100% - 300px - 30px);
    height: auto;
    background: #fff;
    float: left;
    padding-bottom: 5%;
    border: 1px solid #f2f2f2;
}

.column-detail .detail-con .cover-img {
    width: 100%;
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position:center;
}


.cover-text,
.workshop-final-title{
    width: 1272px;
    margin: 40px auto 0px;
    height: auto;
    margin-bottom: 20px;
}

.cover-text h1,
.workshop-final-title h4{
    font-size: 34px;
    color: #323232;
    line-height: 40px;
    font-weight: bold;
}

.cover-text > div >span,
.workshop-final-title span{
    font-size: 12px;
    color: #808080;
    padding-right: 2%;
}
.cover-text span .get-into{
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 2px 5px;
    margin-left: 10px;
    background: #410156;
    color: #fff;
}
.column-detail .detail-con .art-lead {
    width: 93.6%;
    margin: 20px auto 0px;
    background: #fafafa;
    padding: 20px;
    position: relative;
    text-align: center;
    border-left: #f3f3f3 5px solid;
}

.column-detail .detail-con .art-lead .iconfont {
    color: #410156;
    font-size: 26px;
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 20px;
}

.column-detail .detail-con .art-lead .art-lead-text {
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #410156;
    text-align: center;
    line-height: 34px;
}

.column-detail .detail-con .art-con {
    width: 93.6%;
    height: auto;
    margin: 40px auto 0px;
    font-size: 16px;
    color: #646464;
    /*line-height: 34px;*/
    overflow: hidden;
}
.article_text{
    width: 100%;
    overflow: hidden;
}
.article_text iframe{
    margin: 15px auto;
}
.article_cover{
    width: 100%;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),color-stop(70%, #fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%);
    position: relative;
    z-index: 9999;
    padding-top: 120px;
    bottom: 0;
    margin-top: -160px;
    text-align: center;
    font-size: 14px;
    color: #666;
    display: none;
	height:160px;
}
.article_cover a{
    display: inline-block;
    width: 50px;
    height: 24px;
    line-height:24px;
    background: #410156;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}

.column-detail .detail-con .art-con p{
    line-height: 28px;
    margin: 16px 0px;
}
.column-detail .detail-con .art-con .link {
    font-size: 18px;
    margin-top: 20px;
    word-wrap: break-word;
}

.column-detail .detail-con .art-con img {
    display: block;
    margin: 20px auto 0px !important;
    max-width: 100%;
    height: auto;
}
.column-detail .detail-con .article-vote{
    width: 93.6%;
    height: auto;
    margin: 3% auto 0px;
    /*background: #fafafa;*/
    border:1px solid #f0f0f0;
}
.column-detail .detail-con .article-vote .thetitle{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    border-bottom:1px solid #f0f0f0;
    font-size: 16px;
    font-weight: normal;
    padding-left: 20px;
    background: #fafafa;
}
.column-detail .detail-con .article-vote ul{
    padding:2% 0px 0px 20px;
}
.column-detail .detail-con .article-vote ul li{
    line-height: 30px;
    color: #808080;
    font-size: 14px;
    position: relative;
}
.column-detail .detail-con .article-vote ul li input{
    position: absolute;
    top: 3px;
}
.column-detail .detail-con .article-vote ul li span{
    display: inline-block; 
    margin-left: 20px;
}
.column-detail .detail-con .article-vote .vote-btn{
    padding-left: 20px;
    height: 60px;
    /*border-top: 1px solid #f0f0f0;*/
   /* background: #fafafa;
    text-align: center;*/
    margin-bottom: 20px;
}
.column-detail .detail-con .article-vote .vote-btn input{
    padding: 0px 30px;
    height: 34px;
    background: #410156;
    border:none;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    outline: none;
    margin: 13px 5px;
}
.column-detail .detail-con .article-vote .vote-btn input:hover{
    background:#6c008f; 
}
.column-detail .detail-con .article-vote .vote-btn input:last-child{
    background: #f2f2f2;
    border: 1px solid #ededed;
    color: #646464;
}
.column-detail .detail-con .article-vote .vote-btn input:last-child:hover{
    background: #ebebeb;
    border:1px solid #e5e5e5;
}

.column-detail .detail-con .pagelist {
    width: 93.6%;
    background: #fafafa;
    margin: 3% auto 0px;
    text-align: center;
}

.column-detail .detail-con .pagelist a {
    color: #b2b2b2;
    padding: 10px 5px;
    display: inline-block;
    font-size: 14px;
}

.column-detail .detail-con .pagelist b {
    color: #410156;
    font-size: 14px;
}

.column-detail .detail-con .art-relative-tags {
    width: 93.6%;
    margin: 3% auto 0px;
}

.column-detail .detail-con .art-relative-tags a {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    color: #808080;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
    margin-right: 5px;
    margin-bottom: 5px;
}

.column-detail .detail-con .art-relative-tags a:hover {
    background: #410156;
    color: #fff;
    border: 1px solid #410156;
}
.column-detail .detail-con .note,.note_coll{
    width: 100%;
    /*margin: 3% auto 0px;*/
    background: #fafafa;
    padding: 10px 0px 10px 5px;
    color: #ff3b3b;
    font-size: 14px;
    font-style: italic;
}
.operation-thumbs .icnfont{
    color: #410156;
}
.operation-thumbs a{
    color: #410156;
}
.column-detail .detail-con .operation-thumbs,
.tuji-thumbs{
    width: 100px;
    height: 100px;
    border-radius: 200px;
    background: #fafafa;
    margin: 40px auto 0px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid #ededed;
}
/*.column-detail .detail-con .liked{
    background: #410156;
}*/
.column-detail .detail-con .liked a{
    color: #fff!important;
}
.liked .operation-thumbs{
    color: #fff;
}
.column-detail .detail-con .operation-thumbs a,
.tuji-thumbs a{
    color: #410156;
}

.column-detail .detail-con .operation-thumbs:hover,
.tuji-thumbs:hover{
    background: #410156;
}
.column-detail .detail-con .liked .operation-thumbs{
    background: #410156;
    color: #fff;
}
.column-detail .detail-con .operation-thumbs:hover,
.tuji-thumbs:hover a{
    color: #fff;!important;
}
.column-detail .detail-con .operation-thumbs:hover .iconfont,
.column-detail .detail-con .operation-thumbs:hover strong{
    color: #fff;
}

.column-detail .detail-con .operation-thumbs .iconfont,
.tuji-thumbs .iconfont{
    font-size: 26px;
    color: #410156;
}

.column-detail .detail-con .liked .operation-thumbs .iconfont{
    color: #fff;
}
.column-detail .detail-con .liked .operation-thumbs strong{
    color: #fff;
}

.column-detail .detail-con .operation-thumbs strong,
.tuji-thumbs strong{
    font-size: 20px;
    font-family: 'myEnFont';
    font-weight: normal;
    display: block;
    color: #410156;
}
.column-detail .detail-con .liked .operation-thumbs{
    background: #410156;
}

.liked a{
    background: #410156;
    color: #fff;
}
.liked a .icnfont{
    color: #fff;
}
.column-detail .detail-con .operation-share {
    width: 93.6%;
    height: 50px;
    margin: 25px auto 0px;
}

.column-detail .detail-con .operation-share .share-title,
.tuji-oper-line .share-title{
    display: block;
    float: left;
    line-height: 40px;
}

.column-detail .detail-con .operation-share .share-icon,
.column-detail .detail-con .operation-share .share-icon1,
.tuji-oper-line .share .share-icon,
.tuji-oper-line .share .share-icon1{
    width: 40px;
    height: 40px;
    border: 1px solid #e74c3c;
    border-radius: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #e74c3c;
    cursor: pointer;
    margin-right: 5px;
    float: left;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.column-detail .detail-con .operation-share .share-icon1,
.tuji-oper-line .share .share-icon1{
    width: auto;
    height: auto;
    border: none;
    position: relative;
}

.column-detail .detail-con .operation-share .share-icon:hover,
.tuji-oper-line .share .share-icon:hover{
    background: #e74c3c;
    color: #fff;
}

.column-detail .detail-con .operation-share .share-icon1:hover,
.tuji-oper-line .share .share-icon1:hover{
    background: none;
}

.add-share {
    float: left;
    text-align: center;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
    overflow: hidden;
    border-radius: 60px;
}

.add-share .jiathis_style_32x32 .jtico {
    width: 40px;
    height: 40px !important;
    border: 1px solid #b2b2b2;
    border-radius: 40px;
    background: none !important;
    padding-left: 0px !important;
    text-align: center;
    line-height: 40px !important
}

.add-share .jiathis_style_32x32 .jiathis_txt {
    float: none;
    line-height: 40px !important;
}

.add-share .jiathis_style_32x32 .iconfont {
    color: #b2b2b2;
    font-size: 22px;
    line-height: 22px;
}

.add-share:hover {
    background: #b2b2b2;
}

.add-share:hover .jiathis_style_32x32 .jtico {
    opacity: 1.0;
}

.add-share:hover .iconfont {
    color: #fff;
}

#share-weixin {
    border: 1px solid #09bb07;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 500px;
    color: #09bb07;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
    font-size: 24px;
}
#share-weixin:hover{
    background: #09bb07;
    color: #fff;
}

.column-detail .detail-con .operation-share .share-icon1 .weixin-pic,
.tuji-oper-line .share .share-icon1 .weixin-pic{
    position: absolute;
    top: -160px;
    left: -55px;
    color: #646464;
    display: none;
    width: 150px;
    height: 150px;
    z-index: 500;
}

.column-detail .detail-con .operation-share .share-icon1 .weixin-pic img,
.tuji-oper-line .share .share-icon1 .weixin-pic img{
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border: 8px solid #f2f2f2;
}

.column-detail .detail-con .operation-share .share-icon1:hover .weixin-pic,
.tuji-oper-line .share .share-icon1:hover .weixin-pic{
    display: block;
}

#share-qZone {
    border: 1px solid #008bdb;
    color: #008bdb;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

#share-qZone:hover {
    background: #008bdb;
    color: #fff;
}

.column-detail .detail-con .operation-share .return-list {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    float: right;
}

.column-detail .detail-con .operation-share .return-list a {
    color: #410156;
}

.column-detail .detail-con .operation-share .return-list .iconfont {
    font-size: 20px;
    font-weight: normal;
    padding-right: 2px;
}

.column-detail .detail-con .art-part {
    width: 93.6%;
    height: auto;
    margin: 40px auto 0px;
    overflow: hidden;
}

.column-detail .detail-con .art-part span {
    width: 45%;
    display: block;
    float: left;
    color: #646464;
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-detail .detail-con .art-part span a {
    color: #646464;
}

.column-detail .detail-con .art-part .theright {
    float: right;
    text-align: right;
}





.column-detail .detail-con .author-message{
    width: 93.6%;
    height: auto;
    margin: 40px auto 0px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background: #fafafa;
    padding: 20px;
    box-sizing: border-box;
}
.column-detail .detail-con .author-pic{
    width: 100px;
    float: left;
}
.column-detail .detail-con .author-pic img{
    border-radius: 5px;
}
.column-detail .detail-con .author-text{
    width: calc( 100% - 100px - 20px - 120px );
    width:-webkit-calc( 100% - 100px - 20px - 120px);
    width:-moz-calc( 100% - 100px - 20px - 120px );
    float: left;
    margin-left: 20px;
}
.column-detail .detail-con .author-name{
    font-size: 18px;
    color: #410156;
    font-weight: bold;
    margin-bottom: 10px;
}
.column-detail .detail-con .author-introduce{
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.column-detail .detail-con .author-btn{
    float: right;
    width: 100px;
    margin-top: 30px;
}
.column-detail .detail-con .author-btn a{
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    background: #410156;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}


.column-detail .detail-con .column-code {
    width: 93.6%;
    height: 180px;
    background: #fafafa;
    margin: 30px auto 0px;
}

.column-detail .detail-con .column-code li {
    width: 49.8%;
    height: 180px;
    float: left;
    text-align: center;
    border-right: 1px solid #f0f0f0;
    padding-top: 20px /*display: flex;
	justify-content: center; 
	flex-direction: column;*/
}

.column-detail .detail-con .column-code li:last-child {
    border: none;
}

.column-detail .detail-con .column-code li img {
    width: 90px;
    height: 90px;
}

.column-detail .detail-con .column-code li img,
.column-detail .detail-con .column-code li span {
    display: block;
    margin: 0 auto;
}

.column-detail .detail-con .column-code li span {
    margin: 2% auto 0px;
    line-height: 22px;
}

.column-detail .detail-con .column-code li strong {
    color: #410156;
}

.modal-dialog {
    width: 400px;
    height: 100px;
    margin: 200px auto;
    box-shadow: none;
}

.modal-content {
    border: 1px solid rgba(0, 0, 0, .02);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .15);
}

.modal-body {
    height: 100px;
    box-shadow: none;
    line-height: 100px;
    font-size: 16px;
    padding: 0px 15px;
}

.close {
    font-size: 30px;
    margin-top: 30px;
}
.column-detail .detail-con .art-con iframe{
   /* width: 100%;
    min-height: 600px;
    margin: 3% auto;*/
}
.column-detail .detail-con .art-con ul{
    padding: 0 0 0 2em;
}
.column-detail .detail-con .art-con ol{
    padding: 0 0 0 2em;
}
.column-detail .detail-con .art-con ol li{
    list-style: decimal!important;
}
.column-detail .detail-con .art-con ul li{
    list-style-type:disc!important;
    padding:2px;
}


.complete {
    background: none;
}

.r-comment-title{
    width: 100%;
    background: #fafafa;
    border-top: 2px solid #410156!important;
    margin: 20px auto 0px;
    border: 1px solid #f2f2f2;
}
.nav-tabs{
    border-bottom: 1px solid #f2f2f2!important;
}
.r-comment-title li{
    width: 50%;
    height: 46px;
    float: left;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    background: #fff;
}
.r-comment-title li a{
    color: #410156;
    display: block;
    height: 46px;
    width: 100%;
}
.r-comment-title .active{
    background: #410156;
}
.r-comment-title .active a{
    color: #fff;
}
.r-comment-tab {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 1px solid #f2f2f2;
    border-top: none;
    background: #fff;
}
.r-comment-tab .comment-home-list{
    width: 86.66666%;
    height: auto;
    margin: 0px auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #ededed;
    padding-top: 20px;
}
.r-comment-tab .comment-home-list:last-child{
    margin-bottom: 20px;
}
.comment-home-list .reply{
    position: relative;
    width: 100%;
    background: #f7f7f7;
    padding: 8px 4%;
    line-height: 22px;
    color: #808080;
}
.comment-home-list .reply a{
    color: #808080;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    overflow: hidden;
}
.comment-home-list .reply .saytime{
    color: #999999!important;
}
.comment-home-list .reply .arrow-r{
    position: absolute;
    left: 18px;
    border: 10px solid transparent;
    border-left-color: #f7f7f7;
    bottom: -10px;
}
.comment-home-list .reply .icon-r{
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 12px;
    color: #410156;
    background: #f7f7f7;
    padding-left: 10px;
}
.comment-home-list .reply .icon-r .iconfont{
    font-size: 12px;
}
.comment-home-list .original-artcle{
    width: 100%;
    height: auto;
    margin: 15px auto 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    overflow: hidden;
}
.comment-home-list .original-artcle a{
    color: #323232;
}
.comment-home-list .original-artcle a:hover{
    color: #410156;
}
.row-title{
    width: 93.6%;
    height: 18px;
    margin: 30px auto 0px;
    font-size: 18px;
    color: #410156;
    font-weight: bold;
    line-height: 18px;
}
.row-recommend{
    width: 93.6%;
    height: auto;
    margin: 10px auto 0px;
}
.row-recommend li {
    border-bottom: 1px solid #ededed;
    padding: 15px 0px;
}
.row-recommend .thetitle {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: block;
}
.row-recommend .thecon {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.row-recommend .thetitle:hover {
    color: #410156;
}
.interested-box {
    width: 100%;
    height: auto;
    margin: 0px auto;
    border: 1px solid #EDEDED;
    border-top: none;
    background: #fff;
    padding: 10px;
}
.interested-box li {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 16px;
    margin-bottom: 15px;
}
.interested-box li:before {
    position: absolute;
    top: 8px;
    left: 0px;
    content: '';
    width: 7px;
    height: 7px;
    border: 1px solid #410156;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #fff;
    transition: all 0.5s;
}
.interested-box li a {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.interested-title{
    border-left: #ededed 1px solid;
    border-right: #ededed 1px solid;
}

@media screen and (max-width: 1300px) {
    .cover-text {
        width: 96%;
    }
}

@media screen and (max-width: 991px) {
    .column-detail .detail-con {
        width: 96%;
        margin: 1% auto 0px;
        float: none;
        padding-bottom: 2%;
    }
}

@media screen and (max-width: 767px) {
    .cover-text > div > span{
        border-right: 1px solid #EDEDED;
    }
    .cover-text > div > span:nth-child(2){
        border-right: none;
    }
    .column-detail .detail-con .cover-img{
        height: 38.13vw;
    }
    .column-detail .detail-con{
        border:none;
    }
    .column-detail .detail-con .operation-share {
        height: auto;
    }

    .column-detail .detail-con .art-relative-tags a {
        margin: 5px 5px;
    }

    .column-detail .detail-con .art-lead,
    .column-detail .detail-con .art-con,
    .column-detail .detail-con .art-relative-tags,
    .column-detail .detail-con .operation-share,
    .column-detail .detail-con .art-part,
    .column-detail .detail-con .column-code,
    .column-detail .detail-con .art-comment,
    .column-detail .detail-con .new-comment,
    .column-detail .detail-con .author-message{
        width: 100%;
        margin: 5% auto 0px;
    }
    .column-detail .detail-con .note{
        width: 100%;
        margin: 0 auto;
    }
    .column-detail .detail-con .article-vote{
        width: 100%;
    }

    .column-detail .detail-con .operation-share {
        margin: 0px;
    }

    .column-detail .detail-con .art-part span {
        width: 100%;
        float: none;
        line-height: 34px;
    }

    .column-detail .detail-con .art-part .theright {
        float: none;
        text-align: left;
    }
    .column-detail .detail-con .art-con h1{
        margin: 0px;
        font-size: 26px;
        line-height: 1.5!important;
    }
    .column-detail .detail-con .art-con h2{
        margin: 0px;
        font-size: 24px;
        line-height: 1.5!important;
    }
    .column-detail .detail-con .art-con h3{
        margin: 0px;
        font-size: 22px;
        line-height: 1.5!important;
    }

   .cover-text h1,
   .workshop-final-title h4{
        font-size: 20px;
        line-height: 30px;
    }

    .column-detail {
        margin: 0px auto;
    }

    .column-detail .detail-con .new-comment {
        border-bottom: #f5f5f5 0.5rem solid;
    }

    .column-detail .detail-con .new-comment .comment-con {
        margin: 4% auto 0px;
        padding-bottom: 4%;
    }

    .art-comment-xs {
        width: 100%;
        height: auto;
        border-top: #ebebeb 1px solid;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 99999;
        background: #fff;
        padding: 3% 0px;
    }

    .art-comment-xs .art-comment-xs-box {
        width: 96%;
        height: 9vw;
        margin: 0 auto;
    }

    .art-comment-xs .art-comment-xs-box .mypl-xs {
        width: 58%;
        margin-left: 2%;
        height: 9vw;
        float: left;
        border-radius: 50px;
        background: #f5f5f5;
        border: none;
        font-size: 14px;
        padding-left: 3%;
        color: #808080;
        line-height: 9vw;
    }

    .art-comment-xs .art-comment-xs-box .myicon-xs {
        width: 40%;
        height: auto;
        float: right;
        height: 9vw;
        line-height: 9vw;
    }

    .art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon {
        width: 33.33%;
        height: auto;
        float: left;
        text-align: center;
    }

    .art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .reply-icon,
    .art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .zan-icon {
        position: relative;
    }

    .art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .reply-num {
        position: absolute;
        top: -9px;
        right: -9px;
        background: red;
        display: block;
        height: 14px;
        padding: 0px 10%;
        line-height: 14px;
        color: #fff;
        border-radius: 50px;
        font-size: 12px;
        font-weight: normal;
        font-family: 'myEnFont';
    }

    .art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .zan-num {
        top: -9px;
        right: 0px;
        background: red;
    }

    .art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .iconfont {
        font-size: 20px;
        color: #999999;
    }
    .art-comment-xs .art-comment-xs-box .myicon-xs .liked_mobile .iconfont{
        color: red;
    }

    .art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon .thumbs-up-xs {
        font-size: 24px;
    }

    /*.art-comment-xs .art-comment-xs-box .myicon-xs .myicon-icon:hover .iconfont {
        color: red;
    }*/

    .art-comment-xs .comment-area-xs,
    .art-comment-xs .re-comment-area-xs {
        width: 96%;
        height: auto;
        margin: 0 auto;
    }

    .art-comment-xs .comment-area-xs .form-cotrol-xs,
    .art-comment-xs .re-comment-area-xs .form-cotrol-xs {
        width: 100%;
        height: 20vw;
        border-radius: 50px;
        background: #f5f5f5;
        border-radius: 5px;
        border: #ebebeb 1px solid;
        outline: none;
        padding: 2% 0px 0px 2%;
        font-size: 14px;
        color: #808080;
    }

    .comment-area .btn-default,
    .comment-area-xs .btn-default,
    .re-comment-area-xs .btn-default {
        float: right;
        margin-top: 10px;
        background: #410156;
        color: #fff;
        border: none;
        padding: 10px 25px;
        transition: all 0.5s;
        -moz-transition: all 0.5s; /* Firefox 4 */
        -webkit-transition: all 0.5s; /* Safari and Chrome */
        -o-transition: all 0.5s; /* Opera */
        font-size: 16px;
        border-radius: 4px;
    }

    .bg-layer {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        background: rgba(0, 0, 0, 0.7);
        z-index: 20000;
        display: none;
    }

    /*.footer {
        margin-bottom: 15.31vw;
    }*/

    .share-xs {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .share-xs li {
        width: 33.33%;
        height: auto;
        float: left;
        text-align: center;
    }

    .share-xs li span {
        width: 40px;
        height: 40px;
        display: block;
        background: #e74c3c;
        border-radius: 100px;
        margin: 0 auto;
        text-align: center;
        line-height: 40px;
        color: #fff;
        font-size: 26px;
    }

    .share-xs li:nth-child(2) span {
        background: #09bb07;
    }

    .share-xs li:nth-child(3) span {
        background: #008bdb;
    }

    .share-xs li:nth-child(4) span {
        background: #ffcf10;
    }

    .share-xs li strong {
        font-size: 12px;
        font-weight: normal;
        line-height: 30px;
        color: #808080;
    }

    .modal-dialog {
        width: 300px;
        height: 50px;
    }

    .modal-body {
        height: 50px;
        line-height: 50px;
    }

    .close {
        margin-top: 8px;
    }


    .column-detail .detail-con .author-pic{
        width: 50px;
    }
    .column-detail .detail-con .author-text{
        width: calc( 100% - 50px - 20px );
        width: -webkit-calc( 100% - 50px - 20px);
        width: -moz-calc( 100% - 50px - 20px );
        min-height: 50px;
    }
    .column-detail .detail-con .author-name{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .column-detail .detail-con .author-introduce{
        font-size: 12px;
        line-height: 22px;
    }
    .column-detail .detail-con .author-btn{
        float: left;
        margin-top: 10px;
        margin-left: 70px;
    }
    .column-detail .detail-con .author-btn a{
        width: 60px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
    }
    .row-recommend .thetitle{
        font-size: 16px;
    }
    .row-recommend .thecon{
        font-size: 12px;
    }
    .row-title,.row-recommend{
        width: 100%;
    }


}

.executive-editor{
    font-weight: bold;
    float: right;
    margin: 10px 0 20px 0;
}