body, html {
  background-color: #F8F8F8;
}

.bread {
  padding: 14px 18px;
  font-size: 14px;
  color: #000000;
}

.bread a {
  color: #000000;
}

.bread.show {
  visibility: hidden;
}

.head-main {
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #ffffff;
}

.head-main .list {
  margin-right: 20px;
}

.head-main .list:last-of-type {
  margin-right: 0;
}

.head-main .list .cover {
  width: 275px;
  height: 172px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.head-main .list .name {
  width: 275px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
  color: #000000;
}

.head-main .list .name span {
  display: inline-block;
  line-height: 1;
  padding: 3px 6px;
  border-radius: 5px;
  background-color: #ff5f73;
  color: #ffffff;
}

.note-main .note-layout {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
}

.note-main .note-layout:last-of-type {
  margin-bottom: 20px;
}

.note-main .note-layout .title {
  margin-bottom: 20px;
}

.note-main .note-layout .title .t-left {
  line-height: 1;
  font-size: 24px;
  color: #000000;
}

.note-main .note-layout .title .t-left img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 10px 0 0;
}

.note-main .note-layout .title .t-center {
  overflow: hidden;
  flex: 1;
  margin-left: 16px;
  margin-right: 30px;
}

.note-main .note-layout .title .t-center .swiper-slide {
  width: auto !important;
  margin-left: 12px;
  font-size: 16px;
  color: #868686;
  cursor: pointer;
}

.note-main .note-layout .title .t-center .swiper-slide:first-of-type {
  margin-left: 0;
}

.note-main .note-layout .title .t-right {
  font-size: 14px;
  color: #495b69;
  position: relative;
  cursor: pointer;
}

.note-main .note-layout .title .t-right a {
  color: #495b69;
}

.note-main .note-layout .title .t-right span {
  display: inline-block;
  margin-left: 3px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #495b69;
  border-right: solid 1px #495b69;
  transform: rotate(45deg);
}

.note-main .note-layout .content .note-list .list:last-of-type {
  margin-top: 20px;
}

.note-main .note-layout .content .note-list .list .cover {
  flex: 0 0 155px;
  width: 155px;
  height: 206px;
  background-color: #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.note-main .note-layout .content .note-list .list .cont {
  width: 426px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.note-main .note-layout .content .note-list .list .cont .list-title {
  margin-bottom: 15px;
}

.note-main .note-layout .content .note-list .list .cont .list-title a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}

.note-main .note-layout .content .note-list .list .cont .list-look {
  margin-bottom: 15px;
  font-size: 12px;
  color: #9d9d9d;
}

.note-main .note-layout .content .note-list .list .cont .list-look a {
  color: #9d9d9d;
}

.note-main .note-layout .content .note-list .list .cont .list-desc {
  font-size: 14px;
  line-height: 23px;
  color: #404040;
}

.note-main .note-layout .content .note-list .list .cont .list-tags {
  margin-top: 12px;
  flex-wrap: wrap;
}

.note-main .note-layout .content .note-list .list .cont .list-tags p {
  margin-right: 28px;
  font-size: 14px;
  color: #9d9d9d;
}

.note-main .note-layout .content .note-list .list .cont .list-tags a {
  display: inline-block;
  padding: 0 12px;
  height: 22px;
  line-height: 22px;
  background-color: #fff3f7;
  border-radius: 10px;
  font-size: 12px;
  margin-right: 4px;
  margin-bottom: 4px;
  color: #ff5f73;
  text-align: center;
}

.note-main .note-layout .content .note-list .list .cont .list-user .name {
  font-size: 12px;
  color: #000000;
}

.note-main .note-layout .content .note-list .list .cont .list-user .name .headimg {
  width: 17px;
  height: 17px;
  border-radius: 17px;
  margin-right: 5px;
  background-color: #649ce2;
  overflow: hidden;
}

.note-main .note-layout .content .note-list .list .cont .list-user .collect {
  margin-left: 16px;
  font-size: 12px;
  color: #919191;
}

.note-main .note-layout .content .note-list .list .cont .list-user .collect .like {
  margin-right: 5px;
}

.note-main .note-layout .content .note-article {
  margin-left: 50px;
}

.note-main .note-layout .content .note-article dl dd {
  margin-bottom: 16px;
}

.note-main .note-layout .content .note-article dl dd:last-of-type {
  margin-bottom: 0;
}

.note-main .note-layout .content .note-article dl dd .num {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fa8393;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.note-main .note-layout .content .note-article dl dd .num1 {
  background-color: #e72841;
}

.note-main .note-layout .content .note-article dl dd .num2 {
  background-color: #fc5268;
}

.note-main .note-layout .content .note-article dl dd a {
  display: block;
  margin-left: 10px;
  width: 470px;
  font-size: 14px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.note-main .note-layout .content .note-article dl dd a:hover {
  color: #ff5f73;
}
