body, html {
  background-color: #F8F8F8;
}

.bread {
  padding: 14px 18px;
  font-size: 14px;
  color: #000000;
}

.bread a {
  color: #000000;
}

.bread a.show {
  visibility: hidden;
}

.content {
  width: 862px;
}

.content .detail {
  padding: 30px 0 30px 0;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.content .detail .act-title {
  padding: 0 35px;
}

.content .detail .act-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.content .detail .act-title .share span {
  font-size: 14px;
  color: #9d9d9d;
  margin-left: 10px;
}

.content .detail .act-users {
  margin-top: 18px;
  padding: 0 35px;
  font-size: 16px;
}

.content .detail .act-users .avatar {
  color: #000000;
}

.content .detail .act-users .avatar img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.content .detail .act-users .time {
  color: #a4a4a4;
}

.content .detail .act-cate {
  padding: 0 35px;
  margin-top: 14px;
  font-size: 14px;
  color: #9d9d9d;
}

.content .detail .act-swiper {
  width: 100%;
  height: 600px;
  margin-top: 20px;
  position: relative;
}

.content .detail .act-swiper .swiper-button-prev,
.content .detail .act-swiper .swiper-button-next {
  width: 56px;
  height: 110px;
  background-color: #f5f5f5;
  border-radius: 0 5px 5px 0;
  opacity: 1;
  transform: translateY(-50%);
  margin-top: 0;
}

.content .detail .act-swiper .swiper-button-prev::after,
.content .detail .act-swiper .swiper-button-next::after {
  color: #969696;
}

.content .detail .act-swiper .swiper-button-next {
  border-radius: 5px 0 0 5px;
}

.content .detail .act-swiper .swiper1 {
  width: 518px;
  height: 600px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.content .detail .act-swiper .swiper1 img {
  object-fit: cover;
}

.content .detail .act-swiper .swiper1 .pag {
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 12px;
  right: 6px;
  z-index: 1;
}

.content .detail .act-swiper2 {
  margin-top: 20px;
  padding: 0 35px;
  overflow: hidden;
}

.content .detail .act-swiper2 .swiper-slide {
  width: 110px !important;
  height: 110px !important;
  border-radius: 5px;
  overflow: hidden;
}

.content .detail .act-swiper2 .swiper-slide img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
}

.content .detail .act-swiper2 .swiper-slide .active {
  border: solid 3px #ff5f73;
}

.content .detail .act-desc {
  padding: 0 35px;
  margin-top: 30px;
  font-size: 15px;
  line-height: 29px;
  color: #565656;
  text-align: justify;
  white-space: pre-line;
}

.content .detail .act-rest {
  width: 810px;
  margin: 30px auto 0;
  padding: 0 10px;
  border-top: solid 1px #eee;
}

.content .detail .act-rest a {
  font-size: 14px;
  color: #000000;
  margin-top: 30px;
}

.content .moreact {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
}

.content .moreact .more-title {
  margin-bottom: -4px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.content .moreact .note-list {
  flex-wrap: wrap;
}

.content .moreact .note-list .list {
  margin-top: 20px;
}

.content .moreact .note-list .list .cover {
  flex: 0 0 155px;
  width: 155px;
  height: 206px;
  background-color: #e0e0e0;
  border-radius: 5px;
}

.content .moreact .note-list .list .cont {
  width: 210px;
  margin-left: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content .moreact .note-list .list .cont .list-title {
  width: 90%;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .moreact .note-list .list .cont .list-title a {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.content .moreact .note-list .list .cont .list-look {
  margin-bottom: 15px;
  font-size: 12px;
  color: #9d9d9d;
}

.content .moreact .note-list .list .cont .list-look a {
  color: #9d9d9d;
}

.content .moreact .note-list .list .cont .list-desc {
  font-size: 14px;
  line-height: 23px;
  color: #404040;
}

.content .moreact .note-list .list .cont .list-tags {
  margin-top: 12px;
}

.content .moreact .note-list .list .cont .list-tags p {
  margin-right: 24px;
  font-size: 14px;
  color: #9d9d9d;
}

.content .moreact .note-list .list .cont .list-tags a {
  display: inline-block;
  width: 84px;
  height: 22px;
  line-height: 22px;
  background-color: #fff3f7;
  border-radius: 10px;
  font-size: 12px;
  color: #ff5f73;
  text-align: center;
}

.content .moreact .note-list .list .cont .list-user .name {
  font-size: 12px;
  color: #000000;
}

.content .moreact .note-list .list .cont .list-user .name .headimg {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  margin-right: 5px;
  background-color: #649ce2;
}

.content .moreact .note-list .list .cont .list-user .collect {
  margin-left: 16px;
  font-size: 12px;
  color: #919191;
}

.content .moreact .note-list .list .cont .list-user .collect .like {
  margin-right: 5px;
}

.shop-top {
  width: 317px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
}

.shop-top .shop-top-title {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
}

.shop-top ul li {
  margin-top: 30px;
}

.shop-top ul li .cover {
  width: 70px;
  height: 70px;
  background-color: #f5f5f5;
  border-radius: 5px;
  position: relative;
}

.shop-top ul li .cover .label {
  width: 18px;
  height: 23px;
  position: absolute;
  top: -2px;
  left: 7px;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}

.shop-top ul li .infos {
  margin-left: 10px;
}

.shop-top ul li .infos .name {
  font-size: 16px;
  color: #000000;
}

.shop-top ul li .infos .score {
  margin-top: 20px;
}

.shop-top ul li .infos .score span {
  font-size: 12px;
  color: #9d9d9d;
  margin-left: 8px;
}
