* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  min-width: 320px;
  max-width: 750px;
  margin: 0 auto !important;
}
.container {
  width: 7.5rem;
  margin: auto;
  min-height: 100vh;
  overflow-x: hidden;
}

.cs-btn {
  width: 6.23rem;
  height: 1.37rem;
  background: url(/statics/img/shengxiao_2026/index-cs.png) no-repeat center;
  background-size: 100%;
  margin: auto;
  animation: btAnimation 2s infinite;
}
@keyframes btAnimation {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}
.agreement {
  width: 100%;
  height: 0.5rem;
  font-size: 0.28rem;
  color: #fff;
  line-height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
}
.agreement a {
  color: #ffc400;
}
.agreement img {
  width: 0.31rem;
  height: 0.31rem;
  margin-right: 0.1rem;
}
