@charset "utf-8";
/* CSS Document */

.container {
  padding: 15px 0 98px;
}

.subnav {
  overflow: hidden;
  margin-bottom: 12px;
  font-size: 16px;
}

.subnav li {
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  padding-right: 27px;
  position: relative;
}

.subnav li:before {
  content: '>';
  position: absolute;
  width: 27px;
  line-height: 20px;
  text-align: center;
  top: 0;
  right: 0;
}

.subnav li:last-child {
  padding-right: 0;
  color: #bbb;
}

.subnav li:last-child:before {
  display: none;
}

.subnav li a {
  color: #666666;
  text-decoration: none;
}

.subnav:empty {
  display: none;
}

.title {
  overflow: hidden;
}

.title .subtitle {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  font-weight: bold;
  padding-left: 12px;
  position: relative;
}

.title .subtitle:before {
  content: '';
  position: absolute;
  background: #387ffc;
  width: 4px;
  height: 16px;
  top: 2px;
  left: 0;
}

/*  左侧  */
.left {
  float: left;
  width: 880px;
  background: #fff;
}

/* 页码 */
.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  overflow: hidden;
}

.pagination li {
  float: left;
  margin: 0 7px 0 8px;
  font-size: 12px;
  color: #666666;
  line-height: 30px;
}

.pagination li a {
  display: block;
  text-decoration: none;
  background: #f6f6f6;
  min-width: 18px;
  padding: 0 6px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li a:hover,
.pagination li.active a {
  background: #387ffc;
  color: #fff;
}

/*  右侧  */
.right {
  float: right;
  width: 300px;
  background: #fff;
  margin-top: 10px;
}

/* 近期热搜 */
.recent-hot {
  width: 300px;
  /* height: 270px; */
  position: relative;
  /* background: #FBFBFB; */
  box-sizing: border-box;
  padding-top: 0px;
  border: 1px solid rgba(243, 243, 243, 1);
}

.recent-hot .recent-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 6px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
  background: rgba(250, 250, 250, 1);
  width: 300px;
  height: 72px;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.recent-hot .recent-title img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.recent-hot:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  /* background: rgba(56, 127, 252, 1); */
  top: 0;
  left: 0;
}

