﻿.main-title {
  font-size: 0.28rem;
  color: #171725;
}
.main-content-box {
  box-sizing: border-box;
  padding: 0.4rem 0 0.1rem 0rem;
  margin-top: 0.4rem;
  width: 100%;
  border: 1px solid #e6e7eb;
  border-radius: 0.03rem;
}
.search-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-box .el-select {
  width: 3.2rem;
  font-size: 0.15rem;
}
.search-box .el-select .el-input__inner {
  height: 0.46rem !important;
  line-height: 0.46rem;
}
.search-box .el-select .el-input__suffix .el-input__icon {
  line-height: 1;
}
.second-select {
  margin: 0 0.1rem;
}
.second-select .el-input__inner {
  height: 0.46rem;
  line-height: 0.46rem;
}
.search-input {
  width: 3.2rem;
}
.search-input .el-input__inner {
  height: 0.46rem !important;
  line-height: 0.46rem;
}
.search-btn {
  margin-left: 0.1rem;
  width: 0.8rem;
  height: 0.46rem;
  background: #0058ff;
  border-radius: 0.03rem;
  border: none;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
}
.shopping-box {
  box-sizing: border-box;
  margin-top: 0.4rem;
  padding: 0 0.5rem;
  min-height: 3rem;
}
.goods-list-div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3rem;
  column-gap: 0.3rem;
}
.shopping-item {
  position: relative;
  box-sizing: border-box;
  width: 3.96rem;
  min-height: 2.75rem;
  border: 1px solid #e6e7eb;
  border-radius: 0.03rem;
  padding: 0.2rem 0.24rem 0.26rem 0.3rem;
}
.shopping-item .active-name {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f64041;
  color: #fff;
  font-size: 0.14rem;
  padding: 0 0.08rem;
  line-height: 0.22rem;
}
.goods-name {
  color: #1e2736;
  font-size: 0.16rem;
  font-weight: 700;
}
.goods-description {
  max-height: 300px;
  overflow: auto;
  margin-top: 0.19rem;
  color: #1e2736;
  font-size: 0.13rem;
  white-space: pre-line;
  margin-bottom: 0.5rem;
}
.goods-description::-webkit-scrollbar {
  /* scrollbar */
  width: 4px;
}
.goods-description::-webkit-scrollbar-track {
  /* scrollbar track */
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.goods-description::-webkit-scrollbar-thumb {
  /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.goods-description img {
  max-width: 100%;
}
.btn-box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.24rem 0 0.3rem;
  position: absolute;
  bottom: 0.21rem;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.btn-box .item-price {
  font-size: 0.14rem;
  color: #f0142f;
}
.btn-box .el-button {
  border: none;
  font-size: 0.14rem;
  color: #ffffff;
  background: #0058ff;
  border-radius: 0.03rem;
  width: 0.6rem;
  height: 0.32rem;
}
.tips {
  color: #8692b0;
  font-size: 0.13rem;
  text-align: center;
}
.domain-box .register-type {
  display: flex;
  align-items: center;
}
.domain-box .register-type .el-divider {
  background-color: #e6e7eb;
  margin: 0 0.13rem;
}
.domain-box .register-type .reg-ridio {
  font-size: 0.16rem;
  color: #666b80;
  cursor: pointer;
}
.domain-box .register-type .isActice {
  color: #0058ff;
}
.domain-box .domain-content {
  margin-top: 0.2rem;
  display: flex;
}
.domain-box .domain-content .domain-left {
  flex: 1;
}
.domain-box .domain-content .domain-left .domain-search {
  position: relative;
  display: flex;
  align-items: center;
}
.domain-box .domain-content .domain-left .domain-search .el-input {
  height: 0.46rem;
}
.domain-box .domain-content .domain-left .domain-search .el-input .el-input__inner {
  height: 0.46rem;
  line-height: 0.46rem;
}
.domain-box .domain-content .domain-left .domain-search .el-input-group__append {
  padding: 0 18px;
  background: #ffffff;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.domain-box .domain-content .domain-left .domain-search .input-btn {
  width: 1.07rem;
}
.domain-box .domain-content .domain-left .domain-search .suffix-box {
  width: 1.07rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.16rem;
  cursor: pointer;
}
.domain-box .domain-content .domain-left .domain-search .suffix-box .el-icon-arrow-down {
  font-size: 0.14rem;
  color: #8692b0;
  margin-left: 0.1rem;
}
.domain-box .domain-content .domain-left .domain-search .search-button {
  height: 0.46rem;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #0058ff;
  color: #ffffff;
  font-size: 0.16rem;
}
.domain-box .domain-content .domain-left .domain-search .suffix-list {
  position: absolute;
  top: 0.46rem;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 1.7rem);
  padding: 0.3rem 0.23rem 0.3rem 0.46rem;
  background: #feffff;
  box-shadow: 0rem 0.05rem 0.1rem 0.01rem rgba(0, 0, 0, 0.1);
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-left .domain-search .suffix-list .suffix-item {
  margin-right: 0.16rem;
  margin-bottom: 0.16rem;
  width: 1.1rem;
  height: 0.4rem;
  border: 0.01rem solid #e6eaed;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.domain-box .domain-content .domain-left .domain-search .suffix-list .suffix-item:hover {
  background: rgba(0, 88, 255, 0.08);
}
.domain-box .domain-content .domain-left .domain-search .suffix-list .suffix-active {
  background: rgba(0, 88, 255, 0.08);
  border: 0.01rem solid #0058ff;
  color: #0058ff;
}
.domain-box .domain-content .domain-left .domain-one {
  margin-top: 0.4rem;
}
.domain-box .domain-content .domain-left .domain-one .search-title {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .domain-one .start-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 2.74rem;
  background: #ffffff;
  border: 0.01rem solid #e6e7eb;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-left .domain-one .start-search img {
  width: 0.58rem;
  height: 0.57rem;
}
.domain-box .domain-content .domain-left .domain-one .start-search p {
  text-align: center;
  margin-top: 0.19rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .domain-one .domain-list {
  margin-top: 0.24rem;
  background: #ffffff;
  border: 0.01rem solid #e6e7eb;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  max-height: 5rem;
  overflow-y: auto;
}
.domain-box .domain-content .domain-left .domain-one .domain-list::-webkit-scrollbar {
  width: 4px;
}
.domain-box .domain-content .domain-left .domain-one .domain-list::-webkit-scrollbar-track {
  /* scrollbar track */
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.domain-box .domain-content .domain-left .domain-one .domain-list::-webkit-scrollbar-thumb {
  /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item {
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #ededed;
  padding: 0 0.33rem 0 0.3rem;
  transition: background-color 0.25s ease;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item:hover {
  background-color: #f5f7fa;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item:nth-last-of-type(1) {
  border-bottom: none;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-left .domain-name {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-left .domain-status {
  margin-left: 0.42rem;
  font-size: 0.13rem;
  color: rgba(0, 0, 0, 0.6);
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right {
  display: flex;
  align-items: center;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .premium-type {
  padding: 0.06rem 0.12rem;
  margin-right: 0.25rem;
  font-size: 0.14rem;
  color: #8692b0;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  background: #f3f3f5;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .whois-box {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .whois-box:hover {
  color: #0058ff;
  cursor: pointer;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .pirce-box {
  cursor: pointer;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .pirce-box .oir-price {
  color: #8692b0;
  font-size: 0.14rem;
  text-decoration: line-through;
  margin-right: 0.17rem;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .pirce-box .now-price {
  font-size: 0.14rem;
  color: #f0142f;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .pirce-box .el-icon-arrow-down {
  font-size: 0.12rem;
  color: #8692b0;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .add-btn {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #0058ff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #0058ff;
}
.domain-box .domain-content .domain-left .domain-one .domain-list .domain-item .item-right .dis-add-btn {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #8692b0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
  cursor: not-allowed;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips {
  box-sizing: border-box;
  color: #8692b0;
  font-size: 0.14rem;
  padding: 0.2rem 0.3rem 0.1rem 0.3rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .input-batch .el-textarea__inner {
  height: 1.3rem;
  border: none;
  padding: 0;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .input-batch .el-textarea__inner::-webkit-scrollbar {
  width: 4px;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .input-batch .el-textarea__inner::-webkit-scrollbar-track {
  /* scrollbar track */
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .input-batch .el-textarea__inner::-webkit-scrollbar-thumb {
  /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .upload-btn {
  margin-top: 0.15rem;
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
}
.domain-box .domain-content .domain-left .batch-box .batch-tips .upload-btn img {
  width: 100%;
  height: 100%;
}
.domain-box .domain-content .domain-left .batch-box .batch-btn {
  margin-top: 0.2rem;
  display: flex;
  justify-content: end;
}
.domain-box .domain-content .domain-left .batch-box .batch-btn .el-button {
  background: #0058ff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  border: none;
}
.domain-box .domain-content .domain-left .batch-box .batch-main {
  margin-top: 0.52rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 3.38rem;
  background: #ffffff;
  border: 0.01rem solid #e6e7eb;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-search img {
  width: 0.58rem;
  height: 0.57rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-search p {
  text-align: center;
  margin-top: 0.19rem;
  font-size: 0.18rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .search-title {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .avail-list {
  margin-top: 0.12rem;
  background: #ffffff;
  border: 0.01rem solid #e6e7eb;
  border-radius: 0.03rem 0.03rem 0 0;
  border-bottom: none;
  max-height: 5rem;
  overflow-y: auto;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .avail-list::-webkit-scrollbar {
  width: 4px;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .avail-list::-webkit-scrollbar-track {
  /* scrollbar track */
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .avail-list::-webkit-scrollbar-thumb {
  /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item {
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.01rem solid #ededed;
  padding: 0 0.33rem 0 0.3rem;
  transition: background-color 0.25s ease;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item:hover {
  background-color: #f5f7fa;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item:nth-last-of-type(1) {
  border-bottom: none;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-left .domain-name {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-left .domain-status {
  margin-left: 0.42rem;
  font-size: 0.13rem;
  color: rgba(0, 0, 0, 0.6);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right {
  display: flex;
  align-items: center;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .premium-type {
  padding: 0.06rem 0.12rem;
  margin-right: 0.25rem;
  font-size: 0.14rem;
  color: #8692b0;
  border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
  background: #f3f3f5;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .whois-box {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .whois-box:hover {
  color: #0058ff;
  cursor: pointer;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .pirce-box {
  cursor: pointer;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .pirce-box .oir-price {
  color: #8692b0;
  font-size: 0.14rem;
  text-decoration: line-through;
  margin-right: 0.17rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .pirce-box .now-price {
  font-size: 0.14rem;
  color: #f0142f;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .pirce-box .el-icon-arrow-down {
  font-size: 0.12rem;
  color: #8692b0;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .add-btn {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #0058ff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #0058ff;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .batch-item .item-right .dis-add-btn {
  margin-left: 0.4rem;
  font-size: 0.14rem;
  color: #8692b0;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
  cursor: not-allowed;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .all-check {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.33rem 0 0.3rem;
  height: 0.6rem;
  background: #f3f3f5;
  color: rgba(0, 0, 0, 0.9);
  font-size: 0.16rem;
  border: 0.01rem solid #e6e7eb;
  border-top: none;
  border-radius: 0 0 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-left .batch-box .batch-main .all-check .el-button {
  color: #ffffff;
  font-size: 0.14rem;
  background: #0058ff;
}
.domain-box .domain-content .domain-left .batch-box .unavail-title {
  width: 100%;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.domain-box .domain-content .domain-left .batch-box .unavail-title .open-text {
  cursor: pointer;
  font-size: 0.14rem;
  color: #666b80;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list {
  margin-top: 0.12rem;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item {
  width: 50%;
  height: 0.6rem;
  box-sizing: border-box;
  padding: 0.15rem 0.3rem;
  border-bottom: 0.01rem solid #ededed;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item:nth-child(odd) {
  position: relative;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item:nth-child(odd)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0.01rem;
  height: 0.32rem;
  background: #ededed;
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item .unavail-name {
  font-size: 0.16rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-left .batch-box .unavail-list .unavail-item .unavail-reason {
  margin-left: 0.4rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.14rem;
}
.domain-box .domain-content .domain-right {
  margin-left: 0.7rem;
  width: 3.8rem;
  height: 6.3rem;
  box-sizing: border-box;
  flex-shrink: 0;
  background: #f3f3f5;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
  padding-top: 0.3rem;
}
.domain-box .domain-content .domain-right .car-top {
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  color: #1e2736;
  font-size: 0.18rem;
}
.domain-box .domain-content .domain-right .car-top .el-divider {
  width: 0.03rem;
  background-color: #0058ff;
  margin-right: 0.1rem;
  margin-left: 0;
}
.domain-box .domain-content .domain-right .car-top .clear-car {
  cursor: pointer;
}
.domain-box .domain-content .domain-right .car-top .clear-car:hover {
  color: #0058ff;
}
.domain-box .domain-content .domain-right .car-box {
  margin: 0.16rem 0.2rem 0 0.2rem;
  box-sizing: border-box;
  height: 4.4rem;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  border: 0.01rem solid #e6e7eb;
  background: #ffffff;
  overflow-y: auto;
}
.domain-box .domain-content .domain-right .car-box::-webkit-scrollbar {
  width: 4px;
}
.domain-box .domain-content .domain-right .car-box::-webkit-scrollbar-track {
  /* scrollbar track */
  box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
  border-radius: 10px;
  background: #fff;
}
.domain-box .domain-content .domain-right .car-box::-webkit-scrollbar-thumb {
  /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
  box-shadow: inset 0 0 5px rgba(97, 184, 179, 0.1);
  background: #e6e9f4;
}
.domain-box .domain-content .domain-right .car-no {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  color: #8692b0;
}
.domain-box .domain-content .domain-right .car-list .car-item {
  padding: 0.2rem;
  border-bottom: 0.01rem solid #e6e7eb;
}
.domain-box .domain-content .domain-right .car-list .car-item:hover .car-del {
  display: block;
}
.domain-box .domain-content .domain-right .car-list .car-item:nth-last-of-type(1) {
  border-bottom: none;
}
.domain-box .domain-content .domain-right .car-list .car-item .caritem-top,
.domain-box .domain-content .domain-right .car-list .car-item .car-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-bottom {
  margin-top: 0.1rem;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-name {
  display: flex;
  align-items: center;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-name .shop-name {
  font-size: 0.14rem;
  color: rgba(0, 0, 0, 0.9);
}
.domain-box .domain-content .domain-right .car-list .car-item .car-del {
  display: none;
  cursor: pointer;
  color: #666b80;
  font-size: 0.14rem;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-del:hover {
  color: #0058ff;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-year .el-select {
  width: 0.96rem;
  height: 0.32rem;
  background: #feffff;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}
.domain-box .domain-content .domain-right .car-list .car-item .car-price {
  font-size: 0.14rem;
  color: #f0142f;
}
.car-money {
  padding: 0 0.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.26rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.9);
}
.car-money .mon-right {
  font-size: 0.14rem;
}
.car-money .mon-right p {
  margin: 0;
}
.car-money .mon-right .original-price {
  text-decoration: line-through;
  color: #999;
}
.car-money .mon-right .original-price .hide {
  visibility: hidden;
}
.car-money .money-text {
  color: #f0142f;
}
.car-settle {
  margin-top: 0.2rem;
}
.car-settle .settle-btn {
  width: 100%;
  background: #0058ff;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 0;
}
.price-list {
  display: flex;
  font-size: 0.14rem;
}
.price-list .price-item > div {
  width: 0.85rem;
  height: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-list .price-item .price-year {
  background: #f8fafc;
}
.price-list .price-item .price-new {
  border-bottom: 1px solid #e6e7eb;
}
.blue-a-text {
  color: #0058ff;
  cursor: pointer;
}
.up-dialog .el-dialog__header {
  display: none;
}
.up-dialog .el-dialog__body {
  padding: 0.6rem 0.8rem;
}
.up-dialog .dia-title {
  font-size: 0.24rem;
  color: #171725;
}
.up-dialog .dia-concent {
  margin-top: 0.3rem;
}
.up-dialog .dia-concent .up-tips {
  font-size: 0.16rem;
  color: #1e2736;
}
.up-dialog .dia-concent .file-box {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
}
.up-dialog .dia-concent .file-box .file-name {
  flex: 1;
  border: 0.01rem solid #e6e7eb;
  height: 0.46rem;
  line-height: 0.46rem;
  padding: 0 0.16rem;
  background: rgba(102, 107, 128, 0.08);
  font-size: 0.15rem;
}
.up-dialog .dia-concent .file-box .file-name:focus {
  outline: none;
  border: 0.01rem solid #e6e7eb;
}
.up-dialog .dia-concent .file-box .file-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0.28rem;
  height: 0.46rem;
  box-sizing: border-box;
  color: #4e5259;
  font-size: 0.16rem;
  border: 0.01rem solid #e6e7eb;
  margin-left: 0.1rem;
  cursor: pointer;
}
.up-dialog .dia-foter {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.4rem;
}
.up-dialog .dia-foter .confim-btn,
.up-dialog .dia-foter .cancel-btn {
  min-width: 1.12rem;
  border: none;
  border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
  font-size: 0.16rem;
}
.up-dialog .dia-foter .confim-btn {
  background: #0058ff;
  color: rgba(255, 255, 255, 0.9);
}
.up-dialog .dia-foter .cancel-btn {
  margin-left: 0.12rem;
  background: #e7e7e7;
  color: #1e2736;
}
@media screen and (max-width: 915px) {
  .goods-list-div {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .shopping-item {
    width: 100%;
  }
  .search-box .el-select .el-input__inner {
    height: 40px !important;
    line-height: 40px;
  }
  .second-select .el-input__inner {
    height: 40px !important;
    line-height: 40px;
  }
  .search-input .el-input__inner {
    height: 40px !important;
    line-height: 40px;
  }
  .search-btn {
    height: 40px;
  }
}

.goods-market-page {
  --market-blue: #1f6fff;
  --market-blue-dark: #1458d9;
  --market-ink: #07142f;
  --market-text: #38445c;
  --market-muted: #69758d;
  --market-line: #e6ebf3;
  --market-bg: #f5f7fb;
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.goods-market-page {
  background: transparent;
}

.cart-site-template {
  min-height: 100vh;
  background: #f3f6fb;
  color: var(--market-ink);
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.cart-site-template .site-header a,
.cart-site-template .site-header a:hover,
.cart-site-template .site-header a:focus,
.cart-site-template .footer a,
.cart-site-template .footer a:hover,
.cart-site-template .footer a:focus {
  text-decoration: none;
}

.cart-site-main input,
.cart-site-main textarea,
.cart-site-main button,
.cart-site-main select,
.cart-site-main .el-input__inner,
.cart-site-main .el-button,
.cart-site-main .el-select-dropdown__item {
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}

.cart-site-main {
  min-height: 680px;
  padding: 0 0 64px;
  background: #f3f6fb;
}

.goods-market-page {
  width: 100%;
  margin: 0 auto;
  min-height: calc(100vh - 0.6rem);
  padding-bottom: 0.48rem;
}

.goods-market-page .main-title {
  color: var(--market-ink);
  font-size: 0.3rem;
  font-weight: 800;
  line-height: 1.25;
}

.goods-market-hero {
  position: relative;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  min-height: 400px;
  margin-left: 0;
  padding: 1.18rem max(0.48rem, calc((100vw - 1440px) / 2 + 0.48rem)) 0.42rem;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: url("/web/custom/assets/img/goods-hero.png") center center / cover no-repeat;
  box-shadow: 0 0.18rem 0.42rem rgba(28, 57, 103, 0.08);
}

.goods-market-hero::after {
  content: none;
}

.goods-market-hero__content {
  position: relative;
  z-index: 1;
  max-width: 6.8rem;
}

.goods-market-hero__content span {
  display: inline-flex;
  align-items: center;
  height: 0.26rem;
  padding: 0 0.1rem;
  border: 1px solid rgba(31, 111, 255, 0.22);
  border-radius: 0.04rem;
  color: var(--market-blue);
  font-size: 0.13rem;
  background: rgba(255, 255, 255, 0.68);
}

.goods-market-hero__content h1 {
  margin: 0.16rem 0 0;
  color: #252d3d;
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.46rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.08;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.72);
}

.goods-market-hero__content p {
  max-width: 5.8rem;
  margin: 0.14rem 0 0;
  color: var(--market-text);
  font-size: 0.16rem;
  line-height: 1.8;
}

.goods-market-hero__stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-self: flex-end;
  min-width: 4.2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0.08rem;
  background: rgba(255, 255, 255, 0.56);
  backdrop-filter: blur(0.12rem);
}

.goods-market-hero__stats div {
  padding: 0.18rem 0.2rem;
  border-right: 1px solid rgba(209, 219, 234, 0.72);
}

.goods-market-hero__stats div:last-child {
  border-right: 0;
}

.goods-market-hero__stats strong,
.goods-market-hero__stats span {
  display: block;
  white-space: nowrap;
}

.goods-market-hero__stats strong {
  color: var(--market-ink);
  font-size: 0.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.goods-market-hero__stats span {
  margin-top: 0.08rem;
  color: var(--market-muted);
  font-size: 0.13rem;
}

.goods-market-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.24rem;
  width: min(1440px, calc(100% - 150px));
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.36rem;
}

.goods-market-heading p {
  margin: 0.1rem 0 0;
  color: var(--market-muted);
  font-size: 0.15rem;
}

.goods-market-cart-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 0.38rem;
  padding: 0 0.18rem;
  border: 1px solid rgba(31, 111, 255, 0.38);
  border-radius: 0.04rem;
  color: var(--market-blue);
  font-size: 0.14rem;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.82);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.goods-market-cart-link:hover,
.goods-market-cart-link:focus {
  color: var(--market-blue);
  text-decoration: none;
  border-color: var(--market-blue);
  box-shadow: 0 0.08rem 0.2rem rgba(31, 111, 255, 0.12);
}

.goods-market-page .main-content-box {
  width: min(1440px, calc(100% - 150px));
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.22rem;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--market-line);
  border-radius: 0.08rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: 0 0.18rem 0.44rem rgba(28, 57, 103, 0.08);
}

.goods-market-toolbar-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.32rem;
  padding: 0.28rem 0.32rem 0.22rem;
  border-bottom: 1px solid #edf1f7;
  background:
    radial-gradient(circle at 92% 18%, rgba(31, 111, 255, 0.12), transparent 0.8rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.goods-market-toolbar-head span {
  display: block;
  margin-bottom: 0.08rem;
  color: var(--market-blue);
  font-size: 0.13rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.goods-market-toolbar-head h2 {
  margin: 0;
  color: var(--market-ink);
  font-size: 0.26rem;
  font-weight: 800;
  line-height: 1.3;
}

.goods-market-toolbar-head p {
  max-width: 4.8rem;
  margin: 0;
  color: var(--market-muted);
  font-size: 0.14rem;
  line-height: 1.7;
}

.goods-market-page .search-box {
  justify-content: flex-start;
  gap: 0.12rem;
  padding: 0.22rem 0.32rem;
  border-bottom: 1px solid var(--market-line);
  background: rgba(255, 255, 255, 0.72);
}

.goods-market-page .search-box .el-select,
.goods-market-page .search-input {
  width: 2.6rem;
}

.goods-market-page .second-select {
  margin: 0;
}

.goods-market-page .search-box .el-input__inner {
  border-color: #d8e0ed;
  border-radius: 0.04rem;
  color: var(--market-ink);
}

.goods-market-page .search-box .el-input__inner:hover,
.goods-market-page .search-box .el-input__inner:focus {
  border-color: var(--market-blue);
}

.goods-market-page .search-btn {
  margin-left: 0;
  width: 0.96rem;
  border-radius: 0.04rem;
  background: var(--market-blue);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.goods-market-page .search-btn:hover,
.goods-market-page .search-btn:focus {
  color: #fff;
  background: var(--market-blue-dark);
  box-shadow: 0 0.08rem 0.18rem rgba(31, 111, 255, 0.18);
}

.goods-market-page .shopping-box {
  margin-top: 0;
  padding: 0;
  background: #f4f7fc;
}

.goods-market-workbench {
  display: grid;
  grid-template-columns: 2.28rem minmax(0, 1fr);
  gap: 0;
  min-height: 4.2rem;
}

.goods-market-sidebar {
  padding: 0.24rem 0.18rem;
  border-right: 1px solid #e3eaf5;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}

.goods-market-sidebar__title {
  margin-bottom: 0.16rem;
  padding: 0 0.08rem;
  color: #07142f;
  font-size: 0.16rem;
  font-weight: 800;
  line-height: 1.4;
}

.goods-market-sidebar__item,
.goods-market-second-tab {
  border: 0;
  appearance: none;
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  cursor: pointer;
}

.goods-market-sidebar__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 0.44rem;
  margin-bottom: 0.08rem;
  padding: 0 0.12rem;
  border-radius: 0.06rem;
  color: #38445c;
  font-size: 0.14rem;
  font-weight: 600;
  text-align: left;
  background: transparent;
  transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.goods-market-sidebar__item::before {
  width: 0.06rem;
  height: 0.06rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  background: #b8c4d6;
  content: "";
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.goods-market-sidebar__item:hover,
.goods-market-sidebar__item.is-active {
  color: var(--market-blue);
  background: #eef5ff;
  box-shadow: inset 0 0 0 1px rgba(31, 111, 255, 0.1);
}

.goods-market-sidebar__item:hover::before,
.goods-market-sidebar__item.is-active::before {
  background: var(--market-blue);
  box-shadow: 0 0 0 0.05rem rgba(31, 111, 255, 0.12);
}

.goods-market-products {
  min-width: 0;
  padding: 0.24rem;
}

.goods-market-products__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.24rem;
  margin-bottom: 0.18rem;
}

.goods-market-products__top strong,
.goods-market-products__top span {
  display: block;
}

.goods-market-products__top strong {
  color: var(--market-ink);
  font-size: 0.2rem;
  font-weight: 800;
  line-height: 1.35;
}

.goods-market-products__top span {
  margin-top: 0.04rem;
  color: var(--market-muted);
  font-size: 0.13rem;
}

.goods-market-second-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.08rem;
  max-width: 6.6rem;
}

.goods-market-second-tab {
  height: 0.32rem;
  padding: 0 0.14rem;
  border: 1px solid #dce4f0;
  border-radius: 999px;
  color: #53627a;
  font-size: 0.13rem;
  background: rgba(255, 255, 255, 0.86);
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.goods-market-second-tab:hover,
.goods-market-second-tab.is-active {
  color: var(--market-blue);
  border-color: rgba(31, 111, 255, 0.45);
  background: #eef5ff;
}

.goods-market-page .goods-list-div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.16rem;
}

.goods-market-page .shopping-item {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.2rem;
  width: auto !important;
  min-height: 2.54rem;
  padding: 0.24rem;
  border: 1px solid #e1e8f3;
  border-radius: 0.08rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 253, 255, 0.96) 100%);
  box-shadow: 0 0.12rem 0.32rem rgba(24, 50, 90, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.goods-market-page .shopping-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0.03rem;
  border-radius: 0.08rem 0.08rem 0 0;
  background: linear-gradient(90deg, var(--market-blue), rgba(0, 213, 255, 0.8));
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.goods-market-page .shopping-item:hover {
  border-color: rgba(31, 111, 255, 0.45);
  box-shadow: 0 0.18rem 0.44rem rgba(31, 111, 255, 0.13);
  transform: translateY(-0.03rem);
}

.goods-market-page .shopping-item:hover::before {
  opacity: 1;
}

.goods-market-page .goods-card-main {
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 0.08rem;
}

.goods-market-page .goods-name {
  color: var(--market-ink);
  font-size: 0.18rem;
  font-weight: 800;
  line-height: 1.4;
}

.goods-market-page .goods-description {
  max-height: 0.82rem;
  min-height: 0.44rem;
  margin: 0.12rem 0 0;
  overflow: hidden;
  color: var(--market-text);
  font-size: 0.14rem;
  line-height: 1.65;
}

.goods-market-page .goods-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.08rem;
  margin-top: 0.16rem;
}

.goods-market-page .goods-tags span {
  display: inline-flex;
  align-items: center;
  height: 0.26rem;
  padding: 0 0.1rem;
  border: 1px solid #dfe6f0;
  border-radius: 0.03rem;
  color: var(--market-muted);
  font-size: 0.12rem;
  background: #fbfcff;
}

.goods-market-page .btn-box {
  position: static;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.16rem;
  padding-top: 0.18rem;
  border-top: 1px solid #edf1f7;
}

.goods-market-page .btn-box .item-price {
  display: block;
  margin-bottom: 0;
  color: #f0142f;
  font-size: 0.18rem;
  font-weight: 800;
  line-height: 1.35;
}

.goods-market-page .btn-box .item-price::before {
  content: "起步价";
  display: block;
  margin-bottom: 0.06rem;
  color: var(--market-muted);
  font-size: 0.12rem;
  font-weight: 400;
}

.goods-market-page .btn-box .el-button {
  width: 1.12rem;
  height: 0.38rem;
  border-radius: 0.04rem;
  color: #fff;
  background: var(--market-blue);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.goods-market-page .btn-box .el-button:hover,
.goods-market-page .btn-box .el-button:focus {
  color: #fff;
  background: var(--market-blue-dark);
  box-shadow: 0 0.08rem 0.18rem rgba(31, 111, 255, 0.18);
}

.goods-market-page .shopping-item .active-name {
  top: 0.12rem;
  right: 0.12rem;
  border-radius: 0.03rem;
  background: #f64041;
}

.goods-market-page .tips {
  padding: 0 0 0.2rem;
  color: var(--market-muted);
}

/* Premium cloud product center */
.goods-market-page .main-content-box {
  border: 1px solid rgba(120, 151, 202, 0.22);
  border-radius: 8px;
  background: #07172f;
  box-shadow: 0 28px 70px rgba(14, 35, 70, 0.18);
}

.goods-market-toolbar-head {
  position: relative;
  overflow: hidden;
  padding: 34px 40px 28px;
  border-bottom: 1px solid rgba(167, 193, 235, 0.18);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(112deg, #081832 0%, #0d3264 56%, #0a8fd8 100%);
}

.goods-market-toolbar-head::after {
  position: absolute;
  right: 40px;
  bottom: -1px;
  width: 360px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(95, 220, 255, 0.85));
  content: "";
}

.goods-market-toolbar-head > div,
.goods-market-toolbar-head p {
  position: relative;
  z-index: 1;
}

.goods-market-toolbar-head span {
  color: #55dcff;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.goods-market-toolbar-head h2 {
  color: #ffffff;
  font-size: 28px;
  letter-spacing: 0;
}

.goods-market-toolbar-head p {
  color: rgba(229, 239, 255, 0.78);
  font-size: 14px;
}

.goods-market-page .search-box {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  border-bottom: 1px solid rgba(167, 193, 235, 0.16);
  background: #0b1c38;
}

.goods-market-page .search-box .el-input__inner {
  height: 42px;
  border-color: rgba(145, 175, 226, 0.32);
  border-radius: 6px;
  color: #eaf2ff;
  background: rgba(255, 255, 255, 0.08);
}

.goods-market-page .search-box .el-input__inner::placeholder {
  color: rgba(224, 235, 255, 0.5);
}

.goods-market-page .search-box .el-input__inner:hover,
.goods-market-page .search-box .el-input__inner:focus {
  border-color: #4cc9ff;
  box-shadow: 0 0 0 3px rgba(76, 201, 255, 0.12);
}

.goods-market-page .search-btn {
  width: 108px;
  height: 42px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(100deg, #1677ff 0%, #35b8ff 100%);
  box-shadow: 0 12px 26px rgba(22, 119, 255, 0.28);
}

.goods-market-page .search-btn:hover,
.goods-market-page .search-btn:focus {
  background: linear-gradient(100deg, #0e63e6 0%, #209de8 100%);
}

.goods-market-page .shopping-box {
  background: #f3f6fb;
}

.goods-market-workbench {
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 520px;
}

.goods-market-sidebar {
  position: relative;
  padding: 28px 18px;
  border-right: 1px solid rgba(167, 193, 235, 0.16);
  background:
    linear-gradient(180deg, rgba(49, 111, 202, 0.16), transparent 220px),
    #081832;
}

.goods-market-sidebar::after {
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(85, 220, 255, 0.64), transparent);
  content: "";
}

.goods-market-sidebar__title {
  margin-bottom: 22px;
  padding: 0 10px;
}

.goods-market-sidebar__title span,
.goods-market-sidebar__title strong {
  display: block;
}

.goods-market-sidebar__title span {
  margin-bottom: 8px;
  color: #55dcff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.goods-market-sidebar__title strong {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
}

.goods-market-sidebar__item {
  min-height: 46px;
  margin-bottom: 8px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: rgba(234, 242, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
}

.goods-market-sidebar__item::before {
  width: 7px;
  height: 7px;
  background: rgba(112, 135, 174, 0.86);
}

.goods-market-sidebar__item:hover,
.goods-market-sidebar__item.is-active {
  color: #ffffff;
  border-color: rgba(85, 220, 255, 0.42);
  background: linear-gradient(90deg, rgba(22, 119, 255, 0.28), rgba(85, 220, 255, 0.08));
  box-shadow: 0 10px 24px rgba(2, 12, 28, 0.22);
}

.goods-market-sidebar__item:hover::before,
.goods-market-sidebar__item.is-active::before {
  background: #55dcff;
  box-shadow: 0 0 0 5px rgba(85, 220, 255, 0.12);
}

.goods-market-products {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(33, 61, 108, 0.04) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(180deg, rgba(33, 61, 108, 0.035) 1px, transparent 1px) 0 0 / 28px 28px,
    #f5f8fd;
}

.goods-market-products__top {
  align-items: flex-start;
  min-height: 42px;
  margin-bottom: 20px;
}

.goods-market-products__top strong {
  color: #07142f;
  font-size: 22px;
}

.goods-market-products__top span {
  color: #66758e;
}

.goods-market-second-tab {
  height: 34px;
  border-color: rgba(119, 144, 184, 0.26);
  border-radius: 6px;
  color: #34425a;
  background: rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(8px);
}

.goods-market-second-tab:hover,
.goods-market-second-tab.is-active {
  color: #0f63f3;
  border-color: rgba(31, 111, 255, 0.48);
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(31, 111, 255, 0.1);
}

.goods-market-page .goods-list-div {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.goods-market-page .shopping-item {
  min-height: 276px;
  padding: 24px;
  border: 1px solid rgba(134, 157, 194, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 251, 255, 0.96)),
    linear-gradient(135deg, rgba(31, 111, 255, 0.18), rgba(85, 220, 255, 0.06));
  box-shadow: 0 16px 34px rgba(17, 39, 76, 0.08);
}

.goods-market-page .shopping-item::before {
  height: 3px;
  background: linear-gradient(90deg, #1677ff 0%, #55dcff 52%, #7c5cff 100%);
}

.goods-market-page .shopping-item::after {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(31, 111, 255, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(31, 111, 255, 0.07), transparent 60%),
    repeating-linear-gradient(135deg, rgba(31, 111, 255, 0.12) 0 1px, transparent 1px 9px);
  content: "";
  pointer-events: none;
}

.goods-market-page .shopping-item:hover {
  border-color: rgba(31, 111, 255, 0.52);
  box-shadow: 0 22px 52px rgba(31, 111, 255, 0.16);
}

.goods-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
}

.goods-card-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(76, 201, 255, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(22, 119, 255, 0.96), rgba(85, 220, 255, 0.72));
  box-shadow: 0 14px 24px rgba(31, 111, 255, 0.22);
}

.goods-card-icon::before,
.goods-card-icon::after {
  position: absolute;
  content: "";
}

.goods-card-icon::before {
  inset: 12px;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 6px;
}

.goods-card-icon::after {
  top: 13px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -14px 13px 0 rgba(255, 255, 255, 0.9);
}

.goods-market-page .goods-name {
  font-size: 18px;
  line-height: 1.35;
}

.goods-card-head small {
  display: block;
  margin-top: 4px;
  color: #7a879b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.goods-market-page .goods-description {
  max-height: 70px;
  min-height: 46px;
  margin-top: 18px;
  color: #48566d;
}

.goods-market-page .goods-tags span {
  height: 28px;
  border-color: rgba(31, 111, 255, 0.14);
  border-radius: 999px;
  color: #40516f;
  background: rgba(31, 111, 255, 0.055);
}

.goods-market-page .btn-box {
  align-items: center;
  padding-top: 18px;
  border-top-color: rgba(134, 157, 194, 0.2);
}

.goods-market-page .btn-box .item-price {
  color: #ff3158;
  font-size: 20px;
}

.goods-market-page .btn-box .item-price::before {
  content: "起步价";
  color: #7a879b;
}

.goods-market-page .btn-box .el-button {
  width: 112px;
  height: 40px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(100deg, #1677ff 0%, #35b8ff 100%);
  box-shadow: 0 12px 24px rgba(31, 111, 255, 0.22);
}

.goods-market-page .btn-box .el-button:hover,
.goods-market-page .btn-box .el-button:focus {
  background: linear-gradient(100deg, #0f63f3 0%, #1d9fe9 100%);
  box-shadow: 0 14px 28px rgba(31, 111, 255, 0.3);
}

/* Refined cloud product center */
.goods-market-heading {
  min-height: 116px;
  padding: 24px 28px;
  border: 1px solid rgba(207, 221, 242, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(246, 250, 255, 0.96) 0%, rgba(239, 247, 255, 0.76) 48%, rgba(232, 246, 255, 0.42) 100%),
    url("/web/custom/assets/img/goods-hero.png") right center / auto 120% no-repeat;
  box-shadow: 0 16px 36px rgba(29, 57, 101, 0.07);
}

.goods-market-page .main-content-box {
  border: 1px solid #dfe8f5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(29, 57, 101, 0.08);
}

.goods-market-toolbar-head {
  padding: 30px 38px;
  border-bottom: 1px solid #e8eef7;
  background:
    linear-gradient(90deg, rgba(31, 111, 255, 0.08) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(180deg, rgba(31, 111, 255, 0.06) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(110deg, rgba(243, 248, 255, 0.98) 0%, rgba(229, 243, 255, 0.9) 58%, rgba(218, 246, 255, 0.92) 100%);
}

.goods-market-toolbar-head::after {
  background: linear-gradient(90deg, transparent, rgba(31, 111, 255, 0.55));
}

.goods-market-toolbar-head span {
  color: var(--market-blue);
}

.goods-market-toolbar-head h2 {
  color: #07142f;
}

.goods-market-toolbar-head p {
  color: #4d5d76;
}

.goods-market-notice {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 38px;
  border-bottom: 1px solid #e8eef7;
  background: #fbfdff;
}

.goods-market-notice strong {
  position: relative;
  flex: 0 0 auto;
  padding-left: 16px;
  color: #07142f;
  font-size: 15px;
  font-weight: 800;
}

.goods-market-notice strong::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--market-blue);
  box-shadow: 0 0 0 5px rgba(31, 111, 255, 0.12);
  content: "";
  transform: translateY(-50%);
}

.goods-market-notice span {
  color: #5d6b82;
  font-size: 14px;
  line-height: 1.7;
}

.goods-market-page .shopping-box {
  background: #f5f8fc;
}

.goods-market-workbench {
  grid-template-columns: 260px minmax(0, 1fr);
}

.goods-market-sidebar {
  padding: 24px 18px;
  border-right: 1px solid #e3eaf5;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.goods-market-sidebar::after {
  content: none;
}

.goods-market-sidebar__title span {
  color: var(--market-blue);
}

.goods-market-sidebar__title strong {
  color: #07142f;
}

.goods-market-sidebar__group {
  margin-bottom: 8px;
}

.goods-market-sidebar__item {
  justify-content: space-between;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid transparent;
  color: #34425a;
  background: transparent;
  box-shadow: none;
}

.goods-market-sidebar__item::before {
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 6px;
  background:
    linear-gradient(135deg, rgba(31, 111, 255, 0.16), rgba(0, 213, 255, 0.08));
  box-shadow: inset 0 0 0 1px rgba(31, 111, 255, 0.18);
}

.goods-market-sidebar__item::after {
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: rotate(-45deg);
  transition: transform 0.18s ease;
}

.goods-market-sidebar__item.is-open::after {
  transform: rotate(45deg);
}

.goods-market-sidebar__item:hover,
.goods-market-sidebar__item.is-active {
  color: var(--market-blue);
  border-color: rgba(31, 111, 255, 0.18);
  background: #eef5ff;
  box-shadow: none;
}

.goods-market-sidebar__item span {
  flex: 1 1 auto;
}

.goods-market-sidebar__children {
  display: grid;
  gap: 6px;
  margin: 8px 0 10px 38px;
}

.goods-market-sidebar__child {
  height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 6px;
  color: #596a83;
  font-size: 13px;
  text-align: left;
  background: transparent;
  cursor: pointer;
}

.goods-market-sidebar__child:hover,
.goods-market-sidebar__child.is-active {
  color: var(--market-blue);
  background: #edf5ff;
}

.goods-market-products {
  background: #f5f8fc;
}

.goods-market-page .shopping-item {
  min-height: 238px;
  border-color: #e1e8f3;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(29, 57, 101, 0.06);
}

.goods-market-page .shopping-item::before,
.goods-market-page .shopping-item::after,
.goods-card-icon {
  content: none;
  display: none;
}

.goods-market-page .shopping-item:hover {
  border-color: rgba(31, 111, 255, 0.36);
  box-shadow: 0 18px 38px rgba(31, 111, 255, 0.11);
}

.goods-card-head {
  gap: 0;
}

.goods-market-page .goods-description {
  margin-top: 14px;
}

.goods-market-toolbar-head {
  min-height: 0;
  padding: 0.28rem 0.32rem 0.22rem;
  border: 1px solid #dce8f8;
  border-bottom: 1px solid #edf1f7;
  background:
    url("/web/custom/assets/img/cart-product-center-bg.svg") center center / cover no-repeat,
    linear-gradient(135deg, #f8fbff 0%, #e9f5ff 58%, #ddf8ff 100%);
}

.goods-market-toolbar-head::after {
  content: none;
}

.goods-market-toolbar-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.goods-market-toolbar-title img {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  filter: drop-shadow(0 12px 20px rgba(31, 111, 255, 0.18));
}

.goods-market-toolbar-head span {
  display: block;
  color: #006cff;
}

.goods-market-toolbar-head h2 {
  color: #07142f;
}

.goods-market-toolbar-head p {
  position: relative;
  z-index: 1;
  max-width: 520px;
  color: #315076;
}

.goods-market-notice {
  display: flex;
  align-items: stretch;
  min-height: 96px;
  padding: 0;
  border: 1px solid #dfe8f5;
  border-top: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
}

.goods-market-notice__label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 220px;
  padding: 0 42px 0 36px;
  color: #243449;
  background-image: url("/web/custom/assets/img/market_title_bg.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  clip-path: none;
}

.goods-market-notice__label img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}

.goods-market-notice__label strong {
  position: static;
  padding: 0;
  color: #243449;
  font-size: 20px;
  font-weight: 800;
  white-space: nowrap;
}

.goods-market-notice__label strong::before {
  content: none;
}

.goods-market-notice__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 18px 34px 18px 18px;
  color: #0052c8;
  font-size: 15px;
  line-height: 1.75;
}

.goods-market-notice__content p {
  margin: 0;
}

.goods-market-sidebar {
  padding: 0;
  border-right: 1px solid #eef1f5;
  background: #ffffff;
}

.goods-market-sidebar__search {
  display: flex;
  align-items: center;
  gap: 12px;
  height: auto;
  padding: 8px 12px;
  border-bottom: 1px solid #dfe3ea;
  background: #ffffff;
}

.goods-market-sidebar__search input {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  height: 42px;
  padding: 0 16px;
  border: 0;
  outline: 0;
  color: #111827;
  font-size: 14px;
  background: #f3f5f8;
}

.goods-market-sidebar__search input::placeholder {
  color: #9aa5b5;
}

.goods-market-sidebar__search button {
  display: inline-flex;
  width: 94px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  background: #0f6bff;
  cursor: pointer;
}

.goods-market-sidebar__search button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.goods-market-sidebar__search button img {
  display: block;
  width: 18px;
  height: 18px;
}

.goods-market-sidebar__title {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 50px;
  margin: 0;
  padding: 0 18px;
  border-bottom: 1px solid #eef1f5;
  color: #111827;
  background: #ffffff;
}

.goods-market-sidebar__title > img {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.goods-market-sidebar__title strong {
  color: #111827;
  font-size: 14px;
  font-weight: 500;
}

.goods-market-sidebar__group {
  margin-bottom: 0;
  border-bottom: 1px solid #eef1f5;
  background: #ffffff;
}

.goods-market-sidebar__group:last-child {
  border-bottom: 1px solid #eef1f5;
}

.goods-market-sidebar__item,
.goods-market-sidebar__child {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0 14px 0 18px;
  border: 0;
  border-radius: 0;
  color: #111827;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  background: #ffffff;
  box-shadow: none;
  cursor: pointer;
}

.goods-market-sidebar__item::before {
  content: none;
}

.goods-market-sidebar__item > img:first-child,
.goods-market-sidebar__child > img:first-child {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex: 0 0 auto;
}

.goods-market-sidebar__item span {
  flex: 1 1 auto;
}

.goods-market-sidebar__arrow {
  width: 14px;
  height: 14px;
  margin-left: auto;
  flex: 0 0 auto;
}

.goods-market-sidebar__item.is-open .goods-market-sidebar__arrow {
  transform: rotate(90deg);
}

.goods-market-sidebar__item::after,
.goods-market-sidebar__child::after {
  content: none;
  display: none;
}

.goods-market-sidebar__item:hover,
.goods-market-sidebar__item.is-active,
.goods-market-sidebar__child:hover,
.goods-market-sidebar__child.is-active {
  color: #111827;
  background: #ffffff;
  box-shadow: none;
}

.goods-market-sidebar__children {
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eef1f5;
  background: #ffffff;
}

.goods-market-sidebar__child {
  padding-left: 24px;
  border-bottom: 1px solid #eef1f5;
}

.goods-market-notice__label strong,
.goods-market-notice__content {
  color: #111827;
}

.goods-market-page .goods-list-div {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.goods-market-page .shopping-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding: 0 16px 16px;
  overflow: hidden;
  border: 1px solid #e4eaf3;
  border-radius: 8px;
  background:
    url("/web/custom/assets/img/cloud_host_item_bg.BatCr-bI.png") center center / cover no-repeat,
    #ffffff;
  box-shadow: 0 12px 28px rgba(27, 47, 82, 0.08);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.goods-market-page .shopping-item::before,
.goods-market-page .shopping-item::after {
  content: none;
  display: none;
}

.goods-market-page .shopping-item:hover {
  border-color: rgba(31, 111, 255, 0.34);
  box-shadow: 0 18px 36px rgba(31, 111, 255, 0.12);
  transform: none;
}

.goods-card-visual {
  min-height: 0;
  margin: 0 -16px 0;
  padding: 24px 16px 22px;
  background: transparent;
}

.goods-market-page .goods-name {
  color: #202b3f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.goods-market-page .goods-description {
  display: block;
  max-height: 42px;
  min-height: 0;
  margin: 10px 0 0;
  overflow: hidden;
  color: #586883;
  font-size: 14px;
  line-height: 1.5;
}

.goods-card-specs {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.goods-card-spec-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #5e6b82;
  font-size: 14px;
  line-height: 1.2;
}

.goods-card-spec-row strong {
  color: #2d3648;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.goods-card-quantity {
  display: inline-grid;
  grid-template-columns: 40px 46px 40px;
  height: 30px;
  overflow: hidden;
  border: 1px solid #edf1f6;
  border-radius: 7px;
  background: #ffffff;
}

.goods-card-quantity button,
.goods-card-quantity span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  color: #233044;
  font-size: 14px;
  line-height: 1;
  background: #ffffff;
}

.goods-card-quantity button {
  color: #1976ff;
  font-size: 22px;
  cursor: pointer;
}

.goods-card-quantity button:first-child {
  color: #a9b4c4;
  border-right: 1px solid #edf1f6;
}

.goods-card-quantity button:last-child {
  border-left: 1px solid #edf1f6;
}

.goods-card-divider {
  height: 1px;
  margin: 8px 0 8px;
  background: #e6ebf2;
}

.goods-card-badges {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 20px;
  margin-bottom: 0;
}

.goods-card-badge {
  display: inline-flex;
  align-items: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}

.goods-card-badge--discount {
  color: #ff6a1f;
  background: #fff0e8;
}

.goods-card-badge--limit {
  color: #1976ff;
  background: #eef5ff;
}

.goods-card-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 8px;
  color: #ff6200;
  line-height: 1;
}

.goods-card-price__amount {
  display: flex;
  align-items: baseline;
  min-width: 0;
  line-height: 1;
  white-space: nowrap;
}

.goods-card-price__amount > * {
  display: inline-block;
}

.goods-card-price__prefix {
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}

.goods-card-price strong {
  font-family: "PingFang SC Custom", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.goods-card-price__suffix {
  color: #ff6200;
  margin-left: 4px;
  font-size: 13px;
  font-weight: 400;
}

.goods-card-stock {
  flex: 0 0 auto;
  color: #315087;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.goods-market-page .btn-box {
  display: block;
  margin-top: 8px;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  border-top: 0;
}

.goods-market-page .btn-box .el-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  background: #1677ff;
  box-shadow: none;
}

.goods-market-page .btn-box .el-button:hover,
.goods-market-page .btn-box .el-button:focus {
  color: #ffffff;
  background: #0f63f3;
  box-shadow: none;
}

.goods-market-products__top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin: 0 0 18px;
  padding: 0 18px;
  border: 1px solid rgba(255, 153, 54, 0.48);
  background: linear-gradient(90deg, #fff7ed 0%, #ffedd5 48%, #fed7aa 100%);
}

.goods-market-products__top div {
  display: block;
}

.goods-market-products__top strong {
  display: block;
  color: #9a3412;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.goods-market-products__top span {
  display: none;
}

.goods-market-page .main-content-box {
  width: min(1440px, calc(100% - 48px));
}

.goods-market-workbench {
  grid-template-columns: 240px minmax(0, 1fr);
}

.goods-market-page .goods-list-div {
  gap: 16px;
}

@media screen and (max-width: 1180px) {
  .goods-market-page {
    width: 100%;
  }

  .goods-market-heading,
  .goods-market-page .main-content-box {
    width: calc(100% - 48px);
  }

  .goods-market-hero {
    display: block;
  }

  .goods-market-hero__stats {
    width: 100%;
    min-width: 0;
    margin-top: 0.28rem;
  }

  .goods-market-page .goods-list-div {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 750px) {
  .goods-market-page {
    width: 100%;
  }

  .goods-market-heading,
  .goods-market-page .main-content-box {
    width: calc(100% - 28px);
  }

  .cart-site-main {
    padding: 0 0 36px;
  }

  .goods-market-hero {
    min-height: 400px;
    padding: 0.82rem 0.2rem 0.28rem;
    background: url("/web/custom/assets/img/goods-hero.png") center center / cover no-repeat;
  }

  .goods-market-hero__content h1 {
    font-size: 0.3rem;
  }

  .goods-market-hero__content p {
    font-size: 0.14rem;
  }

  .goods-market-hero__stats {
    grid-template-columns: 1fr;
  }

  .goods-market-hero__stats div {
    border-right: 0;
    border-bottom: 1px solid rgba(209, 219, 234, 0.72);
  }

  .goods-market-hero__stats div:last-child {
    border-bottom: 0;
  }

  .goods-market-heading {
    display: block;
  }

  .goods-market-cart-link {
    margin-top: 0.16rem;
  }

  .goods-market-page .search-box {
    display: grid;
    grid-template-columns: 1fr;
    padding: 0.18rem;
  }

  .goods-market-page .search-box .el-select,
  .goods-market-page .search-input,
  .goods-market-page .search-btn {
    width: 100%;
  }

  .goods-market-page .shopping-box {
    padding: 0.14rem;
  }

  .goods-market-notice {
    display: block;
  }

  .goods-market-notice__label {
    width: 100%;
    height: 72px;
    padding: 0 22px;
    background-size: 100% 100%;
  }

  .goods-market-notice__content {
    padding: 14px 16px;
    font-size: 13px;
  }

  .goods-market-workbench {
    display: block;
  }

  .goods-market-sidebar {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eef1f5;
  }

  .goods-market-products {
    margin-top: 14px;
  }

  .goods-market-products__top {
    min-height: 40px;
    margin-bottom: 12px;
  }

  .goods-market-products__top strong {
    line-height: 40px;
  }

  .goods-market-page .goods-list-div {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .goods-market-page .shopping-item {
    display: flex;
    min-height: 0;
  }

  .goods-market-page .btn-box {
    margin-top: 8px;
  }
}
