
.box-shadow-container {
    height: 40px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 6px 8px 0 rgba(7, 17, 27, .1);
    margin-bottom: 6px;
}

.box-shadow-container .detail-title {
    font-size: 18px;
    color: #4d7198;
    line-height: 50px;
    position: relative;
    padding-left: 4px;
    font-weight: 300;
}

.box-shadow-container .detail-title:after {
    content: '';
    width: 80px;
    height: 2px;
    background-color: #4d7198;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gray-container {
    background-color: #F6F6F6;
    min-height: 1000px;
    padding-top: 14px;
}

.gray-container:after {
    content: '';
    display: table;
    clear: both;
}

.gray-container .left {
    min-height: 500px;
    width: 880px;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 50px;
}

.gray-container .left .need-paid-tips {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 30px;
    color: #333;
    border: 1px solid #ddd;
    height: 100px;
    font-size: 16px;
}

.gray-container .left .comments-box {
    display: flex;
    margin-top: 20px;
    padding: 0 10px 10px 10px;
}

.gray-container .left .comments-box .avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.gray-container .left .comments-box .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.gray-container .left .comments-box .comments-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}


.gray-container .left .comments-box .comments-content textarea {
    resize: none;
    width: 800px;
    height: 100px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    outline: none;
    padding: 10px;
}

.gray-container .left .comments-list {
    width: 90%;
    margin: 0 auto;
}

.gray-container .left .comments-list .comments-list-top-info {
    width: 100%;
    display: flex;
    line-height: 35px;
}

.gray-container .left .comments-list .comments-list-top-info .comments-number {
    width: 50%;
    text-align: left;
    font-size: 18px;
    color: #333;
}

.gray-container .left .comments-list .comments-list-top-info .score {
    width: 50%;
    text-align: right;
    font-size: 18px;
    color: #333;
}


/*帖子列表*/
.comments {
}

.list-case {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    justify-content: space-between;
    border-bottom: 1px solid rgba(34, 36, 38, .15);
}

.list-case .case-logo {
    width: 70px;
    height: 70px;
    position: relative;
    text-align: center;
    border-right: 1px dashed #d9d9d9;
}

.list-case .case-logo a {

}

.list-case .case-logo img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.list-case .case-content .user-name {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.list-case .case-content {
    margin-left: 10px;
    max-width: 750px;
}

.list-case .case-content .case-detail {
    overflow: hidden;
    color: #333;
    width: 700px;
    line-height: 20px;
    margin-top: 10px;
}

.list-case .case-content .case-title:hover {
    color: #2677bd;
}

.list-case .case-content .case-author {
    line-height: 30px;
    font-size: 14px;
    color: #828282;
    width: 700px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
}

.list-case .case-content .case-author .case-main {
    display: flex;
}

.list-case .case-content .case-author .comment-floor .comment-reply {
    text-align: right;
}

.case-content .ui.form.reply-form textarea {
    height: 58px;
    min-height: 58px;
    max-height: 58px;
    resize: none;
}

.case-content .ui.form.reply-form .content-submit-button-box {
    text-align: right;
}

.case-content .ui.form.reply-form .ui.submit.button {
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #5b75a6;
    color: #fff;
    border: 1px solid #e8e8e8;
    padding: 0;
    margin: 5px 0;
}

.case-content .ui.form.reply-form .ui.submit.button:hover {
    opacity: .8;
}

.list-case .case-content .case-author .author-main {
    margin-right: 10px;
}

.list-case .case-content .case-author .case-others {
}


.show-more {
    width: 100%;
    text-align: right;
    background-color: #f9f9f9;
    padding-right: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}

.show-more:hover {
    color: #2267bd;
}


/*推荐列表*/


.gray-container .right {
    width: 300px;
    float: right;
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 20px 30px 20px;
}

.gray-container .right .recommended-title {
    font-size: 20px;
    color: #333;
    position: relative;
    line-height: 50px;
    padding-left: 10px;
}

.gray-container .right .recommended-title:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #999;
    position: absolute;
    bottom: 0;
    left: 0;
}

