html, body {
  margin: 0;
  padding: 0;
}
body::-webkit-scrollbar {
  /* width: 0!important; */
}
body {
  -ms-overflow-style: none;
  font-family: STZhongSong-SC;
}
body {
  overflow: -moz-scrollbars-none;
}
ul {
  list-style: none!important;
  margin: 0;
  padding: 0;
}
section {
  position: relative;
  padding: 0 0;
  color: #333;
}
a {
  color: inherit;
}
img {
  width: 100%;
  height: 100%;
}
.second-page-club {
  position: relative;
  max-width: 19.2rem;
  margin: 0 auto;
}
/* link */
.link {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
  overflow: hidden;
}
.link-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 17.09rem;
  height: 3.14rem;
  background: url(../image/link-glit-top.png) no-repeat;
  background-size: 17.09rem 3.14rem;
  background-position: center;
  z-index: 0;
}
.link-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 19.2rem;
  height: 3.8rem;
  background: url(../image/link-glit-bottom.png) no-repeat;
  background-size: 19.2rem 3.8rem;
  background-position: center;
  z-index: 0;
}
.link-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11.67rem;
  height: 7.23rem;
  background: url(../image/text-bg.png) no-repeat;
  background-size: 11.67rem 7.23rem;
  background-position: center;
  z-index: 1;
}
.link-text {
  width: 8.42rem;
  height: 4.61rem;
}
