.main{
    margin-bottom: 3rem;
}
.circle {
    padding: .5rem;
    background: #fff;
    margin-bottom: .5rem;
}
.carousel-component {
    height: 100vw;
}

.carousel-component image {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.ci_top {
    display: flex;
    align-items: center;
}
.user_header {
    padding-right: .5rem;
}
.user_header img {
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    vertical-align: top;
}
.user_right{
    display: flex;
    align-items: center;
}
.icon-add{
  width: .8rem;
  height: .8rem;
  float:left;
}
.user_follow{
  background: #f3f3f3;
  border-radius: .5rem;
  font-size: .6rem;
  padding: .2rem .3rem;
  display: inline-block;
  margin-left:.3rem;
  color:#555;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.tiem {
    padding-right: .5rem;
    color: #666;
    font-size: .6rem;
}

.location{
  color:#f7941e;
  font-size: .6rem;
}
.user_nickname {
    flex: 1;
    font-size: .7rem;
    line-height: 1rem;
}
.info_desc {
    font-size: .6rem;
    margin: 1rem 0 .5rem 0;
    color: #333;
}
.info_desc img{
    width: 100%;
}
.info_desc audio{
    max-width:12rem; 
}
.follow .cur{
    background: #f7941e;
    color:#fff;
}

.comment_input {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e7e7eb;
    padding: .5rem;
    background: #f8f9fb;
    display: flex;
}

.c_input {
    flex: 1;
    background: #fff;
    border: 1px solid #e7e7eb;
    border-radius: .2rem;
    padding: .3rem;
    font-size: .7rem;
}

.c_button {
    border: none;
    background: #f7941e;
    color: #fff;
    margin-left: .5rem;
    font-size: .7rem;
    padding: 0 .5rem;
    border-radius: .2rem;
}

.comment {
    background: #fff;
    margin-top: .5rem;
}

.comment-title {
    text-align: left;
    font-size: .7rem;
    height: 2.2rem;
    line-height: 2.2rem;
    color: #333;
    margin: 0 .2rem;
    flex: 2;
}
.comment-title:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0.65rem;
    margin: 0 .2rem 0 0;
    background: #333;
    border-left: 2px solid #333;
    position: relative;
}
.comment-content{
  padding: 0 .5rem;
}
.comment-item {
    padding-bottom: .5rem;
    border-bottom: 1px dashed #e7e7eb;
    margin-bottom: .5rem;
}

.comment_top {
    display: flex;
    align-items: center;
}
.reply {
    font-size: .6rem;
    background: #f8f9fb;
    margin-left: 2rem;
    padding: .2rem;
    border-radius: 3px;
}
.item-reply {
  padding: .2rem 0;
}

.item-reply .nickname {
    color: #f7941e;
}

.comment-bot {
    font-size: .6rem;
    color: #222;
    padding-left: 2.3rem;
    padding-bottom: .2rem;
}