   .rightBox{
      width: 3vw;
      position: fixed;
      right: 3vw;
      bottom: 22vh;
    }
    .weChatNumber{
      width: 3vw;
      height: 10.5vh;
      border: 1px solid #000;
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    .weChatNumber:hover{
      background-color: #d2691e;
      color: #fff;
      cursor: pointer;
    }
    .weChatNumber img{
      width: 3vw;
    }
    .weChatNumber text{
      font-size: 1.5vh;
    }
    .officialAccount{
      width: 3vw;
      height: 10.5vh;
      border: 1px solid #000;
      display: flex;
      flex-direction: column;
      text-align: center;
    }
    .officialAccount:hover{
      background-color: #d2691e;
      color: #fff;
      cursor: pointer;
    }
    .officialAccount img{
      width: 3vw;
    }
    .officialAccount text{
      font-size: 1.5vh;
    }
    .goToTop{
      width: 3vw;
      border: 1px solid #000;
      text-align: center;
      transition:  1s ease;
    }
    .goToTop:hover{
      background-color: #d2691e;
      cursor: pointer;
    }
    .goToTop img{
      width: 1.8vw;
    }
    .openWeChatNumber{
      width: 8vw;
      height: 8vw;
      background-color: aqua;
      position: fixed;
      right: 7vw;
      bottom: 30vh;
    }
    .openWeChatNumber img{
      width: 8vw;
    }
    .openOfficialAccount{
      width: 8vw;
      height: 8vw;
      background-color: aqua;
      position: fixed;
      right: 7vw;
      bottom: 25vh;
    }
    .openOfficialAccount img{
      width: 8vw;
    }