@charset "utf-8";
/*初始化样式*/

header {
  width: 100%;
  z-index: 10;
  transition: all 0.5s;
  position: sticky;
  top: 0;
  height: clamp(60px, 0.7rem, 70px);
  background: #0c0c0c;
}
header.z-active {
  z-index: 99;
}
header.active,
header.hover-active {
  background: #ffffff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
header.active .header-box .header-menu nav .first-item .first-item-title,
header.hover-active .header-box .header-menu nav .first-item .first-item-title {
  color: rgba(0, 0, 0, 0.6);
}
header.active .logo,
header.hover-active .logo {
  filter: none !Important;
}
header.active .header-box .header-menu nav .first-item .first-item-title::after,
header.hover-active .header-box .header-menu nav .first-item .first-item-title::after {
  background: var(--color1);
}
header .header-phone-click {
  cursor: pointer;
  width: 22px;
  height: 16px;
  align-items: center;
  position: relative;
  right: 0;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  header .header-phone-click {
    display: flex;
    order: 3;
    margin-left: 0;
  }
}
header .header-phone-click .phone-click-line {
  height: 2px;
  background: #fff;
  width: 100%;
  transition: all 0.5s;
  overflow: hidden;
}
header .header-phone-click .phone-click-line::before,
header .header-phone-click .phone-click-line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}
header .header-phone-click .phone-click-line::before {
  top: 0;
  transition: all 0.5s;
}
header .header-phone-click .phone-click-line::after {
  bottom: 0;
  transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line {
  background: transparent;
  transition: all 0.5s;
}
header .header-phone-click.active .phone-click-line::before {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(7px) rotate(45deg);
}
header .header-phone-click.active .phone-click-line::after {
  margin: auto;
  transition: all 0.5s;
  transform: translateY(-7px) rotate(-45deg);
}
header .header-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  /*logo*/
  /*logo*/

}
@media screen and (max-width: 1280px) {
  header .header-box {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  header .header-box {
    width: 90%;
    justify-content: flex-end;
  }
}
header .header-box .logo {
  width: clamp(80px, 1.23rem, 123px);
}
header .header-box .logo h1 {
  line-height: 1;
  display:flex;
}
@media screen and (max-width: 768px) {
  header .header-box .logo {
    margin-left: 0;
    margin-right: auto;
  }
}
header .header-box .logo img {
  max-width: inherit;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}
header .header-box .header-menu {
  height: 100%;
  flex:1;
//margin-left:clamp(60px,0.6rem,60px);
//margin-right:clamp(60px,0.6rem,60px)

}
@media screen and (max-width: 768px) {
  header .header-box .header-menu {
    width: 100%;
    position: absolute;
    background: #fff;
    top: 60px;
    height: 100vh;
    z-index: 10;
    left: 0;
    margin-left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    overflow: auto;
  }
}
header .header-box .header-menu nav {
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    gap: 0;
    margin-left: 0;
  }
}
header .header-box .header-menu nav .first-item {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item {
    height: auto;
    width: 100%;
    margin-right: 0;
    justify-content: flex-start;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
}
header .header-box .header-menu nav .first-item .first-box {
  position: relative;
  width: 100%;
  height: 100%;

}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .first-box {
    border-bottom: 1px solid #eee;
  }
}
header .header-box .header-menu nav .first-item .first-box .first-item-title {
  font-size: clamp(12px, 0.18rem, 18px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s;
  width: 100%;

//padding: 0 20px !important;
}

header .header-box .header-menu nav .first-item .first-box .first-item-title img {
  width: clamp(20px, 0.3rem, 40px);
}
@media screen and (max-width: 1600px) {
  header .header-box .header-menu nav .first-item .first-box .first-item-title {
    padding:0 10px
  }
  header .header-box .header-menu nav .first-item .first-box .first-item-title img {
  //max-width:80%
  }
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .first-box .first-item-title {
    height: 50px;
    width: 100%;
    justify-content: flex-start;
    color: #333;
    padding: 0 20px;
  }
  header .header-box .header-menu nav .first-item .first-box .first-item-title img {
    filter: brightness(0);
    transform: scale(0.5);
    transform-origin: center left;
  }
}
header .header-box .header-menu nav .first-item .first-box .first-item-title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: all 0.5s;
  background: #fff;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .first-box .first-item-title::after {
    display: none;
  }
}
header .header-box .header-menu nav .first-item .first-box i {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  header .header-box .header-menu nav .first-item .first-box i {
    display: block;
  }
}
header .header-box .header-menu nav .first-item .first-box i::before,
header .header-box .header-menu nav .first-item .first-box i::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #000;
}
header .header-box .header-menu nav .first-item .first-box i::before {
  width: 14px;
  height: 2px;
}
header .header-box .header-menu nav .first-item .first-box i::after {
  height: 14px;
  width: 2px;
}
header .header-box .header-menu nav .first-item .first-box i.active {
  transform: rotate(45deg);
}

