@import url(r-css.css); 
@import url(ax.css); 
@import url(ax-response.css); 
@import url(fonts.css); 
@import url(@.css); 
@import url(iconfont.css); 

::-webkit-scrollbar {
    width: .5rem;
    height: .5rem;
    background: hsla(0, 0%, 100%, 0.6);
  }
  ::-webkit-scrollbar-track {
    border-radius: 0;
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(95,95,95,.4);
    transition: all .2s;
    border-radius: .5rem;
    &:hover {
      background-color: rgba(95,95,95, .7);
    }
  }

.text-lddq{text-align:justify;}/*文字两端对齐*/

.Nr-3h
{
  display: inline-block; display: -webkit-box; -webkit-box-orient: vertical; visibility: visible; overflow: hidden; -webkit-line-clamp: 3;
} 
.Nr-nh
{
  display: inline-block; display: -webkit-box; -webkit-box-orient: vertical; visibility: visible; overflow: hidden;
} 
.animation-5s
{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.BtDanhang
{
    width: 100%; 
    display: block; 
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.D-flex{display: flex;}

.SLimg{height: 20vh; border-radius: 3px 3px 0 0; overflow: hidden;}
.SLimg > a{width: 100%; height: 100%; background-repeat: no-repeat; background-position:  center center; background-size: contain; background-color: rgba(255, 255, 255, 0.4); display: block;}
