
#ifram[data-v-7127781d] {
  width: 1000px;
  margin: 30px 100px;
  height: 600px;
}
.contractSigned[data-v-7127781d] {
  position: relative;
  min-height: 100%;
  padding-bottom: 150px;
}
.footer[data-v-7127781d] {
  position: absolute;
  bottom: 0;
}
.writeBtn[data-v-7127781d] {
  text-align: center;
  margin: 50px 0;
}
.writeBtn span[data-v-7127781d] {
  display: inline-block;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background: #ffb657;
  color: #fff;
  border-radius: 5px;
}
@media only screen and (max-width: 960px) {
#ifram[data-v-7127781d] {
    width: 100%;
    margin: 30px 0;
}
.writeBtn span[data-v-7127781d] {
    width: 90%;
}
}

/* canvas样式开始 */
.canBox[data-v-7127781d] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(144, 144, 144, 0.5);
  z-index: 9998;
}
.signatureBox[data-v-7127781d] {
  width: 600px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  background: #fff;
  border-radius: 5px;
  transform: translate(-340px, -207px);
  padding: 40px;
}
.btnBox[data-v-7127781d] {
  text-align: center;
}
.btnBox span[data-v-7127781d] {
  display: inline-block;
  width: 100px;
  background: #ffb657;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin: 30px 15px;
  font-size: 12px;
}
.canvasBox[data-v-7127781d] {
  text-align: center;
}
canvas[data-v-7127781d] {
  border: 1px solid #ffb657;
}
@media only screen and (max-width: 960px) {
  /* canvas样式 */
.signatureBox[data-v-7127781d] {
    width: 90%;
    left: 5%;
    transform: translate(-10px, -162px);
    padding: 30px 10px 10px 10px;
}
.btnBox span[data-v-7127781d] {
    width: 80px;
}
}

