*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
}

body{
    width: 100%;
    overflow-x: hidden;
}

@font-face {
    font-family: DIN Condensed;
    src: url(../font/DINCondensedBold.ttf);
}

@font-face {
    font-family: SourceHanSansCN;
    src: url(../font/SourceHanSansCN-ExtraLight.ttf);
}

/* *, *::after, *::before {
    box-sizing: border-box;
} */

/* ::-webkit-scrollbar{
    width: 0;
}

#my-scrollbar {
    height: 100vh;
}

.scrollbar-track-y{
    z-index: 9999!important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 4px !important;
}

.scrollbar-track:hover {
    cursor: grab;
} */

img {
  object-fit: cover;
}

.section .main {
  width: 100%;
  height: 100%;
  position: relative;
}

.section .main .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section .main .background img {
  display: block;
  width: 100%;
  height: 100%;
}
