.popLay {
  width: 129px;
  height: 62px;
  text-align: center;
  background: url(../img/img/navbg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 40px;
  cursor: pointer;
}

.popTextLay {
  width: 129px;
  height: 42px;
  line-height: 42px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.popAnime {
  animation: popAnime 2s infinite linear;
  color: #00E9FF;
}

.popupLay {
  /* width: auto; */
  width: 45%;
  height: auto;
  background: linear-gradient(162deg, #2b8cbcab 0%, #094aa4a9 100%);
  /* background: url(../img/img/popupBg.png) no-repeat;
background-size:100% 100%; */
  border: 1px solid;
  border-image: linear-gradient(145deg, rgba(17, 242, 245, 0.59), rgba(7, 225, 232, 0)) 1 1;
  backdrop-filter: blur(6px);
  z-index: 9999;
  position: absolute;
  left: 52%;
  top: 30%;
  display: none;
  padding-bottom: 1vw;
}

.jsImgLay {
  width: 100%;
  height: 10%;
  box-sizing: border-box;
}

.jsImg {
  width: 25vw;
  height: 3.125vw;
  margin-left: 1.04vw;
  margin-top: 1.04vw;
}

.toEditImg {
  height: 2.5vw;
  position: absolute;
  top: 1.3525vw;
  right: 2.08vw;
  cursor: pointer;
}

.jsTextLay {
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  padding-top: 20px;
}

/*滚动条样式*/
.jsTextLay::-webkit-scrollbar {
  width: 2px;
  /* height: 2px; */
}

.jsTextLay::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #406bde;
}

.jsTextLay::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.alLay {
  width: 90%;
  height: 40%;
  display: flex;
  text-align: left;
  flex-direction: row;
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1vw;
  margin-bottom: 1vw;
  overflow-x: hidden;
  overflow-y: hidden;
  align-items: center
}

/*滚动条样式*/
.alLay::-webkit-scrollbar {
  /* width: 2px;     */
  height: 2px;
}

.alLay::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #406bde;
}

.alLay::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.alItem {
  width: 11.458vw;
  height: 8.28vw;
  margin-left: 20px;
  background: url(../img/img/bar.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.alItemImg {
  width: 11.458vw;
  height: 7.083vw;
  padding-left: 0.26vw;
  padding-right: 0.26vw;
  margin-top: 1vw;
  /* cursor: pointer; */
}

.alPlayImg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  cursor: pointer;
}

.alBtn {
  width: 4vw;
  /* height: 1.3vw; */
  height: 4vw;
  position: absolute;
  /* bottom: 0.52vw; */
  bottom: 2vw;
  cursor: pointer;
  background: #066fa8a6;
  border: 1px solid #08FFFF;
  /* opacity: 0.68; */
  text-align: center;
  line-height: 2vw;
  color: #fff;
  font-weight: 400;
  font-size: 1vw;
}

.alImg {
  width: 3vw;
  height: 3vw;
}

.image-container {
  position: absolute;
  width: 3vw;
  height: 3vw;
  bottom: 2.5vw;
  cursor: pointer;
}

.tooltip {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 5px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 9999999;
}

.image-container:hover .tooltip {
  opacity: 1;
}

.ddAlBtn {
  width: 7.396vw;
  height: 1.3vw;
  position: absolute;
  /* bottom: 0.52vw; */
  bottom: -2vw;
  cursor: pointer;
}

.ptAlBtn {
  left: calc(50% - 2vw);
}

.spBtn {
  right: 1vw;
}

.ysBtn {
  left: 1vw;
}

.spImgBtn {
  right: 1.8vw;
}

.ysImgBtn {
  left: 1.8vw;
}

.ptAlImgBtn {
  left: calc(50% - 1.5vw);
}

.jtImg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  bottom: 14.5%;
  margin-top: -20px;
  z-index: 9999;
}

.jtLeft {
  background: rgba(255, 255, 255, 46%) url(../img/img/icon_left.png) no-repeat center;
  backdrop-filter: blur(4px);
  left: 5px;
  display: none;
}

.jtRight {
  background: rgba(255, 255, 255, 46%) url(../img/img/icon_right.png) no-repeat center;
  backdrop-filter: blur(4px);
  right: 5px;
  display: none;
}

.jsTextTitle {
  width: 100%;
  height: 30px;
  font-size: 0.9375vw;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 30px;
}

.jsText {
  width: calc(100% - 40px);
  margin-left: 20px;
  /* height: 24px; */
  font-size: 0.9375vw;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 2vw;
}

.top {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 46%) url(../img/img/top.png) no-repeat;
  background-size: cover;
}

