html {
    font-family: 'PingFang-SC-Medium','Microsoft YaHei';
}
i {
    font-style: normal;
}
body {
    overflow-x: hidden;
}
div>img {
    width: 100%;
    height: 100%
}

.com-box h3, .com-box p, .group-topic .msg, .article-top .list>a span, .message-list .item .msg {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.menu-mask .menu-list, .report-mask .report-box, .group-nav .active::after, .article-top .nav .active::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.group-top .left, .group-top .right, .group-topic .icon, .group-topic .btn, .article-top .list .tag, .article-list .item .author .icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0
}


* {
    margin: 0;
    padding: 0
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #4c4c4c
}

a:visited {
    color: #303030;
}

a:hover {
    text-decoration: none;
    color: #ff6200
}

.msg-tips {
    position: relative
}

.msg-tips::before {
    position: absolute;
    content: '';
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f33434
}

.menu-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden
}

.menu-mask .menu-list {
    top: 40px;
    width: 90%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    -webkit-transition: all .2s .2s ease;
    transition: all .2s .2s ease;
    z-index: 99;
}

.menu-mask .menu-list li {
    display: block;
    box-sizing: border-box;
    padding: 0 25px;
    text-align: inherit;
    height: 50px;
    line-height: 50px;
    height: 50px;
    border-radius: 5px;
    border-bottom: 1px solid #eee;
    color: #999
}

.menu-mask .menu-list li i {
    font-size: 20px;
    margin-right: 10px
}

.menu-mask .menu-list::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    right: 2px;
    top: -5px;
    background: url(../img/sanjiao.png);
    background-size: 100% 100%
}

.report-mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden
}

.report-mask .report-box {
    box-sizing: border-box;
    padding: 10px 0 0 0;
    top: 70px;
    width: 90%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px #999;
    -webkit-transition: all .2s .2s ease;
    transition: all .2s .2s ease;
    z-index: 99;
}

.report-mask .report-box h2 {
    line-height: 2;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #f5f5f5
}

.report-mask .report-box .item {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 14px
}

.report-mask .report-box .item span {
    float: left
}

.report-mask .report-box .item i {
    display: none;
    float: right;
    color: #00b3fe
}

.report-mask .report-box .selected i {
    display: block
}

.report-mask .report-box .other {
    margin: 20px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    background: #fafafa
}

.report-mask .report-box .other textarea {
    width: 100%;
    border: 0
}

.report-mask .report-box .btn {
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.report-mask .report-box .btn .cancel {
    display: inline-block;
    width: 50%;
    height: 45px;
    line-height: 45px
}

.report-mask .report-box .btn .submit {
    display: inline-block;
    width: 50%;
    height: 45px;
    line-height: 45px;
    background: #00b3fe;
    color: #fff
}

.report-mask .report-box::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 5px;
    right: 2px;
    top: -5px;
    background: url(../img/sanjiao.png);
    background-size: 100% 100%
}

.group-nav {
    width: 100%;
    background: #fff;
    font-size: 16px;
    border-bottom: 1px solid #f5f5f5
}

.group-nav a {
    text-align: inherit;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    color: #888
}

.group-nav .active {
    color: #000
}

.group-nav .active::after {
    bottom: 0;
    content: '';
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: #00b3ff
}

.com-box {
    box-sizing: border-box;
    padding: 10px 0 0 0;
    background: #fff;
    margin: 10px 10px 0 10px;
    border-radius: 12px;
    box-shadow: 0 10px 20px #eee;
    overflow: hidden;
}

.com-box .com-tit {
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 20px
}

.com-box .com-tit h2 {
    float: left;
    font-size: 16px
}

.com-box .com-tit a {
    float: right;
    font-size: 13px;
    color: #999
}

.com-box .com-tit a i {
    font-size: 14px;
}
.com-box .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden
}

.com-box .pic {
    width: 100%;
    border-radius: 6px;
    overflow: hidden
}

.com-box h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000
}

.com-box p {
    font-size: 12px;
    color: #999
}

.com-box p span {
    color: #ff9b2d
}

.com-box .list {
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
}

.com-box .list .item {
    margin-right: 5px;
}

.follow-box {
    height: 205px
}

.follow-box .list .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100px;
    height: 130px;
    border: 1px solid #f5f5f5;
    border-radius: 5px
}

.history-box {
    height: 157px
}

.history-box .list .item {
    display: inline-block;
    width: 75px;
    height: 100px;
    text-align: center
}

