#article-wrap {
  padding: 20px;
  background: #fff; }

#title {
  font-size: 20px;
  color: #333;
  font-weight: bold; }

#author-wrap {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }

#author {
  font-size: 14px;
  color: #333; }

a#author {
  color: #0066CC; }

#pub-time {
  font-size: 14px;
  color: #8f8f8f; }

#abstract {
  padding: 10px;
  margin-top: 30px;
  font-size: 12px;
  border-radius: 10px;
  color: #b3b3b3;
  background: #f5f5f5; }

#content {
  color: #333;
  margin-top: 30px;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  user-select: none;
  -webkit-user-select: none; }

#attachments-wrap {
  border-top: 1px solid #f5f5f5;
  padding-top: 10px; }

#attachment-title {
  font-weight: bold;
  font-size: 12px; }

.attachment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 8px 10px 8px 5px; }
  .attachment:hover {
    background: #f0f0f0; }
  .attachment .attachment-name-wrap {
    display: flex;
    align-items: center; }
  .attachment .icon {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px; }
  .attachment .download-href {
    cursor: pointer;
    color: #0066cc; }

.modal a {
  color: #0066cc; }

.more-user-cover {
  position: relative;
  text-align: center;
  padding-top: 60px;
  top: -80px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 40%); }

.lock-icon {
  display: block;
  margin: 0 auto;
  width: 26px;
  height: 30px; }

.lock-tip {
  margin-top: 2px;
  color: #aaa;
  font-size: 14px; }

.lock-join-button {
  margin: 5px auto;
  padding: 6px 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  background: #ffda2d;
  border-radius: 9999px; }

/*# sourceMappingURL=article-pc.css.map */
