@charset "utf-8";
/* CSS Document */

.pubox{width:100%; height:100%; position:fixed;    left:0; top:0; z-index:99999;}
.popBackground{width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7);}
.popup{top:50%; left:50%; position:absolute; transform:translate(-50%,-50%); background-color:#fff;}
.pubox img {
	/*
  position:absolute;
  left:50%;
  top:50%;
  z-index:120;
  */
}

.lpop {
	box-sizing:border-box;
}
.lpop h2 {
	width:100%;
	height:4rem;
	line-height:3.9rem;
	background:#333333;
	padding:0 1rem;
	font-size:1.5rem;
	color:#FFF;
}
.lpop h3 {
	width:90%;
	margin:1rem auto;
}
.lpop table {
	width:90%;
	margin:0rem auto;
}
.lpop dt {
	font-size:1.15rem;
	line-height:1.9rem;
	height:2rem;
}
.lpop > .if_x {
	width:90%;
	margin:1rem auto;
}
.pubox > .closeBtn {
	border:none;
	position:absolute;
}

.modalComp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  z-index:1;
}

.modalComp .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.modalComp .modalBox {
  position: absolute;
  background-color: #fff;
  max-width: 1200px;
  height: 600px;
  padding: 15px;
  border-radius:10px;
  box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
  overflow:hidden;
}
.modalBox .content-area {
  overflow:auto;
  height:500px;
}
.modal-head{
  width:100%;
  height:35px;
  display:flex;
  font-size:20px;
  font-weight: bold;
  color: #333;
}
.head-title{
  flex-grow: 1;
  align-self: center;
}
.modal-caption{
  color:#ff0050;
     text-align:end;
     padding-bottom:6px;
}
.modal-head button {
  align-self: center;
  text-align: left
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background: inherit;
  border: inherit;
}