@charset "UTF-8";
.mCustomScrollbar {
  overflow: hidden;
}
.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCustomScrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(102, 102, 102, 0.75);
}
.mCustomScrollbar
  .mCS-dark.mCSB_scrollTools
  .mCSB_dragger:active
  .mCSB_dragger_bar,
.mCustomScrollbar
  .mCS-dark.mCSB_scrollTools
  .mCSB_dragger:hover
  .mCSB_dragger_bar {
  background-color: rgba(102, 102, 102, 0.85);
}

.shadow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

/**
 *
 *
 * 问答首页
 *
 *
 **/
.ques_ans_bg {
  /* width: 100%; */
  /* height: 59.5rem; */
  height: 100vh;

  background: url("../assets/pic_kechenwenda.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.ask_content {
  box-sizing: border-box;
  width: 74.7%;
  height: auto;
  /* background: url("../assets/wenda_bg@2x.png") no-repeat;
  background-size: 100% 100%; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 100%
  );
  border-radius: 10px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  padding: 19px 30px 30px 30px;
}

.topFixed {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-bottom: 27px;
}
.topFixed-search {
  width: 238px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.topFixed-search input {
  width: 100%;
  height: 32px;
  padding: 6px 13px;
  background-color: #f6f6f6;
  border-radius: 2px;
}
.topFixed-search img {
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  cursor: pointer;
}
.topFixed-question {
  width: 740px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.topFixed-question span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 24px;
  color: #323335;
  line-height: 36px;
  letter-spacing: 1px;
  font-style: normal;
}
.topFixed-question button {
  width: 112px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  width: 112px;
  background-color: #0088ff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

.leftFixed {
  /* width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden; */
  position: relative;
}
.leftFixed .basic_btn {
  position: absolute;
  right: 0;
  /* padding-left: 10px; */
  /* background-color: #ffffff; */
  /* width: 86px; */
  height: 48px;
  /* background-color: #F2F6FD; */
  /* border-radius: 8px; */
  cursor: pointer;
}
.leftFixed .basic_btn .basic_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.leftFixed .basic_btn .basic_flex div {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  line-height: 24px;
  font-style: normal;
  margin-right: 6px;
}
.leftFixed .basic_btn .basic_flex img {
  width: 14px;
  height: 14px;
  object-fit: cover;
}

.leftFixed .left_contain {
  width: 92%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeee0;
}
.leftFixed-all {
  height: 40px;
  font-size: 14px;
  color: #000;
  line-height: 40px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.leftFixed-all.active {
  color: #0088ff;
}
.leftFixed .mCustomScrollbar {
  /* height: 400px;  */
}

.leftFixed .ask_select_in {
  box-sizing: border-box;
  margin-right: 24px;
  padding: 12px 14px;
  background-color: #eef4ff;
  border-radius: 9px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #323335;
  /* line-height: 24px; */
  font-style: normal;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 20px;
}
.leftFixed .ask_select_active {
  box-sizing: border-box;
  margin-right: 24px;
  padding: 12px 14px;
  background-color: #d8e5fd;
  border-radius: 9px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 16px;
  color: #2468f2;
  /* line-height: 24px; */
  font-style: normal;
  cursor: pointer;
  white-space: nowrap;
  margin-bottom: 20px;
}
.leftFixed li {
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  padding: 10px 20px;
}
.leftFixed li:hover {
  color: #0088ff;
}
.leftFixed li.active {
  background-color: #0088ff;
  color: #fff;
}

.indexCoursex {
  box-sizing: border-box;
  margin-top: 35px;
  /* margin: 20px 0 50px 360px;
  width: 820px;*/
  min-height: 500px;
}
.wenda_card {
  display: flex;
  box-sizing: border-box;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeff0;
  padding-top: 24px;
}

.indexCoursex a:first-child .wenda_card {
  padding-top: 0;
}
.wenda_card img {
  cursor: pointer;
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.wenda_detail_card {
  margin-left: 11px;
}
.wenda_detail_card .wenda_master {
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
}
.wenda_detail_card .wenda_reply_time {
  margin-top: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
}
.wenda_detail_card .wenda_question {
  cursor: pointer;
  margin-top: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 18px;
  color: #323335;
  line-height: 27px;
  font-style: normal;
}
.wenda_detail_card .wenda_question:hover {
  color: #2468f2 !important;
}
.wenda_detail_card .wenda_tip {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
.wenda_detail_card .wenda_tip .wenda_dan {
  cursor: pointer;
  background: #f2f6fd;
  border-radius: 8px;
  padding: 9px 14px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  font-style: normal;
  margin-right: 16px;
}
.wenda_detail_card .wenda_tip .wenda_active_dan {
  color: #2468f2 !important;
}

.right_pic {
  width: 24.2%;
  height: 12rem;
  background: url("../assets/pic_tiwen@2x.png") no-repeat;
  background-size: 100% 100%;
  margin-left: 1rem;
}

.right_pic .right_inner_1 {
  margin-top: 3.25rem;
  margin-left: 1.9375rem;
  font-family: AlimamaShuHeiTi, AlimamaShuHeiTi;
  font-weight: bold;
  font-size: 1.625rem;
  color: #2468f2;
  line-height: 1.9375rem;
  letter-spacing: 1px;
  font-style: normal;
}
.right_pic .right_inner_2 {
  cursor: pointer;
  width: 6.0625rem;
  height: 2rem;
  margin-top: 1.25rem;
  margin-left: 1.9375rem;
  background: #2468f2;
  border-radius: 4px;
  font-family: PingFang-SC, PingFang-SC;
  font-weight: bold;
  font-size: 1rem;
  color: #ffffff;
  line-height: 2rem;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
}

/* 问答详情 */
.ask_detail_bg {
  width: 100%;
  min-height: 100vh;
  background: url("../assets/wendaxq_bg.png") no-repeat;
  background-size: 100% 100%;
}

.indexCoursex-item {
  padding: 20px;
  background-color: #fff;
  margin-bottom: 10px;
  cursor: pointer;
}
.indexCoursex-item-people {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexCoursex-item-people > img {
  width: 32px;
  height: 14px;
}
.indexCoursex-item-people .flex2 {
  display: flex;
}
.indexCoursex-item-people .flex2 > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.indexCoursex-item-people .flex3 {
  display: flex;
  flex-direction: column;
}
.indexCoursex-item-people ._name {
  height: 20px;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
}
.indexCoursex-item-people ._time {
  height: 17px;
  font-size: 12px;
  color: #909399;
  line-height: 17px;
}
.indexCoursex-item-content p {
  font-size: 16px;
  color: #303133;
  line-height: 22px;
  margin-top: 10px;
}
.indexCoursex-item-content ul {
  margin-top: 10px;
  display: flex;
}
.indexCoursex-item-content ul img {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  border-radius: 2px;
}
.indexCoursex-item-type {
  margin-top: 10px;
  font-size: 12px;
  height: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.indexCoursex-item-type span:nth-child(1) {
  color: #909399;
}
.indexCoursex-item-type span:nth-child(2) {
  color: #0088ff;
  cursor: pointer;
}
.indexCoursex-nodata {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 600px;
  padding-top: 142px;
  background-color: #fff;
}
.indexCoursex-nodata img {
  width: 218px;
  height: 190px;
}
.indexCoursex-nodata p {
  margin-top: 10px;
  color: #303133;
  font-size: 14px;
  text-align: center;
  width: 218px;
}
.indexPutx {
  box-sizing: border-box;
  /* height: 349px;
  width: 780px; */
  width: 800px;
  height: 586px;
  background: #ebf5ff;
  border-radius: 8px;
  position: fixed;
  top: 13%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  overflow: hidden;
  padding: 0 24px 24px 24px;
}
.index_pu_bg {
  width: 100%;
  height: 173px;
  background: url("../assets/pic_tiwen_dialog@2x.png") no-repeat;
  background-size: 100% 100%;
}
.index_header {
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index_header div {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  letter-spacing: 1px;
  font-style: normal;
}
.index_header img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  cursor: pointer;
}
.index_content_card {
  box-sizing: border-box;
  margin-top: -60px;
  width: 752px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.57) 0%,
    #ffffff 100%
  );
  border-radius: 8px;
  backdrop-filter: blur(10px);
  padding: 20px;
}
.indexPutx-titlep {
  height: 55px;
  font-size: 18px;
  color: #303133;
  line-height: 55px;
  text-align: center;
  position: relative;
}
.indexPutx-titlep i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 18px;
  right: 20px;
  background: url("../image/close.png") no-repeat center/contain;
}
.indexPutx-type {
  /* width: 180px; */
  display: flex;
  align-items: center;
}
.indexPutx_title {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 21px;
  letter-spacing: 1px;
  font-style: normal;
}
.indexPutx_title span {
  color: #e82d2d;
}
.indexPutx-type-titlet {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 26.25rem;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;

  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);

  cursor: pointer;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  font-style: normal;
}
.indexPutx-type-titlet.active .small_icon {
  width: 14px;
  height: 14px;
  background: url("../assets/icon_shouqi@2x.png") no-repeat;
  background-size: cover;
}
.indexPutx-type-titlet .small_icon {
  width: 14px;
  height: 14px;
  background: url("../assets/icon_zhankai@2x.png") no-repeat;
  background-size: cover;
}
.indexPutx-type-titlet .selectTip {
  position: absolute;
  right: -181px;
  top: 0;
  color: #909399;
  cursor: default;
}
.indexPutx-type-list {
  max-height: 227px;
  position: absolute;
  top: 55px;
  left: 102px;
  z-index: 100;
  background-color: #fff;
  border: 1px solid #eee;
  overflow: hidden;
}
.indexPutx-type-list ul {
  padding: 7px 0;
  width: 260px;
}
.indexPutx-type-list ul li {
  padding: 7px 10px;
  font-size: 12px;
  color: #303133;
  line-height: 17px;
}
.indexPutx-type-list ul li:hover {
  color: #0088ff;
}
.indexPutx-type-list ul li.active {
  background-color: #0088ff;
  color: #fff;
}
.indexPutx-content {
  display: flex;
  margin-top: 20px;
}
.indexPutx-content-text {
  position: relative;
}
.indexPutx-content-text textarea {
  width: 420px;
  height: 140px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  padding: 10px;
  resize: none;
  /* margin: 10px auto 16px; */
}
.indexPutx-content-text span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #909399;
}
.indexPutx-content-div {
  display: flex;
  flex-direction: column;
}
.indexPutx-content-img {
  display: flex;
  align-items: flex-end;
}
.indexPutx-content-img ul {
  display: flex;
}
.indexPutx-content-img li,
.indexPutx-content-img .fileupload {
  width: 88px;
  height: 88px;
  margin-right: 10px;
  position: relative;
}
.indexPutx-content-img li img,
.indexPutx-content-img .fileupload img {
  width: 100%;
  height: 100%;
}
.indexPutx-content-img li input,
.indexPutx-content-img .fileupload input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.indexPutx-content-img li i {
  width: 14px;
  height: 14px;
  background: url("../image/ask-close.png") no-repeat center/contain;
  position: absolute;
  top: -7px;
  right: -7px;
}
.indexPutx-content-div ._tip {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 12px;
  color: #68696d;
  line-height: 18px;
  font-style: normal;
  margin-top: 10px;
}
.indexPutx-submit {
  margin-top: 20px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexPutx-submit button {
  width: 160px;
  height: 40px;
  font-size: 16px;
  color: #fff;
  width: 160px;
  background-color: #0088ff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
}

/**
 *
 *
 * 问答详情
 *
 *
 **/
.detailPutx {
  box-sizing: border-box;
  padding: 24px 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.2) 0%,
    #ffffff 60%,
    #ffffff 100%
  );
  border-radius: 8px;
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
}
.detailPutx-item {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
.detailPutx-item-people {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailPutx-item-people > img {
  width: 32px;
  height: 14px;
}
.detailPutx-item-people .flex2 {
  display: flex;
}
.detailPutx-item-people .flex2 > img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.detailPutx-item-people .flex3 {
  display: flex;
  flex-direction: column;
}
.detailPutx-item-people ._name {
  height: 20px;
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  font-weight: bold;
}
.detailPutx-item-people ._time {
  height: 17px;
  font-size: 12px;
  color: #909399;
  line-height: 17px;
}
.detailPutx-item-content p {
  font-size: 16px;
  color: #303133;
  line-height: 22px;
  margin-top: 10px;
}
.detailPutx-item-content ul {
  margin-top: 10px;
  display: flex;
}
.detailPutx-item-content ul img {
  width: 100px;
  height: 100px;
  margin-right: 12px;
  border-radius: 2px;
}
.detailPutx-item-type {
  margin-top: 10px;
  font-size: 12px;
  height: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detailPutx-item-type span:nth-child(1) {
  color: #909399;
}
.detailPutx-item-type span:nth-child(2) {
  color: #0088ff;
}
.detailPutx-reply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
.detailPutx-reply img {
  width: 50px;
  border-radius: 50%;
}
.detailPutx-reply input {
  flex: 1;
  margin-left: 11px;
  /* width: 604px; */
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #efefef;
}
.detailPutx-reply button {
  width: 72px;
  height: 48px;
  background: #2468f2;
  border-radius: 4px;
  margin-left: 20px;
  font-size: 14px;
  color: #fff;
  width: 96px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}
.detailPutx-reply button.disable {
  background-color: rgb(242, 246, 253, 0.9);
  color: #909399;
}

.problemx {
  box-sizing: border-box;
  padding: 20px 30px;
  border-radius: 8px;
  margin-top: 16px;
  background-color: #fff;
  min-height: 300px;
}
.problemx-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeff0;
}
.problemx-list {
  height: 250px;
  overflow: hidden;
  position: relative;
}
.problemx-list.active {
  height: auto;
}
.problemx-list.active .problemx-mc {
  display: none;
}
.problemx-mc {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, white 30%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  top: 0;
}
.problemx-mc p {
  height: 22px;
  font-size: 16px;
  color: #0088ff;
  line-height: 22px;
  margin-top: 154px;
  text-align: center;
}
.problemx-item {
  padding: 24px 0;
  display: flex;
  border-bottom: 1px solid #eeeff0;
}
.problemx-item-avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin-right: 10px;
  flex: none;
}
.problemx-item > div {
  flex: 1;
}
.problemx-item-nickname {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.problemx-item-nickname div:first-child {
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
}
.problemx-item-nickname div:nth-child(2) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
}
.problemx-item-nickname .zan-icon {
  cursor: pointer;
  font-weight: normal;
  color: #909399;
  font-size: 12px;
  position: relative;
}
.problemx-item-nickname .zan-icon:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 1px;
  width: 16px;
  height: 16px;
  display: block;
  background: url("../image/course-detail-zan.png") no-repeat center/contain;
}
.problemx-item-nickname .zan-icon.active {
  color: #f56c6c;
}
.problemx-item-nickname .zan-icon.active::after {
  background-image: url("../image/course-detail-zaned.png");
}
.problemx-item-text {
  margin-top: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  overflow: hidden;
  text-overflow: ellipsis;
}
.problemx-item-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.problemx-item-info .problemx_func img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.problemx-item-info .problemx_func {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
}
.problemx-item-info span:nth-child(1) {
  color: #909399;
}
.problemx-item-info span:nth-child(2) {
  color: #0088ff;
  cursor: pointer;
  position: relative;
}
.problemx-item-info span:nth-child(2):after {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("../image/ask-detail-message.png") no-repeat center/contain;
}
.problemx-item-image {
  display: flex;
}
.problemx-item-image img {
  height: 100px;
  width: 100px;
  margin-right: 12px;
  margin-top: 10px;
}
.problemx-item-reply {
  display: flex;
  margin: 10px 0;
  height: 40px;
}
.problemx-item-reply img {
  width: 40px;
  border-radius: 50%;
  margin-right: 20px;
}

