.image:hover .edit[data-v-1a61c4ad],
.image:hover .del[data-v-1a61c4ad] {
  visibility: visible;
}
.image .img[data-v-1a61c4ad] {
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  overflow: hidden;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==') center center repeat;
}
.image .img img[data-v-1a61c4ad] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.image .edit[data-v-1a61c4ad] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.image .del[data-v-1a61c4ad] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}


[data-v-5e4170d0] .el-form-item__error {
  left: 710px;
  top: 0;
}
.content[data-v-5e4170d0] {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #ffffff;
}
.content-actions .inner[data-v-5e4170d0] {
  margin: 0 10px 0 10px;
}
.tdk-website[data-v-5e4170d0] {
  padding: 30px 0 0;
}
.tdk-icon[data-v-5e4170d0] {
  width: 60px;
  height: 60px;
}
.tdk-text[data-v-5e4170d0] {
  position: relative;
  max-width: 700px;
}
.tdk-text .input[data-v-5e4170d0] {
  position: relative;
}
.tdk-text .input[data-v-5e4170d0] textarea {
  font-family: 'Microsoft Yahei';
}
.tdk-text .number[data-v-5e4170d0] {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px;
  line-height: 1;
  font-size: small;
  color: #bbbbbb;
}
.tdk-tag[data-v-5e4170d0] {
  position: relative;
  max-width: 700px;
  margin: -10px 0 0 0;
}
.tdk-tag p[data-v-5e4170d0] {
  font-size: small;
  color: #999999;
  line-height: 1.5;
}
.tdk-party[data-v-5e4170d0] {
  display: inline-block;
  vertical-align: middle;
}
.tdk-party-tag[data-v-5e4170d0] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  color: #f7b053;
}
.tdk-party-tag i[data-v-5e4170d0] {
  margin: 0 5px 0 0;
}

