/**
 * 
 * @authors Bert
 * @date    2020-08-20 10:05:59
 * @version 1.0
 */
@import "../../common/less/global";
@import "./global";
/********header star ********/
.logo {
    width: 230px;
    height: 36px;
    background: url('../svgs/ps_logo_white.svg') left center no-repeat;
    background-size: contain;
}
.publicHeader .logo {
    background: url('../svgs/ps_logo_black.svg') left center no-repeat;
    background-size: contain;
}
.blackLogo {
    width: 230px;
    height: 36px;
    background: url('../svgs/ps_logo_black.svg') left center no-repeat;
    background-size: contain;
}
.fixedTop .logo {
    background: url('../svgs/ps_logo_black.svg') left center no-repeat !important;
    background-size: contain !important;
}
.prePic .prePicChild{
    background: url("../svgs/ps_middle_log.png") left center no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width:768px) {
  .logo {
    background: url('../svgs/ps_logo_black.svg') left center no-repeat !important;
    background-size: contain !important;
  }
  .headerTop .newPublicHeader .header .logo {
    background: url("../svgs/ps_logo_black.svg") left center no-repeat;
  }
  .presentation .prePic .prePicChild {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width:912px) {
    .headerTop .newPublicHeader .header .logo {
        background: url("../svgs/ps_logo_black.svg") left center no-repeat;
        margin-left: 10px;
        background-size: contain !important;
    }
    .headerTop .logo {
      width: 21rem;
      height: 3rem;
    }
}
/********header end********/