@charset "UTF-8";
body {
  background: #f8f8f8;
}

.header-root {
  background-color: #fff;
}

.question-answer-detail {
  padding: 0;
  color: #232323;
}

.question-answer-detail .part-title {
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
  border-radius: 0.375rem;
}

.question-answer-detail .part-title h5 {
  margin: 0;
  font-size: 1.5rem;
  color: #232323;
  font-weight: bold;
  padding: 1.438rem 1.25rem;
  position: relative;
}

.question-answer-detail .part-title h5::before {
  content: "";
  display: block;
  height: 0.25rem;
  width: 3.125rem;
  background-color: #3f53d8;
  position: absolute;
  bottom: 0;
}

.question-answer-detail .left-part .part-1 {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.938rem 2.5rem 1rem 2.5rem;
  position: relative;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}

.question-answer-detail .left-part .part-1::before {
  content: '';
  display: block;
  width: 0.313rem;
  background-color: #3f53d8;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.question-answer-detail .left-part .part-1 > h3 {
  font-size: 1.563rem;
  font-weight: bold;
  width: 100%;
  margin: 0;
  line-height: 2.2rem;
}

.question-answer-detail .left-part .part-1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.125rem;
}

.question-answer-detail .left-part .part-1 > div .img-box {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
}

.question-answer-detail .left-part .part-1 > div .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.question-answer-detail .left-part .part-1 > div > h5 {
  font-weight: bold;
  margin: 0 2.5rem 0 0.625rem;
}

.question-answer-detail .left-part .part-1 > div > span {
  color: #999;
}

.question-answer-detail .left-part .part-1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.125rem;
}

.question-answer-detail .left-part .part-1 > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
}

.question-answer-detail .left-part .part-1 > ul > li > i {
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-image: url("../../images/question_answer_detail/icon01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.question-answer-detail .left-part .part-1 > ul > li.active > i {
  background-image: url("../../images/question_answer_detail/icon04.png");
}

.question-answer-detail .left-part .part-1 > ul > li.fenxiang {
  position: relative;
}

.question-answer-detail .left-part .part-1 > ul > li.fenxiang .share-box {
  display: none;
}

.question-answer-detail .left-part .part-1 > ul > li.fenxiang:hover .share-box {
  display: block;
}

.question-answer-detail .left-part .part-1 > ul > li.fenxiang > i {
  background-image: url("../../images/question_answer_detail/icon02.png");
}

.question-answer-detail .left-part .part-1 > ul > li.shoucang {
  cursor: pointer;
}

.question-answer-detail .left-part .part-1 > ul > li.liulan {
  cursor: default;
}

.question-answer-detail .left-part .part-1 > ul > li.liulan > i {
  background-image: url("../../images/question_answer_detail/icon03.png");
}

.question-answer-detail .left-part .part-1 > ul > li > span {
  display: inline-block;
  margin: 0 1.875rem 0 0.5rem;
}

.question-answer-detail .left-part .part-2 {
  padding: 2.5rem;
  background: #fff;
  border: 1px solid #e5e5e5;
}

.question-answer-detail .left-part .part-2 .blue-button {
  font-size: 1.125rem;
  color: #fff;
  padding: 0.688rem 2.063rem;
  background-color: #3f53d8;
  border-radius: 0.125rem;
  display: inline-block;
  cursor: pointer;
  margin-top: 2rem;
}

.question-answer-detail .left-part .part-3 {
  font-size: 1.375rem;
  font-weight: bold;
  padding: 1.526rem 2.5rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-top: 1rem;
}

.question-answer-detail .left-part .part-3 span {
  color: #3f53d8;
}

.question-answer-detail .left-part .part-4 {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin-bottom: 1rem;
}

.question-answer-detail .left-part .part-4 > ul {
  padding: 0 2.5rem 1.9rem 2.5rem;
}

.question-answer-detail .left-part .part-4 > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.9rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.question-answer-detail .left-part .part-4 > ul li .img-box {
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  margin-right: 0.938rem;
  margin-bottom: 1rem;
}

.question-answer-detail .left-part .part-4 > ul li .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.question-answer-detail .left-part .part-4 > ul li .user-name {
  margin-bottom: 1rem;
}

.question-answer-detail .left-part .part-4 > ul li .user-name h5 {
  font-size: 1rem;
  color: #242424;
  margin: 0.5rem 0;
}

.question-answer-detail .left-part .part-4 > ul li .user-name span {
  font-size: 0.875rem;
  color: #999;
}

.question-answer-detail .left-part .part-4 > ul li p {
  color: #555555;
  width: 100%;
  line-height: 1.5rem;
}

.question-answer-detail .left-part .part-4 > ul li strong {
  font-weight: bold;
}

.question-answer-detail .left-part .part-4 > ul li em {
  font-style: italic;
}

.question-answer-detail .left-part .part-5 {
  padding: 2rem 2.5rem;
  background: #fff;
  margin: 1rem 0;
  border: 1px solid #e5e5e5;
}

.question-answer-detail .left-part .part-5 .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.question-answer-detail .left-part .part-5 .user .img-box {
  height: 3.125rem;
  width: 3.125rem;
  border-radius: 50%;
  margin-right: 0.938rem;
}

.question-answer-detail .left-part .part-5 .user .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.question-answer-detail .left-part .part-5 .user .user-name h5 {
  font-size: 1rem;
  color: #3f53d8;
  margin: 0.5rem 0;
  font-weight: bold;
}

.question-answer-detail .left-part .part-5 .user .user-name span {
  font-size: 0.875rem;
  color: #999;
}

.question-answer-detail .left-part .part-5 .content {
  /* ueditor样式 */
}

.question-answer-detail .left-part .part-5 .content .edui-editor {
  width: auto !important;
}

.question-answer-detail .left-part .part-5 .content .edui-editor-iframeholder {
  width: auto !important;
  min-height: 200px;
}

.question-answer-detail .left-part .part-5 .submit-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.question-answer-detail .left-part .part-5 .submit-button div {
  font-size: 1.125rem;
  color: #fff;
  padding: 1.25rem 2.75rem;
  background-color: #3f53d8;
  border-radius: 2rem;
  margin-top: 1rem;
  cursor: pointer;
}

.question-answer-detail .right-part .right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  border: solid 1px #e5e5e5;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.question-answer-detail .right-part .right-list li {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  width: 100%;
}

.question-answer-detail .right-part .right-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.question-answer-detail .right-part .right-list li:hover .img-box {
  background-image: url("../../images/question_answer/icon03.png");
}

.question-answer-detail .right-part .right-list li:hover .title {
  color: #3f53d8;
}

.question-answer-detail .right-part .right-list li .img-box {
  min-height: 2.5rem;
  min-width: 2.5rem;
  background-image: url("../../images/question_answer/icon02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}

.question-answer-detail .right-part .right-list li .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.question-answer-detail .right-part .right-list li .title {
  color: #242424;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5rem;
}

.question-answer-detail .right-part .right-list li .number {
  color: #838383;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  white-space: nowrap;
}

.question-answer-detail .question-content-box {
  width: 60%;
  height: 20rem;
}

.question-answer-detail .question-content-Img {
  height: 100%;
  width: 100%;
}
