#avImage360Wrapper{
    display: none;
    position: absolute;
    top: -1px;
    left: 1px;
    width: 100%;
    height: 100%;
    z-index: 10;
}

#avImage360Wrapper .image360 *{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
#avImage360Wrapper .image360{
    background-color: #fff;
    position: relative;
    margin: auto;
}
#avImage360Wrapper .image360>.images{
    display: none;
}
#avImage360Wrapper .image360 .stage{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border: 1px solid #e0e0e0;
}

#avImage360Wrapper .image360 .stage .progressBar{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    right: 20px;
    text-align: center;
    border-radius: 0;
    height: 5px;
    background: #fff;
    border: 1px solid #cca049;
    box-shadow: none !important;
    overflow: visible;
}
#avImage360Wrapper .image360 .stage .progressBar .title{
    display: none;
}
#avImage360Wrapper .image360 .stage .progressBar .bar{
    height: 4px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ce9f4d;
}

#avImage360Wrapper .image360 .fullStage{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#avImage360Wrapper .image360 .fullStage .progressBar{
    position: absolute;
    bottom: 50px;
    left: 100px;
    right: 100px;
    text-align: center;
    border-radius: 0;
    height: 20px;
    background: #fff;
    border: 1px solid #cca049;
    box-shadow: none !important;
    overflow: visible;
}
#avImage360Wrapper .image360 .fullStage .progressBar .title{
    display: inline-block;
    color: #000;
    position: relative;
    z-index: 1;
    font-size: 13px;
}
#avImage360Wrapper .image360 .fullStage .progressBar .bar{
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ce9f4d;
}

#avImage360Wrapper .fullScreenButton{
    width: 32px;
    height: 32px;
    position: absolute;
    display: none;
    border: 0;
    top: 20px;
    right: 20px;
    z-index: 1;
    background: url(expand.png) no-repeat;
    background-position: center;
    background-size: 20px;
    opacity: 0.5;
    transition: 300ms;
}

#avImage360Wrapper .fullScreenButton:hover{
    opacity: 1;
}

#avImage360Wrapper .fullScreenButton span{
    background: url("fullscreen.png");
    width: 50%;
    height: 50%;
    position: absolute;
    transition: 300ms;
}
#avImage360Wrapper .fullStage .fullScreenButton{
    background-image: url(condanse.png);
}

#avImage360Wrapper .fullScreenButton span.one{
    top: 0;
    right: 0;
    background-position: top right;
}
#avImage360Wrapper .fullScreenButton span.two{
    top: 0;
    left: 0;
    background-position: top left;
}
#avImage360Wrapper .fullScreenButton span.three{
    bottom: 0;
    left: 0;
    background-position: bottom left;
}
#avImage360Wrapper .fullScreenButton span.four{
    bottom: 0;
    right: 0;
    background-position: bottom right;
}

#avImage360Wrapper .fullScreenButton:hover span.one{
    transform: translate(3px,-3px);
}
#avImage360Wrapper .fullScreenButton:hover span.two{
    transform: translate(-3px,-3px);
}
#avImage360Wrapper .fullScreenButton:hover span.three{
    transform: translate(-3px,3px);
}
#avImage360Wrapper .fullScreenButton:hover span.four{
    transform: translate(3px,3px);
}



#avImage360Wrapper .fullStage .fullScreenButton{
    display: block !important;
    top: 50px;
    right: 50px;
}
#avImage360Wrapper .fullScreenButton:hover span{
    opacity: 1;
}

#avImage360Wrapper .fullStage .fullScreenButton span.one{
    top: 0;
    right: 0;
    background-position: top right;
    transform: translate(3px,-3px);
}
#avImage360Wrapper .fullStage .fullScreenButton span.two{
    top: 0;
    left: 0;
    background-position: top left;
    transform: translate(-3px,-3px);
}
#avImage360Wrapper .fullStage .fullScreenButton span.three{
    bottom: 0;
    left: 0;
    background-position: bottom left;
    transform: translate(-3px,3px);
}
#avImage360Wrapper .fullStage .fullScreenButton span.four{
    bottom: 0;
    right: 0;
    background-position: bottom right;
    transform: translate(3px,3px);
}

#avImage360Wrapper .fullStage .fullScreenButton:hover span.one{
    transform: translate(0,0);
}
#avImage360Wrapper .fullStage .fullScreenButton:hover span.two{
    transform: translate(0,0);
}
#avImage360Wrapper .fullStage .fullScreenButton:hover span.three{
    transform: translate(0,0);
}
#avImage360Wrapper .fullStage .fullScreenButton:hover span.four{
    transform: translate(0,0);
}