﻿ /* 返回顶部 */
 
 .returnTop {
     width: 55px;
     position: fixed;
     right: 0;
     bottom: 35px;
     z-index: 999;
     display: flex;
     flex-direction: column;
     align-items: center;
     box-sizing: border-box;
 }
 
 .returnTop a {
     display: none
 }
 
 .returnTop .top {
     width: 100%;
     height: 65px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     font-size: 10px;
     text-align: center;
     margin-top: 5px;
     background-color: #ededed;
 }
 
 .returnTop .top img {
     width: 30px;
     height: 30px;
 }