* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: none;
}
.thumb {
  object-fit: cover;
}
body {
  max-width: 100vw;
  overflow-x: hidden;
}
@media all and (max-width: 750px) {
  .hidden-m {
    display: none !important;
  }
}
@media all and (min-width: 750px) {
  .hidden-pc {
    display: none !important;
  }
}
@font-face {
  font-family: ArtifaktElement-Bold;
  src: url("/devimages/font/Artifakt Element Bold.ttf");
}
@font-face {
  font-family: ArtifaktElement;
  src: url("/devimages/font/Artifakt Element Italic.ttf");
}
@font-face {
  font-family: ArtifaktElement-Regular;
  src: url("/devimages/font/Artifakt Element Regular.ttf");
}
@media all and (max-width: 750px) {
  .menuTop {
    height: 55px;
    display: flex;
    justify-content: space-between;
    padding: 0 5vw;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: white;
  }
  .menuTop .menu_logo {
    width: 40%;
  }
  .menuTop .menu_o {
    width: 25px;
  }
  .menuTop .menu_x {
    width: 20px;
  }
  .menuTop .hid {
    display: none;
  }
  .menus {
    display: flex;
    position: fixed;
    top: 55px;
    left: 0;
    flex-direction: column;
    align-items: center;
    background-color: #f6f6f6;
    z-index: 999;
    height: 0;
    overflow: hidden;
    transition: linear all 0.3s;
  }
  .menus .menu {
    width: 100vw;
    height: 60px;
    line-height: 60px;
    color: #131315;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #e7e9ee;
  }
  .menus.showMenu {
    height: calc(100vh - 55px);
  }
}
@media all and (min-width: 750px) {
  .headTop {
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 160px;
    justify-content: space-between;
  }
  .headTop .logo {
    width: 214px;
    height: 38px;
  }
  .headTop .menus {
    display: flex;
    height: 90px;
    align-items: center;
  }
  .headTop .menus .shu {
    width: 1px;
    height: 16px;
    background: #E4E7ED;
  }
  .headTop .menus .menu {
    height: 100%;
    line-height: 90px;
    padding: 0 27px;
    font-size: 18px;
    font-weight: 400;
    color: #575661;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .headTop .menus .menu .children {
    position: absolute;
    left: 0;
    z-index: 9999;
    display: none;
  }
  .headTop .menus .menu .children .itemc1 {
    width: 250px;
    height: 55px;
    background: #1C2B5F;
    font-size: 14px;
    font-family: ArtifaktElement-Regular;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    position: relative;
  }
  .headTop .menus .menu .children .itemc1 .name {
    line-height: 55px;
    text-align: center;
  }
  .headTop .menus .menu .children .itemc1 .children {
    position: absolute;
    left: 250px;
    top: 0;
    display: none;
  }
  .headTop .menus .menu .children .itemc1 .children .itemc2 {
    background-color: #122151;
    font-size: 12px;
    width: 300px;
  }
  .headTop .menus .menu .children .itemc1 .children .itemc2:hover {
    background-color: #071541;
  }
  .headTop .menus .menu .children .itemc1:hover {
    background-color: #122151;
  }
  .headTop .menus .menu .children .itemc1:hover .children {
    display: block;
  }
  .headTop .menus .menu.activity {
    background: #253670;
    color: white;
  }
  .headTop .menus .menu:hover .children {
    display: block;
  }
}
/*# sourceMappingURL=headTop.css.map */