body{
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
}
.box{
    width: 100%;
    /*height: 100%;*/
    height: 900px;
    padding-top: 500px;
}
.circleCenter{
    width: 1px;
    height: 1px;
    position: relative;
    margin: 0 auto;
    background: rgba(0,0,0, 0);
    right: 0;
}
.bgBox{
    position: relative;
    /*height: 100%;*/
    /*width: 100%;*/
}
.bgBox img{
    width: 100%;
    height: auto;
}
.rotation-turn{
    position: absolute;
    margin: 0 auto;
    transform:rotate(0deg);
    -ms-transform:rotate(0); 	/* IE 9 */
    -moz-transform:rotate(0); 	/* Firefox */
    -webkit-transform:rotate(0); /* Safari 和 Chrome */
    -o-transform:rotate(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition: all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;
    cursor: pointer;
}
.rotation-item .rotation-animat .product-img-box{
    transition: all 0.5s;
}
.rotation-item .rotation-animat .product-img-box:hover{
    /*box-shadow: 0 0 5px 10px #1A4276;*/
    /*border-radius: 50%;*/
    transform: scale(1.1);
    -ms-transform:scale(1.1); 	/* IE 9 */
    -moz-transform:scale(1.1); 	/* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);
}
.rotation-item{
    width: 100%;
    transform:rotate(0);
    -ms-transform:rotate(0); 	/* IE 9 */
    -moz-transform:rotate(0); 	/* Firefox */
    -webkit-transform:rotate(0); /* Safari 和 Chrome */
    -o-transform:rotate(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition: all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;
}
.rotation-item .rotation-animat {
    width: 230px;
    height: 230px;
}
.rotation-item .rotation-animat>img{
    width: 100%;
    height: auto;
}
.rotation-item .rotation-animat{
    transform:scale(1,1);
    transition: all 0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition: all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;
}
.rotation-turn.rotation-active .rotation-item .rotation-animat{
    /*transform:scale(1.3, 1.3);*/
}
#paypalActivity .rotation-turn.rotation-active .rotation-item .rotation-animat{
    width: 430px;
    height: 430px;
}
#paypalActivity .rotation-turn.rotation-active .rotation-item .rotation-animat .active-product{
    display: block;
    width: 100%;
}
#paypalActivity .rotation-turn.rotation-active .rotation-item .rotation-animat .product-img-box{
    display: none;
}
#paypalActivity .rotation-turn.rotation-active{
    /*top: -228.48px!important;*/
    /*left: -790.8px!important;*/
    top: -176.48px!important;
    left: -668.8px!important;
    transform-origin: inherit!important;
}
.switch-btn{
    cursor: pointer;
}
#paypalActivity .rotation-turn.rotation-active .rotation-item .rotation-animat .active-product img{
    width: 100%;
}
#paypalActivity .product-img{
    width: 65%;
}
@media screen and (max-width: 768px){
    .rotation-item .rotation-animat{
        width: 160px;
        height: 160px;
    }
    #paypalActivity .rotation-turn.rotation-active .rotation-item .rotation-animat{
        width: 420px;
        height: 420px;
    }
    #paypalActivity .rotation-turn.rotation-active {
        top: -621.48px!important;
        left: -210.8px!important;
        transform-origin: inherit!important;
    }
    #paypalActivity .rotation-turn.rotation-active .rotation-item .rotation-animat .active-product img{
        width: 100%;
    }
}

@media screen and (max-width: 576px){
    .rotation-item .rotation-animat{
        width: 90px;
        height: 90px;
    }
    #paypalActivity .rotation-turn.rotation-active .rotation-item .rotation-animat{
        width: 210px;
        height: 210px;
    }
    #paypalActivity .rotation-turn.rotation-active {
        top: -320.48px!important;
        left: -105.8px!important;
        transform-origin: inherit!important;
    }

}

