html,
body {
  font-size: 20px;
  background: #f8f8f8;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.text-four-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
}

[v-cloak] {
  display: none;
}

.header-box1 {
  width: 100%;
}

.header-box1 .search-box1 {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.header-box1 .search-box1 .icon {
  width: 86px;
  height: 52px;
  margin-right: 34px;
}

.header-box1 .search-box1 .search {
  width: 764px;
  height: 52px;
  background: #eeeeee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-box1 .search-box1 .search .input {
  width: 682px;
  box-sizing: border-box;
  height: 54px;
  padding: 14px 30px;
  background-color: #eee;
  font-size: 19px;
  line-height: 19px;
  color: #999;
}

.header-box1 .search-box1 .search .s-btn {
  width: 83px;
  height: 52px;
  background: #b20b30;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-box1 .search-box1 .search .s-btn .search-icon {
  width: 23px;
  height: 23px;
}

.container {
  width: 1250px;
  margin: 0 auto;
  display: flex;
}

.container .left-con {
  display: inline-block;
  width: 884px;
}

.container .right-con {
  display: inline-block;
  width: 335px;
  margin-left: 30px;
}

.title-box {
  width: 884px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px;
}

.title-box .title {
  font-size: 32px;
  line-height: 44px;
  color: #111;
  font-weight: 500;
  margin-bottom: 15px;
}

.title-box .title a {
  color: #111;
  font-weight: bold;
}

.title-box .tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.title-box .tags .left {
  display: flex;
  align-items: center;
}

.tag2 {
  width: 82px;
  height: 33px;
  position: relative;
  cursor: pointer;
}
.tag2 .name {
  width: 82px;
  height: 33px;
  background: #EEEEEE;
  border-radius: 3px;
  text-align: center;
  line-height: 33px;
  font-size: 18px;
  color: #666;
  margin-right: 20px;
}

.wechat_share {
  position: absolute;
  left: 0;
  top: 33px;
  width: 140px;
  height: 140px;
  display: none;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
}

.wechat_share img {
  width: 120px;
  height: 120px;
}

.title-box .tags .tag {
  height: 31px;
  background: #fff1f2;
  border-radius: 3px;
  line-height: 31px;
  box-sizing: border-box;
  padding: 0 13px;
  font-size: 17px;
  color: #b20b30;
  margin-right: 12px;
}

.title-box .tags .btn {
  width: 94px;
  height: 31px;
  background: #b20b30;
  border-radius: 3px;
  text-align: center;
  line-height: 31px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
}

.main {
  width: 884px;
  background-color: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 15px;
}

.main .avatar-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.main .avatar-box .left {
  display: flex;
  align-items: center;
}

.main .avatar-box .left .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 13px;
}

.main .avatar-box .left .name {
  font-size: 17px;
  line-height: 17px;
  color: #333;
}

.main .avatar-box .time {
  font-size: 17px;
  line-height: 17px;
  color: #666;
}

.main .text {
  font-size: 20px;
  line-height: 26px;
  color: #333;
  padding-bottom: 20px;
}

.main .bottom {
  width: 100%;
  display: flex;
  align-items: center;
}