.history-box .list .item h3 {
    font-size: 14px
}

.hot-box {
    padding-bottom: 10px
}

.hot-box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    white-space: normal
}

.hot-box .list .item {
    display: inline-block;
    width: 48%;
    margin: 0 0 15px 0;
    overflow: hidden;
    border-radius: 5px;
    /* box-shadow: 0px 2px 10px 0px rgba(145,145,145,0.3); */
}

.hot-box .list .item .text {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 38px
}

.hot-box .list .item .text p {
    font-size: 14px
}

.hot-box .more {
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.recommend-box .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    white-space: normal
}

.recommend-box .list .item {
    position: relative;
    box-sizing: border-box;
    padding: 10px 10px 10px 60px;
    width: 48%;
    height: 75px;
    margin: 0 0 15px 0;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 5px
}

.recommend-box .list .item .icon {
    position: absolute;
    left: 10px;
    top: 12px;
    width: 50px;
    height: 50px
}

.recommend-box .list .item .text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    margin-left: 5px
}

.recommend-box .list .item .text h3 {
    line-height: 32px
}

.group-top {
    box-sizing: border-box;
    padding: 0 100px;
    position: relative;
    width: 100%;
    height: 40px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5
}

.group-top .left {
    left: 15px;
    height: 20px;
    color: #999
}

.group-top .center {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px
}

.group-top .right {
    right: 15px;
    width: auto;
    height: 27px;
    margin: auto;
    font-size: 14px;
    background: transparent
}

.group-top .right .btn {
    text-align: center;
    height: 27px;
    line-height: 27px;
    width: 60px;
    background: #00b3ff;
    color: #fff;
    border-radius: 5px
}

.group-top .right i {
    margin-left: 10px
}

.group-topic {
    box-sizing: border-box;
    padding: 20px 100px 20px 86px;
    position: relative;
    width: 100%;
    height: 111px;
    margin-bottom: 10px;
    background: #fff
}

.group-topic .msg {
    width: 100%;
    margin: 0 10px
}

.group-topic .msg h2 {
    font-size: 20px;
    margin-bottom: 5px
}

.group-topic .msg p {
    line-height: 1.5;
    font-size: 12px;
    color: #999
}

.group-topic .msg p span {
    color: #ff9b2d
}

.group-topic .icon {
    left: 10px;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden
}

.group-topic .btn {
    text-align: center;
    height: 31px;
    line-height: 31px;
    right: 10px;
    width: 65px;
    background: #00b3ff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer
}
.group-topic .jiaru {
    position: absolute;
    height: 31px;
    line-height: 31px;
    top: 20px;
    right: 10px;
    width: 65px;
    background: #00b3ff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    text-align: center;
}
.group-topic .exit {
    position: absolute;
    height: 31px;
    line-height: 31px;
    top: 20px;
    right: 10px;
    width: 65px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #999;
    cursor: pointer;
    text-align: center;   
}

.group-topic .app {
    position: absolute;
    height: 31px;
    line-height: 31px;
    top: 60px;
    right: 10px;
    width: 65px;
    background: #fff;
    border: 1px solid #fcc671;
    border-radius: 5px;
    color: #fcc671;
    cursor: pointer;
    text-align: center;
}   
.article-top {
    margin: 10px 10px 0 10px;
    border-radius: 12px;
    box-shadow: 0 10px 20px #eee;
    overflow: hidden;
}

