.system-set-page {
  width: 100%;
  overflow-x: hidden;
  font-family: Microsoft YaHei;
}

.set-page-content {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
}


.show-pc {
  display: block !important;
}

.show-mobile {
  display: none !important;
}

/* .bg-f3 {
  background-color: #F3F3F3;
} */

/*  璇︽儏  */
.details-nav {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 14px;
  color: #fff;
  padding: 20px 0;
}

.details-nav a {
  color: #7D7D7D;
}

.details-nav li {
  margin-right: 10px;
  position: relative;
}

.details-nav li:after {
  content: ">";
  margin-left: 10px;
  color: #7D7D7D;
}

.details-nav li:last-child:after {
  display: none;
}

.insurance-card-wrap {
  width: 100%;
}

.card-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 56px;
}

.card-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.card-info-title {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1C1C1C;
}

.card-info-list {
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6A6B6D;
}

.card-info-list li {
  /* margin-bottom: 12px; */
  line-height: 28px;
  color: #6A6B6D;
}

.card-info-list li a {
  color: #4096EC;
  text-decoration: underline;
}

.activate-form .el-form-item {
  /* width: 502px; */
  margin-bottom: 0;
}

.common-item {
  width: 48%;
  margin-top: 10px;
}

.code-item-class {
  width: 100%;
}

.right-activate-wrap .el-form-item {
  min-width: 502px;
}

.activate-form .el-form-item__label {
  color: #1C1C1C;
  padding-bottom: 0;
  /* line-height: 56px; */
  margin-top: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 8px;
}

.card-content-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.activate-title {
  color: #1C1C1C;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 20px;

  font-family: Microsoft YaHei;
  font-size: 24px;
}

.activate-form .el-form-item__content textarea {
  border-radius: 0;
  padding: 12px;
  font-size: 14px;
  height: 125px;
  color: #1C1C1C;
}

.activate-form .el-form-item__content textarea::placeholder {
  font-size: 14px;
  color: #C1C6CF;
}

.activate-form .el-form-item.is-error .el-input__inner,
.activate-form .el-form-item.is-error .el-input__inner:focus,
.activate-form .el-form-item.is-error .el-textarea__inner,
.activate-form .el-form-item.is-error .el-textarea__inner:focus,
.activate-form .el-message-box__input input.invalid,
.activate-form .el-message-box__input input.invalid:focus {
  border-color: #F00909;
}

.activate-form .el-form-item__error,
.activate-form .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
.activate-form .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  color: #F00909;
}

.activate-code-wrap {
  height: 32px;
  display: flex;
  align-items: center;
}

.activate-code-wrap .activate-form-code {
  width: 124px;
}

.activate-code-wrap .activate-form-code input {
  width: 124px;
  height: 32px;
  border-radius: 0;
  border: 1px solid #D1D1D1;
}

.activate-code-wrap .form-code-img {
  height: 32px;
  flex: 1;
  margin-left: 10px;
  display: flex;
  align-items: center;
}

.form-code-img img {
  width: 80px;
  height: 100%;
  display: block;
  cursor: pointer;
  margin-right: 30px;
}

.common-item .el-form-item__label {
  font-size: 16px;
}

.activate-form-btn {
  margin-top: 25px;
  display: flex;
}

.activate-form-btn .el-form-item__content {
  width: 100%;
  display: flex;
}

.activate-form-btn .reset-btn {
  display: flex;
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
}

.activate-form-btn .reset-btn-text {
  font-size: 16px;
  /* color: #E60039; */
  color: #9B9FA8;
  position: relative;
  /* top: 1.5px; */
}

.reset-btn img {
  width: 19px;
  height: 19px;
  margin-right: 4px;
}

.activate-form-btn .submit-btn,
.buy-btn .submit-btn {
  width: 113px;
  height: 46px;
  background: #E60039;
  border-radius: 4px;
  font-size: 16px;
  border: 0;
}

.card-content-line {
  width: 1px;
  height: 404px;
  background: #EAEAEA;
  margin-top: 56px;
}

.card-info-line {
  width: 100%;
  height: 1px;
  background: #EAEAEA;
  margin: 102px 0 25px 0;
}

