
.p_pageTop {
	display: none !important;
}
.p_pageTop02 a {
    position: fixed;
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 39px;
    background: url(/images/btn_pagetop.png) no-repeat 0 0 #661122;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition: all .1s ease-out;
}

#pageTop02.p_pageTop02{
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0;
    z-index: 10000;
    bottom: 3%;
    transition : all 1s;
	transform:translate3d(0,0,0);
}

@media screen and (max-width: 768px){
.p_pageTop02 a {
    position: fixed;
    display: block;
    width: 70px;
    height: 70px;
    padding-top: 39px;
    background: url(/images/btn_pagetop.png) no-repeat 0 0 #661122;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition: all .1s ease-out;
}

#pageTop02.p_pageTop02{
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0;
    z-index: 10000;
    bottom: 0%;
    transition : all 1s;
	transform:translate3d(0,0,0);
}

}