.hexaHeader {
  position: relative;
}
.noticeLink {
  position: absolute;
  cursor: pointer;
  right: 20px;
  bottom: 10px;
  font-size: 14px;
  color: #ededed;
}
.noticeLink:hover {
  color: #8258FA;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0,0.6);
  z-index: 1001;
}

.wrapNotice {
  position: absolute;
  width: 95%;
  max-width: 620px;
  height: fit-content;
  overflow-y: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.wrapNotice::-webkit-scrollbar {
  width: 4px;
}
.wrapNotice::-webkit-scrollbar-track{
  background-color: #bdbdbd;
}
.wrapNotice::-webkit-scrollbar-thumb {
  background-color: #848484;
}

.wrapNotice .wrapNoticeBg {
  position: relative;
}

.wrapNotice .noticeBg {
  width: 100%;
  vertical-align: middle;
  /*pointer-events: none;*/
}
.wrapNotice .noticeBtn {
  position: absolute;
  display: inline-block;
  opacity: 0;
  background-color: #ccc;
  cursor: pointer;
}
.wrapNotice .changeEn {
  left: 7.8%;
  bottom: 5.5%;
  width: 10%;
  height: 3%;
}
.wrapNotice .changeZh {
  left: 8.5%;
    bottom: 3.5%;
    width: 21%;
    height: 3%;
}
.wrapNotice .viewDetails {
  right: 29%;
    bottom: 5%;
    width: 11%;
    height: 3%;
}
.wrapNotice .viewDetails2 {
  right: 17.8%;
    bottom: 3.5%;
    width: 18.8%;
    height: 3%;
}
.wrapNotice .shut {
  bottom: 4.3%;
    right: 7.8%;
    width: 32px;
    height: 30px;
}
.wrapNotice .shut2 {
  bottom: 3.3%;
    right: 5.8%;
    width: 50px;
    height: 30px;
}


