@charset "UTF-8";

/** 媒体查询 */

/** 布局 */

/** 容器宽度 */

.maxw1820 {
  width: 90%;
  max-width: 1820px;
  margin: 0 auto;
}

.maxw1780 {
  width: 90%;
  max-width: 1780px;
  margin: 0 auto;
}

.maxw1720 {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}

.maxw1620 {
  width: 90%;
  max-width: 1620px;
  margin: 0 auto;
}

.maxw1600 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.maxw1580 {
  width: 90%;
  max-width: 1580px;
  margin: 0 auto;
}

.maxw1490 {
  width: 90%;
  max-width: 1490px;
  margin: 0 auto;
}

.maxw1400 {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.maxw1380 {
  width: 90%;
  max-width: 1380px;
  margin: 0 auto;
}

.maxw1320 {
  width: 90%;
  max-width: 1320px;
  margin: 0 auto;
}

.maxw1280 {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.maxw1220 {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}

.maxw1200 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.maxw1190 {
  width: 90%;
  max-width: 1190px;
  margin: 0 auto;
}

.maxw1120 {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
}

.maxw1060 {
  width: 90%;
  max-width: 1060px;
  margin: 0 auto;
}

.maxw1000 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.maxw860 {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}

.maxw840 {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
}

.maxw650 {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
}

.maxw600 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.default-stack {
  display: flex;
  overflow: hidden;
}

.default-stack > div {
  width: 100%;
  flex-shrink: 0;
}

.default-stack > div:nth-child(2) {
  margin-left: -100%;
}

.default-stack > div:nth-child(3) {
  margin-left: -100%;
}

.default-stack > div:nth-child(4) {
  margin-left: -100%;
}

.default-stack > div:nth-child(5) {
  margin-left: -100%;
}

.default-stack > div:nth-child(6) {
  margin-left: -100%;
}

.default-stack > div:nth-child(7) {
  margin-left: -100%;
}

@media (max-width: 800px) {
  .default-stack.m-clear-default-stack {
    padding-bottom: 0;
    flex-direction: column;
  }

  .default-stack.m-clear-default-stack > div {
    margin: 0 !important;
  }

  .default-stack.m-clear-default-stack.reverse {
    flex-direction: column-reverse;
  }
}

.default-select-box {
  position: relative;
}

.default-select-box .select-box-text {
  height: 3.0625rem;
  line-height: 3.0625rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #5C5C5C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.6875rem;
}

.default-select-box .select-box-text::after {
  content: "";
  transform: translateY(0.25rem);
  border-top: 0.3125rem solid #5C5C5C;
  border-bottom: 0.3125rem solid rgba(92, 92, 92, 0);
  border-left: 0.3125rem solid rgba(92, 92, 92, 0);
  border-right: 0.3125rem solid rgba(92, 92, 92, 0);
}

.default-select-box .select-box-text .t1 {
  font-size: 0.875rem;
  color: #7B7B7B;
}

.default-select-box .select-box-text .t2 {
  font-size: 0.875rem;
  color: #000000;
}

.default-select-box .select-box-list {
  display: none;
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  transform: translateY(100%);
  background-color: #ffffff;
  border: #5C5C5C 0.0625rem solid;
  border-radius: 0.25rem;
  width: 100%;
  z-index: 999;
  padding: 0.9375rem 0;
  box-sizing: border-box;
  max-height: 25rem;
  overflow: auto;
}

.default-select-box .select-box-list .item {
  padding: 0.625rem 0.9375rem;
  font-size: 0.75rem;
  border-bottom: 0.0625rem solid #eeeeee;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
}

.default-select-box .select-box-list .item:hover {
  background-color: #5C5C5C;
  color: #ffffff;
}

.default-select-box.active .select-box-list {
  display: block;
}

.default-select-box.his .select-box-text .t1 {
  font-size: 0.75rem;
}

.default-input-box {
  height: 3.0625rem;
  line-height: 3.0625rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #5C5C5C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.6875rem;
}

.default-input-box input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 0.875rem;
  font-weight: 600;
}

.default-textarea-box {
  height: 10rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border: 0.0625rem solid #5C5C5C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.6875rem;
}

.default-textarea-box textarea {
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  font-size: 1rem;
  color: #474747;
  resize: none;
}

.default-btn {
  font-size: 0.75rem;
  color: #FFFFFF;
  padding: 0.6875rem 1.0625rem;
  line-height: 1;
  cursor: pointer;
  border: 0.0625rem solid #fff;
  display: inline-block;
  transition: background-color 0.3s, border 0.3s;
}

.default-btn:hover {
  background-color: #000;
  border: 0.0625rem solid #000;
}

.default-btn-hover {
  transition: opacity 0.3s;
}

.default-btn-hover:hover {
  opacity: 0.7;
}

.default-radio-box input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.default-radio-box .text {
  height: 3.0625rem;
  line-height: 3.0625rem;
  border-radius: 0.25rem;
  border: 0.0625rem solid #5C5C5C;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.6875rem;
  background-color: #fff;
  transition: border-color 0.3s, color 0.3s, background-color 0.3s;
}

.default-radio-box input:checked + .text {
  border: 0.0625rem solid #000;
  color: #fff;
  background-color: #000;
}

@media (max-width: 800px) {
  .default-radio-box .text {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.875rem;
  }
}

.default-title {
  display: flex;
  flex-direction: column;
  gap: 2.0625rem;
  width: 90%;
  margin: auto;
  text-align: center;
}

.default-title .t1 {
  font-size: 1.875rem;
  color: #000000;
  font-family: AcuminProBook-M;
}

.default-title .t2 {
  font-size: 1.25rem;
  color: #000000;
  font-family: AcuminProBook;
}

.default-title .t3 {
  font-size: 1rem;
  color: #757575;
  font-family: AcuminProBook-M;
}

@media (max-width: 800px) {
  .default-title {
    gap: 0.9375rem;
  }

  .default-title .t1 {
    font-size: 1.5625rem;
  }

  .default-title .t2 {
    font-size: 1.125rem;
  }

  .default-title .t3 {
    font-size: 0.9375rem;
  }
}

.default-benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}

