html {
  font-size: 26.667vw;
}
body {
  font-size: 0.14rem;
}
a {
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
li,
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.row,
.col-md-6 {
  margin: 0;
  padding: 0;
}
body {
  background: radial-gradient(200% 100% at bottom center, #f7f7b6, #e96f92, #75517d, #1b2947);
  background: radial-gradient(220% 105% at top center, #1b2947 10%, #75517d 40%, #e96f92 65%, #f7f7b6);
  background-attachment: fixed;
  overflow: hidden;
}
@keyframes rotate {
  0% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
  }
  100% {
    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
  }
}
.stars {
  transform: perspective(500px);
  transform-style: preserve-3d;
  position: absolute;
  bottom: 0;
  perspective-origin: 50% 100%;
  left: 50%;
  animation: rotate 90s infinite linear;
}
.star {
  width: 2px;
  height: 2px;
  background: #F7F7B6;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0 -300px;
  transform: translate3d(0, 0, -300px);
  backface-visibility: hidden;
}
.table {
  width: 400px;
  height: 350px;
  margin: 80px auto;
}
.table form {
  width: 100%;
}
.table .name {
  width: 280px;
  margin: 20px auto 30px auto;
  display: block;
  height: 30px;
  border-radius: 20px;
  border: none;
  background: rgba(0, 0, 0, 0.2);
  text-indent: 0.5em;
}
.table .btn {
  width: 100px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: none;
  color: white;
  margin: 0 auto;
  display: block;
}
.inc_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
}
.header-content {
  padding: 20px 30px;
  height: 100%;
}
.header-content .img-box {
  display: block;
  margin: 50px 0;
  text-align: center;
  cursor: pointer;
}
.header-content .img-box img {
  width: 146px;
  height: 116px;
}
.header-content .tag-mess {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.header-content .menu-list {
  margin-top: 50px;
}
.header-content .menu-list li {
  padding-left: 60px;
}
.header-content .menu-list li a {
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
.main-content {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  width: calc(100% - 300px);
  height: 100%;
  overflow: auto;
}
.main-content .top-content {
  display: flex;
  height: 600px;
}
.main-content .top-content .top-left {
  padding-right: 20px;
  width: 65%;
  height: 600px;
}
.main-content .top-content .top-left .mess {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.main-content .top-content .top-left .mess:hover img {
  transform: scale(1.1);
  transition: all 3s;
}
.main-content .top-content .top-left .mess img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-content .top-content .top-right {
  width: 35%;
  height: 600px;
}
.main-content .top-content .top-right .right-item {
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
.main-content .top-content .top-right .right-item:first-child {
  margin-bottom: 20px;
}
.main-content .top-content .top-right .right-item:hover img {
  transform: scale(1.1);
  transition: all 3s;
}
.main-content .top-content .top-right .right-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-content .tags-content {
  position: relative;
  margin-top: 20px;
  padding: 20px 30px;
  width: 100%;
  height: 150px;
  border-radius: 10px;
}
.main-content .tags-content .tags-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  object-fit: cover;
  z-index: -1;
}
.main-content .tags-content p {
  text-align: center;
  line-height: 1.6;
  font-size: 34px;
  color: #fff;
}
.main-content .mess-content {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.main-content .mess-content .mess-item {
  margin-bottom: 20px;
  padding: 15px 20px;
  width: calc((100% - 40px) / 3);
  border: 1px solid #333;
  border-radius: 10px;
}
.main-content .mess-content .mess-item:not(:nth-child(3n)) {
  margin-right: 20px;
}
.main-content .mess-content .mess-item .title {
  display: flex;
  margin-bottom: 10px;
}
.main-content .mess-content .mess-item .title .img-box {
  margin-right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.main-content .mess-content .mess-item .title .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-content .mess-content .mess-item .title .author-mess {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.main-content .mess-content .mess-item .title .author-mess .name {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}
.main-content .mess-content .mess-item .title .author-mess .author-name {
  font-size: 14px;
  color: #333;
}
.main-content .mess-content .mess-item .desc {
  min-height: 70px;
  line-height: 1.6;
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.gossip-content .gossip-tags {
  position: relative;
  height: 150px;
}
.gossip-content .gossip-tags .gossip-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
}
.gossip-content .gossip-tags .gossip-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gossip-content .gossip-tags .gossip-title {
  padding: 20px 0;
  height: 150px;
}
.gossip-content .gossip-tags .gossip-title p {
  padding-left: 100px;
  line-height: 1.6;
  color: #fff;
  font-size: 30px;
}
.gossip-content .gossip-tags .gossip-title p:last-child {
  padding-left: 300px;
}
.gossip-content .gossip-list .gossip-item {
  margin-top: 20px;
  padding: 0 30px;
  display: flex;
}
.gossip-content .gossip-list .gossip-item:not(:last-child) .gossip-left::before {
  content: "";
  height: calc(100% + 20px);
}
.gossip-content .gossip-list .gossip-item .gossip-left {
  position: relative;
  flex-shrink: 0;
  width: 200px;
}
.gossip-content .gossip-list .gossip-item .gossip-left::before {
  content: "";
  position: absolute;
  right: 55px;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.gossip-content .gossip-list .gossip-item .gossip-left::after {
  content: "";
  position: absolute;
  right: 50px;
  top: 50px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.gossip-content .gossip-list .gossip-item .gossip-left .img-box {
  margin-bottom: 20px;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  border-radius: 5px;
  overflow: hidden;
}
.gossip-content .gossip-list .gossip-item .gossip-left .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gossip-content .gossip-list .gossip-item .gossip-left p {
  width: 90px;
  text-align: right;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.gossip-content .gossip-list .gossip-item .gossip-right {
  position: relative;
  flex: 1;
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #fff;
}
.gossip-content .gossip-list .gossip-item .gossip-right::after {
  content: "";
  position: absolute;
  left: -3px;
  top: 45px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
}
.gossip-content .gossip-list .gossip-item .gossip-right a {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-weight: 700;
}
.gossip-content .gossip-list .gossip-item .gossip-right p {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #999;
}
.gossip-content .gossip-list .gossip-item .gossip-right .desc {
  margin-bottom: 0;
  line-height: 1.6;
  color: #333;
  height: 85px;
  overflow: hidden;
}
.gossip-content .gossip-list .gossip-item .gossip-right .desc p {
  margin-bottom: 10px;
}
.gossip-content .gossip-list .gossip-item .gossip-right:hover .desc {
  height: 100%;
  transition: all 0.6s ease-out;
}
.notes-content {
  display: flex;
}
.notes-content .main-notes {
  margin-right: 20px;
  flex: 1;
}
.notes-content .main-notes .top-notes {
  width: 100%;
  height: 400px;
  border-radius: 5px;
  overflow: hidden;
}
.notes-content .main-notes .top-notes img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notes-content .main-notes .notes-list {
  padding-bottom: 20px;
}
.notes-content .main-notes .notes-item {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
}
.notes-content .main-notes .notes-item a {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}
.notes-content .main-notes .notes-item .label-name {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notes-content .main-notes .notes-item .label-name span {
  color: #999;
  font-size: 14px;
}
.notes-content .main-notes .notes-item .img-box {
  margin-bottom: 10px;
  width: 100%;
  height: 400px;
  background-color: #75517d;
}
.notes-content .main-notes .notes-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notes-content .main-notes .notes-item .desc {
  line-height: 1.6;
  font-size: 16px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.notes-content .tags-notes {
  flex-shrink: 0;
  width: 400px;
  height: 100%;
}
.notes-content .tags-notes .date-notes {
  padding: 20px 30px;
  position: relative;
  width: 100%;
  height: 350px;
}
.notes-content .tags-notes .date-notes .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #333;
  z-index: -1;
}
.notes-content .tags-notes .date-notes .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notes-content .tags-notes .date-notes .time-date .date {
  margin-bottom: 10px;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
}
.notes-content .tags-notes .date-notes .time-date .mounth {
  padding-left: 20px;
  line-height: 1.6;
  font-size: 16px;
  color: #fff;
}
.notes-content .tags-notes .date-notes .mark {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: calc(100% - 40px);
  color: #fff;
  font-size: 22px;
  line-height: 1.6;
}
.notes-content .tags-notes .tags-list .tags-item {
  position: relative;
  margin-top: 20px;
  padding: 20px;
  width: 100%;
  height: 200px;
  border-radius: 5px;
}
.notes-content .tags-notes .tags-list .tags-item .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 5px;
  z-index: -1;
}
.notes-content .tags-notes .tags-list .tags-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notes-content .tags-notes .tags-list .tags-item p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 15px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.notes-detail {
  position: relative;
  width: 80%;
  margin: 40px auto;
}
.notes-detail .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border: 2px solid #fff;
  border-radius: 5px;
}
.notes-detail .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notes-detail .notes-mess {
  padding-left: 110px;
  width: 90%;
}
.notes-detail .notes-mess h3 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}
.notes-detail .notes-mess .notes-box {
  padding: 20px 30px;
  border-radius: 5px;
  background-color: #fff;
}
.notes-detail .notes-mess .notes-box .title-mess {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.notes-detail .notes-mess .notes-box .title-mess .name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.notes-detail .notes-mess .notes-box .title-mess .time {
  font-size: 14px;
  line-height: 1.6;
  color: #999;
}
.notes-detail .notes-mess .notes-box .notes-matter p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.notes-detail .copyright-say {
  margin: 30px 0;
  padding-left: 20px;
  border-left: 5px solid #eee;
}
.notes-detail .copyright-say h3 {
  margin-bottom: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.notes-detail .copyright-say p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}
.notes-detail .change-notes {
  display: flex;
  justify-content: space-between;
}
.notes-detail .change-notes .change-btn {
  display: block;
  color: #333;
}
.notes-detail .change-notes .change-btn:hover {
  font-weight: 700;
}
.read-content {
  display: flex;
  flex-wrap: wrap;
}
.read-content .message-item {
  display: block;
  margin-bottom: 20px;
  width: calc(100% / 4 - 15px);
}
.read-content .message-item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.read-content .message-item .img-box {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.read-content .message-item .img-box:hover img {
  transform: scale(1.1);
  transition: all 3s;
}
.read-content .message-item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.read-content .message-item .label-name {
  padding: 10px 20px 15px;
  background-color: #fff;
}
.read-content .message-item h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 2;
}
.read-content .message-item .desc {
  line-height: 1.6;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer-content {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.footer-content .fixed_infor {
  padding-right: 20px;
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.footer-content .fixed_infor a {
  color: #fff;
}
