@charset "UTF-8";
body, html {
  margin: 0;
  padding: 0;
  user-select: none;
  --radius: 4vw;
}

.shou-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shou-logo img {
  max-width: 120px;
  max-width: 20vw;
  display: block;
  margin-left: 2%;
}

.shou1 {
  background: linear-gradient(to bottom, #afe6af, white 30vh);
  min-height: 100vh;
}

[class*=shou] {
  line-height: 1.3;
}

[class*=shou] a {
  text-decoration: none;
  color: initial;
}

.shou2 {
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  overflow: scroll;
  padding: .3em;
}

.shou2 a {
  background: white;
  padding: .8em;
  margin-right: .6em;
  color: #3eca58;
  border-radius: var(--radius);
  text-align: center;
  min-width: 30%;
}

.shou2 a.on {
  background: linear-gradient(to bottom, #3eca58, #8add71);
  font-weight: bold;
  box-shadow: 0 0 0 2px #3acd55;
  color: white;
}

/* 针对 Chrome、Safari、Edge */
::-webkit-scrollbar {
  display: none;
}

.shou3 {
  box-shadow: 0 0 10px rgba(58, 205, 85, 0.3);
  border-radius: var(--radius);
  padding: 1em;
  background: white;
  margin: .6em 2% 0;
  min-height: 30vh;
  color: #333;
}

.shou3 h1 {
  font-size: 20px;
  color: #4c3400;
  font-weight: 500;
  margin: .4em 0;
}

.shou3 .type {
  position: relative;
  top: 4px;
  opacity: .5;
}

.shou3 .type::after {
  content: '分类';
  display: inline-block;
  border: solid 1px gray;
  font-size: 90%;
  padding: 0 .4em;
  border-radius: var(--radius);
}

.shou3 .shou4 {
  margin-top: 1em;
  border-top: solid 1px #eee;
  padding-top: .5em;
}

.shou4 {
  display: flex;
}

.shou4 a {
  flex: 1;
  text-align: center;
  line-height: 2.6em;
  margin: .4em;
  border-radius: var(--radius);
  color: #4c3400;
}

.shou4 a:last-child {
  color: #3acd55;
  border: solid 1px #3acd55;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  opacity: .8;
}

.shou5 {
  display: flex;
  padding: 1.8em 0 .8em;
}

.shou5 .item {
  flex: 1;
  text-align: center;
  color: gray;
  position: relative;
  display: block;
}

.shou5 .item ~ .item {
  border-left: solid 1px #ccc;
}

.shou5 .item span {
  display: block;
  font-size: 140%;
  color: #6b4f3b;
  margin-top: .3em;
}

.shou5 .item span::after {
  content: "元";
  font-size: 60%;
}

.shou5 .icon {
  position: absolute;
  left: 4%;
  top: -.4em;
  height: 1.3em;
  opacity: .5;
}

.shou6 {
  display: flex;
  align-items: center;
}

.shou6 a {
  padding: 24px 18px;
  font-weight: 500;
  color: gray;
}

.shou6 a:active {
  color: #111;
  text-shadow: 0 5px 10px #2feb2f;
}

.shou6 .on {
  color: #111;
  font-size: 110%;
  text-shadow: 0 5px 10px #2feb2f;
  position: relative;
}

.shou6 .on::after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 6px;
  background: #3acd55;
  bottom: 18%;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px;
}

.shou7 {
  padding: 9px 5%;
  line-height: 1.4;
  color: #222;
}
