.main {
    position: relative;
    width: 1152px;
    height: auto;
    background-color: #f8fafc;
    margin: 20px auto 0;
}

/*
    右侧浮动栏目
*/

.active-fixed {
    text-align: center;
    position: fixed;
    top: 130px;
    left: 50%;
    margin-left: -635px;
    z-index: 88;
}
.share_box .share_wrap .icon_wrap {
    background-color: #fff;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    /*padding: 10px 0;*/
    padding-top: 5px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}

.share_box .share_wrap  .praise_box {
    background-color: #B7BFC7;
}
/*.share_box .share_wrap .praise_box:hover{*/
    /*background-color: #b7bfc7;*/
/*}*/
.share_box .share_wrap .praise_box .praise {
    color: #fff;
}
.share_box .share_wrap .praise_box .praise i{
    margin-top: 8px;
    font-size: 16px;
    color: #fff;
}
.share_box .share_wrap .icon_wrap a i{
    color: #aeb5bd;
    font-size: 16px;
}
.share_box .share_wrap .icon_wrap a .follow,
.share_box .share_wrap .icon_wrap a .reply {
    font-size: 12px;
    color: #aeb5bd;

}
.share_box .share_wrap .icon_wrap a:hover {
    color: #7a7f85;
}
.share_box .share_box .icon_wrap .follow_wrap i{
    color: #aeb5bd;
    font-size: 12px;
}
.share_box .share_wrap .icon_wrap a.collected i {
    font-size: 16px;
    color: #B7BFC7;
}
.show_box .share_wrap .follow_wrap.collected .follow {
    color: #de3f3a;
}



/*
    主体文章内容
 */
.left_content {
    width: 860px;
    float: left;
    margin-bottom: 50px;
}
.left_content .part_article {
    position: relative;
    background: #FFF;
    box-shadow: 0 8px 16px 0 rgba(7,17,27,.05);
    box-sizing: border-box;
    padding: 30px 30px 72px;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}
.left_content .part_article .original_img {
    position: absolute;
    background: url("../../../../assets/images/frontend/article/original.png") no-repeat;
    width: 138px;
    height: 112px;
    right: -26px;
    top: 0;
}
.left_content .part_article .detail_path {
    line-height: 24px;
    font-size: 12px;
    color: #999;
}
.left_content .part_article .detail_path a {
    color: #999;
}
.left_content .part_article .detail_title_wrap .detail_title {
    font-size: 24px;
    color: #343434;
    font-weight: 700;
    display: block;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
}
.left_content .part_article .detail_title_wrap .profile {
    color: #a9b0b8;
}
.left_content .part_article .detail_title_wrap .profile .profile_left {
    float: left;
}
.left_content .part_article .detail_title_wrap .profile .profile_left span{
    margin-right: 10px;
    font-size: 12px;
}

.left_content .part_article .detail_title_wrap .profile .profile_right {
    float: right;
}
.left_content .part_article .detail_title_wrap .profile .profile_right .count{
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
}
.left_content .part_article .detail_title_wrap .profile .profile_right .count i {
    font-size: 12px;
}
.left_content .part_article .detail_title_wrap .profile .profile_right  .count a {
    color: #a9b0b8;
}
.left_content .part_article .detail_title_wrap .article_source {
    padding-top: 15px;
}
.left_content .part_article .detail_title_wrap .article_source span{
    color: #04C3A0;
    padding-right: 5px;
}
.left_content .part_article .detail_title_wrap .article_source .article_follow {
    display: inline-block;
}
.left_content .part_article .detail_title_wrap .article_source .article_follow a{
    display: inline-block;
    font-size: 10px;
    padding: 2px 4px;
    border: 1px solid #04C3A0;
}
.left_content .part_article .detail_title_wrap .article_source .article_follow a.clear {
    color: #666;
    border-color: #666;
}

/*新增文章结尾改动*/
.left_content .tags .article_info{
    float: left;
}
.left_content .tags .count{
    float: right;
}
.left_content .tags .count a{
    color: #AEB5BD;
}

.left_content .part_article .tags {
    color: #9ba1a7;
    margin-top: 20px;
    overflow: hidden;
    font-size: 12px;
}
.left_content .part_article .category {
    margin-top: 30px;
    margin-bottom: 50px;
}
.left_content .part_article .category label{
    padding: 6px 10px;
    margin-right: 10px;
    font-size: 14px;
    background-color: #f5f5f5;
}
.left_content .part_article .category label a {
    color: #666
}
.left_content .part_article .commended {
    text-align: center;
}
.left_content .part_article .commended button{
    width: 120px;
    height: 48px;
    background-color: #ccc;
    border: none;
    border-radius: 24px !important;
    -webkit-border-radius:  24px !important;
    -moz-border-radius: 24px !important;
}
.left_content .part_article .download_file {
    float: right;
    margin-top: -40px;
}