.default-benefits-list .item {
  background: linear-gradient(#CAAA77, #ffffff);
  border-radius: 1.875rem 1.875rem 0 0;
  padding: 4.6875rem 0.625rem 8.125rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5625rem;
  text-align: center;
}

.default-benefits-list .icon {
  width: 6.25rem;
}

.default-benefits-list .t1 {
  font-weight: bold;
  font-size: 3rem;
  font-family: AcuminProSemibold;
}

.default-benefits-list .t2 {
  font-size: 1rem;
  font-family: AcuminProBook;
}

@media (max-width: 800px) {
  .default-benefits-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }

  .default-benefits-list .item {
    padding: 2.5rem 0.625rem 4.375rem;
    gap: 1.25rem;
  }

  .default-benefits-list .icon {
    width: 5rem;
  }

  .default-benefits-list .t1 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 500px) {
  .default-benefits-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.default-br {
  background: #DDDDDD;
  height: 1px;
  width: 100%;
}

.default-product-item:hover .image .img1 {
  opacity: 0;
}

.default-product-item:hover .image .img2 {
  opacity: 1;
}

.default-product-item .image {
  width: 100%;
  background: #F6F6F6;
  overflow: hidden;
  position: relative;
}

.default-product-item .image img {
  transition: opacity 0.3s;
}

.default-product-item .image .img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.default-product-item .text {
  padding: 1.125rem 0.3125rem;
}

.default-product-item .name {
  font-size: 0.9375rem;
  color: #000000;
  font-family: AcuminProBook;
}

.default-product-item .bottom {
  margin-top: 1.25rem;
}

.default-product-item .price {
  font-size: 1rem;
  color: #000000;
  font-family: AcuminProBook-M;
}

.default-product-item .color {
  gap: 0.625rem;
  font-family: AcuminProBook-M;
  font-size: 0.8125rem;
}

.default-product-item .color .o {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
}

@media (max-width: 800px) {
  .default-product-item .bottom {
    margin-top: 0.9375rem;
  }

  .default-product-item .color {
    gap: 0.5rem;
  }

  .default-product-item .color .o {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@media (max-width: 500px) {
  .default-product-item {
    width: 100%;
  }

  .default-product-item .image img {
    max-width: 15.625rem;
    margin: auto;
  }
}

.default-video {
  position: relative;
  /*width: 100%;*/
  /*min-height: 1080px;*/
  height: 0;
  /*padding-bottom: 56.25%;*/
  padding: 5rem 0;
  min-height: 35rem;
}

.default-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.default-video .play,
.default-video .stop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.625rem;
  height: 5.625rem;
  cursor: pointer;
}

.default-video .play.hide,
.default-video .stop.hide {
  display: none;
}

.default-video:not(:hover) .stop {
  display: none !important;
}

@media (max-width: 800px) {
  .default-video .play,
  .default-video .stop {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.default-loading {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 150;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.default-loading .default-loading-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 0.1875rem solid #fff;
  border-top-color: rgba(255, 255, 255, 0.4);
  border-right-color: rgba(255, 255, 255, 0.4);
  border-bottom-color: rgba(255, 255, 255, 0.4);
  animation: myRotate infinite 0.75s linear;
}

.default-loading:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.default-page {
  max-width: 90vw;
  gap: 1.25rem;
  margin: 3.125rem auto 3.125rem;
}

.default-page.item-bg-f4f .default-item {
  background: #F4F8FB;
}

.default-page .default-item {
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  flex-shrink: 1;
}

.default-page .default-i {
  font-size: 0.75rem;
  color: #1E1E1E;
}

.default-page .default-i:hover {
  background: #000000;
  color: #fff;
}

.default-page .default-next img,
.default-page .default-prev img {
  width: 1.25rem;
}

.default-page .default-next .icon1,
.default-page .default-prev .icon1 {
  display: block;
}

.default-page .default-next .icon2,
.default-page .default-prev .icon2 {
  display: none;
}

.default-page .default-next:hover,
.default-page .default-prev:hover {
  background: #000000;
}

.default-page .default-next:hover .icon1,
.default-page .default-prev:hover .icon1 {
  display: none;
}

.default-page .default-next:hover .icon2,
.default-page .default-prev:hover .icon2 {
  display: block;
}

.default-page li {
  list-style: none;
  width: 2.5rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  transition: all 0.3s;
  flex-shrink: 1;
}

.default-page li a {
  font-size: 0.75rem;
  color: #1E1E1E;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.default-page li a img {
  width: 1.25rem;
}

.default-page li a img:nth-child(1) {
  display: block;
}

.default-page li a img:nth-child(2) {
  display: none;
}

.default-page li:hover,
.default-page li.active {
  background: #000000;
}

.default-page li:hover a,
.default-page li.active a {
  color: #fff;
}

.default-page li:hover a img:nth-child(1),
.default-page li.active a img:nth-child(1) {
  display: none;
}

.default-page li:hover a img:nth-child(2),
.default-page li.active a img:nth-child(2) {
  display: block;
}

@media (max-width: 800px) {
  .default-page {
    margin: 1.5625rem auto 1.5625rem;
  }
}

.default-breadcrumbs {
  display: flex;
  gap: 0.3125rem;
  padding: 1.875rem 0;
  font-size: 0.875rem;
  color: #999999;
}

.default-breadcrumbs a {
  transition: color 0.3s;
}

.default-breadcrumbs a:last-child {
  color: #000;
}

.default-breadcrumbs .jump:hover {
  color: #1B2B5F;
}

@media (max-width: 800px) {
  .default-breadcrumbs {
    gap: 0.1875rem;
    font-size: 0.75rem;
    padding: 0.9375rem 0;
  }
}

.default-form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 102;
}

.default-form-modal:not(.active) {
  pointer-events: none;
  opacity: 0;
}

.default-form-modal:not(.active) .modal {
  transform: translateY(1.875rem);
}

.default-form-modal.active {
  opacity: 1;
  pointer-events: all;
}

.default-form-modal.active .modal {
  transform: translateY(0);
}

.default-form-modal .modal {
  background: #FFFFFF;
  border-radius: 1.3125rem 1.3125rem 1.3125rem 1.3125rem;
  padding: 1.875rem 2.5rem 2.9375rem 2.5rem;
  max-width: 42.5rem;
  width: 90%;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s;
}

.default-form-modal .title {
  font-weight: bold;
  font-size: 1.25rem;
  color: #333333;
  line-height: 1;
  text-align: center;
}

.default-form-modal .close {
  position: absolute;
  top: 2rem;
  right: 2.5rem;
  width: 1.25rem;
  cursor: pointer;
}

.default-form-modal .form {
  display: flex;
  flex-direction: column;
  gap: 1.0625rem;
  margin-top: 2.5rem;
}

.default-form-modal .input {
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
  border: 0.0625rem solid #DDDDDD;
  height: 3.125rem;
  padding: 0 0.9375rem;
  display: flex;
  align-items: center;
}

.default-form-modal .input input {
  background: transparent;
  border: 0;
  outline: none;
  width: 0;
  flex-grow: 1;
}

.default-form-modal .input.disabled {
  background-color: #DDDDDD;
  cursor: not-allowed;
}

.default-form-modal .input.disabled input {
  cursor: not-allowed;
}

.default-form-modal .input .get-code {
  color: #63A9BF;
  font-size: 0.875rem;
  cursor: pointer;
}

.default-form-modal .btns {
  margin-top: 0.5rem;
  display: flex;
  justify-content: flex-end;
  gap: 1.125rem;
}

.default-form-modal .btns.btns-center {
  justify-content: center;
}

.default-form-modal .btns .btn {
  height: 2.5rem;
  min-width: 5rem;
  font-size: 1rem;
  border-radius: 62.4375rem;
  cursor: pointer;
}

.default-form-modal .btns .btn1 {
  background-color: transparent;
  color: #999999;
  border: 0.0625rem solid #999999;
  transition: all 0.3s;
}

.default-form-modal .btns .btn1:hover {
  background-color: #000;
  border: 0.0625rem solid #000;
  color: #fff;
}

.default-form-modal .btns .btn2 {
  background: #000000;
  color: #FFFFFF;
  border: 0.0625rem solid #000000;
  transition: all 0.3s;
}

.default-form-modal .btns .btn2:hover {
  opacity: 0.8;
}

.default-form-modal .checkbox {
  font-size: 0.875rem;
  color: #000000;
  display: flex;
}

.default-form-modal .checkbox label {
  cursor: pointer;
  display: flex;
  gap: 0.3125rem;
  align-items: center;
}

.default-form-modal .checkbox input {
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}

@media (max-width: 800px) {
  .default-form-modal .modal {
    border-radius: 0.9375rem;
    padding: 0.9375rem 1.25rem 1.375rem 1.25rem;
  }

  .default-form-modal .title {
    font-size: 1rem;
  }

  .default-form-modal .close {
    top: 1rem;
    right: 1.25rem;
  }

  .default-form-modal .form {
    gap: 0.625rem;
    margin-top: 1.25rem;
  }

  .default-form-modal .input {
    height: 2.5rem;
  }

  .default-form-modal .btns .btn {
    height: 2rem;
    font-size: 0.875rem;
  }
}

.default-coupon-item {
  border: 0.0625rem solid #DDDDDD;
  min-height: 7.5rem;
  display: flex;
}

.default-coupon-item.disable .left .t1 {
  color: #999999;
}

.default-coupon-item.active {
  border: 0.0625rem solid #63A9BF;
}

.default-coupon-item .left {
  width: 7.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  background: rgba(99, 169, 191, 0.2);
  flex-shrink: 0;
}

.default-coupon-item .left .t1 {
  font-weight: bold;
  font-size: 1.875rem;
  color: #63A9BF;
  line-height: 1;
}

.default-coupon-item .left .t2 {
  font-size: 0.875rem;
  color: #999999;
}

.default-coupon-item .right {
  padding: 0.3125rem 0.3125rem 0.3125rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.3125rem;
}

.default-coupon-item .right .t1 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #000000;
}

.default-coupon-item .right .t2 {
  font-size: 0.875rem;
  color: #999999;
}

.default-coupon-item .right .btn {
  padding: 0 1rem;
  height: 1.875rem;
  line-height: 1.8125rem;
  background: #000000;
  border-radius: 0.9375rem 0.9375rem 0.9375rem 0.9375rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  display: inline-block;
}

.default-coupon-item .right .t3 {
  font-size: 0.875rem;
  color: #000000;
}

@media (max-width: 800px) {
  .default-coupon-item {
    min-height: 6.25rem;
  }

  .default-coupon-item .left {
    width: 6.25rem;
    gap: 0.625rem;
  }

  .default-coupon-item .left .t1 {
    font-size: 1.5rem;
  }

  .default-coupon-item .left .t2 {
    font-size: 0.75rem;
  }

  .default-coupon-item .right {
    padding: 0.3125rem 0.3125rem 0.3125rem 0.9375rem;
    gap: 0.3125rem;
  }

  .default-coupon-item .right .t1 {
    font-size: 1rem;
  }

  .default-coupon-item .right .t2 {
    font-size: 0.75rem;
  }

  .default-coupon-item .right .btn {
    height: 1.5625rem;
    line-height: 1.5625rem;
    font-size: 0.75rem;
  }

  .default-coupon-item .right .t3 {
    font-size: 0.75rem;
  }
}

.default-checkbox {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.default-checkbox.theme1 span {
  border: 0.0625rem solid #ddd;
  border-radius: 0.375rem 0.375rem 0.375rem 0.375rem;
}

.default-checkbox input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11;
  cursor: pointer;
}

.default-checkbox span {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  border: 0.0625rem solid #898989;
  transition: background-color 0.3s, border 0.3s;
}

.default-checkbox input:checked + span {
  border: 0.0625rem solid #000;
  background-color: #000;
  background-image: url("../assets/icons/checkbox.png");
  background-size: contain;
  background-position: center;
}

@media (max-width: 800px) {
  .default-checkbox span {
    width: 0.875rem;
    height: 0.875rem;
  }
}

header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
}

header .header-top {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.75rem 1.875rem 0.75rem;
  font-family: AcuminProBook-L;
}

@media (max-width: 800px) {
  header .header-top {
    font-size: 0.875rem;
  }
}

header .header-container {
  display: flex;
  min-height: 46px;
  position: relative;
}

header .header-logo {
  position: relative;
  margin-right: 3.125rem;
}

header .header-logo img {
  width: 135px;
}

header .header-menu {
  flex-shrink: 0;
  display: flex;
  gap: 1.25rem;
  align-self: stretch;
}

@media (max-width: 800px) {
  header .header-menu {
    display: none;
  }
}

header .header-menu .item {
  font-size: 12px;
  color: #1E1E1E;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: AcuminProBook;
}

header .header-menu .item::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.3s;
}

