Item NO.:OGN104
		
		
			Note:Green Citrus
		
		
			Top Note: Green grass, Orange, Bamboo, Lavander
		
		
			Middle Note: Jasmine, Geranium, Rose
		
		
			Base Note: Vanilla,Patchouli, Sandalwood, Amber
		
		
			Note Description: The deep and serene forest and warming earth,you will surrounded by the fragrance of wood and lavender
		
	
 
 
    $(function () {
        $(window).scroll(function () {
            var float_top = $(this).scrollTop();
            $('.float_qq').stop().animate({ "top": float_top + 200 + "px" })
        })
        $('.float_qq2').hover(function () {
            $(this).animate({ "left": "-70px" }, 350)
        }, function () {
            $(this).animate({ "left": "0" }, 350)
        })
        $('.float_qq3').hover(function () {
            $(this).animate({ "left": "-116px" }, 350)
        }, function () {
            $(this).animate({ "left": "0" }, 350)
        })
        $('.float_qq4').hover(function () {
            $(this).find('.float_shwx').show();
        }, function () {
            $(this).find('.float_shwx').hide();
        })
        $('.foot_dshare3').hover(function () {
            $('.foot_shWx').show();
        }, function () {
            $('.foot_shWx').hide();
        })
        $('.foot_dshare2').hover(function () {
            $('.foot_shTelWx').show();
        }, function () {
            $('.foot_shTelWx').hide();
        })
    })