@charset "utf-8";
.personalInfor{
    margin:  .4256rem;
    background-color: #fff;
    border-radius: .4256rem;
    font-family: 'PingFang SC';
    padding: 0 .3192rem;
}
.personalInfor li{
    padding: .4788rem 0; 
    border-bottom: 1px solid #E6E6E6;
}
.personalInfor li:last-child{
    border: 0 none;
}
.personalInfor li p{
    /* font-weight: 500; */
    font-size: .3724rem;
    color: #666666;
}
.personalInfor li img{
    width: 1.1172rem;
    height: 1.1172rem;
    border-radius: .1rem;
    margin: 0;
}
.personalInfor li span{
    /* font-weight: 500; */
    font-size: .3724rem;
    color: #666666;
}
.personalInfor li input{
    border: 0 none;
    text-align: right;
    font-size: .3724rem;
    color: #666666;
    width: 60%;
}
.personalInfor li var{
    height: .46rem;
    width:.46rem;
    background:#fff url(../images/rt.png) top no-repeat;
    background-size: contain;
    margin-left: .1rem;
}

/* 新的小树 */
.newPersonHead{
    overflow: hidden;
    font-family: 'PingFang SC';
    margin-bottom:.5852rem;
}
.newPersonHead .head{
    width: 1.6758rem;
    height: 1.6758rem;
    border-radius: 100%;
    margin-top: .798rem;
}
.newPersonHead .name{
    font-weight: 800;
    font-size: .4256rem;
    color: #333333;
    line-height: 2;
    text-align: center;
}
.newPersonHead .msg{
    /* font-weight: 500; */
    font-size: .3192rem;
    color: #333333;
    line-height:1.2;
}
.newPersonHead span{
    font-size: .3192rem;
    color: #333333;
    width: 1.1704rem;
    height: .6384rem;
    line-height: .6384rem;
    text-align: center;
    background: #FFFFFF;
    border-radius: .5852rem;
    margin: 0 .133rem;
}
/* 统计信息 */
.personsSatistic{
    margin: 0 .4256rem;
    height: 2.66rem;
    background: #fff;
    border-radius:.2128rem;
    margin-bottom: .4256rem;
    font-family: 'PingFang SC';
}
.personsSatistic>div{
    /* margin: 0 .4256rem; */
    text-align: center;
}
.personsSatistic span{
    display: block;
    font-weight: bold;
    font-size: .4788rem;
    color: #E1A023;
    line-height: 1.2;
    margin-top: .5rem;
    margin-bottom: .2rem;
}
.personsSatistic p{
    font-weight: 500;
    font-size:.3192rem;
    color: #555555;
    line-height: 1.5;
}
.myLittleForestList02{
    margin: 0 .4rem;
}
.messageList{
    height: calc(100% - 1rem);
    overflow-y: auto;
    margin: 0 .4rem;
}
.messageListItem{
    padding: .3192rem;
    background: #fff;
    border-radius:.3192rem;
    margin-top: .3192rem;
    font-family: 'PingFang SC';
}
.messageListItem .msgImg{
    margin-right: .266rem;
}
.messageListItem .msgImg img{
    width:2.66rem;
    height: 2.0216rem;
    border-radius: .2128rem;
}
.messageListItem .msgBox{
    position: relative;
}
.messageListItem .msgBox p{
    font-weight: 500;
    font-size: .3724rem;
    color: #333333;
    line-height: 1.4;
    margin-top: 0.05rem;
}
.messageListItem .msgBox span{
    font-weight: 500;
    font-size: .3192rem;
    color: #999999;
    line-height: 1.4;
    position: absolute;
    bottom: 0.05rem;
    left: 0;
    z-index: 1;
}
/* 读书会列表 */
.readinList{
    height: calc(100% - 3rem);
    overflow-y: auto;
    margin:.2rem .4rem;
}
.readinListItem{
    padding: .3192rem .3192rem .3192rem .2394rem;
    background: #fff;
    border-radius:.3192rem;
    margin-top: .3192rem;
    font-family: 'PingFang SC';
    border: 2px solid #fff;
}
.readinListItem.cur{
    border: 2px solid #E1A023;
}
.readinListItem var{
    height: .5054rem;
    width: .5054rem;
    background: url(../images/radio.png) center no-repeat;
    background-size: 100% 100%;
}
.readinListItem.cur var{
    background: url(../images/radioed.png) center no-repeat;
    background-size: 100% 100%;
}
.readinListItem .msgImg{
    margin-right: .3724rem;
    margin-left: .2128rem;
}
.readinListItem .msgImg img{
    width: 1.862rem;
    height: auto;
}
.readinListItem .msgBox p{
    font-weight: bold;
    font-size: .4256rem;
    color: #333333;
    line-height: 1.4;
    margin-top: 0.05rem;
}
.readinListItem .msgBox span{
    display: block;
    font-weight: 500;
    font-size: .3192rem;
    color: #777;
    line-height: 1.2;
    margin-top: .266rem;
}
/* 详情页 */
.detailContent{
    height: 100%;
    background: #fff;
    padding: .4rem;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'PingFang SC';
}
.detailContent h4{
    font-weight: 800;
    font-size: .4788rem;
    color: #333333;
    line-height: 1.4;
    text-align: left;
    margin-top: .25rem;
}
.authorBox{
    margin-top: .24rem;
}
.authorBox .author{
    /* font-weight: 500; */
    font-size: .3724rem;
    color: #333;
    line-height: 1.6;
}
.authorBox .time{
    /* font-weight: 500; */
    font-size:.3192rem;
    color: #777;
    line-height: 1.4;
}
.detailContent .articleContent{
    margin-top: .7rem;
}
.detailContent .articleContent p{
    font-size:.3724rem;
    color: #555;
    line-height: 1.2;
    margin-top: .4rem;
}
.detailContent .articleContent img{
    margin: .4rem auto;
    height: auto;
}
/* 海报 */
.commentsectionPoster{
    margin: .4256rem;;
    font-family: 'PingFang SC';
    padding-bottom: 1rem;
}
.commentsectionPoster .posterBox{
    height:12rem;
    position: relative;
    overflow: hidden;
}
.commentsectionPoster .posterBgBox{
    height: 12rem;
    overflow: hidden;
    /* background-color: #333; */
}
.commentsectionPoster .posterBgBox img{
    width: 100%;
    height: 100%;
}
.commentsectionPoster .posterInforBox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 231;
    overflow: hidden;
}
.posterLogo{
    margin-top: .2rem;
}
.posterLogo span{
    /* font-weight: 800; */
    margin-right: .1rem;
    font-size: .4256rem;
    color: #fff;
    text-shadow: 0px 0px .5rem #000000;
}
.posterLogo img{
    width: .798rem;
    height: .798rem;
    margin: 0;
    margin:.133rem .266rem 0 0;
}
.posterManBox img{
    width: 1.8088rem;
    height: 1.8088rem;
    border-radius: 100%;
    border: 2px solid #fff;
    margin: .6916rem auto 0;
}
.posterManBox p.name{
    font-weight: 800;
    font-size: .5852rem;
    color: #fff;
    line-height: 1.5;
    margin-top: .3rem;
    text-shadow: 0px 0px .5rem #000000;
}
.posterManBox p.num{
    /* font-weight: bold; */
    font-size: .4788rem;
    color: #fff;
    line-height: 1.5;
    margin-top: .1rem;
    text-shadow: 0px 0px .5rem #000000;
}
.posterInforBox .posterDes{
    margin: .4rem;
    padding: .2rem .4rem;
    background: rgba(0, 0, 0, .3);
    border-radius: .1596rem;
    font-size: .4256rem;
    color: #FFFCFC;
    line-height: 1.5;
}
.posterQdcode img{
    width: 1.596rem;
    height: auto;
    margin: .9rem auto 0;
	text-shadow: 0px 0px .5rem #000000;
}
.posterQdcode p{
    font-size: .4256rem;
    color: #fff;
    text-align: center;
    margin-top: .2rem;
    text-shadow: 0px 0px .5rem #000000;
}
.posterSetBox h4{
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .4256rem;
    color: #333333;
    line-height: 1.5;
    margin: .3724rem 0;
}
.posterSetBox h4 var{
    width: .133rem;
    height: .133rem;
    background: #E1A023;
    border-radius: 100%;
    margin-right: .1rem;
}
.posterSetBox .recommendbg{
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
.posterSetBox .recommendbg::-webkit-scrollbar{
    display: none;
}
.posterSetBox .recommendBox{
    width: 200%;
    /* overflow-x: auto; */
}
.posterSetBox .recommendBox>div{
    float: left;
    width: 1.8088rem;
    margin-right: .3192rem;
}
.posterSetBox .recommendBox>div img{
    width: 1.8088rem;
    height: 2.4472rem;
}
.posterSetBox .recommendBox>div.cur img{
    border: 5px solid #E1A023;;
}
.posterSetBox .recommendBox>div p{
    /* font-weight: 500; */
    font-size: .3724rem;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    margin-top: .2rem;
}
.posterSetBox textarea{
    font-family: 'PingFang SC';
    width: 100%;
    padding: .3rem;
    height:3rem;
    background: #fff;
    border-radius: .2128rem;
    font-weight: 500;
    font-size:  .3724rem;
    color: #333333;
    line-height: 1.4;
}
.posterSetBox .myComment{
    margin-bottom: 1.3rem;
}
.commentsectionPoster .submitButton{
    margin-bottom: .3rem;
}
.posterGenerated{
    background-color: #000;
    height: 100%;
    overflow: hidden;
}
.posterGenerated .comTitle p{
    color: #fff;
}
.posterGenerated .posterImg{
    margin: .4256rem;
}
.posterGenerated .posterImg img{
    width: 100%;
    height: auto;
}
.posterGenerated .posterWord{
    font-family: 'PingFang SC';
    font-weight: 500;
    font-size: .3724rem;
    color: #ffffff80;
    line-height: 1.2;
    text-align: center;
    margin-top: .6384rem;
}
/* 消息中心 */
.messageCenter{
    height: calc(100% - 3.5rem);
    overflow-y: auto;
}
.messageCenter .messageItem{
    margin: .2rem .4256rem 0;
    background-color: #fff;
    border-radius: .2rem;
    padding: .3rem .25rem;
    position: relative;
    color: #333333;
    line-height: 1.4;
}
.messageItem .messageHeadImg{
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    margin-right: .2rem;
}
.messageItem .messageItem-head{
    margin-bottom: .1rem;
}
.messageItem .messageItem-head p{
    margin-right: .15rem;
}
.messageItem .messageItem-head var{
    position: absolute;
    top: .3rem;
    right: .38rem;
    z-index: 11;
    width: .2rem;
    height: .2rem;
    background-color:rgb(243, 23, 67);
    border-radius: 100%;
}



















