#global-aplayer-wrap {
  position: fixed;
  left: 12px;
  bottom: 12px;
  z-index: 1200;
}

#global-aplayer-wrap .aplayer {
  width: 320px;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

@media (max-width: 768px) {
  #global-aplayer-wrap {
    left: 8px;
    right: 8px;
    bottom: 8px;
  }

  #global-aplayer-wrap .aplayer {
    width: calc(100vw - 16px);
  }
}
