/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number {
  font-family: 'din-alternate-bold';
}
.ml-number {
  font-family: 'Roboto';
}
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line::after,
.card .split-line::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog /deep/ .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog /deep/ .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog /deep/ .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog /deep/ .el-form-item__label::before {
  display: none;
}
/deep/ .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
/deep/ .el-table th {
  padding: 10px 0;
}
/deep/ .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer {
  min-height: 40px;
}
/deep/ .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
/deep/ .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.st-dialog-view {
  background: #fff;
}
.st-dialog-view .dialog-title-view {
  font-weight: 600;
  font-size: 18px;
  color: #2b2b2b;
  margin: 20px 0 15px;
  text-align: center;
}
.st-dialog-view .dialog-description-view {
  padding-top: 5px;
  margin-bottom: 30px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 1.48;
}
.st-dialog-view .dialog-warning-view {
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.st-dialog-view .dialog-warning-view > svg {
  width: 40px;
  height: 40px;
}
.st-dialog-view .dialog-button-group-view {
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-dialog-view .dialog-button-group-view button {
  width: 100%;
}
.st-dialog-view .dialog-button-group-view .dividing-view {
  width: 20px;
  height: 100%;
  flex: none;
}
.st-dialog-view .dialog-button-group-view .button-cancel-view {
  background: transparent;
  border: 1px solid #2b44b1;
  color: #2b44b1;
  box-shadow: none;
}
.st-dialog-view .dialog-button-group-view .button-cancel-view:hover {
  background: transparent;
}
.st-dialog-view .footer-view {
  padding-top: 16px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.st-dialog-view .footer-view .customer-service-icon {
  width: 15px;
  height: 19px;
}
.st-dialog-view .footer-view > span {
  padding-left: 5px;
  font-size: 13px;
  color: #000;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-3267d6b8] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-3267d6b8] {
  font-family: 'Roboto';
}
.flex-container[data-v-3267d6b8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-3267d6b8] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-3267d6b8]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-3267d6b8] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-3267d6b8] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-3267d6b8] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-3267d6b8]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-3267d6b8]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-3267d6b8]::after,
.card .split-line[data-v-3267d6b8]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-3267d6b8] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-3267d6b8] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-3267d6b8] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-3267d6b8] .el-form-item__label::before {
  display: none;
}
[data-v-3267d6b8] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-3267d6b8] .el-table th {
  padding: 10px 0;
}
[data-v-3267d6b8] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-3267d6b8] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-3267d6b8] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-3267d6b8] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-3267d6b8] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-3267d6b8] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
[data-v-3267d6b8] .el-form-item__label:before {
  display: none;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-37ee14cd] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-37ee14cd] {
  font-family: 'Roboto';
}
.flex-container[data-v-37ee14cd] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-37ee14cd] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-37ee14cd]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-37ee14cd] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-37ee14cd] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-37ee14cd] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-37ee14cd]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-37ee14cd]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-37ee14cd]::after,
.card .split-line[data-v-37ee14cd]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-37ee14cd] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-37ee14cd] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-37ee14cd] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-37ee14cd] .el-form-item__label::before {
  display: none;
}
[data-v-37ee14cd] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-37ee14cd] .el-table th {
  padding: 10px 0;
}
[data-v-37ee14cd] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-37ee14cd] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-37ee14cd] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-37ee14cd] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-37ee14cd] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-37ee14cd] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.qrcode-dialog[data-v-37ee14cd] {
  background: transparent;
}
.qrcode-dialog .header-view[data-v-37ee14cd] {
  font-weight: 600;
  font-size: 18px;
  height: 33px;
  color: #2b2b2b;
  margin: 20px 0 0;
  text-align: center;
}
.qrcode-dialog .qrcode-view[data-v-37ee14cd] {
  margin: 53px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qrcode-dialog .button-view[data-v-37ee14cd] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.qrcode-dialog .button-view .el-button[data-v-37ee14cd] {
  width: 140px;
  background: #2b44b1;
  border: none;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-a00fe9ea] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-a00fe9ea] {
  font-family: 'Roboto';
}
.flex-container[data-v-a00fe9ea] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-a00fe9ea] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-a00fe9ea]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-a00fe9ea] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-a00fe9ea] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-a00fe9ea] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-a00fe9ea]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-a00fe9ea]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-a00fe9ea]::after,
.card .split-line[data-v-a00fe9ea]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-a00fe9ea] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-a00fe9ea] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-a00fe9ea] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-a00fe9ea] .el-form-item__label::before {
  display: none;
}
[data-v-a00fe9ea] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-a00fe9ea] .el-table th {
  padding: 10px 0;
}
[data-v-a00fe9ea] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-a00fe9ea] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-a00fe9ea] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-a00fe9ea] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-a00fe9ea] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-a00fe9ea] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
[data-v-a00fe9ea] .el-table {
  padding-bottom: 33px;
  border-radius: 0 0 20px 20px;
}
[data-v-a00fe9ea] .el-table th {
  font-size: 14px;
  padding: 0 5px;
  height: 40px;
}
[data-v-a00fe9ea] .el-table td {
  height: 40px;
  font-size: 14px;
  padding: 0 10px;
}
[data-v-a00fe9ea] .el-table .cell {
  font-size: 14px;
}
[data-v-a00fe9ea] .st-dialog-view .header-view {
  padding-right: 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  border-radius: 4px 5px 0 0;
}
[data-v-a00fe9ea] .st-dialog-view .all-copy-btn {
  display: inline-block;
  width: 90px;
  height: 25px;
  background: #2b44b1;
  border-radius: 5px;
  text-align: center;
  line-height: 25px;
  margin-left: 20px;
  color: #fff;
  cursor: pointer;
}
[data-v-a00fe9ea] .st-dialog-view .flex-center {
  display: flex;
  align-items: center;
}
[data-v-a00fe9ea] .st-dialog-view .domainBox {
  display: inline-block;
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-a00fe9ea] .st-dialog-view .title {
  font-size: 18px;
  line-height: 25px;
  color: #2b2b2b;
  text-align: center;
  margin: 20px 0 32px;
  font-weight: bold;
}
[data-v-a00fe9ea] .st-dialog-view .copy {
  color: #135ce9;
  cursor: pointer;
  margin-left: 2px;
}
[data-v-a00fe9ea] .st-dialog-view .bad {
  color: #cf2a2a;
  cursor: pointer;
}
[data-v-a00fe9ea] .st-dialog-view .good {
  color: #e07900;
  cursor: pointer;
}
[data-v-a00fe9ea] .st-dialog-view .excellent {
  color: #37aa4a;
  cursor: pointer;
}
[data-v-a00fe9ea] .st-dialog-view .qrcode {
  color: #135ce9;
  cursor: pointer;
}

