p,
h1,
h2,
h3 {
  margin: 0;
}

.header-yks .navbar {
  background: transparent;
}

.new-index-footer {
  height: auto !important;
  padding-bottom: 130px;
}

.new-index-footer-label {
  line-height: 1.4256;
}

.mbtn {
  transition: 0.3s;
  text-decoration: none !important;
  color: #fff;
}

a:active {
  text-decoration: none;
  color: #fff;
}

#mapp {
  display: none;
  width: 100%;
  height: 100%;
}

#fmapp {
  width: 100%;
  height: 100%;
}

.banner {
  width: 100%;

  padding: 71px 0 0 0;

  text-align: center;
  background-image: linear-gradient(0deg, #fff 0, #fff8f1 100%);
  color: #ff962a;
}

.heading {
  margin-top: 50px;
  margin-bottom: 16px;

  font-size: 41px;
  line-height: 1.2;
  color: #333;
}

.des {
  color: #333;
  font-size: 18px;
  max-width: 600px;
  margin: auto;
}

.tab-wrap {
  display: inline-block;
  width: 100%;

  text-align: center;
}

.tab-group {
  display: inline-block;
  margin-top: 38px;
  margin-bottom: 28px;
  padding: 6px;
  transform: scale(0.8);

  background-color: #f5f7f8;
  border-radius: 40px;
}

.tab-group .tab {
  display: inline-block;
  width: 280px;

  padding: 18px;

  font-size: 24px;
  text-align: center;
  color: #949596;
  cursor: pointer;
}

.tab-group .tab.active {
  color: #ff962a;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px #e6ebed;
  border-radius: 40px;
  width: 280px;
}

.tab-situation {
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.section {
  width: 100%;
}

.member-section {
  display: inline-block;
  padding: 80px 0;
  overflow-y: auto;
  white-space: nowrap;

  text-align: center;
}

.member-case {
  display: inline-block;
  width: calc(25% - 32px);
  height: 673px;
  margin: 0 12px;
  padding: 36px 24px;
  white-space: initial;
  vertical-align: top;

  border-radius: 10px;
  border: solid 1px #e6ebed;

  transition: 0.3s;
}

.ai-mcontainer .member-case {
  height: 375px;
}

.member-case:first-child {
  margin-left: 0;
}

.member-case:last-child {
  margin-right: 0;
}

.member-case:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.member-case .case-wrap {
  padding: 12px 0;

  text-align: center;
}

.case-wrap .title {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 900;
}

.case-wrap .func {
  font-size: 16px;
  display: inline-block;
  height: 38px;
}

.mbtn {
  display: inline-block;
  width: 200px;
  padding: 10px 0;

  color: #fff;
  background-image: linear-gradient(270deg, #ff890c 0%, #ffa914 100%);
  border-radius: 22px;
  text-align: center;
  text-decoration: none;
}

.mbtn:hover {
  color: #fff !important;
  transform: scale(1.05);
}

.mbtn:active {
  color: #fff !important;
}

.pro-case {
  position: relative;
}

.pro-case::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 28px;

  background: url("/img/price/first.svg") no-repeat;
}

.pro-case .mbtn {
  color: #ffda99;
  background-image: linear-gradient(270deg, #202428 0%, #5e6266 100%);
}

.pro-case .mbtn:hover {
  color: #ffda99 !important;
}

.pro-case .mbtn:active {
  color: #ffda99 !important;
}

.case-wrap .mbtn {
  margin: 16px 0 36px 0;
}

.case-wrap .mline {
  position: relative;
  width: 100%;
  height: 2px;
  border: #e6ebed dashed 2px;
}

.case-wrap .mline::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  right: -2px;
  height: 2px;
  border: #ffffff solid 2px;
}

.case-wrap .box {
  color: #666666;
  padding-top: 27px;
}

.case-wrap .func-item {
  display: inline-block;
  width: 100%;

  margin-bottom: 3px;

  color: #666666;
  font-size: 14px;
}

.case-wrap .func-item::after {
  clear: both;
}

.case-wrap .fl {
  float: left;
}

.case-wrap .fr {
  float: right;
  color: #434354;
}

.mtitle {
  margin: 40px 0;

  text-align: center;
  color: #ff962a;
  font-size: 40px;
}

.permission-table {
  padding: 40px 0;
}

.permission-table .title {
  display: inline-flex;
  align-items: center;
  width: 100%;

  border: 1px solid #e6ebed;
  border-radius: 4px;
  background-color: #fff;
}

.permission-table .title-box {
  display: inline-block;
  width: 19.3%;
  padding: 24px 0;
  text-align: center;

  font-size: 24px;
  border-left: 1px solid #e6ebed;
}

.permission-table .title-box:first-child {
  flex-grow: 1;
  border-left: none;
}

.permission-table .title-box .mbtn {
  margin-top: 12px;

  font-size: 16px;
}

.permission-table .mbtn-pro {
  color: #ffda99;
  background-image: linear-gradient(270deg, #202428 0%, #5e6266 100%);
}

.permission-table .mbtn-pro:hover {
  color: #ffda99 !important;
}

.mcontainer {
  width: calc(100% - 48px);
  max-width: 1400px;

  margin: 0 auto;
}

.fr {
  float: right;
}

.module-item-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;

  font-size: 20px;
  font-weight: 900;
}


.module-item-title .fr {
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}

.module-item-title .fr:hover {
  color: #ff962a;
}

.module-item-title .fr:hover + span {
  color: #ff962a;
}

.module-item-title .icon {
  position: relative;
  top: 0.25em;
}

.module-item {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.module-item {
  color: #333;
  border-top: 1px solid #e6ebed;
  border-right: 1px solid #e6ebed;
  border-left: 1px solid #e6ebed;
}

.module-item:hover {
  background-color: #fafafa;
}

.module-item:first-child {
  border-radius: 4px 4px 0 0;
}

.module-item:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: 1px solid #e6ebed;
}

.module-box {
  position: relative;
  display: inline-block;
  width: 19.3%;
  padding: 16px 0;
  text-align: center;
}

.module-box:first-child {
  flex-grow: 1;
  padding: 0 16px;

  text-align: left;
}

.icon .cls-1,
.cls-2 {
  fill: currentColor;
}

.icon .cls-1 {
  opacity: 0;
}

.module-box .icon {
  position: relative;
  top: 0.2em;
  color: #999;
}

.module-box:hover .icon {
  color: #ff962a;
}

.bubble {
  position: absolute;
  width: 235px;
  padding: 8px;

  font-size: 12px;
  color: #fff;
  background-color: #333333;
  border-radius: 6px;
  border: 1px solid #333333;
}

.bubble:before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #333;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
}

.module-box .tips {
  position: relative;
}

.module-box .bubble {
  display: none;
  position: absolute;
  width: 296px;
  font-size: 14px;
  top: -50%;
  left: calc(-139px);
  transform: translateY(-100%);
}

.module-box:hover .bubble {
  display: inline-block;
  align-content: center;
}

.serious-table-container {
  margin-bottom: 100px;
}

.mtable-container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}

