.listbanner{
  background: linear-gradient(134deg, #40A6F4 0%, #7C73FC 100%);
  box-shadow: 0px 4px 8px rgba(221,221,221,0.1);
}

.gl-icon{
  position: absolute;
  top: -1px;
  left: -6px;
  width: 18px;
  height: 18px;
  background: linear-gradient(139deg, #99EBBE 0%, rgba(153,235,190,0.1) 100%);
  border-radius: 50%;
}

.gl-shadow{
  box-shadow: 0px 4px 10px rgba(64,151,244,0.1);
}

.gl-new{
  font-family: Source Han Sans CN;
  font-weight: 500;
  line-height: 1.875rem;
  color: #F75B5B;
  opacity: 1;
}

/* .newbox{
  height: 368px;
} */

.gameitem{
  background: url('../.././front/img/gamelist-icon.png') no-repeat;
  background-size: contain;
}

@media (max-width:500px){
  /* .newbox{
    height: 594px;
  } */
}

.gl-p1{
  color: #8277F2;
  transition: all 0.5s linear;
}

.gl-p1bg{
  background: #8277F2;
}

@media (min-width:365px){
  .canon{
    padding-left: 8px;
    padding-right: 8px;
  }
  
}

@media (max-width:365px){
  .canon{
    padding-left: 2px;
    padding-right: 2px;
  }
  
}