@charset "UTF-8";
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 992px) {
  .main-box {
    display: flex;
    flex-direction: column-reverse;
  }
  .breadcrumb {
    margin-left: 15px;
  }
  .right-bnt {
    display: flex;
    justify-content: center;
  }
  .right-bnt .fx-r .share {
    margin-top: 0;
    margin-left: 1rem;
  }
  .right-bnt .follow-button {
    width: 90px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .part-1 .user {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 2rem;
    flex-direction: column;
  }
  .part-1 .user p {
    line-height: 20px !important;
  }
}

.fx-r .share {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebebeb;
  border-radius: 0.375rem;
  margin-top: 1rem;
  width: 90px;
  height: 32px;
  cursor: pointer;
}

.fx-r .share.on {
  border: 2px solid #ffda10;
  background-color: #ffda10;
}

.fx-r .share .em {
  margin-top: -2px;
  margin-right: 0.4rem;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url("../../images/book_details/fengxiang_2.png") no-repeat center;
}

.fx-r .share .span {
  color: #a6aac3;
}

.fx-r .share-box {
  z-index: 1;
  margin-top: 1rem;
  left: auto;
  top: auto;
  margin-left: -16px;
  display: none;
}

/* 修改swiper的分页样式 */
.swiper-pagination-bullet {
  width: 1.875rem;
  border-radius: 0;
  height: 0.25rem;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
}

body {
  background: #f8f8f8;
  color: #232323;
}

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

.expert-detail {
  min-height: 90vh;
  margin-top: 1rem;
}

.part-1 {
  background-image: url("../../images/expert_detail/backgound01.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 15rem;
  padding: 0 4.3rem 0 2.3rem;
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .part-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2rem 0px;
  }
  .part-1 .user {
    margin: 1rem 0 !important;
  }
  .part-1 .user p {
    max-width: 100% !important;
  }
}

.part-1 .img-box {
  height: 10.5rem;
  width: 10.5rem;
  padding: 0.2rem;
  background: #fff;
}

.part-1 .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.part-1 .user {
  flex: 1;
  margin-left: 2.5rem;
  height: 9rem;
}

.part-1 .user h5 {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.375rem;
  display: inline-block;
}

.part-1 .user .certified {
  color: #ffda10;
  font-size: 0.875rem;
  border: 1px solid;
  padding: 3px;
  margin-left: 1.25rem;
}

.part-1 .user .certified img {
  height: 0.8rem;
  margin: 0 3px;
}

.part-1 .user .uncertified {
  color: #797991;
  font-size: 0.875rem;
  background-color: #eeeeee;
  border: 1px solid;
  padding: 3px;
  margin-left: 1.25rem;
}

.part-1 .user .uncertified img {
  height: 0.8rem;
  margin: 0 3px;
}

.part-1 .user p {
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  max-width: 90%;
  line-height: 22px;
}

.follow-button {
  font-size: 1rem;
  color: #fff;
  background-color: #3f53d8;
  border-radius: 0.375rem;
  display: inline-block;
  padding: 8px 20px;
  cursor: pointer;
}

.followed {
  background-color: #ebebeb;
  color: #b7b7b7;
}

.left-part .tab-list {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  display: flex;
  padding-left: 1.83rem;
  margin-bottom: 1rem;
}

.left-part .tab-list li {
  color: #838383;
  padding: 1.438rem 0;
  margin-right: 1.438rem;
  cursor: pointer;
}

.left-part .tab-list li.active {
  color: #3f53d8;
  font-weight: bold;
  border-bottom: 3px solid;
  font-size: 1.125rem;
}

.left-part .left-part-list {
  padding: 0 1.875rem;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

.left-part .left-part-list .list-item {
  display: flex;
  flex-wrap: wrap;
  padding: 1.8rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.left-part .left-part-list .list-item > h5 {
  font-size: 1.125rem;
  font-weight: bold;
  width: 70%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin: 0 0 1.25rem 0;
}

.left-part .left-part-list .list-item > span {
  font-size: 0.875rem;
  color: #999;
  width: 30%;
  text-align: right;
}

.left-part .left-part-list .list-item .img-box {
  width: 10rem;
  height: 6.813rem;
  margin-right: 1.25rem;
}

.left-part .left-part-list .list-item .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.left-part .left-part-list .list-item .img-box-right {
  flex: 1;
}

.left-part .left-part-list .list-item .img-box-right > p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #838383;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 4.5rem;
}

.left-part .left-part-list .list-item .img-box-right > ul {
  display: flex;
  margin-top: 1.125rem;
  justify-content: flex-end;
}

.left-part .left-part-list .list-item .img-box-right > ul > li {
  display: flex;
  align-items: center;
  color: #999;
}

.left-part .left-part-list .list-item .img-box-right > 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;
}

.left-part .left-part-list .list-item .img-box-right > ul > li.active > i {
  background-image: url("../../images/question_answer_detail/icon04.png");
}

.left-part .left-part-list .list-item .img-box-right > ul > li.shoucang {
  cursor: pointer;
}

.left-part .left-part-list .list-item .img-box-right > ul > li.liulan {
  cursor: default;
}

.left-part .left-part-list .list-item .img-box-right > ul > li.liulan > i {
  background-image: url("../../images/question_answer_detail/icon03.png");
}

.left-part .left-part-list .list-item .img-box-right > ul > li > span {
  display: inline-block;
  margin: 0 1.875rem 0 0.5rem;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.left-part .left-part-list .load-more {
  text-align: center;
  padding: 1rem;
  color: #bdc3ce;
  font-size: 0.875rem;
  cursor: pointer;
}

.left-part .left-part-list .load-more i {
  font-size: 10px;
  margin-right: 0.4rem;
}

.left-part .left-part-list .rotate-more {
  animation: rotation 1s linear infinite;
}

.left-part .part-2 {
  background: #fff;
  border-radius: 0.375rem;
  border: 1px solid #e5e5e5;
  margin-bottom: 1rem;
}

.left-part .part-2 .part-title {
  border: none;
  border-bottom: 1px solid #e5e5e5;
  width: 95%;
  margin: auto;
}

.left-part .part-2 .part-title h5 {
  padding-left: 0;
}

.left-part .part-2 .part-2-list {
  padding: 1.5rem 1rem;
}

.left-part .part-2 .part-2-list .swiper-slide {
  width: 11rem;
}

.left-part .part-2 .part-2-list .part-2-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1rem;
}

.left-part .part-2 .part-2-list .part-2-item .img-box {
  height: 10rem;
  width: 100%;
}

.left-part .part-2 .part-2-list .part-2-item .img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.left-part .part-2 .part-2-list .part-2-item h5 {
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: bold;
}

.left-part .part-2 .part-2-list .part-2-item span {
  font-size: 0.875rem;
  color: #999;
  display: block;
  margin-bottom: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.left-part .part-2 .part-2-list:hover .swiper-button-next,
.left-part .part-2 .part-2-list:hover .swiper-button-prev {
  opacity: 1;
}

.left-part .part-2 .part-2-list .swiper-button-next,
.left-part .part-2 .part-2-list .swiper-button-prev {
  opacity: 0;
  transition: opacity 0.2s;
  width: 3rem;
  background: linear-gradient(-90deg, white 45%, rgba(173, 251, 250, 0.5) 90%);
  height: 100%;
  top: 0;
  margin: 0;
  right: 0;
}

.left-part .part-2 .part-2-list .swiper-button-prev {
  left: 0;
  background: linear-gradient(-90deg, rgba(173, 251, 250, 0.5) 45%, white 90%);
}

.left-part .part-2 .part-2-list .swiper-button-next:after,
.left-part .part-2 .part-2-list .swiper-button-prev:after {
  font-size: 1rem;
}

.part-title {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0.375rem;
}

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

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

.right-part .blue-button {
  font-size: 1.125rem;
  color: #fff;
  background: #3f53d8;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0.625rem 1.125rem rgba(33, 49, 153, 0.22);
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}

.right-part .blue-button img {
  height: 1.125rem;
  margin-right: 0.625rem;
}

.right-part .right-part-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin: 1rem 0;
}

.right-part .right-part-card > div {
  padding: 1.75rem 1.875rem;
  border-bottom: 1px solid #e5e5e5;
}

.right-part .right-part-card > div h5 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}

.right-part .right-part-card > div .card-content p {
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.right-part .right-part-card > div .card-content b,
.right-part .right-part-card > div .card-content strong {
  font-weight: 700;
}

.right-part .right-part-card > div .card-content a {
  color: #337ab7;
  text-decoration: none;
}

.right-part .right-part-card > div .card-content em {
  font-style: italic;
}

.right-part .right-part-card > div .card-content ol,
.right-part .right-part-card > div .card-content ul,
.right-part .right-part-card > div .card-content li {
  list-style: inherit;
}
