@charset "utf-8";
.myExchange-box,.redemptionCode{
 height: 100%;
 /* background-image: linear-gradient(180deg,#FFF7E8 ,#F4F4F4); */
 background: linear-gradient( 180deg, #FFF7E8 0%, rgba(244,244,244,0) 30%);
 padding-bottom: 1.6rem;
 overflow-y: auto;
 overflow-x: hidden;
}
/* 头部 */
.personHead{
    padding: .6rem .425rem;
}
.personHead img{
    border-radius: 100%;
    width: 1.275rem;
    height: 1.275rem;
    margin-right: .266rem;
}
.personHead-msg p.name{
    font-family: 'PingFang SC';
    font-weight: 800;
    font-size: .425rem;
    color: #333333;
    line-height: 1.2;
}
.personHead-msg p.num{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size: .32rem;
    color: #666666;
    line-height: 1.17;
    margin-top: .133rem;
}
.personHead-msg p span.btn{
    color: #E2A126;
}
.personHead-msg p span.btn i{
    width: .4rem;
    height: .4rem;
    background: url(../images/copy.png) center no-repeat;
    background-size: contain;
    margin-left: .14rem;
}
.personHead var{
    width: .535rem;
    height: .535rem;
    background: url(../images/setbtn.png) center no-repeat;
    background-size: contain;
    margin-left: .14rem;
}
.personHead var.exitBtn{
    width: .6rem;
    height: .6rem;
    background: url(../images/exit.png) center no-repeat;
    background-size: contain;
}
/* 信息窗 */
.inforComPop{
    height: 1.28rem;
    background: linear-gradient( 90deg, #FFFFFF 0%, rgba(255,255,255,0.78) 100%);
    margin:0 .425rem;
    border-radius: .64rem;
    padding: 0 .2rem;
    /* margin-bottom: .2rem; */
    /* position: relative;
    z-index: 111; */
}
.inforComPop img{
    width: 1.24rem!important;
}
.inforComPop p{
    font-family: 'PingFang SC';
    font-size: .373rem;
    color: #333;
    margin-left: .2rem;
}
.inforComPop p.disabled{
    font-size: .33rem;
    margin-left:0;
} 
.inforComPop span{
    padding: 0 .3rem;
    height: .64rem;
    background: #E1A023;
    border-radius: .32rem;
    font-size: .32rem;
    color: #fff;
    text-align: center;
    line-height: .64rem;
}
.inforComPop span.disabled{
    background: #C1C1C1;
    color: #fff;
}
.inforComPop var{
    width: .535rem;
    height: .53rem;
    background: url(../images/rt.png) center no-repeat;
    background-size: contain;
    /* margin-left: .14rem; */
}
.inforComPop02{
    height: 1.5428rem;
    background: linear-gradient( 90deg, #FFFFFF 0%, #FFF7ED 100%);
    border: 1px solid #FFFFFF;
    margin:0 .425rem;
    border-radius: .266rem;
    padding: 0 .2rem;
    /* margin-bottom: .2rem; */
    /* position: relative;
    z-index: 111; */
    font-family: 'PingFang SC';
    position: relative;
}
.inforComPop02 .inforMan{
    margin-left: .1rem;
}
.inforComPop02 .status{
    position: absolute;
    font-size: .3192rem;
    color: #fff;
    background: #E1A023;
    width: 1.4896rem;
    height: .532rem;
    line-height:  .532rem;
    border-top-right-radius: .266rem;
    border-bottom-left-radius: .266rem;
    top: 0;
    right: 0;
    z-index: 1;
    text-align: center;
}
.inforComPop02 .inforMan p.head{
    font-weight: bold;
    color: #333333;
    margin-bottom: .04rem;
}
.inforComPop02 .inforMan p.num{
     /* font-weight: 500; */
    color: #777;
}
.inforComPop02 .inforMan p.num span{
    color: #E1A023;
}
.inforComPop02 .detail{
    margin-top: .3rem;
    font-size: .3192rem;
    color: #333;
}
.inforComPop02 .detail var{
    width: .266rem;
    height: .266rem;
    background: url(../images/rty.png) center no-repeat;
    background-size: contain;
    /* margin-left: .14rem; */
}
/* 标题 */
.comTitle{
    margin:0 .425rem;
    margin-top: .32rem;
}
.comTitle img{
    width: .4rem;
    margin-right: .2rem;
}
.comTitle p{
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .425rem;
    color: #333333;
    line-height: 1.2;
}
.comTitle p span{
    color: #E1A023;
    font-size: .3192rem;
}
/* 兑换列表 */
.myExchange-list{
    margin:0 .425rem;
    margin-top: .32rem;
}
.myExchange-list .exchangeItem{
    margin-bottom: .32rem;
    background: #fff;
    border-radius: .1rem;
    padding: .266rem;
    position: relative;
}
.exchangeItem-pic img{
    width: 1.7rem;
    height: auto;
}
.exchangeItem-pic{
    margin-right: .26rem;
}
.exchangeItem-Title{
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .375rem;
    color: #333;
    line-height: 1.17;
    margin-top: .133rem;
}
.exchangeItem-Des{
    font-family: 'PingFang SC';
    font-size: .294rem;
    color: #777;
    line-height: 1.17;
    margin-top: .133rem;
}
.exchangeItem-Content .tips{
    position: absolute;
    height: .6rem;
    line-height: .6rem;
    padding: 0 .2rem;
    font-family: 'PingFang SC';
    font-size: .3192rem;
    background-color: #E6FAEF;
    color: #28A765;
    top: 0;
    right: 0;
    z-index: 1;
    border-bottom-left-radius:.1rem;
    border-top-right-radius:.1rem;
}
.exchangeItem-button{
    margin-top: .24rem;
}
.exchangeItem-button span{
    display: inline-block;
    height: .64rem;
    /* width: 1.33rem; */
    text-align: center;
    line-height: .64rem;
    border-radius: 10px;
    padding: 0 .187rem;
    font-size: .32rem;
    margin-right: .133rem;
    margin-bottom: .1rem;
}
.exchangeItem-button span:first-child{
    margin: 0;
}
.exchangeItem-button span.color01{
    background-color: #C3E3FC;
    color: #4283FC;
}
.exchangeItem-button span.color02{
    background-color: #E6FAEF;
    color: #28A765;
}
.exchangeItem-button span.color03{
    background-color:#FFE2C7;
    color: #FD8340;
}
.exchangeItem-button span.color04{
    background-color: #DBDBFD;
    color: #8262F3;
}

/* 个人中心 */
.personalList{
    margin:0 .425rem;
    margin-top: .52rem;
}
.personalListItem{
    background: #FFFFFF;
    border-radius: 8px;
    height: 1.2768rem;
    padding: 0 .28rem 0 .22rem;
    margin-bottom: .3192rem;
}
.personalListItem img{
    width: .6916rem;
    height: auto;
}
.personalListItem p{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size: .3724rem;
    color: #333333;
    margin-left: .1rem;
}
.personalListItem var{
    width: .535rem;
    height: .53rem;
    background: url(../images/rt.png) center no-repeat;
    background-size: contain;
    margin-left: .14rem;
}
/* 领取记录 */
.collectionRecord{
    margin:0 .425rem;
    margin-top: .52rem;
}
.collectionRecordItem{
    background: #fff;
    border-radius:.133rem;
    margin-bottom: .3192rem;
    padding: 0 .3192rem;
}
.recordTitle{
    border-bottom: 1px solid #E6E6E6;
    height: 1.5428rem;
}
.recordTitle img{
    width: .3192rem;
    height: auto;
}
.recordTitle p{
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .4256rem;
    color: #333;
}
.collectionRecordItem ul li{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size: .3724rem;
    color: #666;
    line-height:1.42;
    padding: .15rem 0;
}
.collectionRecordItem ul li p{
    color: #333;
    margin-left: 1.2rem;
    text-align: right;
}
.collectionRecordItem ul li p.yellow{
    color: #E1A023;
}
/* 创建读书会 */
.createBookClub{
    height: 100%;
    /* background-image: linear-gradient(180deg,#FFF7E8 ,#F4F4F4); */
    background: linear-gradient( 180deg, #FFF7E8 0%, rgba(244,244,244,0) 30%);
    padding-bottom:3.4rem;
    overflow-y: auto;
    overflow-x: hidden;
}
.createBookDes,.createBookCont{
    margin:0 .425rem;
    margin-top: .52rem;
    padding: .3192rem;
    background-color: #fff;
}
.createBookDes .title{
    margin-top: .1064rem;
}
.createBookDes .title img{
    width: .215rem;
    height: auto;
}
.createBookDes .title p{
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size:.4256rem;
    color: #333333;
    margin-left: .1rem;
}
.createBookDes .explan{
    margin-top: .15rem;
}
.createBookDes .explan img{
    width: .4256rem;
    height: auto;
}
.createBookDes .explan p{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size:.3724rem;
    color: #555;
    margin-left: .1rem;
}
.createBookDes .explanCont{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size:.3192rem;
    color: #666;
    line-height: 1.3;
    margin-left: .266rem;
    margin-top: .212rem;
}
.createBookCont li{
    position: relative;
    overflow: hidden;
    padding-bottom: .26rem;
}
.createBookCont li label{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size:.3724rem;
    color: #333;
    margin-bottom: .13rem;
}
.createBookCont li label var{
    width: .133rem;
    height: .133rem;
    background: url(../images/dian.png) center no-repeat;
    background-size: contain;
    margin-right: .14rem;
}
.createBookCont li input{
    display: block;
    border: 1px solid #E6E6E6;
    width: 100%;
    padding: 0 .4256rem;
    height: 0.9576rem;
    line-height: 0.9576rem;
    margin-bottom: 0.1335rem;
    border-radius: .4788rem;
    background: #fff;
    font-family: 'PingFang SC';
    font-size: .3192rem;
    color: #333;
}
.createBookCont li p{
    font-family: 'PingFang SC';
    font-size: .3192rem;
    color: #ff0000;
    margin-left: .263rem;
}
.createBookCont li>div{
    margin-bottom: .266rem;
}
.createBookCont li select{
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin-right: 0.266rem;
    padding-left: .33rem;
    height: 0.9576rem;
    line-height: 0.9576rem;
    border-radius: .4788rem;
    background: #fff;
    font-family: 'PingFang SC';
    font-size: .3192rem;
    color: #333;
}

/* 兑换读书会 */
.exchangeCodeInputBox{
	width: 8.5652rem;
	height: 9.2834rem;
	margin: .6916rem auto;
	background: url(../images/codeBookBg.png) top center no-repeat;
	background-size: contain;
	overflow: hidden;
	padding: 0 .5852rem;
    position: relative;
}
.exchangeCodeInputBox.singleBtnBg{
    height: 8.2rem;
	background: url(../images/codeBookBg2.png) top center no-repeat;
	background-size: contain;
}
.exchangeCodeInputBox .title,.physicalStickerCodeInputBox .title{
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .4256rem;
    color: #333333;
    line-height: 2;
    margin-top: .8rem;
    text-align: center;
}
.physicalStickerCodeInputBox .title{
    line-height: 1.4;
    /* height: 1.1rem; */
}
.exchangeCodeInputBox .des{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size: .3192rem;
    color: #999;
    text-align: center;
}
.exchangeCodeInputBox .tips{
    font-family: 'PingFang SC';
    font-size: .3192rem;
    color: #E1A023;
    /* text-align: center;  */
    position: absolute;
    left: 0.5852rem;
    top: 4.1rem;
}
.exchangeCodeInputBox .codeInput,.physicalStickerCodeInputBox .codeInput{
    display: block;
    width: 100%;
    height: 1.2768rem;
    line-height: 1.2768rem;
    background: #FBF3E2;
    border-radius: .6348rem;
    border: 0 none;
    margin-top: .5825rem;
    text-align: center;
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .4256rem;
    color: #333333;
}
.physicalStickerCodeInputBox .codeInput{
    margin-top: .4rem;
}
.exchangeCodeInputBox .codeSubmitBox{
    margin-top: 1.4896rem;
}
.codeSubmitBox .codeSubmitBtn{
    background: #E1A023;
    height: 1.0108rem;
    line-height: 1.0108rem;
    border-radius: .5054rem;
    text-align: center;
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .3724rem;
    color: #fff;
}
.codeSubmitBox .codeGetBtn{
    border: 1px solid #E1A023;
    height: 1.0108rem;
    line-height: 1.0108rem;
    border-radius: .5054rem;
    text-align: center;
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .3724rem;
    color: #E1A023;
    margin-top: .4256rem;
}
.codeSubmitBox .createClubBtn{
    text-align: right;
    text-decoration: underline;
    font-family: 'PingFang SC';
    font-size: .3192rem;
    color: #E1A023;
    margin-top: .4256rem;
}
.physicalStickerCodeInputBox{
    width: 8.5652rem;
	height: 7.6rem;
	margin: .6916rem auto;
	background: url(../images/codePayCode.png) top center no-repeat;
	background-size: contain;
	overflow: hidden;
	padding: 0 .5852rem;
}
.physicalStickerCodeInputBox .codeSubmitBox{
    margin-top: 1.18rem;
}
.popupContent .title{
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .4256rem;
    color: #333333;
    text-align: center;
}
.codeTips .title{
    margin-top: .532rem;
}
.popupContent .des{
    font-family: 'PingFang SC';
   /* font-weight: 500; */ 
    font-size: .3724rem;
    color: #555;
    text-align: center;
}
.popupContent .oblydes{
    margin: 1rem 1.4rem 0!important;
}
.codeTips .des{
    margin-top: .3192rem;
}
.popupContent .tipsBox{
    margin: .3192rem .4rem 0;
}
.popupContent .tipsBox p{
    font-family: 'PingFang SC';
     /* font-weight: 500; */ 
    font-size: .3724rem;
    color: #555;
    line-height: 1.5;
}
.popupContent .tipsBox p.lint{
    font-size: .4256rem;
    text-align: center;
    margin: .1rem 0;
     /* font-weight: 500; */
}
.popupContent .tipsBox p.lint span{
    color: #E1A023;
}
.popupContent .submitBtn{
    background: #E1A023;
    height: 1.0108rem;
    line-height: 1.0108rem;
    border-radius: .5054rem;
    text-align: center;
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .3724rem;
    color: #fff;
    margin:.798rem 1.1704rem;
}
.popupContent .submitBtn2{
    margin-top: .798rem;
}
.popupContent .submitBtn2 span{
    width: 2.6rem;
    height: 1.0108rem;
    line-height: 1.0108rem;
    border-radius: .5054rem;
    text-align: center;
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .3724rem;
    color: #fff;
    /* margin:.798rem 1.1704rem 0; */
}
.popupContent .submitBtn2 span.calcel{
    background: #fff;
    color: #333;
    margin-right: .6rem;
    color: #E1A023;
    border:1px solid #E1A023;
}
.popupContent .submitBtn2 span.submit{
    background: #E1A023;
    border:1px solid #E1A023;
}

/* 我的小树林 */
.myLittleForest{
    height: 100%;
    width: 100%;
    background: url(../images/treeListBg.png) center no-repeat;
    background-size: 100% 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.littleForestNoData{
    overflow: hidden;
}
.littleForestNoData img{
    width: 6rem;
    height: auto;
    margin: 2.5rem auto 0;
}
.littleForestNoData p{
    font-family:'PingFang SC';
     /* font-weight: 500; */
    font-size: .3724rem;
    color: #000000;
    text-align: center;
}
.littleForestTips{
    overflow: hidden;
    margin-top: .5rem;
}
.littleForestTips p{
    font-family:'PingFang SC';
     /* font-weight: 500; */
    font-size: .3724rem;
    color: #666;
    text-align: center;
}
.myLittleForest .personHead-msg p span.btn{
    color: #333;
}
.myLittleForest .personHead-msg p span.btn i{
    background: url(../images/copy_2.png) center no-repeat;
    background-size: contain;
}
.myLittleForest .personHead var{
    background: url(../images/setbtn_2.png) center no-repeat;
    background-size: contain;
}
.myLittleForestList{
    height: calc(100% - 4rem);
    overflow-y: auto;
    margin: 0 .4rem;
}
.myLittleForestItem{
    width: 33.3%;
    float: left;
}
.littleTreeStatus{
    margin: .1rem 0;
}
.littleTreeStatus img{
    width: .3192rem;
    height: .3192rem;
    margin: 0;
    margin-right: .1rem;
}
.littleTreeStatus span{
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .268rem;
    color: #E1A023;
    line-height: 1.2;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.myLittleForestItem .treeBox{
    width: 1.7024rem;
    height: 2.26rem;
    position: relative;
    background: url(../images/tree.png) center bottom no-repeat;
    background-size: 1.7024rem 1.7024rem;
    margin: .532rem auto 0;
}
.myLittleForestItem .treeNoDataBox{
    width: 1.7024rem;
    height: 2.26rem;
    position: relative;
    background: url(../images/tree-h.png) center bottom no-repeat;
    background-size: 1.7024rem 1.7024rem;
    margin: .532rem auto 0;
}
.myLittleForestItem .treeNoDataBox img{
    width: 1.7024rem;
    height: auto;
    position: absolute;
    left: 0;
    top: .1rem;
    z-index: 3;
}
.myLittleForestItem .treeBox img{
    border: 1px solid #fff;
    border-radius: 100%;
    width: .9576rem;
    height: auto;
}
.myLittleForestItem .treeBox img.pos1{
    position: absolute;
    left: .3458rem;
    top: 0;
    z-index: 3;
}
.myLittleForestItem .treeBox img.pos2{
    position: absolute;
    left: 0;
    top: .6rem;
    z-index: 1;
}
.myLittleForestItem .treeBox img.pos3{
    position: absolute;
    right: 0;
    top: .6rem;
    z-index: 2;
}
.myLittleForestItem h5{
    font-family: 'PingFang SC';
    font-weight: 800;
    font-size: .3724rem;
    color: #333333;
    text-align: center;
    margin-top: .133rem;
    /* height: 1.3rem; */
}
.myLittleForestItem p{
    width: 1.7024rem;
    height: .532rem;
    background-color: #fff;
    line-height: .532rem;
    border-radius: .266rem;
    text-align: center;
    /* font-weight: bold; */
    font-size: .3192rem;
    color: #E1A023;
    margin: .133rem auto;
}
/* 大树林 */
.myBigForest{
    /* height: 100%; */
    width: 100%;
    background:#F4F4F4 url(../images/bigtreebg.jpg) top center no-repeat;
    background-size: contain;
    padding-bottom: 1.6rem;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.myBigForest .personHead-msg p.name{
    color: #fff;
}
.myBigForest .personHead-msg p.num{
    color: #fff;
}
.myBigForest .personHead-msg p span.btn{
    color: #fff;
}
.myBigForest .personHead-msg p span.btn i{
    background: url(../images/copy_3.png) center no-repeat;
    background-size: contain;
}
.myBigForest .personHead var{
    background: url(../images/setbtn_3.png) center no-repeat;
    background-size: contain;
}
.readResourcePack,.memberLlist{
    background-color: #fff;
    border-radius: .133rem;
    margin:0 .425rem;
    margin-top: .52rem;
    padding: 0 .16rem;
}
.readResourcePackItme{
    height: 1.596rem;
    border-bottom: 1px solid #E6E6E6;
}
.readResourcePackItme:last-child{
    border: 0 none;
}
.readResourcePackItme .packImg img{
    width: .5852rem;
    height: auto;
}
.readResourcePackItme p{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size: .3724rem;
    color: #333333;
    margin-left: .05rem;
}
.readResourcePackItme span,.memberLlistItem span{
    /* width: 1.4364rem; */
    height: .7448rem;
    border-radius: 6px;
    padding: 0 .4rem;
    border: 1px solid #E1A023;
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size: .3192rem;
    color: #E1A023;
    text-align: center;
    line-height: .7448rem;
    margin-right: .133rem;
}
/* 成员列表 */
.memberLlistItem{
    height: 1.596rem;
    border-bottom: 1px solid #E6E6E6;
}
.memberLlistItem:last-child{
    border: 0 none;
}
.memberLlistItem img{
    width: .8512rem;
    height: auto;
    border-radius: 100%;
    margin: 0;
    margin-left: .04rem;
}
.memberLlistItem p{
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size: .3724rem;
    color: #333333;
    margin-left: .2128rem;
}
.myBigTreeBox{
    height: 15.80rem;
    width: 100%;
    overflow: hidden;
}
.myBigTreeBox .treeBox1{
    width: 10.7rem;
    height: 11.8rem;
    /* background: url(../images/tree1.png) 1rem center no-repeat; */
    /* background-size: 85%; */
    background: url(../images/tree1.png) 1.2rem center no-repeat;
    background-size: 76%;
    position: relative;
    margin: 0 auto 0;
    /* margin-top: -1.5rem; */
}
.myBigTreeBox>div img{
    width: 100%;
    height: auto;
    border-radius: 100%;
}
.myBigTreeBox .treeCont{
    border-radius: 100%;
    background-color: rgba(255,224,138,0.5);
    width: .8rem;
    height: .8rem;
    padding: .05rem;
}
.myBigTreeBox .treeMan01{
    position: absolute;
    top: 4rem;
    left: 3rem;
    z-index: 1;
}
.myBigTreeBox .treeMan02{
    position: absolute;
    top: 5rem;
    left: 7rem;
    z-index: 1;
}
.myBigTreeBox .treeMan03{
    position: absolute;
    top: 3rem;
    left: 3rem;
    z-index: 1;
}
.myBigTreeBox .treeMan04{
    position: absolute;
    top: 2.5rem;
    left: 6rem;
    z-index: 1;
}
.myBigTreeBox .treeMan05{
    position: absolute;
    top: 5rem;
    left: 4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan06{
    position: absolute;
    top: 5rem;
    left:2.5rem;
    z-index: 1;
}
.myBigTreeBox .treeMan06{
    position: absolute;
    top: 2rem;
    left:2.5rem;
    z-index: 1;
}
.myBigTreeBox .treeMan07{
    position: absolute;
    top: 2rem;
    left:3.5rem;
    z-index: 1;
}
.myBigTreeBox .treeMan08{
    position: absolute;
    top: 3rem;
    left:2rem;
    z-index: 1;
}
.myBigTreeBox .treeMan09{
    position: absolute;
    top: 5rem;
    left:2.5rem;
    z-index: 1;
}
.myBigTreeBox .treeMan10{
    position: absolute;
    top:3rem;
    left:4.2rem;
    z-index: 1;
}
.myBigTreeBox .treeMan11{
    position: absolute;
    top:3.6rem;
    left:7rem;
    z-index: 1;
}
.myBigTreeBox .treeMan12{
    position: absolute;
    top:3.3rem;
    left:5.6rem;
    z-index: 1;
}
.myBigTreeBox .treeMan13{
    position: absolute;
    top:4.7rem;
    left:6rem;
    z-index: 1;
}
.myBigTreeBox .treeMan14{
    position: absolute;
    top:5.7rem;
    left:8rem;
    z-index: 1;
}
.myBigTreeBox .treeMan15{
    position: absolute;
    top:6rem;
    left:6.8rem;
    z-index: 1;
}
.myBigTreeBox .treeBox2{
    width: 100%;
    height: 11.8rem;
    background: url(../images/tree2.png) 1.2rem center no-repeat;
    background-size: 83%;
    position: relative;
    /* margin-top: -1.5rem; */
}
.myBigTreeBox .treeMan16{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:4rem;
    left:4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan17{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:4rem;
    left:2rem;
    z-index: 1;
}
.myBigTreeBox .treeMan18{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:4.5rem;
    left:7.8rem;
    z-index: 1;
}
.myBigTreeBox .treeMan19{
    position: absolute;
    top:4.8rem;
    left:1.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan20{
    position: absolute;
    top:6rem;
    left:3rem;
    z-index: 1;
}
.myBigTreeBox .treeMan21{
    position: absolute;
    top:1.2rem;
    left:5.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan22{
    position: absolute;
    top:4.6rem;
    left:8.8rem;
    z-index: 1;
}
.myBigTreeBox .treeMan23{
    position: absolute;
    top:6rem;
    left:5.6rem;
    z-index: 1;
}
.myBigTreeBox .treeMan24{
    position: absolute;
    top:6.4rem;
    left:3.9rem;
    z-index: 1;
}
.myBigTreeBox .treeMan25{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:2.5rem;
    left:4.8rem;
    z-index: 1;
}
.myBigTreeBox .treeMan26{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:2rem;
    left:5.6rem;
    z-index: 1;
}
.myBigTreeBox .treeMan27{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:6rem;
    left:2rem;
    z-index: 1;
}
.myBigTreeBox .treeMan28{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:5rem;
    left:5.2rem;
    z-index: 1;
}
.myBigTreeBox .treeMan29{
    position: absolute;
    top:3rem;
    left:8rem;
    z-index: 1;
}
.myBigTreeBox .treeMan30{
    position: absolute;
    top:5.8rem;
    left:4.7rem;
    z-index: 1;
}
.myBigTreeBox .treeBox3{
    width: 100%;
    height: 11.8rem;
    background: url(../images/tree3.png) 1.2rem center no-repeat;
    background-size: 85%;
    position: relative;
}
.myBigTreeBox .treeMan31{
    position: absolute;
    top:3.8rem;
    left:8.3rem;
    z-index: 1;
}
.myBigTreeBox .treeMan32{
    position: absolute;
    top:1rem;
    left:3.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan33{
    position: absolute;
    top:1.2rem;
    left:6.6rem;
    z-index: 1;
}
.myBigTreeBox .treeMan34{
    position: absolute;
    top:.3rem;
    left:5.8rem;
    z-index: 1;
}
.myBigTreeBox .treeMan35{
    position: absolute;
    top:2rem;
    left:7.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan36{
    position: absolute;
    top:1.5rem;
    left:4.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan37{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:4rem;
    left:5.2rem;
    z-index: 1;
}
.myBigTreeBox .treeMan38{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:3.35rem;
    left:1.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan39{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:2.8rem;
    left:7rem;
    z-index: 1;
}
.myBigTreeBox .treeMan40{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:4rem;
    left:6.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan41{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:.5rem;
    left:5.2rem;
    z-index: 1;
}
.myBigTreeBox .treeMan42{
    position: absolute;
    top:4rem;
    left:.81rem;
    z-index: 1;
}
.myBigTreeBox .treeMan43{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:5.1rem;
    left:8.1rem;
    z-index: 1;
}
.myBigTreeBox .treeMan44{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:4.8rem;
    left:3.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan45{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:4.4rem;
    left:2.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan46{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:4.5rem;
    left:4.6rem;
    z-index: 1;
}
.myBigTreeBox .treeMan47{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:1.9rem;
    left:6.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan48{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:1rem;
    left:4.8rem;
    z-index: 1;
}
.myBigTreeBox .treeMan49{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:3.6rem;
    left:2.5rem;
    z-index: 1;
}
.myBigTreeBox .treeMan50{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:.5rem;
    left:4.4rem;
    z-index: 1;
}
.myBigTreeBox .treeMan51{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:1.4rem;
    left:2.8rem;
    z-index: 1;
}
.myBigTreeBox .treeMan52{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top:2.3rem;
    left:1.8rem;
    z-index: 1;
}
/* 大树林1 */
.myBigForest2{
    height: 100%;
    width: 100%;
    /* background:#F4F4F4 url(../images/bigtreebg.jpg) top center no-repeat;
    background-size: contain; */
    padding-bottom: 3.3rem;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}
.addBookClubBtn{
    position: fixed;
    width: 100%;
    bottom: 2rem;
    z-index: 11;
}
.myBigTreeBox2{
 background:#F4F4F4 url(../images/bigtreebg3.jpg) top center no-repeat;
    background-size: contain;
}
.myBigForest2 .myBigTreeBox{
    height: 16.7rem;
}
.myBigTreeBox2 .treeBox3{
    width: 10.7rem;
    height: 11.8rem;
    background: url(../images/tree3.png) 1rem center no-repeat;
    background-size: 78%;
    position: relative;
    margin:.3rem auto 0;
    /* margin:-1.5rem auto 0; */
}
.myBigForestBg2{
    background-color: #92C6FD;
}
.sunBox{
    position: absolute;
    width: 3rem;
    height: auto;
    top: -1.6rem;
    right: 1rem;
}
.sunBox img{
    width: 100%;
    height: auto;
}
.myBigForest2 .myBigTreeBg01{
    width: 100%;
    height: 12.4rem;
    background:#F4F4F4 url(../images/treebg111.jpg) top center no-repeat;
    background-size: contain;
}
.myBigForest2 .myBigTreeBg01 .treeBox1{
    /* background: transparent; */
    margin-top: -1.9rem;
}
.myBigForest2 .myBigTreeBg02{
    width: 100%;
    height: 13.17rem;
    background:#F4F4F4 url(../images/treebg121.jpg) top center no-repeat;
    background-size: contain;
}
.myBigForest2 .myBigTreeBg02 .treeBox2{
    /* background: transparent; */
    margin-top: -1.5rem;
}
.myBigForest2 .myBigTreeBg03{
    width: 100%;
    height: 13.97rem;
    background:#F4F4F4 url(../images/treebg131.jpg) top center no-repeat;
    background-size: contain;
}
.myBigForest2 .myBigTreeBg03 .treeBox3{
    /* background: transparent; */
    margin-top: -.6rem;
}
/* 无数据 */
.myExchange-noData{
    margin: 3rem auto;
    text-align: center;
    width: 80%;
}
.myExchange-noData img{
    width: 6rem;
    height: auto;
}
.myExchange-noData p{
   font-size: .3724rem; 
   font-family: 'PingFang SC';
    color: #333333;
    margin-top: .2rem;
}
.commonBtn02{
    background-color: #E1A023;
    height: 1.1172rem;
    line-height: 1.1172rem;
    text-align: center;
    border-radius: .2rem;
    font-family: 'PingFang SC';
    font-size: .3192rem;
    color: #fff;
    margin-top: .2rem;
}
.treeDesBox{
    width: 9.2rem;
    height: 2.12rem;
    background:rgba(255,255,255,0.4);
    border-radius: .2rem;
    margin: .01rem auto 0;
    overflow: hidden;
    text-align: center;
}
.treeDesBox02{
    width: 9.2rem;
    height: 2.12rem;
    background:rgba(255,255,255,0.7);
    border-radius: .2rem;
    margin: -2rem auto 0;
    /* overflow: hidden; */
    text-align: center;
    position: relative;
}
.treeDesImg{
    width: 2.257rem;
    /* height: 2.257rem; */
    padding: .2rem;
    background-color: #f3f3f3;
    border-radius: .2rem;
    /* margin-top: -.4rem; */
    margin-left: .4rem;
    position: absolute;
    bottom: .2rem;
    z-index: 11;
}
.treeDesBox02 .treeDesImg img{
    width: 100%;
    height: auto;
    border-radius: 0!important;
}
.treeDesBox02 .treeDesMag{
    text-align: left;
    margin-left: 3rem;
}
.treeDesBox02 .treeDesMag h5{
    font-size: .3724rem;
    color: #422d0a;
    line-height: 1.5;
    margin-top: .2rem;
}
.treeDesBox02 .treeDesMag p{
    font-size: .28rem;
    color: #422d0a;
    margin: .1rem 0 .15rem;
}
.treeDesBox02 .treeDesMag span{
    font-size: .26rem;
    display: inline-block;
    padding: .1rem .2rem;
    background-color: #73b13b;
    color: #fff;
    border-radius: .1rem;
}
.treeDesBox .title{
    margin-top: .3rem;
}
.treeDesBox .title img{
    width: 2.6rem;
    height: auto;
}
.treeDesBox .title p{
    color: #255200;
    font-family: 'PingFang SC';
    font-weight: bold;
    font-size:  .4256rem;
}
.treeDesBox .num{
    height: .69rem;
    line-height: .69rem;
    border-radius: .345rem;
    font-family: 'PingFang SC';
    font-size: .3192rem;
    color: #333333;
    padding: 0 .5rem;
    display: inline-block;
    background-color: #fff;
    margin-top: .15rem;
}
/* 指南 */
.guideBgBox{
    height: 100%;
    width: 100%;
    background: url(../images/guide.jpg) center no-repeat;
    background-size: 100% 100%;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'PingFang SC';
}
.guide_title01{
    font-size: .7714rem;
    color: #333;
    margin-top: 1.5rem;
}
.shulinCode{
    font-size: .4256rem;
    color: #73B13B;
    margin: 1rem;
}
.shulinDes{
    font-size: .3458rem;
    color: #333;
    line-height: 2;
}
.guideBgBox .submitButton{
    margin-top: .8rem;
}
.guideBgImg1 img{
    width: 100%;
    margin: 1.3rem 0 0;
}
.guideBottom img{
    width: 100%;
    margin: 1rem 0;
}
.shulinGuideBox{
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'PingFang SC';
}
.shulinGuideMinBg{
    height: 9rem;
    width: 100%;
    background:#fff url(../images/guideBg2.jpg) top no-repeat;
    background-size: contain;
    overflow: hidden;
}
.guide_tips img{
    width: 86.4%;
    height: auto;
    margin-top: 1.1rem;
}
.guide_tips02 img{
    width: 86.4%;
    height: auto;
    margin-top: .4rem;
}
.guideBgImg2 img{
    width: 100%;
    /* margin: 0.6rem 0 0; */
}
.guide_title02{
    font-size: .7714rem;
    color: #333;
    margin-top: 1rem;
    line-height: 1.4;
}
.guide_version{
    font-size: .5586rem;
    color: #4F7C1C;
    margin-top: .3rem;
}
.titleTop{
    margin-top: -1.2rem;
}
.resourceStatus{
    background-color: #fff;
    border-radius: .133rem;
    margin: .52rem .425rem 0;
    padding: .4rem .16rem;
    font-family: 'PingFang SC';
     /* font-weight: 500; */
    font-size: .4rem;
    line-height: 1.5;
    color: #333333;
}
.resourceStatus span{
    color: #28A765;
}
.InforBom{
    margin-bottom: .3192rem;
}
.inforComPop03{
    height: 1.5428rem;
    background: linear-gradient( 90deg, #FFFFFF 0%, #F3F3F3 100%);
    border: 1px solid #FFFFFF;
    margin:0 .425rem;
    border-radius: .266rem;
    padding: 0 .2rem;
    /* margin-bottom: .2rem; */
    /* position: relative;
    z-index: 111; */
    font-family: 'PingFang SC';
    position: relative;
}
.inforComPop03 .gray{
    background: #999;
}
.readAd{
    margin: .4256rem .52rem 0.2rem;
}
.readAd img{
    width: 100%;
}
/* 评论 */
.comTitle strong{
    font-size:.3724rem;
    color: #E1A023;
    line-height: 1.2;
}
.commentContent{
    background-color: #fff;
    border-radius: .133rem;
    margin: 0 .425rem;
    margin-top: .52rem;
    padding-bottom: .2rem;
}
.commentsListItem{
    padding: .4788rem .3724rem .3192rem;
    border-bottom: 1px solid #E6E6E6;
    font-family:'PingFang SC';
}
.commentsListItem .commentsPic{
    width: .6916rem;
    height: .6916rem;
    border-radius: 100%;
    margin-right: .1862rem;
}
.commentsListItem .personalBox p{
    font-size:.4256rem;
    color: #E1A023;
    line-height: .6916rem;
    font-weight: bold;
}
.commentsListItem .personalBox span{
    height: .4788rem;
    width: .4788rem;
    background: url(../images/icon/up.svg) center no-repeat;
    background-size: 100% 100%;
    margin-left: .1rem;
}
.commentsListItem .commentsListItem-word p{
    color: #666;
    line-height: 1.6;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-break: break-all;
    margin-bottom: .2rem;
}
.commentsListItem .commentsListItem-word .voiceEvaluation{
    /* width: 231px; */
    height: .9576rem;
    background: #F9F4EB;
    border-radius: .133rem;
    margin: .133rem 0;
    font-size: .3724rem;
    color: #333;
}
.commentsListItem-operate{
    margin-top: .1rem;
    font-size: .3724rem;
}
.commentsListItem-operate p{
    font-size:.3192rem;
}
.voiceEvaluation img{
    width: .4256rem;
    height: .4256rem;
    margin: 0 .133rem 0 .2128rem;
}
.commentsListItem .commentsListItem-word .videoEvaluation{
    margin: .133rem 0;
}
.commentsListItem .commentsListItem-word .videoEvaluation video{
    width: 100%;
}
.commentsListItem .commentsListItem-word .videoEvaluation img{
    width: 100%;
    height: auto;
}
.commentsListItem-operate{
    position: relative;
}
.commentOperateBtn{
    padding: .1rem .2rem;
}
.commentsListItem-operate .commentOperateBox{
    width: 2rem;
    padding:0 .266rem;
    background: #4B4B4B;
    border-radius: .1596rem;
    position: absolute;
    top: .4rem;
    right: 0;
    z-index: 11;
    display: none;
}
.commentOperateBox>div{
    border-bottom: 1px solid #f5f5f5;
    padding: .3rem 0;
}
.commentOperateBox>div img{
    width: .41rem;
    height: .41rem;
    margin: 0;
    margin-right: .1rem;
}
.commentOperateBox>div span{
    font-size: .3192rem;
    color: #fff;
    line-height: 1.2;
}
.commentsListMore{
    height: .8512rem;
    border-radius: .1596rem;
    border: 1px solid #E1A023;
    font-weight: bold;
    font-size: .3724rem;
    color: #E1A023;
    line-height: .8512rem;
    text-align: center;
    margin: .3rem .4rem;
}
.commentsListItem-operate .comtOptBtn{
    margin-left: .1596rem;
}
.commentsListItem-operate .comtOptBtn img{
    width: .48rem;
    height: .48rem;
    /* margin-right: .04rem; */
}
.commentsListItem-operate .comtOptBtn.zan img{
    width: .36rem;
    height: .36rem;
    margin-right: .1rem;
}
.commentsListItem-operate .comtOptBtn img.cur{
    width: .38rem;
    height: .38rem;
    /* margin-right: .04rem; */
}
.commentsListItem-operate .comtOptBtn span{
 /* font-weight: 500; */ 
    font-size: .3192rem;
    color: #555555;
    line-height: 1.2;
    font-size: .3724rem;
}
.commentsListItem .storeResponse{
    background: #F4F4F4;
    border-radius: .133rem;
    /* opacity: 0.5; */
    margin-top: .1rem;
    padding-bottom: .133rem;
}
/* 评论框 */
.commentAlertBg{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    display: none;
}
.commentAlertBox{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 111;
    width: 100%;
    background-color: #fff;
    border-radius: .4256rem .4256rem 0 0;
    padding: .4256rem;
}
.commentAlertCont{
    background: #f9f9f9;
    border-radius: .133rem;
    /* opacity: 0.5; */
    padding: .3192rem;
}
.commentAlertCont textarea{
    width: 100%;
    height: 4rem;
    font-size: .3724rem;
    color: #333;
    line-height: 1.4;
}
.commentAlertBtn .wheat{
    margin-left: .2128rem;
}
.commentAlertBtn .phone img,.commentAlertBtn .wheat img{
    width: 1.596rem;
    height: 1.596rem;
}
.commentAlertBtn .publicMsg{
    font-size:.3724rem;
    color: #777777;
    line-height: 1.2;
}
.commentAlertBtn .publicMsg var{
    width: 1.064rem;
    height:.5586rem;
    background: url(../images/icon/btn-no.png) center no-repeat;
    background-size: contain;
    margin-left: .1rem;
}
.commentAlertBtn .publicMsg.cur var{
    background: url(../images/icon/btn-yes.png) center no-repeat;
    background-size:contain;
}
.commentAlertCont .leaveMasgBox{
    margin:.22rem 0;
}
.commentAlertCont .leaveMasgBox img{
    margin: 0;
    width: 1.8rem;
    height: auto;
}
.commentAlertCont .leaveMasgBox var{
    display: block;
    width: .931rem;
    height: .931rem;
    background: url(../images/icon/trashcan.png) center no-repeat;
    background-size: contain;
    margin-left: .3192rem;
}
.leaveMasgBox .voiceEvaluation{
    /* width: 231px; */
    height: .9576rem;
    background: #F9F4EB;
    border-radius: .133rem;
    margin: .133rem 0;
    font-size: .3724rem;
    color: #333;
}
.leaveMasgBox .voiceEvaluation img{
    width: .4256rem;
    height: .4256rem;
    margin: 0 .133rem 0 .2128rem;
}
.commentAlertCont .sendingBtn{
    border-top: 1px solid #E6E6E6;
    padding: .3192rem 0;
}
.commentAlertCont .sendingBtn span{
    display: inline-block;
    width: 1.4364rem;
    height: .7448rem;
    border-radius:.1596rem;
    border: 1px solid #E1A023;
    font-weight: bold;
    font-size: .3192rem;
    color: #E1A023;
    line-height: .7448rem;
    text-align: center;
    float: right;
}
@keyframes myTop
{
    from {top:0px;}
    to {bottom:0px;top: auto;display: block;}
}

@-webkit-keyframes myTop
{
    from {top:0px;}
    to {bottom:0px;top: auto;display: block;}
}
.commentAlertAnimation{
    animation:myTop 1s infinite;
    -webkit-animation:myTop 1s infinite;
}
.treeQRCode{
    background-color: #fff;
    border-radius: .133rem;
    margin: 0 .425rem;
    margin-top: .52rem;
    padding: .6rem 0 .4rem;
    position: relative;
}
.treeQRCode var{
    height: .5054rem;
    width: .5054rem;
    background: url(../images/icon/close.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: .3rem;
    right: .4rem;
    z-index: 21;
}
.treeQRCodeDes{
     /* font-weight: 500; */
    font-size:.3192rem;
    color: #333333;
    line-height: 1.4;
    text-align: center;
    margin-top: .3rem;
}
/*  */
.storeResponseLikeBox{
    padding: .2rem .3192rem .1rem .2rem;
    border-bottom: 1px solid #999;
    margin-bottom: .1rem;
}
.storeResponseLikeBox img{
    width: .3458rem;
    height: .3458rem;
    margin-right: .1rem;
}
.storeResponseLikeBox p{
    font-size: .3192rem;
    /* color: #E1A023; */
    color:#666;
    line-height: 1.2;
    /* word-break: keep-all; */
    font-size: .3724rem;
}
.storeResponseItem{
    font-size: .3724rem;
    color: #666;
    line-height: 1.6;
    margin: 0 .3192rem 0 .2rem;
}
.storeResponseItem span{
    color: #E1A023;
    /* color:#333; */
}
.storeResponseItem b{
    font-weight: normal!important;
    color: #666;
}
.commentContent .commentAlertCont{
    margin: .4788rem;;
}
.comment-noData{
    padding: .2rem 0;
    text-align: center;
}
.comment-noData img{
    width: 70%;
    height: auto;
    margin: .3rem auto;
}
.comment-noData p{
    font-size:  .3724rem;
    color: #666;
    line-height: 1.5;
    text-align: center;
}
.comment-noData span{
    font-size:  .3724rem;
    color: #E1A023;
    line-height: 1.5;
    text-align: center;
}
/* 书本详情 */
.treeDesBox03{
    width: 9.2rem;
    height: 2.50802rem;
    background:rgba(255,255,255,1);
    border-radius: .2rem;
    margin: .2rem auto 0;
    /* overflow: hidden; */
    text-align: center;
    position: relative;
    margin-top: 1.3rem;
}
.treeDesBox03 .treeDesImg{
    width: 2.8994rem;
    padding: .1862rem;
    background-color: #e1a0231a;
    position: absolute;
    bottom: .2rem;
    z-index: 11;
}
.treeDesBox03 .treeDesImg img{
    width: 100%;
    height: auto;
    border-radius: 0!important;
}
.treeDesBox03 .treeDesMag{
    text-align: left;
    margin-left: 3.5rem;
}
.treeDesBox03 .treeDesMag h5{
    font-weight: bold;
    font-size: .4256rem;
    color: #422d0a;
    line-height: 1.5;
    margin-top: .2rem;
}
.treeDesBox03 .treeDesMag p{
    font-size: .28rem;
    color: #777;
    margin: .1rem 0 .15rem;
}
.personCenterTips{
    margin: .3rem auto 0;
    width: 5.32rem;
    height: .8512rem;
    background: #fff;
    border-radius: .4rem;
    font-size: .3192rem;
    color: #333;
}
.personCenterTips img{
    margin: 0;
}
.personCenterTips img.tips{
    width: .4788rem;
    height: auto;
    margin-right: .2rem;
}
.personCenterTips img.redDian{
    width: .2926rem;
    height: auto;
    margin-left: .2rem;
}







