﻿.pop-layer .pop-container {
  padding: 0px 0px;
}

.pop-layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.pop-layer .btn-r {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #DDD;
  text-align: right;
  background-color:#e7e7e7;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border: 3px solid #3571B5;
  z-index: 100;
}

a.btn-layerClose {
  display: inline-block;
  height: 28px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 11px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerClose:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}