html, body {
    height: 100%;
}

.container {
    width: 100%;
    height: 100%;
}

*:focus {
    outline: none;
}

#overLayer {
    z-index: 500;
    position: absolute;
}

.no-drag {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#zoomContainer>img {
    background-size: 100%;
    background-repeat: no-repeat;
    border-style: none;
}

#popNewsView {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    displaY: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#newsViewDetaile {
    width: 80%;
    height: 90%;
    background-color: #ffffff;
}

