/* 圈子头部样式 */

.group-header {
    display: flex;
    justify-content: space-between;
    height: 70px;
}

.group-header .group-header-left {
    display: flex;
    width: 45%;
    align-items: center;
}

.group-header-left-tab {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.group-header-left-tab .c-avatar {
    color: #D9383E;
}

.group-header-left-tab a {
    margin-left: 25%;
    font-size: 16px;
}

.group-header-right {
    display: flex;
    width: 55%;
    align-items: center;
    justify-content: flex-end;
}

.group-header-search {
    position: relative;
    width: 38%;
    margin-right: 10px;
}

.group-header-search input {
    width: 100%;
    padding-right: 45px;
    background-color: #f5f6fa;
    color: #888888;
}

.group-header-avatar {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

.group-header-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.group-header-search button {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: none!important;
    color: #969696;
    font-size: 20px;
}

.group-header-search button:hover {
    color: #969696;
}

.group-header-info {
    position: relative;
}

.group-header-info i {
    font-size: 20px;
}

.group-header-info span {
    position: absolute;
    top: -6px;
    right: -10px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    color: #ffffff;
    background-color: #D9383E;
    text-align: center;
    line-height: 20px;
}


/* 前台圈子css  */

.group-left {
    width: 60%;
}

.group-right {
    position: sticky;
    top: 0;
    width: 20%;
}

.group-right .c-join-quanzi a {
    display: block;
    width: 108px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #D9383E;
    border: 1px solid #D9383E;
    border-radius: 30px;
}

.group-left-title {
    border-bottom: 1px solid #f2f2f2;
    padding: 15px;
    box-sizing: border-box;
}

.group-left-title a {
    color: #D9383E;
}

.group-left-title p {
    font-weight: 600;
}

.group-left-filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.group-left-filter-left {
    display: flex;
    align-items: center;
    width: 71%;
}

.group-left-filter-left span {
    font-weight: 600;
    font-size: 15px;
}

.group-left-filter-left ul {
    display: flex;
    align-items: center;
}

.group-left-filter-left ul>li {
    margin-left: 15px;
}

.group-left-filter-left ul>li a {
    padding: 5px 10px;
    display: inline-block;
    background-color: #f5f5f5;
    color: #4d4d4d;
}

.group-left-filter-left ul>li .active {
    background-color: #ffeced;
    color: #D9383E;
}

.group-left-filter-right {
    width: 28%;
}

.group-left-filter-right .layui-form {
    position: relative;
}

.group-left-filter-right .layui-form input {
    display: inline-block;
    width: 100%;
    padding-right: 62px;
    height: 32px;
    box-sizing: border-box;
}

.group-left-filter-right .layui-form button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px!important;
    width: 55px;
    font-size: 22px;
    height: 32px;
}

.group-ht-list {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
}

.group-ht-list ul>li {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.group-ht-list ul>li:last-child {
    border-bottom: none;
}

.group-ht-list ul>li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.group-ht-list ul>li a .c-jingping {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #ffeced;
    color: #D9383E;
}

.group-ht-list-left {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.group-ht-list-right {
    width: 28%;
    color: #969696;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.group-qz-list {
    width: 100%;
    box-sizing: border-box;
}

.group-qz-list ul {
    width: 100%;
}

.group-qz-list ul>li {
    width: 100%;
    margin-bottom:15px;
}

.group-qz-list ul>li img {
    width: 100%;
    height: 83px;
    object-fit: cover;
    border-radius: 2px;
    transition: all 250ms;
}

.group-qz-list ul>li .bot a {
    display: block;
    margin: 3px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group-qz-list ul>li .bot p {
    color: #969696;
    font-size: 12px;
}

.group-qz-list .top {
    display: block;
    width: 100%;
    height: 83px;
    overflow: hidden;
}

.group-qz-list ul>li:hover img {
    transform: scale(1.2);
    transition: all 250ms;
}

.group-right-column {
    width: 100%;
}

.group-right-column-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.group-right-column-ul>li {
    padding: 5px 10px;
    color: #4d4d4d;
    margin-right: 10px;
    background-color: #f5f5f5;
}

.group-right-column-ul .active {
    background-color: #ffeced;
}

.group-right-column-ul .active a {
    color: #D9383E;
}

.group-right-recoment-top {
    width: 100%;
}

.group-right-recoment-top h3 {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    margin: 17px 0;
}

.group-right-recoment-first .c-left {
    display: block;
    width: 43%;
    height: 77px;
    margin-right: 6%;
}

.group-right-recoment-first .c-left img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-right-recoment-first .c-right {
    width: 45%;
}

.group-right-recoment-first .c-right a {
    color: #969696;
}

.group-right-recoment-first .c-right p {
    margin-bottom: 10px;
}

.group-right-recoment-first .c-right p:last-child {
    margin-bottom: 0;
}

.group-right-recoment-first .c-right i {
    margin-right: 5px;
}

.group-right-recoment-ul {
    width: 100%;
}

.group-right-recoment-ul>li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.group-right-recoment-ul>li .c-left {
    display: block;
    height: 56px;
    width: 56px;
}

.group-right-recoment-ul>li .c-left img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.group-right-recoment-ul>li .c-right {
    position: relative;
    width: calc(100% - 68px);
}

.group-right-recoment-ul>li .c-entry-group {
    position: absolute;
    right: 0;
    top: 25%;
    color: #969696;
}

.group-right-recoment-ul>li i {
    margin-right: 5px;
}


/* 话题列表 */

.group-ht-wrap {
    width: 100%;
}

.group-ht-list-left .c-zhiding {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    width: 33px;
    height: 20px;
    background-color: #66A3FF;
    color: #ffffff;
    margin-right: 7px;
}

.group-ht-wrap .group-ht-list {
    min-height: 600px;
    padding-bottom: 20px;
    box-sizing: border-box;
}


/* 圈子列表 */

.group-group-list {
    width: 100%;
}

.group-group-list ul {
    width: 100%;
}

.group-group-list ul>li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0;
}

.group-group-list ul>li:first-child {
    padding-top: 0;
}

.group-group-list ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.group-group-list-left {
    width: 19%;
    height: 89px;
    margin-right: 2%;
}

.group-group-list-left a {
    display: block;
    width: 100%;
    height: 100%;
}

.group-group-list-left a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-group-list-center {
    width: 70%;
    margin-right: 1%;
}

.group-group-list-right {
    width: 14%;
}

.group-group-list-center h2 a {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group-group-list-center-content {
    width: 100%;
    height: 40px;
    margin: 8px 0;
}

.group-group-list-center p {
    color: #9c9797;
}

.group-group-list-right {
    display: flex;
    align-items: center;
}

.group-group-list-right div {
    flex: 1;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.group-group-list-right div:first-child {
    border-right: 2px solid #e6e6e6;
}

.group-group-list-right p {
    margin-bottom: 5px;
}


/* 话题介绍 */

.group-intro-banner {
    width: 100%;
    height: 88px;
    background-size: cover;
    background-repeat: no-repeat;
}

.group-intro-share {
    color: #969696;
}

.group-intro-share div {
    cursor: pointer;
}

.group-intro-avatar {
    width: 140px;
    height: 140px;
}

.group-intro-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    -webkit-box-shadow: 1px 13px 12px -5px rgb(77 77 77 / 59%);
}

.group-intro-avatar {
    margin-top: -95px;
    border: 4px solid #ffffff;
    border-radius: 50%;
}

.group-intro-info {
    width: 100%;
    text-align: center;
}

.group-intro-info .c-title {
    justify-content: center;
}

.group-intro-info .c-title h2 {
    font-size: 20px;
    font-weight: 600;
}

.group-intro-info .c-title span {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #d9383e;
    background-color: #ffeced;
    margin-left: 10px;
    font-size: 12px;
    border-radius: 5px;
}

.group-intro-info .c-creat {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    color: #969696;
}

.group-intro-info .c-creat img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 5px;
}

.group-intro-info .c-creat-time {
    color: #969696;
    margin-top: 15px;
}

.group-intro-info-data {
    width: 100%;
}

.group-intro-info-data ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.group-intro-info-data ul>li {
    margin: 0 30px;
    text-align: center;
}

.group-intro-info-data ul>li p:first-child {
    font-size: 18px;
    color: #D9383E;
    font-weight: 600;
}

.group-intro-info-data ul>li p:last-child {
    font-size: 16px;
    margin-top: 10px;
    color: #969696;
}

.group-intro-content h2 {
    font-size: 18px;
    font-weight: 600;
    color: #D9383E;
}

.group-intro-content-wrold p {
    font-size: 16px;
    line-height: 39px;
}

.group-intro-content-user ul {
    display: flex;
    align-items: center;
}

.group-intro-content-user ul>li {
    width: 70px;
    text-align: center;
}

.group-intro-content-user ul>li:last-child {
    margin-right: 0;
}

.group-intro-content-user ul>li img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.group-intro-content-user ul>li p {
    color: #101010;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.group-intro-tip-list {
    width: 100%;
}

.group-intro-tip-list .c-title {
    font-size: 18px;
    font-weight: 600;
    color: #D9383E;
}

.group-intro-tip-list ul {
    width: 100%;
}

.group-intro-tip-list ul>li {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.group-intro-tip-left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.group-intro-tip-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-intro-tip-right {
    width: calc(100% - 70px);
}

.group-intro-tip-right p {
    margin-bottom: 10px;
}

.group-intro-tip-right .c-time {
    color: #969696;
    font-size: 14px;
}

.group-intro-tip-right .c-content {
    line-height: 25px;
    letter-spacing: 0.5px;
    max-height: 76px;
    overflow: hidden;
}

.group-intro-tip-right .c-link {
    color: #66A3FF;
}

.group-intro-remind {
    color: #969696;
    justify-content: center;
}

.group-intro-remind hr {
    width: 44.5%;
}

.group-intro-remind span {
    margin: 0 10px;
}


/* 文章详情 */

.group-article-detail {
    width: 67%;
}

.group-article-handle {
    padding-bottom: 20px;
    box-sizing: border-box;
}

.group-article-detail-title {
    text-align: left;
    position: relative;
}

.group-article-detail-title h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0 20px 0;
}

.group-article-detail-title span {
    margin: 0 10px;
    color: #969696;
}

.group-article-detail-title span:first-child {
    margin-left: 0;
}

.group-article-collect {
    position: absolute;
    right: 10px;
    top: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.group-article-collect img{
	width: 19px;
}

.group-article-detail .c-jianjie {
    background-color: #f8f8f8;
    padding: 20px;
    box-sizing: border-box;
    line-height: 25px;
}

.group-article-content img {
    max-width: 100%;
}

.group-article-worker {
    position: sticky;
    top: 0;
    width: 18%;
}

.group-article-worker ul{
    width: 100%;
}

.group-article-worker ul>li{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #f2f2f2;
}

.group-article-worker ul>li:last-child{
    border-bottom: none;
}


.group-article-worker-top {
    background-color: #f8f8f8;
}

.group-article-worker-info img {
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
}

.group-article-worker-info a {
    display: block;
    text-align: center;
    height: 32px;
    width: 100%;
    line-height: 32px;
    color: #ffffff;
    background-color: #D9383E;
    margin-top: 10px;
    margin: 10px auto 0 auto;
    border-radius: 5px;
}

.group-article-worker-info a:hover {
    color: #ffffff!important;
}

.group-article-worker-data {
    width: 100%;
}

.group-article-worker-data ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.group-article-worker-data ul>li {
    width: 49%;
    color: #969696;
    margin-top: 10px;
    text-align: left;
}

.group-article-worker-article {
    width: 100%;
}

.group-article-worker-article .c-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.group-article-worker-article hr {
    width: 27%;
}

.group-article-worker-article span {
    font-size: 16px;
}

.group-article-worker-article ul>li {
    width: 100%;
    padding: 5px 0;
    box-sizing: border-box;
}

.group-article-worker-article ul>li a {
    display: flex;
    align-items: center;
}

.group-article-worker-article ul>li a span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.group-article-worker-article ul>li a .c-jingping {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #ffeced;
    color: #D9383E;
}

.group-article-worker-article .c-zhiding {
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    width: 33px;
    height: 20px;
    background-color: #66A3FF;
    color: #ffffff;
    margin-right: 7px;
}

.group-article-handle .c-jubao {
    cursor: pointer;
    color: #b5b5b5;
}

.group-article-handle .c-dianzan {
    cursor: pointer;
}

.group-article-handle i {
    margin-right: 5px;
}

.group-article-handle img {
    margin-right: 5px;
    width: 22px;
}

.group-article-handle .c-dianzan font {
    display: inline-block;
    margin-top: 3px;
}

.grouo-article-left{
    position: sticky;
    top: 0;
    width: 13%;
    margin-right: 1%;
}
.group-right-qz-jiaru ul li .tishiconn{
    position: absolute;
    content: "";
    bottom: 29px;
    left: 41px;
    width: 4px;
    height: 4px;
    border-radius: 45px;
    background-color: #D9383E;
}

.group-right-qz-jiaru ul li a{
    position: relative;
}
.grouo-article-left .avatar{
   text-align: center; 
}

.grouo-article-left .avatar img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.grouo-article-left .next-and-last{
    width: 100%;
}

.grouo-article-left .next-and-last a{
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #D9383E;
    background-color: #ffffff;
    margin-top: 15px;
}

/* 圈子详情 */

.group-detail-comment button {
    width: 66px;
    border-radius: 60px!important;
}

.group-detail-comment #facebox {
    background-color: #ffffff;
    padding: 10px;
    box-sizing: border-box;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #D9383E !important;
    background-color: #D9383E;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #D9383E;
}

.group-detail-filter {
    display: flex;
    width: 100%;
    align-items: baseline;
}

.group-detail-filter:last-child {
    margin-bottom: 0;
}

.group-detail-filter ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 88%;
    margin-top: -6px;
}

.group-detail-filter span {
    font-weight: 600;
}

.group-detail-filter ul>li {
    height: 28px;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    color: #4d4d4d;
    margin-right: 10px;
    font-size: 12px;
}

.group-detail-filter ul>li:last-child{
    margin-right: 0;
}

.group-detail-filter ul .active {
    background-color: #ffeced;
    color: #D9383E;
}

.group-detail-filter ul .active a {
    color: #D9383E;
}

.group-detail-ht {
    width: 100%;
}

.group-detail-ht ul>li {
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsise;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #e6e6e6;
}

.group-detail-ht ul>li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.group-detail-ht ul>li a {
    display: block;
    width: 100%;
}

.group-detail-content {
    border-top: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

.group-detail-filter .red i {
    border-bottom-style: solid;
    border-bottom-color: #D9383E;
}

.group-detail-content {
    display: flex;
    width: 100%;
}

.c-weishenhe-pointer{
    position: relative;
}

.c-weishenhe-pointer .c-pointer{
    position: absolute;
    content: '';
    right: -8px;
    top: 0;
    width: 6px;
    height: 6px;
    background-color: #d9383e;
    border-radius: 50%;
}


.group-detail-content .c-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.group-detail-content-right {
    width: 93%;
}

.group-detail-content-top {
    display: flex;
    justify-content: space-between;
}

.group-detail-content-top .c-name {
    color: #F0AA52;
    font-size: 16px;
    font-weight: bold;
}

.group-detail-content-top .c-quanzhu {
    color: #ffffff;
    background-color: #F0AA52;
    padding: 3px 7px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-status span {
    margin-left: 10px;
}

.group-detail-content-status .c-shenhe {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #999999;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-status .c-zhiding {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #66A3FF;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-status .c-jinghua {
    padding: 5px 10px;
    box-sizing: border-box;
    color: #D9383E;
    background-color: #ffeced;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-photo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.group-detail-content-photo ul>li {
    width: 23.5%;
    height: 180px;
    margin-right: 2%;
    margin-bottom: 2%;
}

.group-detail-content-photo ul>li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.group-detail-content-photo ul>li:nth-child(4n) {
    margin-right: 0;
}

.c-group-detail-recomend-main input {
    width: 90%;
}

.show_reply {
    cursor: pointer;
}

.group-detail-content-top .c-tiezhu {
    color: #ffffff;
    background-color: #66A3FF;
    padding: 3px 7px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 12px;
}

.group-detail-content-top .c-tiezhu:hover {
    color: #ffffff!important;
}

.group-detail-right-banner {
    position: relative;
    width: 100%;
    height: 130px;
}

.group-detail-right-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.group-detail-right-banner .c-cover {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.group-detail-handle {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ffffff;
}

.group-detail-info {
    position: absolute;
    top: 68px;
    right: 0;
    z-index: 99;
    width: 100%;
}

.group-detail-info img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    object-fit: cover;
}

.c-worker-foucse ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.c-worker-foucse ul>li {
    width: 29%;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    margin-right: 11px;
}

.c-worker-foucse ul>li:nth-child(3n) {
    margin-right: 0px;
}

.c-worker-foucse ul>li:last-child {
    margin-right: 0;
}

.c-worker-foucse ul>li a {
    display: block;
    text-align: center;
}

.c-worker-foucse ul>li img {
    width: 39px;
    height: 39px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    object-fit: cover;
}

.c-worker-foucse ul>li img:hover {
    box-shadow: 1px 13px 9px -5px rgba(77, 77, 77, 0.59);
}

.c-worker-foucse ul>li span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.group-detail-content-list {
    position: relative;
    cursor: pointer;
}

.group-detail-content-list ul {
    z-index: 9;
    position: absolute;
    display: none;
    width: 100px;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    text-align: left;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    top: 24px;
    left: 15px;
}

.group-detail-content-list ul>li {
    padding-top: 10px;
    cursor: pointer;
}

.group-detail-content-list ul>li:first-child {
    padding-top: 0;
 
}

.group-detail-content-list ul>li:last-child{
    padding-bottom: 0!important;
}

.group-detail-content-list:hover ul {
    display: block;
}

.layui-form-select dl dd.layui-this {
    background-color: #D9383E;
}

.show_reply_wrap .c-dianzan {
    cursor: pointer;
}

.show_reply_wrap .c-dianzan span {
    margin-right: 5px;
}

.c-side-group {
    position: fixed;
    top: 305px;
    left: 201.5px;
    width: 108px;
}

.c-side-group-item {
    width: 100%;
}

.c-side-group-title {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
}

.c-side-group-title span {
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
}

.c-side-group-title i {
    font-size: 18px;
    color: #c5c6cb;
}

.c-side-group-item ul {
    width: 100%;
}

.c-side-group-item ul>li {
    width: 100%;
}

.c-side-group-item ul>li a {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 28px;
    line-height: 28px;
    color: #8a8a8b;
}

.c-side-group-item .active a {
    color: #D9383E;
}


/* 评论样式 */

.n-name-one p {
    font-size: 15px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    color: #250a0d;
    line-height: 20px;
}

.n-name-one span {
    font-size: 12px;
    text-align: left;
    color: #999999;
    line-height: 25px;
    box-sizing: border-box;
}

.n-name-one span font {
    margin-left: 25px;
}

.n-name-one {
    margin-left: 20px;
}

.n-conten1-one {
    margin-left: 60px;
    padding: 3px 0px 0px 0px;
    box-sizing: border-box;
}

.n-conten1-one p {
    font-size: 15px;
    color: #20232C;
    line-height: 32px;
}

.n-contern2-img {
    margin-left: 62px;
    cursor: pointer;
    margin-top: 10px;
    width: 700px;
    text-align: left;
}

.n-contern2-img img {
    padding: 0px 11px 14px 0px;
    width: 156px;
    height: 145px;
    object-fit: cover;
}

.n-conten-title .n-title-images img {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    object-fit: cover;
}

.n-reply-pl .n-title-images img {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    object-fit: cover;
}

.n-list-pl .n-title-images img {
    border-radius: 50%;
    width: 39px;
    height: 39px;
    object-fit: cover;
}

.n-conten-two {
    margin-left: 28px;
}

.n-conten-two div:first-child img {
    margin-top: -3px;
}

.n-conten-two p {
    padding: 0px 10px;
}

.n-name-one font {
    opacity: 1;
    background: #ffeced;
    color: #d9383e;
    font-size: 12px;
    padding: 0px 5px;
    margin-left: 10px;
}

.n-reply-frame {
    width: 100%;
    opacity: 1;
    background: #F6F7F8;
    padding: 20px;
}

.n-reply-frame input {
    width: 674px;
    height: 40px;
    opacity: 1;
    background: #ffffff;
    padding: 10px;
}

.n-reply-frame button {
    background: #d9383e;
    border-radius: 16px !important;
    color: #fff;
    padding: 3px 10px;
}

.n-reply-frame .n-biaoqing {
    width: 674px;
    margin-left: 50px;
}

.n-reply-list {
    background: #f6f7f8;
    width: 100%;
}

.n-reply-list h1 {
    font-size: 15px;
    font-family: Microsoft YaHei Bold, Microsoft YaHei Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #252424;
    padding-bottom: 15px;
}

.n-list-frame {
    width: 734px;
    opacity: 1;
    background: #f6f7f8;
    padding: 20px;
    margin-left: 56px;
}

.n-list-frame input {
    width: 637px;
    height: 40px;
    opacity: 1;
    background: #ffffff;
    padding: 10px;
}

.n-list-frame button {
    background: #d9383e;
    border-radius: 16px !important;
    color: #fff;
    padding: 3px 10px;
}

.n-list-frame .n-biaoqing {
    width: 637px;
    margin-left: 50px;
}

.n-list-frame1 {
    width: 734px;
    opacity: 1;
    background: #f6f7f8;
    padding: 20px;
    margin-left: 56px;
}

.n-list-frame1 input {
    width: 637px;
    height: 40px;
    opacity: 1;
    background: #ffffff;
    padding: 10px;
}

.n-list-frame1 button {
    background: #d9383e;
    border-radius: 16px !important;
    color: #fff;
    padding: 3px 10px;
}

.n-list-frame1 .n-biaoqing {
    width: 637px;
    margin-left: 50px;
}

.n-three-frame {
    width: 726px;
    opacity: 1;
    background: #f6f7f8;
    margin-left: 56px;
    padding: 13px 20px 13px 20px;
}

.n-four-frame {
    width: 734px;
    opacity: 1;
    background: #f6f7f8;
    margin-left: 56px;
}

.n-huifu input {
    width: 637px;
    height: 40px;
    opacity: 1;
    background: #ffffff;
    padding: 10px;
}

.n-huifu button {
    background: #d9383e;
    border-radius: 16px !important;
    color: #fff;
    padding: 3px 10px;
}

.n-huifu .n-biaoqing {
    width: 637px;
    margin-left: 50px;
}

.n-name-one .replys {
    font-size: 14px;
    color: #979090;
    margin-left: 8px;
}

.n-name-one .n-person {
    margin-left: 8px;
}

.n-conten-title .n-point-shenghe {
    padding: 3px 5px;
    opacity: 1;
    background: #f2f2f2;
}

.n-conten-title .n-point-shenghe p {
    color: #535050;
}

.n-seemore p {
    margin: 50px 0px 20px 0px;
    text-align: center;
}

.n-update-tp div {
    padding: 5px 15px 0px 0px;
}

.n-update-tp div p {
    font-size: 14px;
    color: #d9383e;
}

#n-timeHeat .n-bytime {
    font-size: 14px;
    color: #292826;
    line-height: 25px;
    margin-right: 10px;
}

#n-timeHeat .n-byheat {
    font-size: 14px;
    color: #a8a6a4;
    line-height: 25px;
}

#n-reply-textarea {
    background: #f6f7f8;
}

.myEmoji {
    width: 400px;
    box-shadow: 1px 2px 5px 0px black;
}

.n-comment-text {
    width: 100%;
    height: 100px;
    min-height: 100px;
    opacity: 1;
    resize: none;
    background: #f6f7f8;
    border: #f6f7f8;
}

.n-text-upload {
    width: 100%;
    border: none !important;
    background-color: #f6f7f8;
    ;
}

.n-text-upload textarea {
    border: none !important;
    width: 100% !important;
}

.n-textComment {
    cursor: pointer;
}

.n_huifuThree {
    cursor: pointer;
}

.n-oneComm {
    cursor: pointer;
}

.textareaValueLenght {
    border: none;
}

.c-recoment-reason {
    width: 100%;
    margin: 40px 0;
}

.c-recoment-reason ul {
    width: 100%;
    height: 100%;
}

.c-recoment-reason ul>li {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0!important;
    height: 100%;
}

.c-recoment-reason ul>li:last-child {
    margin-bottom: 0!important;
}

.c-recoment-reason ul>li img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.c-recoment-reason ul>li .c-recoment-reason-content {
    width: 87%;
    margin-left: 1%;
    color: #9C9696;
}

.c-recoment-reason-name {
    display: inline-block;
    width: 66px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-recoment-scroll {
    height: 60px;
    border: 2px dashed #F2f2f2;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.z-book-switch-warp .n_textComment_wrap {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
}

.z-book-switch-warp .n_textComment_wrap:nth-last-child(2) {
    border-bottom: none!important;
}

.n-relatedStockpool h2 {
    font-size: 14px;
    font-weight: 700;
    color: #525151;
    line-height: 39px;
}

.n-relate-pool ul li .n-inent {
    width: 26px;
    line-height: 25px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    text-align: center;
}

.n-relate-pool ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.n-relate-pool .n-stock-title p {
    font-size: 16px;
    color: #525151;
    line-height: 26px;
}

.n-relate-pool .n-stock-title span {
    font-size: 13px;
    color: #989595;
    line-height: 33px;
}

.n-relate-pool .n-stock-title p font {
    width: auto;
    height: 21px;
    font-size: 13px;
    opacity: 1;
    padding: 3px 5px;
    color: #D9383E;
    background: #ffeced;
    border-radius: 3px;
}

.n-relate-pool img {
    border-radius: 8px;
    width: 54px;
    height: 54px;
    object-fit: cover;
}

.n-show-content {
    display: flex;
    align-items: end;
    margin-left: 15px;
    width: 93%;
}

.n-relate-pool .n-stock-title {
    margin-left: 15px;
}


/* 图片查看 */

.img_wrap img {
    cursor: pointer;
}

.cover {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.cover-close {
    z-index: 1200;
    position: absolute;
    right: -3px;
    top: -10px;
    font-size: 28px;
    cursor: pointer;
    padding: 4px;
    background-color: #ffffff;
}

.c-pic-wrapper {
    margin-top: 10vh;
    border: 2px solid #ff0000;
}

.cover-img {
    width: 82%;
    height: 85%;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.coverImg {
    max-width: 100%;
    cursor: move!important;
}

.cover-img-wrap {
    width: 72%;
    height: 72%;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 10px solid #ffffff;
    background-color: #ffffff;
    resize: both;
}

.group-fujian-link {
    display: flex;
    align-items: center;
}

.group-fujian-link .c-tag {
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 20px;
    background-color: #f2a45c;
    text-align: center;
    line-height: 26px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.group-fujian-link .c-tag img {
    width: 22px;
}

.group-fujian-link .fujian-title {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #f5f7f6;
    font-size: 12px;
}

.r-group-dongtai-title {
    font-size: 15px;
    line-height: 32px;
}

.r-group-pinglun-title {
    border-left: 3px solid #D9383E;
    padding-left: 9px;
    font-size: 17px;
    font-weight: bold;
}


/* 右侧我加入的圈子 */

.group-right-myjoined-qz {
    width: 100%;
}

.group-right-myjoined-qz .active a{
    position: relative;
    color:#D9383E;
}

.group-right-myjoined-qz .active a::after{
    position: absolute;
    content: '';
    background-image: url(../images/group/dingwei.png);
    width: 20px;
    height: 30px;
    right: -9px;
    top: 8px;
    background-repeat: no-repeat;
    background-size: 10px;
}
.c-side-group-item .active a{
    position: relative;
}
.c-side-group-item .active a::after{
    position: absolute;
    content: '';
    background-image: url(../images/group/dingwei.png);
    width: 20px;
    height: 30px;
    right: -9px;
    top: 8px;
    background-repeat: no-repeat;
    background-size: 10px;
}

.group-right-myjoined-qz ul {
    width: 100%;
}

.group-right-myjoined-qz ul>li {
    width: 100%;
    position: relative;
}

.group-right-myjoined-qz ul>li  a{
    display: flex;
    width: 100%;
    align-items: center;
}

.group-right-myjoined-qz ul>li p{
    width:calc(100% - 57px)
}


.group-right-myjoined-qz ul>li img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
}

.group-mine{
    width: 17%;
    margin-right: 17px;
}

.group-mine-info .avatar{
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}

.group-mine-handle{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.group-mine-handle a{
    display: block;
    width: 81px;
    height: 26px;
    text-align: center;
    line-height: 23px;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    margin-top: 10px;
    margin-right: 12px;
}

.group-mine-handle a:nth-child(2n){
    margin-right: 0;
    border-color: #4D7CF1;
    color: #4D7CF1;
}

.group-mine-handle a:first-child{
    border-color: #D9383E;
    color: #D9383E;
}


.group-mine-handle a:nth-child(3){
    border-color: #00ADF2;
    color: #00ADF2;
}

.group-mine-handle a:nth-child(3):hover{
    color: #00ADF2!important;
}

.group-mine-handle a:nth-child(2):hover{
    color: #4D7CF1!important;
}

.group-mine-tz{
    width: 100%;
}

.group-mine-tz ul{
    width: 100%;
}

.group-mine-tz img{
    max-width: 24px;
}

.group-mine-tz ul>li{
    margin-top: 10px;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 10px;
}

.group-mine-tz ul>li p:nth-child(2){
    color: #A39696;
}

.group-mine-tz ul>li:last-child{
    border-bottom: none;
}

.group-tab{
    width: 100%;
}

.group-tab ul{
    display: flex;
    align-items: center;
}

.group-tab ul>li{
    flex: 1;
    text-align: center;
}

.group-tab ul>li img{
    width: 55%;
    margin: 0 auto 10px  auto;
}

.group-tab ul>li p{
    color: #2B292B;
    font-size: 15px;
}

.creat-group-entry a{
    color: #ffffff;
}

.creat-group-entry a:hover{
    color: #ffffff!important;
}

.grouo-list-zxft{
    width: 100%;
}

.grouo-list-zxft ul{
    width: 100%;
}

.grouo-list-zxft>li{
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.grouo-list-zxft>li:last-child{
    border-bottom: none;
}

.grouo-list-zxft>li a{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.grouo-list-zxft>li img{
    width: 126px;
    height: 68px;
    object-fit: cover;
}

.grouo-list-zxft-left{
    width: calc(100% - 136px);
}

.grouo-list-zxft-left p{
    height: 40px;
}

.grouo-list-zxft-left span{
    font-size: 12px;
    color: #7B7A7B;
}

.group-list-zxtz{
    width: 100%;
}

.group-list-zxtz>li{
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #F2F2F2;
}

.group-list-zxtz p{
    width: 100%;
    font-size: 15px;
    margin-bottom: 6px;
    color: #2B292B;
}

.group-list-zxtz-yuan{
    font-size: 12px;
    color: #7B7A7B;
    margin-top: 5px;
}

.group-list-zxtz>li:last-child{
    border-bottom: none;
}

.r-group-view font{
	vertical-align: middle;
}


.r-group-view img{
	width: 15px !important;
}


.r-handle{
	padding-bottom: 14px !important;
	margin-right: 15px;
}

.r-handle img{
	width: 22px !important;
}
