.layer {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000, endColorstr=#88000000); }

.pop {
  position: absolute;
  display: none;
  width: 360px;
  left: 50%;
  margin-left: -180px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 10001; }
  .pop #close {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 15px;
    width: 15px;
    cursor: pointer; }
  .pop .top {
    width: 360px;
    height: 120px; }
    .pop .top img {
      width: 360px;
      height: 120px;
      border-radius: 5px 5px 0 0;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      -ms-border-radius: 5px 5px 0 0;
      -o-border-radius: 5px 5px 0 0; }
  .pop .container-pop {
    padding: 20px 30px; }
    .pop .container-pop ul {
      padding: 0; }
      .pop .container-pop ul li {
        margin: 10px 0;
        list-style: none; }
      .pop .container-pop ul .one {
        font-size: 16px;
        line-height: 30px;
        color: #282828; }
      .pop .container-pop ul .two,
      .pop .container-pop ul .three {
        font-size: 14px;
        line-height: 28px;
        color: #333333;
        font-weight: bold; }
        .pop .container-pop ul .two span,
        .pop .container-pop ul .three span {
          display: block;
          font-size: 14px;
          font-weight: normal; }
      .pop .container-pop ul .four {
        font-size: 14px;
        line-height: 30px; }
        .pop .container-pop ul .four a {
          color: #3381e3;
          text-decoration: none; }
    .pop .container-pop #queren {
      display: block;
      width: 250px;
      margin: 0 auto;
      padding: 12px 0;
      text-align: center;
      background-color: #fd8514;
      color: #fff;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      text-decoration: none;
      cursor: pointer; }

.addbody {
  height: 100%;
  width: 100%;
  top: 0; }

/*# sourceMappingURL=style.css.map */