html {
  background: linear-gradient(97.86deg, #fffdfc 6.83%, #f9fbff 81.5%);
}

.main .banner {
  padding-top: 60px;
  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: 618px;
  overflow: hidden;
}
.main .banner .wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.main .banner .wrap > img {
  position: absolute;
  height: 100%;
  width: 100%;
}
.main .banner .banner_con {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 40px 0;
}
.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;
  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;
  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: linear-gradient(93.66deg, #394cf2 10.73%, #7a88ff 93.21%);

  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: 110px;
  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: 18px;
  line-height: 25px;
  color: #000000;
  margin-bottom: 12px;
}
.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;
}

.modal_form {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  display: none;
}
.modal_form .mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.extension-from {
  /* width: 651px; */
  padding: 50px 68px;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.extension-from > img {
  cursor: pointer;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.extension-from .extension-from-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #000000;
  text-align: center;
}

.extension-from .extension-from-sec {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  margin: 12px 0 20px 0;
  text-align: center;
}

.extension-from .from-item {
  display: flex;
  margin:0 0 32px 0px
}
.extension-from .from-item > div {
  position: relative;
}
.extension-from .from-item ul {
  z-index: 9;
  position: absolute;
  background-color: #eef0ff;
  width: 100%;
  height: 180px;
  overflow: auto;
  top: 45px;
  display: none;
}
.extension-from .from-item ul li {
  cursor: pointer;
  height: 38px;
  line-height: 28px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  user-select: none;
}
.extension-from .from-item ul li.menu::after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  background-image: url("https://img.cdn.apipost.cn/runnergo/new_www/img/select.svg");
  background-repeat: no-repeat;
}
.extension-from .from-item ul li:hover {
  background-color: #c8d7fc80;
}
.extension-from .from-item ul ol {
  display: none;
}
.extension-from .from-item ul ol li {
  padding-left: 20px;
}

.extension-from .from-item input[type="text"] {
  width: 320px;
  flex: 1;
  height: 44px;
  background: #ffffff;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 0 12px;
  font-size: 14px;
  font-family: Arial;
  border: 1px solid #e1e1e1;
}

.extension-from .from-item textarea {
  flex: 1;
  height: 93px;
  background: #ffffff;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 12px;
  resize: none;
  font-size: 14px;
  border: 1px solid #e1e1e1;
  font-family: Arial;
}

.extension-from .from-item .from-item-name {
  width: 126px;
  font-size: 14px;
  line-height: 44px;
  text-align: right;
  margin: 0 20px 0 0;
  color: #000000;
}

.extension-from .from-item .from-item-name.required::before {
  content: "*";
  color: #c03c3c;
}

.extension-from .get_price {
  width: 100%;
  height: 40px;
  right: 872px;
  top: 1141px;
  background: #4052ec;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  cursor: pointer;
  position: static !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;
}

.advantage .advantage-item {
  width: 254px;
  height: 123px;
  border-radius: 6px;
  background: #ffffff;
  padding: 27px 0 0 0;
}

.advantage .advantage-item div:nth-child(1) {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  text-align: center;
  margin: 0 0 14px 0;
}

.advantage .advantage-item div:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #666666;
}

.advantage .advantage-item:hover {
  background: #ffffff;
  box-shadow: 3px 4px 4px rgba(232, 149, 113, 0.25);
  transform: scale(1.2);
}

.extension-company {
  width: 1100px;
  margin: 0 auto 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.extension-company .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #002d6b;
  margin: 0 0 29px 0;
  text-align: center;
}

.extension-company .string {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #002d6b;
  white-space: initial;
}

.extension-company .string div {
  color: #002d6b;
}

.extension-company .extension-company-text {
  width: auto;
  white-space: nowrap;
  margin-left: auto;
}

.fixed_banner {
  margin-top: 80px;
  width: 100%;
  height: 106px;
  background-color: #6a89fb;
  background-image: url("https://img.cdn.apipost.cn/runnergo/new_www/img_new_index/private_ft.svg");
  background-size: auto;
  background-repeat: repeat-x;
}

.fixed_banner > div {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fixed_banner > div > img {
  width: 245px;
  height: 245px;
  position: absolute;
  right: 0;
  bottom: -40px;
  
}
.fixed_banner .text {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
}
.fixed_banner button {
  margin-left: 60px;
  width: 154px;
  height: 49px;
  background-color: #ffffff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.fixed_banner button span{
  background-image: linear-gradient(180deg, #4052ec 0%, #a040ec 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contrast {
}
.contrast .card_list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contrast .card {
  width: 402px;
  height: 631px;
  margin: 0 60px;
  background: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.contrast .card .top {
  height: 155px;
  background: linear-gradient(98deg, #6384d8 7.93%, #504de2 95.98%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contrast .card .top .title {
  font-family: "Alimama ShuHeiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  margin-bottom: 24px;
}
.contrast .card .top button {
  width: 104px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.contrast .card .con {
  padding: 32px 46px;
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  /* identical to box height */
  color: #333333;
}
.contrast .card .con li {
  margin-bottom: 20px;
  position: relative;
}
.contrast .card .con li::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 2px;
  right: 0;
  background-image: url("https://img.cdn.apipost.cn/runnergo/new_www/img/yes.svg");
  background-repeat: no-repeat;
}
.contrast .card .con li.no {
  color: #cfcfcf;
}
.contrast .card .con li.no::after {
  background-image: url("https://img.cdn.apipost.cn/runnergo/new_www/img/error.svg");
}

.expaned_more {
  text-align: center;
  font-size: 30px;
  color: #000954;
  line-height: 42px;
  padding: 72px 0;
  font-weight: 500;
}
.expaned_more .expaned_more_btn {
  width: max-content;
  display: flex;
  align-items: center;
  margin: auto;
  cursor: pointer;
}
.expaned_more .expaned_more_btn img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.expaned_more .expaned_more_btn.open img {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.expaned_more img {
  margin-left: 24px;
  width: 40px;
  height: 40px;
}
.contrast_details {
}
.contrast_details table {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.contrast_details table tr {
  height: 60px;
  background: #edeeff;
  border-left: 1px solid #edeeff;
  border-right: 1px solid #edeeff;
}

.contrast_details table tr td {
  text-align: center;
  /* border-left: 1px solid #e6eaf2; */
}
.contrast_details table tr td img {
  width: 26px;
  height: 26px;
}
/* .contrast_details table tr td span {
  font-size: 12px;
  font-weight: 400;
  color: #c6a77d;
  line-height: 44px;
} */
.contrast_details table tr td:nth-child(3n-2) {
  width: 48%;
  padding-left: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #000954;
  line-height: 46px;
  text-align: left;
}
.contrast_details table tr:nth-child(2n) {
  background: #fff;
}
.contrast_details table tr.head {
  height: 60px;
  /* background: linear-gradient(90deg, #494d84, #293b72); */
  font-size: 20px;
  color: #fff;
}
.contrast_details table tr.head th {
  text-align: center;
  font-weight: 400;
  background: linear-gradient(89.89deg, #1e26f7 2.71%, #5c62ff 97.63%);
}
.contrast_details table tr.head th:first-child {
  text-align: left;
  padding-left: 28px;
}


.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;
}

.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;
}