header .header-menu .item-box:hover .item::after {
  width: 100%;
}

header .header-menu .item-box:not(:hover) .header-child,
header .header-menu .item-box:not(:hover) .header-child1 {
  opacity: 0;
  pointer-events: none;
}

header .header-menu .header-child {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  background: rgba(246, 246, 246, 0.95);
  transition: opacity 0.3s;
  display: flex;
  gap: 0.625rem;
  padding: 1.625rem 0 2.125rem;
}

header .header-menu .header-child .child-item {
  min-width: 14.375rem;
}

header .header-menu .header-child .child-item-title {
  font-weight: bold;
  font-size: 0.8125rem;
  color: #1E1E1E;
  margin-bottom: 1.0625rem;
}

header .header-menu .header-child .child-item-list-item {
  font-size: 0.75rem;
  color: #494949;
  margin-top: 0.75rem;
}

header .header-menu .header-child .child-item-list-item a {
  transition: color 0.2s, border 0.3s;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0);
}

header .header-menu .header-child .child-item-list-item a:hover {
  color: #000;
  border-bottom: 0.0625rem solid #000;
}

header .header-menu .header-child1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background: rgba(246, 246, 246, 0.95);
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  padding: 0.625rem 1.25rem 1.25rem;
  white-space: nowrap;
  border-top: 0.0625rem solid #999;
}