.mtable-container .mtable-main-title {
  width: 220px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f2f5f6;
  border-bottom: 1px solid #e6ebed;
  font-size: 24px;
  color: #666;
}

.mtable-container .mtable-main-title .mbtn {
  display: block;
  width: 150px;
  margin-top: 30px;

  font-size: 16px;
}

.mtable-wrapper,
.mtable-box {
  width: 100%;
}

.mtable-box tr {
  height: 80px;
}

.mtable-item {
  padding: 0 30px;
  color: #666;
  border: 1px solid #e6ebed;
}

.mtable-w-min {
  max-width: 108px;
  width: 9.15%;
  color: #333;
  font: 16px;
  text-align: center;
}

.mtable-w-middle {
  width: 18.64%;
  color: #333;
  font: 16px;
  text-align: center;
}

.serios-slogan-container {
  margin-top: 80px;
  margin-bottom: 100px;
  line-height: 18px;
  color: #666;
  text-align: center;
}

.pay-question-container {
  background: #f7fbff;
}

.quesiton-wrapper {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 120px 40px;
}

.quesiton-wrapper .quesiton-box {
  width: 50%;
  overflow: hidden;
  text-align: justify;
  white-space: normal;
  padding: 0 20px 40px;
}

.quesiton-box .title {
  width: 100%;
  font-size: 20px;
  line-height: 25px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}

