.gd-GDsignature-app-manual{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: #f3f6f7;
  height: 100%;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  z-index: 2020;
  display: none;
  .action-box{
    height: 1rem;
    display: flex;
    align-items: center;
    background-color:white;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.05);
    padding-right: .2rem;
    button{
      margin: 0 0.05rem;
    }
  }
  .pdf-box{
    flex: 1;
    overflow: auto;
    padding-top: .2rem;
  }
  .botton-btns{
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:white;
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.05);

  }
  // .write-popup{
  //   .myCanvas{
  //     border: 1px dashed #31ca84;
  //   }
  //   .content{
  //     display: flex;
  //     align-items: center;
  //     justify-content: center;
      
  //   }
  // }
  .pdf-content{
    display: flex;
    flex-direction: column;
    position: relative;
    /* touch-action: none; */
    .canvas_item{
      -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);

    }
  }
  .write-model{
    position: fixed;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: none;
    .write-model-content{
      width: 100%;
      height: 100%;
      display: flex;
    }
    .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: .3rem 0;
      .back-icon{
        font-style: normal;
        display: block;
        font-size: 20px;
        transform: rotate(90deg);
        margin-bottom: 5px;
      }
      .back-icon::before{
        content:'\003C' ;
      }
      .item{
        transform: rotate(90deg);
        display: flex;
      }
    }
    .box{
      flex: 1;
      position: relative;
      .text{
        margin: 0;
        padding: 0;
        font-size: .48rem;
        color: #e4e4e4;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(90deg);
        font-weight: normal;
      }
    }
  }
  .gd-popup-model{
    z-index: 1;
    position: fixed;
    transition: all .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-popup-content{
    z-index: 2;
    height: 0;
    position: fixed;
    transition: height .3s linear;
    bottom: -50%;
    background: white;
    width: 100%;
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    .action{
      height: .7rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: .28rem;
      padding: .1rem .2rem;
      .action-cancel{
        color: #969799;
      }
      .action-sure{
        color: #576b95;
      }
      .action-title{
        font-weight: 500;
        font-size: .32rem;
      }
    }
    .content{
      overflow: auto;
      height: 100%;
      font-size: .28rem;
      padding: .1rem .2rem;
      .seal-li{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .1rem;
        border: 1px solid #ebeef5;
        border-left: 4px solid #0fc87d;
        border-radius:.16rem;
        margin-bottom: .2rem;
      }
    }
  }
  .popup-model-show{
    opacity: 1;
    display: block;
  }
  .popup-content-show{
    height: 30%;
    bottom: 0;
  }
  .fix-myCanvas{
    position:fixed;
  }
  .davgerimg-div{
    border: 1px solid transparent;
    .davger-img{
      display: block;
    }
    .davgerimg-remove{
      display: none;
    }
  }
  .action-davgerimg-div{
    border: 1px solid #31ca84;
    .davgerimg-remove{
      position: absolute;
      right: -0.1rem;
      top: -0.1rem;
      background-color: #31ca84;
      border-radius: 50%;
      box-sizing: border-box;
      height: .3rem;
      width: .3rem;
      font-size: .52rem;
      line-height: .2rem;
      font-weight: bold;
      text-align: center;
      display: block;
      text-align: center;
      color:white;
    }
  }
}
.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-button:active {
  opacity: 0.6;
}
ul,li{ padding:0;margin:0;list-style:none}