.gd-GDsignature-app {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f6f7;
  height: 100%;
  width: 100%;
  overflow: auto;
  padding-top: 1rem;
  display: none;
}
.gd-GDsignature-app .sign-box {
  position: fixed;
  top: 0;
  height: 0.98rem;
  background: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  -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);
  z-index: 2020;
}
.gd-GDsignature-app .sign-box .sign-btn {
  display: inline-block;
  width: 2rem;
  height: 0.62rem;
  background: #31ca84;
  border-radius: 0.1rem;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #dcdfe6;
  color: white;
  font-size: 0.28rem;
  display: none;
}
.gd-GDsignature-app .sign-box .close-btn {
  display: inline-block;
  width: 2rem;
  height: 0.62rem;
  background: #31ca84;
  border-radius: 0.1rem;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #dcdfe6;
  color: white;
  font-size: 0.28rem;
  display: none;
}
.gd-GDsignature-app .sign-box .sign-btn-diabled {
  background-color: #b3e19d;
  border-color: #b3e19d;
}
.gd-GDsignature-app .sign-box .close-btn:active,
.gd-GDsignature-app .sign-box .sign-btn:active {
  opacity: 0.6;
}
.gd-GDsignature-app .pdf-box {
  text-align: center;
}
.gd-GDsignature-app .pdf-box .pdf-content {
  display: inline-block;
  position: relative;
}
.gd-GDsignature-app .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;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gd-GDsignature-app-manual {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f6f7;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  display: none;
}
.gd-GDsignature-app-manual .action-box {
  height: 1rem;
  display: flex;
  align-items: center;
  background: #31ca84;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
}
.gd-GDsignature-app-manual .action-box .my-back {
  margin-left: 16px;
  width: 11px;
  height: 20px;
  margin-right: 14px;
}
.gd-GDsignature-app-manual .action-box .my-sign {
  margin-right: 8px;
}
.gd-GDsignature-app-manual .action-box .my-sign img {
  width: 15px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-top;
}
.gd-GDsignature-app-manual .action-box .write-btn {
  margin-right: 8px;
}
.gd-GDsignature-app-manual .action-box .write-btn img {
  width: 17px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-top;
}
.gd-GDsignature-app-manual .action-box .RefusalSign-btn {
  margin-right: 8px;
}
.gd-GDsignature-app-manual .action-box .RefusalSign-btn img {
  width: 17px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-top;
}
.gd-GDsignature-app-manual .action-box button {
  margin: 0 0.05rem;
}
.gd-GDsignature-app-manual .pdf-box {
  flex: 1;
  overflow: auto;
  padding-top: 0.2rem;
}
.gd-GDsignature-app-manual .pdf-box .pdf-num {
  position: fixed;
  display: none;
  top: 80px;
  left: 8px;
  width: 40px;
  height: 26px;
  opacity: 0.52;
  background: #000000;
  border-radius: 10px;
  z-index: 1;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 26px;
}
.gd-GDsignature-app-manual .botton-btns {
  height: 1.2rem;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 100%;
  background: none;
  box-shadow: none;
}
.gd-GDsignature-app-manual .pdf-content {
  display: flex;
  flex-direction: column;
  position: relative;
  /* touch-action: none; */
}
.gd-GDsignature-app-manual .pdf-content .canvas_item {
  box-shadow: none;
  margin-bottom: 4px;
}
.gd-GDsignature-app-manual .write-model {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
}
.gd-GDsignature-app-manual .write-model .write-model-content {
  width: 100%;
  height: 100%;
  display: flex;
}
.gd-GDsignature-app-manual .write-model .action {
  width: 50px;
  background-color: #31ca84;
  font-size: 14px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.gd-GDsignature-app-manual .write-model .action .back-icon {
  font-style: normal;
  display: block;
  font-size: 20px;
  transform: rotate(90deg);
  margin-bottom: 5px;
}
.gd-GDsignature-app-manual .write-model .action .back-icon::before {
  content: '\003C';
}
.gd-GDsignature-app-manual .write-model .action .item {
  transform: rotate(90deg);
  display: flex;
}
.gd-GDsignature-app-manual .write-model .box {
  flex: 1;
  position: relative;
}
.gd-GDsignature-app-manual .write-model .box .text {
  margin: 0;
  padding: 0;
  font-size: 0.48rem;
  color: #e4e4e4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  font-weight: normal;
}
.gd-GDsignature-app-manual .gd-popup-model {
  z-index: 1;
  position: fixed;
  transition: all 0.5s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.gd-GDsignature-app-manual .gd-popup-content {
  z-index: 2;
  height: 0;
  position: fixed;
  transition: height 0.3s linear;
  bottom: -50%;
  background: white;
  width: 100%;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.gd-GDsignature-app-manual .gd-popup-content .action {
  margin-top: 27px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.28rem;
  padding: 0.1rem 0.2rem;
}
.gd-GDsignature-app-manual .gd-popup-content .action .action-cancel {
  color: #969799;
  position: absolute;
  right: 10px;
  top: 12px;
}
.gd-GDsignature-app-manual .gd-popup-content .action .action-sure {
  color: #576b95;
}
.gd-GDsignature-app-manual .gd-popup-content .action .action-title {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #6c6c6c;
  line-height: 22px;
  letter-spacing: 0px;
  margin: auto;
}
.gd-GDsignature-app-manual .gd-popup-content .content {
  overflow: auto;
  height: 100%;
  font-size: 0.28rem;
  padding: 0.1rem 26px;
}
.gd-GDsignature-app-manual .gd-popup-content .content .seal-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 69px;
  border-radius: 0;
  background: #f7f7f7;
  margin-bottom: 0.22rem;
}
.gd-GDsignature-app-manual .gd-popup-content .content .seal-li .seal-img {
  margin-left: 30px;
  max-height: 50px;
  min-height: 27px;
  width: 50px;
}
.gd-GDsignature-app-manual .gd-popup-content .content .seal-li .seal-box .name {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #fba501;
  line-height: 20px;
}
.gd-GDsignature-app-manual .gd-popup-content .content .seal-li .seal-box .time {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Light;
  font-weight: 300;
  text-align: left;
  color: #fba501;
  line-height: 17px;
}
.gd-GDsignature-app-manual .popup-model-show {
  opacity: 1;
  display: block;
}
.gd-GDsignature-app-manual .popup-content-show {
  height: 50%;
  bottom: 0;
}
.gd-GDsignature-app-manual .fix-myCanvas {
  position: fixed;
}
.gd-GDsignature-app-manual .davgerimg-div {
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gd-GDsignature-app-manual .davgerimg-div .davger-img {
  display: block;
  margin: auto;
  vertical-align: middle;
}
.gd-GDsignature-app-manual .davgerimg-div .davgerimg-remove {
  display: none;
}
.gd-GDsignature-app-manual .action-davgerimg-div {
  border: 1px solid #31ca84;
  width: auto;
  height: auto;
  padding: 0px;
  background: #c8edd9;
  border: 2px solid #23b769;
}
.gd-GDsignature-app-manual .action-davgerimg-div .davger-img {
  border: 2px dotted #969798;
  vertical-align: middle;
}
.gd-GDsignature-app-manual .action-davgerimg-div .davgerimg-remove {
  font-weight: bold;
  display: block;
  text-align: center;
  color: white;
}
.gd-GDsignature-app-manual .action-davgerimg-div .davgerimg-remove img {
  height: 15px;
  width: 15px;
  position: absolute;
  left: -6px;
  top: -8px;
  background: none;
  box-sizing: border-box;
}
.gd-button {
  height: 30px;
  line-height: 30px;
  background: #31ca84;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding: 0 12px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  outline: none;
}
.gd-titleheader {
  font-size: 17px;
  font-family: Helvetica;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  margin: auto;
  letter-spacing: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sign-btn {
  width: 311px;
  height: 51px;
  line-height: 51px;
  background: #31ca84;
  border-radius: 26px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.gd-button:active {
  opacity: 0.6;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gd-GDsignature-app-position-manual {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f3f6f7;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  display: none;
}
.gd-GDsignature-app-position-manual .action-box {
  height: 1rem;
  display: flex;
  align-items: center;
  background: #31ca84;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.gd-GDsignature-app-position-manual .action-box .my-back {
  margin-left: 16px;
  width: 11px;
  height: 20px;
  margin-right: 14px;
}
.gd-GDsignature-app-position-manual .action-box .my-sign {
  margin-right: 8px;
}
.gd-GDsignature-app-position-manual .action-box .my-sign img {
  width: 15px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-top;
}
.gd-GDsignature-app-position-manual .action-box .write-btn {
  margin-right: 8px;
  position: absolute;
  right: 4px;
}
.gd-GDsignature-app-position-manual .action-box .write-btn img {
  width: 17px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-top;
}
.gd-GDsignature-app-position-manual .action-box .RefusalSign-btn {
  margin-right: 8px;
}
.gd-GDsignature-app-position-manual .action-box .RefusalSign-btn img {
  width: 17px;
  height: 16px;
  margin-right: 6px;
  vertical-align: text-top;
}
.gd-GDsignature-app-position-manual .action-box button {
  margin: 0 0.05rem;
}
.gd-GDsignature-app-position-manual .pdf-box {
  flex: 1;
  overflow: auto;
  padding-top: 0.2rem;
}
.gd-GDsignature-app-position-manual .pdf-box .pdf-num {
  position: fixed;
  display: none;
  top: 80px;
  left: 8px;
  width: 40px;
  height: 26px;
  opacity: 0.52;
  background: #000000;
  border-radius: 10px;
  z-index: 1;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 26px;
}
.gd-GDsignature-app-position-manual .botton-btns {
  height: 1.2rem;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0;
  width: 100%;
  background: none;
  box-shadow: none;
}
.gd-GDsignature-app-position-manual .pdf-content {
  display: flex;
  flex-direction: column;
  position: relative;
  /* touch-action: none; */
}
.gd-GDsignature-app-position-manual .pdf-content .canvas_item {
  box-shadow: none;
  margin-bottom: 4px;
}
.gd-GDsignature-app-position-manual .write-model {
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  display: none;
}
.gd-GDsignature-app-position-manual .write-model .write-model-content {
  width: 100%;
  height: 100%;
  display: flex;
}
.gd-GDsignature-app-position-manual .write-model .action {
  width: 50px;
  background-color: #31ca84;
  font-size: 14px;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.3rem 0;
}
.gd-GDsignature-app-position-manual .write-model .action .back-icon {
  font-style: normal;
  display: block;
  font-size: 20px;
  transform: rotate(90deg);
  margin-bottom: 5px;
}
.gd-GDsignature-app-position-manual .write-model .action .back-icon::before {
  content: '\003C';
}
.gd-GDsignature-app-position-manual .write-model .action .item {
  transform: rotate(90deg);
  display: flex;
}
.gd-GDsignature-app-position-manual .write-model .box {
  flex: 1;
  position: relative;
}
.gd-GDsignature-app-position-manual .write-model .box .text {
  margin: 0;
  padding: 0;
  font-size: 0.48rem;
  color: #e4e4e4;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  font-weight: normal;
}
.gd-GDsignature-app-position-manual .gd-popup-model {
  z-index: 1;
  position: fixed;
  transition: all 0.5s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.gd-GDsignature-app-position-manual .gd-popup-content {
  z-index: 2;
  height: 0;
  position: fixed;
  transition: height 0.3s linear;
  bottom: -50%;
  background: white;
  width: 100%;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.gd-GDsignature-app-position-manual .gd-popup-content .action {
  margin-top: 27px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.28rem;
  padding: 0.1rem 0.2rem;
}
.gd-GDsignature-app-position-manual .gd-popup-content .action .action-cancel {
  color: #969799;
  position: absolute;
  right: 10px;
  top: 12px;
}
.gd-GDsignature-app-position-manual .gd-popup-content .action .action-cancle {
  color: #969799;
  position: absolute;
  left: 10px;
  top: 12px;
}
.gd-GDsignature-app-position-manual .gd-popup-content .action .action-finish {
  color: #969799;
  position: absolute;
  right: 10px;
  top: 12px;
}
.gd-GDsignature-app-position-manual .gd-popup-content .action .action-sure {
  color: #576b95;
}
.gd-GDsignature-app-position-manual .gd-popup-content .action .action-title {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #6c6c6c;
  line-height: 22px;
  letter-spacing: 0px;
  margin: auto;
}
.gd-GDsignature-app-position-manual .gd-popup-content .content {
  overflow: auto;
  height: 100%;
  font-size: 0.28rem;
  padding: 0.1rem 26px;
}
.gd-GDsignature-app-position-manual .gd-popup-content .content .seal-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 69px;
  border-radius: 0;
  background: #f7f7f7;
  margin-bottom: 0.22rem;
}
.gd-GDsignature-app-position-manual .gd-popup-content .content .seal-li .seal-img {
  margin-left: 30px;
  height: 50px;
  max-width: 50px;
}
.gd-GDsignature-app-position-manual .gd-popup-content .content .seal-li .seal-box .name {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #fba501;
  line-height: 20px;
}
.gd-GDsignature-app-position-manual .gd-popup-content .content .seal-li .seal-box .time {
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Light;
  font-weight: 300;
  text-align: left;
  color: #fba501;
  line-height: 17px;
}
.gd-GDsignature-app-position-manual .popup-model-show {
  opacity: 1;
  display: block;
}
.gd-GDsignature-app-position-manual .popup-content-show {
  height: 50%;
  bottom: 0;
}
.gd-GDsignature-app-position-manual .position-li {
  height: 100px;
  background: #f7f7f7;
  margin: 15px 0px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.gd-GDsignature-app-position-manual .position-li .num {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 100% 0;
  text-align: center;
  line-height: 28px;
  background: #ffcd2f;
}
.gd-GDsignature-app-position-manual .position-li .middle .name {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0px;
}
.gd-GDsignature-app-position-manual .position-li .middle .address {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333;
  line-height: 20px;
  letter-spacing: 0px;
}
.gd-GDsignature-app-position-manual .position-li .right {
  width: 158px;
  height: 82px;
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
}
.gd-GDsignature-app-position-manual .position-li .right .add {
  color: #31ca84;
  text-align: center;
  height: 15px;
  margin-top: 18px;
}
.gd-GDsignature-app-position-manual .position-li .right .seal-img {
  height: 80px;
  width: auto;
  max-width: 150px;
}
.gd-GDsignature-app-position-manual .position-li .right .add-font {
  height: 30px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #31ca84;
  line-height: 30px;
  letter-spacing: 0px;
}
.gd-GDsignature-app-position-manual .p-domain {
  width: 160px;
  position: absolute;
  height: 70px;
  background: rgba(255, 231, 164, 0.4);
  border: 2px solid #ffb21a;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  color: #7d6300;
  line-height: 70px;
  letter-spacing: 0px;
}
.gd-GDsignature-app-position-manual .p-domain .num {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0 0 100% 0;
  text-align: center;
  line-height: 28px;
  background: #ffcd2f;
}
.gd-GDsignature-app-position-manual .fix-myCanvas {
  position: fixed;
}
.gd-GDsignature-app-position-manual .davgerimg-div {
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gd-GDsignature-app-position-manual .davgerimg-div .davger-img {
  display: block;
  margin: auto;
  vertical-align: middle;
}
.gd-GDsignature-app-position-manual .davgerimg-div .davgerimg-remove {
  display: none;
}
.gd-GDsignature-app-position-manual .action-davgerimg-div {
  border: 1px solid #31ca84;
  width: auto;
  height: auto;
  padding: 0px;
  background: #c8edd9;
  border: 2px solid #23b769;
}
.gd-GDsignature-app-position-manual .action-davgerimg-div .davger-img {
  border: 2px dotted #969798;
}
.gd-GDsignature-app-position-manual .action-davgerimg-div .davgerimg-remove {
  font-weight: bold;
  display: block;
  text-align: center;
  color: white;
}
.gd-GDsignature-app-position-manual .action-davgerimg-div .davgerimg-remove img {
  height: 15px;
  width: 15px;
  position: absolute;
  left: -6px;
  top: -8px;
  background: none;
  box-sizing: border-box;
}
.gd-button {
  height: 30px;
  line-height: 30px;
  background: #31ca84;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  padding: 0 12px;
  border: 1px solid #fff;
  border-radius: 10px;
  box-sizing: border-box;
  outline: none;
}
.gd-titleheader {
  font-size: 17px;
  font-family: Helvetica;
  text-align: center;
  color: #ffffff;
  line-height: 20px;
  margin: auto;
  letter-spacing: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sign-btn {
  width: 311px;
  height: 51px;
  line-height: 51px;
  background: #31ca84;
  border-radius: 26px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 20px;
}
.gd-button:active {
  opacity: 0.6;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.gd-pdf-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  z-index: 2020;
  overflow: hidden;
  display: none;
}
.gd-pdf-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.link {
  margin-left: 5px;
  color: #409eff;
  cursor: pointer;
}
.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;
  overflow-x: auto;
}
.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-roate {
  position: absolute;
  right: 6px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  cursor: se-resize;
}
.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: #31ca84;
  font-size: 18px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  line-height: 48px;
  height: 48px;
  border-bottom: 1px solid #0fc87d;
}
.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;
}
.jSignature {
  height: 400px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#valid-dialog input {
  width: 100%;
  height: 36px;
  border-radius: 15px;
  border: 1px solid #ccc;
  font-size: 14px;
  text-indent: 15px;
  color: #333;
}
#valid-dialog input:foucs,
#valid-dialog input:foucs {
  border: 1px solid red !important;
  background: yellow !important;
}
.gd_message {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translate(-50%, -200%);
  background-color: #edf2fc;
  transition: opacity 0.3s, transform 0.4s, top 0.4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  z-index: 2025;
  font-size: 14px;
}
.gd_message_success {
  transform: translate(-50%, 0%);
  top: 20px;
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
}
.gd_message_warning {
  transform: translate(-50%, 0%);
  top: 20px;
  background-color: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.gd_message_error {
  transform: translate(-50%, 0%);
  top: 20px;
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.gd_message_icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .gd_message {
    min-width: 5rem;
  }
}
/* 定义00 */
.verify-modal-content {
  position: fixed;
  z-index: 2;
  top: 30%;
  left: calc(50vw - 162px);
  width: 324px;
  min-height: 172px;
  background: #ffffff;
  border-radius: 4px;
}
.verify-header {
  width: 324px;
  height: 37px;
  background: #31ca84;
  border-radius: 4px 4px 0px 0px;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 37px;
  position: relative;
}
.verify-header .verify-action-cancel {
  position: absolute;
  right: 8px;
  font-size: 14px;
  color: #969799;
}
.verify-content .verify-send-success {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #979797;
  line-height: 18px;
  display: none;
}
.verify-content .verify-send-phone {
  margin: 10px auto;
  font-size: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #979797;
  line-height: 18px;
}
.verify-content .item {
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.verify-content .item input {
  width: 236px;
  height: 37px;
  border: 1px solid #e6e6e6;
  outline: none;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  padding-left: 9px;
  color: #979797;
}
.verify-content .item .verify-zi {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #676767;
  margin-right: 9px;
}
.verify-content .item .verify-send-btn {
  position: absolute;
  width: 84px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #31ca84;
  line-height: 39px;
  right: 10px;
  bottom: 0;
}
.verify-content .item .verify-send-num {
  position: absolute;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #979797;
  line-height: 39px;
  right: 22px;
  display: none;
  bottom: 0;
}
.verify-content .btn-submit {
  text-align: center;
  display: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.verify-content .verify-submit {
  width: 184px;
  height: 39px;
  background: #31ca84;
  border-radius: 22px;
  border: none;
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 39px;
}
.verify-content button:focus {
  outline: none;
}
.active {
  animation: shine 1s infinite linear;
  background: repeating-linear-gradient(135deg, transparent, transparent 3px, #31ca84 3px, #31ca84 8px);
  border: none!important;
}
@keyframes shine {
  0% {
    background-position: -1px -1px;
  }
  100% {
    background-position: -12px -12px;
  }
}
.domain {
  border-radius: 0.1875rem;
  border: 0.0625rem dashed rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: absolute;
  width: 176px;
  overflow: hidden;
}
.domain .d-content {
  margin: 1px;
  padding: 10px;
  background-color: #fff;
}
.domain .name {
  color: red;
}
/*# sourceMappingURL=index.css.map */