:root {
  --theme-color: #ca1e1d;
  --antd-wave-shadow-color: #ca1e1d;
}
.container {
  width: 1100px;
  margin: 0 auto;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-item {
  flex: 1;
}
.color000 {
  color: #000;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background-color: var(--theme-color);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail:after {
  background-color: var(--theme-color);
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background-color: var(--theme-color);
}
.ant-btn:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}
.ant-checkbox-input:focus + .ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
  border-color: var(--theme-color);
}
.ant-btn-primary:focus,
.ant-btn-primary:hover {
  background: var(--theme-color);
  color: #fff;
}
.ant-steps-item-finish .ant-steps-item-icon {
  border-color: var(--theme-color);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title:after {
  background: var(--theme-color);
}
.ant-input-group-compact .ant-row {
  width: 100%;
}
.ant-input-group-compact .ant-btn {
  width: 100%;
}
form .ant-input-group .ant-cascader-picker,
form .ant-input-group .ant-select {
  width: 100%;
}
.avatar-uploader > .ant-upload {
  width: 128px;
  height: 128px;
}
.ant-upload-select-picture-card i {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text {
  margin-top: 8px;
  color: #666;
}
.ant-radio-inner:after {
  background-color: var(--theme-color);
}
.ant-radio-checked .ant-radio-inner {
  border-color: var(--theme-color);
}
.ant-radio:hover .ant-radio-inner {
  border-color: var(--theme-color);
  /* 替换为你要的颜色 */
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: var(--theme-color);
}
.ant-select-selection:hover,
.ant-select-focused .ant-select-selection,
.ant-input:focus,
.ant-input:hover {
  border-color: var(--theme-color);
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: #ffffff !important;
}
.ant-checkbox-wrapper:hover .ant-checkbox-checked .ant-checkbox-inner {
  background-color: var(--theme-color) !important;
  border-color: var(--theme-color) !important;
}
.c_content ol,
.c_content ul {
  padding-left: 40px;
  padding-right: 40px;
}
.c_content ol,
.c_content ul,
.c_content li {
  list-style: initial;
  list-style-type: decimal;
}
.vip-form-module {
  font-size: 16px;
  padding: 20px;
}
.vip-form-module .steps-content {
  margin-top: 20px;
}
.vip-form-module .steps-action {
  text-align: center;
}
.vip-form-module .register {
  width: 400px;
  margin: 0 auto;
}
.vip-form-module .register .login-type-title {
  display: flex;
  margin-bottom: 20px;
}
.vip-form-module .register .login-type-title .type-title {
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
}
.vip-form-module .register .login-type-title .type-title:nth-last-of-type(1) {
  margin-right: 0px;
}
.vip-form-module .register .login-type-title .type-title.active {
  border-bottom: 2px solid var(--theme-color);
}
.vip-form-module .finished {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.vip-form-module .finished div {
  margin: 10px 0;
}
.vip-form-module .finished div:nth-of-type(1) {
  margin-top: 0;
}
.vip-form-module .finished div:nth-last-of-type(1) {
  margin-bottom: 0;
}
.vip-form-module .renew {
  width: 400px;
  margin: 0 auto;
}
.vip-form-module .renew-query .ant-card {
  margin-bottom: 20px;
}
.vip-form-module .renew-query .ant-card:nth-last-of-type(1) {
  margin-bottom: 0;
}
.vip-form-module .renew-query .list .item {
  display: flex;
}
.vip-form-module .renew-query .list .item-label {
  width: 100px;
  color: #000;
  text-align: justify;
  position: relative;
  padding-right: 15px;
  overflow: hidden;
  text-align-last: justify;
}
.vip-form-module .renew-query .list .item-label::after {
  content: '：';
  position: absolute;
  right: 0;
}
.title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.f14 {
  font-size: 14px;
}
.more-buttons-box a:nth-of-type(2) .ant-btn {
  margin: 0 20px;
}
.row-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sub-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.sub-title::before {
  content: '';
  width: 5px;
  height: 72%;
  background-color: #1890ff;
  position: absolute;
  top: 2px;
  left: 0;
}
.fee-table {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.fee-table th {
  background-color: #f6f8f8;
  padding: 8px;
}
.fee-table td {
  padding: 6px;
}
@media screen and (max-width: 769px) {
  .container {
    width: auto;
  }
  .ant-steps {
    zoom: 0.5;
  }
  .vip-form-module .register {
    width: auto;
  }
  .vip-form-module .finished {
    padding: 0;
  }
  .vip-form-module .renew {
    width: auto;
  }
  .vip-form-module .renew-query a .ant-btn {
    width: 100% !important;
  }
  .more-buttons-box {
    display: flex;
    flex-direction: column;
  }
  .more-buttons-box a:nth-of-type(2) .ant-btn {
    margin: 20px 0;
  }
  .more-buttons-box a .ant-btn {
    width: 100% !important;
  }
}