.buy-btn .submit-btn {
  margin: 0px 0 60px 0;
}

.buy-btn .el-button {
  padding: 0;
}

.message-mask {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 9999;
}

.dialog-footer .el-button.is-active,
.dialog-footer .el-button:focus,
.dialog-footer .el-button:hover {
  /* 修改激活状态下的背景颜色 */
  background: #fff;
}


/* 25.08.11新增样式 */
.tab-class {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F7F9FA;
  border-radius: 24px;
  overflow: hidden;
}

.tab-button-class {
  width: 50%;
  height: 100%;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6A6B6D;
  font-size: 18px;
}

.tab-handler-class {
  background-color: #E60039;
  color: #FFFFFF;
}

.upload-tag-class {
  padding: 18px;
  display: flex;
  background-color: #F7F9FA;
  border-radius: 4px;
  margin-top: 16px;

  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;

}

.upload-tag-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* .activate-form .el-form-item {
  width: 48%;
} */

.left-activate-wrap {
  width: calc(50% - 1px);
}

.left-form-class {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.upload-model-class,
.upload-model-class .el-upload,
.el-upload-dragger {
  width: 100%;
}

.download-model-class {
  display: flex;
  align-items: center;
  color: #0175E8;
  margin-top: 26px;
  margin-bottom: 10px;
  cursor: pointer;
}

.download-model-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.file-icon-class {
  width: 122px;
  height: 122px;
  margin-bottom: 16px;
}

.el-upload-dragger {
  border: none;
  background-color: #FAFBFC;
}

.upload-file-list-class {
  border: 1px solid #0175E8;
  padding: 16px 24px;
  border-radius: 8px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.excel-icon-class {
  width: 50px;
  height: 50px;
}

.upload-file-name {
  color: #6A6B6D;
  font-size: 16px;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}

.upload-file-left-class {
  display: flex;
  align-items: center;
  width: calc(100% - 110px);
}

.upload-modify-class {
  border: 1px solid #9B9FA8;
  color: #9B9FA8;
  border-radius: 18px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modify-icon-class {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

/* 修复输入框圆角样式问题 */
.el-form-item__content .el-textarea .el-textarea__inner {
  border-radius: 4px;
}

.card-info-wrap {
  border-radius: 4px;
  /* padding: 20px; */
  padding: 10px 0px 0 0px;
  margin-bottom: 20px;
}

.card-info-wrap-top {
  background-color: #F7F9FA;
  padding: 20px;
}

.card-info-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.bottom-page-class {
  background-color: #FAFBFC;
  margin-top: 60px;
  padding-top: 60px;
}

.card-shut-line-class {
  height: 1px;
  background-color: #E3E5E6;
  margin: 40px 0;
}

.el-upload-dragger {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.el-upload-dragger .el-upload__text em {
  text-decoration: underline;
}

.right-common-item-class .el-form-item__label {
  margin-top: 0;
}

.dialog-content {
  overflow-x: hidden;
  overflow-y: auto;
  height: 30%;
}

@media screen and (min-width:1530px) {
  .card-title {
    font-size: 40px;
    line-height: 56px;
  }

  .card-info-title {
    font-size: 24px;
    line-height: 56px;
  }

  .card-info-list {
    font-size: 16px;
    margin: 25px 0;
  }

  .card-info-list li {
    margin-bottom: 12px;
    line-height: 28px;
  }

  /* .activate-form .el-form-item {
    width: 502px;
    width: 48%;
  } */

  .code-item-class {
    width: 100%;
  }

  .common-item {
    width: 502px;
    width: 48%;
  }

  .right-activate-wrap .el-form-item {
    min-width: 502px;
  }

  /* .activate-form .el-form-item__label {
    line-height: 56px;
  } */

  .activate-title {
    font-size: 22px;
    line-height: 56px;
  }

  .activate-form .el-form-item__content textarea {
    font-size: 14px;
    height: 125px;
    color: #1C1C1C;
  }

  .activate-form .el-form-item__content textarea::placeholder {
    font-size: 14px;
  }

  .activate-code-wrap {
    height: 32px;
  }

  .activate-code-wrap .activate-form-code {
    width: 124px;
  }

  .activate-code-wrap .activate-form-code input {
    width: 124px;
    height: 32px;
  }

  .activate-code-wrap .form-code-img {
    height: 32px;
    margin-left: 10px;
  }

  .form-code-img img {
    width: 80px;
    margin-right: 30px;
  }

  .common-item .el-form-item__label {
    font-size: 16px;
  }

  .activate-form-btn {
    margin-top: 32px;
    display: flex;
  }

  .activate-form-btn .reset-btn {
    margin-left: 30px;
  }

  .activate-form-btn .reset-btn-text {
    font-size: 16px;
    /* top: 1.5px; */
  }

  .reset-btn img {
    width: 19px;
    height: 19px;
    margin-right: 10px;
  }

  .activate-form-btn .submit-btn,
  .buy-btn .submit-btn {
    width: 113px;
    height: 46px;
    border-radius: 4px;
    font-size: 16px;
  }

  .card-content-line {
    height: 404px;
    margin-top: 56px;
  }

  .card-info-line {
    margin: 102px 0 25px 0;
  }

  /* .buy-btn .submit-btn {
    margin: 4px 0 30px 0;
  } */

  .dialog-wrap {
    margin: 0 auto;
    margin-top: 149px;
    width: 625px;
    height: 235px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-left: 35px;
  }

  .dialog-header {
    width: 100%;
    position: relative;
  }

  .dialog-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #1C1C1C;
    line-height: 56px;
    padding-top: 15px;
  }

  .dialog-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 14px;
    height: 14px;
  }

  .dialog-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #6A6B6D;
    line-height: 20px;
  }

  .dialog-footer {
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
  }

  .dialog-footer .el-button {
    width: 113px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #A7ABB3;
    font-weight: 400;
    font-size: 16px;
    color: #2A2B2E;
    margin-top: 35px;
  }

}

@media screen and (max-width:1530px) {
  .set-page-content {
    width: 1200px;
  }

  .card-title {
    font-size: 31px;
    line-height: 43px;
  }

  .dialog-wrap {
    margin: 0 auto;
    margin-top: 149px;
    width: 482px;
    height: 181px;
    background: #FFFFFF;
    border-radius: 3px;
    padding-left: 23px;
  }

  .dialog-header {
    width: 100%;
    position: relative;
  }

  .dialog-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #1C1C1C;
    line-height: 43px;
    padding-top: 10px;
  }

  .dialog-close {
    position: absolute;
    right: 19px;
    top: 19px;
    width: 13px;
    height: 13px;
    cursor: pointer;
  }

  .dialog-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #6A6B6D;
    line-height: 16px;
  }

  .dialog-footer {
    display: flex;
    justify-content: flex-end;
    padding-right: 19px;
  }

  .dialog-footer .el-button {
    width: 87px;
    height: 35px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #A7ABB3;
    font-weight: 400;
    font-size: 12px;
    color: #2A2B2E;
    margin-top: 20px;
  }

  .tab-button-class {
    font-size: 16px;
  }
}

