html,
body {
  width: 100%;
  /* font-size: 0.9vw; */
  padding: 0;
  margin: 0;
  /* background-color: #000; */
  /* cursor: url(https://www.oxbar.com/cdn/shop/files/32x32.svg?v=1732842817) 16 16, auto !important; */
  /* cursor: url(../images/oldman2.png) 16 16, auto !important; */

}


.mobile-only {
  display: none;
}

.desktop-only {
  display: block;
}

#GotoTop {
  background: var(--primary-color);
  right: 18px;
}

@font-face {
  font-family: Montserrat-ExtraLight;
  src: url(../fronts/Montserrat-ExtraLight-5.otf);
}

@font-face {
  font-family: Montserrat-Light;
  src: url(../fronts/Montserrat-Light-6.otf);
}

@font-face {
  font-family: Montserrat-Black;
  src: url(../fronts/Montserrat-Black-2.otf);
}

@font-face {
  font-family: Montserrat-Bold;
  src: url(../fronts/Montserrat-Bold-3.otf);
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url(../fronts/Montserrat-ExtraBold-4.otf);
}

@font-face {
  font-family: Montserrat-Medium;
  src: url(../fronts/Montserrat-Medium-7.otf);
}

@font-face {
  font-family: Montserrat-Regular;
  src: url(../fronts/Montserrat-Regular-8.otf);
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url(../fronts/Montserrat-SemiBold-9.otf);
}

@font-face {
  font-family: Montserrat-Thin;
  src: url(../fronts/Montserrat-Thin-10.otf);
}

#ntheader,
#nt_footer {
  display: none;
}

body > .mask-overlay {
  display: none;
}

section img {
  display: block;
  width: 100%;
  /* max-width: 100%; */
}
.navsubbox .brandlogo img{
  width: 200%;
}
section .container {
  width: 80%;
  max-width: initial;
}

section p {
  /* color: #fff; */
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1;
}

section {
  background-size: cover;
  background-position: center;
}

ul,
li {
  list-style: none;
  font-family: inherit;
}

a {
  transition: all 0.2s;
  /* color: #fff; */
  text-decoration: none;
}

.fz160 {
  font-size: 10rem;
}

.fz120 {
  font-size: 7.5rem;
}

.fz80 {
  font-size: 5rem;
}

.fz60 {
  font-size: 3.75rem;
}

.fz48 {
  font-size: 3rem;
}

.fz36 {
  font-size: 2.25rem;
}

.fz24 {
  font-size: 1.5rem;
}

.fz22 {
  font-size: 1.375rem;
}

.fz18 {
  font-size: 1.12rem;
}

.fz16 {
  font-size: 1rem;
}

.fz14 {
  font-size: 0.87rem;
}

.home_section {
  position: relative;
  padding: 0;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  z-index: 999;
  background-color: #230101;
}

.warningbox {
  width: 100%;
  text-align: center;
  font-family: H-Regular;
  font-size: 1rem;
  color: #fff;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
  background-color: black;
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
}

.warningbox .warning_move div {
  font-size: 14px;
}

.warningbox .warning_move > div span {
  color: red;
  margin-right: 3px;
  font-weight: 600;
}

.warningbox .warning_title {
  color: var(--primary-color);
}

.warning_move {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.warning_move1 {
  transform: translate(-50%);
  animation: scrollText1 30s linear infinite forwards;
}
.warning_move2 {
  position: absolute;
  /* top: 0; */
  transform: translate(50%);
  animation: scrollText2 30s linear infinite forwards;
}
@keyframes scrollText1 {
  0% {
    transform: translate(-50%);
  }
  49.99% {
    transform: translate(-100%);
  }
  50% {
    transform: translate(100%);
  }
  to {
    transform: translate(50%);
  }
}
@keyframes scrollText2 {
  0% {
    transform: translate(50%);
  }
  to {
    transform: translate(-50%);
  }
}

.navbox {
  width: 100%;
  padding: 0rem;
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 10;
  position: relative;
}

.navSearch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: var(--primary-color); */
  background: white;
  z-index: 2;
  border-top: 1px solid black;
}

.sea_medium {
  /* background: #000; */
  border: 1px solid;
  border-radius: 2rem;
  margin-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 1rem;
}

.submit_search {
  width: 100%;
}

.sea_medium input {
  background: #ffffff;
  width: 88%;
  border: none;
  padding: 12px 10px;
  line-height: 1.42;
  outline: none;
  color: #000000;
}

