.swiper_banner {
  height: 590px;
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.swiper_banner .swiper_banner-pagination {
  text-align: center;
  position: absolute;
  z-index: 99;
}

.swiper_banner .swiper_banner-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
}

.swiper_banner .swiper_banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4052ec;
}

.main .banner {
  background-image: url("https://img.cdn.apipost.cn/runnergo/new_www/img/index_bg.svg");
  background-size: 636px 437px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7f9fd;
  height: 502px;
  /* margin-top:60px; */
}

.main .banner .wrap {
  position: relative;
  height: 100%;
}

.main .banner .wrap>img {
  position: absolute;
  /*top: 50%;
  */
  bottom: -42px;
  right: 0;
  transform: translateY(0%);
  width: 884px;
  height: 454px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
}

.main .banner .banner_con {
  position: absolute;
  top: 0;
  left: 0;
  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: 30px;
  line-height: 42px;
  /* identical to box height */
  display: flex;
  align-items: center;
  margin-bottom: 68px;
  color: #000000;
}

.main .banner .banner_con .banner_btn_group {
  display: flex;
}

.main .banner .banner_con button {
  display: inline-flex;
  padding: 14px 36px;
  align-items: center;
  border-radius: 39px;
  background: var(--1, linear-gradient(118deg, #394cf2 2.6%, #7a88ff 100%));
  height: calc(100% - 15px);
  color: #fff;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 600;
}

.main .banner .banner_con button img {
  width: 28px;
  object-fit: cover;
  margin-left: 8px;
}

.main .banner .banner_con button.sincere {
  margin-left: 40px;
  background-color: #fff !important;
  color: rgba(64, 82, 236, 1);
  border: none;
}

.main .banner_bottom {
  background: rgba(239, 244, 255, 0.63);
  height: 88px;
  position: relative;
  z-index: 2;
}

.main .banner_bottom .wrap {
  height: 100%;
}

.main .banner_bottom ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
}

.main .banner_bottom li {
  display: flex;
  align-items: flex-start;
}

.main .banner_bottom li span {
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  /* 主题色 */
  color: #4052ec;
  margin-right: 16px;
}

.main .banner_bottom li .info {
  /* padding-top: 8px; */
}

.main .banner_bottom li .banner_bottom_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 6px;
}

.main .banner_bottom li .banner_bottom_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding-right: 40px;
  color: #666666;
}

/* tab_panel 开始 */
.tab_panel {
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
}

.tabs {
  text-align: center;
  display: grid;
  /* gap: 30vw; */
}

.tabs .left {
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
}

.tabs .open {
  max-width: 444px;
  max-height: 580px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 400px;
}

.tabs .left .open.default {
  height: 460px;
  padding-top: 60px;
}

.tabs .left .tip {
  color: #4052ec;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 600;
}

.tabs .left .title {
  color: #000;
  text-align: center;
  font-size: 52px;
  font-family: PingFang SC;
  font-weight: 600;
}

.tabs .left .desc {
  color: #999;
  text-align: center;
  font-size: 12px;
  font-family: PingFang SC;
  letter-spacing: 0.02em;
}

.tabs .open.saas,
.tabs .open.ent {
  width: 404px;
  height: 250px;
}

