.page-shell-reply {
  background:
    radial-gradient(circle at 50% 34%, #e3c18a 0%, #c6954f 55%, #9a682f 100%);
}

.reply-stage {
  background: #d7b27b;
}

/* Coordinates are the exact bounds from 5（750）.psd. */
.reply-background {
  z-index: 0;
  top: 0;
  left: 0;
  width: 750px;
  height: 1335px;
}

.reply-messages {
  z-index: 2;
  top: 302px;
  left: 80px;
  width: 577px;
  height: 275px;
}

.reply-title {
  z-index: 3;
  top: 96px;
  left: 232px;
  width: 284px;
  height: 46px;
}

.reply-message-box {
  z-index: 2;
  top: 794px;
  left: 118px;
  width: 513px;
  height: 177px;
}

.reply-placeholder {
  z-index: 3;
  top: 822px;
  left: 143px;
  width: 244px;
  height: 32px;
  transition: opacity 120ms ease;
}

.reply-placeholder.is-hidden {
  opacity: 0;
}

.reply-textarea {
  position: absolute;
  z-index: 4;
  top: 822px;
  left: 143px;
  width: 440px;
  height: 120px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  resize: none;
  color: #32100b;
  background: transparent;
  font: 400 23px/1.45 "Microsoft YaHei", "微软雅黑", sans-serif;
  caret-color: #7d150a;
}

.reply-count-label {
  z-index: 3;
  top: 1134px;
  left: 265px;
  width: 228px;
  height: 26px;
}

.reply-count-number {
  z-index: 4;
  top: 1132px;
  left: 338px;
  width: 60px;
  height: 28px;
}

.reply-submit {
  z-index: 5;
  top: 991px;
  left: 114px;
  width: 254px;
  height: 78px;
}

.reply-home {
  z-index: 5;
  top: 991px;
  left: 386px;
  width: 254px;
  height: 78px;
}

.reply-finger {
  z-index: 6;
  top: 1050px;
  left: 306px;
  width: 65px;
  height: 51px;
  pointer-events: none;
  animation: finger-float 1.15s ease-in-out infinite;
  will-change: transform;
}
