
.plan .Box[data-v-d6ce6020] {
  padding-bottom: 5rem;
}
.plan .plantab .infobox[data-v-d6ce6020] {
  padding: 3rem 0;
}
.plan .plantab .package[data-v-d6ce6020] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plan .function .funcTitle[data-v-d6ce6020] {
  padding: 0 2rem 2rem;
  font-weight: bold;
  font-size: 18px;
}
.plan .plantab .planIcon[data-v-d6ce6020] {
  display: block;
  width: 48px;
  height: 48px;
}
.plan .plantab .packageName[data-v-d6ce6020] {
  padding: 1rem 0;
  font-size: 14px;
  font-weight: 400;
  color: #202223;
}
.plan .plantab .packageTtile[data-v-d6ce6020],
.plan .unitPrice .nums[data-v-d6ce6020] {
  margin-top: 3.2rem;
  font-size: 42px;
  font-weight: 600;
  line-height: 44px;
  color: #202223;
}
.plan .unitPrice[data-v-d6ce6020] {
  text-align: center;
}
.plan .unitPrice .unit[data-v-d6ce6020] {
  font-size: 14px;
  font-weight: 400;
  color: #6d7175;
  line-height: 20px;
}
.plan .function span[data-v-d6ce6020] {
  font-size: 16px;
}
.plan .function .icon[data-v-d6ce6020] {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  vertical-align: middle;
}
.plan .icon-wrapper[data-v-d6ce6020] {
  position: relative;
  padding: 0px 30px;
}
.plan .explain[data-v-d6ce6020] {
  padding: 1rem 5rem;
  font-size: 16px;
}
.plan .additional[data-v-d6ce6020] {
  padding: 0rem 5rem;
  font-size: 14px;
}
.plan .explain .nums[data-v-d6ce6020] {
  font-weight: bold;
}
.plan .operation[data-v-d6ce6020],
.plan .planFoot[data-v-d6ce6020] {
  padding: 0 2.5rem;
}
.plan .operation .title[data-v-d6ce6020] {
  font-size: 16px;
  font-weight: 600;
  color: #202223;
  line-height: 24px;
}
.plan .operation .describe[data-v-d6ce6020] {
  margin: 2.4rem 0;
  font-size: 14px;
  font-family: SF Pro Text-Regular, SF Pro Text;
  font-weight: 400;
  color: #202223;
}
.plan .operation .moneyTotal[data-v-d6ce6020],
.plan .operation .discount[data-v-d6ce6020] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 600;
  color: #d72c0d;
}
.plan .operation .money[data-v-d6ce6020],
.plan .operation .name[data-v-d6ce6020] {
  font-size: 16px;
}
.plan .moneyTotal .money[data-v-d6ce6020],
.plan .moneyTotal .name[data-v-d6ce6020] {
  font-size: 16px;
  font-weight: 600;
  color: #202223;
  line-height: 24px;
}
.plan .card[data-v-d6ce6020] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 3rem 0;
}
.plan .bannerTip[data-v-d6ce6020] {
  border: 1px solid #98c6cd;
  background-color: #eef9f9;
  margin-bottom: 2rem;
  padding: 1rem;
  word-break: break-word;
  overflow-wrap: break-word;
  color: #202223;
}


.plan .plantab .Polaris-Tabs__TabContainer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.plan .function li {
  list-style: none;
  margin-bottom: 1.5rem;
}
.plan .plantab .ant-slider-step {
  display: none;
}
.plan .plantab .ant-slider-rail {
  width: 100%;
  height: 4px;
  background-image: -webkit-gradient(
    linear,
    left top, right top,
    from(#8c9196),
    color-stop(50%, #8c9196),
    color-stop(50%, transparent)
  );
  background-image: linear-gradient(
    to right,
    #8c9196 0%,
    #8c9196 50%,
    transparent 50%
  );
  background-color: transparent;
  background-size: 8px 4px;
  background-repeat: repeat-x;
  border-radius: 0;
  z-index: 11;
}
.plan .plantab .ant-slider-track {
  height: 4px;
  background-color: #2c6ecb;
  z-index: 12;
}
.plan .plantab .ant-slider-handle {
  width: 14px;
  height: 14px;
  background-color: #2c6ecb;
  z-index: 13;
  border: none;
}
.plan .plantab .ant-slider:hover .ant-slider-rail {
  background-color: transparent;
}
.plan .plantab .ant-slider:hover .ant-slider-track {
  background-color: #2c6ecb;
}
.plan .plantab .ant-slider-mark {
  top: 23px;
}
.plan .plantab .ant-slider-handle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.icon-wrapper .ant-slider-tooltip {
  top: -38px !important;
}
.icon-wrapper .ant-tooltip-inner {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333333;
}
.icon-wrapper .ant-tooltip-arrow {
  display: none;
}
.planModal .Polaris-Modal-Dialog__Container {
  z-index: 1061;
}

