.modal.in .modal-dialog{
  margin: 1.5rem 1.5rem;
}
/* title 头部信息栏 */
.modal-header{
  padding: 15px 0;
}
.modal-body{
  padding: 0;
  padding: 0 1.3rem;
}
/* 电子问询记录 */
.modal-body-inner{
  margin: 3.3rem 0;
  font-size: 1.1rem;
  font-family:PingFang-SC-Regular,PingFang-SC;
  font-weight:400;
  color:rgba(112,112,112,1);
  line-height:2.2rem;
}
.modal-regulations{
  
}
/* 控制单个margin-top值设置 */
.marginTop{
  margin-top:1.3rem ;
}
.modal-regulations .labels{
  display: flex;
  align-items: center; 
}
.modal-regulations label {
  display: flex;
  align-items: center; 
  margin-left: .5rem;
}
.modal-regulations img{
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}
/* 模态框内容 */
.modal-content{
  height: 85vh;
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
}

/* 大标题样式 */
.title-fontSize{
  font-family: PingFang-SC-Medium,PingFang-SC;
  font-weight: bold;
  color: rgba(51,51,51,1);
  text-align: center;
  font-size: 16px;
}
/* 标题 */
.modal-title{
  font-family: PingFang-SC-Medium,PingFang-SC;
  font-weight: bold;
  color: rgba(51,51,51,1);
  text-align: center;
  font-size: 16px;
}
.modal-title-wap{
  margin: 3.3rem 0;
}
/* 二维码 */
.modal-title-wap #qrcodeImg{
  display: flex;
  align-items: center;
  justify-content: center;
}
#qrcodeImg img {
  width: 300px;
  height: 300px;
}
.qrCode-tip{
  line-height: 30px;
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.modal-title-wap .modal-title {
  margin-bottom: 1.3rem;
}
.modal-title-wap .modal-infor-list li{
  font-size: 1.1rem;
  font-family: PingFang-SC-Regular,PingFang-SC;
  font-weight: 400;
  color: rgba(112,112,112,1);
  line-height: 2.2rem;
  display: flex;
}
/* 确认书 送达地址 input框输入 特殊处理*/
.modal-title-wap .modal-infor-list li .input-write{
  border: 0;
  outline: none;
  border-bottom: 1px solid #C8C8C8;
  width: 10rem ;
  padding-left: .5rem;
  flex: 1;
  background: #ffffff;
}
.modal-title-wap .modal-infor-list li input[disabled],input:disabled,input.disabled{
  color: #707070;
  color: #707070;
  -webkit-text-fill-color: #707070;
  -webkit-opacity:1;
  opacity: 1;
}
#personNameNew {
  /* background: #ffffff; */
  color: #707070;
  color: #707070;
  -webkit-text-fill-color: #707070;
  -webkit-opacity:1;
  opacity: 1;
}
.correct:before {
  content: '\2714';
  color: rgba(37,116,234,1);
}
.incorrect:before {
  content: '\2716';
  color: rgba(37,116,234,1);
}
.modal-title-wap .modal-infor-list .input-li{
  display: flex;
  align-items: center;
}
.modal-infor-p{
  text-align: center;
  font-family:PingFang-SC-Regular,PingFang-SC;
  font-weight:400;
  color:rgba(112,112,112,1);
}
.data-time{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 2rem;
}
/* 签名回显 */
.modal-infor-p #dataUrl, #dataUrls, #dataUrlss{
  
  display: inline-block;
  border: 0;
  outline: none;
  width: 200px;
  height: 150px;
}
.modal-infor-p img[src=""],img:not([src]){
  opacity:0;
  }
.video-wrap .modal{
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 弹窗主体 */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 3.6rem;
}
/* 视频定位 */
.modal-dialog-video{
  width: 100%;
  position: fixed;
  top: 30%;
  left: 0;
  right: 0;
}
/* 弹窗底部按钮 */
.modal-footer{
  width: 100%;
  background: #fff;
  z-index: 1000;
  display: flex;
  justify-content: space-around;
  box-shadow:0px -5px 16px 0px rgba(0,0,0,0.1);
  margin-top: 6rem;
}
.modal-footer-tip {
  width: 100%;
  background: #fff;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  box-shadow:0px -5px 16px 0px rgba(0,0,0,0.1);
  margin-top: 6rem;
}
.modal-footer-tip button{
  width: 90% !important;
}
/* 底部按钮样式 */
.modal-footer button{
  width: 42rem;
}
/* 底部按钮样式 */
.modal-footer button:focus{
  outline: none !important;
}
/* 按钮高亮显示样式 */
.btn-primary{
  background:rgba(37,116,234,1);
}
/* 文字缩进处理 */
.text-l{
  text-align: left;
  text-indent: 20px;
  font-size: 1.1rem;
}
.text-l-l{
  text-align: left;
  font-size: 1.1rem;
}
.text-r{
  text-align: right;
  font-size: 1.1rem;
  line-height: 2.2rem;
}

/* 申请人信息 */
.apply{
  text-align: left;
  margin-top: 2.5rem;
  line-height: 2.2rem;
  font-size: 1.1rem;
  font-family:PingFang-SC-Regular,PingFang-SC;
  font-weight: 400;
  color:rgba(112,112,112,1);
  /* display: flex;
  align-items: center; */
}
.apply .sign-new{
  margin-right: 1rem;
}
/* 申请日期 */
.apply-date{
  /* margin-left: 1rem; */
}
/* 模态框布局 头部 内容 底部*/
.modal-header {
  width:100%;
  /* height:4rem; */
  position:absolute;
  z-index:200;
  top:0;
  text-align:center;
  background-color: #fff;
}
.modal-body {
  width:100%;
  overflow:auto;
  top:4rem;
  position:absolute;
  z-index:10;
  bottom:4rem;
}
.modal-footer {
  /* height:4rem; */
  width:100%;
  position:absolute;
  z-index:200;
  bottom:0;
  text-align:center;
}
.disflex li{
  display: block !important;
}