.article-top .nav {
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    text-align: inherit;
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
    background: #fff
}
.article-top .nav .lst {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.article-top .nav .sousuo {
    position: absolute;
    top: 0;
    right: 10px;
    height: 100%;
    line-height: 50px;
    margin: auto;
    color: #999;
}

.article-top .nav span {
    position: relative;
    display: inline-block;
    margin-right: 20px;
}
.article-top .nav span a {
    color: #666;
}
.article-top .nav .active a {
    color: #121212;
}
.article-top .nav .active {
    color: #000
}

.article-top .nav .active::after {
    content: '';
    bottom: 0;
    width: 25px;
    height: 3px;
    background: #00b3ff;
    border-radius: 2px
}

.article-top .list {
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
}

.article-top .list>a {
    box-sizing: border-box;
    padding: 0 0 0 28px;
    text-align: inherit;
    height: 30px;
    line-height: 30px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 15px;
}

.article-top .list>a span {
    display: inline-block
}

.article-top .list .tag {
    text-align: center;
    height: 22px;
    line-height: 22px;
    left: 0;
    width: 20px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    background: #f77148;
}

.article-top .list .title {
    width: 100%;
    font-size: 13px;
}
.article-list {
    padding: 10px 0;
}
.article-list .item {
    box-sizing: border-box;
    margin: 0 10px;
    display: block;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: 0 10px 20px #eee;
}
.article-list .item .title i {
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    margin-right: 4px;
    margin-top: 5px;
    border-radius: 2px;
    font-weight: normal;
}
.article-list .item .title {
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}
.article-list .item .author {
    box-sizing: border-box;
    padding: 12.5px 0 0 44px;
    position: relative;
    margin: 0 10px;
    height: 56px;
    font-size: 14px;
    color: #999
}

.article-list .item .author>div {
    display: inline-block
}

.article-list .item .author .nm {
    color: #333;
    font-size: 15px
}
.article-list .item .author .date {
    font-size: 12px
}
.article-list .item .author .icon {
    left: 0;
    top: 4px;
    width: 35px;
    height: 35px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 50%;
}

.article-list .item .tags {
    margin: 8px 10px 5px 10px;
    height: 15px;
}

.article-list .item .tags .tag {
    float: left;
    margin-right: 5px;
    background: #f5f5f5;
    font-size: 12px;
    color: #999;
    padding: 2px 8px
}
.article-list .item .tags a {
    float: left;
    background: #e6f8ff;
    color: #00b3ff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 2px;
    margin-right: 5px;
}
.article-list .item .desc {
    display: -webkit-box;
    margin: 8px 10px 5px 10px;
    font-size: 14px;
    line-height: 1.6;
    color: #999;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-list .item .pic {
    width: 100%;
    margin-top: 8px;
    overflow: hidden
}
.article-list .item .pic img {
    width: 100%;
    height: auto;
}
.article-list .item .bottom {
    text-align: inherit;
    height: 50px;
    line-height: 50px;
    width: 100%;
    margin-top: 5px
}
.article-list .item .bottom>span {
    display: none;
}
.article-list .item .bottom .label {
    display: flex;
    width: 100%;
}
.article-list .item .bottom .label a {
    display: inline-block;
    width: 30%;
    margin-left: 10px;
    color: #bfbfbf;
    text-align: center;
    font-size: 14px;
}
.article-list .item .bottom .label i {
    font-size: 15px;
}
.article-list .item .bottom .label span {
    display: inline-block;
    margin-right: 5px
}

.article-box {
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    background: #fff
}

.article-box .author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 60px;
    color: #999;
    font-size: 14px
}
.article-box .author .reply {
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   right:0;
   width: 60px;
   height: 26px;
   line-height: 26px;
   border: 1px solid #00b3ff;
   border-radius: 5px;
   color: #00b3ff;
   text-align: center;
   font-size: 14px;
}

.article-box .author .icon {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 50%;
}

.article-box h1 {
    color: #000;
    font-size: 18px
}

.article-box .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 35px;
    margin-bottom: 5px;
}

.article-box .label .tag {
    background: #f5f5f5;
    font-size: 14px;
    color: #999;
    padding: 2px 5px
}

.article-box .label .view {
    font-size: 14px;
    color: #999
}

.article-box .content {
    min-height: 100px
}

.article-box .like {
    width: 50px;
    line-height: 1.5;
    text-align: center;
    font-size: 14px;
    color: #cbcbcb
}

.group-entry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    height: 96px;
    margin-bottom: 15px;
    color: #999;
    background: #fff
}

.group-entry .icon {
    width: 63px;
    height: 63px
}

.group-entry .msg {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px
}

.group-entry h2 {
    line-height: 1.8;
    color: #000;
    font-size: 18px
}

.group-entry p {
    font-size: 14px
}

.group-entry p span {
    display: inline-block;
    margin-right: 10px;
    color: #ff9b2d
}

.group-reply {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    background: #fff
}

.message-top {
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #999
}

.message-list {
    box-sizing: border-box;
    padding: 0 15px
}

.message-list .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 85px;
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
    background: #fff;
    box-shadow: 0 0 5px #eee
}
.message-list .noread::before {
    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
}
.message-list .item .icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}

.message-list .item .msg {
    line-height: 1.6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px
}

.message-list .item .msg span {
    display: inline-block;
    margin-right: 5px;
    color: #000
}

.message-list .item .msg p:nth-child(2) {
    font-size: 16px
}

.edit-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 60px;
    font-size: 14px;
    background: #fafafa;
}

