.ai .t-alert__icon {
  display: none;
}
.ai .step {
  margin: 30px auto;
}
.ai .step .num {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai .step .num .striping {
  flex: 1;
  height: 2px;
  background-color: #BBC0C9;
}
.ai .step .num .striping.on {
  background-color: #34A1FF;
}
.ai .step .names {
  margin-top: 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai .step .names .name1 {
  transform: translate(calc(-50% + 15px), 0);
}
.ai .step .names .name2 {
  transform: translate(calc(50% - 15px), 0);
}
.ai .t-textarea__inner {
  height: 150px;
}
.ai .group {
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #E1E5ED;
  padding: 20px;
}
.ai .group h1 {
  margin: 0;
  font-size: 24px;
  color: #021936;
  display: flex;
  flex-wrap: wrap;
}
.ai .group h2 {
  margin: 0;
  font-size: 20px;
}
.ai .group .discount {
  background-color: #FB3E3D;
  border-radius: 18px 18px 18px 18px;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
}
.ai .info {
  font-size: 18px;
  color: #7685A1;
}
.ai .t-form__item {
  margin-bottom: 10px;
}
.ai .tips {
  background: #FFEFEB;
  padding: 22px 20px;
  border-radius: 8px 8px 8px 8px;
}
.ai .t-button--variant-base.t-button--theme-primary.t-is-disabled {
  background-color: #bbbbbb;
}
.ai .t-button--variant-base.t-button--theme-primary.t-is-disabled {
  border-color: #bbbbbb;
}
.ai .tag {
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.ai .t-table,
.ai .t-table:not(.t-table--striped) .t-table__footer > tr,
.ai .t-table__header--fixed:not(.t-table__header--multiple) > tr > th {
  background-color: unset;
}
.ai .score {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.ai .score .t-button {
  border: 1px solid #707070;
  border-radius: 50px;
  background-color: #fff;
  color: #000;
  width: 40px;
  height: 40px;
}
.ai .score .t-button.on {
  border-color: #FF7250;
  background-color: #FF7250;
  color: #fff;
}
.ai .product {
  border-radius: 20px 20px 20px 20px;
  position: relative;
  width: 270px;
  color: #000;
  margin-bottom: 20px;
}
.ai .product .name {
  font-size: 18px;
  font-weight: 600;
}
.ai .product .score {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.ai .product .dis {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  background: linear-gradient(101deg, #FE732E 0%, #F22100 100%);
  border-radius: 0px 20px 0px 20px;
  padding: 5px 20px;
  color: #fff;
}
.ai .product .price {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #7685A1;
  text-decoration: line-through;
}
.ai .product .price.b {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.ai .product .btn {
  margin-top: 20px;
  text-align: center;
}
.ai .product .description {
  margin-top: 20px;
  color: #7685A1;
  font-size: 16px;
  white-space: pre-line;
}
.ai .collapse {
  border-radius: 8px 8px 8px 8px;
  border: 2px solid #E1E5ED;
}
.ai .collapse .t-collapse-panel__header {
  border: none;
}
.ai .collapse .t-collapse-panel__body {
  border: none;
  border-radius: 8px 8px 8px 8px;
  padding-bottom: 20px;
  background: #fff;
}
.ai .collapse .t-collapse-panel__content {
  background: #fff;
}

/*
 * AIPower 介绍文（aiServicePost）富文本还原：
 * 本页只引入 ai.css，需自行抵消 vant list-style:none、layout 链接色等
 */
.body .ai .ai-rich {
  font-size: 14px;
  color: #000;
  overflow-wrap: break-word;
}
.body .ai .ai-rich h1,
.body .ai .ai-rich h2,
.body .ai .ai-rich h3,
.body .ai .ai-rich h4 {
  line-height: revert;
}
.body .ai .ai-rich p {
  margin: 0 0 1em;
}
.body .ai .ai-rich a {
  color: #09f;
  text-decoration: underline;
}
.body .ai .ai-rich ol,
.body .ai .ai-rich ul {
  margin: 0 0 1em;
  padding-left: 2em;
  max-width: 100%;
  width: auto !important;
  list-style-position: outside;
}
.body .ai .ai-rich ol {
  list-style-type: decimal;
}
.body .ai .ai-rich ul {
  list-style-type: disc;
}
.body .ai .ai-rich .list-paddingleft-1 {
  padding-left: 0;
}
.body .ai .ai-rich .list-paddingleft-2 {
  padding-left: 30px;
}
.body .ai .ai-rich .list-paddingleft-3 {
  padding-left: 60px;
}
.body .ai .ai-rich li {
  display: list-item;
  margin: 0 0 0.4em;
}
.body .ai .ai-rich li > p {
  margin: 0 0 0.25em;
}
.body .ai .ai-rich table {
  margin-bottom: 10px;
  border-collapse: collapse;
  display: table;
  max-width: 100%;
  width: auto !important;
}
.body .ai .ai-rich td,
.body .ai .ai-rich th {
  padding: 5px 10px;
  border: 1px solid #ddd;
}
.body .ai .ai-rich th {
  border-top: 1px solid #bbb;
  background-color: #f7f7f7;
}
.body .ai .ai-rich table.noBorderTable td,
.body .ai .ai-rich table.noBorderTable th,
.body .ai .ai-rich table.noBorderTable caption {
  border: 1px dashed #ddd !important;
}
.body .ai .ai-rich tr.ue-table-interlace-color-single td {
  background-color: #fcfcfc;
}
.body .ai .ai-rich tr.ue-table-interlace-color-double td {
  background-color: #f7faff;
}
.body .ai .ai-rich td p {
  margin: 0;
  padding: 0;
}
.body .ai .ai-rich blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
.body .ai .ai-rich hr {
  border: 0;
  border-top: 1px solid #e1e5ed;
  margin: 1.5em 0;
}
.body .ai .ai-rich img {
  max-width: 100%;
  height: auto;
}
.body .ai .ai-rich pre {
  margin: 0.5em 0;
  padding: 0.4em 0.6em;
  border-radius: 8px;
  background: #f8f8f8;
  line-height: 1.5;
  overflow: auto;
}
