.ask-details {
    position: relative;
    padding: 80px 0;
  }

  .ask-details .header {
    padding: 16px 16px 0 16px;
    margin-bottom: 4px;
  }

  .ask-details .header:after {
    content: '';
    display: block;
    width: 100%;
    padding-top: 16px;
    border-bottom: 0.5px solid #EBEBEB;
  }

  .ask-details .header-title {
    font-size: 17px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 12px;
  }

  .ask-details .header-desc {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
  }

  .ask-details .header-desc span {
    color: #333333;
    display: inline-block;
    margin-right: 4px;
  }

  .ask-details .header-desc-item {
    display: inline-block;
    margin-right: 8px;
  }

  .ask-details .owner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .ask-details .owner-portrait {
    width: 48px;
    height: 48px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 8px;
  }

  .ask-details .owner-portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ask-details .owner-info-user .name {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 8px;
  }

  .ask-details .owner-info-user .tag {
    font-size: 14px;
    line-height: 18px;
    background-color: #98BCF7;
    color: #ffffff;
    padding: 0 3px;
    border-radius: 4px;
    margin-left: 8px;
  }

  .ask-details .owner-info-time {
    font-size: 13px;
    color: #999999;
    line-height: 18px;
  }

  .ask-details .owner-info-time .time {
    display: inline-block;
    margin-right: 8px;
  }

  .ask-details .ask-cont {
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .ask-details .ask-cont p {
    display: block;
    margin-bottom: 16px;
  }

  .ask-details .ask-cont .topic {
    font-size: 16px;
    line-height: 22px;
    color: #0093E7;
    margin-bottom: 16px;
  }

  .ask-details .ask-cont .img-cover {
    width: 100%;
    max-width: 480px;
    height: auto;
    border-radius: 12px;
  }

  .ask-details .read {
    font-size: 14px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 22px;
  }

  .ask-details .read span{
    color: #444444;
  }

  .ask-details .warm{
    margin-bottom: 48px;
  }

  .ask-details .warm-num{
    font-size: 16px;
    line-height: 22px;
    color: #444444;
    margin-bottom: 16px;
  }

  .ask-details .warm-num span{
    color: #999999;
  }

  .ask-details .warm-portrait {
    display: flex;
  }

  .ask-details .warm-portrait-item {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: 16px;
  }

  .ask-details .warm-portrait-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ask-details-comment .title {
    font-size: 19px;
    color: #333333;
    line-height: 26px;
    margin-bottom: 12px;
  }

  .ask-details-comment .title .num {
    color: #999999;
    display: inline-block;
    margin-left: 6px;
  }

  .ask-details-comment .comment-form{
    margin-bottom: 48px;
  }

  .ask-details-comment .form-input {
    border: 1px solid #D2D2D2;
    padding: 20px 24px;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
  }

  .ask-details-comment .form-btn {
    text-align: right;
  }

  .ask-details-comment .form-btn .btn-publish {
    display: inline-block;
    font-size: 19px;
    line-height: 26px;
    padding: 14px;
    border-radius: 6px;
    width: 168px;
    color: #ffffff;
    background-color: #0093E7;
  }

  .ask-details-comment .comment-item {
    display: flex;
    margin-bottom: 24px;
  }

  .ask-details-comment .comment-item .portrait {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 12px;
  }

  .ask-details-comment .comment-item .portrait img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .ask-details-comment .comment-item .info-name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 4px;
  }

  .ask-details-comment .comment-item .info {
    width: 100%;
  }

  .ask-details-comment .comment-item .info-cont {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 8px;
  }

  .ask-details-comment .comment-item .info-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    line-height: 18px;
  }

  .ask-details-comment .comment-item .comment-child{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #EDEDED;
  }

  .ask-details-comment .comment-item .info-footer .left {
    display: flex;
    align-items: center;
    white-space: nowrap;
    min-width: 120px;
  }

  .ask-details-comment .comment-item .info-footer .time {
    color: #999999;
    margin-right: 8px;
  }

  .ask-details-comment .comment-item .info-footer .ip {
    color: #999999;
    margin-right: 12px;
  }

  .ask-details-comment .comment-item .info-footer .btn-reply {
    display: inline-block;
    color: #333333 !important;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
  }

  .ask-details-comment .comment-item .info-footer .praise {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    cursor: pointer;
  }

  .ask-details-comment .comment-item .info-footer .icon-praise {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-right: 4px;
    background: url('https://static.yidianling.com/mWeb/static/images/follow/icon_zan.png') no-repeat center;
    background-size: 100%;
  }

  .ask-details-comment .comment-item .info-footer .active {
    color: #F0A4AD;
  }

  .ask-details-comment .comment-item .info-footer .active .icon-praise {
    background-image: url('https://static.yidianling.com/mWeb/static/images/follow/icon_zan_active.png');
  }