/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-08aa5659] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-08aa5659] {
  font-family: 'Roboto';
}
.flex-container[data-v-08aa5659] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-08aa5659] {
  height: 40px;
  width: 100%;
  background: linear-gradient(174.44deg, #2b44b1 22.19%, #f7a300 84.87%);
  border-radius: 2px;
  font-size: 14px;
  color: #2b2b2b;
  border: none;
  outline: none;
}
/** chrome表单自动填充，去掉默认的背景色 */
input[data-v-08aa5659]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-08aa5659] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-08aa5659] {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
}
.card .split-line[data-v-08aa5659] {
  border-bottom: 1px dashed #ddd;
  /* no */
  padding-top: 4px;
  /* no */
  margin-bottom: 4px;
  /* no */
  box-sizing: border-box;
  position: relative;
}
.card .split-line[data-v-08aa5659]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-08aa5659]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-08aa5659]::after,
.card .split-line[data-v-08aa5659]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-08aa5659] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-08aa5659] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-08aa5659] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-08aa5659] .el-form-item__label::before {
  display: none;
}
[data-v-08aa5659] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-08aa5659] .el-table th {
  padding: 10px 0;
}
[data-v-08aa5659] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-08aa5659] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-08aa5659] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-08aa5659] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-08aa5659] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-08aa5659] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.extension-domain-page[data-v-08aa5659] {
  padding: 10px;
}
.extension-domain-page[data-v-08aa5659] .el-button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.extension-domain-page .header-view[data-v-08aa5659] {
  padding: 25px 10px 25px 20px;
  display: flex;
  justify-content: flex-end;
}
.extension-domain-page .header-view .add-button-view[data-v-08aa5659] {
  width: 140px;
  height: 38px;
}
.extension-domain-page .header-view .add-button-view.is-disabled[data-v-08aa5659] {
  color: #888 !important;
  background: #d1d1d1;
}
.extension-domain-page .exclusive[data-v-08aa5659] {
  display: inline-block;
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  color: #f7b500;
  background: #f4f4f4;
  border-radius: 20px;
  width: 34px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  margin-left: 6px;
}
.extension-domain-page .proxyUrl[data-v-08aa5659] {
  color: #135ce9;
  cursor: pointer;
}

