<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.app {
  width: 10rem;
  min-height: 100vh;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 0.106667rem;
  box-shadow: 0 0.053333rem 0.106667rem rgba(0, 0, 0, 0.1);
  background: #FFF;
}

.header-container {
  position: fixed;
  top: 0;
  width: 10rem;
  height: 1.173333rem;
  box-shadow: 0 0.053333rem 0.106667rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 1000;
}

.header-box {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  height: 1.173333rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-box .back-box {
  min-width: 0.64rem;
  height: 0.64rem;
}

.header-box .return-arrow {
  width: 0.64rem;
  height: 0.64rem;
}

.header-box .title-name {
  margin-left: 0.266667rem;
}

.header-box .title-name span {
  font-weight: 600;
  font-size: 0.426667rem;
  color: #333333;
  line-height: 0.426667rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.header-box .more-box {
  min-width: 1.173333rem;
  height: 1.173333rem;
  align-self: flex-end;
}

.header-box .more-box .more-btn {
  font-weight: 400;
  font-size: 0.373333rem;
  color: #9FA4AD;
  line-height: 0.373333rem;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.header-box .more-box .active {
  color: #FFA04A;
}

.main-container {
  width: 10rem;
  padding-top: 1.173333rem;
  padding-bottom: 1.066667rem;
}

.main-container .empty-cmt-box {
  width: 100%;
  height: 7.466667rem;
}

.empty-cmt-box .empty-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.empty-cmt-box .empty-img {
  margin-top: 1.333333rem;
  width: 3.6rem;
  height: 3.6rem;
}

.empty-cmt-box .empty-tips {
  margin-top: 0.4rem;
  font-weight: 400;
  font-size: 0.373333rem;
  color: #9FA4AD;
  line-height: 0.48rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.main-container .cmt-list {
  margin-top: 0.266667rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.cmt-list .cmt-item {
  margin-top: 0.533333rem;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.cmt-list .cmt-item .author-box {
  width: 100%;
  height: 0.8rem;
  display: flex;
  flex-direction: row;
}

.cmt-list .cmt-item .author-box .avatar {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  object-fit: cover;
}

.cmt-list .cmt-item .author-box .author {
  margin-left: 0.266667rem;
}

.cmt-list .cmt-item .author-box .author span {
  font-weight: 600;
  font-size: 0.373333rem;
  color: #333333;
  line-height: 0.373333rem;
  text-align: left;
}

.cmt-list .cmt-item .content-box .content {
  padding-left: 1.066667rem;
  font-weight: 300;
  font-size: 0.373333rem;
  color: #605A5A;
  line-height: 0.533333rem;
  text-align: left;
  text-decoration: none;
}

.cmt-list .cmt-item .content-box .content a {
  font-weight: 300;
  font-size: 0.373333rem;
  color: #605A5A;
  line-height: 0.533333rem;
  text-align: left;
  text-decoration: none;
}

.cmt-list .cmt-item .info-box {
  margin-top: 0.266667rem;
  padding-left: 1.066667rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.cmt-list .cmt-item .info-box .time {
  font-weight: 400;
  font-size: 0.293333rem;
  color: #9FA4AD;
  line-height: 0.293333rem;
  text-align: right;
}

.cmt-list .cmt-item .info-box .cmt-action-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.cmt-list .cmt-item .info-box .icon {
  width: 0.426667rem;
  height: 0.426667rem;
}

.cmt-list .cmt-item .info-box .num {
  margin-right: 0.133333rem;
  margin-left: 0.133333rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #9E9E9E;
  line-height: 0.32rem;
  text-align: left;
}

.write-cmt-box {
  width: 10rem;
  height: 100vh;
  box-shadow: 0 -0.053333rem 0.106667rem rgba(0, 0, 0, 0.1);
  border-radius: 0.266667rem 0.266667rem 0 0;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background: #FFFFFF00;
}

.write-cmt-box .top-gray {
  width: 100%;
  background-color: rgba(51,51,51,0.7);
  height: calc(100vh - 8rem);
}

.write-cmt-box .write-cmt-box-content {
  background: #fff;
  width: 100%;
  height: 8rem;
  display: flex;
  flex-direction: column;
}

.write-cmt-box-content .share-title {
  width: 100%;
  height: 1.066667rem;
}

.write-cmt-box-content .title-name {
  font-weight: 600;
  font-size: 0.426667rem;
  color: #333333;
  line-height: 0.426667rem;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.write-cmt-box-content .write-cmt-input-box {
  width: 100%;
  height: 4.8rem;
  /*background: #FFA04A;*/
  padding: 0.4rem;
}

.write-cmt-box-content .write-cmt-input-box .write-cmt-input-textarea {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 0.373333rem;
  color: #333333;
  line-height: 0.373333rem;
  text-align: left;
}

.write-cmt-box-content .write-cmt-input-box .write-cmt-input-textarea:focus {
  border: none;
  outline: none;
}

.write-cmt-box-content .write-cmt-action-box {
  width: 100%;
  height: 1.6rem;
}

.write-cmt-box-content .write-cmt-action {
  width: 100%;
  height: 0.64rem;
  padding: 0 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.write-cmt-box-content .write-cmt-action .cmt-num {
  font-weight: 400;
  font-size: 0.32rem;
  color: #C4C8D0;
  line-height: 0.32rem;
  text-align: left;
}

.write-cmt-box-content .write-cmt-action .post-btn span {
  font-weight: 400;
  font-size: 0.373333rem;
  color: #FFFFFF;
  line-height: 0.373333rem;
}

.write-cmt-box-content .write-cmt-action .post-btn {
  width: 1.68rem;
  height: 0.64rem;
  background: #FFD3AC;
  border-radius: 0.133333rem 0.133333rem 0.133333rem 0.133333rem;
}

.write-cmt-box-content .write-cmt-action .active {
  width: 1.68rem;
  height: 0.64rem;
  background: #FFA04A;
  border-radius: 0.133333rem 0.133333rem 0.133333rem 0.133333rem;
}</pre></body></html>