/**
 * 本文件存放公共的less参数
 */
/**
 * 本文件存放公共的less函数
 */
.bb-number[data-v-7ff76f58] {
  font-family: 'din-alternate-bold';
}
.ml-number[data-v-7ff76f58] {
  font-family: 'Roboto';
}
.flex-container[data-v-7ff76f58] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.primary-btn[data-v-7ff76f58] {
  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-7ff76f58]:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
/* safari input 内阴影*/
input[data-v-7ff76f58] {
  -webkit-appearance: none;
}
/* 卡片样式 */
.card[data-v-7ff76f58] {
  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-7ff76f58] {
  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-7ff76f58]::after {
  border-radius: 0 10px 10px 0;
  /* no */
  left: 0;
}
.card .split-line[data-v-7ff76f58]::before {
  border-radius: 10px 0 0 10px;
  /* no */
  right: 0;
}
.card .split-line[data-v-7ff76f58]::after,
.card .split-line[data-v-7ff76f58]::before {
  position: absolute;
  content: '';
  display: block;
  width: 4px;
  /* no */
  height: 8px;
  /* no */
  background: #2b2b2b;
  top: 0;
  /* no */
}
.seek-top-comm-dialog[data-v-7ff76f58] .el-dialog__header {
  display: none;
}
.seek-top-comm-dialog[data-v-7ff76f58] .el-dialog__body {
  padding: 0;
}
.seek-top-comm-dialog[data-v-7ff76f58] .el-dialog__body /deep/ .form-button-view {
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.seek-top-comm-dialog[data-v-7ff76f58] .el-form-item__label::before {
  display: none;
}
[data-v-7ff76f58] .el-table {
  position: relative;
  z-index: 2;
  overflow: visible;
}
[data-v-7ff76f58] .el-table th {
  padding: 10px 0;
}
[data-v-7ff76f58] .el-table th .cell {
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-7ff76f58] .el-table .el-table__footer {
  min-height: 40px;
}
[data-v-7ff76f58] .el-table .el-table__footer tbody td {
  font-size: 14px;
  color: #2b2b2b;
  font-weight: 600;
}
[data-v-7ff76f58] .el-table .el-table__footer tbody td p {
  margin: 0;
}
.table-total-summary[data-v-7ff76f58] {
  font-weight: bold;
  color: #2b2b2b;
}
.table-total-summary .total-num[data-v-7ff76f58] {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.extension-resource-page[data-v-7ff76f58] {
  padding: 0 16px 64px;
}
.extension-resource-page .header-view[data-v-7ff76f58] {
  padding: 10px 0 30px 0;
}
.extension-resource-page .header-view .label[data-v-7ff76f58] {
  color: #888;
  font-size: 14px;
}
.img-list[data-v-7ff76f58] {
  display: flex;
  flex-wrap: wrap;
  padding-left: 300px;
}
.img-list .item[data-v-7ff76f58] {
  width: 302px;
  border: 1px solid rgba(150, 150, 150, 0.15);
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 1%;
  margin-bottom: 1%;
}
.img-list .item .img[data-v-7ff76f58] {
  height: 302px;
  background-color: #f5f5f5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.img-list .item .info[data-v-7ff76f58] {
  padding: 20px;
}
.img-list .item .info .name[data-v-7ff76f58] {
  font-size: 18px;
  color: #2b2b2b;
}
.img-list .item .info .size[data-v-7ff76f58] {
  font-size: 16px;
  color: #707c83;
  line-height: 2;
}
.img-list .item .btns[data-v-7ff76f58] {
  display: flex;
  padding: 0 20px 20px;
}
.ml16[data-v-7ff76f58] {
  margin-left: 16px;
}
#promo-pic[data-v-7ff76f58] {
  display: none;
}
[data-v-7ff76f58] .el-dialog {
  margin-top: 20px !important;
}
.st-dialog-view .dialog-title[data-v-7ff76f58] {
  font-size: 18px;
  color: #2b2b2b;
  text-align: center;
  padding: 20px;
}
.st-dialog-view .img-generate[data-v-7ff76f58] {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
}
.st-dialog-view .img-generate .left-img-preview[data-v-7ff76f58] {
  box-sizing: border-box;
}
.st-dialog-view .img-generate .left-img-preview img[data-v-7ff76f58] {
  display: block;
  width: 100%;
}
.st-dialog-view .img-generate .desc-tips[data-v-7ff76f58] {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.st-dialog-view .img-generate .option-list[data-v-7ff76f58] {
  padding: 15px;
  background: #f5f5f5;
  border-radius: 5px;
  max-height: 64vh;
  overflow: auto;
}
.st-dialog-view .img-generate .option-list .item[data-v-7ff76f58] {
  line-height: 20px;
  font-weight: 600;
  color: #2b2b2b;
  text-align: center;
  padding: 10px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 15px;
  cursor: pointer;
}
.st-dialog-view .img-generate .option-list .item[data-v-7ff76f58]:last-child {
  margin-bottom: 0;
}
.st-dialog-view .img-generate .option-list .item.primary[data-v-7ff76f58] {
  color: #2b44b1;
  border-color: #2b44b1;
}
.st-dialog-view .img-generate .download-btn[data-v-7ff76f58] .el-button {
  width: 100%;
  height: 40px !important;
  margin-top: 20px;
}

