.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 {
    position: relative;
    max-height: 58px;
    overflow: hidden;
    margin-bottom: 15px;
}

.addcatdesc_wrapper.full_height{
    position: static;
    max-height: 100%;
    overflow: visible;    
}

.addcatdesc_wrapper.full_height::after {
    background: none;
}