.sign-model {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sign-model a {
  color: #1890ff;
}
.sign-model a:hover {
  cursor: pointer;
  color: #096dd9;
}
.sign-model-mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
  z-index: 10;
}
.sign-model-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 720px;
  background: #fff;
  z-index: 10;
  font-size: 12px;
  border-radius: 8px;
}
.sign-model-header {
  padding: 44px 54px 10px 54px;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  display: inline-block;
  line-height: 24px;
  width: 100%;
  position: relative;
}
.sign-model-content {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #808080;
  letter-spacing: 0;
  padding: 0px 84px 36px 84px;
  line-height: 20px;
}
.sign-model-bottom {
  position: absolute;
  right: 32px;
  bottom: 20px;
  text-align: center;
}
.sign-model-bottom a {
  font-size: 12px;
}
.sign-model-footer {
  width: 100%;
  padding: 0 84px 54px 84px;
  margin: 0 auto;
  text-align: left;
}

.sign-history-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.sign-history-wrap2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.sign-history {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 720px;
  background: #fff;
  border-radius: 8px;
  font-size: 12px;
}
.sign-history-header {
  font-size: 14px;
  font-weight: bold;
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
}
.sign-history-header .close {
  position: relative;
  width: 20px;
  height: 20px;
  float: right;
}
.sign-history-header .close:hover {
  cursor: pointer;
}
.sign-history-header .close::before,
.sign-history-header .close::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 1px;
  background: #ccc;
}
.sign-history-header .close::before {
  transform: rotate(45deg);
}
.sign-history-header .close::after {
  transform: rotate(135deg);
}
.sign-history-content {
  max-height: 400px;
  overflow: auto;
  padding: 24px 16px;
  text-align: center;
}
.text-left {
  text-align: left;
}
.sign-history-content table {
  width: 100%;
}
.sign-history-content thead {
  background: #f1f1f1;
}
.sign-history-content thead th {
  padding: 8px;
}
.sign-history-content table,
.sign-history-content thead,
.sign-history-content tbody tr {
  border: 1px solid #ccc;
}
.sign-history-content tbody td {
  text-align: center;
}
.text-left tbody td {
  text-align: left;
  padding: 8px;
}

.sign-history-footer {
  padding: 16px 0;
  text-align: center;
}
.sign-language {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  font-size: 12px;
  color: #808080;
  cursor: pointer;
  right: 16px;
  top: 16px;
  min-width: 52px;
  text-align: center;
  font-weight: normal;
  position: absolute;
}

/* 按钮样式 */
.sign-btn {
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  background: rgb(247, 247, 247);
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  font-size: 12px;
  color: #fff;
}
.sign-ok {
  margin-right: 20px;
}
.sign-btn:hover {
  cursor: pointer;
}
.sign-btn-primary {
  /* #f66f6b */
  background: #1890ff;
}
.sign-btn-primary:hover {
  /* #f66f6b */
  background:#1890ff;
}
.sign-ok.disabled {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
  cursor: no-drop;
}
.sign-ok.disabled:hover {
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.sign-btn-default {
  background: #fff;
  color: #1890ff;
}
.sign-btn-default:hover {
  border: 1px solid #1890ff;
}
.sign-dialog-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.sign-dialog-container {
  display: inline-block;
  width: 420px;
  vertical-align: middle;
  padding-bottom: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ebeef5;
  overflow: hidden;
  text-align: left;
  backface-visibility: hidden;
  font-size: 12px;
}
.sign-dialog-header {
  position: relative;
  padding: 15px 15px 10px;
}
.sign-dialog-content {
  position: relative;
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}
.sign-dialog-footer {
  text-align: right;
}
.sign-dialog-footer.sign-del {
  text-align: center;
}
.sign-header-icon {
  background-image: url('../images/sign-header-icon.png');
  max-width: 24px;
  max-height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 3px;
  height: 24px;
  background-size: cover;
}
.sign-model-url,
.sign-view-history {
  display: none;
}
.sign-model-url.sign-show,
.sign-view-history.sign-show {
  display: block;
  padding: 0px 84px 36px 84px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  line-height: 20px;
}
.sign-view-history.sign-show {
  font-size: 12px;
  padding: 0px 84px 16px 84px;
}
#sign-select-agree {
  width: 14px;
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  cursor: pointer;
}
.sign-link-detail,
.sign-wcm-url {
  display: inline-block;
  vertical-align: middle;
}
.sign-history-version {
  font-size: 14px;
}
.sign-history-btn {
  margin-right: 20px;
  font-size: 14px;
}
.version_content {
  cursor: pointer;
  color: #1890ff;
}
.ql-snow.ql-container {
  border: none !important;
}