* {
  font-family: PingFangSC-Regular, 'Microsoft YaHei', Georgia, Serif;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
}

input {
  background: none;
  outline: none;
  border: 1px solid #ccc;
}

input:focus {
  border: none;
  outline: none;
}

/* body {
  background: #efefef!important;
} */

#app {
  position: relative;
  margin: 48px auto 0;
}

;
.cover-box {
  height: 480px;
  margin: 0 auto;
}

.cover-box .cover {
  position: relative;
  height: 480px;
  background: url(//pic.cgyouxi.com/orange/upload/202006/59029616_3657e7bb1885b57c0ee06854f4a6d7ee.png) no-repeat;
  background-size: 100% 100%;
}

.listMenu {
  width: 1100px;
  margin: 0 auto;
}

.listMenu .listTitle {
  width: 250px;
  height: 60px;
  font-size: 34px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  margin: 42px auto;
  background: url(//pic.cgyouxi.com/orange/upload/202006/59029616_62343daa6700a2aa3e95dc6f5b0349b8.png) no-repeat center center;
  background-size: 100% 100%;
}

.listMenu .menu-box {
  position: relative;
  border-bottom: 2px solid #F16A42;
  height: 52px;
  border-radius: 1px;
  display: flex;
  align-items: flex-end;
}

.listMenu .menu-box span {
  position: absolute;
  right: 0;
  bottom: 11px;
  font-size: 14px;
  color: #9597A8;
  letter-spacing: 0;
  line-height: 20px;
}

.listMenu .menu-box>a {
  position: relative;
  width: 100px;
  line-height: 22px;
  font-size: 16px;
  padding: 11px 0;
  color: #2C2C2C;
  letter-spacing: 0;
  text-align: center;
  background: #FFFFFF;
  border-radius: 5px 5px 0 0;
  margin-right: 10px;
  display: inline-block;
}

.listMenu .menu-box>a:hover {
  color: #F16A42;
}

.listMenu .menu-box>a.active {
  background: #F16A42;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 30px;
}

.topic-list-box {
  width: 1100px;
  margin: 0 auto 0;
  padding-top: 10px;
  min-height: 500px;
  position: relative;
}

.topic-list {
  display: block;
  margin-left: -31px;
  margin-top: 21px;
}

.topic-list-box .topic-list li {
  position: relative;
  float: left;
  width: 346px;
  /* height: 269px; */
  margin: 0 0 31px 31px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.10);
  padding: 15px;
  box-sizing: border-box;
}

.topic-list-box .topic-list li:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.20);
}

.topic-list-box .topic-list li>p {
  font-size: 16px;
  color: #2C2C2C;
  letter-spacing: 0;
  line-height: 21px;
  height: 231px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
}

.topic-list-box .topic-list li .info {
  position: relative;
}

.topic-list-box .topic-list li .info .author {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  margin-top: 15px;
  color: #2C2C2C;
  letter-spacing: 0;
}

.topic-list-box .topic-list li .info .votes {
  font-size: 12px;
  margin-top: 10px;
  color: #999990;
  letter-spacing: 0;
  line-height: 16px;
}

.topic-list-box .topic-list li .info .goVote {
  display: inline-block;
  width: 96px;
  line-height: 32px;
  position: absolute;
  bottom: 6px;
  right: 0;
  background-image: linear-gradient(90deg, #FC3E3E 0%, #FF9300 100%);
  border-radius: 15.5px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  opacity: 1;
}

.topic-list-box .topic-list li .info .notVote {
  background-image: linear-gradient(90deg, #908b8b 0%, #cccac8 100%);
}

.topic-list-box .topic-list li .info .addVote:hover {
  opacity: 0.8;
}

#app>.masking {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

#app>.masking .promptBox {
  display: none;
  overflow: hidden;
  text-align: center;
}

#app>.masking .promptBox .promptImg {
  margin: 44px auto 0;
}

#app>.masking .promptBox .promptImg p {
  width: 82px;
  height: 59px;
  margin: 0 auto;
}

#app>.masking .promptBox .promptImg .failImg {
  width: 11px;
  height: 55px;
  margin-top: 10px;
}

#app>.masking .promptBox .promptTitle {
  line-height: 42px;
  font-size: 30px;
  text-align: center;
  color: #F16A42;
  letter-spacing: 0;
  margin-top: 13px;
}

#app>.masking .promptBox .promptShow {
  line-height: 22px;
  font-size: 16px;
  color: #2C2C2C;
  letter-spacing: 0;
  text-align: center;
  margin-top: 40px;
}

#app>.masking .voteBox {
  display: none;
  margin: 0 45px;
}

#app>.masking .votePage {
  width: 678px;
  height: 501px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -250.5px;
  margin-left: -339px;
  background: url(//pic.cgyouxi.com/orange/upload/201911/7291276_bdf762b0150fbbff12accf970717b2b0.png) no-repeat center center;
  background-size: 100% 100%;
}

#app>.masking .votePage .closeBtn {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 318px;
  bottom: -42px;
  z-index: 99;
  background: url(//pic.cgyouxi.com/orange/upload/201911/7291276_a8bcc4133b7fa6e5ac43cfee165917c4.png) no-repeat center center;
  background-size: 100% 100%;
}

#app>.masking .votePage .votePageMain {
  width: 566px;
  height: 413px;
  margin: 50px auto;
}

.votePageMain .promptBox .promptBtn {
  width: 216px;
  height: 54px;
  line-height: 54px;
  margin-top: 60px;
  border: 0;
  background-image: linear-gradient(90deg, #FC3E3E 0%, #FF9300 100%);
  border-radius: 27px;
  font-size: 20px;
  color: #FFFFFF;
  opacity: 1;
}

.hm-t-go-top {
  display: none !important;
}

.comment-wrap {
  max-width: 1062px !important;
}

.comment-body {
  width: 979px !important;
}