.dialog[data-v-5a43dc38] {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  background: #eeeeee;
}
.dialog .inner[data-v-5a43dc38] {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  height: 100%;
  background: #ffffff;
}
.dialog .tool[data-v-5a43dc38] {
  position: absolute;
  right: -2px;
  top: 2px;
  z-index: 10;
  width: auto;
}
.dialog .tool .button[data-v-5a43dc38] {
  position: absolute;
  left: 0;
  -webkit-animation: slideInDown 0.5s ease;
          animation: slideInDown 0.5s ease;
}
.dialog .tool .close[data-v-5a43dc38] {
  background: #ffffff;
  padding: 0 15px;
  margin: 0 0 2px;
  white-space: nowrap;
  color: #999999;
  cursor: pointer;
}
.dialog .tool .close[data-v-5a43dc38]:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fefefe;
  color: #ff0000;
}
.dialog .tool .close i[data-v-5a43dc38] {
  margin: 0 5px 0 0;
}
.dialog .tool .rcode[data-v-5a43dc38] {
  background: #ffffff;
  padding: 5px;
}
.dialog .tool .rcode img[data-v-5a43dc38] {
  display: block;
  width: 100px;
  height: 100px;
  background: #f5f5f5f5;
}
.dialog .main[data-v-5a43dc38] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 30px;
  -webkit-animation: fadeIn 0.5s ease;
          animation: fadeIn 0.5s ease;
}
.dialog .main .head[data-v-5a43dc38] {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.dialog .main .head h1[data-v-5a43dc38] {
  line-height: 1.2;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 20px;
  color: #000000;
}
.dialog .main .head .disc[data-v-5a43dc38] {
  position: relative;
  line-height: 20px;
  color: #999;
}
.dialog .main .head .disc li[data-v-5a43dc38] {
  display: inline-block;
  margin: 0 20px;
}
.dialog .main .fields[data-v-5a43dc38] {
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
  margin: 0 0 20px;
}
.dialog .main .fields dl[data-v-5a43dc38] {
  position: relative;
  overflow: hidden;
}
.dialog .main .fields dl dd[data-v-5a43dc38] {
  float: left;
  width: 33.33%;
}
.dialog .main .fields dl dd span[data-v-5a43dc38] {
  display: block;
  margin: 5px;
  line-height: 20px;
  padding: 0 0 0 20px;
  word-break: break-all;
}
.dialog .main .article[data-v-5a43dc38] {
  position: relative;
  text-align: justify;
  line-height: 2;
}
.dialog .main .article[data-v-5a43dc38] table td {
  border: 1px solid #000000;
}
.dialog .main .article[data-v-5a43dc38] ul,
.dialog .main .article[data-v-5a43dc38] ol {
  padding: revert;
}
.dialog .main .article[data-v-5a43dc38] ul li,
.dialog .main .article[data-v-5a43dc38] ol li {
  list-style: inherit;
}
.dialog .main .article[data-v-5a43dc38] img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.dialog .main .article[data-v-5a43dc38] .top-title {
  line-height: 39px;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  border: 1px solid #eaeaea;
}
.dialog .main .article[data-v-5a43dc38] .top-title h3 {
  display: inline-block;
  white-space: nowrap;
  border-top: 5px solid #f13a3a;
  border-right: 1px solid #eaeaea;
  color: #f13a3a;
  min-width: 115px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
  font-size: inherit;
  text-align: center;
  -webkit-transition: border-color 0.5s;
  transition: border-color 0.5s;
  text-decoration: none;
  cursor: pointer;
  empty-cells: show;
  vertical-align: bottom;
}


[data-v-0463234d] .el-dialog__header {
  cursor: move;
}
[data-v-0463234d] .el-dialog__body {
  padding: 10px 20px 0;
  border-top: 1px solid #ddd;
}
[data-v-0463234d] .el-form-item__error {
  left: auto;
  right: 0;
}
.tdk-title[data-v-0463234d] {
  position: relative;
  padding: 8px 0;
}
.tdk-title p[data-v-0463234d] {
  line-height: 1.2;
}
.tdk-text[data-v-0463234d] {
  position: relative;
  max-width: 700px;
}
.tdk-text .input[data-v-0463234d] {
  position: relative;
}
.tdk-text .input[data-v-0463234d] textarea {
  font-family: 'Microsoft Yahei';
}
.tdk-text .number[data-v-0463234d] {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px;
  line-height: 1;
  font-size: small;
  color: #bbbbbb;
}
.tdk-tag[data-v-0463234d] {
  position: relative;
  max-width: 700px;
  margin: -15px 0 0 0;
}
.tdk-tag p[data-v-0463234d] {
  font-size: small;
  color: #999999;
  line-height: 1.5;
}

.content[data-v-2eae9507] {
  position: relative;
  height: 100%;
  padding: 10px;
  background: #ffffff;
}
[data-v-2eae9507] .el-table th,[data-v-2eae9507] .el-table tr {
  background: none;
}
.tdk-filter[data-v-2eae9507] {
  position: relative;
  padding: 20px 0 10px;
}
.tdk-filter .search[data-v-2eae9507] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tdk-filter .search[data-v-2eae9507]:focus-within {
  width: 240px;
}
.tdk-filter .input[data-v-2eae9507] {
  position: relative;
}
.tdk-filter .input[data-v-2eae9507] input {
  padding: 0 40px 0 10px;
}
.tdk-filter .control[data-v-2eae9507] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 0;
}
.tdk-filter .submit[data-v-2eae9507] {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  font-size: 14px;
  color: #bbbbbb;
}
.tdk-filter .submit[data-v-2eae9507]:hover {
  color: #409eff;
}
.tdk-table[data-v-2eae9507] {
  font-size: 13px;
}
.tdk-biaoti[data-v-2eae9507] {
  position: relative;
  width: 90%;
  line-height: 1.3;
  text-align: left;
  font-size: 13px;
}
.tdk-text[data-v-2eae9507] {
  position: relative;
  margin: 0 20px 0 0;
  line-height: 1.3;
  text-align: left;
  font-size: 13px;
}
.tdk-button[data-v-2eae9507] {
  font-size: 13px;
}
.tdk-pager[data-v-2eae9507] {
  position: relative;
  padding: 20px 0 0;
  text-align: right;
}
.tdk-classify[data-v-2eae9507] {
  position: relative;
  margin: 0 0 -20px;
  z-index: 5;
}