.gray-container .right .education-box {
    margin-top: 10px;
}

.education-warp {
}

.education-box .pagination-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4d7198;
    font-size: 26px;
}

.education-warp .education-list {
    font-size: 12px;
    width: 270px;
    height: 80px;
    position: relative;
    border-radius: 5px;
    transition: .3s all linear;
    background: #fff;
    margin-top: 20px;
}

.education-warp .education-list * {
    color: #999;
}

.education-warp .education-list .course-card:hover .course-card-content .course-card-name {
    color: #5b75a6;
    width: 120px;
    overflow: hidden;
}

.education-warp .education-list .course-card:hover .course-card-top {
    box-shadow: 0 8px 16px 0 rgba(7, 17, 27, .1);
}

.education-warp .education-list .course-card {
    display: flex;
    align-items: center;
}

.education-warp .education-list .course-card .course-card-top {
    width: 140px;
    height: 80px;
    position: relative;
    border-radius: 8px;
    transition: all .3s;
}

.education-warp .education-list .course-card .course-card-top .course-banner {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.education-warp .education-list .course-card .course-card-top .course-label {
    position: absolute;
    bottom: 6px;
    left: 8px;
    font-size: 12px;
    color: #FFF;
    line-height: 16px;
}

.education-warp .education-list .course-card .course-card-top .course-label label {
    display: inline-block;
    background: rgba(7, 17, 27, .4);
    border-radius: 12px;
    padding: 4px 8px;
    margin-bottom: 2px;
    margin-right: 0;
    font-weight: 200;
    color: #fff;
}

.education-warp .education-list .course-card .course-card-content {
    padding: 12px 8px;
}

.education-warp .education-list .course-card .course-card-content .course-card-name {
    font-size: 16px;
    color: #07111B;
    line-height: 24px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    max-height: 46px;
    transition: all .3s;
    width: 120px;
    overflow: hidden;
}

.education-warp .education-list .course-card .course-card-content .course-card-bottom {
}

.education-warp .education-list .course-card .course-card-content .course-card-bottom .course-card-view {
    font-size: 12px;
    line-height: 20px;
}

.education-warp .education-list .course-card .course-card-content .course-card-bottom .course-card-untime {
    font-size: 12px;
    line-height: 20px;
}

/*加载更多*/
.bottom-btn-container {
    width: 820px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 25px;
}

.bottom-btn-container .load-more-btn {
    width: 194px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 35px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 20px;
    font-size: 14px;
    color: #4c4b4b;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
}

.bottom-btn-container .load-more-btn:hover {
    opacity: .7;
}

.floor-in-floor-container {
    background: #f9f9f9;
}

.floor-in-floor-container.hidden {
    display: none;
}

.floor-in-floor-container .floor-in-floor-section {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    padding: 10px;
}

.floor-in-floor-container .floor-in-floor-section .con {
}

.floor-in-floor-container .floor-in-floor-section .con .con-content {
    margin-left: 30px;
}

.floor-in-floor-container .floor-in-floor-section .con .con-user-info {
    float: left;
}

.floor-in-floor-container .floor-in-floor-section .con .con-user-info img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.floor-in-floor-container .floor-in-floor-section .con .nickname {
    margin: 0 5px;
    color: #289cde;
}

.floor-in-floor-container .floor-in-floor-section .con .floor-in-floor-text {
}

.floor-in-floor-container .floor-in-floor-section .time {
    font-size: 13px;
    color: #555;
    text-align: right;
    margin-top: 5px;
}
.rich-text-box {
    padding: 20px;
}
.rich-text-box img {
    max-width: 100%;
}
.ui.secondary.pointing.menu .active.item:hover {
    border-color: #4d7198;
    color: #4d7198;
}
.ui.secondary.pointing.menu .active.item {
    border-color: #4d7198;
    color: #4d7198;
}