header .header-menu .header-child1 .child1-item {
  font-size: 0.75rem;
  color: #494949;
  margin-top: 0.75rem;
}

header .header-menu .header-child1 .child1-item a {
  transition: color 0.2s, border 0.3s;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0);
}

header .header-menu .header-child1 .child1-item a:hover {
  color: #000;
  border-bottom: 0.0625rem solid #000;
}

header .header-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

header .header-icons {
  padding: 0 0.9375rem;
  gap: 0.9375rem;
}

header .header-icons .icon {
  width: 1.25rem;
}

header .menu-icon {
  display: none;
  cursor: pointer;
}

@media (min-width: 500px) and (max-width: 800px) {
  header .menu-icon {
    display: block;
  }
}

@media (max-width: 500px) {
  header .menu-icon {
    display: block;
  }
}

header .m-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

header .m-menu .list {
  height: 0;
  flex-grow: 1;
  overflow: auto;
}

header .m-menu .box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 18.75rem;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(100%);
  padding: 1.875rem;
  box-sizing: border-box;
  z-index: 99;
}

header .m-menu.active {
  opacity: 1;
  pointer-events: auto;
}

header .m-menu.active .box {
  transform: translateX(0%);
}

header .m-menu .close {
  text-align: right;
  margin-bottom: 1.25rem;
}

