.magnifier-shade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20210101;
    background: rgba(0, 0, 0, 0.1);
}

.magnifier-frame {
    position: absolute;
    top: 0;
    left: 0;
    background: #555;
    border-radius: 50%;
    z-index: 20210101;
}

.magnifier-inner {
    position: absolute;
    top: 9px;
    left: 9px;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    overflow: hidden;
    border-radius: 50%;
    z-index: 20210102;
    background: #ffffff;
}

.magnifier-bar {
    width: 14px;
    height: 80%;
    background: #555;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(-37deg);
    border-radius: 0 0 3px 3px;
    transform-origin: 50% -62.5%;
}

.magnifier-window {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
}

.magnifier-glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20210103;
}

.magnifier-shade.move .magnifier-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20210100;
}

.magnifier-shade.move .magnifier-glass{
    cursor: none;
}