
@media (max-width: 1024px) {
      #basketball #info {
          width: 100%;
          max-width: 100%;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 8px;
          margin-left: 0;
          margin-right: 0;
          box-sizing: border-box;
        }
        #basketball #info .divList {
          margin: 0;
          width: auto;
          float: none;
        }
        #basketball .div_inner_bottom_span_ul {
          z-index: 50;
          top: calc(100% + 10px);
          width: 267px;
          height: auto;
          overflow-y: auto;
          left: 0;
        }
        #basketball .div_inner_top {
            margin-bottom: 0;
        }
  }

  @media screen and (max-width: 450px) {
  #basketball .floatDiv {
    left: 0 !important;
  }

  #basketball .div_inner_bottom_span_ul {
    width: 100dvw;
  }
}