.container_box {
    max-width: 1140px;
    min-width: 960px;
    margin: 0 auto;
}

.hasOtherBox .post_detail_main {
    width: calc(100% - 320px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.public_box {
    background-color: #fff;
    padding: 22px 21px 20px;
    margin-bottom: 16px;
    border-radius: 2px;
}

#articleApp {
    padding: 40px;
    border-radius: 4px;
}

.post_box_others {
    display: inline-block;
    width: 300px;
    margin-left: 20px;
}

.post_overview_main {
    display: block;
    width: auto;
}

.post_overview .post_info {
    color: rgba(0, 0, 0, .3);
    font-size: 14px;
    margin: 12px 0;
}

.post_overview .post_info_meta {
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
    font-weight: 400;
    font-style: normal;
}

.post_detail .post_title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.icon_post_tag {
    width: 16px;
    line-height: 300px;
    overflow: hidden;
    margin-top: -.2em;
    height: 16px;
    vertical-align: middle;
}

.group:after {
    clear: both;
    content: " ";
    display: block
}

.behavior_container {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -115px
}

.behavior_container .behavior_item_ic {
    display: block;
    width: 19px;
    height: 17px;
    margin: 3px auto 0
}

.behavior_container .behavior_item {
    cursor: pointer;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    width: 53.7px;
    height: 53.7px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 9px;
    font-size: 12px;
    line-height: 2em
}

.behavior_container .behavior_item:last-child {
    margin-bottom: 0
}

.behavior_container .behavior_item.behavior_comment {
    display: none
}

.public_box {
    background-color: #fff;
    padding: 22px 21px 20px;
    border-radius: 2px;
    margin-bottom: 16px;
}

.public_box .block-list__title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

ol,
ul {
    padding-left: 0;
    list-style-type: none;
}

.extend_list_item {
    margin-bottom: 10rpx;
}

.extend_list_item a {
    color: rgba(0, 0, 0, .9);
    display: block;
    overflow: hidden;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.post_opr_public {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post_info_meta_inner_text {
    margin-left: 5px
}

.post_opr_area {
    display: flex;
    justify-content: space-between;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    margin-top: 20px;
}

.btn_primary {
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    font-weight: 500;
    background: var(--themeColor);
}

.btn_primary button {
    color: #fff
}

.btn_primary:hover {
    background-color: var(--themeClickColor);
    border-color: var(--themeClickColor);
    color: #fff
}

.btn_primary:hover button {
    color: #fff
}

.btn_primary:active {
    background-color: var(--themeClickColor);
    border-color: var(--themeClickColor);
    color: #fff
}

.btn_primary:active button {
    color: #fff
}

.btn_active {
    background-color: #44b549;
    color: #fff;
    line-height: 33px
}

.btn_active:hover {
    background-color: #34a123;
    color: #afdaac
}

.detail_footer.post_opr_public {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/**图标**/

.icon_post_opr {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -.2em;
    margin-right: 5px;
}

.post_opr_meta_btn_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.collection {
    background: url('../images/star.png') no-repeat 50%;
    background-size: cover;
    opacity: .5;
}

.selected .collection {
    background: url('../images/star-2.png') no-repeat 50%;
    background-size: cover;
    opacity: .5;
}

.icon_operation_more {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent url('../images/more.png') no-repeat 50%;
}

.icon_zan {
    background: url('../images/zan.png') no-repeat 50%;
    background-size: cover;
    opacity: .5;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.selected .icon_zan {
    background: url("../images/zan-2.png") no-repeat 50%;
    background-size: cover;
    opacity: .5;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.icon_replay {
    background: url("../images/inf-1.png") no-repeat 50%;
    background-size: cover;
    opacity: .5;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.icon_delreply {
    background: url("../images/del.png") no-repeat 50%;
    background-size: cover;
    opacity: .5;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.post_opr {
    display: flex;
    align-items: center;
    height: 100%;
}

.anwser__area {
    margin-top: 16px;
    background-color: #fff;
    padding: 40px;
}

.anwser__area .anwser__hd {
    margin-bottom: 12px;
}

.anwser__container {
    position: relative;
}

.anwser__title {
    font-size: 18px;
    font-weight: 500;
}

.anwsers__list {
    line-height: 1.6;
}

.widget_comment {
    position: relative;
    padding: 21px 0 24px 50px;
}

.widget_comment:last-child {
    padding-bottom: 19px;
}

.widget_comment .post_comment_owner_avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    top: 20px;
    left: 0;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
}

.widget_comment .post_comment_owner_avatar_image {
    display: block;
    width: 100%;
    height: 100%;
}

.post_comment_reply_area .widget_comment {
    padding: 12px 0 14px 34px;
}

.post_comment_reply_area .post_comment_owner_avatar {
    width: 24px;
    height: 24px;
    top: 17px;
    border-radius: 2px;
}

.user_avatar {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: cover;
    vertical-align: middle;
    border-radius: 2px;
}

.widget_comment .post_comment_owner_nickname {
    font-size: 14px;
    color: #576b95;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 30em;
    max-width: 100%;
}

.widget_comment .post_comment_content {
    word-break: break-all;
    word-wrap: break-word;
}

.checking_state_new {
    display: inline-block;
    font-size: 12px;
}

.float-right {
    float: right;
}

.comment__time {
    color: rgba(0, 0, 0, .3);
}

.multitext_content *,
.post_comment_content *,
.post_content * {
    max-width: 100%!important;
    box-sizing: border-box!important;
    -webkit-box-sizing: border-box!important;
    word-wrap: break-word!important;
	white-space: pre-wrap;
}
.post_comment_reply_area .post_reply_fold_opr {
    padding-top: 0;
    padding-left: 34px;
    overflow: hidden;
    margin-bottom: 18px;
}
.post_comment_reply_area .post_reply_fold_opr a {
    color: rgba(0,0,0,.5);
}
.post_comment_reply_area .post_reply_fold_opr a:after {
    content: " ";
    display: inline-block;
    vertical-align: 2px;
    width: 7px;
    height: 7px;
    border-left: 1px solid rgba(0,0,0,.5);
    border-bottom: 1px solid rgba(0,0,0,.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 .8em 0 9px;
    position: relative;
    top: -2px;
    top: -1px;
}
.post_comment_info {
    color: rgba(0, 0, 0, .5);
    margin-top: 7px;
    height: 30px;
    display: flex;
}

.post_info_item {
    line-height: 30px;
    margin-right: 6px;
    cursor: pointer;
    color: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
}

.post_comment_reply_area {
    position: relative;
    margin-top: 13px;
    border-radius: 4px;
    background-color: #fafafa;
    padding: 15px 20px 20px;
}

.comment_reply_box {
    border-radius: 4px;
    padding: 12px;
    background-color: #f5f5f5;
}

.comment_reply_main_box {
    display: flex;
    justify-content: baseline;
}

.comment_reply_avatar {
    position: relative;
    top: 3px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    flex-shrink: 0;
}

.comment_reply_body {
    margin-left: 32rpx;
}

.icon_image_editor {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: transparent url('../images/photo-1.png') no-repeat 0 0;
}

.icon_image_editor_selected {
    background: transparent url('../images/photo-2.png') no-repeat 0 0;
}

.icon_code_editor {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjggNUw5LjgyMSAxNkg4Ljc0M2wxLjk3OS0xMUgxMS44ek00LjQ1IDYuMTE3bC43NjEuNzQ1LTMuNjkgMy42MTMgMy42OSAzLjYxMy0uNzYuNzQ1TDAgMTAuNDc1bDQuNDUtNC4zNTh6bTExLjEgMEwyMCAxMC40NzVsLTQuNDUgNC4zNTgtLjc2MS0uNzQ1IDMuNjktMy42MTMtMy42OS0zLjYxMy43Ni0uNzQ1eiIgZmlsbD0iIzAwMCIgZmlsbC1ydWxlPSJldmVub2RkIiBvcGFjaXR5PSIuMyIvPjwvc3ZnPg==) no-repeat 0 0;
    background-size: contain;
}

.icon_code_editor_selected {
    background: transparent url('../images/code-2.png') no-repeat 0 0;
}

.comment_reply_extend {
    display: flex;
    align-items: center;
}

.comment_reply_textarea {
    flex-grow: 1;
}

.rpl_textarea {
    display: inline-block;
    width: 100%;
    padding: 4px 0 4px 15px;
    font-size: 14px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: transparent;
    outline: none;
    border: 0px;
    color: black;
}

.rpl_textarea:empty::before {
    content: attr(placeholder);
    color: rgba(0, 0, 0, .3);
}

.anwser__area {
    margin-top: 16px;
    background-color: #fff;
    padding: 40px;
}

.comment_editor_box {
    margin-top: 30px;
}

.send_btn_area {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.image_area {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.upload_box {
    width: 64px;
    height: 64px;
    margin-right: 7px;
    margin-bottom: 7px;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    background-color: #f6f8f9;
    border: 1px dashed #9a9a9a;
    cursor: pointer;
}

.img_box {
    width: 64px;
    height: 64px;
    margin-right: 7px;
    margin-bottom: 7px;
    border: none;
    position: relative;
}

.img_box:hover .image_del {
    display: flex;
}

.image_del {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
    color: #fff;
    font-size: 12px;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.mod_access {
    margin-bottom: 40px;
}

.access_list_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    padding: 15px 0 !important;
}

.popover__box_show .popover {
    display: block;
}

.access_list_item:before {
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: " ";
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, .1);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: scaleY(.5);
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    -webkit-transform-origin: 0 0;
}

.access_list_item:after {
    display: block;
    content: " ";
    display: inline-block;
    vertical-align: 1px;
    width: 6px;
    height: 6px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    transform: matrix(-.71, -.71, .71, -.71, 0, 0);
    -ms-transform: matrix(-.71, -.71, .71, -.71, 0, 0);
    -webkit-transform: matrix(-.71, -.71, .71, -.71, 0, 0);
}

.popover_arrow_in {
    top: 0;
    border-width: 0 14px 14px;
    margin-left: -14px;
    border-bottom-color: #fff;
}

.popover_arrow {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent #fff;
    border-style: dashed dashed solid;
    border-width: 0 8px 8px;
}

.popover.pos_left .popover_arrow {
    left: 42px;
}

.popover_arrow_out {
    border-bottom-color: hsla(0, 0%, 58.8%, .3);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    top: 1px;
}

.popover_inner {
    border: 1px solid #fff;
    word-wrap: break-word;
    word-break: break-all;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px hsl(0deg 0% 59% / 30%);
    -moz-box-shadow: 0 0 20px hsla(0, 0%, 58.8%, .3);
    -webkit-box-shadow: 0 0 20px hsl(0deg 0% 59% / 30%);
}

.popover {
    width: 96px;
    bottom: -75px;
    left: -36px;
    z-index: 2000;
    display: none;
}

.popover:focus {
    display: block;
}

.replay_tag {
    margin: 0 8px;
    color: rgba(0, 0, 0, .5)
}

.replay_name {
    font-size: 14px;
    color: #576b95
}

.person_desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.person_info_text {
    color: rgba(0, 0, 0, .5);
    line-height: 20px;
    font-size: 14px;
}

.person_desc_nickname {
    color: #333;
    margin-bottom: 6px;
}

.person_info_item {
    margin: 0 4px;
}

@media only screen and (max-width: 959px) {
    #articleApp {
        padding: 24px 16px!important;
        border-radius: 0!important;
    }
    .comment_reply_box {
        display: none;
    }
    .container_box {
        width: 100%;
        color: rgba(0, 0, 0, .9);
        font-size: 14px;
        max-width: none;
        min-width: 0
    }
    .hasOtherBox .post_detail_main {
        width: 100%;
    }
    .for_mobile {
        display: block !important;
    }
    .post_overview {
        border: none;
        padding: 0;
        margin: 0;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .post_opr_public {
        display: none;
    }
    .hasOtherBox .post_box_others {
        width: 100%;
        margin-left: 0;
    }
    .post_title {
        display: inline-block;
        overflow: hidden;
        word-break: break-all;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2
    }
    .block-list__title {
        font-size: 14px;
    }
    .post_opr_area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .comment_editor_box {
        display: none;
    }
    .post_box_others .block-list.detail_extend {
        padding-top: 16px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
    }
    .post_box_others .block-list__title {
        padding: 20px 16px !important;
        margin-bottom: 14px;
        background-color: #f1f1f1;
    }
    .extend_list_item {
        border-bottom: 1px solid #f1f1f1;
        position: relative;
        margin-bottom: 0;
    }
    .extend_list_item a {
        display: block;
        position: relative;
        padding: 0 45px 0 20px;
        line-height: 63px;
        font-size: 15px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 30em;
    }
    .extend_list_item a:before {
        content: " ";
        display: inline-block;
        vertical-align: 2px;
        width: 9px;
        height: 9px;
        border-left: 1px solid rgba(0, 0, 0, .3);
        border-bottom: 1px solid rgba(0, 0, 0, .3);
        transform: matrix(-.71, -.71, .71, -.71, 0, 0);
        -ms-transform: matrix(-.71, -.71, .71, -.71, 0, 0);
        -webkit-transform: matrix(-.71, -.71, .71, -.71, 0, 0);
        position: absolute;
        right: 8px;
        top: 50%;
        margin: -5px .8em 0 .3em;
    }
    .extend_list_item:after {
        bottom: 0;
        left: 16px;
        right: 0;
        display: block;
        content: " ";
        position: absolute;
        height: 1px;
        background-color: rgba(0, 0, 0, .1);
        transform: scaleY(.5);
        transform-origin: 0 0;
        -webkit-transform: scaleY(.5);
        -webkit-transform-origin: 0 0;
    }
}