.tabs .open.ent .title {
  background: linear-gradient(89.8deg,
      rgba(0, 52, 187, 1) 0%,
      rgba(115, 0, 185, 1) 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.tabs .left a div {
  display: flex;
  padding: 6px 20px;
  width: 117px;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  gap: 10px;
  border: 1px solid #f3f3f3;
}

.tabs .left a div.try {
  border-radius: 22px;
  border: 1px solid #4052ec;
  background: rgba(64, 82, 236, 0.1);
  color: #4052ec;
  white-space: nowrap;
}

.tabs .area {
  position: sticky;
  position: sticky;
  top: 0;
  right: 0;
  width: 100%;
  min-height: calc(100vh - 60px);
  padding-top: 60px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}

.tabs .video_list {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.tabs .video_list .video_img {
  position: relative;
  width: 886px;
  height: 562px;
}

.tabs .video_list .video_img .link_video {
  position: absolute;
  border: 1px solid #4052ec;
  box-shadow: 0px 4px 10px 0px #cfd5ff;
  color: #4052ec;
  background-color: #fff;
  padding: 8px 16px;
  right: 20px;
  display: flex;
  align-items: center;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  cursor: pointer;
}

.tabs .video_list .video_img .link_video:hover img {
  transition: all 0.2s linear;
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  -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 .video_list .video_img .link_video img {
  width: 20px;
  margin-left: 8px;
}

.tabs .video_list .video_img .con {
  flex-shrink: 0;
  padding: 20px;
  /* display: none; */
  width: 100%;
  height: 100%;
  visibility: hidden;
  border-radius: 20px;
  background: #fbfcff;
  box-shadow: 0px 0px 40px 23px rgba(0, 0, 0, 0.03);
  position: absolute;
  opacity: 0;
}

.tabs .video_list .video_img .con img {
  height: 100%;
  object-fit: fill;
}

.tabs .video_list .video_img .con.active {
  /*display: block;
  */
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -ms-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
}

.tabs .area .menu {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 42px;
}

.tabs .area .menu .item {
  display: inline-flex;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  margin-right: 20px;
  color: #000;
  opacity: 0.5;
  font-weight: 600;
  cursor: pointer;
}

.tabs .area .menu .item.active {
  transition: opacity 0.2s linear;
  opacity: 1;
  background: #f5f5f5;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}

.tabs .area .codeing span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  position: absolute;
  cursor: pointer;
  bottom: 80px;
  left: 445px;
}

.tabs .area .codeing span:nth-child(2) {
  bottom: 80px;
}

/* tab_panel 结束 */

.func_list .wrap {
  width: 1280px;
}

.func_list ul>li {
  padding: 80px 0;
  padding-top: 0;
}

.func_list ul>li.bg {
  padding: 80px 0;
  background: #fafaff;
}

.func_list ul>li>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
  flex-direction: row-reverse;
}

.func_list ul>li.bg>div {
  flex-direction: row;
}

.func_list ul>li .img {
  width: 680px;
}

.func_list ul .text_info_title {
  /* width: max-content; */
  margin-top: 50px;
  font-style: normal;
  line-height: 56px;
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 50px;
  font-family: PingFang SC;
  font-weight: 500;
}

.func_list ul>li ol li {
  width: 440px;

  cursor: pointer;
  padding: 12px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 26px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.func_list ul>li ol li .title {
  display: flex;
  justify-content: space-between;
}

.func_list ul>li ol li .title span {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;

  color: #333333;
}

.func_list ul>li ol li .title a {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  /* identical to box height */
  display: flex;
  align-items: center;
  color: #4052ec;
  visibility: hidden;
}

.func_list ul>li ol li.active a {
  visibility: visible;
}

.func_list ul>li ol li.active .title span {
  color: #4052ec;
}

.func_list ul>li ol li.active {
  outline: 1px solid #4052ec;
}

.func_list ul>li ol li .title a img {
  width: 12px;
  object-fit: cover;
  margin-left: 4px;
}

.func_list ul>li ol li .desc {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  display: flex;
  align-items: center;
  margin: 12px 0;
  color: #333333;
}

.func_list ul>li ol li.active .desc {
  color: #4052ec;
}

.func_list ul>li ol li .tags {
  display: none;
}

.func_list ul>li ol li.active .tags {
  display: block;
}

.func_list ul>li ol li .tags span {
  padding: 2px 6px;
  background: #4052ec;
  border-radius: 2px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  /* identical to box height */
  color: #ffffff;
}

.func_list ul>li .img_video {
  border-radius: 10px;
  position: relative;
}

.func_list ul>li .img_video .bef {
  width: 167.5px;
  height: 82px;
  position: absolute;
  z-index: 1;
  left: -46px;
  top: -23px;
}

.func_list ul>li .img_video .aft {
  width: 314px;
  height: 288px;
  position: absolute;
  z-index: 1;
  right: -72px;
  bottom: -59px;
}

.func_list ul>li .video_control {
  display: flex;
  align-items: center;
  height: 38px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.func_list ul>li .img_video video {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  object-fit: fill;
}

.func_list ul>li .video_control span {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  /* background-color: #ffd159; */
}

.func_list ul>li .video_control span:nth-child(1) {
  background-color: #e83131;
}

.func_list ul>li .video_control span:nth-child(2) {
  background-color: #fcdd3c;
}

.func_list ul>li .video_control span:nth-child(3) {
  background-color: #3add36;
}

.func_list ul>li .img_video video {
  width: 678px;
  height: 403px;
  display: none;
}

.func_list ul>li .img_video video.active {
  display: block;
}

.ones .con {
  height: 440px;
  background-image: url("https://img.cdn.apipost.cn/runnergo/new_www/img_new_index/one_bg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  background-position: center center;
}

.ones .con>div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ones .con .tip {
  color: #fff;
  font-size: 30px;
  font-family: PingFang SC;
  font-weight: 500;
}

.ones .con .title {
  color: #fff;
  font-size: 60px;
  font-family: PingFang SC;
  font-weight: 500;
  margin: 24px 0;
}

.ones .con .desc {
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 500;
}

.ones .img {
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
}

.tutorial ul {
  display: flex;
  justify-content: space-between;
  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;
}

.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;
}

.sustain:hover+img {
  display: block !important;
}

.copyright .friendly-link {
  display: block !important;
}

.extension-content {
  margin-top: 88px;
}

.extension-content .content-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #333333;
  margin: 28px 0 60px 0;
  text-align: center;
}

.extension-content .content-sec-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  text-align: center;
  margin: 0 0 65px 0;
}

.extension-content .advantage {
  width: 1138px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot_left {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.foot_left .rg_logo {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.foot_left .rg_logo img {
  width: 194px;
  height: 53px;
}

.foot_left .rg_logo .line {
  height: 29px;
  width: 3px;
  background-color: #e7e7e7;
}

.foot_left .rg_logo .link_list {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.foot_left .rg_logo .link_list img {
  width: 40px;
  height: 40px;
}


.foot_left .contact-info {
  display: flex;
  align-items: center;
  gap: 0 50px;
}

.foot_left .contact-info .wx-qrcode-list {
  display: flex;
  align-items: center;
  gap: 0 40px;
}

.foot_left .contact-info .wx-qrcode-list .wx-qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}

.foot_left .contact-info .wx-qrcode-list .wx-qrcode-item p {
  color: #666;
  font-size: 14px;
  text-align: center;
}

.foot_left .contact-info .wx-qrcode-list img {
  width: 100px;
  height: 100px;
}

.foot_left .contact-info .pre-sales-mobile {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.foot_left .contact-info .pre-sales-mobile p:nth-child(1) {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.foot_left .contact-info .pre-sales-mobile p:nth-child(2) {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.foot_left .contact-info .pre-sales-mobile p:nth-child(3) {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.foot_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.foot_right .help-label {
  color: #2b2b2b;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
}

.foot_right .help-list {
  display: flex;
  align-items: center;
  gap: 0 80px;
  margin-top: 40px;
}

.foot_right .help-list .help-item {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}