.topic-list ul li {
  margin: 0 0 0.5em;
  position: relative;
  background: #fff;
  padding: 1em 3vw;
}
.topic-list ul li:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #ddd;
  color: #ddd;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.topic-list ul li .poster {
  position: relative;
  padding-left: 5rem;
  padding-top: 0.5rem;
  line-height: 1.5em;
}
.topic-list ul li .poster .avatar {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.topic-list ul li .poster .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.topic-list ul li .poster .name {
  color: #000;
  font-size: 1.2em;
}
.topic-list ul li .poster .time {
  color: #999;
}
.topic-list ul li .content {
  margin-top: 1rem;
}
.topic-list ul li .content h1 {
  font-size: 1.3em;
  line-height: 1.5em;
}
.topic-list ul li .content h1 a {
  color: #000;
}
.topic-list ul li .content .desc {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #999;
  line-height: 1.5em;
  max-height: 4.5em;
  margin: 0.5em 0;
}
.topic-list ul li .content .pics {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.topic-list ul li .content .pics dd {
  width: 30vmin;
  height: 30vmin;
  overflow: hidden;
  padding-right: 1vmin;
  padding-bottom: 1vmin;
}
.topic-list ul li .content .pics dd figure {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.topic-list ul li .number {
  margin-top: 1rem;
  display: flex;
}
.topic-list ul li .number span {
  height: 1em;
  line-height: 1em;
  display: flex;
  color: #acacac;
  font-size: 0.8em;
  padding-right: 1.5rem;
}
.topic-list ul li .number span i {
  margin-right: 0.3rem;
}
.topic-list ul li .action {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: flex;
}
.topic-list ul li .action a {
  display: flex;
  height: 1em;
  color: #1055ce;
  font-size: 0.8em;
  margin-left: 1.5rem;
  line-height: 1em;
}
.topic-list ul li .action a i {
  margin-right: 0.2rem;
}
.topic-view {
  padding: 1em;
  background: #fff;
}
.topic-view .title {
}
.topic-view .title h1 {
  font-size: 1.6em;
  line-height: 1.5em;
}
.topic-view .poster {
  position: relative;
  padding-left: 4rem;
  line-height: 1.4em;
  margin: 1em 0;
}
.topic-view .poster .avatar {
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.topic-view .poster .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.topic-view .poster .info .nickname {
  font-size: 1.5rem;
  font-weight: 600;
}
.topic-view .poster .info .note {
  font-size: 1.2rem;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topic-view .content {
  line-height: 1.8em;
  font-size: 1.2em;
}
.topic-view .picture {
}
.topic-view .picture img {
  width: 100%;
  display: block;
}
.topic-view .number {
  margin: 1.5rem 0 1rem;
  display: flex;
}
.topic-view .number span {
  height: 1em;
  line-height: 1em;
  display: flex;
  color: #acacac;
  font-size: 0.8em;
  padding-right: 1.5rem;
}
.topic-view .number span i {
  margin-right: 0.3rem;
}
.topic-view .action {
  margin: 1.5rem 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topic-view .action .link a {
  color: #1055ce;
  font-size: 1.5rem;
}
.topic-view .action .like {
  color: #1055ce;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.topic-view .action .like i {
  font-size: 1.2rem;
  margin-right: 0.2rem;
}
.topic-view .action .like span {
  font-weight: 400;
}
.topic-view .action .liked {
  color: #ff5614;
}
.topic-post .bar {
  margin-top: 0.77em;
  margin-bottom: 0.3em;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  color: #808080;
  font-size: 1.4rem;
}
.topic-post .cells {
  background-color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
}
.topic-post .cells:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.topic-post .cells:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.topic-post .cells dl {
  position: relative;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.4rem;
}
.topic-post .cells dl:before {
  content: " ";
  position: absolute;
  left: 1.5rem;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #e5e5e5;
  color: #e5e5e5;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
.topic-post .cells dl dt label {
  width: 8rem;
  display: block;
  word-wrap: break-word;
  word-break: break-all;
}
.topic-post .cells dl dt label span {
  color: #f00;
}
.topic-post .cells dl dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: right;
}
.topic-post dl dd input,
.topic-post dl dd textarea,
.topic-post dl dd select {
  border: none;
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
}
.topic-post dl dd input {
  height: 1.5em;
  width: 100%;
}
.topic-post dl dd textarea {
  height: 6em;
}
.topic-post dl dd .select {
  display: inline-block;
}
.topic-post dl dd .select ul {
  display: flex;
  justify-content: flex-end;
}
.topic-post dl dd .select ul li {
  padding: 0 0.5em;
  box-sizing: border-box;
  cursor: pointer;
}
.topic-post dl dd .select ul li span {
  display: block;
  border: 1px solid #ddd;
  color: #333;
  padding: 0.2rem 1rem;
  border-radius: 0.4rem;
  text-align: center;
}
.topic-post dl dd .select ul li.selected span {
  border: 1px solid #ff5614;
  color: #ff5614;
}
.topic-post dl dd .switch {
  padding: 0 0.5em;
  display: flex;
  justify-content: flex-end;
}
.topic-post dl dd .switch span {
  height: 2.4rem;
  width: 4.2rem;
  border-radius: 1.2rem;
  border: 0.1rem solid #dfdfdf;
  background: #fff;
  position: relative;
  cursor: pointer;
}
.topic-post dl dd .switch span em {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.topic-post dl dd .switch span.checked {
  border: 0.1rem solid #ff5614;
  background: #ff5614;
}
.topic-post dl dd .switch span.checked em {
  box-shadow: -0.1rem 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
  left: 1.8rem;
}
.show-mobile dl dd span {
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.topic-post .picadd {
  width: 94vmin;
  margin: 0 3vmin 1em;
  max-width: 480px;
}
.topic-post .picadd .preview,
.topic-post .picadd .upbtn {
  position: relative;
  float: left;
  display: inline-block;
  width: 30vmin;
  height: 30vmin;
  background: #eee;
  margin-left: 1vmin;
  margin-bottom: 1vmin;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  max-width: 150px;
  max-height: 150px;
  background-size: cover;
  overflow: hidden;
}
.topic-post .picadd .preview img {
  width: 100%;
  height: 100%;
}
.topic-post .picadd .preview i.icon-circle-cross {
  position: absolute;
  display: inline-block;
  top: 2vmin;
  right: 2vmin;
  width: 4vmin;
  height: 4vmin;
  font-size: 4vmin;
  color: #d00;
  cursor: pointer;
}
.topic-post .picadd .preview i.icon-arrow-left {
  position: absolute;
  display: inline-block;
  bottom: 2vmin;
  left: 2vmin;
  width: 4vmin;
  height: 4vmin;
  font-size: 4vmin;
  color: #d00;
  cursor: pointer;
}
.topic-post .picadd .preview:first-child i {
  display: none;
}
.topic-post .picadd .preview .progress {
  position: absolute;
  bottom: 5px;
  left: 10%;
  width: 80%;
  height: 2vmin;
  border-radius: 1vmin;
  background: #ddd;
}
.topic-post .picadd .preview .progress i {
  display: block;
  border-radius: 1vmin;
  background: #07c;
  height: 100%;
  width: 0%;
}
.topic-post .picadd label {
  text-indent: -9999px;
  cursor: pointer;
}
.topic-post .picadd label:before {
  content: "";
  display: block;
  width: 40%;
  height: 4%;
  background: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20%;
  margin-top: -2%;
}
.topic-post .picadd label:after {
  content: "";
  display: block;
  width: 4%;
  height: 40%;
  background: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2%;
  margin-top: -20%;
}
.topic-post .picadd:after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  clear: both;
}
.foot-bar {
  position: fixed;
  z-index: 9998;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 0.1rem #ddd;
}
.foot-bar .action {
  display: flex;
  padding: 0.6rem 1.5rem;
}
.foot-bar .action .reply {
  height: 3.2rem;
  line-height: 3.2rem;
  padding: 0 1.5rem;
  border: 0.1rem solid #ddd;
  font-size: 1.5rem;
  border-radius: 1.6rem;
  box-sizing: border-box;
  flex: 1;
  background: #efefef;
  color: #999;
  margin-right: 2rem;
  cursor: pointer;
}
.foot-bar .action .phone {
  width: 10rem;
  height: 3.2rem;
}
.foot-bar .action .phone a {
  line-height: 3.2rem;
  display: block;
  background-image: url("/images/icon-phone-white.png");
  background-position: 0.5rem center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-color: #ff5614;
  color: #fff;
  border-radius: 0.3rem;
  text-align: center;
  padding-left: 2rem;
}
.reply-box {
  background: #efefef;
  padding: 1em;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
}
.reply-box textarea {
  border: none;
  box-shadow: 0 0 0.1rem #ddd;
  border-radius: 0.4rem;
  height: 7rem;
}
.reply-box .button {
  display: flex;
  padding-top: 1rem;
}
.reply-box .button button {
  flex: 1;
  height: 3.2rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border: none;
}
.reply-box .button button.cancel {
  border-radius: 0.4rem 0 0 0.4rem;
  background: #fbfbfb;
  color: #999;
}
.reply-box .button button.confirm {
  background: #ff7334;
  color: #fff;
  border-radius: 0 0.4rem 0.4rem 0;
}
.reply-box .button button:after {
  border: none;
}
.reply-list {
  padding: 0.5em 2em;
  background: #fff;
  margin-top: 1em;
}
.reply-list .item {
  padding-top: 2em;
  position: relative;
  display: flex;
}
.reply-list .item .avatar {
  width: 3.5rem;
  height: 3.5rem;
}
.reply-list .item .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.reply-list .item .meta {
  flex: 1;
  border-bottom: 0.5px solid #ddd;
  margin-left: 0.75rem;
  padding-bottom: 1rem;
}
.reply-list .item .meta .nickname {
  font-size: 1.4rem;
  color: #626262;
}
.reply-list .item .meta .content {
  font-size: 1.4rem;
  margin-top: 0.5rem;
  color: #a2a2a2;
  line-height: 2rem;
  text-align: justify;
}
.reply-list .item .meta .blockquote {
  border-left: #a2a2a2 0.2rem solid;
  margin: 0.5rem 0;
  padding-left: 0.5rem;
}
.reply-list .item .meta .blockquote .nick {
  font-size: 1.3rem;
  color: #a2a2a2;
}
.reply-list .item .meta .datetime {
  font-size: 1.2rem;
  margin-top: 2rem;
  color: #b2b2b2;
}
.reply-list .item .meta .action {
  position: absolute;
  right: -0.5rem;
  bottom: 0.5rem;
  color: #b2b2b2;
  display: flex;
}
.reply-list .item .meta .action div {
  font-size: 1.1rem;
  height: 2rem;
  color: #a2a2a2;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  -webkit-tap-highlight-color: transparent;
}
.reply-list .item .meta .action div i {
  height: 1.5rem;
  width: 1.5rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 70%;
}
.reply-list .item .meta .action div.reply {
  padding-right: 1rem;
  margin-right: 1.5rem;
}
.reply-list .item .meta .action div.like {
  min-width: 3rem;
}
.reply-list .item .meta .action div.liked {
  color: #ff272e;
}
.reply-list .item .meta .action div.reply i {
  background-image: url(/images/icon-reply.png);
}
.reply-list .item .meta .action div.like i {
  background-image: url(/images/icon-like.png);
}
.reply-list .item .meta .action div.liked i {
  background-image: url(/images/icon-liked.png);
}