header .m-menu .close img {
  width: 1.25rem;
  cursor: pointer;
}

header .m-menu .item {
  color: #000;
  display: block;
  margin-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #ddd;
  padding-bottom: 0.625rem;
}

header .m-menu .item:not(.active) .child {
  display: none;
}

header .m-menu .child {
  margin-left: 0.625rem;
  font-size: 0.875rem;
  margin-top: 0.9375rem;
}

header .m-menu .child .citem {
  padding-bottom: 0.625rem;
  margin-top: 0.625rem;
}

header .m-menu .child .citem:not(:last-child) {
  border-bottom: 0.0625rem solid #ddd;
}

header .cart-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
}

header .cart-popup .box {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 21.875rem;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
  transform: translateX(100%);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

header .cart-popup.active {
  opacity: 1;
  pointer-events: auto;
}

header .cart-popup.active .box {
  transform: translateX(0%);
}

header .cart-popup .close {
  text-align: right;
  padding: 1.4375rem 1.4375rem 1.4375rem 1.4375rem;
}

header .cart-popup .close img {
  width: 1.25rem;
  cursor: pointer;
}

header .cart-popup .nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 0.0625rem solid #A3A3A3;
  margin: 0 1.4375rem;
  font-family: AcuminProSemibold;
}

header .cart-popup .nav .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  font-size: 0.75rem;
  color: #A3A3A3;
  transition: color 0.3s;
  cursor: pointer;
}