.sea_close {
  width: 3%;
  cursor: pointer;
}

.sea_main {
  width: 55%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: auto;
  transform: scale(0.9);
}

.navsubbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 86%;
  height: 60px;
  margin: 0 auto;
  background-color: #fff;
}

.navsubbox::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 2;
}

.navsubbox .brandlogo {
  width: 5%;
  z-index: 3;
}

.navsubbox .header_mobile_box {
  width: 5.09%;
  z-index: 3;
}

.navsubbox .header_mobile_box img {
  cursor: pointer;
}

.navsubbox .nav_list {
  display: flex;
  justify-content: space-between;
  height: 60px;
  align-items: stretch;
  /* transform: scale(0.9); */
}

.navsubbox .nav_list .nav-box {
  display: flex;
  align-items: stretch;
  width: 100%;
  justify-content: space-between;
  margin-right: 20px;
}

.navsubbox .nav_list .nav-box > .item {
     margin-left: 25px;
}

.navsubbox .nav_list .child-box {
  display: flex;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform linear 0.5s;
  z-index: -1;
  transform: translateY(-100%);
}

.navsubbox .nav_list .child-box.pro-child-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pro-child-box .mp_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: H-Medium;
  /* padding: 18px 20px; */
}

.pro-child-box .mp_nav > div {
  color: #000;
  cursor: pointer;
  margin: 0 20px;
  transition: all ease-in-out 0.5s;
}

.pro-child-box .mp_nav > div:hover,
.pro-child-box .mp_nav > div.on {
  color: var(--primary-color);
}

.navsubbox .nav_list .nav-box .item:hover .child-box {
  z-index: 0;
  transform: translateY(0);
}

.navsubbox .nav_list .child-box .box + .box {
  margin-left: 25px;
}

.navsubbox .nav_list .child-box .box h2 {
  color: #000;
  font-weight: 800;
  margin: 0;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
}

.navsubbox .nav_list .child-box .box .content {
  display: flex;
}

.navsubbox .nav_list .child-box .box .content a {
  height: 60px;
  margin-right: 25px;
}

