.image360Wrapper {
    /* padding: 0 0 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 20%;
    min-height: 400px; */
}

@media screen and (min-width: 768px) {
    .image360Wrapper {
        /* min-height: 600px; */
    }
}

@media screen and (min-width: 1440px) {
    .image360Wrapper {
        /* min-height: 700px; */
    }
}

.image360Wrapper .blocker_left {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.image360Wrapper .blocker_right {
    position: absolute;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    display: none;
}

.image360Wrapper.fade_top::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, #fff),to(rgba(255,255,255,0)));
    background: linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0 )
}

.image360Wrapper.fade_bottom::after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -webkit-gradient(linear,left top, left bottom,color-stop(0, rgba(255,255,255,0)),color-stop(100%, #fff),color-stop(101%, #fff));
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%,#fff 101%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 )
}

.image360Wrapper .image360Wrapper_inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

.image360Wrapper .image360Wrapper_inner .btn_left,.image360Wrapper .image360Wrapper_inner .btn_right {
    position: absolute;
    top: 40%;
    left: 0;
    font-size: 3rem;
    z-index: 2
}

@media screen and (min-width: 1200px) {
    .image360Wrapper .image360Wrapper_inner .btn_left,.image360Wrapper .image360Wrapper_inner .btn_right {
        left:-50px
    }
}

.image360Wrapper .image360Wrapper_inner .btn_right {
    left: auto;
    right: 0
}

@media screen and (min-width: 1200px) {
    .image360Wrapper .image360Wrapper_inner .btn_right {
        right:-50px
    }
}

.image360Wrapper__icon {
    position: absolute;
    width: 70px;
    padding: 15px;
    background: rgba(0,0,0,.3);
    border-radius: 10px;
    bottom: 50px;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.image360Wrapper__icon img {
    width: 100%
}

.image360Wrapper__toggle {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 220px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    text-align: center;
    border-radius: 5px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.image360Wrapper__toggle span {
    display: block;
    width: 50%;
    padding: 15px 20px 13px;
    margin: 0 0;
    color: #231815;
    font-family: geely;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s
}

.image360Wrapper__toggle span:hover {
    background: #231815;
    color: #fff
}

.image360Wrapper__toggle span.active {
    background: #231815;
    color: #fff
}