.borDer {
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
}
* {
  -webkit-text-size-adjust: none;
}
.transforms {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
textarea:-moz-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #bcbcc5;
}
.clearfixs {
  zoom: 1;
}
.clearfixs:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.textEls {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
input::-webkit-input-placeholder {
  color: #CCCCCC;
  font-size: 0.32rem;
}
body,
html {
  font-family: 'PingFang SC';
  width: 100%;
  min-height: 100%;
}
.main .txt-box {
  padding: 0.5rem;
  padding-top: 0;
  border-bottom: 0.16rem solid #F8F8F8;
}
.main .txt-box h3 {
  width: 100%;
  height: 0.93rem;
  text-align: center;
  line-height: 0.93rem;
  font-size: 0.32rem;
  color: #999999;
}
.main .txt-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 0.28rem;
  line-height: 0.44rem;
  color: #999999;
  text-indent: 2em;
  margin-bottom: 0.15rem;
}
.main .lab-list {
  padding: 0 0.3rem;
  border-bottom: 0.16rem solid #F8F8F8;
}
.main .lab-list .lab {
  width: 100%;
  height: 1.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.main .lab-list .lab.nobordedr:after {
  display: none;
}
.main .lab-list .lab:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.main .lab-list .lab .name {
  font-size: 0.32rem;
  color: #333333;
}
.main .lab-list .lab .name em {
  color: #ff3b30;
  display: inline-block;
  margin-right: 0.05rem;
}
.main .lab-list .lab .input {
  width: 50%;
  height: 1.1rem;
}
.main .lab-list .lab .input input {
  display: block;
  height: 1.1rem;
  line-height: 1.1rem;
  color: #474f59;
  width: 100%;
  text-align: right;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 0.32rem;
}
.main .lab-list .sign-txt {
  background: #F5F6F8;
  border-radius: 0.16rem;
  width: 100%;
  height: 0.77rem;
  font-size: 0.22rem;
  color: #474F59;
  text-align: center;
  line-height: 0.77rem;
  position: relative;
}
.main .lab-list .sign-txt span {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 110%;
  transform: translateX(-50%) scale(0.95);
  -webkit-transform: translateX(-50%) scale(0.95);
}
.main .mandate {
  padding: 0 0.3rem;
}
.main .mandate .txt {
  width: 100%;
  height: 0.8rem;
  margin-bottom: 0.05rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.main .mandate .txt h4 {
  color: #333333;
  font-size: 0.28rem;
}
.main .mandate .txt span {
  color: #cccccc;
  font-size: 0.28rem;
  display: inline-block;
  margin-left: 0.3rem;
}
.main .mandate .btn {
  border: 0.02rem dashed #0099FF;
  border-radius: 0.08rem;
  width: 100%;
  height: 0.8rem;
  box-sizing: borDer-box;
  -webkit-box-sizing: borDer-box;
  -moz-box-sizing: borDer-box;
  -ms-box-sizing: borDer-box;
  -o-box-sizing: borDer-box;
  line-height: 0.78rem;
  font-size: 0.32rem;
  color: #0099FF;
  text-align: center;
  margin-bottom: 0.4rem;
}
.main .sign-img {
  width: 2.4rem;
  height: 0.8rem;
  background: #ffffff;
  border-radius: 0.08rem;
  border: 0.02rem dashed #cccccc;
  margin: 0.3rem 0;
  line-height: 0.8rem;
  position: relative;
}
.main .sign-img #signImg {
  width: 0.56rem;
  height: 1.24rem;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  margin-top: 0.68rem;
  margin-left: 0.12rem;
}
.main .sign-img .delete {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
.main .submit {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.main .submit:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EBEBEB;
  -webkit-transform: scaleY(0.5);
  -moz-transform: scaleY(0.5);
  -ms-transform: scaleY(0.5);
  -o-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.main .submit span {
  width: 92%;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #FFFFFF;
  background: #0099FF;
  border-radius: 0.08rem;
}
