.a1818-content {
  width: 100%;
}
.a1818-content > .content {
  width: 100%;
}
.a1818-content > .content > .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.a1818-content > .content > .detail {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.a1818-content > .content > .detail > b {
  font-weight: normal;
  color: var(--red-color);
  display: block;
}
.a1818-content > .content > .detail > span {
  color: #4a4a4a;
  display: block;
}
.a1818-content > .content > .detail > span:first-of-type {
  margin: 0 12px;
}
.a1818-content > .content > .article {
  overflow: hidden;
  word-break: break-all;
  margin-top: 16px;
}
.a1818-content > .content > .article > img {
  max-width: 100%;
}
.a1818-content > .operate,
.a1818-content > .copy {
  display: flex;
  width: 100%;
  height: 60px;
  background: #f6f6f6;
  align-items: center;
  padding: 0 16px;
  border-top: 4px solid var(--main-color);
  margin-top: 32px;
}
.a1818-content > .operate > .read,
.a1818-content > .copy > .read {
  padding-left: 0;
  margin-right: 24px;
  cursor: default;
  display: block;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.a1818-content > .operate > .w,
.a1818-content > .copy > .w {
  color: #4a4a4a;
  font-size: 16px;
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 24px;
  margin-right: 20px;
  cursor: pointer;
}
.a1818-content > .operate > .ly,
.a1818-content > .copy > .ly {
  background: url(/www8300/images/w-message.png) no-repeat left center;
  background-size: 24px 24px;
}
.a1818-content > .operate > .sc,
.a1818-content > .copy > .sc {
  background: url(/www8300/images/w-sc.png) no-repeat left center;
  background-size: 24px 24px;
}
.a1818-content > .operate > .sc.active,
.a1818-content > .copy > .sc.active {
  background: url(/www8300/images/h-sc.png) no-repeat left center;
  background-size: 24px 24px;
  color: #c60000;
}
.a1818-content > .operate > .dz,
.a1818-content > .copy > .dz {
  background: url(/www8300/images/w-dz.png) no-repeat left center;
  background-size: 24px 24px;
}
.a1818-content > .operate > .dz.active,
.a1818-content > .copy > .dz.active {
  background: url(/www8300/images/h-dz.png) no-repeat left center;
  background-size: 24px 24px;
  color: #c60000;
}
.a1818-content > .operate.copy,
.a1818-content > .copy.copy {
  width: 940px;
  position: fixed;
  bottom: 0px;
  display: none;
}
.a1818-content > .message {
  margin-top: 16px;
}
.a1818-content > .message .title {
  font-size: 16px;
  font-weight: bold;
  padding-left: 22px;
  background: url(/www8300/images/message_icon.png) no-repeat left center;
  background-size: 20px 16px;
}
.a1818-content > .message > .message_con {
  border: 1px solid #e0e0e0;
  margin-top: 8px;
}
.a1818-content > .message > .message_con > textarea {
  width: 100%;
  min-height: 67px;
  resize: none;
  border: none;
  outline: none;
  padding: 8px 15px;
  font-size: 14px;
  font-family: -apple-system, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.a1818-content > .message > .message_con > .send_wrap {
  width: 100%;
  height: 40px;
  background: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}
.a1818-content > .message > .message_con > .send_wrap > p {
  display: flex;
  color: #999999;
}
.a1818-content > .message > .message_con > .send_wrap > p > a {
  color: #181818;
  display: block;
}
.a1818-content > .message > .message_con > .send_wrap > .right {
  display: flex;
  align-items: center;
  color: #999999;
}
.a1818-content > .message > .message_con > .send_wrap > .right > span {
  color: #999999;
}
.a1818-content > .message > .message_con > .send_wrap > .right > .send {
  width: 56px;
  height: 28px;
  background: var(--main-color);
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-weight: bold;
  margin-left: 8px;
  cursor: pointer;
}
.a1818-content > .message > .comment_con {
  margin-top: 16px;
}
.a1818-content > .message > .comment_con > .item {
  display: flex;
  overflow: hidden;
  padding-top: 9px;
}
.a1818-content > .message > .comment_con > .item > .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.a1818-content > .message > .comment_con > .item > .avatar > img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.a1818-content > .message > .comment_con > .item > .info {
  flex: 1;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px solid #f6f6f6;
}
.a1818-content > .message > .comment_con > .item > .info > .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.a1818-content > .message > .comment_con > .item > .info > .top > .left {
  flex: 1;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.a1818-content > .message > .comment_con > .item > .info > .top > .left > .name {
  display: block;
  font-weight: bold;
  color: #204f91;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.a1818-content > .message > .comment_con > .item > .info > .top > .left > .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 18px;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 8px;
}
.a1818-content > .message > .comment_con > .item > .info > .top > .left > .icon.jp {
  border: 1px solid #2e9eed;
  color: #2e9eed;
}
.a1818-content > .message > .comment_con > .item > .info > .top > .left > .icon.pt {
  border: 1px solid #979797;
  color: #999999;
}
.a1818-content > .message > .comment_con > .item > .info > .top > .left > .icon.sx {
  border: 1px solid #c60000;
  color: #c60000;
}
.a1818-content > .message > .comment_con > .item > .info > .top > .r-like {
  min-width: 60px;
  color: #000000;
  min-height: 19px;
  background: url(/www8300/images/w-dz.png) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 22px;
  cursor: pointer;
}
.a1818-content > .message > .comment_con > .item > .info > .top > .r-like.active {
  background: url(/www8300/images/h-dz.png) no-repeat left center;
  background-size: 20px 20px;
  color: #c60000;
}
.a1818-content > .message > .comment_con > .item > .info > .detail {
  color: #181818;
  word-break: break-all;
  margin-top: 6px;
  padding-bottom: 6px;
}
.a1818-content > .message > .comment_con > .item > .info > .date {
  color: #999999;
  font-size: 12px;
}
.a1818-content > .guess_like {
  margin-top: 16px;
}
.a1818-content > .guess_like > .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.a1818-content > .guess_like > .title > span {
  font-size: 16px;
  font-weight: bold;
  padding-left: 22px;
  background: url(/www8300/images/message_icon.png) no-repeat left center;
  background-size: 20px 16px;
}
.a1818-content > .guess_like > .title > a {
  font-size: 16px;
  color: #181818;
}
.a1818-content > .guess_like > .con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