.problemx-item-reply input {
  flex: 1;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #efefef;
  margin-right: 20px;
}
.problemx-item-reply button {
  cursor: pointer;
  background: #2468f2;
  border-radius: 4px;
  padding: 0 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
}
/* .problemx-item-reply button.disable {
  background-image: url("../image/ask-detail-reply2.png"); 
} */
.problemx-page {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
.problemx-page i,
.problemx-page input,
.problemx-page span {
  margin-left: 16px;
  color: #303133;
}
.problemx-page i {
  background: url("../image/cate-arrow-2.png") no-repeat center/contain;
  height: 14px;
  width: 14px;
  display: block;
}
.problemx-page i:first-child {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.problemx-page input {
  width: 48px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  padding: 0 2px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.problemx-nodata {
  position: absolute;
  top: 19px;
  width: 300px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.problemx-nodata img {
  width: 300px;
  height: 160px;
}
.problemx-nodata p {
  color: #606266;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.replyx {
  box-sizing: border-box;
  margin-top: 10px;
  overflow: hidden;
  padding: 24px;

  background: #f2f6fd;
  border-radius: 10px;
  /* opacity: 0.5; */
}
.replyx-item {
  display: flex;
  border-bottom: 1px solid #eeeff0;
  padding: 10px 0 24px 0;
}
.replyx-item:last-child {
  border-bottom: none;
}
.replyx-item-avatar {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  margin-right: 10px;
  flex: none;
}
.replyx-item > div {
  flex: 1;
}

.replyx-item-nickname {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.replyx-item-nickname div:first-child span {
  padding: 0 14px;
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 500;
  font-size: 16px;
  color: #2468f2;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
}
.replyx-item-nickname div:first-child {
  font-family: PingFang-SC, PingFang-SC;
  font-weight: 500;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  letter-spacing: 1px;
  font-style: normal;
}
.replyx-item-nickname div:nth-child(2) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #323335;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
}

.replyx-item-text {
  margin-top: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #68696d;
  line-height: 20px;
  letter-spacing: 1px;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.replyx-item-image {
  display: flex;
}
.replyx-item-image img {
  height: 100px;
  width: 100px;
  margin-right: 12px;
  margin-top: 10px;
}
.replyx-item-info {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.replyx-item-info .problemx_func img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.replyx-item-info .problemx_func {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-right: 30px;
}

/* .reply_hf_btn{
  background: #2468F2;
  border-radius: 4px;
  padding: 13px 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
} */
.replyx-item-info span:nth-child(1) {
  color: #909399;
}
.replyx-item-info span:nth-child(2) {
  color: #0088ff;
  cursor: pointer;
}
.replyx-item-reply {
  display: flex;
  margin-top: 10px;
  height: 40px;
}
.replyx-item-reply img {
  width: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.replyx-item-reply input {
  flex: 1;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #efefef;
  margin-right: 20px;
}
.replyx-item-reply button {
  cursor: pointer;
  background: #2468f2;
  border-radius: 4px;
  padding: 0 18px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  text-align: center;
  font-style: normal;
  /* height: 40px;
  width: 40px;
  background: url("../image/ask-detail-reply2.png") no-repeat center/contain; */
}
.replyx-item-reply button:active {
  /* background-image: url("../image/ask-detail-reply.png"); */
}
.replyx-more {
  height: 17px;
  font-size: 12px;
  color: #303133;
  line-height: 17px;
  position: relative;
  margin: 10px 20px;
  cursor: pointer;
}
.replyx-more:after {
  content: "";
  position: absolute;
  left: 160px;
  top: 0;
  width: 16px;
  height: 16px;
  display: block;
  background: url("../image/ask-detail-more.png") no-repeat center/contain;
}

.detailCoursex {
  background-color: #fff;
  flex: 1;
  border-radius: 8px;
  height: fit-content;
}
.detailCoursex-item {
  display: flex;
}
.detailCoursex-item img {
  width: 120px;
  height: 68px;
  margin-right: 10px;
}
.detailCoursex-item > div {
  width: 170px;
  height: 68px;
}
.detailCoursex-item-title {
  font-size: 14px;
  color: #303133;
  line-height: 20px;
  font-weight: bold;
}
.detailCoursex-item-info {
  height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 11px;
}
.detailCoursex-item-info span:nth-child(1) {
  font-size: 12px;
  color: #909399;
}
.detailCoursex-item-info span:nth-child(2) {
  font-size: 14px;
  color: #0088ff;
}
.detailCoursex-content {
  margin-top: 10px;
  font-size: 14px;
  color: #606266;
  line-height: 20px;
}
.detailCoursex-todetail {
  margin-top: 10px;
  font-size: 14px;
  color: #0088ff;
  line-height: 20px;
}

.detailTipx {
  width: 437px;
  height: 192px;
  background-color: #fff;
  border-radius: 4px;
}
