/* banner */
.super-tables-banner {
  width: 100%;
  background: #23B1EC;
  height: 150px;
}
.super-tables-A {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.super-tables-A > .S-T-title {
  font-size: 37px;
  color: #fff;
}
.super-tables-A > .S-T-detail {
  font-size: 26px;
  color: #fff;
  line-height: 0.7;
  margin-top: 10px;
}

/* button */
button {
  padding: 8px 25px;
  background-color: #ff006d;
  border: none;
  border-radius: 30px;
  color: #fff !important;
  font-family: PingFang SC-Regular, PingFang SC;
}

/* 主体内容 */
.super-tables-content {
  width: 1280px;
  margin: 0 auto;
}
.super-tables-content > .single {
  padding: 40px 0;
  display: flex;
}

/* 主体内容 download */
.download-left > img {
  width: 420px;
}
.download-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 88px;
  padding-bottom: 100px;
}
.download-right > .download-right-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

/* 主体内容 video */
.video {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.video > .video-top {
  width: 100%;
  display: flex;
  justify-content: center;
}
.video > .video-top > video {
  width: 1000px;
  margin: 0 auto;
}
.video > .video-bottom {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 75px;
}

/* 主体内容 gif */
.gif {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gif > .gif-single {
  width: 360px;
  display: flex;
  flex-direction: column;
  margin-right: 70px;
}
.gif > .gif-single:nth-child(3n) {
  margin-right: 0;
}
.gif > .gif-single > .gif-single-title {
  font-size: 25px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.gif > .gif-single > .gif-single-img {
  width: 100%;
  margin: 26px 0;
}
.gif > .gif-single > .gif-single-img > img {
  width: 100%;
}
.gif > .gif-single > .gif-single-text {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-bottom: 50px;
}

/* 主体内容 more */
.more-left > img {
  width: 420px;
}
.more-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 88px;
}
.more-right > .more-right-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}
.more-right > ul {
  list-style-type: disc;
  margin: 30px 0;
}
.more-right > ul > li{
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  text-indent: -7px;
  margin: 0 0 0 24px;
}
.more-right > ul > li::marker{
  color: #FA2B78;
  font-size: 20px;
}
.more-right > .more-right-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

/* 主体内容 new */
.new-left > img {
  width: 700px;
}
.new-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
}
.new-right > .new-right-title {
  font-size: 30px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
.new-right > .new-right-text {
  margin-bottom: 30px;
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

