p {
    margin: 0;
    padding: 0;
}
img {
    object-fit: cover;
}
.head {
    /* background: url(https://al3.acc5.com/685da59eab19ada707ce4a3fb358d2c0.png) no-repeat;
    background-size: 100% 100%; */
}
.not-img-default {
    background: none;
}
.pl-56 {
  padding-left: 56px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.loading-more {
    color: #21C17F;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    border-top: 1px solid #eeeeee;
    background-color: #fff;
}
.notdata-text {
    color: #6C777E;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
}
.not-data {
    color: #6C777E;
    font-size: 16px;
    padding: 60px 0;
    text-align: center;
}
.not-data .not-btn {
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    color: #00C479;
    border-radius: 6px;
    background-color: #EAFAF6;
    cursor: pointer;
    display: inline-block;
    margin-top: 30px;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis-2 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis-3 {
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 文字禁止选中 */
.ban-select {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
/* 禁止点击 */
.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.community-container {
  line-height: 1;
}

.right-float-ball {
    position: fixed;
    left: 50%;
    margin-left: 632px;
    bottom: 90px;
}

.not-left-ball {
    margin-left: 362px;
}

.right-float-ball .list {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D7E0DD;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 12px;
    color: rgb(92, 128, 117);
    transition: color .3s, background-color .3s;

}
.right-float-ball .list:hover {
    background-color: #16C993;
    color: #fff;
    border-color: #16C993;
}
.right-float-ball .iconfont {
    font-size: 20px;
}

.breadcrumb {
    margin: 0 auto;
}
.community-container .container, .breadcrumb {
  width: 1200px;
  display: flex;
}

.slide-box {
  width: 240px;
  max-height: 70vh;
  overflow-y: auto;
  margin-right: 25px;
  /* float: left; */
  box-sizing: border-box;
  background-color: #fff;
}

.slide-box.slide_fixed {
    position: fixed;
    top: 64px;
}

.slide-box::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.slide-box::-webkit-scrollbar-thumb {
    background-color: rgb(193,193,193);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.slide-box::-webkit-scrollbar-track {
    background-color: rgb(241,241,241);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.slide-box ul {
    position: relative;
    padding-top: 32px;
}

.slide-box ul li {
  padding: 0 30px;
}

.slide-box .division {
  margin: 30px 0;
  height: 1px;
  width: 100%;
  background-color: #6C777E;
  opacity: .1;
}

.main-content {
  /* width: 934px;
  float: right; */
  flex: 1;
  box-sizing: border-box;
}

/* 侧边栏导航 */
.community-header {
    height: 64px;
    line-height: 64px;
    padding: 0 30px;
    color: #04253c;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    position: relative;
}
.slide-shadow {
  width: 100%;
  height: 39px;
  background: linear-gradient(180deg, #49B4A6, #FFFFFF);
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
}

.slide-box .navigation-item {
  margin-bottom: 32px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.navigation-item .to-path {
  text-decoration: none;
}

.navigation-item .type-name {
  font-size: 14px;
  color: #6C777E;
  line-height: 16px;
  flex: 1;
}

.navigation-item .child-box {
  height: 0;
  transition: all .3s;
  overflow: hidden;
}
.navigation-item .child-outHeight {
    margin-top: 10px;
}
.navigation-item .child .list {
  padding: 10px 19px;
  font-size: 14px;
  color: #023052;
  display: block;
  font-weight: bold;
  position: relative;
}
.navigation-item .child .list.active {
    color: #21C17F;
}
.navigation-item .child .list .msg-mark {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    /* transform: translateX(-50%); */
    display: inline-block;
    width: 18px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background-color: #F57F59;
    border-radius: 3px;
}
.navigation-item .child .list .msg-mark span {
    display: inline-block;
    transform: scale(.83);
}

.navigation-item .icon-right.active {
  transform: rotate(90deg);
}

/* 动态列表 */
.dynamic-item {
  margin-top: 10px;
  padding: 30px;
  background-color: #fff;
  position: relative;
}

.dynamic-item .good-work-icon {
    position: absolute;
    right: 110px;
    top: 30px;
    width: 40px;
    height: 40px;
}

.dynamic-item .user-info .head {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 16px;
}

.dynamic-item .user-info .name-time {
  flex: 1;
}

.dynamic-item .user-info .name {
  color: #04253C;
  font-size: 16px;
}

.dynamic-item .user-info .time {
  color: #999999;
  font-size: 12px;
  margin-top: 6px;
}

.dynamic-item .user-info .more-handle {
    color: #999999;
    font-size: 20px;
    cursor: pointer;
    position: relative;
}
.dynamic-item .user-info .more-handle .more-list-box {
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    top: 28px;
    background-color: #fff;
    box-shadow: 0px 1px 18px 0px rgba(0,33,54,0.1000);
    border-radius: 6px;
    text-align: center;
    padding: 10px 0;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 8;
}
.dynamic-item .user-info .more-handle:hover .more-list-box {
    visibility: visible;
    opacity: 1;
}

.dynamic-item .user-info .more-handle .more-list-box::after {
    content: "";
    width: 0;
    height: 0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-bottom:10px solid #fff;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.dynamic-item .user-info .more-handle .more-list {
    padding: 10px 0;
    font-size: 14px;
    color: #04253C;
}
.dynamic-item .user-info .more-handle .more-list:hover {
    color: #00C479;
}

.dynamic-item .user-info .follow-btn {
    width: 62px;
    height: 24;
    line-height: 22px;
    border: 1px solid #00C479;
    border-radius: 12px;
    font-size: 14px;
    background-color: #EAFAF6;
    color: #00C479;
    text-align: center;
    cursor: pointer;
    margin-left: 20px;
}
.dynamic-item .user-info .icon-add1:before {
    margin-right: 4px;
}
.dynamic-item .content {
  font-size: 14px;
  color: #04253C;
  line-height: 20px;
  margin-top: 10px;
  word-break: break-word;
}
.dynamic-item .content .icon-face {
    width: 18px !important;
    height: 18px !important;
}

.dynamic-item .image-box {
  width: 475px;
  margin-top: 17px;
}

.dynamic-item .image-box .list {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 16px;
  float: left;
  margin-top: 16px;
  cursor: pointer;
}

.dynamic-item .image-box .list:nth-child(-n + 3) {
  margin-top: 0;
}

.dynamic-item .image-box .list:nth-child(3n) {
  margin-right: 0;
}

.dynamic-item .work-btn-box {
    margin-top: 20px;
}

.dynamic-item .work-btn-box .btn-list {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    color: #00C479;
    border-radius: 6px;
    background-color: #EAFAF6;
    margin-right: 20px;
    cursor: pointer;
}

.dynamic-item .handle-box {
  margin-top: 16px;
}

.dynamic-item .handle-box .where-community {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
  background-color: #F8F9FA;
  border-radius: 4px;
  font-size: 12px;
  color: #BABABF;
  text-decoration: none;
}

.dynamic-item .handle-box .list {
  margin-right: 26px;
  font-size: 14px;
  color: #7D838D;
  cursor: pointer;
  text-decoration: none;
}

.dynamic-item .handle-box .list:last-child {
  margin-right: 0;
}
.dynamic-item .handle-box .icon-heart.active {
    color: #F25959;
}

.dynamic-item .handle-box .icon-comment:before,
.dynamic-item .handle-box .icon-heart1:before,
.dynamic-item .handle-box .icon-heart:before {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 22px;
}

/* 动态列表 end */


/* 写作业弹窗 */
.edit-wrok-box {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    z-index: 1080;
    background-color: rgba(0, 0, 0, .5);
}
.edit-wrok-box.hide {
    display: none;
}
.edit-wrok-box>.main-body {
    width: 800px;
    padding-bottom: 30px;
    border-radius: 10px;
    display: inline-block;
    background-color: #fff;
    animation: EDIT_WORK_SHOW .3s forwards;
}
.edit-wrok-box>.main-body>.header {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 30px;
    box-sizing: border-box;
    color: #00C479;
    background-color: #EAFAF6;
    border-radius: 10px 10px 0 0;
}
@keyframes EDIT_WORK_SHOW {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    
    100% {
        opacity: 1;
        transform: translateY(100px);
    }
}
.edit-wrok-box>.main-body .content {
    padding: 0 30px;
    box-sizing: border-box;
}
.edit-wrok-box>.main-body .textarea-box {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    position: relative;
}
.edit-wrok-box>.main-body .edit-textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    background: transparent;
    border: 0;
    resize: none;
    outline: none;
    display: block;
}
.edit-wrok-box>.main-body .textarea-num {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #BABABF;
    font-size: 14px; 
}
.edit-wrok-box .upload-image-box {
    padding: 0 30px;
    overflow: hidden;
}
.edit-wrok-box .upload-image-box .image-list {
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    position: relative;
    margin-top: 20px;
    border-radius: 8px;
}
.edit-wrok-box .upload-image-box .image-list img {
    width: 100%;
    height: 100%;
}
.edit-wrok-box .upload-image-box .image-list .delete-icon {
    width: 28px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 2px 8px 2px 60%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

/* 圈子详情页 */
.community-info {
    background-color: #fff;
    padding: 30px;
}
.community-info .cover {
    width: 80px;
    height: 80px;
    margin-right: 16px;
}
.community-info .cover>img {
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.community-info .info {
    flex: 1;
}
.community-info .info .name {
    color: #04253C;
    font-size: 20px;
    margin-right: 12px;
}
.community-info .info .icon-add {
    background-color: #EAFAF6;
    width: 62px;
    height: 24px;
    line-height: 22px;
    border: 1px solid #00CC8D;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #00C479;
    margin-right: 19px;
    cursor: pointer;
}
.community-info .info .icon-add:before {
    margin-right: 4px;
}
.community-info .info .add-text {
    color: #999999;
    font-size: 14px;
}
.community-info .info .add-num {
    color: #EB6100;
    font-size: 14px;
}
.community-info .info .intro {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.send-dynamic-box {
    padding: 30px;
    margin-top: 5px;
    box-sizing: border-box;
    position: relative;
    background-color: #fff;
}
.send-dynamic-box .textarea-box {
    padding: 20px;
    width: 100%;
    background: #F8F9FA;
    border-radius: 8px;
    position: relative;
}
.send-dynamic-box .clock-textarea {
    width: 100%;
    height: 70px;
    font-size: 14px;
    background: transparent;
    border: 0;
    resize:none;
    outline: none;
    display: block;
}
.send-dynamic-box .textarea-num {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #BABABF;
    font-size: 14px;
}
.send-dynamic-box .handle-box {
    margin-top: 16px;
}
.send-dynamic-box .handle-icon, .send-comment-box .handle-icon, .edit-wrok-box .handle-icon {
    position: relative;
    height: 32px;
}
.send-dynamic-box .handle-icon>.iconfont, .send-comment-box .handle-icon>.iconfont, .edit-wrok-box .handle-icon>.iconfont {
    font-size: 24px;
    color: #04253C;
    margin-right: 30px;
    cursor: pointer;
    height: 100%;
    line-height: 1.3;
}
.send-dynamic-box .handle-icon .select-topic-box, .send-dynamic-box .handle-icon .select-face-box, .send-comment-box .handle-icon .select-face-box, .reply-textarea-box .handle-icon .select-face-box, .edit-wrok-box .handle-icon .select-face-box {
    width: 504px;
    height: 270px;
    padding: 24px;
    position: absolute;
    top: 34px;
    left: -30px;
    background-color: #fff;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0px 8px 16px 0px rgba(69, 69, 126, 0.2);
    z-index: 3;
    display: flex;
    flex-direction: column;
    cursor: auto;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.send-dynamic-box .handle-icon .icon-topic:hover .select-topic-box, .send-dynamic-box .handle-icon .icon-face:hover .select-face-box, .send-comment-box .handle-icon .icon-face:hover .select-face-box, .edit-wrok-box .handle-icon .icon-face:hover .select-face-box {
    visibility: visible;
    opacity: 1;
}


.edit-wrok-box .handle-box {
    padding: 0 30px;
    margin-top: 20px;
}
/* 评论表情 */
.reply-textarea-box .handle-icon {
    position: absolute;
    height: 100%;
    right: 8px;
    top: 0;
    line-height: 42px;
}
.reply-textarea-box .handle-icon .iconfont{
    position: relative;
    font-size: 24px;
    color: #04253C;
    cursor: pointer;
    height: 100%;
}
.reply-textarea-box .handle-icon .icon-face:hover .select-face-box {
    visibility: visible;
    opacity: 1;
}
.reply-textarea-box .handle-icon .select-face-box {
    display: block;
    width: 378px;
    top: unset;
    left: unset;
    right: -30px;
    bottom: 42px;
}
/* end 评论表情 */
.send-dynamic-box .handle-icon .select-face-box, .send-comment-box .handle-icon .select-face-box, .edit-wrok-box .handle-icon .select-face-box {
    display: block;
    width: 378px;
}
.select-face-box .emjio-list {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
}
.select-face-box .emjio-list:nth-child(n*10) {
    margin-right: 0;
}
.select-face-box .emjio-list>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}


.select-topic-box .topic-header {
    font-size: 16px;
    color: #04253C;
}
.select-topic-box .topic-header.icon-add1:before {
    margin-right: 10px;
    font-weight: bold;
}
.select-topic-box .topic-content {
    margin-top: 30px;
    flex: 1;
}
.select-topic-box .topic-content .list {
    padding: 0 14px;
    height: 32px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #F5F6FA;
    border: 1px solid #F5F6FA;
    color: #04253C;
    font-size: 14px;
    float: left;
    margin-right: 18px;
    cursor: pointer;
    margin-bottom: 18px;
}
.select-topic-box .topic-content .list.active {
    border-color: #00CC8D;
    background: #EAFAF6;
    color: #00C479;
}

.send-dynamic-box .send-submit {
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #00C479;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    border-radius: 4px;
    margin-right: 20px;
}
.send-dynamic-box .send-submit:last-child {
    margin-right: 0;
}
.send-dynamic-box .send-submit.ban {
    pointer-events: none;
    background-color: #BABABF;
}
.send-dynamic-box .add-img-box {
    width: 400px;
    margin-top: 20px;
}
.send-dynamic-box .add-img-box .list {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    margin-right: 16px;
    margin-top: 16px;
    position: relative;
    cursor: pointer;
}
.send-dynamic-box .add-img-box .list:nth-child(-n + 3) {
    margin-top: 0;
}
.send-dynamic-box .add-img-box .list>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.send-dynamic-box .add-img-box .list>.delete-icon {
    width: 28px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 2px 8px 2px 60%;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}

.top-dynamic-box {
    margin-top: 5px;
    background-color: #fff;
}
.top-dynamic-box .list {
    height: 45px;
    padding: 0 30px;
    border-bottom: 1px solid #EDF1F6;
}
.top-dynamic-box .list .icon {
    width: 38px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #EB6100;
    color: #F66E00;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 8px;
}
.top-dynamic-box .list:last-child {
    border: 0;
}
.top-dynamic-box .list .content {
    flex: 1;
    width: 500px;
    font-size: 14px;
    color: #04253C;
}
.community-detail .navigator-box {
    background-color: #fff;
}
.community-detail .navigator-box .stair-box {
    padding: 12px 30px;
    border: 1px solid #EDF1F6;
}
.community-detail .stair-box .list {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 13px;
    background: #F8F9FA;
    color: #3B4159;
    cursor: pointer;
}
.community-detail .stair-box .list.active {
    background: #3B4159;
    color: #FFFFFF;
}
.community-detail .navigator-box .child-box {
    margin: 12px 30px;
    position: relative;
    border-radius: 14px;
    border: 1px solid #EDF1F6;
    display: inline-block;
}
.community-detail .navigator-box .child-box .list {
    display: inline-block;
    width: 86px;
    height: 28px;
    line-height: 28px;
    background-color: transparent;
    color: #3B4159;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all .3s;
}
.community-detail .navigator-box .child-box .list.active {
    color: #fff;
}
.community-detail .navigator-box .child-box .icon {
    width: 86px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3B4159;
    border-radius: 14px;
    transition: all .3s;
}
/* 圈子详情页 end */

/* 动态详情页 */
.community-container .dynamic-content {
    flex: 1;
    margin-right: 25px;
    position: relative;
}
.dynamic-content .dynamic-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48px;
    background: linear-gradient(0deg, #FFFFFF, #49B4A6);
    opacity: .1;
}
.community-container .dynamic-rate {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(-90deg, #EDF8F6, #16C993);
}
.community-container .right-community {
    width: 240px;
    height: 150px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}
.dynamic-main {
    background-color: #fff;
    box-shadow: 0px 4px 8px 0px rgba(0,33,54,0.1000);
}
.dynamic-main .like-user {
    padding: 20px 30px;
    border-top: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.dynamic-main .like-user .list {
    width: 29px;
    height: 29px;
    padding: 2px;
    border-radius: 50%;
    margin-left: -6px;
    overflow: hidden;
}
.dynamic-main .like-user .list:nth-child(1) {
    margin: 0;
}
.dynamic-main .like-user .list:last-child {
    margin-left: 15px;
    width: auto;
    line-height: 29px;
    border-radius: 0;
}
.dynamic-main .like-user .list img {
    border-radius: 50%;
}
.right-community .head {
    width: 64px;
    height: 64px;
    vertical-align: top;
    margin-right: 15px;
    float: left;
}
.right-community .head img {
    border-radius: 50%;
}
.right-community .info {
    overflow: hidden;
}

.right-community .name {
    color: #04253C;
    font-size: 20px;
}
.right-community .intro {
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 12px;
}
.right-community .follow-btn {
    background-color: #EAFAF6;
    color: #00C479;
    font-weight: bold;
    font-size: 14px;
    margin-top: 14px;
    width: 62px;
    height: 24px;
    line-height: 22px;
    border-radius: 12px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #00C479;
}
.right-community .follow-btn.icon-add:before {
    margin-right: 3px;
}

.right-community .follow-btn.follow-end {
    pointer-events: none;
    color: #fff;
    border-color: #BABABF;
    background-color: #BABABF;
}
.send-comment-box {
    padding: 30px 30px 26px;
    background-color: #fff;
    margin-top: 10px;
}
.send-comment-box .comment-input {
    height: 110px;
    position: relative;
    background-color: #F8F9FA;
    padding: 20px;
    box-sizing: border-box;
}
.send-comment-box .clock-textarea {
    width: 100%;
    height: 100%;
    font-size: 14px;
    background: transparent;
    border: 0;
    resize:none;
    outline: none;
    display: block;
}
.send-comment-box .textarea-num {
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #BABABF;
    font-size: 14px;
}

.send-comment-box .send-comment, .edit-wrok-box .send-submit {
    width: 72px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: linear-gradient(-90deg, #21C17F, #15C994);
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.edit-wrok-box .send-submit.ban {
    pointer-events: none;
    background: #BABABF;
}

.comment-list {
    background-color: #fff;
    padding: 0 30px;
}
.comment-list .list {
    padding: 30px 0 10px;
    display: flex;
}
.comment-list .list:last-child {
    padding-bottom: 30px;
}
.comment-list .list .head-box {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    display: inline-block;
}
.comment-list .list .head-box>img {
    border-radius: 50%;
}
.comment-list .list .comment-data {
    /* overflow: hidden; */
    flex: 1;
    transform: rotate();
}
.comment-list .list .comment-data .content {
    font-size: 14px;
    color: #04253C;
    line-height: 20px;padding: 4px 0;
}
.comment-list .list .comment-data .nickname {
    color: #21C17F;
}
.comment-list .list .comment-data .time {
    color: #999999;
    font-size: 12px;
    margin-top: 6px;
}
.comment-list .list .comment-data .content .icon-face, .reply-content .icon-face {
    width: 18px !important;
    height: 18px !important;
}
.comment-list .reply-box {
    padding: 20px 20px 0;
    margin-top: 24px;
    box-sizing: border-box;
    background-color: #F8F9FA;
}
.reply-list {
    padding-bottom: 20px;
}
.reply-content {
    color: #737580;
    font-size: 14px;
    line-height: 16px;
}
.reply-content .nickname {
    color: #21C17F;
}
.reply-list .reply-time {
    color: #999999;
    font-size: 12px;
}
.reply-textarea-wrap {
    display: flex;
    padding-bottom: 20px;
}
.reply-textarea-box {
    flex: 1;
    padding: 0 40px 0 20px;
    height: auto;
    min-height: 42px;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px 0px rgba(0,33,54,0.1000);
    border-radius: 4px;
    background-color: #fff;
    position: relative;
}
.reply-textarea-wrap .textarea-input {
    background: transparent;
    border: 0;
    min-height: 100%;
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    resize:none;
    outline: none;
    display: block;
    color: #04253C;
}
.reply-textarea-wrap .reply-btn {
    width: 84px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    background: linear-gradient(-90deg, #21C17F, #15C994);
    color: #fff;
    margin-left: 14px;
    cursor: pointer;
}

.spread-pack-comment .spread-comment, .spread-pack-comment .pack-comment {
    color: #737580;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    padding-right: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}
.spread-pack-comment .spread-comment.icon-down:before, .spread-pack-comment .pack-comment.icon-up1:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    font-weight: bold;
}
.comment-data .handle-box {
    margin-top: 8px;
}
.comment-data .handle-box .handle-list {
    margin-right: 26px;
    font-size: 14px;
    color: #7D838D;
    cursor: pointer;
}
.comment-data .handle-box .handle-list:last-child {
    margin: 0;
}
.comment-data .handle-box .handle-list:before,.comment-data .handle-box .icon-heart1:before,.comment-data .handle-box .icon-heart:before {
    margin-right: 8px;
    vertical-align: middle;
    font-size: 22px;
}
.comment-data .handle-box .icon-heart.active {
    color: #F25959;
}
.comment-vis, .reply-comment-vis {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
.comment-list .list:hover .comment-vis, .reply-list:hover .reply-comment-vis {
    visibility: visible;
    opacity: 1;
}
/* 动态详情页 end */
.animation-up {
  animation: CONTENT_UP .5s forwards;
}

@keyframes CONTENT_UP {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1366px) {
    .community-container .container, .breadcrumb {
        width: 1000px;
    }
    .right-float-ball {
        margin-left: 550px;
    }
    .not-left-ball {
        margin-left: 260px;
    }
    .edit-wrok-box>.main-body, .report-wrap>.report-body {
        width: 600px;
    }
}

@media screen and (max-width: 1260px) {
    .right-float-ball {
        margin-left: 0;
        right: 0;
        left: unset;
    }
    .not-left-ball {
        margin-left: 0;
    }
}

.clock-image-box {
    position: fixed;
    width: 375px;
    height: 667px;
    left: -1000px;
    background-color: #fff;
    top: 0;
    z-index: 9;
}
.clock-image-body {
    position: relative;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
.clock-image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.clock-image-box .clock-date {
    width: 65px;
    height: 102px;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    position: absolute;
    left: 20px;
    top: 30px;
    text-align: center;
    padding: 13px 0;
}
.clock-image-box .clock-date .day {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 18px;
    font-family: DIN;
}
.clock-image-box .clock-date .wire {
    font-size: 13px;
    font-weight: 400;
}
.clock-image-box .clock-date .week {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 13px;
    font-family: DIN;
    margin-top: 12px;
}
.clock-image-box .clock-content {
    width: 335px;
    position: absolute;
    bottom: 225px;
    left: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 400;
}
.content-mark {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    left: -18px;
    top: -20px;
}
.clock-image-box .clock-content .now-content {
    position: relative;
}
.clock-image-box .clock-logo {
    position: absolute;
    width: 71px;
    top: 30px;
    right: 20px;
}
.clock-image-box .clock-info {
    width: 335px;
    height: 150px;
    padding: 10px 20px 0;
    box-sizing: border-box;
    position: absolute;
    left: 20px;
    bottom: 40px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.9);
}
.clock-image-box .clock-info .head {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}
.clock-image-box .clock-info .name {
    font-weight: bold;
    font-size: 14px;
}
.clock-image-box .clock-info .study-time {
    margin-top: 9px;
}
.clock-image-box .clock-info .study-time div {
    text-align: center;
}
.clock-image-box .clock-info .study-time .poster-num {
    font-size: 24px;
    color: #18191C;
    font-weight: bold;
}
.clock-image-box .clock-info .study-time .poster-units {
    color: #18191C;
    font-size: 10px;
    text-shadow: 0px 2px 3px rgba(21,198,141,0.0800);
    margin-top: 8px;
}
.clock-image-box .poster-code {
    width: 68px;
    height: 68px;
    padding: 3px;
    background-color: #fff;
    position: relative;
}
.clock-image-box .poster-code .share-icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -7px;
}


@media screen and (max-width: 1366px) {
    .wrap .breadcrumb {
        padding: 30px 0 25px;
    }
}