.left_content .part_article .download_file button{
     color: #aaa;
     border-radius: 16px !important;
     -moz-border-radius: 16px !important;
     -webkit-border-radius: 16px !important;
}
.left_content .part_article .download_file button:hover {
    border: 1px solid #04C3A0;
    background-color: #fff;
    color: #04C3A0;
}

/*  专栏关注 */
.left_content .padding0{padding:0!important}
.left_content .zhuanlan_box {
    margin-top: 20px;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(28,31,33,.1);
    -moz-box-shadow: 0 4px 8px 0 rgba(28,31,33,.1);
    box-shadow: 0 4px 8px 0 rgba(28,31,33,.1);
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.left_content .zhuanlan_box .zhuanlan_wrap {
    padding: 30px 25px;
    background-color: #F5F7FA;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.left_content .zhuanlan_box .zhuanlan_wrap .cover_pic {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.left_content .zhuanlan_box .zhuanlan_wrap .zhuanlan_info {
    display: inline-block;
    margin-left: 15px;
}
.left_content .zhuanlan_box .zhuanlan_wrap .zhuanlan_info .title {
    display: inline-block;
    padding-bottom: 15px;
    word-wrap: break-word;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.left_content .zhuanlan_box .zhuanlan_wrap .zhuanlan_info .title:hover {
    color: #4d6fc3;
}
.left_content .zhuanlan_box .zhuanlan_wrap .zhuanlan_info .count span {
    color: #999;
}
.left_content .zhuanlan_box .zhuanlan_wrap .follow_box {
    float: right;
    margin-top: 5px;
}
.left_content .zhuanlan_box .zhuanlan_wrap .follow_box .btn{
    background: #04C3A0;
    color: #fff;
}
.left_content .zhuanlan_box .zhuanlan_wrap .follow_box button.btn-primary {
    background-color: #04C3A0;
    border: none;
}
.left_content .zhuanlan_box .zhuanlan_wrap .follow_box button.followed {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
}
.left_content .zhuanlan_box .zhuanlan_wrap .follow_box button.clear_follow {
    background-color: #fff;
    border: 1px solid #04C3A0;
    color: #04C3A0;
}
.left_content .zhuanlan_box .zhuanlan_wrap .follow_box button.clear_follow:hover {
    background-color: #04C3A0;
    border: 1px solid #fff;
    color: #fff;
}
.left_content .noComment {
    color: #333;
}

.left_content .comment_wrap,
.left_content .comment_box{
    margin: 20px auto;
    width: 860px;
    height: auto;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(28,31,33,.1);
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}
.left_content .comment_box {
    padding-bottom: 10px;
}
.left_content .comment_wrap .feeds_author {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    overflow: hidden;
}

.left_content .comment_wrap .feeds_author .avatar {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-origin: content-box;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}

.left_content .comment_wrap .showInput {
    float: right;
    width: 730px;
    height: 50px;
    padding: 13px 16px;
    box-sizing: border-box;
    border:1px solid rgba(194,202,216,1);
    font-size: 16px;
    color: #9199a1;
    line-height: 24px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.left_content .comment_wrap .content .red {
    margin-top: 20px;
    font-size: 12px;
}
.left_content .comment_wrap .content button {
    margin-top: 20px;
    float: right;
    background-color: #04C3A0;
    border-color: #04C3A0;
}
.left_content .comment_num {
    margin: 24px 0 14px;
    font-weight: 700;
    color: #333;
    line-height: 24px;
    font-size: 16px;
}
.left_content .comment_box .feed_author,
.left_content .comment_box .reply_box .reply_author{
    /*display: inline-block;*/
    position: absolute;
}
.left_content .comment_box .feed_author a .avatar,
.left_content .comment_box .reply_box .reply_author a .avatar{
    width: 50px;
    height: 50px;
    background-position: center;
    background-origin: content-box;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.left_content .comment_box .feed_list_content{
    float: right;
    width: 740px;
}
.left_content .comment_box .feed_list_content .info,
.left_content .comment_box .reply_box .reply_list_content .info{
    margin-top: 15px;
    margin-bottom: 10px;
}
.left_content .comment_box .feed_list_content .info .nick,
.left_content .comment_box .reply_box .reply_list_content .info .nick{
    color: #333;
}
.left_content .comment_box .feed_list_content .info .date,
.left_content .comment_box .reply_box .reply_list_content .info .date{
    float: right;
    color: #aeb5bd;
}
.left_content .comment_box .reply_box .reply_list_content .content,
.left_content .comment_box .feed_list_content .content{
    line-height: 24px;
    color: #333;
    padding-bottom: 10px;
    word-break: break-all;
    word-wrap:break-word;
    white-space: pre-wrap;
}
.left_content .comment_box .comment_foot {
    margin-left: 60px;
    margin-bottom: 15px;
}
.left_content .comment_box .comment_foot .active {
    color: #04C3A0;
}
.left_content .comment_box .comment_foot span,
.left_content .comment_box .reply_box .reply_list_content .reply_foot span{
    margin-right: 30px;
    color: #aeb5bd;
    font-size: 12px;
}
.left_content .comment_box .reply_box .reply_list_content .reply_foot span:hover{
    margin-right: 30px;
    color: #999;
}
.left_content .comment_box .comment_foot span i,
.left_content .comment_box .reply_box .reply_list_content .reply_foot span i{
    letter-spacing: 3px;
    font-size: 12px;
}
.left_content .report{
    float: right;
    color: #aeb5bd;
    font-size: 12px;
    display: none;
}
.left_content .comment_box .comment_foot .report i,
.left_content .comment_box .reply_box .reply_list_content .reply_foot .report i{
    font-size: 12px;
}
.left_content .comment_box .comment_foot .report:hover i,
.left_content .comment_box .reply_box .reply_list_content .reply_foot .report:hover i{
    color: #999;
}
.content .textarea_wrap {
    position: relative;
    border: 1px solid #D9DDE1;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    padding: 15px;
    background: #fff;
    font-size: 14px;
    color: #93999F;
    line-height: 22px;
}
.content .textarea_wrap textarea {
    width: 100%;
    padding: 0;
    height: 58px;
    resize: none;
    border: none;
}

/*
    评价回复内容
*/
.left_content .comment_box .reply_box,
.left_content .comment_box  .release_reply{
    float: left;
    width: 735px;
    margin-left: 60px;
    margin-bottom: 5px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}
.left_content .comment_box .reply_box .reply_list_content,
.left_content .comment_box .reply_box .reply_textarea{
    float: right;
    width: 635px;
}
.left_content .comment_box .reply_box:last-child,
.left_content .comment_box .release_reply:last-child {
    margin-bottom: 0;
}

.left_content .comment_box  .release_reply .user_head{
    float: left;
    display: block;
    width: 48px;
    height: 48px;
    overflow: hidden;
    margin-right: 24px;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.left_content .comment_box .release_reply .user_head .avatar {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    background-origin: content-box;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.left_content .comment_box .release_reply .reply_con {
    width: 623px;
    float: right;
    background-color: #f8f8f8;
}
.release_reply .reply_con .textarea_wrap {
    position: relative;
    border: 1px solid #D9DDE1;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    padding: 8px 12px;
    background: #fff;
    font-size: 14px;
    color: #93999F;
    line-height: 22px;
}
.release_reply .reply_con .textarea_wrap textarea {
    width: 100%;
    min-height: 58px;
    resize: none;
    border: none;
}
.release_reply .reply_con .errtip {
    height: 30px;
    font-size: 12px;
    color: #f01400;
    text-align: left;
    line-height: 20px;
}
.release_reply .reply_con .btn_box button {
    float: right;
    margin-left: 20px;
}
.loading button{
    width: 740px;
    float: right;
    -webkit-border-radius: 18px !important;
    -moz-border-radius: 18px !important;
    border-radius: 18px !important;
}
/*.left_content .comment_box .release_reply .reply_con .textarea_wrap {*/
    /*position: relative;*/
    /*float: right;*/
    /*width: 560px;*/
    /*border-radius: 4px;*/
    /*padding: 8px 12px;*/
    /*font-size: 14px;*/
    /*color: #93999F;*/
    /*line-height: 22px;*/
/*}*/
/*.left_content .comment_box .reply_box .textarea_wrap textarea {*/
    /*border: 1px solid #D9DDE1;*/
    /*width: 100%;*/
    /*min-height: 58px;*/
    /*resize: none;*/
/*}*/
/*.left_content .comment_box .reply_box .textarea_wrap .reply_btn .errtip {*/
    /*height: 30px;*/
    /*font-size: 12px;*/
    /*color: #f01400;*/
    /*text-align: left;*/
    /*line-height: 20px;*/
/*}*/
/*.left_content .comment_box .reply_box .reply_textarea button {*/
    /*float: right;*/
    /*margin-top: 20px;*/
/*}*/
    /*
       右侧作者信息，相关文章，课程推荐
    */
.right_recommend {
    float: right;
    width: 270px;
}

/*
    作者基本信息
   */
.right_recommend .author_info {
    height: 90px;
    background-color: #e8e8eb;
    padding: 20px;
    box-sizing: border-box;
    border-radius:  8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}
.right_recommend .author_info .author_portrait {
    overflow: hidden;
}
.right_recommend .author_info .author_portrait .portrait_bg{
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50% !important;
    background-position: center;
    background-origin: content-box;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.right_recommend .author_info .author_text {
    float: right;
    width: 170px;
    line-height: 28px;
}
.right_recommend .author_info .author_text .fllowArticle{
    float: right;
}
.right_recommend .author_info .author_text .fllowArticle .iconfont{
    font-size: 12px;
    margin-right: 5px;
}
.right_recommend .author_text .fllowArticle .icon-shoucang1{
    color: #04C3A0;
}
.right_recommend .author_info .name span{
    color: #333;
}
.right_recommend .author_info .name .user_name{
    display: inline-block;
    max-width: 105px;
    overflow: hidden;
    height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_recommend .author_info  .name .follow_wrap{
    float: right;
    display: inline-block;
}
.right_recommend .author_info .name .follow_wrap a {
    color: #04C3A0;
}
.right_recommend .author_info .contribution{
    line-height: 0;
}
.right_recommend .author_info .contribution a{
    color: #93999f;
    margin-right: 5px;
    font-size: 12px;
}
/*
    作者相关文章
*/
.fixed {
    position: fixed;
    width: 270px;
    top: 0;
}
.other_article {
    margin-top: 30px;
}
.other_article h3,
.related_lessons h3{
    float: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333;
}
.other_article .title,
.related_lessons .title{
    border-bottom: 1px solid #eee;
}
.other_article .title .more,
.related_lessons .title .more{
    float: right;
    font-size: 12px;
    color: #9199a1;
    line-height: 24px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.other_article .more a,
.related_lessons .more a{
    font-size: 12px;
    margin-right: 10px;
    color: #1c1f21;
}

.other_article .more a:hover,
.related_lessons .more a:hover{
    color: #545c63;
}
.other_article  .article_list .item,
.related_lessons .lessons_list .lesson{
    padding-bottom: 12px;
    margin-top: 16px;
    /*border-bottom: 1px solid rgba(43,51,59,.1);*/
}
.other_article  .article_list li:last-child,
.related_lessons .lessons_list li:last-child {
    border-bottom: none;
}
.other_article .article_list .item .img_icon,
.related_lessons .lessons_list .lesson .img_icon{
    width:60px;
    height:60px;
    background:rgba(245,245,245,1);
    box-shadow:0 4px 6px rgba(123,131,144,0.4);
    border-radius: 4px!important;
    position: relative;
    float: left;
    background-size: cover;
    background-position: center;
    margin-right: 10px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}
.other_article .article_list .item .img_icon i {
    font-size: 14px;
    color: #9199a1;
}
.other_article .article_list .item .img_icon:hover {
    color: #4d6fc3;
}
.related_lessons .lessons_list .lesson .img_icon span,
.other_article .article_list .item .img_icon .icon_bg{
    display: inline-block;
    width: 60px;
    height: 60px;
    background-position: center;
    background-origin: content-box;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.other_article .article_list .item .text,
.related_lessons .lessons_list .lesson .text{
    width: 74%;
    font-size: 14px;
    color: #42494d;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}
.other_article .article_list .item .text:hover,
.related_lessons .lessons_list .lesson .text .description:hover{
    /*color: #4d6fc3;*/
}

/*
 相关课程
*/
.related_lessons{
    margin-top: 20px;
}
.related_lessons .lessons_list .lesson .text .description {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 4px;
    height: 42px;
    color: #333;
}
.related_lessons .lessons_list .lesson .text p .free {
    color: #28b28b;
}
.related_lessons .lessons_list .lesson .text p .money {
    color: #de3f3b;
}
.related_lessons .lessons_list .lesson .text {
    display: inline;
    -webkit-line-clamp: 2;
}

.bdsharebuttonbox {
    background-color: #fff;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    zoom: 1;
    /*padding: 13px 18px;*/
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.bdsharebuttonbox i{
    color: #aeb5bd;
}
.bdsharebuttonbox i:hover{
    color: #7a7f85;
}
.bdshare-button-style1-24 .bds_sqq {
    background-image: none;
    color: #4488ff;
}
.bdshare-button-style1-24 .bds_sqq:hover {
    color: #4488ff;
}
.bdshare-button-style1-24 .bds_weixin {
    background-image: none;
    color: #71d326;
}
.bdshare-button-style1-24 .bds_weixin:hover {
    color: #71d326;
}
.bdshare-button-style1-24 .bds_tsina {
    background-image: none;
    color: #f72e3a;
}
.bdshare-button-style1-24 .bds_tsina:hover {
    color: #f72e3a;
}
.bdsharebuttonbox.bdshare-button-style1-24 a{
    padding-left: 11px;
    padding-right: 10px;
    line-height: 30px;
    height: 20px;
}
.bdsharebuttonbox.bdshare-button-style1-16 a {
    width: 21px;
    position: relative;
    color: rgba(255, 255, 255, .5);
    height: 20px;
    z-index: 1;
    font-size: 20px;
}
.bdsharebuttonbox.bdshare-button-style1-16 a {
    background-image: none;
    margin: 0 0 0 20px;
    padding-left: 0;
}

/* checkout样式*/

.checkbox {
    position: relative;
    height: 10px;
}
.checkbox input[type='checkbox'] {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    margin-bottom: 20px;
}
.checkbox label {
    position: absolute;
    left: 30px;
    top: 0;
    height: 20px;
    line-height: 20px;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    /*border-radius: 50%;*/
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox label:after {
    content: '';
    position: absolute;
    left: -22px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.checkbox input[type='checkbox']:checked + label:before {
    background: #04C3A0;
    border-color: #04C3A0;
}
.checkbox input[type='checkbox']:checked + label:after {
    background: #04C3A0;
}
/*投诉modal*/
.modal-dialog .detail textarea, .modal-dialog .detail input {
    padding: 10px;
    margin: 20px 2.5%;
    /*color: #666;*/
    width: 95%;
    resize: none;
    outline: none;
    border: 1px solid #ddd;
}

.modal-dialog .modal-content .modal-header a {
    float: right;
    font-size: 20px;
    margin-right: 13px;
    color: #ccc;
}
.modal-dialog .modal-content .modal-header a:hover {
    float: right;
    color: #999;
}
.modal-dialog  .modal-content .modal-footer {
    margin-right: 15px;
    border:transparent;
}
.isZhuanlan .modal-dialog {
    width: 300px;
}
.isZhuanlan .modal-dialog .modal-content {
    padding: 50px;
}
.isZhuanlan .modal-dialog .modal-content h4 {
    margin-bottom: 13px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #04C3A0;
}
.isZhuanlan .modal-dialog {
    margin: auto;
    top: 50%;
    margin-top: -150px;
}
.isZhuanlan .modal-dialog .modal-content p {
    color: #999;
    margin-bottom: 20px;
}
.isZhuanlan .modal-dialog .modal-content button {
    width: 200px;
    height: 38px;
}
.isZhuanlan .modal-dialog .modal-content button.btn-primary {
    margin-bottom: 20px;
    background-color: #04C3A0;
    border: none;
    color: #fff;
}
.isZhuanlan .modal-dialog .modal-content button.btn-primary:hover {
    background-color: #0773D9;
    border: none;
}

.isZhuanlan .modal-dialog .modal-content button.btn-default {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
}
.isZhuanlan .modal-dialog .modal-content button.btn-default:hover {
    border-color: #04C3A0;
    color: #04C3A0;
}


.detail_content_wrap .practice_content .content {
    margin: 20px 0 50px;
    line-height: 28px;
}
.detail_title_wrap .practice_content .img_box {
    margin-top: 20px;
    margin-bottom: 30px;
}
.detail_title_wrap .practice_content .img_box img{
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
}
.detail_title_wrap .source_wrap,
.detail_title_wrap .translate_wrap{
    padding-top: 10px !important;
}
.detail_title_wrap .source_wrap .source_author,
.detail_title_wrap .translate_wrap .source_author{
    margin-bottom: 5px;
}
.detail_title_wrap .source_wrap .source_url,
.detail_title_wrap .translate_wrap .source_url{
    color: #999;
}
/* 作品预览 */
.right_recommend .operate_btn {
    position: relative;
    padding: 10px;
    box-shadow: 0px 4px 10px 0px rgba(123, 131, 144, 0.2);
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
}
.right_recommend .operate_btn button {
    display: block;
    width: 230px;
    margin: 10px;
}

/*新增*/
.other_article .article_list .item.active .text{
    color: #04C3A0;
}