.ask-times-box {
  padding: 15px 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
}

.ask-times-box .ask-times {
  color: #565656;
}

.ask-times-box .code {
  width: 130px;
  height: 130px;
  border-radius: 4px;
  border: solid 4px #c3d8ff;
  margin-bottom: 13px;
  margin-top: 15px;
}

.ask-times-box .blue {
  margin: 0 10px;
  color: #387ffc;
}

.model.box2 {
  width: 400px;
}

.ad-detail {
  width: 810px;
  height: 200px;
}

.ask-detail .q-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 33px;
}

.ask-desc {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}

.ask-user-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 15px;
  position: relative;
}

.ask-user-box .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}

.ask-user-box .nickname {
  font-size: 14px;
  font-weight: bold;
  color: #222222;
  line-height: 14px;
  margin-right: 20px;
}

.ask-user-box .time {
  font-size: 12px;
  color: #7f7f7f;
  line-height: 12px;
}

.ask-detail .answers {
  padding: 20px 0 0 0;
  margin-top: 10px;
  border-top: 1px solid #d7d7d7;
  /* border-bottom: 1px solid #d7d7d7; */
}

.ask-detail .answers .answer-box {
  width: 810px;
  padding: 20px 20px 10px;
  background: #f9f9f9;
}

.ask-detail .answers .answer-box:hover {
  background: rgba(49, 122, 252, 0.1);
}

.ask-detail .answers .answer-box + .answer-box {
  margin-top: 10px;
}

.ask-detail .answers .answer-box .text {
  font-size: 16px;
  color: #555555;
  line-height: 31px;
  margin-bottom: 7px;
}

.answer-imgs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.answer-imgs img {
  display: block;
  width: 100%;
  height: 100%;
}

.answer-imgs .img {
  width: 120px;
  height: 120px;
  margin-right: 10px;
  margin-top: 20px;
}

.answer-imgs .img2 {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  margin-top: 7px;
}

.answer-tag {
  width: 100%;
  margin-left: -20px;
  /* padding-bottom: 30px; */
  margin-top: 20px;
}

.answer-tag a {
  display: inline-block;
  height: 30px;
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid #387ffc;
  text-align: center;
  font-size: 16px;
  color: #387ffc;
  line-height: 22px;
  padding: 4px 20px;
  cursor: pointer;
  margin-left: 20px;
}

/* 资讯列表 */
.article-list .box {
  width: 810px;
  min-height: 160px;
}

.article-list .box + .box {
  margin-top: 20px;
}

.article-list .box .article-list-img {
  width: 250px;
  height: 160px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}

.img-items {
  margin-top: 6px;
}

.article-list .box .img-items .article-list-img {
  margin-right: 0;
}

.article-list .box .title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 25px;
}

.article-list .box .title:hover {
  color: #387ffc;
}

.article-list .box .desc {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 16px;
  margin-top: 13px;
}

.article-list .box .tags {
  margin-top: 8px;
  display: flex;
}

.article-list .box .tags a {
  padding: 7px 14px;
  border-radius: 17px;
  border: 1px solid #387ffc;
  font-size: 14px;
  color: #387ffc;
  line-height: 20px;
  margin-right: 10px;
}

.article-list .box .infos {
  font-size: 12px;
  color: #555555;
}

/* 会计知道列表 */
.article-list .infos .user {
  display: flex;
  align-items: center;
}

.article-list .infos .user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.article-list-img .videoplay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.article-list-img .videotime {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 8px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 17px;
}

/* 话题列表 */