@media screen and (min-width: 769px) {
  header .header-box .header-menu nav .first-item:hover .second-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) {
  header .header-box .header-menu nav .first-item:hover,
  header .header-box .header-menu nav .first-item.active {
    background: var(--color2);
  }
  header .header-box .header-menu nav .first-item:hover img,
  header .header-box .header-menu nav .first-item.active img {
    filter: brightness(0);
  }
}
header .header-box .header-menu nav .first-item:hover a,
header .header-box .header-menu nav .first-item.active a {
  color: #000;
}
header .header-back {
  color: #fff;
  width: clamp(100px, 1.2rem, 120px);
  height: clamp(30px, 0.4rem, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid #fff;
  font-size: clamp(12px, 0.18rem, 18px);
  margin-right: clamp(10px, 0.5rem, 50px);
  transition: all 0.5s;
  cursor: pointer;
}
header .header-back:hover {
  background: var(--color2);
  border-color: var(--color2);
}
header .header-right {
  align-items: center;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  height: 100%;
  position: relative;
  /*语言*/
  /*语言*/
}
@media screen and (max-width: 768px) {
  header .header-right {
    margin-right: 20px;
  }
}
header .header-right .r-item {
  width: clamp(35px, 0.7rem, 70px);
  height: 100%;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
header .header-right .r-item .number {
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color1);
  border-radius: 999px;
  position: absolute;
  top: 20%;
  right: 10%;
  color: #fff;
  font-size: 12px;
  padding: 0 4px;
  transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  header .header-right .r-item {
    width: 40px;
  }
}
header .header-right .r-item:hover {
  background: var(--color2);
}
header .header-right .r-item:hover img.icon {
  filter: brightness(0) grayscale(0);
}
header .header-right .r-item img {
  transition: all 0.5s;
}
header .header-right .r-item .status {
  position: absolute;
  right: 15%;
  top: 13px;
  width: clamp(8px, 0.18rem, 18px);
}
@media screen and (max-width: 768px) {
  header .header-right .r-item .status {
    top: 18px;
  }
}
header .header-right .r-item .cart-show {
  position: absolute;
  top: 100%;
  border-radius: 0 0 0.1rem 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(300px, 4rem, 400px);
  background: #fff;
  box-shadow: 0 0 0.5rem 0.5rem rgba(0, 0, 0, 0.03);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  header .header-right .r-item .cart-show {
    width: 100vw;
    left: 0;
    transform: translateX(0);
    position: fixed;
    top: 60px;
  }
}
header .header-right .r-item .cart-show .cart-title {
  background: var(--color3);
  padding: 24px;
  font-size: clamp(12px, 0.14rem, 14px);
  color: #333;
}
header .header-right .r-item .cart-show .cart-empty {
  height: 220px;
  font-size: clamp(12px, 0.18rem, 18px);
  text-align: center;
  color: #333;
  font-weight: 600;
  flex-direction: column;
  border-bottom: 1px solid #eee;
}
header .header-right .r-item .cart-show .cart-empty .cart-empty-text {
  margin-top: clamp(10px, 0.2rem, 20px);
}
header .header-right .r-item .cart-show .cart-empty-button {
  border-radius: 2px;
  background: #f5f5f5;
  font-size: clamp(12px, 0.16rem, 16px);
  width: clamp(100px, 1.6rem, 160px);
  height: clamp(40px, 0.4rem, 40px);
  gap: 10px;
  margin: 24px auto;
  transition: all 0.5s;
  cursor: no-drop;
  color: #999;
}
header .header-right .r-item .cart-show .cart-empty-button i {
  color: #999;
}
header .header-right .r-item .cart-show .cart-box .items {
  padding: 30px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-height: clamp(300px, 3.6rem, 360px);
  overflow-y: auto;
}
header .header-right .r-item .cart-show .cart-box .items .item {
  align-items: flex-start;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-img {
  flex-basis: clamp(40px, 0.6rem, 60px);
  height: clamp(40px, 0.6rem, 60px);
  background: #eee;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-img img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-info {
  padding-left: 20px;
  flex: 1;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-info .pro-name {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #333;
  margin-top: 6px;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-info .pro-summary {
  font-size: clamp(12px, 0.14rem, 14px);
  color: #999;
  margin-top: 6px;
}
header .header-right .r-item .cart-show .cart-box .items .item .item-number {
  flex-basis: 50px;
  font-size: clamp(12px, 0.16rem, 16px);
  color: #333;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
  margin-top: 6px;
}
header .header-right .r-item .cart-show .cart-box .cart-price {
  padding: 24px;
  background: var(--color3);
  font-size: clamp(12px, 0.16rem, 16px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #333;
}
header .header-right .r-item .cart-show .cart-box .cart-price .list {
  padding-left: calc(clamp(40px, 0.6rem, 60px) + 20px);
}
header .header-right .r-item .cart-show .cart-box .cart-price .value {
  font-weight: 600;
}
header .header-right .r-item .cart-show .cart-box .check-out {

}
header .header-right .r-item .cart-show .cart-box .check-out:hover {
  background: var(--color3);
}
header .header-right .r-item.cart:hover .cart-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header-right .language {
  color: #fff;
  position: relative;
  cursor: pointer;
}
header .header-right .language .language-show {
  border-radius: 0 0 0.1rem 0.1rem;
  position: absolute;
  top: 100%;
  color: #333;
  right: 0;
  margin: auto;
  width: clamp(160px, 2rem, 200px);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  max-height: 70vh;
  overflow: auto;
}
header .header-right .language .language-show .language-show-item {
  padding: 10px 10px 10px clamp(15px, 0.24rem, 24px);
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  box-shadow: 0 10px 50px rgba(54, 56, 79, 0.11);
  display: block;
  transition: all 0.5s;
  font-size: clamp(12px, 0.16rem, 16px);
}
header .header-right .language .language-show .language-show-item img {
  width: clamp(15px, 0.3rem, 30px);
  filter: none;
  margin-right: 6px;
}
header .header-right .language .language-show .language-show-item:hover {
  background: #fde8f7;
  color: #000;
}
header .header-right .language:hover .language-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .header-search-box {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
}
header .header-search-box .mask {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  height: 100vh;
}
header .header-search-box::after {
//content: "";
  position: fixed;
  top: clamp(60px, 0.7rem, 70px);
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  z-index: -1;
}
header .header-search-box .header-search {
  top: clamp(60px, 0.7rem, 70px);
  top:0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border-radius: 0 0 10px 10px;
  padding: clamp(30px, 0.4rem, 40px) 20px;
  position: relative;
}
header .header-search-box .header-search .search-container {
  max-width: 1000px;
  margin: auto;
  width: 100%;
}
header .header-search-box .header-search .search-container .search-text {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #333;
}
header .header-search-box .header-search .search-container .search-text a {
  color: var(--color1);
  text-decoration: underline;
}
header .header-search-box .header-search .search-container .search-agree {
  font-size: clamp(12px, 0.16rem, 16px);
  color: #000;
  margin-top: 16px;
}
header .header-search-box .header-search .search-container .search-agree label {
  gap: 10px;
}
header .header-search-box .header-search .search-container .search-agree label input {
  border-color: #999;
  color: #999;
  width: 20px;
  height: 20px;
}
header .header-search-box .header-search .search-container .search-agree label input[type=checkbox]:checked {
  background: none !important;
  border-color: #999 !important;
}
header .header-search-box .header-search .search-container .search-agree label input[type=checkbox]:checked::after {
  filter: brightness(0);
  opacity: 0.6;
}
header .header-search-box .header-search .search-container form {
  margin-top: clamp(10px, 0.2rem, 20px);
  width: 100%;
  position: relative;
  max-width:600px;
  display:flex;
  gap:clamp(10px,0.2rem,20px)
}
header .header-search-box .header-search .search-container form label {
  width: 100%;
  display:flex;
  gap:clamp(10px,0.2rem,20px)
}
header .header-search-box .header-search .search-container form label input {
  padding-left: 10px;
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
  height: clamp(40px, 0.6rem, 60px);
  border: none;
  border-radius: 4px;
  width: 100%;
  background: var(--color2);
  font-size: clamp(12px, 0.16rem, 16px);
}
header .header-search-box .header-search .search-container form label input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-size: clamp(12px, 0.16rem, 16px);
}
header .header-search-box .header-search .search-container form label button {
  width: clamp(40px, 0.6rem, 60px);
  height: clamp(40px, 0.6rem, 60px);
  background: none;
  color: #fff;
  font-size: 16px;
//position: absolute;
  right: 0;
  top: 0;
  background:#f5f5f5
}
@media screen and (max-width: 768px) {
  header .header-search-box .header-search .search-container form label button {
    width: 40px;
  }
}
header .header-search-box .header-search .search-container form label button img {
  filter: contrast(0) brightness(0);
}
header .header-search-box .header-search .search-container form .close {
  position: absolute;
  right: -80px;
  top: 0;
  width: 60px;
  height: clamp(40px, 0.6rem, 60px);
  color: #999;
  font-size: clamp(12px, 0.2rem, 20px);
  background: #f5f5f5;
  cursor: pointer;
  transition: all 0.5s;
}
header .header-search-box .header-search .search-container form .close:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  header .search-click {
    margin-right: 0;
    margin-left: auto;
    width: 50px;
  }
}
@media screen and (min-width: 769px) {
  .index header .logo {
    filter: none;
  }
  .index header .header-box .header-menu nav .first-item .first-item-title {
    color: rgba(255, 255, 255, 0.6);
  }
  .index header .header-box .header-menu nav .first-item:hover .first-item-title,
  .index header .header-box .header-menu nav .first-item.active .first-item-title {
    color: #fff;
  }
}

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