@media screen and (max-width:1280px) {
  .set-page-content {
    width: 1000px;
  }

  .card-title {
    margin-top: 60px;
    font-size: 27px;
    line-height: 37px;
  }

  .card-info-title {
    font-size: 16px;
    line-height: 37px;
  }

  .card-info-list {
    font-size: 11px;
    margin: 14px 0;
  }

  .card-info-list li {
    margin-bottom: 12px;
    line-height: 19px;
  }

  /* .activate-form .el-form-item {
    width: 335px;
    width: 48%;
  } */
  .code-item-class {
    width: 100%;
  }

  .common-item {
    width: 502px;
    width: 48%;
  }

  .right-activate-wrap .el-form-item {
    min-width: 335px;
  }

  /* .activate-form .el-form-item__label {
    line-height: 37px;
    margin-top: 10px;
  } */

  .activate-title {
    font-size: 15px;
    line-height: 37px;
  }

  .activate-form .el-form-item__content textarea {
    color: #1C1C1C;
    font-size: 9px;
    height: 83px;
  }

  .activate-form .el-form-item__content textarea::placeholder {
    font-size: 9px;
  }

  .activate-code-wrap {
    height: 32px;
  }

  .activate-code-wrap .activate-form-code {
    width: 83px;
  }

  .activate-code-wrap .activate-form-code input {
    width: 83px;
    height: 21px;
  }

  .activate-code-wrap .form-code-img {
    height: 21px;
    margin-left: 10px;
    font-size: 9px;
  }

  .form-code-img img {
    width: 50px;
    margin-right: 30px;
  }

  .common-item .el-form-item__label {
    font-size: 11px;
  }

  .activate-form-btn {
    margin-top: 25px;
    display: flex;
  }

  .activate-form-btn .reset-btn {
    margin-left: 30px;
  }

  .activate-form-btn .reset-btn-text {
    font-size: 11px;
    /* top: 1.5px; */
  }

  .reset-btn img {
    width: 13px;
    height: 13px;
    margin-right: 7px;
  }

  .activate-form-btn .submit-btn,
  .buy-btn .submit-btn {
    width: 75px;
    height: 30px;
    border-radius: 3px;
    font-size: 11px;
    line-height: 30px;
    padding: 0;
  }

  .card-content-line {
    height: 404px;
    margin-top: 37px;
  }

  .card-info-line {
    margin: 102px 0 25px 0;
  }

  /* .buy-btn .submit-btn {
    margin: 4px 0 30px 0;
  } */

  .dialog-wrap {
    margin: 0 auto;
    margin-top: 149px;
    width: 417px;
    height: 156px;
    background: #FFFFFF;
    border-radius: 3px;
    padding-left: 24px;
  }

  .dialog-header {
    width: 100%;
    position: relative;
  }

  .dialog-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #1C1C1C;
    line-height: 37px;
    padding-top: 10px;
  }

  .dialog-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 12px;
    height: 12px;
    cursor: pointer;
  }

  .dialog-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 11px;
    color: #6A6B6D;
    line-height: 16px;
  }

  .dialog-footer {
    display: flex;
    justify-content: flex-end;
    padding-right: 17px;
  }

  .dialog-footer .el-button {
    width: 75px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #A7ABB3;
    font-weight: 400;
    font-size: 11px;
    color: #2A2B2E;
    margin-top: 20px;
  }
}

