.goods-list-page {
  display: none;
  min-height: 100vh;
  background: linear-gradient(180deg, #f6f8fc 0%, #edf2fb 100%);
  width: 100%;
}
.goods-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 0.08rem 0.24rem rgba(25, 48, 89, 0.08);
}
.goods-topbar a {
  text-decoration: none;
}
.goods-topbar .nav-header {
  box-sizing: border-box;
  max-width: 15rem;
  min-height: 0.72rem;
  margin: 0 auto;
  padding: 0 0.32rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.24rem;
}
.goods-topbar .nav-left {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 0.32rem;
}
.goods-topbar .nav-icon {
  margin-right: 0;
  width: auto;
  font-size: inherit;
  text-align: left;
}
.goods-topbar .nav-brand {
  display: flex;
  align-items: center;
}
.goods-topbar .nav-icon img {
  width: 1.56rem;
  max-height: 0.42rem;
  object-fit: contain;
}
.goods-topbar .brand-text {
  font-size: 0.22rem;
  font-weight: 600;
  color: #171725;
  white-space: nowrap;
}
.goods-topbar .nav-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.goods-topbar .nav-menu .nav-item {
  display: flex;
  align-items: center;
  height: 0.72rem;
  padding: 0 0.18rem;
  font-size: 0.16rem;
  color: #333333;
  border-bottom: 0.02rem solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.goods-topbar .nav-menu .nav-item:hover,
.goods-topbar .nav-menu .nav-item.is-active {
  color: #0058ff;
  border-color: #0058ff;
}
.goods-topbar .nav-header:hover {
  background: transparent;
  color: inherit;
}
.goods-topbar .nav-right {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  flex-shrink: 0;
}
.goods-topbar .control {
  margin: 0 0.12rem;
  color: #333333;
  font-size: 0.14rem;
}
.goods-topbar .no-login {
  display: flex;
  align-items: center;
  margin-left: 0.12rem;
}
.goods-topbar .btn {
  box-sizing: border-box;
  height: 0.4rem;
  padding: 0 0.18rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  cursor: pointer;
  transition: all 0.25s ease;
}
.goods-topbar .btn-normal {
  color: #ffffff;
  background: linear-gradient(135deg, #0058ff 0%, #2b7bff 100%);
  box-shadow: 0 0.06rem 0.16rem rgba(0, 88, 255, 0.2);
}
.goods-topbar .btn-normal-light {
  color: #0058ff;
  background: #eef4ff;
  border: 0.01rem solid #cfe0ff;
}
.goods-topbar .mr-10 {
  margin-right: 0.1rem;
}
.goods-topbar .ml-10 {
  margin-left: 0.1rem;
}
.goods-topbar .font-el1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.goods-topbar .login-in {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  height: 0.72rem;
  padding: 0 0.18rem;
}
.goods-topbar .login-in::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 0.32rem;
  transform: translateY(-50%);
  border-left: 0.01rem solid #e6eaed;
}
.goods-topbar .login-in:hover .login-menu {
  display: block;
}
.goods-topbar .head-img {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  color: #ffffff;
  font-size: 0.16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.goods-topbar .name {
  display: inline-block;
  max-width: 1.4rem;
  color: #1e2736;
  font-size: 0.14rem;
}
.goods-topbar .login-menu {
  display: none;
  position: absolute;
  top: 0.72rem;
  right: 0;
  width: 1.72rem;
  padding: 0.08rem;
  background: #feffff;
  border: 0.01rem solid #dcdcdc;
  box-shadow: 0 0.08rem 0.18rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.goods-topbar .login-menu-item {
  box-sizing: border-box;
  cursor: pointer;
  min-height: 0.4rem;
  padding: 0.1rem 0.12rem;
  font-size: 0.14rem;
  color: #333333;
}
.goods-topbar .login-menu-item:hover {
  background: #eef4ff;
  color: #0058ff;
}
.goods-topbar .real-name {
  display: inline-block;
  margin-left: 0.08rem;
  padding: 0 0.06rem;
  line-height: 0.18rem;
  border-radius: 0.03rem;
  border: 0.01rem solid #0058ff;
  color: #0058ff;
  font-size: 0.12rem;
}
.goods-topbar .no-real-name {
  border-color: #e34d59;
  color: #e34d59;
}
.goods-list-page .standalone-main {
  box-sizing: border-box;
  max-width: 15rem;
  margin: 0 auto;
  padding: 0.48rem 0.32rem 0.72rem;
}
.goods-list-page .main-card {
  background: #ffffff;
  border-radius: 0.12rem;
  box-shadow: 0 0.12rem 0.4rem rgba(25, 48, 89, 0.08);
  padding: 0.36rem 0.4rem 0.4rem;
}
.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 {
  /*滚动条整体样式*/
  width: 4px;
}
.goods-description::-webkit-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;
}
@media screen and (max-width: 900px) {
  .goods-topbar .nav-header {
    flex-direction: column;
    align-items: stretch;
    padding: 0.16rem 0.2rem;
  }
  .goods-topbar .nav-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.16rem;
  }
  .goods-topbar .nav-menu {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .goods-topbar .nav-menu .nav-item {
    height: auto;
    padding: 0.08rem 0.14rem;
    border: 0.01rem solid #dbe4f3;
    border-radius: 999px;
    margin-right: 0.08rem;
  }
  .goods-topbar .nav-menu .nav-item:hover,
  .goods-topbar .nav-menu .nav-item.is-active {
    background: #eef4ff;
  }
  .goods-topbar .nav-right {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .goods-topbar .control {
    margin: 0;
    padding: 0.08rem 0.12rem;
    background: #f5f7fb;
    border-radius: 999px;
  }
  .goods-topbar .no-login {
    margin-left: 0;
  }
  .goods-topbar .login-in {
    padding: 0;
    height: auto;
  }
  .goods-topbar .login-in::before {
    display: none;
  }
  .goods-list-page .standalone-main {
    padding: 0.32rem 0.2rem 0.48rem;
  }
  .goods-list-page .main-card {
    padding: 0.28rem 0.24rem 0.32rem;
  }
  .search-box {
    flex-wrap: wrap;
    row-gap: 0.12rem;
  }
  .search-box .el-select,
  .search-input {
    width: 100%;
  }
  .search-btn {
    width: 100%;
    margin-left: 0;
  }
  .shopping-box {
    padding: 0;
  }
  .goods-list-div {
    row-gap: 0.2rem;
  }
  .shopping-item {
    width: 100%;
  }
}
.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;
  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 {
  /*滚动条里面轨道*/
  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 {
  /*滚动条里面轨道*/
  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 {
  /*滚动条里面轨道*/
  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 {
  /*滚动条里面轨道*/
  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;
  }
}

/* Modern Card Styles */
.modern-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 16px;
  transition: box-shadow 0.3s ease;
  /* Override existing shopping-item padding/border if needed */
}

.modern-card:hover {
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.card-layout {
  display: flex;
  flex-direction: column; /* Changed to column since no image */
  gap: 16px;
}

/* Removed card-image-wrapper styles */

.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.goods-name {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left; /* Changed from center to left */
}

.specs-container {
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between; /* Spread left and right */
}

.specs-labels {
  width: auto; /* Allow self-sizing */
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: flex-start; /* Left align labels */
}

.spec-label {
  background: transparent;
  color: #333;
  font-size: 12px;
  height: 24px;
  line-height: 22px;
  text-align: center; /* Text inside label can be centered or left */
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  padding: 0 8px; /* Add padding for content */
  width: auto; /* Auto width */
  min-width: 40px; /* Minimum width */
  display: inline-block; /* Ensure width wraps content */
}

/* Specific Label Colors */
.spec-label.label-cpu {
  color: #0058ff;
  border-color: #0058ff;
}

.spec-label.label-memory {
  color: #28a745;
  border-color: #28a745;
}

.spec-label.label-bandwidth {
  color: #fd7e14;
  border-color: #fd7e14;
}

.spec-label.label-disk {
  color: #6f42c1;
  border-color: #6f42c1;
}

.spec-label.label-ip {
  color: #17a2b8;
  border-color: #17a2b8;
}

.spec-label.label-flow {
  color: #dc3545;
  border-color: #dc3545;
}

.spec-label.label-defense {
  color: #e83e8c;
  border-color: #e83e8c;
}

.spec-label.label-line {
  color: #6610f2;
  border-color: #6610f2;
}


.specs-values {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 12px;
  max-width: none; /* Remove max-width constraint */
  align-items: flex-end; /* Right align values */
}

.spec-value {
  color: #666;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: right; /* Ensure text alignment */
  width: 100%; /* Take full width of container */
}

/* Extra Info Styles */
.specs-extras {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-top: 8px;
  border-top: 1px dashed #eee;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.extra-item {
  font-size: 13px;
  color: #666;
  line-height: 1.4;
  text-align: left;
}

.btn-box {
  position: static;
  padding: 0;
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Sidebar Search Box */
.sidebar-search {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e7eb;
}

.search-box-inner {
  position: relative;
  display: flex;
  align-items: center;
}

.search-box-inner input {
  width: 100%;
  height: 36px;
  border: 1px solid #e6e7eb;
  border-radius: 18px; /* Rounded pill shape */
  padding: 0 32px; /* Space for icon and clear button */
  font-size: 13px;
  outline: none;
  background: #f9f9f9;
  color: #333;
  transition: all 0.2s;
}

.search-box-inner input:focus {
  background: #fff;
  border-color: #0058ff;
  box-shadow: 0 0 0 2px rgba(0, 88, 255, 0.1);
}

.search-icon {
  position: absolute;
  left: 10px;
  color: #999;
  font-size: 14px;
}

.search-clear {
  position: absolute;
  right: 10px;
  color: #ccc;
  cursor: pointer;
  font-size: 14px;
}

.search-clear:hover {
  color: #999;
}

/* Updated Sidebar Navigation Styles */
.sidebar-nav {
  width: 240px;
  flex-shrink: 0;
  background: #ffffff;
  border: 1px solid #e6e7eb;
  border-radius: 4px;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.nav-wrapper {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}

/* Custom Scrollbar for Nav */
.nav-wrapper::-webkit-scrollbar {
  width: 4px;
}
.nav-wrapper::-webkit-scrollbar-thumb {
  background: #e6e9f4;
  border-radius: 2px;
}

.nav-group-item {
  border-bottom: 1px solid #f0f0f0;
}

.nav-group-item:last-child {
  border-bottom: none;
}

.nav-header {
  padding: 14px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.2s;
  font-weight: 600;
}

.nav-header:hover {
  background-color: #f9f9f9;
  color: #0058ff;
}

.nav-header.active {
  color: #0058ff;
  background-color: #f0f7ff;
}

.nav-icon {
  margin-right: 8px;
  font-size: 10px;
  width: 12px;
  text-align: center;
  color: #999;
}

.nav-sub-list {
  background-color: #ffffff;
  /* Sub-menu animation handled by JS */
  overflow: hidden;
}

@media (prefers-reduced-motion: reduce) {
  .nav-sub-list {
    transition: none !important;
  }
}

.nav-sub-item {
  padding: 0;
  cursor: pointer;
  transition: all 0.2s;
}

.sub-item-content {
  padding: 10px 16px 10px 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-sub-item h5 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #666;
}

.nav-sub-item:hover .sub-item-content {
  background-color: #f9f9f9;
}

.nav-sub-item:hover h5 {
  color: #0058ff;
}

.nav-sub-item.active {
  background-color: #e6f0ff;
  border-left: 3px solid #0058ff;
}

.nav-sub-item.active .sub-item-content {
  padding-left: 33px;
}

.nav-sub-item.active h5 {
  color: #0058ff;
  font-weight: 500;
}

/* Tagline Style */
.tagline {
  font-size: 10px;
  padding: 1px 4px;
  border-radius: 2px;
  background: #ff4d4f;
  color: #fff;
  margin-left: 8px;
}

/* Right Content Panel */
.right-panel {
  flex: 1;
  min-width: 0;
  /* Ensure no overflow or layout shift */
  display: flex;
  flex-direction: column;
}

/* Shopping Box adjustments */
.shopping-box {
  padding: 0;
  margin-top: 0;
  min-height: auto;
}

.goods-list-div {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* Space between cards */
}

.shopping-item {
  width: calc(33.333% - 11px); /* 3 cards per row */
  max-width: none;
  margin: 0; /* Reset margins */
}

/* Responsive Grid for Cards */
@media screen and (max-width: 1200px) {
  .shopping-item {
    width: calc(50% - 8px); /* 2 cards per row */
  }
}

@media screen and (max-width: 768px) {
  .shopping-item {
    width: 100%; /* 1 card per row on mobile */
  }
}

/* Content Layout */
.content-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start; /* Ensure top alignment */
}

/* Stock Info Styles */
.price-stock-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stock-info {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}

.stock-info.is-sold-out {
    color: #f56c6c;
}

.btn-box .el-button.is-disabled,
.btn-box .el-button.is-disabled:hover,
.btn-box .el-button.is-disabled:focus,
.btn-box .el-button[disabled],
.btn-box .el-button[disabled]:hover,
.btn-box .el-button[disabled]:focus,
.btn-box .el-button--primary.is-disabled,
.btn-box .el-button--primary.is-disabled:hover,
.btn-box .el-button--primary.is-disabled:focus,
.btn-box .el-button--primary.is-disabled:active {
    background: #c8ced8;
    border-color: #c8ced8;
    color: #ffffff;
    box-shadow: none;
    cursor: not-allowed;
}

/* Responsive Breakpoints */
@media screen and (min-width: 769px) {
  .mobile-category-select {
    display: none !important; /* Force hide on PC */
  }
}

@media screen and (max-width: 768px) {
  .top-search-area {
    justify-content: center;
  }
  
  .search-wrapper {
    width: 100%;
  }
  
  .search-input {
    flex: 1;
    width: auto;
  }

  .content-layout {
    flex-direction: column;
  }

  .sidebar-nav {
    display: none; /* Hide sidebar on mobile */
  }

  .mobile-category-select {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
  }
  
  .mobile-category-select .el-select {
    flex: 1;
  }
}

/* 20260410 catalog layout overrides */
.goods-list-page .standalone-main {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 0.18rem 0.4rem;
}

.goods-list-page .goods-list-shell {
  width: 100%;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.goods-list-page .main-content-box {
  margin-top: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

.goods-list-page .content-layout {
  width: 100%;
  gap: 18px;
  align-items: flex-start;
}

.goods-list-page .goods-topbar .nav-header {
  max-width: none;
  margin: 0;
  padding: 0 0.18rem;
}

.goods-list-page .catalog-head {
  width: 100%;
  margin-bottom: 14px;
}

.goods-list-page .catalog-path {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  width: 100%;
  gap: 12px;
  color: #66758d;
  font-size: 14px;
}

.goods-list-page .catalog-back {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #6f7f96;
  text-decoration: none;
}

.goods-list-page .catalog-back:hover {
  color: #165dff;
}

.goods-list-page .catalog-title {
  min-width: 0;
  color: #1f2d3d;
  font-size: 16px;
  font-weight: 700;
}

.goods-list-page .catalog-subtitle {
  justify-self: end;
  color: #4b5f79;
  font-size: 14px;
}

.goods-list-page .catalog-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 18px;
  margin-bottom: 12px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.7;
}

.goods-list-page .catalog-notice i {
  margin-top: 3px;
  font-size: 16px;
}

.goods-list-page .catalog-notice--info {
  color: #165dff;
  background: #edf4ff;
  border-color: #cfe1ff;
}

.goods-list-page .catalog-notice--success {
  color: #1c7c38;
  background: #eefbf0;
  border-color: #bfe8c5;
}

.goods-list-page .sidebar-nav {
  width: 250px;
  border: 1px solid #e4eaf2;
  border-radius: 0;
  background: #f8fafc;
  box-shadow: none;
}

.goods-list-page .sidebar-search {
  padding: 10px;
  border-bottom: 1px solid #e4eaf2;
  background: #ffffff;
}

.goods-list-page .search-box-inner input {
  height: 32px;
  border-radius: 2px;
  padding: 0 30px;
  border-color: #d9e1ec;
  background: #ffffff;
  font-size: 13px;
}

.goods-list-page .search-box-inner input:focus {
  border-color: #165dff;
  box-shadow: 0 0 0 2px rgba(22, 93, 255, 0.08);
}

.goods-list-page .nav-group-item {
  border-bottom-color: #e8edf4;
}

.goods-list-page .nav-header {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  color: #33455c;
  background: #f8fafc;
}

.goods-list-page .nav-header:hover {
  background: #f2f6fb;
  color: #165dff;
}

.goods-list-page .nav-header.active {
  color: #165dff;
  background: #f2f6fb;
}

.goods-list-page .nav-sub-list {
  background: #ffffff;
}

.goods-list-page .nav-sub-item {
  border-left: 3px solid transparent;
}

.goods-list-page .sub-item-content {
  padding: 11px 14px 11px 22px;
}

.goods-list-page .nav-sub-item h5 {
  font-size: 14px;
  color: #2f4057;
}

.goods-list-page .nav-sub-item:hover .sub-item-content {
  background: #f7faff;
}

.goods-list-page .nav-sub-item.active {
  border-left-color: #165dff;
  background: #ffffff;
}

.goods-list-page .nav-sub-item.active .sub-item-content {
  padding-left: 19px;
  background: #eef4ff;
}

.goods-list-page .nav-sub-item.active h5 {
  color: #165dff;
  font-weight: 600;
}

.goods-list-page .right-panel {
  min-width: 0;
}

.goods-list-page .shopping-box {
  margin-top: 0;
  padding: 0;
}

.goods-list-page .goods-list-catalog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}

.goods-list-page .catalog-card {
  width: auto;
  min-height: 0;
  padding: 0;
  border: 1px solid #dfe5ee;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}

.goods-list-page .catalog-card:hover {
  border-color: #bfd3f8;
  box-shadow: 0 8px 22px rgba(39, 76, 132, 0.08);
}

.goods-list-page .catalog-card__inner {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.goods-list-page .catalog-card__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-height: 56px;
  padding: 14px 16px 8px;
}

.goods-list-page .catalog-card__title {
  flex: 1;
  min-width: 0;
  color: #101828;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
}

.goods-list-page .catalog-card__stock {
  flex-shrink: 0;
  padding-left: 12px;
  border-left: 1px solid #e6ebf2;
  color: #9aa7b8;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
}

.goods-list-page .catalog-card__promo {
  margin: 0 16px 10px;
  padding: 8px 10px;
  color: #1c7c38;
  font-size: 12px;
  line-height: 1.6;
  background: #eefbf0;
  border: 1px solid #c8ebce;
}

.goods-list-page .catalog-card__specs {
  padding: 0 16px 12px;
}

.goods-list-page .catalog-card__spec-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 5px 0;
}

.goods-list-page .catalog-card__spec-key {
  color: #101828;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.6;
}

.goods-list-page .catalog-card__spec-value {
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
  text-align: right;
  word-break: break-word;
}

.goods-list-page .catalog-card__extras {
  padding: 0 16px 12px;
  margin-top: auto;
}

.goods-list-page .catalog-card__extra {
  color: #7c8ba1;
  font-size: 12px;
  line-height: 1.6;
}

.goods-list-page .catalog-card__footer {
  margin-top: auto;
}

.goods-list-page .catalog-card__price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 0 16px 14px;
}

.goods-list-page .catalog-card__price strong {
  color: #ff2f00;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.goods-list-page .catalog-card__price span {
  color: #5f7189;
  font-size: 13px;
}

.goods-list-page .catalog-card__button.el-button {
  width: 100%;
  height: 42px;
  margin: 0;
  border: none;
  border-radius: 0;
  background: #165dff;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

.goods-list-page .catalog-card__button.el-button:hover,
.goods-list-page .catalog-card__button.el-button:focus {
  background: #0f56f0;
}

.goods-list-page .catalog-card__button.el-button.is-disabled,
.goods-list-page .catalog-card__button.el-button.is-disabled:hover,
.goods-list-page .catalog-card__button.el-button.is-disabled:focus,
.goods-list-page .catalog-card__button.el-button[disabled],
.goods-list-page .catalog-card__button.el-button[disabled]:hover,
.goods-list-page .catalog-card__button.el-button[disabled]:focus {
  background: #cfd6df;
  color: #ffffff;
}

.goods-list-page .catalog-card.is-sold-out {
  background: #fcfcfd;
}

@media screen and (max-width: 1280px) {
  .goods-list-page .goods-list-catalog {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}

@media screen and (max-width: 900px) {
  .goods-list-page .standalone-main {
    padding: 0 0.14rem 0.32rem;
  }

  .goods-list-page .content-layout {
    gap: 14px;
  }

  .goods-list-page .catalog-head {
    margin-bottom: 10px;
  }

  .goods-list-page .catalog-path {
    grid-template-columns: 1fr;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
  }

  .goods-list-page .catalog-subtitle {
    justify-self: start;
  }

  .goods-list-page .goods-topbar .nav-header {
    padding: 0 0.14rem;
  }
}

@media screen and (max-width: 768px) {
  .goods-list-page .catalog-notice {
    padding: 12px 14px;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .goods-list-page .goods-list-catalog {
    grid-template-columns: 1fr;
  }

  .goods-list-page .catalog-card__head,
  .goods-list-page .catalog-card__specs,
  .goods-list-page .catalog-card__extras,
  .goods-list-page .catalog-card__price {
    padding-left: 14px;
    padding-right: 14px;
  }
}
