img {
  object-fit: cover;
  display: block;
}

.base {
  padding-bottom: 0;
}

.tab {
  padding: 0px 20px;
  box-sizing: border-box;
}

.tab-list {
  width: 60px;
  margin-right: 30px;
}

.text {
  font-size: 16px;
  font-weight: bold;
}

.tab-active .text {
  color: rgba(247, 129, 11, 1);
}

/* 列表区 */
.contents {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  min-height: 680px;
  background-color: #fff;
  margin-bottom: 24px;
  position: relative;
}

.content-box {
  width: 100%;
}

.contents-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid rgba(232, 233, 236, 1);
  box-sizing: border-box;
  margin-bottom: 20px;
}

.contents-border {
  border-bottom: 2px solid rgba(247, 129, 11, 1);
  box-sizing: border-box;
  display: flex;
  align-items: start;
  padding-right: 16px;
}

.jianbain {
  width: 4px;
  height: 20px;
  background: linear-gradient(
    to bottom,
    rgba(247, 129, 11, 1),
    rgba(255, 255, 255, 1)
  );
  margin-top: 4px;
}

.contents-tit {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
  margin-left: 6px;
}

.contents-head-right {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.allchecked > span {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
}

.right-icons {
  width: 4px;
  margin-left: 4px;
}
.my-guanzhu {
  color: rgba(104, 107, 115, 1);
  font-size: 14px;
  line-height: 23px;
  padding-bottom: 10px;
}

/*  */
.lists {
  width: 100%;
  margin-bottom: 95px;
}

.list-box {
  width: 100%;
  margin-top: 14px;
  border-bottom: 1px solid rgba(232, 233, 236, 1);
  padding-bottom: 14px;
}

.list-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-head-left-title {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 4px;
}

.list-head-left-name {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
}

.list-head-right {
  display: flex;
  align-items: center;
  column-gap: 12px;
}

.btns {
  height: 29px;
  background: #efefef;
  border-radius: 2px 2px 2px 2px;
  color: rgba(54, 58, 68, 1);
  font-size: 12px;
  padding: 0px 12px;
  text-align: center;
  line-height: 29px;
  cursor: pointer;
}

.list-bg {
  background-color: rgba(253, 245, 242, 1);
  border-radius: 2px;
  padding: 14px;
  display: flex;
  align-items: center;
  margin-top: 14px;
}

.list-bg-1 {
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
  text-align: center;
}

.ant {
  font-size: 16px;
  margin-top: 2px;
}

.list-fl {
  flex: 1;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  font-size: 20px;
}

.list-fl > p {
  text-align: center;
  font-size: 20px;
}

.num {
  color: rgba(226, 94, 39, 1);
  font-size: 20px;
  margin-top: 2px;
  font-weight: 600;
}

/* 商品 */
.shangpin {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* align-items: center; */
  grid-gap: 20px;
}

.images {
  width: 100%;
}

.shangpin p {
  color: rgba(126, 127, 127, 1);
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}

/* 动态 */
.dongtai-lists {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.dongtai-img {
  width: 190px;
  height: 105px;
  overflow: hidden;
}

.dongtai-right {
  margin-left: 16px;
  flex: 1;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dongtai-tit {
  color: rgba(51, 52, 52, 1);
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 800;
}

.dongtai-text {
  color: rgba(104, 107, 115, 1);
  font-size: 14px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.dongtai-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.time {
  color: rgba(104, 107, 115, 1);
  font-size: 14px;
}

.dianzan-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.dianzan {
  width: 16px;
  height: 16px;
}

.dianzan img {
  display: block;
  width: 100%;
}

.dianzan-num {
  color: rgba(104, 107, 115, 1);
  font-size: 14px;
  margin-bottom: 2px;
}

.pinglun1 {
  color: rgba(247, 129, 11, 1);
  font-size: 14px;
  margin-bottom: 2px;
}

.no-more {
  text-align: center;
  color: rgba(186, 186, 186, 1);
  font-size: 14px;
  margin-bottom: 22px;
}

/*  */
/* 弹窗 */
.pop {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}

.pop-bg {
  width: 340px;
  height: 110px;
  background-color: rgba(243, 243, 243, 1) !important;
  padding: 16px 26px;
  position: fixed;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  animation: show 0.5s 1 alternate;
  margin-left: -170px;
  margin-top: -55px;
  z-index: 10;
}

.pop-head {
  width: 100%;
  display: flex;
  /* align-items: flex-start;
  justify-content: space-between; */
}

.pop-name {
  color: rgba(54, 58, 68, 1);
  font-size: 16px;
}

.quxiao {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding: 0rem 28px;
  justify-content: right;
}

.quxiaoguanzhu {
  color: rgba(54, 58, 68, 1);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  height: 100%;
  line-height: 50px;
  margin-left: 20px;
  cursor: pointer;
}

.qyxiaobtn {
  text-align: center;
  font-size: 16px;
  color: #999;
  height: 100%;
  line-height: 50px;
  cursor: pointer;
}

.quxiao-icon {
  width: 20px;
  height: 20px;
}

/* 轻提示 */
.toast_box {
  /* width: 100%; */
  position: sticky;
  bottom: 80%;
  left: 60%;
  /* justify-content: center; */
  z-index: 200;
  transform: translate(-50%, -50%);
  display: none;
}

.toast_box p {
  box-sizing: border-box;
  padding: 10px 20px;
  width: max-content;
  /* 提示框的背景色 */
  background: #707070;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
  opacity: 0.8;
}
/* fenye */
#demo-laypage-theme-3 {
  margin-top: 40px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 35px;
}
