.basicEdition {
  width: calc((100% - 40px) * 0.4);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.basicEdition :global .ant-card-body {
  padding: 0 24px;
}
.basicEdition :global .ant-modal-confirm-content {
  margin-inline-start: -32px !important;
}
.basicEdition :global .ant-btn-default {
  display: none;
}
.basicEdition :global .ant-btn-primary {
  padding: 5px 61px;
}
.basicEdition :global .ant-modal-confirm-btns {
  margin-top: 0;
  text-align: center;
}
.basicEdition .basicEditionHeader {
  padding: 16px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  font-weight: 700;
  cursor: pointer;
}
.basicEdition .basicEditionHeader :global .anticon-down,
.basicEdition .basicEditionHeader :global .anticon-right {
  margin-right: 12px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.88);
}
.basicEdition .basicEditionHeader .coin {
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.basicEdition .comboTip {
  margin-bottom: 24px;
  display: flex;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
.basicEdition .comboTimeline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.basicEdition .comboTimeline :global .ant-timeline {
  padding-bottom: 0;
}
.basicEdition .comboTimeline :global .ant-timeline .ant-timeline-item {
  padding-bottom: 24px;
}
.basicEdition .comboTimeline :global .ant-timeline-item-tail {
  top: 18px;
  left: 7px;
  height: calc(100% - 21px);
}
.basicEdition .comboTimeline :global .ant-timeline .ant-timeline-item-content {
  inset-block-start: -4px;
}
.basicEdition .comboTimeline :global .ant-timeline .ant-timeline-item-head {
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: none;
}
.basicEdition .comboTimeline :global .ant-timeline .ant-timeline-item-head::after {
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.68);
}
.basicEdition .changeComboTip {
  display: flex;
  flex-direction: column;
}
.basicEdition .changeComboTip .comboTimer {
  margin-bottom: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  color: rgba(0, 0, 0, 0.68);
  font-weight: 700;
}
.basicEdition .changeComboTip .comboTimer .comboTimerDate {
  flex: 1 1 auto;
}
.basicEdition .changeComboTip .comboTimer .comboFee {
  flex: 1 1 auto;
  text-align: right;
}
.basicEdition .changeComboTip .comboTimerTip {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.basicEdition .changeComboTip .freeDesc {
  display: flex;
  justify-content: space-between;
  color: rgba(0, 0, 0, 0.45);
}
.basicEdition .changeComboTip .freeDesc .feeDescriptionSty {
  width: calc(100% - 108px);
}
.basicEdition .changeComboTip .freeDesc .feeDuration {
  margin-left: 8px;
  width: 100px;
  text-align: right;
}
.basicEdition .changeComboTip .freeDiscountDesc {
  color: rgba(243, 177, 95);
  font-size: 12px;
  font-weight: 500;
}
.basicEdition .comboList {
  margin: 0;
  padding: 20px 30px 20px 34px;
  background: #f4f4f4;
  border-radius: 8px;
  list-style: none;
}
.basicEdition .comboList li {
  position: relative;
  margin-bottom: 12px;
}
.basicEdition .comboList li::after {
  position: absolute;
  left: -11px;
  top: 8px;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-image: linear-gradient(79deg, #7037ff 1%, #5051f9 94%);
}
.basicEdition .subscribeBtn,
.basicEdition .disabledBtn {
  margin: 8px 0;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.basicEdition .disabledBtn {
  background-color: rgba(200, 188, 250);
  color: #fff;
}
.basicEdition .cancelTextTip {
  margin-bottom: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  font-weight: 500;
}
.basicEdition .disabledSubscribeBtn {
  background-color: rgba(200, 188, 250);
  background-image: none;
  color: #fff;
}
.basicEdition .paymentTime {
  margin-bottom: 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  font-weight: 600;
}
.basicEdition .paymentTime .paymentCutdown {
  margin-left: 8px;
  color: #e5484d;
}
.basicEdition .payTipModal {
  width: 375px;
}
.basicEdition .payTipModal img {
  padding: 12px 0 16px;
  width: 100%;
}
.subscribeBtnFixedWrap {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  box-shadow: 0 -1px 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 100;
}
.subscribeBtnFixedWrap :global .ant-btn {
  margin: 20px 0;
  height: 48px;
  width: 400px;
  border-radius: 8px;
}
.totalAmountWrap {
  justify-content: space-between;
}
