/*//////////////////////
      page-top
//////////////////////*/


.page-top{
  clear: both;
  text-align: center;
  margin: 20px 0;
}
.page-top a {
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  height:40px;
  width: 40px;
  background-color: rgba(255,255,255,.6);
  border: 1px solid #bcbcbc;
  padding-top:8px;
  margin: 20px 0;

}


.page-top img{
  width: 7px !important;
  height:23px !important;
}

.page-top img:hover{
  cursor: pointer;
}

.hide-pageTop{

  display: none;

}


@media screen and (max-width: 1024px) and (min-width: 768px){


.page-top{

}
.page-top a {
  height:40px;
  width: 40px;
  padding-top: 8px;
}

.page-top img{
  width: 7px !important;
  height:23px !important;
}


}


@media screen and (min-width: 1025px){

.page-top{
  /* padding: 60px 20px 18px 0; */
  text-align: right;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5555;
  opacity: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.page-top-over{
  opacity: 0;
}

.page-top a {
  height:55px;
  width: 55px;
  padding-top: 12px;
  margin:  0;
  
}

.page-top img{
  width: 12px !important;
  height: 30px !important;
}
	}