.quesiton-box .desc {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  color: #999;
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
}

.mb-30 {
  margin-bottom: 30px;
}

.new-index-footer {
  height: 423px;
}

.new-index-footer-label {
  margin-top: 130px;
}

.new-index-footer-btn > a > div {
  color: #ff962a;
  font-size: 0.88rem;
  width: 11rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
}

.mobile {
  display: none;
}

.ai-mcontainer .func-item .tips {
  position: relative;
}

.ai-mcontainer .func-item .icon {
  position: relative;
  top: 0.15em;
  color: #999;
  left: 3px;
}

.ai-mcontainer .func-item:hover .icon {
  color: #ff962a;
}

.ai-mcontainer .func-item .bubble {
  display: none;
  position: absolute;
  width: 236px;
  top: -50%;
  left: calc(-109px);
  transform: translateY(-100%);
}

.ai-mcontainer .func-item:hover .bubble {
  display: inline-block;
  align-content: center;
}

[v-cloak] {
  display: none;
}

.new-index-footer-label > span {
  font-size: 44px;
  line-height: 86px;
}

.new-index-footer-label {
  font-size: 30px;
}

.mini-aishua-code {
  width: 100%;
  padding: 130px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ff870e;
  color: #fff;
  font-family: Microsoft YaHei;
}

.mini-aishua-code > img {
  width: 280px;
  border-radius: 20px;
  margin-bottom: 13px;
}

.mini-aishua-code .desc {
  font-size: 24px;
  margin-bottom: 60px;
}

.mini-aishua-code .title {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 24px;
}

.mini-aishua-code .slogan {
  font-size: 24px;
  margin-bottom: 52px;
}

.mini-aishua-code > a {
  display: block;
  width: 300px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: 0;
  font-size: 20px;
  background-color: #ffffff;
  border-radius: 27px;
  color: #ff870e !important;
}

.button-hover {
  transition: all 0.3s;
}

.button-hover:hover {
  transform: scale(1.04);
}

.serios-slogan-container .mbtn {
  display: block;
  margin: auto;
  margin-top: 50px;

  font-size: 16px;
  line-height: 1.5;
}

.mcontaine-symbol{
  position: absolute;
  margin-left: -10px;
  font-size: 22px;
  color: #f5a352;
}
.mcontainer-price{
  font-size: 54px;
  margin-left: 5px;
  line-height: 56px;
  color: #f5a352;
}
.mcontainer-time {
  font-size: 13px;
  color: rgba(123, 123, 123, 0.8);
}


