.gd-pdf-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  overflow: hidden;
  display: none;
}
.gd-pdf-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gd_dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #f3f6f7;
  height: 100%;
  overflow: hidden;
  display: none;
  z-index: 2020;
}
.gd_dialog .gd-button {
  height: 30px;
  line-height: 1;
  background: #31ca84;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding: 0 10px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  outline: none;
}
.gd_dialog .gd-button:active {
  opacity: 0.6;
}
.gd_dialog .gd-title {
  height: 42px;
  background-color: white;
  text-align: center;
  line-height: 42px;
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.05);
  color: #31ca84;
}
.gd_dialog .header {
  height: 60px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 10px 50px;
  overflow: hidden;
  z-index: 1000;
  -webkit-box-shadow: 0 2px 6px 0 hsla(0, 0%, 52.9%, 0.16);
  box-shadow: 0 2px 6px 0 hsla(0, 0%, 52.9%, 0.16);
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.gd_dialog .header img {
  width: 140px;
  height: 40px;
  margin-right: 15px;
  display: inline-block;
}
.gd_dialog .header .prebtn {
  border-radius: 5px;
}
.gd_dialog .content {
  border-top: 1px solid #dcdfe6;
  display: flex;
  height: calc(100% - 60px);
  overflow: hidden;
  justify-content: space-between;
  /*滚动条整体样式*/
  /*滚动条滑块*/
  /*滚动条轨道*/
}
.gd_dialog .content .abridge {
  width: 150px;
  min-width: 150px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  background: #f8f8f8;
  -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  /*滚动条整体样式*/
  /*滚动条滑块*/
  /*滚动条轨道*/
}
.gd_dialog .content .abridge .abridge-box {
  overflow: auto;
  height: 100%;
  padding-bottom: 50px;
}
.gd_dialog .content .abridge .abridge-box .img-box {
  width: 99px;
  height: 120px;
  color: #333;
  margin: 0 auto;
  margin-top: 20px;
  cursor: pointer;
}
.gd_dialog .content .abridge .abridge-box .img-box .abridge-img {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.gd_dialog .content .abridge .abridge-box .nub {
  text-align: center;
  width: 30px;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 6px;
}
.gd_dialog .content .abridge .abridge-box .active_img_box .img-box {
  border: 3px solid #31ca84;
}
.gd_dialog .content .abridge .abridge-box .active_img_box .nub {
  color: #fff;
  background: #31ca84;
}
.gd_dialog .content .abridge .abridge-box::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.gd_dialog .content .abridge .abridge-box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #b6b6b6;
}
.gd_dialog .content .abridge .abridge-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #ccc;
}
.gd_dialog .content .canvas-box {
  flex: 1;
  padding: 20px;
  overflow: auto;
  min-width: 800px;
  text-align: center;
}
.gd_dialog .content .canvas-box .canvas-container {
  position: relative;
  text-align: center;
  display: inline-block;
}
.gd_dialog .content .canvas-box .canvas-container .davgerimg-remove {
  display: none;
  position: absolute;
  right: -8px;
  top: -8px;
  font-weight: bold;
  width: 15px;
  height: 15px;
  line-height: 13px;
  color: white;
  background-color: #31ca84;
  border-radius: 50%;
  box-sizing: border-box;
}
.gd_dialog .content .canvas-box .canvas-container .davgerimg-div {
  border: 1px solid transparent;
}
.gd_dialog .content .canvas-box .canvas-container .davgerimg-div:hover,
.gd_dialog .content .canvas-box .canvas-container .davgerimg-div:active {
  border: 1px solid #31ca84;
  cursor: pointer;
}
.gd_dialog .content .canvas-box .canvas-container .davgerimg-div:hover .davgerimg-remove,
.gd_dialog .content .canvas-box .canvas-container .davgerimg-div:active .davgerimg-remove {
  cursor: pointer;
  display: block;
}
.gd_dialog .content .canvas-box::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.gd_dialog .content .canvas-box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #b6b6b6;
}
.gd_dialog .content .canvas-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #ccc;
}
.gd_dialog .content .canvas_item {
  display: block;
  -webkit-box-shadow: 0 2px 9px 0 hsla(0, 0%, 74.9%, 0.5);
  box-shadow: 0 2px 9px 0 hsla(0, 0%, 74.9%, 0.5);
  margin: 0 auto;
}
.gd_dialog .content .content-right {
  min-width: 240px;
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 20px;
  border: 1px solid #dcdfe6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
  /*滚动条整体样式*/
  /*滚动条滑块*/
  /*滚动条轨道*/
}
.gd_dialog .content .content-right .seal-box {
  flex: 1;
  overflow: auto;
  background: #fff;
  border: 1px solid #dcdfe6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
  padding: 0 15px;
  margin-bottom: 15px;
}
.gd_dialog .content .content-right .seal-box .seal-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  border-radius: 15px;
  border: 1px solid #ebeef5;
  border-left: 4px solid #0fc87d;
  padding: 10px 0 10px 0;
}
.gd_dialog .content .content-right .seal-box .luck-btn {
  background-color: #d4d4d4;
}
.gd_dialog .content .content-right .seal-box .seal-img {
  display: block;
}
.gd_dialog .content .content-right .seal-box::-webkit-scrollbar {
  width: 6px;
  height: 1px;
}
.gd_dialog .content .content-right .seal-box::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  background: #b6b6b6;
}
.gd_dialog .content .content-right .seal-box::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background: #ccc;
}
.gd_dialog .content .content-right .sign {
  background: #fff;
  border: 1px solid #dcdfe6;
  text-align: center;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 0 6px 0 rgba(0, 0, 0, 0.04);
}
.gd_dialog .content .content-right .sign .data-title {
  color: #17a96a;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  line-height: 48px;
  height: 48px;
  border-bottom: 1px solid #1d8b59;
}
.gd_dialog .content .content-right .sign .data-text {
  color: #565656;
  font-size: 18px;
  padding: 15px 0;
}
.gd_dialog .content .content-right .sign .signbtn {
  border-radius: 19px;
  width: 102px;
}
.gd_dialog .gd-button {
  height: 30px;
  line-height: 1;
  background: #31ca84;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding: 0 10px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  outline: none;
}
/*# sourceMappingURL=index.css.map */