#shop_theme {
  max-width: 14.9rem;
  width: 100%;
  margin: 0 auto;
}
.top-screen {
  padding-bottom: 0.12rem;
  border-bottom: 1px solid #e3e8ee;
  margin-top: 0.3rem;
}
.top-screen .row {
  display: flex;
  margin-bottom: 0.14rem;
}
.top-screen .row .label {
  color: #b8b9bc;
  width: 0.6rem;
  white-space: nowrap;
  margin-right: 0.4rem;
}
.top-screen .row .value {
  display: flex;
  flex-wrap: wrap;
}
.top-screen .row .value .value-item {
  color: #4b4b6b;
  margin-right: 0.4rem;
  cursor: pointer;
}
.top-screen .row .value .value-item.active {
  color: #161ede;
}
.app-box .bottom-item {
  margin-right: 0.6rem !important;
}
.app-box .bottom-item:nth-child(7n + 7) {
  margin-right: 0 !important;
}
.top-screen-desc {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.top-screen-desc .desc-item {
  display: flex;
  margin-right: 0.4rem;
  cursor: pointer;
}
.top-screen-desc .desc-item.active {
  color: #161ede;
}
.top-screen-desc .desc-item .caret-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
}
.top-screen-desc .desc-item .caret-wrapper .top {
  width: 0px;
  height: 0px;
  border-bottom: 3px solid #656a88;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  margin-bottom: 3px;
}
.top-screen-desc .desc-item .caret-wrapper .top.active {
  border-bottom: 3px solid #161ede;
}
.top-screen-desc .desc-item .caret-wrapper .bottom {
  width: 0px;
  height: 0px;
  border-top: 3px solid #656a88;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.top-screen-desc .desc-item .caret-wrapper .bottom.active {
  border-top: 3px solid #161ede;
}
.shop-content {
  min-height: 100px;
}
.shop-content.template .item-img {
  width: 3.2rem !important;
  height: 1.8rem !important;
  object-fit: scale-down;
}
.shop-content.template .bottom-item {
  margin-right: 0.3rem !important;
}
.shop-content.template .bottom-item:nth-child(4n + 4) {
  margin-right: 0 !important;
}
.shop-content.template .bottom-item .name {
  width: 3.2rem !important;
}
.shop-content .row {
  margin-top: 0.4rem;
  padding-bottom: 0.5rem;
}
.shop-content .row .row-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.shop-content .row .row-top .title {
  font-size: 24px;
  color: #090a3a;
}
.shop-content .row .row-top .all-btn {
  padding: 0.06rem 0.12rem;
  border: 1px solid #dadce0;
  color: #161ede;
  cursor: pointer;
}
.shop-content .row .row-bottom {
  display: flex;
  flex-wrap: wrap;
}
.shop-content .row .row-bottom .bottom-item {
  list-style: none;
  margin-right: 0.1rem;
  padding: 0.1rem;
  margin-bottom: 0.2rem;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.shop-content .row .row-bottom .bottom-item:hover {
  border-radius: 10px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.18);
}
.shop-content .row .row-bottom .bottom-item .item-img {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: scale-down;
}
.shop-content .row .row-bottom .bottom-item .item-img img {
  max-width: 100%;
  max-height: 100%;
}
.shop-content .row .row-bottom .bottom-item .name {
  color: #090a3a;
  margin-bottom: 0.05rem;
  width: 1.6rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  margin-top: 0.16rem;
}
.shop-content .row .row-bottom .bottom-item .good {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.shop-content .row .row-bottom .bottom-item .good .star {
  width: 65px;
  position: relative;
  display: flex;
  align-items: center;
}
.shop-content .row .row-bottom .bottom-item .good .star .star-on {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}
.shop-content .row .row-bottom .bottom-item .good .star .star-on i {
  width: 13px;
  color: #febf13;
}
.shop-content .row .row-bottom .bottom-item .good .star .star-off {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}
.shop-content .row .row-bottom .bottom-item .good .star .star-off i {
  color: #febf13;
  width: 13px;
}
.shop-content .row .row-bottom .bottom-item .good .user {
  font-size: 12px;
  color: #656a88;
  font-weight: 500;
}
.shop-content .row .row-bottom .bottom-item .money {
  font-size: 12px;
  color: #e50012;
  font-weight: 500;
  padding-bottom: 0.1rem;
  border-bottom: 1px dashed #e3e8ee;
}
.shop-content .row .row-bottom .bottom-item .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.09rem;
}
.shop-content .row .row-bottom .bottom-item .author .left {
  display: flex;
  align-items: center;
}
.shop-content .row .row-bottom .bottom-item .author .left span {
  margin-left: 0.07rem;
  color: #4b4b6b;
  font-size: 12px;
  max-width: 1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shop-content .row .row-bottom .bottom-item .author .right {
  display: flex;
  align-items: center;
}
.shop-content .row .row-bottom .bottom-item .author .right .safe-img {
  margin-right: 0.07rem;
}
.shop-content .row .row-bottom.image-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  gap: 16px;
}
.shop-content .row .row-bottom.image-box .bottom-item {
  margin-right: 0;
  margin-bottom: 0;
  display: flex;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  padding: 20px 24px;
  box-sizing: border-box;
}
.shop-content .row .row-bottom.image-box .bottom-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.shop-content .row .row-bottom.image-box .bottom-item .item-img {
  width: 88px;
  height: 88px;
  border-radius: 8px;
  object-fit: cover;
  background: #f6f6f6;
  overflow: hidden;
  padding: 16px;
  box-sizing: border-box;
}
.shop-content .row .row-bottom.image-box .bottom-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-content .row .row-bottom.image-box .bottom-item .image-info {
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding-right: 0;
}
.shop-content .row .row-bottom.image-box .bottom-item .image-info .name {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.shop-content .row .row-bottom.image-box .bottom-item .image-info .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0;
  font-size: 14px;
  color: #999;
}
.shop-content .row .row-bottom.image-box .bottom-item .image-info .author .user {
  font-weight: 400;
  display: flex;
  align-items: center;
}
.shop-content .row .row-bottom.image-box .bottom-item .image-info .author .left {
  display: flex;
  align-items: center;
  gap: 6px;
}
.shop-content .row .row-bottom.image-box .bottom-item .image-info .author .left .author-img {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.shop-content .row .row-bottom.image-box .bottom-item .image-info .author .left .nick-name {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 0;
}
.bottom-tip {
  display: flex;
  align-items: center;
  justify-content: center;
}
.padding-left {
  padding-left: 0.2rem;
}
.image-market-content {
  background: #f9f9fc;
}
.image-market-content #shop_theme {
  max-width: none;
  width: auto;
  padding: 16px;
}
.image-market-content #shop_theme .top-screen {
  margin: 0;
  padding: 0;
  padding: 16px 32px;
  background: #fff;
}
.image-market-content #shop_theme .top-screen .row {
  margin-bottom: 0;
}
.image-market-content #shop_theme .shop-content {
  width: auto !important;
  max-width: none !important;
}
.image-market-content #shop_theme .shop-content .class-box {
  padding: 16px 32px;
  box-sizing: border-box;
  background: #fff;
  line-height: 40px;
  justify-content: space-between;
  border-radius: 8px;
}
.image-market-content #shop_theme .shop-content .class-box .left {
  display: flex;
  align-items: center;
}
.image-market-content #shop_theme .shop-content .class-box .title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-right: 46px;
}
.image-market-content #shop_theme .shop-content .class-box .item {
  cursor: pointer;
  padding: 0 24px;
  border-radius: 8px;
  margin-right: 32px;
  font-size: 14px;
  color: #333;
  font-weight: 400;
}
.image-market-content #shop_theme .shop-content .class-box .item:hover {
  color: #4F8CFF;
}
.image-market-content #shop_theme .shop-content .class-box .item.active {
  color: #fff;
  background: #4F8CFF;
  font-weight: 600;
  font-size: 16px;
}
.image-market-content #shop_theme .shop-content .class-box .all-btn {
  color: #4F8CFF;
  cursor: pointer;
}
.image-market-content #shop_theme .shop-content .row {
  margin-top: 24px;
  margin-bottom: 50px;
  padding-bottom: 0;
}
.image-market-content #shop_theme .top-screen-desc {
  margin-top: 16px;
  padding: 16px 32px;
  margin-bottom: 20px;
}
.image-market-content #shop_theme .shop-content .row {
  margin-top: 0;
  margin-bottom: 20px;
}
.image-market-content .empty {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  color: #999;
}
.image-market-content .image-disclaimer {
  text-align: center;
  font-size: 14px;
  color: #9E9E9E;
  margin-top: 30px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 240px);
  padding-left: 240px;
  z-index: 10;
  background: #f9f9fc;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media only screen and (max-width: 415px) {
  .shop-content .row .row-bottom {
    display: block !important;
  }
  .shop-content .row .row-bottom .bottom-item .author .left span {
    margin-left: 0.07rem;
    margin-right: 0.07rem;
    color: #4b4b6b;
    font-size: 12px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
