
.circle {
    margin: .5rem;
    padding-bottom: .5rem;
    background: #fff;
    border-radius: .2rem;
    border-bottom: 1px solid #f3f3f3;
}

.ci_top {
    display: flex;
    align-items:center;
}
.user_header {
    position: relative;
}
.avatar-icon-role {
    width: .8rem;
    height: .8rem;
    position: absolute;
    right: -.2rem;
    bottom: 0;
}
.user_header .headerimg {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    vertical-align: top;
}
.user_nickname {
    padding-left:.5rem;
    max-width: 55%;
    font-size: .7rem;
    line-height: 2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.user_right{
  flex: 1;
  text-align: right;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
}
.icon-add{
  width: .6rem;
  height: .6rem;
  float:left;
}
.user_follow{
  background: #f3f3f3;
  border-radius: .5rem;
  font-size: .6rem;
  padding: .2rem .3rem;
  margin-top:.2rem;
  display: inline-block;
  margin-left:.3rem;
  color:#555;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ci_info{
  margin-left: 2.5rem;
  display: block
}
.info_desc {
    font-size: .6rem;
    margin-bottom: .5rem;
    color: #333;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.info_img {
    display: flex;
    flex-wrap: wrap;
}

.info_img>div {
    width: 32%;
    margin-left: 1.6%;
}

.info_img>div:first-child,.info_img>div:nth-child(4),.info_img>div:nth-child(7) {
    margin-left: 0;
}

.info_img img {
    width: 100%;
}
.location{
    display: flex;
    align-items: center;
    margin-top: .2rem;
}
.location span{
    color:#666;
    font-size: .6rem;
    line-height: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.location img{
    width: .7rem;
    height: .7rem;
    margin-right: .2rem;
    vertical-align:middle;
}
.ci_bottom {
    display: flex;
    margin-top: .5rem;
    color: #333;
    z-index: 999;
    align-items: center;
}
.ci_liulan {
    flex: 1;
}
.ci_cont{
  padding: 0 .2rem;
  display: inline-block;
}
.ci_cont span{
    color: #666;
    border-radius: .5rem;
    font-size: .6rem;
    overflow: hidden;
    vertical-align: middle;
    line-height: 1rem;
}
.ci_cont img{
  width: .7rem;
  height: .7rem;
  vertical-align: middle;
  margin-right: .1rem;
}
.ci_liulan span {
    font-size: .5rem;
    padding-left: .2rem;
    color: #666;
    margin-top: .2rem;
    vertical-align: middle;
    line-height: 1rem;
}
.icon-hongbao{
  height:1rem;
  width:1rem;
  vertical-align: middle;
}
.ci_cont_sang img{
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-left: .4rem;
}
.c_edit {
    position: fixed;
    z-index: 999;
    bottom: 3rem;
    right: .5rem;
    background: rgba(255,87,119,.8);
    border-radius: 50%;
    padding-top: .5rem;
    width: 3rem;
    height: 3rem;
    color: #fff;
    font-size: .7rem;
    line-height: 1rem;
    text-align: center;
}
.tagtop{
  margin-top:.2rem;
  height: 0.9rem;
}
.info_goods{
  padding:0 .3rem;
  background: #f3f3f3;
  border-radius: .2rem;
  height: 3.6rem;
  overflow: hidden;
}
.goods_item{
  border-bottom:1px solid #fff;
  display: flex;
  padding: .3rem 0;
}
.goods_item:last-child{
  border-bottom:0px solid #dedede;
}
.goods_img{
  width: 3rem;
}
.goods_img image{
  width:3rem;
  height: 3rem;
  vertical-align: top;
  border-radius: .2rem;
}
.goods_info{
  margin-left: .3rem;
  font-size: .8rem;
  flex: 1;
}
.goods_name{
  height: 1rem;
  line-height: 1rem;
  color:#333;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.simple {
  color: #d0021b;
}

.yen {
  font-size: 0.7rem;
}

.round {
  font-size: .8rem;
}
.bg_box{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  z-index: 998;
}
.audio{
  position: relative;
}
.audio audio{
  width: 100%;
}
.audiobutton{
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  width: 100%;
}
.model-img{
    width: 100%;
    height: 420rpx;
}
.model-btn{
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    margin:auto;
    width:3rem;
    height:3rem;
    border-radius:50%;
    background-color: rgba(0,0,0,.3);
}
.play-icon{
    margin: .8rem 1.2rem;
    border-top: .8rem solid transparent;
    border-left: 1rem solid #fff;
    border-bottom: .8rem solid transparent;
}