.main .bottom .point-box {
  width: 97px;
  height: 35px;
  background: #fff1f2;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}

.main .bottom .point-box .point {
  width: 16px;
  height: 15px;
}

.main .bottom .point-box .num {
  font-size: 17px;
  line-height: 17px;
  color: #b20b30;
  margin-left: 4px;
}

.main .reply {
  margin-top: 20px;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(17, 17, 17, 0.2);
}

.main .reply .input {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 17px;
}

.main .reply .el-input-group__append {
  background: #b20b30;
  color: #fff;
  border-color: #b20b30;
}

/*.main .reply .btn {*/
/*  cursor: pointer;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

.main .reply .total {
  font-size: 15px;
  line-height: 15px;
  color: #111;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-left: 17px;
}

.main .reply .list {
  width: 100%;
}

.main .reply .list .li {
  width: 100%;
  padding: 16px 18px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
}

.main .reply .list .li .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.main .reply .list .li .top .left {
  display: flex;
  align-items: center;
}

.main .reply .list .li .top .left .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 12px;
}

.main .reply .list .li .top .left .info-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main .reply .list .li .top .left .info-box .name {
  font-size: 17px;
  line-height: 17px;
  color: #111;
  margin-bottom: 4px;
}

.main .reply .list .li .top .left .info-box .time {
  font-size: 17px;
  line-height: 17px;
  color: #666;
}

.main .reply .list .li .top .right {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.main .reply .list .li .top .right .num {
  font-size: 17px;
  line-height: 17px;
  color: #666;
  margin-right: 6px;
}

.main .reply .list .li .top .right .num.active {
  color: #B20B30;
}

.main .reply .list .li .top .right .point {
  width: 17px;
  height: 15px;
}

.main .reply .list .li .li-text {
  font-size: 17px;
  line-height: 17px;
  color: #111;
}

.main .reply .paganation {
  width: 100%;
  text-align: center;
  padding: 14px 0;
}

.function {
  width: 100%;
  height: 71px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.function .li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
}

.function .li .name {
  font-size: 14px;
  color: #666666;
}

.function .li .name.download {
  color: #b32931;
}

.function .li .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.function .li .icon-wx {
  width: 36px;
  height: 30px;
  margin-bottom: 4px;
}

.function .li .more-icon {
  margin-bottom: 8px;
}

.function-more .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.function-more .more-icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  cursor: pointer;
}

.function-more .more-icon:last-child {
  margin: 0;
}

.wechat_share_ewm {
  position: absolute;
  left: 0;
  top: 71px;
  width: 140px;
  height: 140px;
  display: none;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
}

.wechat_share_ewm img {
  width: 120px;
  height: 120px;
}
.author {
  width: 335px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}

.author .author-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.author .author-box .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
}

.author .author-box .name {
  font-size: 17px;
  line-height: 17px;
  color: #111;
  font-weight: 700;
}

.author .a-list {
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
}

.author .a-list .title {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 16px;
  font-weight: bold;
  color: #333;
}

.author .a-list .a-li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.author .a-list .a-li .dot {
  width: 6px;
  height: 6px;
  background: #b20b30;
  border-radius: 100%;
  margin-right: 12px;
}

.author .a-list .a-li .con {
  max-width: 260px;
  font-size: 13px;
  line-height: 13px;
  color: #111;
}

.author .a-list .a-li .con:hover {
  color: #b20b30;
}

.block {
  width: 100%;
  height: 120px;
}

.remake {
  width: 97px;
  height: 35px;
  background: #fff1f2;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #b20b30;
  font-size: 17px;
}


footer {
  clear: both;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
  background: white;
  text-align: center;
  font-size: 13px;
  color: #333333;
  margin-top: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
}

footer .list {
  margin-top: 15px;
}

footer .list a {
  margin-right: 10px;
  color: #333;
}

.refer {
  width: 335px;
  box-sizing: border-box;
  padding: 20px;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 20px;
}

.refer .refer-title {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.refer .refer-title .name {
  font-size: 20px;
  line-height: 20px;
  padding-left: 10px;
  border-left: 2px solid #b20b30;
  font-weight: bold;
  color: #333;
}

.refer .refer-title .more {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  color: #333;
}

.refer .re-li {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.refer .re-li:first-child {
  margin-top: 16px;
}
.refer .re-li:last-child {
  border-bottom: 0;
}

.refer .re-li .title {
  font-size: 17px;
  line-height: 23px;
  color: #333;
  width: 282px;
}

.refer .re-li .avatar-box {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.refer .re-li .avatar-box .left {
  display: flex;
  align-items: center;
}

.refer .re-li .avatar-box .left .avatar {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-right: 10px;
}

.refer .re-li .avatar-box .left .name {
  font-size: 15px;
  line-height: 15px;
  color: #333;
}

.refer .re-li .avatar-box .num {
  font-size: 13px;
  line-height: 13px;
  color: #111;
}

.refer .re-li .con {
  font-size: 15px;
  line-height: 20px;
  color: #666;
  margin-top: 6px;
}

.refer .re-li .con-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.refer .re-li .con-box .con-c {
  width: 170px;
  font-size: 15px;
  line-height: 20px;
  color: #333;
}

.refer .re-li .con-box .con-icon {
  width: 98px;
  height: 57px;
  border-radius: 6px;
}

.answer {
  width: 100%;
  margin-top: 33px;
}

.answer .num-box {
  width: 100%;
  display: flex;
  align-items: center;
}

.answer .num-box .num {
  font-size: 21px;
  line-height: 21px;
  color: #333;
  margin-right: 6px;
  font-weight: bold;
}

.answer .num-box .line {
  width: 648px;
  height: 1px;
  background-color: #eee;
}

.answer .li {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.answer .li:last-child {
  border-bottom: 0;
}

.answer .li .avatar-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.answer .li .avatar-box .left {
  display: flex;
  align-items: center;
}

.answer .li .avatar-box .left .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 13px;
}

.answer .li .avatar-box .left .name {
  font-size: 17px;
  line-height: 17px;
  color: #333;
}

.answer .li .avatar-box .time {
  font-size: 17px;
  line-height: 17px;
  color: #666;
}

.answer .li .text {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.answer .li .more {
  color: #999;
  font-size: 16px;
  justify-items: flex-end;
  align-self: flex-end;
}

.answer .li .more:hover {
  color: #B20B30;
}

.answer .li .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.answer .li .bottom .point-box {
  width: 97px;
  height: 35px;
  background: #fff1f2;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  cursor: pointer;
}

.answer .li .bottom .point-box .point {
  width: 16px;
  height: 15px;
}

.answer .li .bottom .point-box .num {
  font-size: 17px;
  line-height: 17px;
  color: #b20b30;
  margin-left: 4px;
}

.answer .li .bottom .reply-box {
  display: flex;
  align-items: center;
}

.answer .li .bottom .reply-box img {
  width: 19px;
  height: 19px;
  margin-right: 9px;
}

.answer .li .bottom .reply-box .num {
  font-size: 17px;
  line-height: 17px;
  color: #666;
}

.pagegation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.pagegation .pages {
  display: flex;
  align-items: center;
}

.pagegation .pages .head,
.pagegation .pages .prev,
.pagegation .pages .next,
.pagegation .pages .end {
  font-size: 16px;
  color: #666666;
  margin-right: 16px;
  cursor: pointer;
}

.pagegation .pages .num {
  width: 44px;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  line-height: 44px;
  margin-right: 8px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.pagegation .pages .num.active {
  border-color: #b20b30;
  color: #b20b30;
}

.pagegation .pages .num:last-child {
  margin-right: 16px;
}
