html, body {
  width: 100%;
  height: auto;
  font-size: 0px;
  margin: 0px;
  padding: 0px;
}

.fu {
  width: 100%;
  height: auto;
  font-size: 0px;
}

.dh {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0px;
  background: #1e2d3c;
}

@media screen and (min-width: 1800px) {
  .dh_Z {
    width: 1600px;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0px;
  }
  .dh_Z .logo {
    width: calc( ( 40px / 3 ) * 4);
    height: 40px;
  }
  .dh_Z .dh_Z_Z {
    width: auto;
    height: auto;
    font-size: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1800px) {
  .dh_Z {
    width: 90vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0px;
  }
  .dh_Z .logo {
    width: calc( ( 40px / 3 ) * 4);
    height: 40px;
  }
  .dh_Z .dh_Z_Z {
    width: auto;
    height: auto;
    font-size: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
  .dh_Z {
    width: 96vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0px;
  }
  .dh_Z .logo {
    width: calc( ( 40px / 3 ) * 4);
    height: 40px;
  }
  .dh_Z .dh_Z_Z {
    width: auto;
    height: auto;
    font-size: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (max-width: 600px) {
  .dh_Z {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0px;
  }
  .dh_Z .logo {
    width: calc( ( 30px / 3 ) * 4);
    height: 30px;
    margin: 10px 0px;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .dh_Z .dh_Z_Z {
    width: 100%;
    height: auto;
    font-size: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    border-top: white 1px solid;
  }
}
