/*动态发布*/
.feed_post {position:relative;z-index:2;width:100%;margin-bottom:20px;border-radius:5px;border:1px solid #ddd;background:white;box-shadow:3px 3px 10px #ddd;}
.feed_post .post_topbar {width:100%;height:30px;border-radius:5px 5px 0 0;background-color:#2da7e0;}
.feed_post .post_content {padding:10px 15px 5px 15px;}
.feed_post .post_content .rules-wrap {display:none;}
.feed_post .post_hr {margin:10px;border:none;border-top:1px solid #ddd;}
.feed_post .post_area {position:relative;display:flex;align-items:center;}
.feed_post .post_textarea {margin-right:20px;font-size:16px;width:100%;height:60px;padding:10px;resize:none;border:1px solid #ededed;outline:none;background:#f9fafc;border-radius:10px;color:#333;}
.feed_post .dy_cs {position:absolute;right:105px;bottom:5px;font-size:12px;}
.feed_post .feed_create {padding:0 25px;line-height:30px;color:#a8bacb;border:1px solid #a8bacb;}
.feed_post .feed_create:hover {background-color:#2da7e0;color:white;border:1px solid #2da7e0;}
.feed_post .post_extra {position:relative;line-height:31px;margin-top:10px;padding:10px 5px 0 5px;border-top:1px solid #ddd;}
.feed_post .post_extra span {cursor:pointer;line-height:37px;display:inline-block;color:#666;margin-right:3px;}
.feed_post .post_extra img {display:inline-block;margin-right:2px;margin-bottom:2px;width:20px;height:20px;}
.feed_post .post_button {line-height:28px;float:right;text-align:center;/* margin-right:40px;.del_huifu */}
.feed_post .post_button:hover {opacity:0.9;}
.feed_post .feed_select {float:right;margin-right:10px;font-size:14px;color:#666;}
.feed_post .feed_select i {margin-top:10px;}
.feed_post .feed_select ul {margin-top:0px;padding:10px 0px 5px;width:100px}
.feed_post .feed_select ul li {margin-bottom:10px;}
.feed_post .feed_picture {display:none;overflow:hidden;height:60px;margin-top:20px;}
.feed_post .feed_picture_span {position:relative;display:inline-block;float:left;width:59px;height:59px;margin-right:3px;border:1px solid #ededed;}
.uploadify-queue-add {background-image:url(../images/picture-add.png);background-repeat:no-repeat;background-size:cover;}
.feed_picture_span .imgload {position:absolute;top:18px;left:18px;transform:translateY(-50%) translateX(-50%);-webkit-animation:icon-load 1.5s infinite linear;animation:icon-load 1.5s infinite linear;}
@-webkit-keyframes icon-load {from {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes icon-load {from {-webkit-transform:rotate(0deg);transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
.feed_picture_span .imgloaded {width:59px;height:59px;}
.feed_picture_span span {line-height:8px;position:absolute;right:5px;bottom:5px;display:inline-block;width:14px;height:14px;text-align:center;border-radius:50%;background:#000;}
.feed_picture_span svg {fill:#fff;font-size:14px !important;cursor:pointer;}
.feed_picture_span span {display:none;}
.feed_picture_span:hover span {display:block;}
.feed_picture .feed_picture_span:last-child {margin-right:0 !important;}
.feed_picture_span_img {width:59px;height:59px;}
/*动态分类*/
.feed_content {width:100%;border-radius:3px;}
.feed_content .feed_menu a {color:#999;}
.feed_content .feed_menu a {margin-right:20px;}
.feed_content .feed_menu a:hover {color:#333;}
.feed_content .feed_menu .selected {color:#333 !important;}
/*动态右侧*/
.feed_right {float:left;width:235px;}
/*动态列表*/
.feed_item {margin-bottom:15px;border-radius:5px;border: 1px solid #ddd;box-shadow:3px 3px 10px #ddd;}
.feed_item .feed_topbar {height:10px;background-color:#2da7e0;border-radius:5px 5px 0 0;}
.feed_item .feed_title {padding:20px 20px 0 10px}
.feed_item .feed_title .feed_uname {display:inline-block;margin-left:10px;color:#333;}
.feed_item .feed_title .pinned {float:right;color:#67b595;}
.feed_item .feed_body {margin-left:75px;margin-right:20px;border-top:1px solid #ddd;text-align:left;word-wrap:break-word;word-break:break-all;}
.feed_item .feed_body .post_title {display:block;margin:10px 0;color:#036eb8;font-size:18px;font-weight:bold;}
.feed_item .feed_body .feed_text {font-size:14px;overflow:hidden;margin:15px 0;color:#666;max-height:200px;}
.feed_item .feed_body .feed_text p {margin:0;}
.feed_text table, .feed_text th, .feed_text td {border:1px solid black;border-collapse:collapse;padding:5px;}
.feed_item .feed_body .feed_pay_text {cursor:pointer;text-shadow:0 0 8px #000;color:rgba(255,255,255,0);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.feed_item .feed_body .feed_images {position:relative;margin-bottom:8px;display:flex;overflow:auto;}
.feed_item .feed_body .feed_images img {cursor:url(../images/big.cur),pointer;}
/* 多图片样式 */
.image_box {position:relative;left:-1px;overflow:hidden;margin-bottom:2px;padding:0 2px;width:156px;margin-right:16px;flex:none;}
.image_box:last-child {margin-right:0;}
.image_box .per_image {position:absolute;top:0;left:2px;width:100%;height:100%;object-fit:cover;}
.image_box:before {display:block;padding-top:100%;content:'';}
.feed_item .feed_bottom {margin-top:20px;margin-bottom:15px;}
.feed_item .feed_bottom .feed_datas {position:relative;clear:both;}
.feed_bottom .feed_link {float:right;margin-right:25px;margin-bottom:10px;}
.feed_bottom .hold_stocks {display:inline-flex;margin-left:75px;font-size:13px;}
.feed_bottom .hold_stocks .hold_label {background-color:#44bcf3;width:60px;line-height:20px;height:20px;font-weight:300;border-radius:20px;color:#fff;text-align:center;}
.feed_bottom .hold_stocks .code_list {display:flex;align-items:center;margin-left:8px;height:20px;padding:0 12px;border-radius:20px;background-color:#eee;color:#777;font-weight:300;}
.feed_bottom .hold_stocks .code_list .code {margin-right:12px}
.feed_bottom .hold_stocks .code_list .code:last-child {margin-right:0px;}
.feed_line {clear:both;height:1px;margin:15px 20px 15px 75px;background-color:#eee;}
.feed_datas .feed_time, .feed_datas .collect,.feed_datas .digg,.feed_datas .comment,.feed_datas .view,.feed_datas .collect {font-size:14px;display:inline-block;margin-right:15px;cursor:pointer;color:#999;}
.feed_datas .collect {padding-left:15px;padding-right:10px;border-left:1px solid #ddd;}
.feed_datas .collect a:hover, .feed_datas .collect a:focus {color:#999;}
.feed_datas .feed_time {margin-left:75px;}
.feed_datas svg {font-size:24px;vertical-align:-7px;}
.feed_datas .digg .like, .feed_datas .digg .liked {width:18px;height:18px;margin-top:-7px;margin-right:5px;}
.feed_datas .comment_icon {width:18px;height:15px;margin-right:5px;margin-top:-2px;}
.likes_list {margin-left:40px;margin-right:25px;line-height:50px;}
.likes_list .like_line {margin:15px 0 15px 35px;height:1px;background-color:#eee;}
.likes_list .liked {width:18px;height:18px;}
.likes_list .avatar_list {display:inline-block;}
.likes_list .avatar {margin-left:20px;}
.likes_list .like_plus {display:none;font-size:20px;}
.comment_box {margin-left:75px;margin-right:62px;}
.comment_box .line {margin-top:5px;}
.comment_box .comment_body {color:#999;}
.dy_comit p {margin-bottom:16px;word-break:break-all;}
.dy_comit span {color:#333;}
.comit_all {margin-top:15px;color:#999;text-align:center;}
/*动态详情*/
.user-box {position:relative;border:1px solid #ddd;border-radius:6px;box-shadow:3px 3px 5px #eee;}
.user-box .user-box-topbar {height:20px;border-radius:5px 5px 0 0;background-color:#2da7e0;}
.user-box .user-box-content {display:inline-flex;}
.user-box .user-box-content .sex {width:20px;height:20px;margin-left:2px;margin-right:3px;margin-top:-3px;}
.user-box .user-box-content .body-box {width:450px;}
.user-box .user-follow {display:flex;align-items:center;position:absolute;right:10px;bottom:15px;}
.user-box .user-follow .fans {font-size:13px;color:#777;font-weight:300;}
.user-box .user-follow .fans a {padding:8px 15px;border-right:1px solid #ddd;}
.user-box .user-follow .fans a:last-child {border-right:none;}
.user-box .user-follow .fans font {color:#2196f3;font-size:16px;font-weight:400;}
.user-box .user-options {position:absolute;top:20px;right:5px;}
.detail_article {border:1px solid #ddd;border-radius:6px;box-shadow:3px 3px 5px #eee;}
.detail_article .topbar {height:20px;background-color:#2da7e0;border-radius:5px 5px 0 0;}
.detail_article .detail_title {margin:30px;color:#036eb8;font-size:24px;font-weight:bold;}
.detail_article .hold_stocks {display:flex;margin-top:40px;margin-left:5px;}
.detail_article .hold_stocks .hold_label {background-color:#44bcf3;width:100px;line-height:24px;height:24px;font-size:16px;font-weight:300;border-radius:20px;color:#fff;text-align:center;}
.detail_article .hold_stocks .code_list {display:flex;align-items:center;margin-left:8px;height:24px;padding:0 20px;border-radius:20px;background-color:#eee;color:#777;font-weight:300;}
.detail_article .hold_stocks .code_list .code {margin-right:12px}
.detail_article .hold_stocks .code_list .code:last-child {margin-right:0px;}

.detail_images {background:#f3f6f7;position:relative;}
.detail_images img {display:block;max-width:675px;margin:10px auto;}
.detail_body {margin:20px 30px;word-break:break-all;text-align:justify;line-height:24px;letter-spacing:1px;color:#666;font-size:14px;}
.detail_body p {margin:0;}
.detail_body table, .detail_body th, .detail_body td {border:1px solid black;border-collapse:collapse;padding:5px;}
.detail_datas {margin-top:20px;margin-bottom:25px;}
.detail_datas .feed_datas {position:relative;min-height:60px;}
.detail_datas .feed_datas .feed_time {position:absolute;left:50px;top:20px;margin-left:0;}
.detail_datas .feed_datas .feed_extra {position:absolute;right:20px;top:20px;}
.detail_datas .split_line {height:1px;background-color:#eee;margin-left:40px;margin-right:40px;}
/* .detail_share {margin:0 30px;padding-bottom:40px;border-bottom:1px solid #ededed;}
.detail_share span a {font-size:14px;line-height:40px;display:inline-block;width:120px;text-align:center;color:#666;border:1px solid #ededed;border-radius:3px;}
.detail_share span a.act {color:#59b6d7;border:1px solid #59b6d7;}
.detail_share span i {font-size:18px;margin-right:8px;vertical-align:-1px;}
.detail_share span:first-child {margin-right:10px;} */
/*付费图片*/
.locked_image {position:absolute;top:0;overflow:hidden;}
.locked_image .lock {position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:10%;height:10%;fill:white;}
.feed_image_pay {width:100%;height:100%;}
/*动态付费弹窗*/
.feed_pay_box {width:587px;}
.feed_pay_box .pay_title {font-size:20px;font-weight:500;}
.feed_pay_box .pay_images {width:100%;}
.feed_pay_box .pay_images .pay_image {display:inline-block;position:relative;margin-right:3px;}
.feed_pay_box .pay_images .pay_image img {width:59px;height:59px;display:inline-block;box-sizing:border-box;}
.feed_pay_box .pay_images .pay_image svg {position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;width:20px;height:20px;fill:white;}
.feed_pay_box .pay_images .pay_image img.current {border:1px solid #59b6d7;}
.feed_pay_box .pay_images .triangle {margin-top:8px;margin-left:23px;border-bottom:8px solid #fff;}
.feed_pay_box .pay_info {padding:20px;background:#f3f6f7;font-size:14px;}
.feed_pay_box .pay_info .pay_head {width:100%;}
.feed_pay_box .pay_info .pay_head span {cursor:pointer;}
.feed_pay_box .pay_info .pay_head .pay_text {float:left;}
.feed_pay_box .pay_info .pay_head .pay_btn {margin-left:20px;float:right}
.feed_pay_box .pay_info .pay_head .pay_btn_yes {color:#59b6d7;}
.feed_pay_box .pay_info .pay_body {margin-top:10px;}
.feed_pay_box .pay_info .pay_body span {cursor:pointer;text-align:center;display:inline-block;width:78px;height:28px;line-height:28px;border:1px solid #ccc;color:#666;margin-right:10px;}
.feed_pay_box .pay_info .pay_body span.current {border:1px solid #59b6d7;color:#59b6d7;}
.feed_pay_box .pay_info .pay_body input {margin-left:20px;outline:none;text-indent:10px;background-color:transparent;height:28px;line-height:28px;width:263px;border:1px solid #ccc;vertical-align:bottom;border-radius:5px;}
.feed_left .user-box {padding-bottom:20px;border-bottom:1px solid #ededed;}
.feed_left .u-tt {font-weight:normal;font-size:28px;}

.feed_create {height:100%;margin-top:-15px;padding-top:15px;background-color:white;}
.feed_create_header {line-height:70px;width:100%;text-align:center;background-color:#2da7e0;}
.feed_create_header .header_logo {width:200px;height:30px;}
.feed_category {float:left;margin-right:16px;}
.feed_category .category_list {width:200px;border-radius:0 0 10px 10px;border:1px solid #ddd;}
.feed_category .category_title {line-height:43px;background-color:#2da7e0;color:white;text-align:center;border-radius:10px 10px 0 0;}
.feed_category .category_list_item {padding:0 15px;line-height:43px;cursor:pointer;}
.feed_category .category_list_item .list_wrap {display:flex;align-items:center;border-bottom:1px solid #ddd;}
.feed_category .category_list_item:last-child .list_wrap {border-bottom:none;}
.feed_category .category_list_item .tick-box {height:20px;width:20px;border:1px solid #ddd;margin-right:10px;}
.feed_category .category_list_item.active .tick-box {background-image:url('../images/61community/tick.png');background-repeat:no-repeat;background-size:contain;background-position:center;}
.feed_create .create_place {float:left;width:798px;margin-right:16px;}
.feed_create .create_place .feed_title {width:100%;margin-bottom:15px;padding:5px;border:none;border-bottom:1px solid #ddd;}
.feed_create .create_place .abstruct {width:100%;height:60px;margin-bottom:15px;padding:5px;border:none;border-bottom:1px solid #ddd;border-radius:5px;}
.feed_create .create_place .rules-wrap {border:1px solid #ddd;border-top:20px solid #44bcf3;margin-top:10px;margin-bottom:100px;background-color:#fff;border-radius:10px;padding-top:15px;}
.feed_create .post_button {line-height:35px;float:left;width:95px;text-align:center;color:#fff;border:0;border-radius:20px;background:#f16a6a;/* margin-right:40px;.del_huifu */}
.autotext{display:block;margin:0 auto;overflow:hidden;font-size:14px;height:24px;line-height:24px;padding:2px}

.rules-area {color:#777;z-index:2;}
.rules-area .rules-title {display:flex;align-items:center;width:560px;margin:0 auto;font-weight:300;}
.rules-area .rules-btns {margin:20px auto;text-align:center;}
.rules-area .rules-btn {color:#fff;background-color:#ccc;display:inline-block;width:100px;line-height:24px;font-weight:300;border-radius:20px;cursor:pointer;}
.rules-area .rules-btn.active {background-color:#44bcf3;}
.rules-area .hold-code {flex:none;}
.rules-area .hold-stocks {margin-left:20px;}
.rules-area input.hold-stock {flex:none;text-transform:uppercase;margin-left:5px;padding:0 6px;font-size:15px;background-color:#eee;border:1px solid #ddd;width:69px;line-height:27px;border-radius:3px;margin-bottom:5px;font-weight:300;font-size:14px;}
.rules-area .add-stock {display:inline-flex;flex:none;align-items:center;justify-content:center;background-color:#44bcf3;border-radius:100%;font-size:18px;text-align:center;width:25px;height:25px;color:#fff;margin-left:15px;cursor:pointer;}
.rules-area .rules-content-wrap {margin:15px 38px;background-color:#eee;border:1px solid #ddd;border-radius:5px;font-size:12px;padding-bottom:5px;}
.rules-area .rules-content {padding:15px;height:232px;overflow:auto;}
.rules-area .rules-content .title {text-align:center;font-size:18px;color:#333;margin-bottom:5px;}
.rules-area .rules-content ul {margin-top:10px;}
.rules-area .rules-content li {list-style:initial;margin-left:20px;}
.rules-area .rules-content .claim {margin-top:15px;font-style:italic;}
.rules-area .rules-agree {display:flex;justify-content:flex-end;align-items:center;margin-right:40px;margin-bottom:15px;}
.rules-area .rules-agree .tick-box {height:20px;width:20px;border:1px solid #ddd;display:inline-block;margin-right:5px;cursor:pointer;}
.rules-area .rules-agree .tick-bk {background-image:url('../images/61community/tick.png');background-repeat:no-repeat;background-size:contain;background-position:center;}
.post_button.disagreed {background-color:#aaa;cursor:not-allowed;}