.n-i-f-b-btn {
  display: block;
  margin: 0px auto;
  width: 233px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  color: #000000;
  line-height: 50px;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 3.2vw;
  }

  .heading {
    display: inline-block;
    width: 76.8vw;
    font-size: 7.5vw;
  }

  .mtitle {
    margin: 8vw 0;
    font-size: 5.87vw;
  }

  .mcontainer {
    width: 100%;
    max-width: initial;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-group {
    transform: none;
  }

  .tab-group .tab {
    width: 29.93vw;
    padding: 2.13vw;
    font-size: 3.3vw;
  }

  .section {
    padding: 10.67vw;
  }

  .member-section {
    padding: 10.67vw 0;
  }

  .member-case {
    width: 63.47vw;
    height: 140.6vw;
    margin: 0 4vw;
    padding: 6.93vw 4.25vw;
  }

  .member-case:hover {
    transform: none !important;
  }

  .case-wrap .title {
    font-size: 6.13vw;
  }

  .case-wrap .func {
    height: 10.66vw;
    font-size: 2.67vw;
  }

  .mbtn {
    width: 38.13vw;
    padding: 2.13vw;

    font-size: 3.2vw;
    border-radius: 4.4vw;
  }

  .case-wrap .mbtn {
    margin-top: 0;
    margin-bottom: 6.67vw;
  }

  .case-wrap .box {
    padding-top: 5.73vw;
  }

  .case-wrap .func-item {
    font-size: 2.67vw;
  }

  .tab-situation {
    display: block;
    margin: auto;
    max-width: 80vw;

    font-size: 3.2vw;
  }

  .permission-table {
    padding-top: 0;
    padding-bottom: 5.47vw;
  }

  .permission-table .title {
    border-left: none;
    border-right: none;
  }

  .permission-table .title-box {
    width: 17.1%;
    padding: 2vw 0;

    font-size: 2.8vw;
  }

  .permission-table .title-box:first-child {
    color: #999;
  }

  .title-box.pro {
    color: #ffda99;
    background-image: linear-gradient(270deg, #5e6266 0%, #202428 100%);
  }


  .extra-line {
    width: 100%;
    height: 1px;

    background-color: #e6ebed;
  }

  .module-wrap {
    font-size: 2.67vw;
  }

  .module-item-title {
    margin-bottom: 1.05vw;
    font-size: 3.2vw;
  }

  .module-item-title > span {
    margin-left: 4.27vw;
  }

  .module-item-title .fr {
    margin-right: 4.27vw;
    font-size: 2.67vw;
  }

  .module-item-title .icon {
    height: 3.8vw;
  }

  .module-item {
    border-radius: 0;
    border-right: none;
    border-left: none;
  }

  .module-item:first-child {
    border-radius: 0;
  }

  .module-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17.1%;
    padding: 2.5vw 1vw;
  }

  .module-box:first-child {
    padding: 2.13vw 0;
    padding-left: 4vw;
    padding-right: 0.93vw;
  }

  .module-box .text {
    display: inline-block;
    max-width: 18.33vw;
    margin-right: auto;
    font-size: 15px;
  }

  .module-box .tips {
    margin-left: auto;
  }

  .module-box .bubble {
    width: 44vw;
    left: calc(-20vw);
    transform: translateY(-100%);
  }

  .module-box .icon {
    height: 3vw;
  }

  .module-box .plugin {
    width: 3vw;
    height: 3vw;
  }

  .serios-slogan-container {
    margin-top: 10.93vw;
    margin-bottom: 5.07vw;

    line-height: 1.5;
  }

  .serios-slogan-container > img {
    display: block;
    width: 10vw;
    margin: 0 auto;
    margin-bottom: 5vw;
  }

  .serios-slogan-container > span {
    display: block;
    max-width: 65.2vw;
    margin: 0 auto;
  }

  .serios-slogan-container .mbtn {
    display: block;
    margin: auto;
    margin-top: 5.07vw;
    margin-bottom: 13.33vw;

    border-radius: 4.8vw;
    font-size: 3.2vw;
  }

  .pay-question-container {
    padding-left: 0;
    padding-right: 0;
  }

  .pay-question-container .mtitle {
    margin-top: 2.67vw;
  }

  .quesiton-wrapper {
    padding: 0;

    background: none;
  }

  .quesiton-wrapper .quesiton-box {
    width: 100%;
    margin-bottom: 8vw;
    padding: 0 4vw;

    font-size: 3.73vw;
  }

  .quesiton-box .title {
    margin-bottom: 2vw;

    line-height: initial;
    font-size: 4vw;
  }

  .quesiton-box .desc {
    font-size: 3vw;
    line-height: 1.4256;
  }

  .new-index-footer {
    padding-bottom: 9vw;
  }

  .new-index-footer-label {
    margin-top: 11vw;

    font-size: 3.2vw;
  }

  .new-index-footer-label > span {
    margin-bottom: 3.3vw;

    font-size: 4.8vw;
    line-height: 12vw;
  }

  .new-index-footer-btn {
    margin-top: 4vw;
  }

  .center-block-btn,
  .center-block-btn-lg {
    width: 42.67vw !important;
    height: 9.6vw !important;

    font-size: 3.2vw !important;
    line-height: 9vw !important;
  }

  .mtable-container .mtable-main-title {
    width: 24.27vw;

    font-size: 3.2vw;
  }

  .mtable-box tr {
    height: auto;
  }

  .mtable-item {
    width: auto;
    max-width: initial;
    padding: 2.93vw 5.33vw;
  }

  .mtable-w-middle {
    width: 100%;

    text-align: left;
  }

  .mtable-w-middle .tips {
    margin-left: auto;
  }

  .mtable-w-middle .bubble {
    width: 44vw;
    left: calc(-36vw);
    transform: translateY(-100%);
  }

  .mtable-w-middle .icon {
    height: 3vw;
  }

  .mtable-w-middle .tips {
    position: relative;
  }

  .mtable-w-middle .bubble {
    display: none;
    position: absolute;
    top: -50%;
    transform: translateY(-100%);
  }

  .mtable-w-middle .bubble::before {
    left: initial;
    right: 12px;
  }

  .mtable-w-middle:hover .bubble {
    display: inline-block;
    align-content: center;
  }

  .mtable-w-middle {
    font-size: 2.67vw;
  }

  .mtable-item > img {
    height: 3.2vw;
  }

  .smtitle {
    margin-top: 16vw !important;
    margin-bottom: 8vw !important;
  }

  .ai-mcontainer .func-item .icon {
    height: 2.67vw;
  }

  .ai-mcontainer .func-item .bubble {
    width: 29vw;
    left: calc(-11.5vw);
  }

  .mini-aishua-code {
    padding: 2.5rem 0;
  }

  .mini-aishua-code > img {
    width: 8.75rem;
    margin-bottom: 0.41rem;
  }

  .mini-aishua-code .desc {
    font-size: 0.75rem;
    margin-bottom: 1.63rem;
  }

  .mini-aishua-code .title {
    font-size: 1.13rem;
    margin: 0 auto 0.88rem;
  }

  .mini-aishua-code .slogan {
    font-size: 0.75rem;
    margin-bottom: 1.25rem;
  }

  .mini-aishua-code > a {
    width: 10rem;
    height: 2.25rem;
    line-height: 2.25rem;
    margin: 0 auto;
    background-color: #ffffff;
    font-size: 0.75rem;
  }

  .module-item-title .fr:hover {
    color: #333;
  }

  .module-item-title .fr:hover + span {
    color: #333;
  }

  .member-case:last-child {
    margin-right: 10.6vw;
  }

  .member-case {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }

  .member-case:hover {
    transform: scale(1.117);
  }

  .header-yks .pull-right {
    width: auto;
  }

  .swiper-slide-active,
  .swiper-slide-duplicate-active {
    transform: scale(1.05);
  }

  .swiper-wrapper {
    margin-left: 16px;
  }

  #_aihecong_chat_container_body
    ._aihecong_chat_button_body._aihecong_chat_button_mobile {
    bottom: 65px !important;
  }

  .mbtn-ghost {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 4.5vw;
    padding-bottom: calc(env(safe-area-inset-bottom) + 4.5vw);

    font-size: 4vw;
    border-radius: 0;
  }

  .ai-mcontainer .member-case {
    height: 81vw;
  }
}