@media screen and (max-width:1000px) {
  .details-nav {
    display: none !important;
  }

  .show-pc {
    display: none !important;
  }

  .show-mobile {
    display: block !important;
  }

  .set-page-content {
    width: 100%;
    padding: 0 17px;
  }

  .card-title {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 17px;
    color: #2A2B2E;
    line-height: 18px;
    margin-bottom: 14.5px;
  }

  .card-info-wrap {
    /* background: #F1F3F4; */
    border-radius: 4px;
    /* height: 175.5px; */
    /* padding: 20px 13.5px; */
  }

  .card-info-title {
    text-align: center;
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 15px;
    color: #2A2B2E;
    line-height: 18px;
  }

  .card-info-list {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 13px;
    color: #7C7D7F;
    line-height: 20px;
    margin-top: 20.5px;
    margin-bottom: 0;
  }

  .card-info-list li {
    margin-bottom: 14px;
    line-height: 20px;
  }

  .card-info-list li:last-child {
    margin-bottom: 0;
  }

  .card-content-wrap {
    display: flex;
    flex-direction: column;
  }

  /* .buy-btn {
    margin-top: 25px;
    margin-bottom: 36.5px;
    padding: 0 14.5px;
  } */

  .buy-btn .submit-btn {
    /* width: 100%;
    height: 44px;
    margin: 0;
    border-radius: 4px;
    font-size: 16px; */

    width: 160px;
    height: 46px;
    background: #E60039;
    border-radius: 4px;
    font-size: 16px;
    border: 0;
  }

  .activate-title {
    font-family: PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #2A2B2E;
    line-height: 18px;
    margin-top: 23px;
    padding-bottom: 12px;
    /* border-bottom: 1px solid #EAEBEC; */
  }

  .activate-title-edit {
    margin-top: 14px;
  }

  .activate-form .el-form-item__label {
    /* line-height: 48px; */
    font-weight: 600;
    font-size: 14px;

    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 8px;
  }

  .activate-form .el-form-item__content textarea {
    font-family: PingFang SC;
    height: 149px;
    font-weight: 400;
    font-size: 13px;
    color: #1C1C1C;
    line-height: 20px;
    padding: 10px;
  }

  .activate-form .el-form-item__content textarea::placeholder {
    font-size: 13px;
    color: #A8ABB2;
  }

  /* .activate-form .el-form-item__error,
  .activate-form .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before,
  .activate-form .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
    content: ''
  } */

  .activate-code-wrap {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-between;
  }

  .activate-code-wrap .activate-form-code {
    width: 62%;
    height: 100%;
  }

  .activate-code-wrap .activate-form-code input {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }

  .activate-code-wrap .form-code-img {
    width: 32%;
    height: 36px;
    margin-left: 0;
    flex: none;
  }

  .activate-code-wrap .form-code-img img {
    width: 100%;
    height: 100%;
    margin-right: 0;
  }

  .activate-form-btn {
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    /* padding: 0 27.5px; */
    margin-bottom: 21px;
  }

  .activate-form-btn .submit-btn {
    width: 112.5px;
    height: 44px;
    font-size: 16px;
  }

  .activate-form-btn .reset-btn {
    margin-right: 0;
    margin-left: 16.5px;
  }

  .reset-btn .reset-btn-img {
    width: 19px;
    height: 19px;
    margin-right: 11px;
  }

  .reset-btn .reset-btn-text {
    font-size: 16px;
  }

  .dialog-wrap {
    margin: 158px 37.5px 0 37.5px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 9px;
  }

  .dialog-header {
    width: 100%;
    position: relative;
  }

  .dialog-title {
    color: #2A2B2E;
    font-size: 18px;
    text-align: center;
    padding-top: 24px;
  }

  .dialog-close {
    position: absolute;
    right: 14px;
    top: 12.5px;
    width: 11px;
    height: 11px;
  }

  .dialog-content {
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 15px;
    color: #7C7D7F;
    margin: 32.5px 0;
  }

  .dialog-footer {
    display: flex;
    justify-content: center;
  }

  .dialog-footer .el-button {
    width: 112.5px;
    height: 44px;
    border-radius: 4px;
    border: 1px solid #A7ABB3;
    font-size: 16px;
    color: #868686;
  }

  .left-activate-wrap {
    width: 100%;
  }

  .left-form-class {
    width: 100%;
    flex-direction: column;
  }

  .excel-icon-class {
    width: 32px;
    height: 32px;
  }

  .activate-form .el-form-item {
    /* width: 335px; */
    width: 100%;
  }

  /* 新增适配 */
  .card-title {
    text-align: left;
  }

  .activate-title {
    margin-bottom: 20px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
  }

  .activate-title-bottom {
    margin-bottom: 0;
  }

  .card-title {
    margin-bottom: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0%;
    vertical-align: middle;

  }

  .card-info-title {
    text-align: left;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;

  }

  .card-info-list li {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  /* .card-info-wrap {
    padding: 20px;
  } */

  .upload-tag-class {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 750px) {
  .dialog-wrap {
    margin: 0 auto;
    margin-top: 149px;
    width: 300px;
    height: 215px;
    background: #FFFFFF;
    border-radius: 9px;
    padding-left: 0;
  }

  .dialog-header {
    width: 100%;
    position: relative;
  }

  .dialog-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #1C1C1C;
    line-height: 31px;
    padding-top: 10px;
  }

  .dialog-close {
    position: absolute;
    right: 14px;
    top: 14px;
    width: 10px;
    height: 10px;
    cursor: pointer;
  }

  .dialog-content {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    color: #6A6B6D;
    line-height: 16px;
    margin: 20px 0;
  }

  .dialog-footer {
    display: flex;
    justify-content: center;
    padding: 0;
  }

  .dialog-footer .el-button {
    width: 112.5px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #A7ABB3;
    font-weight: 400;
    font-size: 16px;
    color: #868686;
    margin-top: 10px;
  }

  .activate-form .el-form-item {
    width: 100%;
  }

  .left-activate-wrap {
    width: 100%;
  }

  .left-form-class {
    width: 100%;
    flex-direction: column;
  }

  .excel-icon-class {
    width: 32px;
    height: 32px;
  }
}