.recent-hot .recent-hot-cont {
  margin: 30px 20px 0 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recent-hot .recent-hot-cont a {
  text-decoration: none;
  font-size: 14px;
  color: #888;
  border-radius: 24px;
  margin-right: 20px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 167px;
}

.recent-hot .recent-hot-cont a:hover {
  color: #f52d2d;
  text-decoration: underline;
}

/* 实用工具 */
.utilities {
  margin-top: 29px;
}

.utilities .utilities-cont {
  margin-top: 14px;
  overflow: hidden;
}

.utilities .utilities-cont li {
  float: left;
  width: 64px;
  height: 64px;
  background: #f5f9fe;
  text-align: center;
  margin: 0 0 12px 14px;
}

.utilities .utilities-cont li a {
  text-decoration: none;
}

.utilities .utilities-cont li i {
  display: block;
  width: 30px;
  height: 30px;
  /* border:dashed 1px #888888;*/
  margin: 9px auto 0;
  background: url(../images/utilities-icon2.png) no-repeat;
}

.utilities .utilities-cont li span {
  display: block;
  font-size: 12px;
  color: #333333;
  line-height: 18px;
}

.utilities .utilities-cont li:nth-child(1) i {
  background-position: 0 0;
}

.utilities .utilities-cont li:nth-child(2) i {
  background-position: -30px 0;
}

.utilities .utilities-cont li:nth-child(3) i {
  background-position: -60px 0;
}

.utilities .utilities-cont li:nth-child(4) i {
  background-position: 0 -30px;
}

.utilities .utilities-cont li:nth-child(5) i {
  background-position: -30px -30px;
}

.utilities .utilities-cont li:nth-child(6) i {
  background-position: -60px -30px;
}

.utilities .utilities-cont li:nth-child(7) i {
  background-position: 0 -60px;
}

.utilities .utilities-cont li:nth-child(8) i {
  background-position: -30px -60px;
}

.utilities .utilities-cont li:nth-child(9) i {
  background-position: -60px -60px;
}

/* 辅导课程 */
.counseling-course {
  margin-top: 27px;
}

.counseling-course .cc-cont {
  padding-left: 12px;
  margin-top: 14px;
}

.counseling-course .cc-cont .cc-pic {
  max-height: 126px;
  overflow: hidden;
}

.counseling-course .cc-cont .cc-pic img {
  width: 100%;
}

.counseling-course .cc-cont .cc-bom {
  margin-top: 12px;
  overflow: hidden;
}

.counseling-course .cc-cont .cc-bom .cc-name {
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.counseling-course .cc-cont .cc-bom .cc-btn {
  float: right;
  background: #387ffc;
  line-height: 24px;
  padding: 0 8px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 24px;
}

/* 会计问答 */
.accounting-qa {
  margin-top: 40px;
}

.accounting-qa .aqa-option {
  padding-left: 12px;
  margin-top: 14px;
  overflow: hidden;
}

.accounting-qa .aqa-option span {
  float: left;
  min-width: 62px;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  text-align: center;
  border: solid 1px #dddddd;
  border-radius: 22px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.accounting-qa .aqa-option span:last-child {
  margin-right: 0;
}

.accounting-qa .aqa-option span:hover,
.accounting-qa .aqa-option span.active {
  color: #387ffc;
  border: solid 1px #387ffc;
}

.accounting-qa .aqa-cont {
  margin-top: 9px;
}

.accounting-qa .aqa-cont ul {
  display: none;
}

.accounting-qa .aqa-cont ul:first-child {
  display: block;
}

.accounting-qa .aqa-cont li {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 5px 0 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.accounting-qa .aqa-cont li:before {
  content: '';
  position: absolute;
  background: #bbbbbb;
  width: 4px;
  height: 4px;
  top: 13px;
  left: 0;
}

/* 最新资讯 */
.update {
  margin-top: 36px;
}

.update .update-cont {
  margin-top: 10px;
}

.update .update-cont li {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  padding: 5px 0 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}

.update .update-cont li:before {
  content: '';
  position: absolute;
  background: #bbbbbb;
  width: 4px;
  height: 4px;
  top: 13px;
  left: 0;
}

/* 搜索列表 */
.search-container {
  margin-top: 10px;
  box-sizing: border-box;
  /* border: 1px solid #EDEDED; */
  border-radius: 4px;
}

.search-container * {
  box-sizing: border-box;
  text-align: left;
}

.search-container .search-input {
  overflow: hidden;
}

.search-container .search-input input {
  height: 36px;
  float: left;
  width: 460px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 1px solid #abb2c2;
  padding: 0 12px;
}

.search-container .search-input button {
  height: 36px;
  line-height: 36px;
  float: left;
  width: 94px;
  background: #387ffc;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

.search-container .search-input .more-icon {
  margin-right: 9px;
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
}

.search-container .navigation-bar {
  border-bottom: 1px solid rgba(237, 237, 237, 1);
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 73px;
  /* background: rgba(251, 251, 251, 1); */
  padding-left: 0;
}

.search-container .navigation-bar .navibar-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-container .navigation-bar .navibar-left li {
  position: relative;
  font-size: 20px;
  color: #222;
  margin-right: 50px;
  cursor: pointer;
}

.search-container .navigation-bar .navibar-left li a {
  text-decoration: none;
}

.search-container .navigation-bar .navibar-left li:last-child {
  margin-right: 0;
}

.search-container .navigation-bar .navibar-left li::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  left: 0;
  bottom: -12px;
  background: transparent;
}

.search-container .navigation-bar .navibar-left li.actived {
  color: #387ffc !important;
  font-weight: bold;
}

.search-container .navigation-bar .navibar-left li.actived a {
  color: #387ffc !important;
}

.result-related-news {
  /* padding: 0 30px; */
  margin-left: 0;
}

.search-container .navigation-bar .navibar-left li.actived::before {
  background: #387ffc;
}

.search-container .navigation-bar .navibar-right {
  font-size: 14px;
  color: #666666;
}

.search-container .result-area .result-common-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* padding-bottom: 10px; */
  margin-top: 30px;
  font-weight: normal;
  width: 881px;
  height: 60px;
  background: rgba(250, 250, 250, 1);
  line-height: 60px;
  box-sizing: border-box;
  padding-right: 22px;
}

.search-container .result-area .result-common-title .t-left {
  font-size: 20px;
  color: #222222;
}

.search-container .result-area .result-common-title .t-left strong {
  color: #f52d2d;
  font-weight: normal;
}

.search-container .result-area .result-common-title .t-right {
  color: #999999;
  font-size: 16px;
}

.search-container .result-area .result-common-title .t-right:hover {
  color: #387ffc;
}

.search-container .result-area .result-common-title .t-right img {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}

/* 资讯结果css */
.search-container .result-news-wra {
  border-bottom: 1px solid #f6f6f6;

  /* border-top: 1px solid #F6F6F6; */
}

.search-container .result-news-wra .each-result {
  /* padding-top: 20px;
    padding-bottom: 20px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-top: 20px;
}

.search-container .result-news-wra .each-result:hover {
  background: #fafbfc;
}

.dashed:last-child:before {
  display: none;
}

.dashed:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 573px;
  height: 1px;
  /* background: linear-gradient(to right, #EDEDED, #EDEDED 6px, transparent 6px, transparent); */
  background-size: 12px 100%;
}

.search-container .result-news-wra .each-result .res-image {
  width: 200px;
  height: 168px;
  border-radius: 4px;
  display: block;
  /* margin-right: 35px; */
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-container .result-news-wra .each-result .res-text {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 33px;
}

.search-container .result-news-wra .each-result .res-text:hover {
  /* background: #FAFBFC; */
}

.search-container .result-news-wra .each-result .res-text:hover .res-title {
  color: #3c81fc;
}

.search-container .result-news-wra .each-result .res-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.search-container .result-news-wra .each-result .res-title {
  display: block;
  font-size: 18px;
  color: #222222;
  margin-bottom: 12px;
  font-weight: bold;
  max-width: 578px;
}

.search-container .result-news-wra .each-result .res-cont {
  font-size: 16px;
  display: block;
  color: #888;
  margin-bottom: 18px;
  line-height: 1.8;
  max-height: 56px;
}

.search-container .result-news-wra .each-result .res-cont:hover {
  text-decoration: none;
}

.search-container .result-news-wra .each-result .res-other {
  font-size: 14px;
  color: #888888;
  text-decoration: none;
}

.search-container .result-news-wra .each-result .res-other .timestamp {
  margin-right: 30px;
}

.each-result > a {
  overflow: hidden;
}

.each-result > a > img:hover {
  transform: scale(1.03);
  transition: all 1s ease;
}

/* 课程结果css */
.search-container .result-area .result-related-class {
}

.search-container .result-class-wra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-container .result-class-wra .each-result {
  border-radius: 4px;
  overflow: hidden;
  width: 256px;
  background: #f6f6f6;
  margin-top: 20px;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.search-container .result-class-wra .each-result:nth-child(3n) {
  margin-right: 0;
}

.search-container .result-class-wra .each-result .preview-image {
  height: 164px;
  display: block;
}

.search-container .result-class-wra .each-result .preview-image img {
  width: 100%;
  height: 100%;
  display: block;
}

.search-container .result-class-wra .each-result .title {
  color: #222222;
  font-size: 18px;
  line-height: 1.7;
  padding: 0 12px;
  margin: 15px 0;
}

.search-container .result-class-wra .each-result .other {
  margin-bottom: 15px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #777;
}

.search-container .result-class-wra .each-result .other .price {
  color: #ff3942;
  font-size: 20px;
}

.search-container .result-class-wra .each-result .other .class-time {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

/* 问答结果css */
.search-container .result-area .result-related-question {
  margin: 0 30px 30px;
  margin-left: 0;
}

.search-container .result-question-wra {
  border-bottom: 1px solid #f6f6f6;

  /* border-top: 1px solid #F6F6F6; */
}

.search-container .result-question-wra .each-result {
  padding: 20px 0;
  border-bottom: 1px solid #f6f6f6;
}

.search-container .result-question-wra .each-result .res-title {
  color: #222222;
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
  font-weight: bold;
}

.search-container .result-question-wra .each-result .res-cont {
  color: #222222;
  font-size: 16px;
  margin-bottom: 26px;
  display: block;
}

.search-container .result-question-wra .each-result .res-other {
  color: #888888;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-question-wra .res-other-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-question-wra .res-other-left .avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}

.result-question-wra .res-other-left .user-info {
  margin-right: 8px;
}

.result-question-wra .res-other-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.result-question-wra .res-other-right .view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 56px;
}

.result-question-wra .res-other-right .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result-question-wra .res-other-right img {
  margin-right: 7px;
  width: 24px;
  height: 24px;
}

.search-container .result-area .no-result {
  width: 336px;
  height: 238px;
  margin: 143px auto;
  position: relative;
  text-align: center;
}

.search-container .result-area .no-result img {
  width: 100%;
  height: 100%;
  display: block;
}

.search-container .result-area .no-result .n-text {
  color: #8e9ebc;
  font-size: 20px;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
}

.pagination li a {
  display: block;
  text-decoration: none;
  background: #efefef;
  min-width: 18px;
  padding: 0 15px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  margin: 50px 0;
}

.each-q-list-wra {
  background: #fff;
  padding: 20px;
  border-bottom: 1px dashed #f7f4f8;
}

.each-q-list-wra a {
  text-decoration: none;
  display: block;
}

.each-q-list-wra a:hover {
  color: #387ffc;
}

.each-q-list-wra .avatar-wra {
  margin-bottom: 18px;
}

.each-q-list-wra .avatar-wra .avatar-image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 16px;
  float: left;
}

.each-q-list-wra .avatar-wra .info-wra {
  float: left;
  font-size: 16px;
}

.each-q-list-wra .avatar-wra .info-wra .ua-auth {
  width: 100px;
  margin-left: 5px;
}

.each-q-list-wra .avatar-wra .info-wra p {
  color: #222222;
}

.each-q-list-wra .avatar-wra .info-wra .user-info-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2px;
}

.each-q-list-wra .avatar-wra .info-wra .time {
  color: #888888;
  font-size: 14px;
}

.each-q-list-wra .avatar-wra .info-wra .time .last-time {
  margin-left: 0;
}

.each-q-list-wra .q-title {
  font-size: 18px;
  color: #222;
  line-height: 1.8;
  margin-bottom: 16px;
  font-weight: bold;
}

.each-q-list-wra .q-title:hover {
  color: #387ffc;
}

.each-q-list-wra .q-desc {
  font-size: 16px;
  color: #222;
  line-height: 1.7;
  margin-left: 66px;
}

.each-q-list-wra .q-desc:hover {
  color: #082850;
}

.each-q-list-wra .q-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 26px;
  margin-left: 66px;
}

.each-q-list-wra .q-status .q-tags {
  /* float: left; */
  color: #888888;
}

.each-q-list-wra .q-status .q-tags .q-tag {
  float: left;
  margin-right: 20px;
  padding: 0 13px;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  background: #eee;
  text-decoration: none;
  color: #888;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}

.each-q-list-wra .q-status .q-s {
  color: #888888;
  font-size: 14px;
  /* float: right; */
}

.each-q-list-wra .q-status .q-s img {
  width: 21px;
  margin-right: 5px;
  margin-top: -3px;
}

.each-q-list-wra .q-status .q-s i img {
  width: 23px;
}

.each-q-list-wra .q-status .q-s i {
  margin-right: 46px;
  font-style: normal;
}

.each-no-question-wra {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #f7f4f8;
}

.each-no-question-wra a {
  text-decoration: none;
  display: block;
}

.each-no-question-wra a:hover {
  color: #387ffc;
}

.each-no-question-wra .nq-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.each-no-question-wra .nq-container .avatar-image {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.each-no-question-wra .nq-container .avatar-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.each-no-question-wra .nq-container .title-wra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.each-no-question-wra .nq-container .title-wra .title-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  word-break: break-all;
}

.each-no-question-wra .nq-container .title-wra .title-1 .reward {
  max-width: 50px;
  font-size: 18px;
  color: #efbf01;
  padding-left: 26px;
  margin-right: 10px;
  position: relative;
  top: -2px;
  /* vertical-align: super; */
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.each-no-question-wra .nq-container .title-wra .title-1 .reward:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 26px;
  background: url('../img/qa-icon.png') no-repeat;
  background-position: -72px 0;
  top: -1px;
  left: 0;
}

.each-no-question-wra .nq-container .title-wra .title-1 .q-a-title {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  display: inline-block;
  max-width: 626px;
  margin-bottom: 3px;
}

.each-no-question-wra .nq-container .title-wra .title-1 .q-a-title:hover {
  color: #387ffc;
}

.each-no-question-wra .nq-container .title-wra .title-2 {
  font-size: 16px;
  color: #222;
  line-height: 1.7;
  word-break: break-word;
}

.each-no-question-wra .nq-container .title-wra .title-2:hover {
  color: #082850;
}

.each-no-question-wra .q-status {
  margin-top: 26px;
  margin-left: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.each-no-question-wra .q-status .q-tags {
  float: left;
  color: #888;
  font-size: 14px;
}

.each-no-question-wra .q-status .q-tags .q-tag {
  float: left;
  margin-right: 20px;
  padding: 0 13px;
  border: 1px solid #d3d3d3;
  border-radius: 12px;
  background: #eee;
  text-decoration: none;
  color: #888;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}

.each-no-question-wra .q-status .q-s {
  color: #888888;
  font-size: 14px;
  float: right;
}

.each-no-question-wra .q-status .q-s img {
  width: 21px;
  margin-right: 5px;
  margin-top: -3px;
}

.each-no-question-wra .q-status .q-s i {
  margin-right: 46px;
  font-style: normal;
}

.each-no-question-wra .q-status .q-s .ans-btn {
  display: inline-block;
  color: #387ffc;
  font-size: 16px;
}

.text-divider {
  color: #d3d3d3;
  font-size: 14px;
  margin: 0 9px;
}

/* 付费问答列表搜索样式 */
.userWrapper {
  margin-top: 30px;
}

.userWrapper .name {
  margin-left: 8px;
  /* height: 14px; */
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(34, 34, 34, 1);
  line-height: 20px;
}

.userWrapper .time {
  margin-left: 19px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  line-height: 20px;
}

.each-pay-list {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(238, 238, 238, 1);
  position: relative;
  padding-top: 41px;
  /* height: 142px; */
  padding-left: 0;
}

.each-pay-listAllAll {
  padding-left: 21px;
}

.each-pay-listAll:hover .pay-ques-title {
  color: rgba(56, 127, 252, 1);
}

.each-pay-listAll:hover {
  /* background-color: #FAFBFC; */
}

.each-pay-list:first-child {
  margin-top: 0px;
}

.ques-right {
}

.com-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}

.pay-ques-title {
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  display: flex;
  align-items: center;
}

.pay-ques-desc,
a.pay-ques-desc {
  line-height: 1.7;
  font-size: 14px;
  color: #888;
  margin-top: 15px;
  height: 46px;
  display: block;
}

.pay-answer-row {
  margin-top: 24px;
}

.pay-answer-row .answer-left {
  font-size: 16px;
  cursor: pointer;
  color: #387ffc;
}

.ques-status {
  font-size: 14px;
  color: #888;
  margin-top: 30px;
  /* margin-left: 60px; */
}

.ques-top {
  max-height: 50px;
}

.each-pay-list .ques-top {
  flex-direction: column;
  align-self: start;
}

.float-wrapper:hover .float-wxcode {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.float-badge2 {
  position: absolute;
  right: 40px;
  width: 26px;
  height: 31px;
  top: -2px;
  background: url(../images/flag2.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 100;
  cursor: pointer;
}

.float-badge2:hover {
  background: url(../images/flag2-hover.png) 0 0 no-repeat;
  background-size: contain;
}

.answer-left:hover .float-wxcode {
  display: block;
}

.float-wxcode {
  display: none;
  width: 142px;
  height: 142px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(238, 238, 238, 1);
  box-sizing: border-box;
  position: absolute;
  z-index: 99;
  top: -1px;
  right: -1px;
}

.float-wxcode img {
  margin: 0 auto 10px;
  width: 80px;
  height: 80px;
}

.float-wxcode p.nmsl {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #387ffc;
  font-weight: bold;
}

.float-wxcode p {
  text-align: center;
  font-size: 12px;
  color: #888;
}

.float-wxcode.teacher p {
  text-align: center;
  font-size: 14px;
  color: #888;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-v {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
