#hpcm-content {
    max-width: 1024px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-top: 28px;
}
#hpcm-content .blur-up.lazyloaded{
    filter: blur(0)
}
.hpcm-wrapper{
  width: 90%;
  margin: 0 auto;
}
.hpcm-wrapper h2{
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #009dd9;
}
.hpcm-wrapper p{
  color: #333;
  padding: 3px 0;
  font-size: 16px;
  line-height: 1.7em;
}
#hpcm-content strong{
  font-weight: bold;
}

#hpcm-content .guide-cont,#hpcm-content #jd-hpcm-content {
    padding:0 16px;
}

#hpcm-attachements ul li a {
    color: #2788d9
}

#hpcm-content img {
    width: 100%;
    object-fit:cover;
    cursor: zoom-in
}

#hpcm-content .uicontrol>img,#hpcm-content .notespanimage>img {
    cursor: unset
}

.hpcm-zoom-in {
    display: none;
    visibility: hidden;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    backdrop-filter: blur(10px)
}

.hpcm-zoom-in.show {
    visibility: visible
}

.hpcm-zoom-in .hpcm-zoom-in-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.hpcm-zoom-in .hpcm-zoom-in-container {
    scrollbar-width: none;
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    -ms-overflow-style: none
}

#hpcm-content .hpcm-zoom-in .zoom-in-pic {
    /* position: relative; */
    z-index: 99;
    cursor: zoom-out;
    transition: transform 0.2s;
    will-change: transform;
    transform-origin: left;
    max-width: 86%;
    background-color: #fff;
    margin: 0 auto
}
@media (max-aspect-ratio: 11/10) {
  #hpcm-content .hpcm-zoom-in .zoom-in-pic{
    max-width: 92%;
  }
  #hpcm-content .hpcm-zoom-in .zoom-in-pic {
        transform-origin: left;
        margin: auto
    }
}
.hpcm-zoom-in .hpcm-zoom-in-container.pc-center {
    justify-content: center
}

.hpcm-zoom-in .zoom-in-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=50);
    background-color: #000;
    opacity: .5;
    -moz-opacity: .5;
    z-index: 1
}