/*
 * Layer Popup 2019-03-26 
 */
.pop-layer .pop-container { 		padding: 19px 24px;		cursor:pointer;}
.pop-conts {	  line-height: 25px;	  font-size:12px;		}
.pop-layer .btn-r {	  width: 100%;	  margin: 10px 0 20px;	  padding-tp: 10px;	  border-top: 1px solid #DDD;	  text-align: right;		}
.pop-layer {		  display: none;	  position: fixed;	  _position: absolute;	  top: 50%;	  left: 50%;	  width: 470px;	  height: auto;	  background-color: #fff;	  border: 3px solid #3571B5;	  z-index: 10;	}
.dim-layer .pop-layer {  display: block;		}
.btn-pop{	margin: 0 4px 0 5px;		}
.btn-top{	vertical-align:top;		}
a.btn-layerClose {  display: inline-block;  height: 25px;  padding: 0 14px 0;  border: 1px solid #304a8a;  background-color: #3f5a9d;  font-size: 13px;  color: #fff;  line-height: 25px;	}
a.btn-layerClose:hover {	  border: 1px solid #091940;	  background-color: #1f326a;	  color: #fff;		}
