﻿/*火箭样式*/

#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 56px;
}
#rocket-to-top .level-2 {
    background: url("/Content/images/webimg/rocket_button_up.png") no-repeat scroll -56px 0 transparent;
    display: none;
    height: 86px;
    opacity: 0;
    z-index: 1;
	display: block;
}
#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 86px;
    z-index: 2;
}
#rocket-to-top {
    background: url("/Content/images/webimg/rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor: default;
    display: block;
    height: 86px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 2%;
    top: 90%;
    width: 56px;
    z-index: 999999;
	display: none;
}

/*火箭样式结束*/