.navsubbox .nav_list a {
  transition: all linear 0.2s;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.navsubbox .nav_list .nav-box > a,
.navsubbox .nav_list .nav-box .item > a {
  position: relative;
  z-index: 2;
}

.navsubbox .nav_list .nav-box > a,
.navsubbox .nav_list .nav-box .item > a,
.navsubbox .nav_list .child-box .box {
  transform: scale(0.9);
}

.nav_list a.nav_list_name {
  height: 60px;
}

.nav_list a.nav_list_name.wholesale_link:hover {
  padding-bottom: 2px solid #000000;
}

.nav_list span {
  text-align: center;
  font-family: Montserrat-Light;
  cursor: pointer;
  transition: all 0.2s;
}

.nav_list span:hover {
  opacity: 0.9;
  transform: scale(1);
  color: var(--primary-color);
  font-weight: 700;
}

.nav_list a:hover {
  opacity: 0.9;
  color: var(--primary-color);
}

.nav_list a.active {
  opacity: 1;
  color: var(--primary-color);
}

.nav_tool {
  /* width: 15%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: scale(0.9);
  position: relative;
  z-index: 2;
}

.warning {
  font-size: 14px;
}

.nav_tool .searchlogo {
  width: 15%;
  cursor: pointer;
}

.language_box {
  display: block;
}

.language_img {
  width: 38%;
}

.language1 {
  margin-left: 8px;
  white-space: nowrap;
}

.lang {
  display: flex;
  justify-content: left;
  padding: 0 1rem;
  align-items: center;
}

.lang img {
  width: 15%;
}

.lang span {
  margin-left: 1rem;
}

.nav_tool .language_box {
  width: 55%;
  margin-right: 15%;
  position: relative;
  padding: 0;
}

.nav_tool .language_box .default_language_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-left: 10px;
}

.nav_tool .language_box:hover .language_list_box {
  display: block;
}

.nav_tool .language_box .language_list_box {
  display: none;
  width: 160px;
  position: absolute;
  left: -50px;
  top: 40px;
  background-color: #fff;
  border-radius: 5px;
  z-index: 999;
}

.nav_tool .language_box .language_list_box a {
  display: block;
  width: 100%;
  margin: 0.7rem auto;
  text-align: center;
}

.nav_tool .language_box .language_list {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.nav_tool .language_box .language_list:before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #ccc;
  position: absolute;
  left: 50%;
  top: 0%;
  margin-top: -20px;
  transform: translate(-50%);
}

.nav_tool .language_box .language_list:after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%);
  margin-top: -19px;
}

.navbox .desktop_searchbox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  height: 60px;
}

.navbox .desktop_searchbox form {
  width: 100%;
  height: 60px;
  position: relative;
}

.navbox .desktop_searchbox form input {
  width: 80%;
  margin-left: 10%;
  height: 60px;
  outline-style: none;
  border: 0;
  padding: 0;
}

.navbox .desktop_searchbox .Search_img {
  position: absolute;
  width: 1.5%;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s;
}

.navbox .desktop_searchbox .Search_img:hover {
  opacity: 1;
}

.navbox .desktop_searchbox .Close_img {
  position: absolute;
  width: 2%;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  cursor: pointer;
}

.nav-wrapper .header_mobile_nav {
  /* position: absolute;
  width: 100%;
  top: 100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;

  z-index: 999;
  font-family: Montserrat-ExtraLight;
  height: 100vh;
  display: flex;
  flex-direction: column; */
  position:absolute;
  width: 100%;
  left: -100vw;
  top:100%;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  transition: left 0.37s ease;
  z-index: 999;
  font-family: Montserrat-ExtraLight;
  height: 100vh;
  display: none;
  flex-direction: column;
}
@media screen and (max-width:782px){
  .nav-wrapper .header_mobile_nav {
    left: -100vw;
  }
}
@media screen and (max-width:1300px){
  .nav-wrapper .header_mobile_nav {
    left: -100vw;
  }
}
@media screen and (max-width:1180px){
  .nav-wrapper .header_mobile_nav {
    display: flex;
    left: -100vw;
  }
  .navsubbox {
    width: 95%;
  }
  .navsubbox .brandlogo {
    width: 180px;
    max-width: 48%;
  }
  .navsubbox .nav_list.desktop-only,
  .navsubbox .nav_tool.desktop-only {
    display: none;
  }
  .navsubbox .header_mobile_box.mobile-only {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 48px;
  }
  .navsubbox .header_mobile_box img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }
}
.nav-wrapper .header_mobile_nav.open{
  left: 0;
}
.nav-wrapper .header_mobile_nav .header_mobile_searchbox {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.header_mobile_searchbox form {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.header_mobile_searchbox form input {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 0;
  outline-style: none;
  font-size: 1.2rem;
}

.header_mobile_searchbox form img.mobile_search_img {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 5%;
  transform: translateY(-50%);
  transition: all 0.3s;
  opacity: 0.8;
  cursor: pointer;
}

.header_mobile_searchbox form img.mobile_search_img:hover {
  opacity: 1.1;
}

.nav-wrapper .header_mobile_nav .header_mobile_navlistbox {
  width: 95%;
  margin: 0 auto;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  flex: 1;
  overflow-y: scroll;
}

.header_mobile_navlistbox .header_mobile_navtitle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #6e6e6e;
}

.header_mobile_navlistbox .header_mobile_navtitle span {
  font-family: Montserrat-Regular;
}

.header_mobile_navlistbox .header_mobile_navtitle span.navtitle {
  font-family: Montserrat-Regular;
  color: #000;
  font-size: 1.2rem;
}

.header_mobile_navlistbox .header_mobile_navtitle img {
  width: 5%;
  cursor: pointer;
}

.header_mobile_navlistbox .header_mobile_navtitle img:hover {
  transform: scale(1.02);
}

.header_mobile_navlistbox .header_mobile_navs {
  width: 100%;
  position: relative;
}

.header_mobile_navlistbox .header_mobile_navs .box h2 {
  font-size: 1.1rem;
  line-height: 1.2rem;
  color: #333;
  font-weight: 600;
}

.header_mobile_navlistbox .header_mobile_navs .box .content {
  padding: 0 1.5rem;
}

.header_mobile_navlistbox .header_mobile_navs a {
  display: block;
  color: #595757;
  width: 100%;
  margin: 0.8rem auto;
  font-size: 1.1rem;
  font-family: Montserrat-Light;
}

.page_mask {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
  animation: 15s moiveAnimation infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@keyframes moiveAnimation {
  0%,
  to {
    background-size: 130vw 130vh, 120vw 120vh, 100vw 150vh, 120vw 130vh;
    background-position: -60vw -60vh, 30vw -20vh, -20vw 20vh, 30vw 20vh;
  }
  25% {
    background-size: 120vw 120vh, 100vw 100vh, 130vw 120vh, 100vw 110vh;
    background-position: -50vw -50vh, -40vw -10vh, 30vw -40vh, 10vw 20vh;
  }
  50% {
    background-size: 130vw 130vh, 140vw 100vh, 100vw 150vh, 90vw 110vh;
    background-position: 10vw -60vh, 20vw 10vh, -20vw -30vh, 10vw -20vh;
  }
  75% {
    background-size: 140vw 140vh, 100vw 130vh, 100vw 150vh, 130vw 110vh;
    background-position: -70vw -70vh, 20vw 10vh, 30vw -20vh, 20vw -30vh;
  }
}

.page_mask .mask_logobox {
  padding: 0;
}

.page_mask .mask_logobox .mask_logo {
  width: 200px;
}

.frame_m {
  position: fixed;
  width: 70%;
  top: 25%;
  left: 15%;
}

.frameb {
  width: 30%;
  position: fixed;
  top: 30%;
  left: 35%;
}

.frame_logo {
  margin: auto;
}

.page_mask .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page_mask .mask_choosebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_mask .mask_choice {
  border-radius: 2rem;
  line-height: 2.6rem;
  text-align: center;
  font-size: 1.3rem;
  font-family: Montserrat-Regular;
  color: #fff;
  cursor: pointer;
  margin: 0 1rem;
  padding: 0 2rem;
  min-width: 10rem;
  transition: all ease-in-out 0.5s;
}

.page_mask .mask_choice:hover,
.page_mask .mask_choice.on {
  background: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}

.page_mask .mask_choice {
  border: 1px solid #fff;
}

.page_mask .tip {
  font-family: H-Medium;
  font-size: 1rem;
  margin: 2rem auto;
  line-height: 1.5;
  color: #666;
  text-align: center;
  width: 60%;
}

.page_mask .mask_title {
  text-align: center;
  font-family: Montserrat-Regular;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  margin: 10px auto;
  transform: scale(0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page_mask .mask_title h1,
.page_mask .mask_title .mask_heading {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.page_mask .mask_title p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.page_mask .mask_title span {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 300;
  font-family: Montserrat-Light;
  width: 70%;
}

.products-wrap {
  margin-top: 1.5rem;
}

.products-wrap .main_popup {
  display: flex;
  flex-direction: column;
}

.main_popup .mp_content {
  /* padding: 1rem; */
}

.mp_items {
  display: flex;
  justify-content:space-around;
  align-items: center;
}
.mp_item {
  width: 15%;
  cursor: pointer;
  padding: 0 0.5rem;
  text-align: center;
}
.mp_more {
  margin: 2rem auto 2rem;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.mp_more:hover {
  color: var(--primary-color);
}
.mp_img {
  overflow: hidden;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background: #f7f8fa;
  width:11rem;
  height:11rem;
}
.mp_img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s;
}

.mp_img img:hover {
  transform: scale(1.25) !important;
}

.mp_item a {
  flex-direction: column;
}

.mp_item a span {
  font-family: H-Medium;
  transition: all 0.3s;
  width: 11rem;
  font-size: 0.95rem;
}

.mp_item a:hover span {
  color: var(--primary-color) !important;
}

@media (max-width: 767px) {
  html {
    /* 移动端文字过小 */
    /* font-size: 2.2vw; */
    font-size: 3.2vw;
  }

  .warning_move2 {
    animation: none;
    opacity: 0;
  }
  .warning_move1 {
    animation: none;
    transform: translate(0);
    width: 80%;
    margin: 0 auto;
  }

  .mobile-only {
    display: block;
  }

  .desktop-only {
    display: none;
  }

  .warningbox {
    width: 100%;
    font-size: 1rem;
    white-space: inherit;
    line-height: 16px;
  }

  .navsubbox {
    width: 95%;
  }

  .navsubbox .nav_list.desktop-only {
    display: none;
  }

  .navsubbox .brandlogo {
    width: 26.7%;
  }

  .Msea_medium {
    background: #fff;
    border: 1px solid #333;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 1rem;
    overflow: hidden;
  }

  .Msea_medium input {
    background: #fff;
    width: 90%;
    border: none;
    line-height: 1.42;
    padding: 6px 10px;
  }

  .seap_text {
    color: #000;
  }

  .mg_xilie,
  .mr_xilie,
  .mc_xilie,
  .mf_xilie,
  .ms_xilie {
    display: none;
  }
}
