* {
  margin: 0;
  padding: 0;
}

.pop-layer .pop-container {
  padding: 30px 20px 30px 20px;
  background: #FFF;
  border-radius: 5px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  border-top: 0px solid #DDD;
  text-align: right;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  border: 0px solid #3571B5;
  z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
  display: inline-block;
  padding: 5px 0;
/*  border: 1px solid #304a8a;
  background-color: #3f5a9d; */
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}

a.btn-layerClose:hover {
/*  border: 1px solid #091940;
  background-color: #1f326a; */
  color: #fff;
  font-weight: normal;
}


.pop-conts {
  padding:0 10px;
}
