/**
 * 本文件存放公共的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-380ea1b4] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-380ea1b4] {
  font-family: 'Roboto';
}
.flex-container[data-v-380ea1b4] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-380ea1b4] {
  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-380ea1b4]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-380ea1b4] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-380ea1b4] {
  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-380ea1b4] {
  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-380ea1b4]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-380ea1b4]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-380ea1b4]::after,
.card .split-line[data-v-380ea1b4]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-380ea1b4] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-380ea1b4] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-380ea1b4] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-380ea1b4] .el-form-item__label::before {
  display: none;
}
[data-v-380ea1b4] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-380ea1b4] .el-table th {
  padding: 10px 0;
}
[data-v-380ea1b4] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-380ea1b4] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-380ea1b4] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-380ea1b4] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-380ea1b4] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-380ea1b4] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.verify-msg-code-view .msg-title-view[data-v-380ea1b4] {
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
}
.verify-msg-code-view .verify-view[data-v-380ea1b4] {
  display: flex;
  align-items: center;
}
.verify-msg-code-view .verify-view[data-v-380ea1b4] .el-form-item__error {
  position: relative;
}
.verify-msg-code-view .verify-view[data-v-380ea1b4] .el-form-item__content {
  flex: 1;
}
.verify-msg-code-view .verify-view .input-view[data-v-380ea1b4] {
  width: 140px;
}
.verify-msg-code-view .verify-view .input-view[data-v-380ea1b4] .el-input__inner {
  height: 38px;
}
.verify-msg-code-view .verify-view .input-view[data-v-380ea1b4] input {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: 0;
  padding-right: 0;
}
.verify-msg-code-view .verify-view .input-view[data-v-380ea1b4] .el-form-item__content {
  line-height: normal;
}
.verify-msg-code-view .verify-view[data-v-380ea1b4] .send-code-view {
  border-radius: 0 10px 10px 0;
  width: auto !important;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #fff;
  box-shadow: none;
}
.verify-msg-code-view .description-view[data-v-380ea1b4] {
  padding-top: 20px;
  font-size: 14px;
  color: #9298a2;
  line-height: 1.4;
}
.verify-msg-code-view .description-view > span[data-v-380ea1b4] {
  color: #2b44b1;
}
.verify-msg-code-view .not-received-view[data-v-380ea1b4] {
  font-size: 14px;
  color: #165dca;
  cursor: pointer;
}

