/* 顶部tab栏样式 */
.el-tabs{
 .el-tabs__header{
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding-top: 30px;
     .el-tabs__nav-wrap{
     .el-tabs__nav-scroll{
         .el-tabs__nav{
         .el-tabs__active-bar{
             display: none;
         }
         .el-tabs__item{
             width: 60px;
             height: 30px;
             padding: 0;
             text-align: center;
             line-height: 30px;
             font-size: 15px;
             color: #666666;
             border-radius: 40px;
         }
         .el-tabs__item.is-active{
             color: #ffffff;
             background: linear-gradient(45deg, #2595AC 0%, #2595AC 99%);
         }
         }
     }
     }
 }

 .follow-list {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
}

.follow-list::-webkit-scrollbar {
    display: none;
}

.user {
    flex: 0 0 auto;
    margin: 0 5px;
    text-align: center;
}

.user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.user p {
    margin: 5px 0;
    font-size: 12px;
}

 .el-tabs__nav-wrap::after{
     display: none;
 }
 }

 .waterfall {
    column-count: 2;
    column-gap: 1em;
    padding: 10px;
    /* margin-top: 20px; */
}

.waterfall-item {
    break-inside: avoid;
    margin-bottom: 1em;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    padding-bottom: 10px;
}

.waterfall-item img {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.waterfall-item .content {
    padding: 1em;
}

.button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.follower-note-btn {
    cursor: pointer;
    transition: all 0.2s ease;
}

.follower-note-btn:active {
    transform: scale(0.9);
    color: #409EFF;
}

.follower-note-btn i {
    transition: color 0.2s ease;
}

.follower-note-btn {
 text-align: center;
 position: relative;
 top: 12px;
 font-size: 18px;
 color: rgb(141, 141, 141);
}



.follower-note-btn-left {
    position: relative;
    top: 12px;
    left: 10%;
}

.follower-note-btn-right {
    position: relative;
    top: 12px;
    right: 10%;
}

.content {
    color: #4e4e4e;
    font-size: 14px;
    margin-top: -25px;
    margin-bottom: -20px;
    height: 70px;
}

.note_title {
  font-size: 14px;
  color: #616161;
  margin-bottom: -12px;  
  margin-top: -15px;
  margin-left: -8px;
}

.publisher-avatar {
    width: 25px;
    height: 25px;
    /* border-radius:50%; */
    position: relative;
    top: 20px;
    left: -10px;
}

.review-count {
    position: relative;
    left: 75%;
    font-size: 14px;
    color: #838383;
    top: -19px;
    color:#2595AC;
}

.publisher-name {
    position: relative;
    font-size: 10px;
    color: #838383;
    left: 20px;
    top: -3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}

.follower-note {
    break-inside: avoid;
    margin-bottom: 1em;
    background: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
    padding-bottom: 10px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.follower-note-container {
 /* border: solid 1px rgb(225, 225, 225); */

 padding-top: 10px;
 padding-bottom: 40px;
 margin-bottom: 30px;
 margin-top: 10px;
}

.follower-note-title {
    margin-left: 10px;
    padding-top: 5px;
    font-size: 15px;
}

.follower-note-createTime {
    margin-left: 10px;
    margin-top: 5px;
    color: rgb(183, 183, 183);
    font-size: 13px;
}

.follower-note img {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: 200px;
    overflow: hidden;
}