header .cart-popup .nav .item:not(:last-child) {
  border-right: 0.0625rem solid #A3A3A3;
}

header .cart-popup .nav .item.active {
  color: #333333;
}

header .cart-popup .list-box {
  height: 0;
  overflow: auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

header .cart-popup .list-box:not(.active) {
  display: none;
}

header .cart-popup .list {
  padding: 0 0 0 0.75rem;
  margin-top: 0.6875rem;
  height: 0;
  flex-grow: 1;
  overflow: auto;
}

header .cart-popup .list .item {
  padding: 1.75rem 1.875rem 1.5rem 0.75rem;
  border-bottom: 0.0625rem solid #C8C8C8;
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 1.25rem;
  align-items: flex-start;
}

header .cart-popup .list .item .info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

header .cart-popup .list .item .name {
  font-size: 1rem;
  font-family: AcuminProSemibold;
}

header .cart-popup .list .item .spec {
  font-size: 0.75rem;
  flex-grow: 1;
  font-family: AcuminProBook-L;
}

header .cart-popup .list .item .p {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75rem;
  font-family: AcuminProBook;
}

header .cart-popup .list .item .p1 {
  margin-left: 0.625rem;
  flex-shrink: 0;
}

header .cart-popup .list .item .edit {
  font-size: 0.75rem;
  color: #3C3C3C;
  height: 1.5625rem;
  line-height: 1.5625rem;
  border: 0.0625rem solid #A4A4A4;
  text-align: center;
  font-family: AcuminProBook;
  transition: all 0.3s;
}

header .cart-popup .list .item .edit:hover {
  background-color: #000;
  color: #fff;
}

header .cart-popup .list .item .oper {
  margin-top: 0.625rem;
}

header .cart-popup .list .item .oper .num-box {
  border: 0.0625rem solid #868686;
  height: 1.875rem;
  display: flex;
}

header .cart-popup .list .item .oper .num-box span {
  width: 1.875rem;
  height: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s, background-color 0.3s;
  cursor: pointer;
}

header .cart-popup .list .item .oper .num-box span:hover {
  background-color: #000;
  color: #fff;
}

header .cart-popup .list .item .oper .num-box .jian {
  border-right: 0.0625rem solid #868686;
}

header .cart-popup .list .item .oper .num-box .add {
  border-left: 0.0625rem solid #868686;
}

header .cart-popup .list .item .oper .num-box input {
  width: 3.125rem;
  border: 0;
  text-align: center;
  outline: none;
}

header .cart-popup .list .item .oper .del {
  font-size: 0.9375rem;
  cursor: pointer;
  font-family: AcuminProBook-L;
  transition: color 0.3s, background-color 0.3s;
  padding: 0 0.3125rem;
}

header .cart-popup .list .item .oper .del:hover {
  color: #fff;
  background-color: #000;
}

header .cart-popup .bottom {
  box-shadow: 0 0.25rem 1.125rem 0 rgba(0, 14, 21, 0.31);
  padding: 1.75rem 1.75rem 2.75rem 1.75rem;
  font-family: AcuminProSemibold;
}

header .cart-popup .bottom .price {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
}

header .cart-popup .bottom .btn {
  background: #010101;
  border-radius: 62.4375rem;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: center;
  height: 2.625rem;
  line-height: 2.625rem;
  margin-top: 1.0625rem;
  font-family: AcuminProBook;
}

header .search-container {
  position: absolute;
  bottom: -1px;
  transform: translateY(100%);
  background-color: #ffffff;
  width: 100%;
  left: 0;
  padding: 1.25rem;
  opacity: 1;
  transition: opacity 0.3s;
  box-sizing: border-box;
}

header .search-container:not(.active) {
  opacity: 0;
  pointer-events: none;
}

header .search-container .search-box {
  height: 2.5rem;
  border: 1px solid #e5e5e5;
  border-radius: 0.3125rem;
  padding: 0 1.25rem;
}

header .search-container input {
  width: 0;
  border: 0;
  outline: none;
  font-size: 0.9375rem;
  background-color: transparent;
}

header .search-container .icon {
  width: 1.25rem;
}

header .search-container button {
  background-color: transparent;
  border: 0;
}

footer {
  background: #000000;
  padding: 3.75rem 1.125rem 0;
  font-family: AcuminProBook;
}

footer .footer {
  gap: 5vw;
}

@media (max-width: 800px) {
  footer {
    padding: 1.5625rem 1.5625rem;
  }

  footer .footer {
    flex-direction: column;
    gap: 0;
  }
}

footer .box .t {
  font-size: 0.75rem;
  color: #ffffff;
  position: relative;
}

footer .box .t::after {
  content: "";
  position: absolute;
  left: -0.3125rem;
  top: 50%;
  transform: translate(-100%, -49%);
  width: 0.625rem;
  height: 0.625rem;
  background-color: #ffffff;
}

footer .footer-form {
  display: flex;
  flex-direction: column;
  width: 27vw;
  max-width: 33.125rem;
}

footer .footer-form .label {
  color: #ffffff;
  font-size: 13px;
  margin-top: 15px;
}

footer .footer-form input {
  border: 0.0625rem solid #ffffff;
  padding: 0 0.9375rem;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  border-radius: 62.4375rem;
  margin: 0.625rem 0 0.5rem;
  background-color: transparent;
  outline: none;
  color: #ffffff;
}

footer .footer-form button {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  border-radius: 62.4375rem;
  background: #FFFFFF;
  border: 0.0625rem solid #FFFFFF;
  color: #636363;
  cursor: pointer;
}

@media (min-width: 800px) and (max-width: 1280px) {
  footer .footer-form {
    width: 20.625rem;
  }
}

@media (max-width: 800px) {
  footer .footer-form {
    width: 100%;
  }

  footer .footer-form input {
    height: 32px;
    line-height: 32px;
  }

  footer .footer-form button {
    height: 32px;
    line-height: 32px;
  }
}

footer .footer-nav {
  color: #FFFFFF;
  gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-grow: 1;
}

footer .footer-nav .item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

footer .footer-nav .item img {
  width: 0.9375rem;
  display: block;
}

footer .footer-nav .child {
  font-size: 0.75rem;
  color: #CCCCCC;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 17px;
}

footer .footer-nav .share-list {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
}

footer .footer-nav .share-list img {
  width: 1.75rem;
}

@media (max-width: 800px) {
  footer .footer-nav {
    gap: 0;
    margin-top: 1.25rem;
    grid-template-columns: 1fr;
  }

  footer .footer-nav .box {
    border-bottom: 0.0625rem solid #4C4C4C;
    padding: 0.75rem 0;
  }

  footer .footer-nav .box:last-child {
    border: 0;
  }

  footer .footer-nav .box:not(.active) .child {
    display: none;
  }

  footer .footer-nav .child {
    margin-top: 0.625rem;
  }
}

footer .footer-bottom {
  margin-top: 2.5rem;
  padding: 0.9375rem 0;
}

footer .footer-bottom .footer-pay-icons {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid rgba(229, 229, 229, 0.5);
}

footer .footer-bottom .footer-pay-icons .icon {
  width: 2.875rem;
}

footer .footer-bottom .footer-policy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem 1.25rem;
  color: #fff;
  font-size: 0.75rem;
  padding-top: 1.25rem;
}

@media (max-width: 800px) {
  footer .footer-form {
    width: 100%;
  }

  footer .footer-form input {
    height: 32px;
    line-height: 32px;
  }

  footer .footer-form button {
    height: 32px;
    line-height: 32px;
  }

  footer .footer-bottom {
    margin-top: 1.25rem;
    padding: 0.625rem 0;
  }

  footer .footer-bottom .footer-pay-icons {
    display: grid;
    grid-template-columns: repeat(5, auto);
    justify-content: flex-start;
  }

  footer .footer-bottom .footer-policy {
    gap: 0.3125rem 0.9375rem;
    font-size: 0.75rem;
    padding-top: 0.625rem;
  }
}