.addcatdesc{
	border-top: 1px solid #D0D3D8;margin-top:10px;padding-top:5px;
}

.but_desc_manage{
    padding-bottom:20px;
}

.but_desc_manage span{
    color: #333;
    border-bottom: 1px dotted rgba(51,51,51,.5);
    cursor: pointer;
}

.addcatdesc_wrapper::after {
    content: '';
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 76px;
    background: linear-gradient(to bottom,rgba(241,241,241,0) 0%,rgba(241,241,241,.85) 71%,rgba(241,241,241,1) 100%);
    background-size: 100%;
    pointer-events: none;
}

.addcatdesc_wrapper {
    position: relative;
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 15px;
}

.addcatdesc_wrapper.full_height{
    position: static;
    max-height: 100%;
    overflow: visible;    
}

.addcatdesc_wrapper.full_height::after {
    background: none;
}