#container {
   /* 展现内容高度 */ 
    max-height:55rem;
    overflow: hidden;
    position: relative;
    visibility: hidden;
}

.detail-wrapper .unfold-field .unfold-field_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.306666rem;
    text-align: center;
    
}



.detail-wrapper .see-more {
    display: block;
    width: 100%;
   
    color: #f0737a;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    

}


.detail-wrapper .see-more a {
    display: inline-block;
    background: #0067cb;
    color: #fff;
    width: 175px;
    height: 42px;
    border-radius: 42px;
    line-height: 42px;
    font-size: 16px;
    cursor: pointer;
}


.gradient {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
    height: 80px;
    position: absolute;
    left: 0;
    top: -79px;
    width: 100%;
}


.detail-wrapper .see-more i {
  
    font-style: normal;
}

