@charset "utf-8";
/* CSS Document */
.body-pop{
padding:10px 30px 0px 30px ;
border:0px dashed #FF0000;
max-height:90%;
overflow:auto;
}

.hed-pop{
padding:13px 20px 13px 20px;
font-weight:bold;
font-size:15px;
text-align:center;
color:#F4F4F4;
background:#0FA6CC;
position:relative;
}

.name-pop{
padding:0px 20px 20px 20px;
text-align:center;
position:relative;
}


.pop-up{position:fixed;
top:0;
left:0;
bottom:0;
right:0;
background:rgba(0,0,0,0.70);
z-index:99999;
display:none;}

.con-pop-edit{
width: auto;
height:90%;
margin-left:auto;
margin-right:auto;
background:#FFFFFF;
margin-top:10%;
border:0px dashed #FF0000;
}

.con_close{
position:absolute;
right:0;
top:0;
bottom:0;
display:flex;
justify-content:center;
flex-wrap:wrap;
align-items:center;
background:#276587;
padding:10px 15px 10px 15px;
cursor:pointer;
color:#E7E7E7;
}


.remove{
position:absolute;
left:0;
bottom:0;
display:flex;
justify-content:center;
flex-wrap:wrap;
align-items:center;
background:#276587;
padding:10px 15px 10px 15px;
cursor:pointer;
color:#E7E7E7;
}


.loading-pop{
  height: auto;
  min-height:300px;
  width: 100%  ;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index:9999999999;
  border:0px dashed #E6E6E6;
   }
.loading-pop:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: #990000;
  animation: loading 2s linear infinite;
  overflow: hidden;
}

@keyframes loading-pop {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}
	

.loading-pop .loged_pop {
  position: absolute;
  top: 50%;
  left: 50%;
}



.loged_OK {
  position: absolute;
  top: 50%;
  left: 40%;
 color:#276587;
 height:auto;
 text-align:center;
}


.area-t{width:97%;
padding:1%;
height:30px;
color:#585858;
font-size:14px; 
border:none;
font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;}