.category-section {
  position: relative;
  width: 1200px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 20px  auto 120px;
}
.category-section .left-nav {
  position: sticky;
  top: 183px;
  width: 240px;
  height: fit-content;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  flex-shrink: 0;
}
.category-section .left-nav .nav-title {
  padding: 12px 30px;
  background-color: rgba(50, 50, 50, 0.6);
  backdrop-filter: blur(3px);
  font-weight: 700;
  margin-bottom: 8px;
  pointer-events: none;
  font-size: 14px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.category-section .left-nav .nav-item .item-name {
  padding: 10px 30px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
}
.category-section .left-nav .nav-item .item-name p {
  transition: all 0.3s 0.1s ease-in-out;
}
.category-section .left-nav .nav-item .item-name:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.category-section .left-nav .nav-item .item-name:hover p {
  transform: translateX(10px);
}
.category-section .left-nav .go-all-product {
  position: absolute;
  bottom: -48px;
  left: 16px;
  display: block;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.category-section .left-nav .go-all-product:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.category-section .right .product .pruduct-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.category-section .right .product .pruduct-banner h1 {
  font-size: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  text-align: center;
}
.category-section .right .product .pruduct-banner h1 span {
  font-size: 14px;
}
.category-section .right .product .pruduct-banner .series-desc {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
  padding: 0 30px;
}
.category-section .right .product .products {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 10px;
}
.category-section .right .product .products .goods {
  overflow: hidden;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.category-section .right .product .products .goods .img-wrap {
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.category-section .right .product .products .goods .img-wrap img {
  width: 100%;
}
.category-section .right .product .products .goods .img-wrap .bg {
  width: 100%;
  height: 250px;
  background-image: var(--image);
  background-size: cover;
  transition: all 1s;
  border-radius: 10px;
  overflow: hidden;
}
.category-section .right .product .products .goods .img-wrap .bg .main-pic {
  width: 100%;
  height: 100%;
  /* background: #2f2f2f; */
  position: relative;
  background-image: var(--image);
  background-size: cover;
  -webkit-clip-path: polygon(71% 0, 100% 29%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(71% 0, 100% 29%, 100% 100%, 0 100%, 0 0);
}
.category-section .right .product .products .goods .img-wrap .bg .main-pic .corner {
  background: -moz-linear-gradient(45deg, #dedede 24%, #ffffff 40%, #ffffff 43%, #eeeeee 46%, transparent 50%, transparent 50%, transparent);
  background: -o-linear-gradient(45deg, #dedede 24%, #ffffff 40%, #ffffff 43%, #eeeeee 46%, transparent 50%, transparent 50%, transparent);
  background: -ms-linear-gradient(45deg, #dedede 24%, #ffffff 40%, #ffffff 43%, #eeeeee 46%, transparent 50%, transparent 50%, transparent);
  background: -webkit-linear-gradient(45deg, #dedede 24%, #ffffff 40%, #ffffff 43%, #eeeeee 46%, transparent 50%, transparent 50%, transparent);
  width: 90px;
  height: 90px;
  border-radius: 0 0 0 90px / 0 0 0 30px;
  -webkit-transform: rotateX(180deg) rotate(90deg);
  -moz-transform: rotateX(180deg) rotate(90deg);
  -o-transform: rotateX(180deg) rotate(90deg);
  -ms-transform: rotateX(180deg) rotate(90deg);
  transform: rotateX(180deg) rotate(90deg);
  position: absolute;
  right: -7px;
  top: -1px;
  box-shadow: 9px 2px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.category-section .right .product .products .goods .img-wrap .bg .main-pic .corner:after {
  height: 100%;
  width: 100%;
  position: absolute;
  content: "";
  top: -15px;
  left: -84px;
  border-radius: 90px 90px 0px 0 / 40px 40px 0 0;
  z-index: 1;
  background: #FFF;
  -webkit-transform: rotateX(180deg) rotate(77deg);
  -moz-transform: rotateX(180deg) rotate(77deg);
  -o-transform: rotateX(180deg) rotate(77deg);
  -ms-transform: rotateX(180deg) rotate(77deg);
  transform: rotateX(180deg) rotate(77deg);
  box-shadow: -6px 1px 3px rgba(0, 0, 0, 0.3) inset;
}
.category-section .right .product .products .goods .img-wrap .radar-box {
  width: 100%;
  position: absolute;
  top: 20px;
  right: 0;
}
.category-section .right .product .products .goods .img-wrap .radar-box .radar {
  position: absolute;
  width: 30%;
  right: 20px;
  top: 5px;
  transform: rotate(-30deg);
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste {
  position: absolute;
  font-size: 11px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.4);
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste:nth-child(8) {
  top: -19px;
  right: 41px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste:nth-child(9) {
  top: 3px;
  right: 7px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste:nth-child(10) {
  top: 74px;
  right: 5px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste:nth-child(11) {
  top: 94px;
  right: 41px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste:nth-child(12) {
  top: 73px;
  right: 76px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste:nth-child(13) {
  top: 1px;
  right: 76px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste-num {
  position: absolute;
  font-size: 10px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  letter-spacing: 0;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste-num:nth-child(2) {
  top: -3px;
  right: 51px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste-num:nth-child(3) {
  top: 19px;
  right: 17px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste-num:nth-child(4) {
  top: 57px;
  right: 15px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste-num:nth-child(5) {
  top: 77px;
  right: 51px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste-num:nth-child(6) {
  top: 56px;
  right: 85px;
}
.category-section .right .product .products .goods .img-wrap .radar-box .taste-num:nth-child(7) {
  top: 16px;
  right: 86px;
}
.category-section .right .product .products .goods .img-wrap video {
  width: 100%;
  height: 100%;
  display: block;
}
.category-section .right .product .products .goods .info-wrap {
  text-align: center;
  padding: 6px 0 0;
}
.category-section .right .product .products .goods .info-wrap .name {
  -moz-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -ms-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.category-section .right .product .products .goods .info-wrap .name h2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6;
  display: inline-flex;
  flex-direction: column;
}
.category-section .right .product .products .goods .info-wrap .name h2 span {
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 4px;
  padding: 2px 16px;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
}
.category-section .right .product .products .goods .info-wrap .sub {
  position: absolute;
  right: 16px;
  top: 26px;
}
.category-section .right .product .products .goods .info-wrap .sub .ml {
  font-size: 10px;
  border-radius: 19px;
  padding: 2px 8px;
  letter-spacing: 0;
  font-weight: 700;
  color: #000000;
  border: 1.5px solid #000000;
  background-color: #FFF;
}
.category-section .right .product .products .goods .info-wrap .notes {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  overflow: hidden;
  margin: 10px auto 0;
  align-items: center;
}
.category-section .right .product .products .goods .info-wrap .notes .notes-name {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.9);
}
.category-section .right .product .products .goods .info-wrap .notes .notes-name:nth-child(3) {
  border-right: none;
}
.category-section .right .product .products .goods .info-wrap .notes .notes-name:first-child {
  margin-left: 0;
}
.category-section .right .product .products .goods .info-wrap .notes .notes-item {
  width: 100%;
  padding: 0 4px;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0086ff;
}
.category-section .right .product .products .goods .info-wrap .notes .notes-item:last-child {
  border-right: none;
}
.category-section .right .product .products .goods .info-wrap .pricebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 2px;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1);
}
.category-section .right .product .products .goods .info-wrap .pricebox .now {
  font-weight: 700;
  font-size: 20px;
  color: red;
  letter-spacing: 0;
  pointer-events: none;
}
.category-section .right .product .products .goods .info-wrap .pricebox .now .twd {
  font-size: 12px;
  margin-right: 2px;
}
.category-section .right .product .products .goods .info-wrap .pricebox .stars {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.category-section .right .product .products .goods .info-wrap .pricebox .stars i {
  font-size: 10px;
  padding: 0 1px 0.5px 2px;
  line-height: 13px;
  border-radius: 3px;
  margin-right: 1px;
  background: linear-gradient(90deg, #ffae00 var(--fill, 0%), #e0e0e0 0%);
  color: #fff;
}
.category-section .right .product .products .goods .info-wrap .pricebox .stars i:last-child {
  margin-right: 0;
}
.category-section .right .product .products .goods .info-wrap .pricebox .stars .stars-num {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  color: #999;
  transition: all 0.3s;
  margin-left: 2px;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap {
  -moz-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .quantity-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .quantity-box .quantity-title {
  font-size: 14px;
  pointer-events: none;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons {
  display: flex;
  gap: 8px;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns {
  position: relative;
  flex: 1;
  height: 36px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.53, -0.52, 0.27, 1.53);
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns:active .btn-text {
  transition: all 0.1s;
  transform: scale(0.95);
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .btn-text {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 0;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .btn-text i {
  font-size: 14px;
  margin-left: 4px;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .cart-quantity {
  width: 100px;
  height: 32px;
  position: relative;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .cart-quantity i {
  font-size: 14px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  transition: all 0.3s;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .cart-quantity i.cart-reduce {
  left: 0;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .cart-quantity i.cart-add {
  right: 0;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .cart-quantity i.disable {
  color: rgba(255, 255, 255, 0.2) !important;
  pointer-events: none;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .cart-quantity i:hover {
  font-size: 18px;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .cart-quantity i:active {
  transition: all 0.1s;
  font-size: 18px;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns .cart-quantity input {
  width: 100%;
  height: 100%;
  border: none;
  text-align: center;
  font-size: 16px;
  pointer-events: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.9);
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #333;
  height: 100%;
  width: 32px;
  transform: skewX(-20deg);
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.53, -0.52, 0.27, 1.53);
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.go-cart-btn {
  background-color: #0086ff;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.go-cart-btn::after {
  background-color: #0086ff;
  left: -2px;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.go-cart-btn:hover {
  letter-spacing: 2px;
  background-color: color-mix(in srgb, #0086ff 100%, #FFF 10%);
  flex: 1.3;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.go-cart-btn:hover::after {
  background-color: color-mix(in srgb, #0086ff 100%, #FFF 10%);
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.quantity {
  background-color: #595959;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.quantity .btn-text {
  margin-left: 10px;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.quantity::after {
  background-color: #595959;
  right: -2px;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.quantity:hover {
  letter-spacing: 2px;
  background-color: color-mix(in srgb, #595959 100%, #000 30%);
  flex: 1.3;
}
.category-section .right .product .products .goods .info-wrap .cart-wrap .buttons .btns.quantity:hover::after {
  background-color: color-mix(in srgb, #595959 100%, #000 30%);
}
.category-section .right .product .products .goods:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}
.category-section .right .product .products .goods:hover .img-wrap .bg {
  animation: bgChange 18s infinite;
}
@keyframes bgChange {
  0% {
    background-image: var(--image);
  }
  47% {
    background-image: var(--image);
  }
  50% {
    background-image: var(--image2);
  }
  97% {
    background-image: var(--image2);
  }
  100% {
    background-image: var(--image);
  }
}
.category-section .right .product .products .goods:hover .img-wrap .radar-box {
  animation: radarShow 18s infinite;
}
@keyframes radarShow {
  0% {
    opacity: 1;
  }
  47% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.gogogo {
  width: 4%;
  position: fixed;
  z-index: 100;
  top: var(--top);
  left: var(--left);
  pointer-events: none;
  animation: gogogoX 1s cubic-bezier(0.25, -0.75, 0.6, -0.1);
}
@keyframes gogogoX {
  to {
    transform: translateX(var(--x));
  }
}
.gogogo img {
  width: 100%;
  display: block;
  border-radius: 99rem;
  overflow: hidden;
  border: 0.1rem solid #000;
  animation: gogogoY 1s cubic-bezier(0.33, -0.01, 0.99, 0.77);
}
@keyframes gogogoY {
  0% {
    transform: translateY(0) scale(0);
  }
  10% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(var(--y)) scale(0.3);
  }
}
