.web-interactive-container {
    position: relative;
    margin: 0 auto
}

.web-interactive-container img {
    width: 100%;
    height: auto
}

.web-interactive {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 100
}

.web-interactive .web-interactive-spot {
    position: absolute
}

.web-interactive .web-interactive-spot a {
    width: 24px;
    height: 24px;
    color: #fff;
    text-decoration: none;
    position: relative;
    display: block;
    left: auto;
    top: auto;
    border-radius: 100%;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    -webkit-transition: all .2s ease-out 0s;
    -webkit-transition-delay: 0s;
    transition: all .2s ease-out 0s;
}

.web-interactive .web-interactive-spot .web-pulse-animation {
    border: none;
    -webkit-animation: web-pulse-animation 2s ease-out infinite;
    -moz-animation: web-pulse-animation 2s ease-out infinite;
    animation: web-pulse-animation 2s ease-out infinite
}

.web-interactive .web-interactive-spot:hover .web-pulse-animation {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-animation: none;
    -moz-animation: none;
    animation: none
}

.web-interactive .web-interactive-spot a span {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 100%;
    position: absolute;
    display: block;
    background: #FFF;
    left: 50%;
    top: 50%
}

.web-interactive .web-interactive-spot a i {
    display: block;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    color: #fff;
}
.web-interactive .web-interactive-spot a .web-interactive-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}


.web-interactive .web-interactive-spot a:focus {
    outline: 0
}

@-webkit-keyframes web-pulse-animation {
    0% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 currentColor;
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.2);
        box-shadow: 0 0 0 18px currentColor;
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        box-shadow: 0 0 currentColor;
        opacity: 0;
    }
}

@-moz-keyframes web-pulse-animation {
    0% {
        -moz-transform: scale(1);
        box-shadow: 0 0 currentColor;
        opacity: 1;
    }
    50% {
        -moz-transform: scale(1.2);
        box-shadow: 0 0 0 18px currentColor;
        opacity: 0;
    }
    100% {
        -moz-transform: scale(1);
        box-shadow: 0 0 currentColor;
        opacity: 0;
    }
}

@keyframes web-pulse-animation {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 currentColor;
        opacity: 1;
    }
    50% {
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        box-shadow: 0 0 0 18px currentColor;
        opacity: 0;
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 currentColor;
        opacity: 0;
    }
}

@media screen and (min-width:320px) and (max-width:479px) {
    .web-interactive .web-interactive-spot a {
        width: 16px;
        height: 16px
    }
    .web-interactive .web-interactive-spot a span {
        width: 4px;
        height: 4px;
        margin: -2px 0 0 -2px
    }
    .web-interactive .web-interactive-spot a i {
        font-style: normal;
        font-size: 10px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .web-interactive .web-interactive-spot a .web-interactive-bg {
        width: 16px;
        height: 16px;
    }
}

@media only screen and (min-width:160px) and (max-width:319px) {
    .web-interactive .web-interactive-spot a {
        width: 14px;
        height: 14px
    }
    .web-interactive .web-interactive-spot a span {
        width: 4px;
        height: 4px;
        margin: -2px 0 0 -2px
    }
    .web-interactive .web-interactive-spot a i {
        font-style: normal;
        font-size: 10px;
        width: 14px;
        height: 14px;
        line-height: 14px;
    }
    .web-interactive .web-interactive-spot a .web-interactive-bg {
        width: 14px;
        height: 14px;
    }
}