.topBg {
  width: 100%;
  height: 16%;
  background: linear-gradient(180deg, #02195A 0%, rgba(2, 25, 90, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
}

.bottomBg {
  width: 100%;
  height: 8.3%;
  background: linear-gradient(0deg, #02195A 0%, rgba(2, 25, 90, 0) 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
}

.leftBg {
  width: 22.9%;
  height: 100%;
  background: linear-gradient(90deg, #02195A 0%, rgba(2, 25, 90, 0) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  pointer-events: none;
}

.rightBg {
  width: 22.9%;
  height: 100%;
  background: linear-gradient(270deg, #02195A 0%, rgba(2, 25, 90, 0) 100%);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  pointer-events: none;
}

.topLay {
  width: 100%;
  height: 60px;
  display: flex;
  text-align: left;
  flex-direction: row;
  box-sizing: border-box;
  position: absolute;
  z-index: 9999;
}

.top1 {
  width: 8%;
}

.door {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 40px;
  cursor: pointer;
  bottom: 8px;
  z-index: 9999;
}

.ls {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.top2 {
  width: 24.8125%;
  height: 100%;
  background: url(/img/img/top2.png) no-repeat 100% 100%;
  display: flex;
  text-align: center;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  position: relative;
}

.topBtn1 {
  width: 32%;
  height: 60%;
  background: url(/img/img/topBtn1.png) no-repeat;
  color: #09E1EB;
  text-align: center;
  cursor: pointer;
  margin-right: 5%;
  font-size: 16px;
  background-size: cover;
  position: relative;
}

.top3 {
  width: 34.375%;
}

.topMid {
  width: 34.375%;
  height: 100%;
  background: url(/img/img/topMid.png) no-repeat;
  background-size: cover;
  /* 确保图片能够完全覆盖容器 */
  background-position: center;
  /* 居中对齐图片 */
  display: flex;
  text-align: center;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #00E5FF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 7px;
}

.top4 {
  width: 21.8125%;
  height: 100%;
  background: url(/img/img/top4.png) no-repeat;
  display: flex;
  text-align: center;
  flex-direction: row;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  position: relative;
}

.topBtn2 {
  width: 32%;
  height: 60%;
  background: url(/img/img/topBtn2.png) no-repeat;
  color: #09E1EB;
  text-align: center;
  cursor: pointer;
  margin-right: 5%;
  font-size: 16px;
  background-size: cover;
  position: relative;
}

.topBtn2Y {
  background: url(/img/img/topBtn2Y.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.topBtn1Y {
  background: url(/img/img/topBtn1Y.png) no-repeat;
  background-size: cover;
  color: #fff;
}

.top5 {
  width: 11%;
  height: 100%;
  /* background: url(/img/img/top5.png) no-repeat; */
  text-align: center;
  position: relative;
  /* background-size: cover; */
}

.top5Text {
  width: auto;
  height: 100%;
  line-height: 100%;
  text-align: center;
  color: #09E1EB;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.menuLay {
  width: auto;
  min-width: 128px;
  height: auto;
  background: linear-gradient(171deg, #007380 0%, rgba(0, 23, 37, 0.84) 100%);
  border: 1px solid #00E0DB;
  position: absolute;
  left: 420px;
  top: 60px;
  z-index: 99999;
  padding: 10px;
  display: none;
}

.menuItem {
  width: 100%;
  height: 30px;
  text-align: left;
  font-size: 14px;
  font-family: SourceHanSansCNRegular;
  color: #00E5FF;
  line-height: 30px;
  cursor: pointer;
}

.free {
  width: 40px;
  height: 20px;
  margin-top: 5px;
  font-size: 12px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 500;
  color: #69DF77;
  line-height: 20px;
  border-radius: 10px;
  border: 1px solid #5AD56D;
  text-align: center;
  margin-left: 5px;
}

.td {
  width: 100px;
  height: 93px;
  position: absolute;
  left: 40px;
  top: 80px;
  z-index: 9999;
  cursor: pointer;
}

.tdImg {
  width: 500px;
  height: auto;
  position: absolute;
  left: 160px;
  top: 132px;
  z-index: 9999;
  display: none;
}

.tdClose {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 600px;
  top: 162px;
  z-index: 9999;
  cursor: pointer;
  display: none;
}

.hhr {
  width: 180px;
  height: 105px;
  position: absolute;
  right: 40px;
  top: 80px;
  z-index: 9999;
  cursor: pointer;
}

.code_modal p:nth-child(1) {
  padding: 20px 0 30px 34px;
  color: #717094;
  font-size: 18px;
}

.code_modal p:nth-child(2) {
  color: #3d67e1;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  padding: 20px 32px 0;
  line-height: 32px;
}

@keyframes popAnime {
  0% {
    background: linear-gradient(to bottom right, #33339999 -200%, #ff00cc99 -100%, #33339999 0%, #ff00cc99 100%);
  }

  5% {
    background: linear-gradient(to bottom right, #33339999 -190%, #ff00cc99 -90%, #33339999 10%, #ff00cc99 110%);
  }

  10% {
    background: linear-gradient(to bottom right, #33339999 -180%, #ff00cc99 -80%, #33339999 20%, #ff00cc99 120%);
  }

  15% {
    background: linear-gradient(to bottom right, #33339999 -170%, #ff00cc99 -70%, #33339999 30%, #ff00cc99 130%);
  }

  20% {
    background: linear-gradient(to bottom right, #33339999 -160%, #ff00cc99 -60%, #33339999 40%, #ff00cc99 140%);
  }

  25% {
    background: linear-gradient(to bottom right, #33339999 -150%, #ff00cc99 -50%, #33339999 50%, #ff00cc99 150%);
  }

  30% {
    background: linear-gradient(to bottom right, #33339999 -140%, #ff00cc99 -40%, #33339999 60%, #ff00cc99 160%);
  }

  35% {
    background: linear-gradient(to bottom right, #33339999 -130%, #ff00cc99 -30%, #33339999 70%, #ff00cc99 170%);
  }

  40% {
    background: linear-gradient(to bottom right, #33339999 -120%, #ff00cc99 -20%, #33339999 80%, #ff00cc99 180%);
  }

  45% {
    background: linear-gradient(to bottom right, #33339999 -110%, #ff00cc99 -10%, #33339999 90%, #ff00cc99 190%);
  }

  50% {
    background: linear-gradient(to bottom right, #33339999 -100%, #ff00cc99 0%, #33339999 100%, #ff00cc99 200%);
  }

  55% {
    background: linear-gradient(to bottom right, #33339999 -90%, #ff00cc99 10%, #33339999 110%, #ff00cc99 210%);
  }

  60% {
    background: linear-gradient(to bottom right, #33339999 -80%, #ff00cc99 20%, #33339999 120%, #ff00cc99 220%);
  }

  65% {
    background: linear-gradient(to bottom right, #33339999 -70%, #ff00cc99 30%, #33339999 130%, #ff00cc99 230%);
  }

  70% {
    background: linear-gradient(to bottom right, #33339999 -60%, #ff00cc99 40%, #33339999 140%, #ff00cc99 240%);
  }

  75% {
    background: linear-gradient(to bottom right, #33339999 -50%, #ff00cc99 50%, #33339999 150%, #ff00cc99 250%);
  }

  80% {
    background: linear-gradient(to bottom right, #33339999 -40%, #ff00cc99 60%, #33339999 160%, #ff00cc99 260%);
  }

  85% {
    background: linear-gradient(to bottom right, #33339999 -30%, #ff00cc99 70%, #33339999 170%, #ff00cc99 270%);
  }

  90% {
    background: linear-gradient(to bottom right, #33339999 -20%, #ff00cc99 80%, #33339999 180%, #ff00cc99 280%);
  }

  95% {
    background: linear-gradient(to bottom right, #33339999 -10%, #ff00cc99 90%, #33339999 190%, #ff00cc99 290%);
  }

  100% {
    background: linear-gradient(to bottom right, #33339999 0%, #ff00cc99 100%, #33339999 200%, #ff00cc99 300%);
  }

}

.popAutoAnime {
  animation: popAutoAnime 2s infinite linear;
  color: #00E9FF;
}

@keyframes popAutoAnime {
  0% {
    background: linear-gradient(to bottom right, #33339999 -200%, #ff0 -100%, #33339999 0%, #ff0 100%);
  }

  5% {
    background: linear-gradient(to bottom right, #33339999 -190%, #ff0 -90%, #33339999 10%, #ff0 110%);
  }

  10% {
    background: linear-gradient(to bottom right, #33339999 -180%, #ff0 -80%, #33339999 20%, #ff0 120%);
  }

  15% {
    background: linear-gradient(to bottom right, #33339999 -170%, #ff0 -70%, #33339999 30%, #ff0 130%);
  }

  20% {
    background: linear-gradient(to bottom right, #33339999 -160%, #ff0 -60%, #33339999 40%, #ff0 140%);
  }

  25% {
    background: linear-gradient(to bottom right, #33339999 -150%, #ff0 -50%, #33339999 50%, #ff0 150%);
  }

  30% {
    background: linear-gradient(to bottom right, #33339999 -140%, #ff0 -40%, #33339999 60%, #ff0 160%);
  }

  35% {
    background: linear-gradient(to bottom right, #33339999 -130%, #ff0 -30%, #33339999 70%, #ff0 170%);
  }

  40% {
    background: linear-gradient(to bottom right, #33339999 -120%, #ff0 -20%, #33339999 80%, #ff0 180%);
  }

  45% {
    background: linear-gradient(to bottom right, #33339999 -110%, #ff0 -10%, #33339999 90%, #ff0 190%);
  }

  50% {
    background: linear-gradient(to bottom right, #33339999 -100%, #ff0 0%, #33339999 100%, #ff0 200%);
  }

  55% {
    background: linear-gradient(to bottom right, #33339999 -90%, #ff0 10%, #33339999 110%, #ff0 210%);
  }

  60% {
    background: linear-gradient(to bottom right, #33339999 -80%, #ff0 20%, #33339999 120%, #ff0 220%);
  }

  65% {
    background: linear-gradient(to bottom right, #33339999 -70%, #ff0 30%, #33339999 130%, #ff0 230%);
  }

  70% {
    background: linear-gradient(to bottom right, #33339999 -60%, #ff0 40%, #33339999 140%, #ff0 240%);
  }

  75% {
    background: linear-gradient(to bottom right, #33339999 -50%, #ff0 50%, #33339999 150%, #ff0 250%);
  }

  80% {
    background: linear-gradient(to bottom right, #33339999 -40%, #ff0 60%, #33339999 160%, #ff0 260%);
  }

  85% {
    background: linear-gradient(to bottom right, #33339999 -30%, #ff0 70%, #33339999 170%, #ff0 270%);
  }

  90% {
    background: linear-gradient(to bottom right, #33339999 -20%, #ff0 80%, #33339999 180%, #ff0 280%);
  }

  95% {
    background: linear-gradient(to bottom right, #33339999 -10%, #ff0 90%, #33339999 190%, #ff0 290%);
  }

  100% {
    background: linear-gradient(to bottom right, #33339999 0%, #ff0 100%, #33339999 200%, #ff0 300%);
  }

}

@keyframes btnAnime {
  0% {
    background: linear-gradient(to bottom right, #32c2ff -200%, #b932ff -100%, #32c2ff 0%, #b932ff 100%);
  }

  5% {
    background: linear-gradient(to bottom right, #32c2ff -190%, #b932ff -90%, #32c2ff 10%, #b932ff 110%);
  }

  10% {
    background: linear-gradient(to bottom right, #32c2ff -180%, #b932ff -80%, #32c2ff 20%, #b932ff 120%);
  }

  15% {
    background: linear-gradient(to bottom right, #32c2ff -170%, #b932ff -70%, #32c2ff 30%, #b932ff 130%);
  }

  20% {
    background: linear-gradient(to bottom right, #32c2ff -160%, #b932ff -60%, #32c2ff 40%, #b932ff 140%);
  }

  25% {
    background: linear-gradient(to bottom right, #32c2ff -150%, #b932ff -50%, #32c2ff 50%, #b932ff 150%);
  }

  30% {
    background: linear-gradient(to bottom right, #32c2ff -140%, #b932ff -40%, #32c2ff 60%, #b932ff 160%);
  }

  35% {
    background: linear-gradient(to bottom right, #32c2ff -130%, #b932ff -30%, #32c2ff 70%, #b932ff 170%);
  }

  40% {
    background: linear-gradient(to bottom right, #32c2ff -120%, #b932ff -20%, #32c2ff 80%, #b932ff 180%);
  }

  45% {
    background: linear-gradient(to bottom right, #32c2ff -110%, #b932ff -10%, #32c2ff 90%, #b932ff 190%);
  }

  50% {
    background: linear-gradient(to bottom right, #32c2ff -100%, #b932ff 0%, #32c2ff 100%, #b932ff 200%);
  }

  55% {
    background: linear-gradient(to bottom right, #32c2ff -90%, #b932ff 10%, #32c2ff 110%, #b932ff 210%);
  }

  60% {
    background: linear-gradient(to bottom right, #32c2ff -80%, #b932ff 20%, #32c2ff 120%, #b932ff 220%);
  }

  65% {
    background: linear-gradient(to bottom right, #32c2ff -70%, #b932ff 30%, #32c2ff 130%, #b932ff 230%);
  }

  70% {
    background: linear-gradient(to bottom right, #32c2ff -60%, #b932ff 40%, #32c2ff 140%, #b932ff 240%);
  }

  75% {
    background: linear-gradient(to bottom right, #32c2ff -50%, #b932ff 50%, #32c2ff 150%, #b932ff 250%);
  }

  80% {
    background: linear-gradient(to bottom right, #32c2ff -40%, #b932ff 60%, #32c2ff 160%, #b932ff 260%);
  }

  85% {
    background: linear-gradient(to bottom right, #32c2ff -30%, #b932ff 70%, #32c2ff 170%, #b932ff 270%);
  }

  90% {
    background: linear-gradient(to bottom right, #32c2ff -20%, #b932ff 80%, #32c2ff 180%, #b932ff 280%);
  }

  95% {
    background: linear-gradient(to bottom right, #32c2ff -10%, #b932ff 90%, #32c2ff 190%, #b932ff 290%);
  }

  100% {
    background: linear-gradient(to bottom right, #32c2ff 0%, #b932ff 100%, #32c2ff 200%, #b932ff 300%);
  }

}

.rightMenuBtnBg {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 99999999999;
  right: 20px;
  bottom: 300px;
  cursor: pointer;
  text-align: center;
}

.rightMenuBtn {
  animation: btnAnime 2s infinite linear;
  border-radius: 50%;
  width: 50px;
  height: 50px;

}

.rightMenuBtnImg {
  width: 28px;
  height: 28px;
  position: absolute;
  left: 11px;
  top: 11px;
}

.telPhone {
  width: 242px;
  height: 73px;
  position: absolute;
  z-index: 99999999999;
  right: 80px;
  bottom: 300px;
  display: none;
}

.kfCode {
  width: 428px;
  height: 224px;
  position: absolute;
  z-index: 99999999999;
  right: 80px;
  bottom: 160px;
  display: none;
}

.gzhCode {
  width: 242px;
  height: 242px;
  position: absolute;
  z-index: 99999999999;
  right: 80px;
  bottom: 90px;
  display: none;
}

#tipAlert {
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  position: fixed;
  padding: 12px 25px;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 999999999;
}

.toBHImg {
  width: 100px;
  height: 26px;
  position: absolute;
  right: 80px;
  top: 120px;
  z-index: 9999;
  cursor: pointer;
}

.loading {
  transition: opacity 1s ease-in;
  text-align: center;
  line-height: 100vh;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 9999;
}

.loading .letter {
  display: inline;
  font-size: 14px;
  color: white;
  animation-name: loadingF;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-direction: linear;
}

.loading .l-1 {
  animation-delay: 0.48s;
}

.loading .l-2 {
  animation-delay: 0.6s;
}

.loading .l-3 {
  animation-delay: 0.72s;
}

.loading .l-4 {
  animation-delay: 0.84s;
}

.loading .l-5 {
  animation-delay: 0.96s;
}

.loading .l-6 {
  animation-delay: 1.08s;
}

.loading .l-7 {
  animation-delay: 1.2s;
}

.loading .l-8 {
  animation-delay: 1.32s;
}

.loading .l-9 {
  animation-delay: 1.44s;
}

.loading .l-10 {
  animation-delay: 1.56s;
}

@keyframes loadingF {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



@media screen and (max-width:1400px) {
  .topBtn1 {
    width: 45%;
  }

  .topBtn2 {
    width: 45%;
  }

  /* .topBtn1{
      font-size: 12px;
    }
    .topBtn2{
      font-size: 12px;
    }
    .top5Text{
      width: auto;
      height: 100%;
      line-height: 100%;
      text-align: center;
      color: #09E1EB;
      cursor: pointer;
      font-size: 12px;
    } */
  /* .toEditImg {
      height: 35px;
      position: absolute;
      top: 22px;
      right: 40px;
      cursor: pointer;
  } */
  /* .popupLay{
    top:12%;
  } */
}