@charset "UTF-8";
.customizedlangs {
  z-index: 11111;
}

.make-head {
  position: relative;
}
.make-head .make-threeBars {
  width: 63px;
  padding: 0 18px;
  overflow: hidden;
  flex-shrink: 0;
  opacity: 0;
  cursor: pointer;
}
.make-head .make-threeBars svg {
  width: 27px;
  height: 27px;
  color: #fff;
}
.make-head .make-threeBars-active path:first-child,
.make-head .make-threeBars-active path:first-child {
  transform: rotate(45deg);
  transform-origin: 20% 30%;
}
.make-head .make-threeBars-active path:nth-child(2),
.make-head .make-threeBars-active path:nth-child(2) {
  opacity: 0;
}
.make-head .make-threeBars-active path:nth-child(3),
.make-head .make-threeBars-active path:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 15% 66%;
}
.make-head .make-layout {
  display: flex;
  align-items: center;
  height: 100%;
  height: 73px;
  padding: 5px 0;
}
.make-head .make-layout .make-logo {
  flex: 0 0 200px;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
}
.make-head .make-layout .make-logo img {
  height: 100%;
  object-fit: contain;
}
.make-head .make-layout .make-search {
  flex: 1 1 100%;
  max-width: 880px;
  display: flex;
  align-items: center;
}
.make-head .make-layout .make-search .make-box {
  width: 100%;
  position: relative;
}
.make-head .make-layout .make-search .make-box input {
  padding: 9px 10px;
  width: 100%;
  font-family: "Avenir Next", "sans-serif";
}
.make-head .make-layout .make-search .make-box button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
}
.make-head .make-layout .make-search .make-box button img {
  width: 22px;
  height: 22px;
}
.make-head .make-layout .make-search .make-fork {
  height: 100%;
  padding: 7.2px 15px;
  cursor: pointer;
}
.make-head .make-layout .make-search .make-fork img {
  width: 20px;
  height: 20px;
}
.make-head .make-layout .make-searchResult {
  background-color: #fff;
  padding-top: 40px;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0901960784);
  animation: pageOpacity 0.4 ease;
  -webkit-animation: pageOpacity 0.4 ease;
  transition: all 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
  -moz-transition: all 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
  -ms-transition: all 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
  -o-transition: all 0.3s cubic-bezier(0.18, 0.77, 0.58, 1);
}
.make-head .make-layout .make-searchResult .make-width {
  height: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-bottom: 30px;
}
.make-head .make-layout .make-searchResult .make-width .make-commoditys {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.make-head .make-layout .make-searchResult .make-width .make-commoditys .make-item {
  margin: 10% 10% 0 10%;
}
.make-head .make-layout .make-searchResult .make-width .make-commoditys .make-item img {
  width: 100%;
}
.make-head .make-layout .make-searchResult .make-width .make-commoditys .make-item span {
  font-size: 14px;
  display: block;
  margin-top: 20px;
}
.make-head .make-layout .make-searchResult .make-width .make-more {
  min-width: 90px;
  margin: 0 auto;
  padding: 8px 14px;
  font-size: 14px;
  color: #fff;
  background: #313652;
  display: inline-block;
}
.make-head .make-layout .make-login-and-register {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  justify-content: flex-end;
}
.make-head .make-layout .make-login-and-register .make-signIn {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 16px 5px;
  cursor: pointer;
  flex-shrink: 0;
}
.make-head .make-layout .make-login-and-register .make-registration {
  padding: 16px 20px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
.make-head .make-width {
  height: 100%;
  padding: 0 10px;
}
.make-head .make-100 {
  position: fixed;
  background-color: rgb(93, 111, 49);
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease;
}
.make-head .make-atTheTop {
  background-color: rgb(93, 111, 49);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.make-head .make-nav {
  display: flex;
  align-items: center;
}
.make-head .make-nav .make-jumpTo:hover .make-dropdown {
  display: block;
}
.make-head .make-nav .make-jumpTo > a {
  /* 添加 > 选择器确保只选择直接子级 a 标签 */
  max-width: fit-content;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.make-head .make-nav .make-jumpTo .hover-dropdown {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.make-head .make-nav .make-jumpTo .hover-dropdown::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 20px;
  border-bottom: 2px solid;
  border-bottom-color: #5d6f31;
}
.make-head .make-nav .make-jumpTo .hover-dropdown:hover {
  background: #fff;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  color: #5d6f31;
}
.make-head .make-nav .make-jumpTo .hover-dropdown:hover::after {
  display: block;
}
.make-head .make-nav .make-jumpTo .hover-horizontalLine::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 20px;
  border-bottom: 2px solid;
  border-bottom-color: #fff;
}
.make-head .make-nav .make-jumpTo .hover-horizontalLine:hover {
  text-decoration: dotted;
}
.make-head .make-nav .make-jumpTo .hover-horizontalLine:hover::after {
  display: block;
}
.make-head .make-nav .make-jumpTo .make-dropdown {
  background-color: #fff;
  padding-top: 40px;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 999;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.0901960784);
}
.make-head .make-nav .make-jumpTo .make-dropdown .make-home {
  display: flex;
}
.make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content {
  width: 100%;
  flex-flow: column wrap;
  columns: 6;
  opacity: 0;
  animation: opacity 0.3s ease 0.05s forwards, transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  -webkit-animation: opacity 0.3s ease 0.05s forwards, transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
}
.make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity {
  padding: 0 40px 40px 0;
  max-height: max-content;
  page-break-inside: avoid;
  break-inside: avoid;
}
.make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity div {
  display: block;
}
.make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity div a {
  display: block;
  color: #1c1d1d;
  font-weight: 700;
  font-size: 15px;
}
.make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity a {
  display: block;
  font-size: 12.5px;
  line-height: 1;
  color: #1c1d1d;
  padding: 5px 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-underline-offset: 2px;
  line-height: 1.5;
}
.make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .make-head .make-layout .make-searchResult .make-width .make-commoditys {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .make-head .make-threeBars {
    display: none !important;
  }
  .make-head .make-layout {
    height: 63px;
    padding: 0;
    justify-content: space-between;
  }
  .make-head .make-layout .make-logo {
    flex: 0 0 140px;
    width: 100%;
    height: 43px;
    padding: 0;
  }
  .make-head .make-layout .make-logo img {
    height: 100%;
    object-fit: contain;
  }
  .make-head .make-layout .make-search {
    max-width: 100%;
    position: absolute;
    width: 85%;
    z-index: 11;
    left: 20px;
    width: 82%;
  }
  .make-head .make-layout .make-search .make-box {
    width: 100%;
    position: relative;
  }
  .make-head .make-layout .make-search .make-box input {
    padding: 12px 10px;
  }
  .make-head .make-layout .make-search .make-box button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    height: 100%;
    padding: 0 15px;
    background-color: transparent;
  }
  .make-head .make-layout .make-search .make-box button img {
    width: 22px;
    height: 22px;
  }
  .make-head .make-layout .make-search .make-fork {
    height: 100%;
    padding: 7.2px 15px;
    cursor: pointer;
  }
  .make-head .make-layout .make-search .make-fork img {
    width: 20px;
    height: 20px;
  }
  .make-head .make-layout .make-threeBarsmove {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .make-head .make-layout .make-threeBarsmove img {
    width: 27px;
    height: 27px;
    filter: invert(1);
    margin-right: 30px;
  }
  .make-head .make-layout .make-threeBarsmove svg {
    width: 30px;
    height: 30px;
    color: #fff;
  }
  .make-head .make-layout .make-login-and-register {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: flex-end;
  }
  .make-head .make-layout .make-login-and-register .make-signIn {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding: 16px 20px;
    cursor: pointer;
  }
  .make-head .make-layout .make-login-and-register .make-registration {
    padding: 16px 20px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
  }
  .make-head .make-width {
    height: 100%;
    padding: 0;
    padding: 0 20px;
  }
  .make-head .make-100 {
    position: fixed;
    background-color: rgb(93, 111, 49);
    left: 0;
    width: 100%;
    z-index: 10;
    transition: all 0.3s ease;
    padding: 10px 0;
  }
  .make-head .make-100 .make-search {
    max-width: 100%;
    width: 100%;
    z-index: 11;
  }
  .make-head .make-100 .make-search .make-box {
    width: 100%;
    position: relative;
  }
  .make-head .make-100 .make-search .make-box input {
    padding: 12px 10px;
    width: 100%;
  }
  .make-head .make-100 .make-search .make-box button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
    height: 100%;
    padding: 0 15px;
    background-color: transparent;
  }
  .make-head .make-100 .make-search .make-box button img {
    width: 22px;
    height: 22px;
  }
  .make-head .make-100 .make-search .make-fork {
    height: 100%;
    padding: 7.2px 15px;
    cursor: pointer;
  }
  .make-head .make-100 .make-search .make-fork img {
    width: 20px;
    height: 20px;
  }
  .make-head .make-nav {
    display: flex;
    align-items: center;
  }
  .make-head .make-nav .make-jumpTo:hover .make-dropdown {
    display: block;
  }
  .make-head .make-nav .make-jumpTo > a {
    /* 添加 > 选择器确保只选择直接子级 a 标签 */
    max-width: fit-content;
    color: #fff;
    padding: 10px 20px;
    position: relative;
    display: block;
  }
  .make-head .make-nav .make-jumpTo .hover-dropdown {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
  }
  .make-head .make-nav .make-jumpTo .hover-dropdown::after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 20px;
    border-bottom: 2px solid;
    border-bottom-color: #5d6f31;
  }
  .make-head .make-nav .make-jumpTo .hover-dropdown:hover {
    background: #fff;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    color: #5d6f31;
  }
  .make-head .make-nav .make-jumpTo .hover-dropdown:hover::after {
    display: block;
  }
  .make-head .make-nav .make-jumpTo .hover-horizontalLine::after {
    content: "";
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 20px;
    border-bottom: 2px solid;
    border-bottom-color: #fff;
  }
  .make-head .make-nav .make-jumpTo .hover-horizontalLine:hover {
    text-decoration: dotted;
  }
  .make-head .make-nav .make-jumpTo .hover-horizontalLine:hover::after {
    display: block;
  }
  .make-head .make-nav .make-jumpTo .make-dropdown {
    background-color: #fff;
    padding-top: 40px;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 999;
  }
  .make-head .make-nav .make-jumpTo .make-dropdown .make-home {
    display: flex;
  }
  .make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content {
    width: 100%;
    flex: 1 1 81%;
    flex-flow: column wrap;
    columns: 6;
    opacity: 0;
    animation: opacity 0.3s ease 0.05s forwards, transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
    -webkit-animation: opacity 0.3s ease 0.05s forwards, transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) 0.05s;
  }
  .make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity {
    padding: 0 40px 40px 0;
    display: flex;
    flex-direction: column;
    max-height: max-content;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity div a {
    color: #1c1d1d;
    font-weight: 700;
    font-size: 15px;
  }
  .make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity a {
    font-size: 12.5px;
    line-height: 1;
    color: #1c1d1d;
    padding: 10px 20px;
    font-weight: 300;
    letter-spacing: 1px;
    text-underline-offset: 2px;
  }
  .make-head .make-nav .make-jumpTo .make-dropdown .make-home .make-content .make-itemCommodity a:hover {
    text-decoration: underline;
  }
  .make-moveTheHead {
    padding: 20px;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1490196078);
    z-index: 99;
    background-color: #fff;
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .make-moveTheHead .make-inscribe {
    background: rgb(248, 248, 248);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /* 向右滑动动画（前进） */
    /* 向左滑动动画（返回） */
  }
  .make-moveTheHead .make-inscribe svg {
    width: 11px;
    height: 11px;
  }
  .make-moveTheHead .make-inscribe .category-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .make-moveTheHead .make-inscribe .category-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
  }
  .make-moveTheHead .make-inscribe h2 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .make-moveTheHead .make-inscribe ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .make-moveTheHead .make-inscribe li {
    padding: 12px 15px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
  }
  .make-moveTheHead .make-inscribe li:hover {
    background-color: #f9f9f9;
  }
  .make-moveTheHead .make-inscribe .arrow {
    color: #999;
  }
  .make-moveTheHead .make-inscribe .back-button {
    padding: 5px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: bold;
    font-size: 16px;
  }
  .make-moveTheHead .make-inscribe .slide-right-enter-active,
  .make-moveTheHead .make-inscribe .slide-right-leave-active {
    transition: all 0.3s ease;
  }
  .make-moveTheHead .make-inscribe .slide-right-enter {
    transform: translateX(100%);
    opacity: 0;
  }
  .make-moveTheHead .make-inscribe .slide-right-leave-to {
    transform: translateX(-100%);
    opacity: 0;
  }
  .make-moveTheHead .make-inscribe .slide-right-enter-to,
  .make-moveTheHead .make-inscribe .slide-right-leave {
    transform: translateX(0);
    opacity: 1;
  }
  .make-moveTheHead .make-inscribe .slide-left-enter-active,
  .make-moveTheHead .make-inscribe .slide-left-leave-active {
    transition: all 0.3s ease;
  }
  .make-moveTheHead .make-inscribe .slide-left-enter {
    transform: translateX(-100%);
    opacity: 0;
  }
  .make-moveTheHead .make-inscribe .slide-left-leave-to {
    transform: translateX(100%);
    opacity: 0;
  }
  .make-moveTheHead .make-inscribe .slide-left-enter-to,
  .make-moveTheHead .make-inscribe .slide-left-leave {
    transform: translateX(0);
    opacity: 1;
  }
}

/*# sourceMappingURL=header.css.map */
