.topBar {
  border: 0;
  height: 64px;
  position: relative;
  z-index: 100;
  display: flex;
  padding: 0 5%;
  color: white;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.94);
  box-shadow: #707070 0px 0px 10px;
}

.topBar .return {
  z-index: 1;
  width: 10%;
  height: 30px;
  font-size: 12px;
  margin-top: 18px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background-color: #00c9a7;
  margin-right: 1%;
}

.topBar .wb {
  z-index: 1;
  width: 86%;
  text-align: left;
  line-height: 64px;
  margin-right: 1%;
}

.topBar .wb img {
  vertical-align: middle;
  position: relative;
  top: -4px;
}

.topBar .visit {
  z-index: 1;
  width: 8.2%;
  height: 30px;
  font-size: 12px;
  margin-top: 18px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background-color: #377dff;
}

@media screen and (max-width: 980px) {
  .topBar {
      padding: 0 1%;
      /* width: 98%; */
  }

  .topBar .return {
      z-index: 1;
      width: 20%;
      height: 30px;
      font-size: 12px;
      margin-top: 15px;
      background-color: #d8d8d8;
      border-radius: 10px;
      text-align: center;
      line-height: 30px;
      cursor: pointer;
      display: none;
  }

  .topBar .wb {
      z-index: 1;
      width: 100%;
      text-align: center;
      line-height: 66px;
  }

  .topBar .visit {
      z-index: 1;
      width: 20%;
      height: 30px;
      font-size: 12px;
      margin-top: 15px;
      background-color: #d8d8d8;
      border-radius: 10px;
      text-align: center;
      line-height: 30px;
      cursor: pointer;
      display: none;
  }
}


.wb {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  /*background-image: -webkit-linear-gradient(left, #ff4b2b, #E6D205 25%, #147B96 50%, #E6D205 75%, #ff4b2b);
  background-image: repeating-radial-gradient(#d284fb, #55b9c6 20%, #429334 25%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: 200% 100%;
  -webkit-animation: masked-animation 4s infinite linear;*/
}

.wb a{
text-decoration:none;
}

.wb span{
color: transparent;
background: url(../../images/E-1242411-EAACAB8A.gif) center/cover;
background-clip: text;
-webkit-background-clip: text;
}


/*@-webkit-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}*/