#p_prldr {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999999;
}

.contpre small {
  font-size: 25px;
}

.contpre {
  width: 150px;
  height: 150px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  font-size: 40px;
  letter-spacing: -2px;
  text-align: center;
  line-height: 35px;
}

.logos {
  height: 100px;
}

.logos img {
  height: 100px;
  margin-left: auto;
  margin-right: auto;
}

#p_prldr .svg_anm {
  position: absolute;
  width: 150px;
  height: 60px;
  left: 0;
  right: 0;
  background: url(../img/pre.svg) center center no-repeat;
  background-size: 60px 57px;
  margin: 8px auto 0 auto;
  z-index: 5;
}