html, body {
  background-color: #F6F6F6; }

.course-list {
  padding-left: 15px; }
  .course-list > li {
    padding: 15px 15px 15px 0;
    box-shadow: 0 1px rgba(0, 0, 0, 0.06);
    height: auto; }
    .course-list > li .teacher-box img {
      width: 40px;
      height: 40px; }
    .course-list > li .course-content {
      height: 40px;
      justify-content: center; }

.mui-row::before,
.mui-row::after {
  display: none; }

.lower-box {
  background: #fff;
  position: relative;
  background: #fff; }

.qaInfo-list {
  padding-left: 15px; }

.answer-item {
  display: flex;
  padding: 20px 15px 20px 0;
  box-shadow: 0 1px rgba(0, 0, 0, 0.06); }
  .answer-item .img-box {
    flex: 0 0 40px;
    height: 40px;
    margin-right: 10px; }
    .answer-item .img-box img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .answer-item .content-box {
    flex: 1; }
    .answer-item .content-box .con-top {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 6px; }
      .answer-item .content-box .con-top .info h4 {
        font-weight: 600; }
      .answer-item .content-box .con-top .zan-i {
        width: 14px;
        height: 14px;
        vertical-align: sub; }
      .answer-item .content-box .con-top .zan-num {
        color: rgba(104, 151, 177, 0.6);
        margin-right: 3px; }
    .answer-item .content-box .desc .fs-16 {
      line-height: 1.7em;
      word-break: break-all; }
    .answer-item .content-box .desc img {
      display: block;
      max-width: 100%; }
    .answer-item .content-box .desc .answer-num {
      color: rgba(104, 151, 177, 0.8); }

.emptypage-wrapper {
  position: static;
  margin-top: 60px; }

.fixed-btn {
  position: fixed;
  bottom: 0px;
  left: 0;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .fixed-btn .reply-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/public/mobile/img/icon/reply-btn.png");
    margin-right: 2px; }
  .fixed-btn p {
    color: #0486FE; }

.preview-list a {
  width: 33.3%;
  float: left;
  line-height: 1.8; }

.preview-list a:nth-child(1) {
  float: left;
  padding-right: 5px; }

.preview-list a:nth-child(2) {
  margin: 0 0%;
  padding: 0 2.5px; }

.preview-list a:nth-child(3) {
  float: right;
  padding-left: 5px; }

.preview-list a {
  display: block;
  width: 1.05rem;
  height: 1.05rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center; }

.preview-list a img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
  vertical-align: top; }

.preview-dialog {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: black;
  transform: scale(0, 0);
  transform-origin: 50% 50%;
  transition: all .5s ease; }

.preview-dialog.full-scale {
  transform: scale(1, 1); }

.nobuy-box {
  position: absolute;
  width: 100%;
  top: 20px;
  z-index: 99; }
  .nobuy-box .cover-box {
    height: 65px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
  .nobuy-box .go-box {
    height: 100px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .nobuy-box .go-box span {
      color: #6897B1;
      line-height: 24px; }
    .nobuy-box .go-box i {
      display: block;
      width: 24px;
      height: 24px;
      background: url(../img/icon/go@2x.png) no-repeat center/cover; }

/*# sourceMappingURL=ask-details.css.map */