.edit-type>div:nth-child(2) {
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
    width: 140px;
    height: 35px;
    padding: 0 10px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    color: #999
}

.edit-type .type-select {
    position: relative;
    width: 150px;
    height: 35px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden
}

.edit-type .type-select .box {
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 3;
    cursor: pointer
}

.edit-type .type-select .lst {
    position: absolute;
    top: 20px;
    left: 0;
    width: 150px;
    line-height: 30px;
    background: #fff;
    opacity: 0;
    z-index: 2;
    -webkit-transition: top .2s ease;
    transition: top .2s ease
}

.edit-type .type-select .lst li {
    box-sizing: border-box;
    padding: 0 5px;
    display: block
}

.edit-type .type-select .lst li:hover {
    background: #00b3ff;
    color: #fff
}

.edit-type .type-select .active {
    top: 40px;
    opacity: 1
}

.edit-tit {
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: 52px;
    background: #fff;
    border-bottom: 1px solid #eee
}

.edit-tit .input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.edit-tit .input input {
    width: 100%;
    height: 30px;
    font-size: 14px;
    outline: none;
    border: 0;
    background: transparent
}

.edit-tit span {
    font-size: 12px;
    color: #999
}

.edit-content {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    height:300px; 
    background: #fff;
    border-bottom: 1px solid #eee;

}

.edit-content textarea {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    outline: none;
    border: 0;
    background: transparent;
    resize: none;
}

.edit-label {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #cbcbcb
}

.edit-label i {
    font-size: 24px;
    margin-right: 15px
}


.edit-label  .fabu-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    height: 27px;
    line-height: 27px;
    width: 60px;
    margin: auto;
    background: #00b3ff;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.qqFace {
    box-sizing: border-box;
    padding: 8px 0;
    background: #fff;
}

.fatie-btn {
    position: fixed;
    bottom: 50px;
    right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #00b3ff;
    box-shadow: 0 4px 10px rgba(0,179,255,.3);
    z-index: 99;
}
.ppw_comment_box {
    padding-bottom: 20px;
}
.ppw_comment_new .all {
    height: 30px !important;
}
.ppw_comment_new .active::after {
    display: none;
}
.ppw_comment_box dl dt input {
    border-radius: 5px;
}

.app-btn {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #00b3ff;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    z-index: 99;
}

.article-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.article-bottom .like {
    margin: 0;
}
.article-bottom .share {
    line-height: 1.5;
    color: #cbcbcb;
}
.post_comment {
    box-sizing: border-box;
    width: 100% !important;
    padding: 0 4%;
    margin: 0;
    background: #fff;
}
.more_comment {
    line-height: 4;
    color: #999;
}
.ppw_comment_box dl dt {
    margin-top: 5px;
}

.article-group {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 110px;
    margin-bottom: 10px;
    padding: 15px 30px 15px 100px;
    background: #fff;
}
.article-group .pic {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
}
.article-group .pic img {
    width: 100%;
    height: 100%;
}
.article-group h2 {
    font-size: 18px;
    color: #333;
}
.article-group p {
    font-size: 13px;
    color: #999;
}
.article-group p span {
    color:#ff9b2d;
}
.article-group .msg a {
    display: inline-block;
    margin-top: 8px;
    padding: 4px 10px;
    font-size: 12px;
    color: #00b3ff;
    border: 1px solid #00b3ff;
    border-radius: 20px;
}
.article-group .msg a i {
    font-size: 12px;
}
.i-more {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    font-size: 18px;
    color: #999;
}

.group-bread {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 0 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
}
.group-bread a {
    display: inline-block;
    position: relative;
    max-width: 120px;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999;
    font-size: 13px;
}
.group-bread a::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    width: 10px;
    height: 30px;
    background: url(/static/group/img/ico-crumb.png);
    background-size: 100%;
}
.group-bread a:nth-last-child(1)::after {
    display: none;
}

@media screen and (min-width: 640px) {
    .menu-mask .menu-list {
        width: 640px;
    }
    .report-mask .report-box {
        width: 640px;
    }

    .com-box .pic {
        max-height: 170px;
    }

    .follow-box .list .item {
        width: 20%;
        margin-right: 5%;
    }
}
@media screen and (max-width: 640px) {
    .com-box .pic {
        max-height: 90px;
    }
    .follow-box .list .item {
        width: 30%;
        margin-right: 3%;
    }
} 
@media screen and (max-width: 370px) {
    .com-box .pic {
        max-height: 80px;
    }
} 