@media (max-width: 1199px) {
.headerbox {
    display: block;
    width: 100%;
    opacity: 1;
    right: 0;
    touch-action: none;
    overscroll-behavior: none;
    padding-top: 60px;
    color: rgba(255, 255, 255, 0.5);
    height: 100%;
    top: 0;
    background: rgba(37, 54, 71, 0.5);
    backdrop-filter: blur(10px);
    z-index: 2;
    position: fixed;
    transform: translateX(100%);
    font-weight: bold;
    font-size: 18px;
}
}
.h5-menu {
  display: block;
  width: calc(var(--vw) * 100);
  opacity: 1;
  right: 0;
  touch-action: none;
  overscroll-behavior: none;
  padding-top: 60px;
  color: rgba(255, 255, 255, 0.5);
  height: calc(var(--vh) * 100);
  top: 0;
  background: rgba(37, 54, 71, 0.5);
  backdrop-filter: blur(10px);
  z-index: 2;
  position: fixed;
  transform: scale(var(--scal)) translateX(125%);
  transform-origin: right top;
  font-weight: bold;
  font-size: 18px;
}
.h5-menu .h5-menu-ul {
  padding: 10px 8px;
  background-color: #121212;
  margin: 16px 16px 0px 16px;
  border-radius: 30px;
}
.h5-menu .h5-menu-ul .h5-menu-item {
  height: 48px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 36px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.h5-menu .h5-menu-ul .h5-menu-item img {
  width: 20px;
  height: 20px;
  transition: 100ms linear;
  cursor: pointer;
}
.h5-menu .h5-menu-ul .h5-menu-item #head_cdn {
  width: 100%;
  line-height: 48px;
  text-align: center;
}
.h5-menu .h5-menu-ul .download_item {
  background-color: #dbff00;
  color: #121212;
}
.h5-menu .h5-menu-ul .radiochange {
  transform: rotate(180deg);
}
.h5-menu .h5-menu-ul .mobile_card_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  max-height: 0px;
  overflow: hidden;
  transition: 100ms linear;
  touch-action: pan-y;
}
.h5-menu .h5-menu-ul .mobile_card_list::-webkit-scrollbar {
  width: 0px;
}
.h5-menu .h5-menu-ul .mobile_card_list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.h5-menu .h5-menu-ul .mobile_card_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 24px;
  background: #1e1e1e;
  border-radius: 25px;
  row-gap: 10px;
  cursor: pointer;
}
.h5-menu .h5-menu-ul .mobile_card_list li span:nth-child(1) {
  font-weight: bold;
  font-size: 12px;
  color: #dbff00;
  line-height: 12px;
}
.h5-menu .h5-menu-ul .mobile_card_list li span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
}
.h5-menu .h5-menu-ul .learn_card_list {
  overflow-y: scroll;
}
.h5-menu .h5-menu-ul .showcard {
  max-height: 50vh;
}
.h5-menu .h5-menu-ul .usercard li:nth-child(3) span:nth-child(1) {
  color: #00f46a;
}
.h5-menu .h5-menu-ul .usercard li span:nth-child(1) {
  color: #dbff00;
}
.h5-menu .h5-menu-ul .twscard li span:nth-child(1) {
  color: #006eff;
}
.h5-menu .h5-menu-ul .learncard li span:nth-child(1) {
  color: #00f46a;
}
.h5-menu .h5-menu-ul .downcard li span:nth-child(1) {
  color: #dbff00;
}
.h5-menu .h5-menu-ul .services {
  background-color: #006eff;
  color: #121212;
}
.h5-menu .h5-menu-ul .network {
  background-color: #dbff00;
  color: #121212;
}
.h5-menu .h5-menu-ul .blockchain {
  background-color: #00f46a;
  color: #121212;
}
.h5-menu .h5-menu-ul .cdnactive {
  color: #121212;
  background-color: #007aff;
}
.h5-menu .mobile_download_box {
  display: flex;
  background: #121212;
  border-radius: 75px;
  align-items: center;
  padding: 10px 12px;
  margin: 8px 10px;
  justify-content: space-between;
}
.h5-menu .mobile_download_box span {
  height: 50px;
}
.h5-menu .mobile_download_box span:nth-child(1) {
  font-weight: 400;
  font-size: 14px;
  color: #dbff00;
  display: flex;
  align-items: center;
  margin: 0 14px;
}
.h5-menu .mobile_download_box span:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: #121212;
  line-height: 18px;
  background: #dbff00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 75px;
  padding: 16px 24px;
  cursor: pointer;
}
.h5-menu.active {
  transform: translateX(0);
}
.h5-menu .log_wrapper {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin: 0 16px;
  margin-top: 8px;
}
.h5-menu .log_wrapper a,
.h5-menu .log_wrapper > div {
  flex: 1;
  border-radius: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #121212;
  color: white;
}
.h5-menu .log_wrapper .login_button {
  background-color: #00f46a;
  color: #121212;
  cursor: pointer;
}
.h5-menu .log_wrapper .user {
  background-color: #121212;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0 24px;
  position: relative;
  font-size: 12px;
}
.h5-menu .log_wrapper .user .login_out {
  position: absolute;
  top: 54px;
  right: 0px;
  width: 100%;
  background-color: #121212;
  border: 1px solid #3f3e3ea8;
  border-radius: 13px;
}
.h5-menu .log_wrapper .user .login_out > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 14px;
  height: 50px;
  color: red;
  cursor: pointer;
}
.h5-menu .log_wrapper .user .login_out > div:first-child {
  color: #007aff;
  padding-bottom: 0px;
}
.h5-menu .log_wrapper .user .login_out > div:last-child {
  padding-top: 0px;
}
.h5-menu .log_wrapper .user .login_out > div > img {
  width: 16px;
  height: 16px;
}
.h5-menu .log_wrapper .user > img {
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
}
.h5-menu .log_wrapper .user > img:last-child {
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: transform 0.5s;
}
.h5-menu .log_wrapper .user .roateimg {
  transform: rotate(180deg);
}
.h5-menu .log_wrapper .user .info {
  margin: 0 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  cursor: pointer;
  max-width: 100px;
  flex: 1;
  min-width: 50px;
  width: 50px;
}
.h5-menu .otherlink_wrapper {
  width: 100%;
  margin-top: 4px;
}
.h5-menu .otherlink_wrapper ul {
  width: 100%;
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.h5-menu .otherlink_wrapper ul li {
  width: 50px;
  height: 50px;
  background-color: #121212;
  border-radius: 50%;
  cursor: pointer;
}
.h5-menu .otherlink_wrapper ul li a {
  width: 100%;
  height: 100%;
}
.h5-menu .otherlink_wrapper ul li a img {
  width: 100%;
  height: 100%;
}
.h5-menu .closePan {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 75px;
  z-index: 3;
  cursor: pointer;
  background-color: #121212;
}
.h5-menu .closePan > img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1199px) and (min-width: 768px) {
.log_wrapper {
    display: none !important;
}
}

