
.main .banner {
  /* padding-top: 60px; */
  background-image: url("https://img.cdn.apipost.cn/runnergo/new_www/img/video_banner.png");
  background-size: 1420px 568px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #eef0ff;
  height: 568px;
}
.main .banner .wrap {
  position: relative;
  height: 100%;
}
.main .banner .banner_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.main .banner .banner_con .banner_title {
  font-family: "Alimama ShuHeiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  /* identical to box height */

  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #000000;
}
.main .banner .banner_con .banner_desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 42px;
  /* identical to box height */

  display: flex;
  align-items: center;
  margin-bottom: 28px;
  color: #000000;
}
.main .banner .banner_con button {
  /* width: 124px; */
  height: 44px;
  /* 主题色 */
  color: #4052ec;
  border: 1px solid #4052ec;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.main .banner .banner_con button img {
  width: 28px;
  object-fit: cover;
}
.main .banner .banner_con button.sincere {
  margin-left: 40px;
  background: #4052ec;
  color: #fff;
}


.Tabs {
  height: 80px;

  background: linear-gradient(
    90.02deg,
    rgba(213, 217, 255, 0.6) 9.23%,
    rgba(224, 253, 255, 0.6) 94.21%
  );
}
.Tabs ul {
  display: flex;
  justify-content: center;
  height: 100%;
}
.Tabs ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  font-size: 22px;
  cursor: pointer;
}
.Tabs ul li.active {
  background-color: #fff;
}
.Tabs ul li svg {
  width: 20px;
  margin-left: 12px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.Tabs ul li:hover {
  color: #4052ec;
}
.Tabs ul li:hover svg {
  transform: translate(4px, 4px);
  -webkit-transform: translate(4px, 4px);
  -moz-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  -o-transform: translate(4px, 4px);
}
.Tabs ul li:hover svg path {
  fill: #4052ec;
}
.tutorial ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tutorial ul li {
  width: 242px;
  height: 198px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 0 24px;
}
.tutorial ul li .img {
  width: 100%;
  height: 124px;
  background-color: #2046c4;
}
.tutorial ul li .text {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 10px;
}
