body{ -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}
.bg-jd{
    width: 648px;
    height: 700px;
    background: url("bj2.jpg") center;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
}
.tool img{
    /*width: 150px;*/
}
.tool{
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.tool>div{
    float: left;
    cursor: pointer;
}
.tool>.agarwood{
	width: 95px;
}
.tool>.candle{
	width: 120px;
}
.tool>.candle2{
	width: 120px;
}
.tool>.flower{
	width: 150px;
}

.tool .title{
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    display: none;
    position: absolute;
    top: -30px;
    border-radius: 10px;
}
.flower{
    /*position: absolute;*/
    transition: all 0.5s;
}
.flower:hover .title{
    display: block;
}
.flower-active{
    transform: translate(295px,-170px);
}

.candle{
    transition: all 0.5s;
	
}
.candle:hover .title{
    display: block;
}
.candle-active{
   transform: translate(215px,-100px);
}

.candle2{
    transition: all 0.5s;
}
.candle2:hover .title{
    display: block;
}
.candle2-active{
   transform: translate(155px,-100px);
}


.agarwood{
    transition: all 0.5s;
}
.agarwood:hover .title{
    display: block;
}


.agarwood-hide{
    transform: translate(182px,-250px);
}

.agarwood-active{
    transform: translate(182px,-138px);
}




.rice{
    transition: all 0.5s;
}
.rice:hover .title{
    display: block;
}

.rice-hide{
    transform: translate(303px,-250px);
}

.rice-active{
    transform: translate(95px,-165px);
}