.author_bg {
    background: url("../../../../assets/images/frontend/people/people_head_bg.png");
    background-size: cover;
}
.user_head_info .author_info {
    position: relative;
    width: 1200px;
    /*height: 240px;*/
    margin: 0 auto;
}
.user_head_info .author_info .author_pic {
    float: left;
    margin-top: 46px;
    width: 104px;
    height: 104px;
}
.user_head_info .author_info .author_pic .author_pic_bg{
    border: 4px solid #fff;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    width: 108px;
    height: 108px;
    position: relative;
    background: #fff;
    top: 24px;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.user_head_info .author_info .author_pic .author_pic_bg .img {
    width: 100px;
    height: 100px;
    text-align: center;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}


.user_head_info .author_info .author_info_right {
    float: right;
    width: 1080px;
    margin-bottom: 20px;
    margin-top: 46px;
}
.user_head_info .author_info .user_sign {
    font-size: 14px;
    color: rgba(255,255,255,.6);
    margin-top: 15px;
    margin-left: 5px;
    /*margin-bottom: 25px;*/
    line-height: 24px;
    width: 440px;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
.user_head_info .author_info .user_sign .user_desc {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    opacity: .5;
    margin-left: 5px;
}
.user_head_info .author_info .author_info_right .author_name {
    font-weight: 600;
    margin-left: 5px;
    font-size: 24px;
    color: #FFF;
    line-height: 28px;
    margin-top: 40px;
}
.user_head_info .author_info .author_info_right .about_info{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-left: 5px;
    margin-top: 10px;
}
.user_head_info .author_info .author_info_right .about_info span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #FFF;
    line-height: 20px;
}
.user_head_info .author_info .author_info_right .about_info span.desc_last{
    padding-left: 16px;
    border-left: 2px solid rgba(255,255,255,.4);
}
.user_head_info .author_info .author_info_right .about_info a {
    font-size: 12px;
    color: rgba(255,255,255,.6);
    margin-top: 10px;
    display: block;
    height: 16px;
    cursor: pointer;
}
.user_head_info .author_info .author_info_right .about_info a i{
    display: inline-block;
    font-size: 12px;
}

.user_head_info .author_info .study_info {
    position: absolute;
    top: 100px;
    right: 10px;
    min-width: 200px;
    text-align: right;
}

.user_head_info .author_info .study_info .item {
    float: right;
    line-height: 48px;
    height: 48px;
    margin-left: 80px;
    vertical-align: middle;
}
.user_head_info .author_info .study_info .item em {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: rgba(255,255,255,.8);
    line-height: 28px;
}
.user_head_info .author_info .study_info .item a {
    min-width: 88px;
    height: 36px;
}
.user_head_info .author_info .study_info .item a.follow{
    background-color: #04C3A0;
    color: #fff;
    border: none;
}
.user_head_info .author_info .study_info .item a.follow:hover{
    background-color: #04C3A0;
    border: none;
}
.user_head_info .author_info .study_info .item a.followed{
    background-color: transparent;
    border: 1px solid #ccc;
    color: #999;
}
.user_head_info .author_info .study_info .item a.followed:hover{
    /*background-color: transparent;*/
    overflow: hidden;
    border: 1px solid #04C3A0;
    color: #04C3A0;
}
.study_info .item i {
    margin-right: 3px;
    font-size: 14px;
}
.study_info .item .circle {
    padding-top: 9px;
    border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    -webkit-border-radius: 25px !important;
}
 .study_info .item .followed{
    color: #aaa;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0);
}
.study_info .item .followed:hover {
    color: #fff;
    background-color: transparent;
}
.study_info .item .setting {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.4);
    color: rgba(255,255,255,.4);
}
.study_info .item .setting:active {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
 .study_info .item .setting:hover{
     background-color: transparent;
     border: 1px solid #fff;
     color: #fff;
 }
.study_info .item .setting:hover i{
    color: #fff;
}
/*
    nav
*/
.nav_bg {
   width: 100%;
   background-color: #fff;
   box-shadow: 0px 6px 12px 0px rgba(123, 131, 144, 0.2);
}
.nav_wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    border-radius: 2px;
    rgba(123, 131, 144, 0.2)
}
.nav_wrapper button {
    margin-left: 265px;
    margin-top: 15px;
}
.nav_wrapper .nav_list {
    float: left;
    margin-right: 100px;
    height: 68px;
    line-height: 68px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.nav_wrapper .nav_list>a {
    border-bottom: 3px solid transparent;
    line-height: 1;
    color: #333;
    font-size: 16px;
    padding-bottom: 9px;
}
.nav_wrapper .nav_list>a:hover,
.nav_wrapper .nav_list.active>a {
    color: #04C3A0;
    border-bottom-color: #04C3A0;
}
.nav_wrapper .filter_right {
    /*display: inline-block;*/
    margin-top: 23px;
    margin-right: -30px;
}
.nav_wrapper .text {
    font-size: 12px;
    padding-right: 40px;
    margin-top: 23px;
}

/* 内容主体 */
.author_cont {
    width: 1200px;
    margin: 30px auto;
    min-height: 500px;
    overflow: hidden;
}
.author_cont .page_sidebar {
    float: left;
    width: 210px;
}
.author_cont .page_sidebar .side_menu {
    width: 210px;
    padding: 30px 0;
    background-color: #f7f7f7;
}
.author_cont .article .article_left{
    width: 860px;
    float: left;
}
.author_cont .article .article_left .article_list {
    border-bottom: 1px solid #eee;
    /*border-radius: 0px !important;*/
    box-shadow: none;
}
.author_cont .question {
    width: 860px;
    padding: 20px;
    background-color: #fff;
    margin-top: 20px;
    box-sizing: border-box;
    /*margin-bottom: 10px;*/
}
/* 通用部分 */
.right_content {
    display: inline-block;
    width: 960px;
    /*margin-top: 30px;*/
    margin-left: 30px;
}
.right_content h3 {
    padding-bottom: 20px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.right_content .nav_list {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;

}
.right_content .nav_list .item{
    float: left;
    padding-right: 50px;
    padding-bottom: 20px;
    font-size: 14px;
    color: #333;
}
.right_content .nav_list .item a{
    padding-bottom: 20px;
    border-bottom: 3px solid #04C3A0;
}
.right_content .right_tab_nav {
    border-bottom: 1px solid #ddd;
}
.right_content .right_tab_nav li {
    float: left;
    margin-right: 60px;
    padding-bottom: 15px;
}
.right_content .right_tab_nav .active {
    border-bottom: 3px solid #04C3A0;
}
.right_content .right_tab_nav .active a{
    color: #04C3A0;
}
.right_content .right_tab_nav li a{
    color: #333;
}
/*
    问题
*/
.my_question {
    margin-right: 0 !important;
}
.my_question .question {
    margin-left: 0;
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
}
.my_question .question .share_item .share {
    margin-left: 0;
}
.my_answer {
    margin-right: 0;
    margin-top: 20px;
}
.my_answer .answer {
    margin-left: 0;
}
/* 作者文章列表 */
.article_list {
    margin-top: 30px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.article_list .top {

}
.article_list .top .left_info {
    display: inline-block;
    float: left;
    width: 625px;
}
.article_list .top .left_info .title {
    display: block;
    margin-bottom: 10px;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    cursor: pointer;
}
.article_list .top .left_info .title:hover {
    color: #4d6fc3;
}
.article_list .top .left_info .content {
    width: 600px;
    line-height: 24px;
    color: #666;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.article_list .top .cover_pic {
    display: inline-block;
    float: right;
    width: 106px;
    height: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
}
.article_list .bottom {
    position: relative;
    margin-top: 15px;
}
.article_list .bottom .view_num,
.article_list .bottom .category,
.article_list .bottom .author_info {
    display: inline-block;
    color: #999;
}
.article_list .bottom a {
    color: #999;
}
.article_list .bottom .category {
    margin-left: 34px;
    margin-right: 60px;

}
.article_list .bottom .author_info .head_portrait {
    display: inline-block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    background-size: cover;
    background-position: center;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
}
.article_list .bottom .author_info a label{
    margin-left: 34px;
}
.article_list .bottom .author_info a label:hover {
    color: #7a7f85;
}
.article_list .bottom .category i {
    margin-right: 5px;
}
.article_list .bottom .category a{
    margin-right: 8px;
}
.article_list .bottom .category a:hover {
    color: #7a7f85;
}

/* 提问列表 */
.answer_list,
.question_list{
    position: relative;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.answer_list .category_icon,
.question_list .category_icon{
    float: left;
    margin-top: 6px;
    margin-right: 20px;
}
.answer_list .category_icon i.icon-34-bg,
.question_list .category_icon i.icon-34-bg{
    background-color: #04C3A0;
    color: #fff!important;
    font-size: 48px;
    border: 1px solid transparent;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 5px !important;
}
.answer_list .answer_info,
.question_list .question_info {
    margin-left: 65px;
}
.answer_list .answer_info .categories span,
.question_list .question_info .categories span{
    margin-right: 10px;
    font-size: 12px;
    line-height: 30px;
    color: #999;
}
.answer_list .answer_info .title a,
.question_list .question_info .title a{
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.answer_list .answer_info .title a:hover,
.question_list .question_info .title a:hover {
    color: #4d6fc3;
}
/*
    回答列表
*/
.answer_list .answer_info .user {
    margin-top: 10px;
    margin-bottom: 10px;
}
.answer_list .answer_info .user .avatar{
    float: left;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-size: cover;
    border-radius: 100% !important;
}
.answer_list .answer_info .user .avatar_info p{
    font-family: "Microsoft YaHei";
    font-size: 12px;;
    /*line-height: 30px;*/
    display: inline-block;
    margin-right: 15px;
    margin-top: 5px;
    color: #333;
}
.answer_list .answer_info .user .adopt_icon {
    display: inline-block;
    position: absolute;
    margin-top: -30px;
    margin-left: 135px;
}
.answer_list .answer_info .user .avatar_info p:first-child{
    color: #333;
}
.answer_list .answer_info .user .avatar_info img {
    display: inline-block;
    height: 16px;
}
.answer_list .answer_info .user .avatar_info p:last-child{
    color: #999;
}
.answer_list .answer_info .content{
    clear: both;
    margin-bottom: 10px;
}
.answer_list .answer_info .content p {
    color: #333;
    line-height: 28px;
}
.answer_list .answer_info .content p a {
    float: right;
}
.answer_list .answer_info .content .content_desc{
    display: inline-block;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #333;
    line-height: 28px;
}
.answer_list .answer_info .content .content_desc a {
    color: #4464ba;
}
.answer_list .answer_info .content .content_desc a:hover {
    color: #04C3A0;
}
.answer_list .answer_info .content a {
    color: #787d82;
    font-size: 12px;
}
.answer_list .answer_info .content a:hover {
    color:  #333;
}
.answer_list .answer_info .operate {
    padding-right: 6px;
}
.answer_list .answer_info .operate a {
    margin-right: 20px;
    color: #999;
}
.answer_list .answer_info .operate a i{
    color: #cacaca;
}
/*  专栏列表 */
.zhuanlan_list {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.zhuanlan_list .cover_pic {
    display: inline-block;
    float: left;
    width: 60px;
    height: 60px;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.zhuanlan_list .zhuanlan_info {
    display: inline-block;
    margin-left: 15px;
}
.zhuanlan_list .zhuanlan_info .title {
    display: inline-block;
    padding-bottom: 15px;
    word-wrap: break-word;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.zhuanlan_list .zhuanlan_info .title:hover {
    color: #4d6fc3;
}
.zhuanlan_list .zhuanlan_info .count span {
    color: #999;
}
.zhuanlan_list .follow_box {
    float: right;
    margin-top: 5px;
}
.zhuanlan_list .follow_box button.btn-primary {
    background-color: #04C3A0;
    border: none;
}
.zhuanlan_list .follow_box button.followed {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
}
.zhuanlan_list .follow_box button.clear_follow {
    background-color: #fff;
    border: 1px solid #04C3A0;
    color: #04C3A0;
}
.zhuanlan_list .follow_box button.clear_follow:hover {
    background-color: #04C3A0;
    border: 1px solid #fff;
    color: #fff;
}
/* 视频课 */
.video_list {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.video_list .cover_pic {
    float: left;
    width: 215px;
    height: 120px;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
}
.video_list .video_info {
    position: absolute;
    display: inline-block;
    margin-left: 15px;
}
.video_list .video_info .title {
    display: inline-block;
    word-wrap: break-word;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.video_list .video_info .title:hover{
    color: #4d6fc3;
}

.video_list .video_info .count {
    margin-bottom: 20px;
    color: #999;
}
.video_list .video_info .count span{
    padding-right: 65px;
}
.video_list .video_info .count span.price{
    color: #de3f3b;
}
.video_list .video_info .count span.free {
    color: #28b28b;
}
.video_list .video_info .brief {
    color: #999;
}

/* 我的关注 */
.follow_box {
    margin-top: 20px;
}
.follow_list {
    display: inline-block;
    float: left;
    width: 306px;
    height: 155px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #F5F9FC;
}
.follow_list:nth-child(3n + 3) {
    margin-right: 0;
}
.follow_list .head_portrait {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}
.follow_list .user_info {
    display: inline-block;
    position: absolute;
    line-height: 28px;
}
.follow_list .user_info .user_name {
    color: #333;
}
.follow_list .user_info .user_profess {
    color: #999;
}
.follow_list .user_info .count {
    margin-bottom: 10px;
}
.follow_list .user_info .count span{
    color: #333;
}
.follow_list .user_info button {
    font-size: 14px;
    border: none;
    background-color: #04C3A0;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    border-radius: 20px !important;
}
.follow_list .user_info button i {
    float: left;
    padding-top: 2px;
    padding-right: 5px;
    font-size: 12px;
}
.min_course_list.ta_mini_course {
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-left: 0;
    margin-bottom: 0;
}
.min_course_list.ta_mini_course:hover {
    box-shadow: none;
}

.ta_article_box {
    margin-top: 20px;
}