.page {
  width: 880px;
  margin: 20px auto 30px auto;
  padding-bottom: 100px;
}

.page .title {
  font-weight: 700;
  font-size: 24px;
  color: #1C1C28;
  line-height: 36px;
}

.user-info {
  display: flex;
  align-items: center;
  margin-top: 17.5px;
}

.user-img {
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 50%;
}

.user-img img {
  width: 100%;
}

.user-name {
  color: #555770;
  margin: 0 8px;
}

.user-info .time {
  color: #8F90A6;
}

.question {
  color: #555770;
  margin: 16px 0;
  line-height: 150%;
  word-break: break-all;

}

.ques_imgs {
  margin: 16px 0;
  overflow: hidden;
}

.ques_imgs img {
  margin-right: 20px;
  object-fit: cover;
  float: left;
}

.collectBtn {
  width: 92px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #0063F7;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
}

.answer-box {
  padding: 24px;
  background: #ffffff;
  margin-top: 20px;
}

.question-info {
  display: flex;
  border-bottom: 1px solid #EBEBF0;
  margin-bottom: 16px;
}
.question-info:last-of-type{
  margin-bottom:0;
  border-bottom: none;
}
.jc-author-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
}

.jc-author-image img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.reply-author {
  color: #0063F7;
  margin-bottom: 8px;
}
.user-comment-reply .text-active {
  color: #0063F7;
}
.tag {
  color: #1C1C28;
}

.answer-time {
  font-size: 12px;
  color: #8F90A6;
}

.reply-content {
  line-height: 21px;
  color: #28293D;
}

.reply-content img {
  display: block; 
  max-width: 337px; 
  margin: 16px auto; 
}

.toolbar {
  display: flex;
  justify-content: end;
  margin: 10px 0;
}

.toolbar .btn-reply {
  font-size: 14px;
  margin-right: 12px;
  color: #0063F7;
  cursor: pointer;
  font-weight: normal;
  display:none;
}

.toolbar span {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  color: #555770;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.toolbar .yizan,
.toolbar .collected {
  color: #FFCC00;
}

.toolbar span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.zan::before {
  background: url(../img/zan.svg)center no-repeat;
  background-size: contain;
}

.yizan::before {
  background: url(../img/yizan.svg?v1.0)center no-repeat;
  background-size: contain;
}
/* .btn-reply{
  color: #0063F7;
} */

.toolbar .btn-reply-active {
  color: #0063F7;
}

.cuiyicui {
  display: block;
  margin: 16px auto 34px auto;
  width: 74px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  background: #1A8CFE;
  cursor: pointer;
}

.tip-title {
  font-weight: 500;
  font-size: 24px;
  color: #FF910D;
}

.tipBox .tip {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin: 13px 0 23px 0;
}

.dialog-quetions .dialog-wrapper {
  padding: 53px 0 35px;
  text-align: center;
}

.btn_ok {
  width: 154px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  background: #1A8CFE;
  color: #FFFFFF;
  cursor: pointer;
}
.reply-box{
  width:100%;
}
/*用户回复动态框*/
.user-comment-reply {
  position: relative;
  padding: 12px 0 24px 52px;
  min-height: 80px;
}

.user-comment-reply .login-head {
  position: absolute;
  top: 12px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.reply-edit-box {
  position: relative;
  width: 651px;
  min-height: 80px;
  border-radius: 6px;
  padding: 12px;
  border: 1px solid #C7C9D9;
}
  
.reply-edit-box .comment-input {
  width: 100%;
  height: 20px;
  line-height:20px;
  resize: none;
  color: #8F90A6
}

.upload-wrap {
  width:24px;
  height: 24px;
  position:relative;
}
.jc-uploadWrap{
  width: 24px;
  height: 24px;
  position: absolute;
}
.reply-edit-box .fileInput {
  font-size: 0;
  color: transparent;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  opacity: 0;
}

.reply-edit-box .upload-btn {
  position: absolute;
}
.upload-list{
  margin-top:12px;
}
.upload-tips {
  position: absolute;
  width: 90px;
  left: 36px; 
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #8F90A6;
}

.reply-edit-box .comment-input::placeholder {
  color: #8F90A6;
}

.reply-edit-box .comment-input::-webkit-scrollbar {
  display: none;
}

.operation-bar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.reply-edit-box .number-words {
  color: #8F90A6;
  font-size: 12px;
}

.reply-edit-box .number-words i {
  transition: color .3s;
}

.reply-edit-box .number-words .text-active {
  color: #0063F7;
}

.user-comment-reply .btn-send-comment {
  position: absolute;
  top: 12px;
  right: 0;
  width: 69px;
  height: 72px;
  border-radius: 4px;
  background: #0063F7;
  padding: 16px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
}
.reply_image img{
  margin: 16px 16px 16px 0;
  object-fit: cover;
}
.recommend-box {
  margin-top: 36px;
}
.recommend-box  h3{
   margin-bottom:20px;
   color:#1D2129;
   font-weight: normal;
}
.recommend-row{
  display:flex; 
}
.recommend-list {
  height: 145px;
  border-radius: 3px;
  background: #FFFFFF;
  padding: 12px;
  margin-right:20px;
  transition: transform .3s;
}
.recommend-list:last-of-type{
  margin-right:0px;
}
.recommend-list:hover{ 
  box-shadow: 0 3px 10px 0 rgba(104,117,131,.14); 
  -webkit-transform: translateY(-5px);
   -ms-transform: translateY(-5px); 
   transform: translateY(-5px);
  }

.list-info {
  height: 24px;
  display: flex;
  justify-content: space-between;
}
.list-info>div{
  display: flex;
  align-items: center;
}
.list-info img {
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
}

.list-info span {
  width: 70px;
  height: 20px;
  font-size: 14px;
  display: inline-block;
  color: #555770;
}

.list-info a {
  width: 47px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #E5E6EB;
  color: #86909C;
  font-size:13px;
}
.list-info a:hover{
  color:#0063F7;
}
.list-content a{
  font-size: 14px;
  color: #28293D;
  line-height: 22px;
}
.list-content{
  margin-top:12px;
}
@media screen and (min-width: 1450px) {
  .page{
   min-height:500px;
  }
 }
@media screen and (min-width: 1650px) {
 .page{
  min-height:650px;
 }
}