.qa-sdk-wrapper {
    position: fixed;
    width: 400px;
    right: -600px;
    max-height: 530px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    background: #fff;
  }
  
  .qa-sdk-close-btn {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 16px;
  }
  
  .qa-sdk-close-btn:hover {
    border-radius: 50%;
    background-color: #d5d9df;
  }
  
  #qa-sdk-iframe {
    width: 400px;
  }
  
  @media (min-width: 1024px) and (max-width: 1366px) {
    .qa-sdk-wrapper{
      width: 356px;
    }
    #qa-sdk-iframe {
      width: 356px;
    }
  }


  .ai-assist-highlight {
    background: yellow;
  }
  @media print {
    #ai-assist-root-bangs,
    #ai-assist-root-bilibili,
    #ai-assist-root-new {
      display: none !important;
    }
  }