.article_left {
    width: 80%;
    float: left;
}

.article_right {
    width: 20%;
    float: left;
}

.article_right_content {
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}

.article_right_logo {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-top: 20px;
}

.article_right_name {
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
}

.article_right_follow {
    width: calc(100% - 40px);
    margin-top: 10px;
    margin-left: 20px;
    background-color: #ff0000;
    font-size: 14px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    line-height: 35px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.article_right_follow:hover {
    opacity: 0.8;
}

.article_right_synopsis {
    width: calc(100% - 30px);
    margin-top: 20px;
    margin-left: 20px;
    color: #67788a;
    font-size: 14px;
    text-align: left;
}

/* 内容区域 */
.article_body {
    width: calc(100% - 20px);
    height: 100%;
}

.article_left_content_body {
    width: calc(100% - 80px);
    margin-left: 40px;
}

/* 文章 */
.article_left_content {
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
}

.article_title {
    font-weight: bold;
    font-size: 22px;
    padding-top: 40px;
}

.article_author {
    margin-top: 30px;
    height: 60px;
}

.article_author_left {
    float: left;
}

.article_author_left_logo {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
}

.article_author_right {
    float: left;
    margin-left: 20px;
    padding-top: 7px;
}

.article_author_nick {
    font-size: 16px;
    color: #21293c;
    font-weight: bold;
}

.article_text {
    clear: left;
}

.article_author_time {
    margin-top: 5px;
    color: #67788a;
}

.article_label {
    margin-top: 50px;
}

.article_label span {
    background-color: #f2f6f9;
    padding: 5px 10px;
    border-radius: 3px;
    color: #4b587c;
    cursor: pointer;
}

.article_label span:hover {
    color: #ff0000;
}

.article_l_s {
    width: 200px;
    margin-left: calc(50% - 100px);
    margin-top: 40px;
    text-align: center;
    padding-bottom: 140px;
}

.article_l_s div {
    width: 50px;
    float: left;
}

.article_like_p,
.article_save_p {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 8px;
    border-width: 2px;
    padding: 16px 10px 5px 10px;
}

.article_like_div,
.article_save_div {
    cursor: pointer;
    color: #4b587c;
}

.article_like_span,
.article_save_span {
    margin-top: 5px;
}

.article_like_p:hover,
.article_save_p:hover {
    background-color: #f2f6f9;
}

.article_like_status,
.article_save_status {
    width: 70px;
}

.article_comment {
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
}

.article_recommend {
    border-radius: 10px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article_comment_body {
    width: calc(100% - 80px);
    margin-left: 40px;
}

.article_comment_tag {
    padding-top: 20px;
    font-size: 18px;
}

.article_comment_content {
    border: 1px solid #f2f6f9;
    border-radius: 5px;
    margin-top: 20px;
}

.article_comment_content_top {
    margin-top: 20px;
    margin-left: 20px;
}

.article_comment_content_logo {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.article_comment_content_nick {
    margin-left: 10px;
}

.article_comment_input,
.article_second_comment_input{
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
    border: none;
    resize: none;
}

.article_comment_submit {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.article_recommend_tag {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    border-bottom: 1px solid #f2f6f9;
    color: #21293c;
    padding-left: 20px;
}

.article_comment_submit span {
    cursor: pointer;
    background-color: #ff0000;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
}

.article_comment_submit span:hover {
    opacity: 0.8;
}

.article_right_info {
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.article_right_info p {
    float: left;
    width: 33.33%;
}

.article_right_info_tag {
    color: #67788a;
    font-size: 13px;
}

.article_right_info_value {
    color: #21293c;
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.article_right_hot {
    clear: left;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 20px;
}

.article_right_hot_tag {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f2f6f9;
    color: #21293c;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
}

.article_right_hot_item {
    width: calc(100% - 40px);
    margin-left: 20px;
    padding-bottom: 10px;
    font-size: 13px;
    color: #21293c;
    border-bottom: 1px solid #f2f6f9;
}

.article_right_hot_like {
    font-size: 13px;
    margin-top: 10px;
}

.article_right_hot_item_title {
    margin-top: 10px;
}

.article_more_comment ,.article_more_reply{
    text-align: center;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
    color: #21293c;
}

.reply_root {
    margin-left: 50px;
    background: rgba(75, 88, 124, .04);
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
}

.reply_item {
    margin-top: 10px;

}

.article_comment_login {
    display: none;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 20px;
}

.article_comment_login span {
    background-color: #ff0000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.article_comment_login span:hover {
    opacity: 0.8;
}

.article_author_nick:hover {
    cursor: pointer;
}

.article_right_name:hover {
    cursor: pointer;
}
.article_right_hot_item_title a:hover{
    color: #ff0000;
}


/* 浮层样式 */
.float-layer {
    display: none;
    /* 初始隐藏 */
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: center;
    border-radius: 3px;
}

.float-layer p {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    color: #666666;
}

.float-layer p:hover {
    background-color: aliceblue;
}