/* 样式 */
/* 样式 */
/* 样式 */
/* 样式 */


    
  .disabled-link {
   
    pointer-events: none;
    
    color: #333;
 
    cursor: not-allowed; 
     background: #efefef !important;
    box-shadow: none !important;
    color: #333;}
  .disabled-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    background: #A91A20;
    transition: all .5s;}

/* 样式 */
/* 样式 */
/* 样式 */
