@media (max-width:760px) {
	.gotop {
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: fixed;
		bottom: 18%;
		right: 0%;
		background-color: #2081d1;
		color: #FFFFFF;
		z-index: 999;
		display: none;
		background-image: url(../images/top.png);
		background-size: 90% auto;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

@media (min-width:760px) {
	.gotop {
		width: 40px;
		height: 40px;
		line-height: 40px;
		position: fixed;
		bottom: 18%;
		right: 0%;
		background-color: #2081d1;
		color: #FFFFFF;
		z-index: 999;
		display: none;
		background-image: url(../images/top.png);
		background-size: 90% auto;
		background-repeat: no-repeat;
		background-position: center center;

	}

}