/* 投标正文折叠：电脑端 .jieshoutxt / 手机端 .hftxt 共用 */
.bid-txt-fold .bid-txt-fold-inner{
 overflow:hidden;
 max-height:120px;
 position:relative;
 transition:max-height .35s ease;
}
.bid-txt-fold.is-expanded .bid-txt-fold-inner{
 max-height:none;
}
.bid-txt-fold:not(.is-expanded):not(.is-short) .bid-txt-fold-inner::after{
 content:"";
 position:absolute;
 left:0;
 right:0;
 bottom:0;
 height:44px;
 pointer-events:none;
 background:linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.taskhfm .taskhf .hftxt.bid-txt-fold:not(.is-expanded):not(.is-short) .bid-txt-fold-inner::after{
 background:linear-gradient(to bottom, rgba(250,251,252,0), rgba(250,251,252,1));
}
.bid-txt-fold-toggle{
 display:block;
 width:100%;
 margin:0;
 padding:10px 0 2px;
 border:0;
 border-top:1px dashed #e5e7eb;
 background:transparent;
 color:#ff6600;
 font-size:13px;
 line-height:1.4;
 cursor:pointer;
 text-align:center;
 font-family:inherit;
}
.bid-txt-fold-toggle:hover{color:#1d4ed8;}
.bid-txt-fold.is-short .bid-txt-fold-toggle{
 display:none;
}
.bid-txt-fold.is-expanded .bid-txt-fold-toggle{
 border-top-color:#eef2f7;
}
