@media (min-width: 1148px) {
  .buxisehx {
    display: flex;
    padding-bottom: 50px;
    padding-top: 130px;
    height: 100vh;
  }
  .tab-container {
    display: flex;
    flex-direction: column;
    width: 140px;
    margin-right: 40px;
  }
  .tab {
    height: 36px;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
  }
  .tab.active {
    font-weight: bold;
    border-bottom: 2px solid #000;
    color: #000;
  }
  .iframe-container {
    width: 100%;
    height: 100%;
  }
  iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}
@media (max-width: 1148px) {
  ::-webkit-scrollbar-button {
    display: none;
  }
  ::-webkit-scrollbar-corner {
    background-color: transparent;
  }
  ::-webkit-scrollbar {
    width: 0;
    display: none;
  }
  .buxisehx {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
    padding-top: 110px;
    height: 100vh;
  }
  .tab-container {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
  }
  .tab {
    height: 32px;
    cursor: pointer;
    margin-right: 20px;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .tab.active {
    font-weight: bold;
    border-bottom: 2px solid #000;
    color: #000;
  }
  .iframe-container {
    width: 100%;
    height: 100%;
  }
  iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
}
