.wrapper {
  width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
.wrapper .shopping-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin-bottom: 20px;
}
.wrapper .shopping-header a {
  font-size: 14px;
}
.wrapper .shopping-header a i {
  margin-right: 5px;
  font-weight: 700;
}
.wrapper .shopping-header .point {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper .shopping-header .point .logo {
  width: 60px;
}
.wrapper .shopping-header .point p {
  font-size: 20px;
}
.wrapper .shopping-header .pro {
  margin-left: 0;
}
.wrapper .shopping-header .pro .pro-icon {
  top: 38%;
}
.banner-container {
  display: none;
}
.salebanner-container {
  display: none;
}
.contect {
  display: flex;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 0 60px;
  margin-bottom: 100px;
}
.contect .shopping-main .contect-form {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 60px;
  border-radius: 30px;
  /* .form-input {
                width: 100%;
                height: 40px;
                border: 1px solid rgba(255, 255, 255, 0.9);
                border-radius: 6px;
                padding: 2px 15px;
                box-sizing: border-box;
                outline: none;
                background-color: transparent;
                color: #fff;

                &::-webkit-input-placeholder,
                &::-moz-placeholder,
                &:-moz-placeholder,
                &:-ms-input-placeholder {
                    color: rgba(255, 255, 255, 0.6);
                }

                &:focus {
                    border-radius: 6px;
                    border: 1px solid rgba(255, 255, 255, 1);
                }
            } */
}
.contect .shopping-main .contect-form .form-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #FFF;
  padding-left: 34px;
}
.contect .shopping-main .contect-form .form-title:after {
  animation: pulse 1s linear infinite;
}
.contect .shopping-main .contect-form .form-title:before,
.contect .shopping-main .contect-form .form-title:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 10px;
  background-color: #FFF;
}
@keyframes pulse {
  from {
    transform: scale(0.9);
    opacity: 1;
  }
  to {
    transform: scale(1.8);
    opacity: 0;
  }
}
.contect .shopping-main .contect-form .form-item-pay {
  margin: 30px 0 50px;
  display: flex;
  gap: 30px;
}
.contect .shopping-main .contect-form .form-item-pay .form-center {
  position: relative;
}
.contect .shopping-main .contect-form .form-item-pay .form-center .input-tips-right {
  position: absolute;
  top: 50%;
  transform: translate(8px, -50%);
  width: 100%;
}
.contect .shopping-main .contect-form .form-item-pay .form-center .input-tips-right .input-tips {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.contect .shopping-main .contect-form .form-item-pay input {
  display: none;
}
.contect .shopping-main .contect-form .form-item-pay input:checked + .pay-mode {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.8) !important;
}
.contect .shopping-main .contect-form .form-item-pay .radioHidden:checked + .radioInput {
  border: 1px solid #e6e6e6;
}
.contect .shopping-main .contect-form .form-item-pay .radioHidden:checked + label .radioInput::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.contect .shopping-main .contect-form .form-item-pay .pay-mode {
  display: inline-flex;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(0, 0, 0, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s;
}
.contect .shopping-main .contect-form .form-item-pay .pay-mode:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.contect .shopping-main .contect-form .form-item-pay .pay-mode .sevenicon {
  width: 20px;
  height: 20px;
}
.contect .shopping-main .contect-form .form-item-pay .pay-mode .paypalicon {
  width: 28px;
  height: 20px;
  margin-right: 2px;
}
.contect .shopping-main .contect-form .form-item-pay .done {
  opacity: 0.4;
  pointer-events: none;
}
.contect .shopping-main .contect-form .form-item-pay .done-text {
  position: absolute;
  white-space: nowrap;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
  left: 10px;
  bottom: -20px;
}
.contect .shopping-main .contect-form .input-title {
  color: var(--text-color);
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 500;
}
.contect .shopping-main .contect-form .form-item-width5 {
  width: 50%;
}
.contect .shopping-main .contect-form .form-item-width100 {
  width: 100%;
}
.contect .shopping-main .contect-form .info-title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 10px;
  white-space: nowrap;
}
.contect .shopping-main .contect-form .info-title:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-right: 10px;
}
.contect .shopping-main .contect-form .info-title:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  margin-left: 10px;
}
.contect .shopping-main .contect-form label {
  position: relative;
}
.contect .shopping-main .contect-form label .input-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.contect .shopping-main .contect-form label .input-box .form-input {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 100%;
  padding: 12px 30px 12px;
  outline: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 99px;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: 1px;
  transition: all 0.3s;
}
.contect .shopping-main .contect-form label .input-box .form-input:hover {
  border: 1.5px solid rgba(255, 255, 255, 0.8);
}
.contect .shopping-main .contect-form label .input-box .form-input + span {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 15px;
  cursor: text;
  transition: 0.3s ease;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.contect .shopping-main .contect-form label .input-box .form-input:placeholder-shown + span {
  top: 12px;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.contect .shopping-main .contect-form label .input-box .form-input:focus + span {
  color: #FFF;
  top: -18px;
  font-size: 12px;
  font-weight: 500;
  left: 20px;
  letter-spacing: 0.5px;
}
.contect .shopping-main .contect-form label .input-box .form-input:valid + span {
  color: rgba(255, 255, 255, 0.5);
  top: -18px;
  font-size: 12px;
  font-weight: 500;
  left: 20px;
  letter-spacing: 0.5px;
}
.contect .shopping-main .contect-form label .input-box .form-input + .acs {
  color: rgba(255, 255, 255, 0.5);
  top: -18px;
  font-size: 12px;
  font-weight: 500;
  left: 20px;
  letter-spacing: 0.5px;
}
.contect .shopping-main .contect-form label .input-box .safe-icon {
  width: 20px;
  height: 20px;
  fill: #FFF;
  opacity: 0.4;
  flex-shrink: 0;
}
.contect .shopping-main .contect-form label .input-box .safe-icon.safe-highlight {
  transition: all 0.3s 0.5s;
  opacity: 1;
  fill: #28bd55;
}
.contect .shopping-main .contect-form .form-textarea {
  width: 100%;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 16px 20px;
  box-sizing: border-box;
  outline: none;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.2);
  font-family: "YaHei Consolas Hybrid", Consolas, "微软雅黑", "Meiryo UI", "Malgun Gothic", "Segoe UI", "Trebuchet MS", Helvetica, Monaco, courier, monospace;
  font-size: 15px;
  letter-spacing: 0.5px;
  margin: 10px 0;
}
.contect .shopping-main .contect-form .form-textarea:placeholder-shown::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contect .shopping-main .contect-form .form-btn {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  width: 60%;
  height: 60px;
  margin: 30px auto 0;
  border-radius: 99px;
  letter-spacing: 4px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
}
.contect .shopping-main .contect-form .form-btn .pro {
  margin-left: 0;
}
.contect .shopping-main .contect-form .form-btn .pro .pro-icon {
  top: 50%;
}
.contect .shopping-main .contect-form .form-btn:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.4);
  border: 1.5px solid rgba(255, 255, 255, 0.8);
}
.contect .shopping-main .contect-form .form-btn.ready {
  width: 80%;
}
.contect .shopping-main .contect-form .form-btn:active {
  transform: scale(0.95);
}
.contect .shopping-main .contect-form .form-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 20px;
  margin: 30px 0;
}
.contect .shopping-main .contect-form .select-style {
  position: relative;
  display: flex;
  align-items: center;
  outline: none;
  height: 40px;
  width: 100%;
  transition: all 0.3s;
  cursor: pointer;
}
.contect .shopping-main .contect-form .selected {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.8) !important;
}
.contect .shopping-main .contect-form .form-select {
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  outline: none;
  width: 100%;
  height: 100%;
  font-size: 15px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  padding-right: 10px;
}
.contect .shopping-main .contect-form .form-select option {
  color: #000;
}
.contect .shopping-main .contect-form .form-select:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1.5px solid rgba(255, 255, 255, 0.6);
}
.contect .shopping-main .contect-form .down_arrow {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  z-index: -1;
}
.contect .shopping-main .contect-form .stores .show-store-shop {
  width: 100%;
  padding: 0 20px;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item {
  cursor: pointer;
  margin-bottom: 10px;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item input {
  display: none;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item input:checked + .store-info-box {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.8) !important;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item input:checked ~ .tips {
  height: 24px;
  transition: height 0.5s 0.3s, opacity 0.5s 0.8s, transform 0.5s 0.8s;
  opacity: 1;
  transform: translateX(0);
  color: #28bd55;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .store-input {
  display: none;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .store-info-box {
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0.1);
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .store-info-box:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .store-info-box .store-item-label {
  cursor: pointer;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .store-info-box .store-info {
  display: flex;
  align-items: center;
  padding: 16px;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .store-info-box .store-info .sevenicon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .store-info-box .store-info .store-text .store-name {
  font-size: 16px;
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .store-info-box .store-info .store-text .store-address {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .tips {
  font-size: 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 0;
  margin-bottom: 0.1rem;
  transition: all 1s 0.3s;
  color: #2fe382;
  font-weight: 500;
  opacity: 0;
  transform: translateX(0.3rem);
}
.contect .shopping-main .contect-form .stores .show-store-shop .store-item .tips .tips-icon {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  fill: #2fe382;
}
.contect .product .product-auto {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 60px;
  border-radius: 30px;
}
.contect .product .product-auto .goods-title {
  font-size: 20px;
}
.contect .product .product-auto .info .cart-box {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 10px;
}
.contect .product .product-auto .info .cart-box .goods-pack {
  overflow: hidden;
  transition: all 1s 0.1s cubic-bezier(0.8, 0, 0, 0.8);
  padding-bottom: 20px;
}
.contect .product .product-auto .info .cart-box .expand-goods {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  transition: all 0.1s;
}
.contect .product .product-auto .info .cart-box .expand-goods:hover {
  transform: scale(1.03);
}
.contect .product .product-auto .info .cart-box .expand-goods:hover .openicon {
  fill: rgba(255, 255, 255, 0.8);
}
.contect .product .product-auto .info .cart-box .expand-goods:hover .opentext {
  color: rgba(255, 255, 255, 0.8);
}
.contect .product .product-auto .info .cart-box .expand-goods .openicon {
  fill: rgba(255, 255, 255, 0.6);
  width: 20px;
  height: 20px;
  margin-right: 4px;
  transition: all 0.2s;
  margin-top: 2px;
}
.contect .product .product-auto .info .cart-box .expand-goods .opentext {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
}
.contect .product .product-auto .info .cart-box .goods {
  padding-top: 10px;
  position: relative;
}
.contect .product .product-auto .info .cart-box .goods .goods-box {
  position: relative;
  display: flex;
  height: 80px;
  align-items: center;
  padding-right: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info {
  color: #FFF;
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info .one .cate-name {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.1px;
  gap: 4px;
  justify-content: flex-end;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info .one .cate-name .tag {
  font-size: 11px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 1px 4px;
  border: 1.5px solid #FFF;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info .one .name-sec {
  display: flex;
  margin: 4px 0 10px;
  align-items: center;
  justify-content: flex-end;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info .one .name-sec .sku-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info .one .name-sec .nic-num {
  font-size: 19px;
  font-weight: 700;
  line-height: 0;
  margin-left: 0.2rem;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info .one .name-sec .nic {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info .one .name-sec .nic span {
  font-size: 7px;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .cart-info .two {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  flex-direction: row-reverse;
  font-weight: 700;
  font-size: 14px;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .suit {
  color: #fff;
  font-size: 14px;
  width: 96px;
  height: 32px;
  background: #00A629;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, var(--extent_color) 56%, transparent 70%);
  top: 0;
  left: 0;
  z-index: 2;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .bg .bg-img {
  position: relative;
  z-index: 0;
  width: 44%;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .bg .bg-img .img-item {
  width: 100%;
  display: block;
}
.contect .product .product-auto .info .cart-box .goods .goods-box .bg .bg-img .video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: auto;
}
.contect .product .product-auto .info .cart-box .goods .spec {
  margin-top: 20px;
  justify-content: center;
}
.contect .product .product-auto .info .cart-box .goods .spec .spec-item {
  font-size: 14px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 15px;
}
.contect .product .product-auto .info .cart-box .goods .spec .spec-item .spec-btn {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e6e6e6;
  text-align: center;
  border-radius: 6px;
  color: #333;
}
.contect .product .product-auto .info .cart-box .goods .spec .spec-item .spec-price {
  color: #B3B3B3;
  text-align: center;
}
.contect .product .product-auto .info .cart-box .goods .spec .spec-item.activate .spec-price {
  color: #FA3737;
}
.contect .product .product-auto .info .cart-box .goods .spec .spec-item.activate .spec-btn {
  border: 1px solid #00A629;
  color: #00A629;
}
.contect .product .product-auto .info .total {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 10px;
}
.contect .product .product-auto .info .total .count {
  padding-bottom: 12px;
}
.contect .product .product-auto .info .total .count .total-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  text-align: end;
  margin: 6px 0;
  font-size: 14px;
}
.contect .product .product-auto .info .total .count .total-row .r-price {
  text-decoration: 1.5px underline dashed rgba(255, 255, 255, 0.3);
  text-underline-offset: 5px;
}
.contect .product .product-auto .info .total .count .total-row:last-child {
  font-size: 18px;
  margin-top: 12px;
}
.contect .product .product-auto .info .total .amount {
  border-bottom: none;
  margin-top: 20px;
}
.contect .product .product-auto .cart-good-num {
  position: absolute;
  left: 114px;
  bottom: 0;
  font-size: 14px;
  display: flex;
}
.contect .product .product-auto .cart-good-num .cart-goods-num-text {
  float: left;
  align-self: center;
}
.contect .order-submit-desc {
  font-size: 11px;
  text-indent: -10px;
  padding: 0 20px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
}
.contect .order-submit-desc p {
  margin-bottom: 10px;
}
.contect .remove-cart {
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: 0;
  font-size: 14px;
}
.contect .remove-cart:hover {
  color: #ff2121;
}
.apex {
  height: 64px;
}
.apex .apex-content .logo-box {
  display: flex !important;
  width: 100% !important;
  justify-content: center;
  height: 64px !important;
}
.apex .apex-content .logo-box .logo {
  width: 6%;
}
header {
  box-shadow: unset;
}
header .apex {
  background-color: unset;
  backdrop-filter: unset;
  -webkit-backdrop-filter: unset;
}
.header .header-box {
  position: relative;
}
.header header .place {
  float: left;
  width: 63%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.header .apex {
  background: #000000;
}
.header header .container {
  position: relative;
  z-index: 2;
}
.header .place .step {
  height: 72px;
  background: linear-gradient(106deg, transparent 21px, #fff 0);
  text-align: center;
  padding-top: 12px;
}
.header .place .conceal {
  height: 48px;
  line-height: 46px;
  background: linear-gradient(66deg, transparent 20px, #2f9448 0);
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.header .place .separate {
  height: 47px;
  background: #F5F5F5;
  width: 100%;
}
.header .place .step-title {
  font-size: 20px;
  float: left;
  align-self: center;
  margin-right: 59px;
  padding-bottom: 5px;
}
.header .place .step-box {
  float: left;
  position: relative;
}
.header .place .step-box .step-item {
  text-align: left;
  display: inline-block;
  margin-right: 56px;
  align-self: center;
  position: relative;
  z-index: 2;
}
.header .place .step-box .step-item .circle {
  background-color: #00A629;
  margin: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
}
.header .place .step-inline {
  display: inline-flex;
  justify-content: center;
  margin-right: 120px;
}
.header .place .step-inline .dotted-line {
  border-bottom: 1px dashed #E6E6E6;
  height: 1px;
  width: 350px;
  position: absolute;
  top: 12px;
  z-index: 1;
}
footer {
  display: none;
}