.topic-list {
  margin: -20px 0 0 -20px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.talk-list {
  margin: -20px 0 0 -20px;
  /* display: flex;
  flex-wrap: wrap; */
  padding-bottom: 40px;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari 和 Chrome */
  column-count: 2;
  -moz-column-gap: 18px;
  -webkit-column-gap: 18px;
  column-gap: 18px;
  display: inline-block;
  width: 810px;
}

.box-topic {
  width: 470px;
  /* height: 270px; */
  background: #ffffff;
  box-shadow: 0px 6px 11px 0px rgba(169, 169, 169, 0.2);
  border-radius: 12px;
  overflow: hidden;
  float: left;
  margin: 20px 0 0 20px;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

a.box-topic:hover {
  text-decoration: none;
}

a.box-topic:hover .box-title-text {
  color: #387ffc;
}

.talk-list .box-topic {
  width: 395px;
}

.box-topic .topic-img {
  /* width: 470px;
  height: 190px; */
  width: 100%;
  object-fit: cover;
  flex-shrink: 0;
}

.box-topic .box-container {
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.box-topic .box-container .box-title-text {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 25px;
}

.box-topic .box-container .box-desc {
  font-size: 12px;
  color: #7f7f7f;
  line-height: 17px;
  margin-top: 14px;
}

.box-topic .box-container .box-desc span + span {
  margin-left: 30px;
}

.box-topic .box-container .box-desc .icon-hot {
  width: 16px;
  height: 18px;
  margin-right: 10px;
}

.topic-list .wenda-list-more {
  margin-top: 40px;
}

.topic-count {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 20px;
}

.box-desc .blue {
  color: #387ffc;
}

.detail-logo {
  padding: 20px 0 12px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.detail-logo img {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}

.detail-logo span {
  font-size: 18px;
  color: #7f7f7f;
  line-height: 25px;
}

img.topic-banner {
  width: 810px;
  height: 295px;
  object-fit: cover;
}

.biaoti {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 31px;
  margin-top: 10px;
}

.miaoshu1 {
  font-size: 16px;
  color: #555555;
  line-height: 27px;
  margin-top: 14px;
}

.model-video-list {
  padding-bottom: 20px;
}

.model-video-list .model-video-box {
  height: initial;
}

.user-tags {
  display: flex;
  align-items: center;
}

.user-tags a {
  margin-right: 8px;
  padding: 0 9px;
  height: 20px;
  border-radius: 15px;
  border: 1px solid #387ffc;
  font-size: 12px;
  color: #387ffc;
  line-height: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.qa-goodpoint {
  display: flex;
  align-items: center;
  float: right;

  font-size: 14px;
  color: #337afa;
  line-height: 20px;
  cursor: pointer;
}

.qa-goodpoint img {
  width: 20px;
  height: 20px;
  margin-right: 3px;
}

.qa-goodanswer {
  position: absolute;
  right: 59px;
  width: 102px;
  height: 102px;
}

.ask-user-box .user-box {
  height: 44px;
}

.askerlike {
  width: 71px;
  height: 20px;
  background: #f2f3f4;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 12px;
  color: #969696;
  display: none;
}

.assess-title {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
  color: #555555;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ask-gold-box {
  width: 810px;
  background: #FFFFFF;
  box-shadow: 0 6px 22px 0 rgba(169,169,169,0.2000);
  border-radius: 8px;
  margin-top: 30px;
  position: relative;
  padding-top: 48px;
}

.ask-gold-box .ask-gold-top {
  height: 68px;

  padding: 21px 20px;
  font-size: 20px;
  font-weight: bold;
  color: #856935;
  line-height: 26px;
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
}

.ask-gold-user {
  display: flex;
  padding: 30px 20px 30px 24px;
  display: flex;
  align-items: center;
}

.ask-gold-user .user-head {
  width: 70px;
  height: 70px;
  background: #E2E2E2;
  border-radius: 50%;
  position: relative;
  margin-right: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.ask-gold-user .user-head .mask {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #000000;
  opacity: 0.14;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.ask-gold-user .user-head .avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.ask-gold-user .user-head .text {
  width: 78px;
  height: 20px;
  background: #387FFC;
  box-shadow: 0 3px 6px 0 rgba(56,127,252,0.1400);
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #FFFFFF;
  pointer-events: none;
  z-index: 33;
}

.ask-gold-user .user-head .live {
  width: 19px;
  height: 21px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 22;
}

.ask-gold-user .user-center {
  display: flex;
  flex-direction: column;
  height: 61px;
  justify-content: space-between;
  flex: 1;
  text-decoration: none;
}

.ask-gold-user .user-center .title {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
}

.ask-gold-user .user-center .tags {
  margin-left: 16px;
  display: flex;
  align-items: center;
}

.ask-gold-user .user-center .tag {
  padding: 0 13px;
  height: 25px;
  border-radius: 15px;
  border: 1px solid #98BBFA;
  font-size: 16px;
  color: #387FFC;
  line-height: 25px;
  margin-right: 12px;
}

.ask-gold-user .user-center .stars {
  display: flex;
  align-items: center;
}

.ask-gold-user .user-center .stars img {
  width: 21px;
  height: 20px;
  margin-right: 8px;
}

.ask-gold-user .user-center .score {
  margin-left: 4px;
  font-size: 16px;
  color: #555555;
  line-height: 21px;
}

.ask-gold-user .user-btn {
  width: 126px;
  height: 40px;
  background: #387FFC;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
}

.ask-gold-user .user-btn img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

/* 复写问答回复样式 */
.ask-gold-box .answers {
  padding: 0 20px;
  border: 0;
  margin-top: 0;
}

.ask-gold-box .answers .answer-box {
  width: initial;
  padding: 20px;
}

.ask-gold-box .answers .answer-box .ask-user-box .user-box {
  height: initial;
}

.ask-detail .ask-gold-box .answers .answer-box + .answer-box {
  margin-top: 20px;
}

.ask-gold-box .answers .ask-user-box .avatar {
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

.ask-gold-box .answers .ask-user-box .nickname {
  font-weight: initial;
  font-size: 16px;
  color: #222222;
  line-height: 21px;
  margin-right: 14px;
}

.ask-gold-box .answers .ask-user-box .time {
  font-size: 14px;
  color: #7F7F7F;
  line-height: 19px;
  margin-right: 10px;
}

.ask-gold-box .answers .type-answer {
  width: 41px;
  height: 22px;
  background: #40B566;
  border-radius: 0 8px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
}

.ask-gold-box .answers .type-ask {
  width: 41px;
  height: 22px;
  background: #FF2622;
  border-radius: 0 8px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
}

.ask-gold-box .answers .supports {
  color: #7F7F7F;
}

.ask-gold-box .answers .supports.active {
  color: #337afa;
}

.ask-gold-box .answers .ask-user-box {
  height: initial;
  margin-top: 20px;
}

.ask-detail .ask-gold-box .answers .answer-box .text {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.ask-gold-box .assess-title {
  font-size: 14px;
  color: #7F7F7F;
  border: 0;
}

.answer-all-box {
  width: 770px;
  height: 48px;
  background: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333333;
  cursor: pointer;
}

.no-good-answer {
  width: 810px;
  height: 99px;
  margin-top: 20px;
border: 1px solid #eeeeee;
  padding: 0 45px 0 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  
}

.no-good-answer .title {
  font-size: 20px;
  font-weight: bold;
  color: #387FFC;
  line-height: 26px;
}

.no-good-answer .desc {
  margin-top: 12px;
  font-size: 16px;
  color: #5F5F5F;
  line-height: 21px;
}

.no-good-answer .btn {
  width: 126px;
  height: 40px;
  background: #387FFC;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.no-good-answer .desc2 {
  font-size: 12px;
  color: #387ffc;
  margin-top: 6px;
}