@charset "UTF-8";

.page-top {
display: none;
margin: 0;
padding: 0;
}

.page-top p {
margin: 0;
padding: 0;
position: fixed;
right: 5%;
bottom: 17%;
z-index: 5000;
}

a.move-page-top {
display: block;
background: #04724B;
-webkit-border-radius: 30px;
border-radius: 30px;
width: 50px;
height: 50px;
cursor: pointer;
font-size: 20px;
color: #fff;
line-height: 50px;
text-decoration: none;
text-align: center;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
transition:all 0.3s;
}

.move-page-top:hover {
opacity: 0.85;
}

@media screen and (max-width:980px){
.page-top p {
right: 2%;
bottom: 10%;
}

a.move-page-top {
width: 40px;
height: 40px;
cursor: pointer;
font-size: 15px;
color: #fff;
line-height: 40px;
text-decoration: none;
text-align: center;
-webkit-transition:all 0.3s;
-moz-transition:all 0.3s;
transition:all 0.3s;
}

.move-page-top:hover {
opacity: 1;
}
}
