.bordered {
  border-bottom: solid 1px #d0d6d9;
}
.panel {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 0 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.panel-heading {
  border-bottom: solid 1px #d0d6d9;
}
.panel-title {
  height: 58px;
  /*from 50to58*/
  line-height: 58px;
  font-size: 16px;
}
/*右侧样式*/
.qa-right {
  width: 260px;
}
.newques-container {
  margin-bottom: 20px;
}
.newques-container .newques-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  background-color: #f01414;
  color: #fff;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.newques-container .newques-btn i {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
}
.newques-container .newques-btn:hover {
  background-color: #f23636;
}
.wenda-form {
  padding: 0px;
}
.my-tags .hot-label,
.my-tags .list-tag {
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin: 5px 5px 0 0;
}
.hot-label,
.list-tag {
  padding: 0 10px;
  color: #787d82;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 4px;
  margin-top: 4px;
  font-size: 12px;
  background: #edf1f2;
  word-wrap: break-word;
  white-space: nowrap;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.hot-label:link,
.hot-label:visited,
.list-tag:link,
.list-tag:visited {
  color: #787d82;
}
.hot-label:hover,
.list-tag:hover,
.custom-content .hot-label.curr,
.custom-content .list-tag.curr {
  color: #14191e !important;
  background-color: #d0d6d9;
}
.weekly-hot li {
  border-bottom: 1px solid #edf1f2;
  padding: 15px 0 19px;
  line-height: 18px;
  word-break: break-all;
  white-space: pre-wrap;
  overflow: hidden;
  position: relative;
  font-size: 12px;
}
.weekly-hot li .hottalk {
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  width: 252px;
  float: left;
  color: #787d82;
}
.weekly-hot li .hottalk:hover {
  color: #f01414;
  text-decoration: underline;
}
.weekly-hot li:last-child {
  border: none;
}
.weekly-hot .hot-bd {
  float: left;
  width: 257px;
  margin: 14px 0 0 23px;
}
.weekly-hot .answer-follow {
  margin-top: 3px;
}
.weekly-hot .hot-answer,
.weekly-hot .hot-follow {
  color: #b5b9bc;
}
.weekly-hot .hot-answer {
  padding-right: 20px;
}
.weekly-rank .panel-heading {
  position: relative;
}
.weekly-rank .honormore {
  position: absolute;
  font-size: 12px;
  color: #787d82;
  right: 0;
  top: 17px;
}
.weekly-rank .honormore:hover {
  color: #f01414;
  text-decoration: underline;
}
.weekly-rank li {
  padding: 15px 0 15px 0px;
  border-bottom: 1px solid #edf0f2;
  overflow: hidden;
  position: relative;
}
.weekly-rank li:last-child {
  border-bottom: 0 none;
}
.weekly-rank .roll-head {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  background: #ccc;
}
.weekly-rank .archieve {
  font-size: 12px;
  color: #7e878c;
}
.weekly-rank .rankingnickname {
  color: #363d40;
  font-size: 14px;
  line-height: 18px;
}
.weekly-rank .rankingnickname:hover {
  color: #be3948;
  text-decoration: underline;
}
.weekly-rank .rankingnickname,
.weekly-rank .archieve {
  margin-left: 50px;
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 18px;
  width: 165px;
}
.hot1 {
  background: #cc0000;
}
.hot2 {
  background: #ff6e03;
}
.hot3 {
  background: #ff9c00;
}
.hot4 {
  background: #c8cdd2;
}
.hot5 {
  background: #c8cdd2;
}
.hoticon {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  float: left;
  margin-right: 9px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}
.rankingnum {
  position: absolute;
  top: 13px;
  right: 0;
  line-height: 16px;
  font-style: normal;
  font-size: 12px;
  color: #00b33b;
  text-align: center;
}
.mkhotlist {
  border-bottom: 1px solid #edf1f2;
  padding: 20px 0 20px 10px;
  line-height: 18px;
  color: #99a1a6;
  word-break: break-all;
  white-space: pre-wrap;
  overflow: hidden;
  position: relative;
}
.mkhotlist:last-child {
  border-bottom: 0 none;
}
html,
body {
  background-color: #fff;
}
#main {
  padding-top: 0;
}
.qa-right {
  width: 280px;
}
.wenda {
  width: 1200px;
  margin: 0 auto;
  position: relative !important;
}
.adopt {
  color: #00b33b;
}
.wenda-sidebar {
  width: 210px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wenda-main {
  width: 840px;

  margin-right: 20px;
}
.wenda-slider {
  width: 280px;
}
.weekly-rank {
  padding: 0;
}
.wenda-sidebar,
.wenda-main,
.wenda-mkclass {
  background: #ffffff;
}
.fixed {
  position: fixed;
  z-index: 10;
  margin-top: -80px;
}
/*左侧样式*/
.wenda-tab {
  padding: 0;
}
.wenda-tab li {
  float: left;
  text-align: left;
  position: relative;
  margin-right: 40px;
  height: 40px;
}
.wenda-tab li a {
  display: block;
  font-size: 12px;
  color: #787d82;
  height: 40px;
  line-height: 40px;
}
.wenda-tab li a:hover {
  color: #14191e;
  text-decoration: none;
}
.wenda-tab .tabactive {
  /*i{
      position: absolute;
      left: -21px;
      top: 0;
      height: 60px;
      width: 2px;
      background:@linecolor;
    }*/
}
.wenda-tab .tabactive a {
  color: #14191e;
  font-size: 16px;
}
.wenda-my .user-info {
  position: relative;
  height: 40px;
  padding-left: 50px;
}
.wenda-my .user-info a.user-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.wenda-my .user-info img {
  width: 40px;
  height: 40px;
}
.wenda-my .user-info p,
.wenda-my .user-info a {
  line-height: 20px;
}
.wenda-my .user-info .username {
  font-size: 12px;
  color: #14191e;
}
.wenda-my .user-info .credit-count {
  font-size: 12px;
  color: #b5b9bc;
}
.wenda-my .user-info .credit-count:hover {
  color: #f01000;
}
.wenda-my .user-about {
  text-align: center;
  padding: 20px 0;
  margin-top: 20px;
  margin-bottom: 40px;
  border-top: 1px solid #edf1f2;
  border-bottom: 1px solid #edf1f2;
}
.wenda-my .user-about li {
  display: inline-block;
}
.wenda-my .user-about li.repl {
  margin: 0 20px;
  padding: 0 30px;
  border-left: 1px solid #d0d6d9;
  border-right: 1px solid #d0d6d9;
}
.wenda-my .user-about li a {
  line-height: 20px;
  font-weight: 600;
}
.wenda-my .user-about li i {
  display: inline-block;
  min-width: 12px;
  height: 12px;
  margin-left: 3px;
  padding: 4px;
  background-color: #f01414;
  border-radius: 10px;
  color: white;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  line-height: 12px;
}
/*中间内容公共*/
.newpost {
  height: 40px;
  line-height: 39px;
  margin: 20px 0 0;
  border-top: 1px solid #d0d6d9;
  position: relative;
  background-color: #edf1f2;
  z-index: 2;
}
.newpost .quealltab {
  float: left;
  padding: 0 30px;
  font-size: 12px;
  color: #787d82;
}
.newpost .quealltab:hover {
  color: #14191e;
}
.newpost .quealltab.onactive {
  color: #14191e;
}
/* .wenda-list {
  min-height: 1130px;
} */
.wenda-list strong {
  font-weight: bold !important;
}
.wenda-listcon {
  padding: 20px 0;
  border-bottom: 1px solid #e3e5e5;
  position: relative;
}
.headslider {
  position: absolute;
  top: 30px;
  left: 0;
  width: 90px;
  overflow: hidden;
  text-align: center;
}
.headslider img {
  border-radius: 50%;
}
.headslider .wenda-nickname {
  display: block;
  text-align: center;
  line-height: 16px;
  color: #787d82;
  font-size: 12px;
  line-height: 1.8em;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headslider .wenda-nickname:hover {
  color: #f01414;
}
.headslider .wenda-head {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  background: #ccc;
  line-height: 0;
}
.wendaslider {
  padding: 10px 103px 0 0;
  margin-left: 120px;
  min-height: 85px;
  word-break: break-all;
  word-wrap: break-word;
  position: relative;
}
.wendaslider .wait-answer {
  color: #ff7802;
  font-size: 12px;
}
.wendaslider .wait-answer strong {
  font-weight: bold;
}
.wendaslider .split-l {
  display: inline-block;
  height: 12px;
  width: 1px;
  vertical-align: -2px;
  background-color: #d0d6d9;
  margin: 0 7px 0 9px;
}
.wendaslider .myanswer,
.wendaslider .what-credit {
  color: #787d82;
}
.wendaslider .myanswer:hover,
.wendaslider .what-credit:hover {
  color: #14191e;
}
.wendaslider .wendaquetitle {
  font-size: 14px;
  line-height: 20px;
  color: #363d40;
  position: relative;
}
.wendaslider .wendaquetitle .icon-ad,
.wendaslider .wendaquetitle .icon-flag,
.wendaslider .wendaquetitle .icon-tick-revert,
.wendaslider .wendaquetitle .icon-ques-revert {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 16px;
  top: 2px;
  left: 0;
}
.wendaslider .wendaquetitle .icon-ad {
  color: #0ed4d4;
}
.wendaslider .wendaquetitle .icon-flag {
  color: #a485c7;
}
.wendaslider .wendaquetitle .icon-tick-revert {
  color: #00b33b;
}
.wendaslider .wendaquetitle .icon-ques-revert {
  color: #0088cc;
}
.wendaslider .wendaquetitle .icon-ding {
  color: #f01414;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}
.wendaslider .wendaquetitle .wendatitlecon {
  padding-left: 28px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: hidden;
}
.wendaslider .wendaquetitle .wendatitle var {
  font-weight: bold;
  line-height: 20px;
}
.wendaslider .wendaquetitle .wendatitle:hover var {
  color: #f01414;
}
.wendaslider .wendaquetitle .wait-answer {
  margin-left: 7px;
}
.wendaslider .replynumber {
  font-size: 12px;
  position: absolute;
  top: 10px;
  right: 0px;
  height: 51px;
  color: #787d82;
  text-align: center;
}
.wendaslider .replynumber .number {
  line-height: 12px;
  height: 12px;
  padding-bottom: 7px;
}
.ys,
.browsenum {
  float: left;
  width: 50px;
  height: 31px;
  margin: 10px 0;
}
.hasanswernum .ys {
  color: #00b33b;
}
.wendaslider .myques-remind-color {
  color: #f01414;
}
.wendaslider .myques-remind-color span {
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  background: #f01414;
  font-style: normal;
  text-align: center;
  font-size: 12px;
}
/* .myques-remind {
    display: inline-block;
    .wenda-border-radius(10px);
    background: @red;
    padding: 0 5px;
    color: #fff;
    font-style: normal;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
} */
.replymegfooter {
  padding: 10px 0 10px 27px;
  color: #c8cdd2;
  font-size: 12px;
  line-height: 24px;
  margin-top: 5px;
}
.replymegfooter .keyword-list,
.replymegfooter .wenda-time {
  margin-right: 20px;
  float: left;
}
.replymegfooter .formcourse {
  color: #c8cdd2;
}
.replymegfooter .formcourse:hover {
  color: #f01400;
}
.replymegfooter .curCourse {
  margin-left: 10px;
}
.usr-type-tc {
  position: absolute;
  top: 60px;
  right: 10px;
  color: #99a1a6;
  font-size: 12px;
  border: 1px solid #edf0f2;
  padding: 0 10px;
  cursor: pointer;
}
.user-type-hide {
  display: none;
}
.list-tag {
  height: 20px;
  line-height: 20px;
  margin-top: 2px;
  margin-right: 10px;
}
.replycont {
  margin-top: 14px;
  position: relative;
}
.replycont .icon-msg-revert {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  color: #c8cdd2;
}
.replydes {
  margin-left: 26px;
  color: #787d82;
  font-size: 12px;
  line-height: 20px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.replydes .replyuserhead img {
  display: inline-block;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.replydes .wait-answer {
  margin-right: 16px;
}
.replydes .myanswer {
  font-weight: bold;
}
.qa-breadcrumb {
  height: 30px;
  line-height: 16px;
  border-bottom: 1px solid #d0d6d9;
  font-size: 14px;
  color: #d0d6d9;
}
.qa-breadcrumb a {
  color: #787d82;
}
.qa-breadcrumb a:hover {
  color: #14191e;
}
/*采纳弹层*/
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.75;
}
.modal-backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1040;
}
.correct-layer {
  width: 400px;
  height: 250px;
  position: fixed;
  background: #fff;
  z-index: 100000;
  margin-top: -125px;
  margin-left: -200px;
  left: 50%;
  top: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.correct-layer .btn-close {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background: url(/static/img/nlogin.png) no-repeat 0 0;
  transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -o-transition: transform 0.2s;
}
.correct-layer .btn-close:hover {
  background-position: 0 -21px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.correct-layer h3 {
  font-size: 18px;
  color: #000;
  margin-top: 60px;
  text-align: center;
}
.correct-layer p {
  padding: 30px 0 20px;
  text-align: center;
  font-size: 14px;
  color: #969b9e;
}
.correct-layer input {
  float: left;
  margin-left: 40px;
  padding: 0 10px;
  width: 230px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c7ced1;
  border-radius: 2px;
  font-size: 12px;
  color: #969b9e;
}
.correct-layer input.error {
  border: 1px solid #ff0000;
}
.correct-layer .btn-submit {
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #39b94e;
  border-radius: 2px;
  float: left;
  margin-left: 10px;
  text-align: center;
}
.course-cover {
  display: block;
  height: 60px;
  margin-top: 20px;
  overflow: hidden;
}
.course-cover:hover span {
  color: #c9394a;
}
.course-name {
  color: #60686b;
  float: right;
  font-size: 12px;
  line-height: 20px;
  width: 102px;
  word-break: break-all;
  word-wrap: break-word;
}
.qa-author {
  font-size: 12px;
}
[class^="icon-"],
[class*=" icon-"] {
  color: #b5b9bc;
}
.icon-share {
  color: #b5b9bc !important;
}
.about-ques {
  padding: 0;
}
.about-ques .panel-body {
  padding: 15px 0 5px;
}
.about-ques .mkhotlist {
  padding: 9px 0 10px;
  border: 0 none;
  line-height: 21px;
}
.about-ques .mkhotlist a {
  color: #787d82;
}
.about-ques .mkhotlist a:hover {
  color: #f01400;
}
/*my tags*/
.search-tags-ipt {
  padding: 5px 10px 5px 37px;
  margin: 20px 0 15px;
  width: 231px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #14191e;
  border: 1px solid #d0d6d9;
}
.search-tags-ipt:focus {
  border-color: #98a1a6;
}
.my-tags-box {
  position: relative;
  padding: 0;
}
.my-tags-box .btn_tags {
  position: absolute;
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: 32px;
  left: 11px;
  background: url(/static/img/wenda-search.png) no-repeat 0 0;
}
.my-tags-box .no-label {
  text-align: center;
  padding-top: 20px;
}
.my-tags-box .my-tags {
  padding-bottom: 20px;
}
.tags-body,
.search-result li {
  position: relative;
}
.search-result {
  border: 1px solid #98a1a6;
  border-top: 0 none;
  position: relative;
  background-color: #fff;
  width: 278px;
  top: -15px;
}
.search-result li {
  height: 32px;
  padding: 10px 10px 8px;
}
.search-result li:hover {
  background-color: #edf1f2;
}
.search-result p {
  margin-top: 3px;
  color: #787d82;
}
.common-unit .tag-img {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  vertical-align: top;
}
.common-unit .tag-detail {
  padding-left: 10px;
}
.common-unit .tag-detail a {
  font-weight: bold;
  color: #14191e;
  font-size: 14px;
  display: block;
  line-height: 1em;
}
.common-unit .tag-detail a:hover {
  color: #f01400;
}
.common-unit .tag-detail i {
  color: #787d82;
  font-size: 12px;
  font-style: normal;
}
.common-unit .tag-followed,
.common-unit .tag-will-fol {
  position: absolute;
  right: 10px;
  top: 13px;
  font-size: 12px;
  display: inline-block;
  height: 22px;
  line-height: 22px;
}
.common-unit .tag-will-fol {
  color: #00b33b;
  padding: 0 12px;
  border: 1px solid #00b33b;
  -webkit-transition: color 0.25s linear, border-color 0.15s linear 0.1s;
  -moz-transition: color 0.25s linear, border-color 0.15s linear 0.1s;
  transition: color 0.25s linear, border-color 0.15s linear 0.1s;
}
.common-unit .tag-will-fol:hover {
  color: #30c44b;
  border-color: #30c44b;
}
.common-unit .tag-followed {
  color: #787d82;
  padding: 0 5px;
  border: 1px solid #98a1a6;
}
/*为你推荐*/
.recomment {
  padding: 0;
}
.recom-list {
  padding: 12px 0 8px;
}
.recom-list li {
  font-size: 12px;
  color: #787d82;
  padding: 8px 0;
}
.recom-list .recom-ihd {
  margin: 10px 0;
  position: relative;
}
.recom-list .tag-will-fol,
.recom-list .tag-followed {
  top: 3px;
}
.recom-list .tag-followed,
.recom-list .tag-will-fol {
  right: 0;
}
.recom-list .recom-ibd p,
.recom-list .recom-ibd .for-recom {
  line-height: 19px;
  max-height: 38px;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  width: 280px;
  color: #787d82;
}
.recom-list .recom-ibd .for-recom {
  display: block;
}
.recom-list .recom-ibd .for-recom:hover {
  cursor: text;
  color: #787d82;
}
.notag-tip {
  margin-top: 10px;
  font-size: 14px;
  background-color: #fffbe5;
  height: 41px;
  line-height: 41px;
  color: #ff9902;
  padding-left: 20px;
}
.total-tags {
  margin-bottom: 40px;
}
.type_teach {
  background: url(/static/img/wenda-tc.png) 0 0 no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 2px;
  vertical-align: -2px;
}
.answer-member {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('/static/img/wenda/answerMember.png') no-repeat;
}
.user-about .answer-member,
.detail-user .answer-member {
  position: relative;
  top: 2px;
}
.detail-user .credit-tip {
  margin-left: 13px;
}
.mask {
  background: none repeat scroll 0 0 #000;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 10001;
}
.bigimg {
  border: 5px solid #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  margin-left: -250px;
  margin-top: -250px;
  z-index: 10002;
  background: #ffffff url('/tpl/Index/Static/img/loading.gif') no-repeat center;
  display: none;
  transition: all 0.3s ease 0s;
}
.bigimgcof {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10002;
}
.bigimgcof .switch {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #2b333b;
  border-radius: 50%;
  cursor: pointer;
  top: 50%;
  margin-top: -40px;
  text-align: center;
  line-height: 80px;
  font-size: 32px;
}
.bigimgcof .prev {
  left: 20px;
}
.bigimgcof .next {
  right: 20px;
}
.bigimgcof .switch:hover {
  background-color: #4d555d;
}
.bigimgcof .close_upLyr {
  cursor: pointer;
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 99;
  right: 40px;
  top: 40px;
  font-weight: 600;
  font-size: 26px;
  color: #88929C;
}
@media screen and (max-width: 1000px) {
  .bigimgcof {
    display: none!important;
  }
}
.placeholder:-moz-placeholder {
  font-size: 12px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
  color: #14191e;
}
.placeholder::-moz-placeholder {
  font-size: 12px;
  color: #14191e;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
  opacity: 1;
}
.placeholder:-ms-input-placeholder {
  font-size: 12px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
  color: #14191e;
}
.placeholder::-webkit-input-placeholder {
  font-size: 12px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
  color: #14191e;
}
.placeholder.placeholder {
  font-size: 12px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
  color: #14191e;
}
.verify-code {
  float: left;
}
.verify-code input.verify-code-ipt {
  float: left;
  width: 118px;
  height: 30px;
  line-height: 30px;
  padding: 4px 5px;
  border: 1px solid #d0d6d9;
  font-size: 14px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", Helvetica, "Helvetica Neue", "微软雅黑", Tahoma, Arial, sans-serif;
}
.verify-code input.verify-code-ipt:-moz-placeholder {
  color: #14191e;
}
.verify-code input.verify-code-ipt::-moz-placeholder {
  color: #14191e;
  opacity: 1;
}
.verify-code input.verify-code-ipt:-ms-input-placeholder {
  color: #14191e;
}
.verify-code input.verify-code-ipt::-webkit-input-placeholder {
  color: #14191e;
}
.verify-code input.verify-code-ipt.placeholder {
  color: #14191e;
}
.verify-code input.verify-code-ipt::-moz-placeholder {
  color: #14191e;
  opacity: 1;
}
.verify-code input.verify-code-ipt:-ms-input-placeholder {
  color: #14191e;
}
.verify-code input.verify-code-ipt::-webkit-input-placeholder {
  color: #14191e;
}
.verify-code input.verify-code-ipt.placeholder {
  color: #14191e;
}
.verify-code .img-code {
  float: left;
  margin-left: 10px;
  width: 70px;
  height: 40px;
}
.verify-code .verify-code-around {
  float: left;
  height: 40px;
  line-height: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.verify-code .verify-code-around i {
  font-style: normal;
  color: #00b33b;
}
.verify-code .verify-img-wrap {
  margin-left: 10px;
  float: left;
  height: 40px;
  width: 70px;
}
.verify-code .verify-img-wrap .verify-img {
  height: 40px;
  vertical-align: top;
  width: 70px;
}
.verify-code .icon-refresh {
  color: #b5b9bc;
  float: left;
  display: inline-block;
  font-size: 24px;
  margin: 8px 0 0 10px;
  transition: all 0.4s ease-in 0s;
}
.verify-code .errtip {
  float: left;
  clear: left;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #e71f19;
}
/*share*/
.share-wrap {
  text-align: center;
}
.share-wrap .weichat-posi {
  position: relative;
  padding-left: 5px;
}
.share-wrap .weichat-style {
  text-align: center;
}
.share-wrap li {
  display: inline-block;
  width: 112px;
  padding: 0 36px;
}
.share-wrap .icon-nav {
  background-image: none;
  line-height: 47px;
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: auto;
  color: #b4bbbf;
  font-size: 47px;
}
.share-wrap .share-note {
  color: #787d82;
  font-size: 14px;
  padding-top: 10px;
}
.share-wrap .icon-share-qq,
.share-wrap .sns-QQ {
  font-size: 45px;
}
.share-wrap .icon-share-qq:hover,
.share-wrap .sns-QQ:hover {
  color: #0088cc;
}
.share-wrap .sns-weixin:hover {
  color: #00b33b;
}
.share-wrap .sns-weibo:hover {
  color: #f01400;
}
.small-share .share-txt {
  font-size: 12px;
  color: #14191e;
  float: left;
}
.small-share li {
  width: auto;
  padding: 0 2px;
}
.small-share .icon-nav {
  font-size: 20px;
  color: #787d82;
  display: inline-block;
}
.small-share .icon-share-qq {
  font-size: 18px;
  padding: 0 3px 0 4px;
}
.small-share .weichat-style {
  float: left;
}
.small-share .weichat-style a {
  height: 20px;
  line-height: 20px;
}
.small-share .weichat-posi {
  height: 20px;
}
/*share end*/
.ques-answer {
  position: relative;
  padding-left: 56px;
  padding-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d0d6d9;
}
.ques-answer .tag-img {
  position: absolute;
  left: 0;
  top: 25px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.ques-answer .tag-img a {
  display: block;
}
.ques-answer .tag-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.ques-answer .from-tag {
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  color: #787d82;
}
.ques-answer .from-tag a {
  font-size: 12px;
  color: #787d82;
  margin-left: 15px;
}
.ques-answer .ques-con {
  line-height: 20px;
  position: relative;
}
.ques-answer .ques-con a {
  font-size: 18px;
  font-weight: 600;
  color: #14191e;
}
.ques-answer .ques-con a.ques-con-content {
  display: block;
  line-height: 28px;
  margin-right: 30px;
  word-break: break-all;
}
.ques-answer .share-box {
  display: inline-block;
  position: relative;
  width: 30px;
  /*background-color: #ffff00;*/
  /*overflow:visible;*/
}
.ques-answer .share-box .show-btn {
  /*
        position: absolute;
        top:0px;
        right: 0;
        width: 30px;
        height: 20px;*/
  font-size: 12px;
  color: #787d82;
  cursor: pointer;
}
.ques-answer .share-box .show-btn:hover {
  color: #14191e;
}
.ques-answer .share-box .share-box-con {
  display: none;
  position: absolute;
  z-index: 99;
  top: -5px;
  left: 28px;
  width: 145px;
  /*height: 60px;*/
}
.ques-answer .share-box.hover .share-box-con {
  display: block;
}
.ques-answer .share-box .bdsharebuttonbox {
  float: left;
  width: 145px;
  overflow: hidden;
  margin-left: 5px;
}
.ques-answer .share-box .bdsharebuttonbox a {
  display: inline-block;
  font-size: 18px;
  margin-right: 9px;
  position: relative;
  font-weight: normal !important;
  color: #b5b9bc !important;
  background-image: none !important;
}
.ques-answer .share-box .bdsharebuttonbox a:hover {
  color: #787d82 !important;
}
.ques-answer .answer-con {
  margin-top: 24px;
  border-top: 1px solid #edf1f2;
  /*padding-bottom: 46px;*/
  position: relative;
}
.ques-answer .answer-con.first {
  margin-top: 0;
  border: 0 none;
}
.ques-answer .answer-con .user {
  line-height: 20px;
  margin-top: 24px;
}
.ques-answer .answer-con .user a {
  font-size: 14px;
  font-weight: 600;
  color: #14191e;
  margin-right: 5px;
  margin-left: 5px;
}
.ques-answer .answer-con .user .signature {
  font-size: 12px;
  color: #b5b9bc;
}
.ques-answer .answer-con .user .had-solve {
  font-size: 10px;
  color: #00b33b;
  padding: 5px 6px 5px 4px;
  background-color: #e5f7eb;
}
.ques-answer .answer-con .user .black-solve {
    font-size: 10px;
    color: #787d82;
    padding: 5px 5px;
    border: 1px solid #787d82;
}
.ques-answer .answer-con .answer-content,
.ques-answer .answer-con .answer-content-all {
  color: #14191e;
  line-height: 28px;
  font-size: 14px;
  margin-top: 2px;
  word-break: break-all;
  overflow: hidden;
}
.ques-answer .answer-con .answer-content .see-more,
.ques-answer .answer-con .answer-content-all .see-more {
  font-size: 12px;
  color: #787d82;
  cursor: pointer;
}
.ques-answer .answer-con .answer-content .see-more:hover,
.ques-answer .answer-con .answer-content-all .see-more:hover {
  color: #14191e;
}
.ques-answer .answer-con .answer-content-all {
  display: none;
}
.ques-answer .answer-con .answer-content-all img {
  cursor: pointer;
  max-width: 100%;
}
.ques-answer .answer-con .reply-textarea {
  display: none;
}
.ques-answer .answer-con .ctrl-bar {
  position: absolute;
  width: 100%;
  left: 0;
  /*bottom: 0;*/
  background-color: #fff;
  z-index: 9;
}
.ques-answer .answer-con .ctrl-bar span {
  line-height: 24px;
  font-size: 12px;
  color: #787d82;
  margin-right: 20px;
  cursor: pointer;
}
.ques-answer .answer-con .ctrl-bar span:hover {
  color: #14191e;
}
.ques-answer .answer-con .ctrl-bar span b {
  font-weight: normal;
}
.ques-answer .answer-con .ctrl-bar .agree-with {
  display: inline-block;
  height: 24px;
  border: 1px solid #d0d6d9;
  padding: 0 9px;
}
.ques-answer .answer-con .ctrl-bar .agree-with em {
  margin-left: 3px;
}
.ques-answer .answer-con .ctrl-bar .agree-with:hover {
  color: #14191e;
  border-color: #787d82;
}
.ques-answer .answer-con .ctrl-bar .agree-with.active {
  background-color: #edf1f2;
}
.ques-answer .answer-con .ctrl-bar .oppose.active {
  color: #14191e;
}
.ques-answer .answer-con .ctrl-bar .reply-del {
  margin-left: 20px;
  float: right;
  color: #787d82;
}
.ques-answer .answer-con .ctrl-bar .reply-del.active {
  color: #14191e;
}
.ques-answer .answer-con .ctrl-bar .share {
  display: inline;
  position: relative;
  line-height: 30px;
  font-size: 14px;
  color: #787d82;
  margin-right: 20px;
  padding-right: 20px;
  cursor: pointer;
}
.ques-answer .answer-con .ctrl-bar .share .bdsharebuttonbox {
  display: none;
  position: absolute;
  right: -105px;
  top: -4px;
}
.ques-answer .answer-con .ctrl-bar .share .bdsharebuttonbox a {
  font-size: 20px;
  line-height: 20px;
  color: #b5b9bc;
  background-image: none !important;
}
.ques-answer .answer-con .ctrl-bar .share .bdsharebuttonbox a:hover {
  color: #787d82;
}
.ques-answer .answer-con .ctrl-bar .share:hover {
  color: #14191e;
}
.ques-answer .answer-con .ctrl-bar .share:hover .bdsharebuttonbox {
  display: inline;
}
.ques-answer .answer-con .ctrl-bar .shrink {
  display: none;
  float: right;
  margin-right: 0;
  cursor: pointer;
}
.ques-answer .answer-con .ctrl-bar.fixed {
  position: fixed;
  padding: 14px 0;
  border-top: 1px solid #d0d6d9;
}
.ques-answer .answer-con.extend .answer-content {
  display: none;
}
.ques-answer .answer-con.extend .answer-content-all {
  display: block;
}
.ques-answer .info-bar {
  height: 30px;
  overflow: hidden;
  margin-top: 20px;
}
.ques-answer .info-bar .to-answer {
  float: left;
  width: 72px;
  height: 27px;
  border: 1px solid #d0d6d9;
  font-size: 14px;
  line-height: 27px;
  text-align: center;
  color: #787d82;
}
.ques-answer .info-bar .integral-info {
  float: left;
  margin-left: 12px;
}
.ques-answer .info-bar .integral-info a {
  font-size: 14px;
  line-height: 30px;
  color: #b5b9bc;
  text-align: left;
}
.ques-answer .info-bar .integral-info a:hover {
  color: #14191e;
}
.ques-answer .info-bar .integral-info span {
  color: #ff7802;
}
.ques-answer .info-bar .answer-num,
.ques-answer .info-bar .follow {
  float: left;
  font-size: 14px;
  line-height: 30px;
  color: #b5b9bc;
  text-align: left;
  margin-left: 20px;
}
.ques-answer .info-bar .answer-num i,
.ques-answer .info-bar .follow i {
  font-style: normal;
}
.ques-answer .info-bar .follow:hover {
  color: #14191e;
}
.ques-answer .reply-con {
  display: none;
  overflow: auto;
}
.ques-answer .reply-con .reply-list {
  margin-top: 20px;
}
.ques-answer .reply-con li {
  background-color: #f3f3f3;
  position: relative;
  padding: 20px 30px 20px 84px;
  margin-top: 2px;
}
.ques-answer .reply-con .reply-del {
  float: right;
  color: #787d82;
  font-size: 12px;
}
.ques-answer .reply-con .reply-del.active {
  color: #14191e;
}
.ques-answer .reply-con .user-pic {
  position: absolute;
  left: 30px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.ques-answer .reply-con .user-pic a {
  display: block;
  height: 100%;
}
.ques-answer .reply-con .user-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ques-answer .reply-con .user-info {
  font-size: 14px;
  line-height: 18px;
}
.ques-answer .reply-con .user-info em {
  font-size: 12px;
  background-color: #dae8ef;
  color: #0088cc;
  padding: 2px 4px 2px 5px;
}
.ques-answer .reply-con .user-info a {
  color: #787d82;
  word-break: break-all;
}
.ques-answer .reply-con .user-info span {
  color: #14191e;
}
.ques-answer .reply-con .user-info span.time {
  float: right;
  color: #b5b9bc;
  font-size: 12px;
}
.ques-answer .reply-con .reply-content {
  font-size: 14px;
  line-height: 28px;
  color: #14191e;
  word-break: break-all;
}
.ques-answer .reply-con .reply-btn {
  width: 40px;
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
  line-height: 20px;
  color: #787d82;
  cursor: pointer;
}
.ques-answer .reply-con .reply-btn:hover {
  color: #14191e;
}
.ques-answer .more-reply {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #b5b9bc;
  text-align: center;
  margin-bottom: -20px;
  cursor: pointer;
}
.ques-answer .release-reply-con {
  position: relative;
  padding: 20px 30px 20px 84px;
  background-color: #f3f3f3;
  margin-top: 20px;
}
.ques-answer .release-reply-con .user-pic {
  position: absolute;
  left: 30px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.ques-answer .release-reply-con .user-pic a {
  display: block;
  height: 100%;
}
.ques-answer .release-reply-con .user-pic span.no-login-pic {
  font-size: 40px;
  line-height: 40px;
  color: #b5b9bc;
  text-align: center;
}
.ques-answer .release-reply-con .user-pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.ques-answer .release-reply-con .user-name a {
  line-height: 20px;
  font-size: 14px;
  color: #787d82;
  text-align: left;
}
.ques-answer .release-reply-con .user-name span.no-login-user-name {
  color: #787d82;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
}
.ques-answer .release-reply-con .textarea-con {
  position: relative;
  border: 1px solid #d0d6d9;
  margin-top: 15px;
  padding: 10px;
  background-color: #fff;
}
.ques-answer .release-reply-con .textarea-con textarea {
  display: block;
  resize: none;
  width: 100%;
  min-height: 60px;
}
.ques-answer .release-reply-con .textarea-con p.no-login {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #787d82;
}
.ques-answer .release-reply-con .textarea-con p.no-login span {
  color: #f01400;
  cursor: pointer;
}
.ques-answer .release-reply-con .err-tip {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #f01400;
  padding: 8px 0;
}
.ques-answer .release-reply-con .do-reply-btn {
  float: right;
  width: 60px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background-color: #f01400;
}
.ques-answer .release-reply-con .do-reply-btn:hover {
  background-color: #ff6464;
}
html,
body {
  background-color: #fff;
}
body {
  min-width: 0;
}
#main {
  padding-top: 0;
}
.wenda {
  position: relative;
  width: 1200px;
  margin: 20px auto 0;
}
.padtop {
  padding-top: 0;
}
.wenda-allques a:hover,
.wenda-allques h2.common-title a:hover,
.wenda-allques span.nickname a:hover {
  color: #c9394a;
  text-decoration: underline;
}
.qa-breadcrumb a.falsestyle:hover {
  color: #5e5e5e;
  text-decoration: none;
  cursor: default;
}
.wenda-sidebar,
.wenda-main,
.wenda-mkclass {
  background: #fff;
}
.panel {
  box-shadow: none;
  padding: 0;
}
.wenda-slider {
  width: 280px;
  *position: absolute;
  *right: 0;
}
.fixed {
  position: fixed !important;
  z-index: 10;
  margin-top: -80px;
}
.wenda-sidebar {
  width: 150px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.wd-top-slogan {
  height: 80px;
  border-bottom: #14191e solid 2px;
}
.wd-top-slogan span {
  float: left;
  line-height: 80px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
   color:#14191e;
}
.wd-top-slogan a {
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f01400;
  color: #fff;
  float: right;
  margin-top: 20px;
  margin-right: 40px;
}
.defaultborder {
  border: 1px solid #d0d6d9;
  background: url(/static/img/wendanew.png) no-repeat 10px -101px;
}
/* .onfocus {
  border: 1px solid #abdcf3;
  background: url(/static/img/wendanew.png) no-repeat 10px -135px;
} */
.onfocus {
  border: 1px solid #2ea7e0;
}
.wenda-mkclass .onfocus .btn_search {
  background-position: left bottom;
}
.course-sidebar-search input::-moz-placeholder {
  color: #b4bbbf;
}
/*定制 begin*/
.btn-custom-wenda {
  float: right;
  color: #787d82;
  font-size: 12px;
}
.btn-custom-wenda span {
  display: inline-block;
  padding: 0 20px;
}
.btn-custom-wenda span i {
  color: #00b33b;
  margin-right: 3px;
}
.btn-custom-wenda:link,
.btn-custom-wenda:visited {
  color: #787d82;
}
.btn-custom-wenda:hover,
.btn-custom-wenda:active {
  color: #14191e;
}
.btn-customed {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  color: #14191e !important;
}
.custom-layout {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9;
}
.custom-content {
  position: absolute;
  left: 50%;
  top: 30%;
  margin-left: -171px;
  width: 324px;
  padding: 40px;
  background: #fff;
  line-height: 24px;
}
.custom-content p {
  color: #787d82;
  font-size: 14px;
  line-height: 1.5;
}
.custom-content .custom-tags {
  padding: 13px 0 22px;
}
.custom-content .hot-label,
.custom-content .list-tag {
  height: 24px;
  line-height: 24px;
  margin-right: 2px;
  margin-top: 2px;
}
.custom-content .btnbox {
  text-align: center;
}
.custom-content .btn {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  height: 36px;
  width: 140px;
}
.custom-content .btn-white {
  margin-left: 16px;
  border: 1px solid #00b33b;
  color: #00b33b;
}
.wenda-tip {
  background: #fff4e8;
  color: #ff7a19;
  line-height: 40px;
  padding-left: 20px;
}
/*new pop tip layer*/
.guide-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.next-layer {
  position: absolute;
  top: 220px;
  width: 840px;
  height: 430px;
  z-index: 99999;
  background: url('/static/img/wenda_layo.png') center 0 no-repeat;
}
.btn-next-step,
.btn-close-guide {
  position: absolute;
  width: 80px;
  height: 30px;
  top: 168px;
  left: 374px;
  text-indent: -9999px;
  cursor: pointer;
}
.guide-layer {
  position: absolute;
  top: 220px;
  width: 750px;
  height: 279px;
  z-index: 99999;
  background: url('/static/img/wenda_layt2.png') 0 0 no-repeat;
}
.left-data-layer {
  background: url('/static/img/wenda_layth.png') 0 0 no-repeat;
  width: 840px;
  height: 150px;
  position: absolute;
  bottom: 0;
}
.btn-close-guide {
  left: 140px;
  top: 145px;
}
.tag-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.tag-pop .shade {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.tag-pop .tag-main {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -345px;
  margin-top: -280px;
  width: 610px;
  height: 500px;
  background-color: #fff;
  padding: 30px 40px;
}
.tag-pop h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}
.tag-pop h3 i {
  font-size: 22px;
  position: absolute;
  right: 0px;
  top: 2px;
  color: #bfc3c5;
  cursor: pointer;
}
.tag-pop h3 i:hover {
  color: #14191e;
}
.tag-pop ul {
  margin-top: 12px;
  height: 400px;
  overflow: hidden;
}
.tag-pop ul li {
  float: left;
  width: 138px;
  height: 24px;
  margin-left: 2px;
  margin-top: 8px;
  padding: 6px;
  cursor: pointer;
}
.tag-pop ul li:hover,.tag-pop ul li.active {
  background-color: #edf1f2;
}
.tag-pop.allCat ul li.active {
  background-color: white;
}
.tag-pop.allCat ul li:hover{
  background-color: #edf1f2;
}
.tag-pop ul li:hover img,
.tag-pop ul li.active img {
  opacity: 1;
}
.tag-pop ul img {
  float: left;
  width: 24px;
  height: 24px;
  opacity: .5;
}
.tag-pop ul span {
  float: left;
  font-size: 14px;
  color: #14191e;
  line-height: 24px;
  margin-left: 10px;
}
.tag-pop .save-btn {
  float: right;
  background-color: #f01400;
  width: 80px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
}
.tag-pop .save-btn:hover {
  background-color: #ff6464;
}
.wrap .nav {

  border-bottom: 1px solid #d0d6d9;
}
.wrap .nav a {
  font-size: 16px;
  color: #787d82;
  line-height: 20px;
  text-align: left;
  margin-right: 50px;
}
.wrap .nav a:hover {
  color: #14191e;
}
.wrap .nav a.active {
  color: #f01400;
}
.wrap .nav .switch-box {
  float: right;
  position: relative;
  font-size: 12px;
  color: #787d82;
}
.wrap .nav .switch-box .switch {
  float: left;
  cursor: pointer;
  margin-right: 20px;
  position: relative;
  width: 40px;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}
.wrap .nav .switch-box .switch .fill {
  background: #d0d6d9;
  border-radius: 3px;
  margin-top: 7px;
  height: 6px;
  overflow: hidden;
}
.wrap .nav .switch-box .switch .fill .outer {
  margin-left: -20px;
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: #00b33b;
}
.wrap .nav .switch-box .switch .inner {
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  height: 20px;
  border: solid 1px #ccc;
  width: 20px;
  background: #fff;
  border-radius: 100%;
}
.wrap .nav .switch-box .switch.on .outer {
  margin-left: 0px;
}
.wrap .nav .switch-box .switch.on .inner {
  left: 20px;
}
.wrap .nav .switch-box .switch-pop {
  position: absolute;
  left: -130px;
  top: 40px;
  width: 300px;
  height: 205px;
  background-color: #fff;
  padding: 30px 35px;
  box-sizing: border-box;
  z-index: 999;
  line-height: 28px;
  color: #14191e;
}
.wrap .nav .switch-box .switch-pop h3 {
  font-size: 16px;
  font-weight: bold;
}
.wrap .nav .switch-box .switch-pop p {
  font-size: 14px;
}
.wrap .nav .switch-box .switch-pop .switch-close {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  padding: 5px;
  display: inline-block;
  background: #cc0000;
}
.wrap .nav .switch-box .switch-pop .pop-dot {
  position: absolute;
  font-size: 48px;
  margin-left: -25px;
  left: 50%;
  top: -25px;
}
.wrap .nav .switch-box .switch-pop .pop-dot i {
  color: #fff;
}
.page {
  margin: 40px auto 20px;
}
.recommend li {
  position: relative;
  line-height: 180%;
  padding: 20px 40px;
  border-bottom: 1px solid #d0d6d9;
}
.recommend i {
  position: absolute;
  left: 0;
  top: 20px;
  color: #66cccc;
  font-size: 26px;
}
.recommend a {
  color: #14191e;
}
.quiz a {
  display: block;
  text-align: center;
  font-size: 18px;
  background-color: #f01400;
  color: #fff;
  height: 56px;
  line-height: 56px;
  border: 2px solid #f01400;
  cursor: pointer;
  margin-bottom: 30px;
}
.quiz a:hover {
  background-color: #f01400;
  color: #fff;
}
.user-about {
  padding: 20px;
  background-color: #f3f3f3;
  margin-bottom: 30px;
}
.user-about .user-info {
  position: relative;
  padding-left: 50px;
  border-bottom: 1px solid #d0d6d9;
  padding-bottom: 20px;
}
.user-about .user-info .user-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.user-about .user-info .user-pic a {
  display: block;
  height: 100%;
}
.user-about .user-info .user-pic img {
  display: block;
  height: 100%;
}
.user-about .user-info .user-name {
  height: 20px;
  overflow: hidden;
}
.user-about .user-info .user-name a {
  font-size: 14px;
  color: #14191e;
  line-height: 20px;
  text-align: left;
}
.user-about .user-info .integral-info {
  height: 20px;
  overflow: hidden;
}
.user-about .user-info .integral-info a {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #787d82;
}
.user-about .user-info .integral-info a:hover {
  color: #14191e;
}
.user-about .user-info .integral-info .integral {
  float: left;
}
.user-about .user-info .integral-info .integral-mall {
  float: right;
  text-align: right;
}
.user-about .user-action {
  margin-top: 20px;
  overflow: hidden;
}
.user-about .user-action span {
  position: relative;
  font-size: 14px;
  color: #14191e;
  line-height: 20px;
  padding: 0 10px;
  width: 33%;
  float: left;
  text-align: center;
  box-sizing: border-box;
}
.user-about .user-action span a:hover {
  color: #F01400;
}
.user-about .user-action span i {
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-color: #f01400;
}
.my-follow-class {
  margin-bottom: 30px;
}
.my-follow-class h3 {
  position: relative;
  height: 20px;
  padding-bottom: 15px;
  font-size: 16px;
  text-align: left;
  color: #14191e;
  line-height: 20px;
  border-bottom: 1px solid #d0d6d9;
  margin-bottom: 10px;
}
.my-follow-class h3 span {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  color: #999da1;
  font-size: 20px;
  cursor: pointer;
}
.my-follow-class h3 span:hover {
  color: #f01400;
}
.my-follow-class .tag-box a {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #d0d6d9;
  font-size: 14px;
  color: #787d82;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.my-follow-class .tag-box a:hover,
.my-follow-class .tag-box a.active {
  color: #14191e;
  border-color: #98a1a6;
  background-color: #EDF1F2;
}
.my-follow-class .no-tag {
  height: 120px;
  background-color: #fffbe5;
  overflow: hidden;
}
.my-follow-class .no-tag h4 {
  margin-top: 30px;
  font-size: 14px;
  color: #14191e;
  text-align: center;
  line-height: 20px;
}
.my-follow-class .no-tag .follow-immediately {
  width: 80px;
  height: 30px;
  margin: 15px auto 0;
  background-color: #ff9902;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.recommend-class {
  margin-bottom: 35px;
}
.recommend-class .title {
  height: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d0d6d9;
}
.recommend-class .title h3 {
  float: left;
  line-height: 20px;
  text-align: left;
  color: #14191e;
  font-size: 16px;
}
.recommend-class .title span {
  float: right;
  line-height: 20px;
  text-align: right;
  color: #787d82;
  font-size: 14px;
  cursor: pointer;
}
.recommend-class .title span:hover {
  color: #14191e;
}
.recommend-class .cls-list li {
  margin-top: 24px;
}
.recommend-class .cls-list .class-info {
  position: relative;
  padding: 0 50px;
}
.recommend-class .cls-list .class-info .class-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  overflow: hidden;
}
.recommend-class .cls-list .class-info .class-icon a {
  display: block;
  height: 100%;
}
.recommend-class .cls-list .class-info .class-icon img {
  display: block;
  height: 100%;
}
.recommend-class .cls-list .class-info h4 {
  height: 18px;
}
.recommend-class .cls-list .class-info h4 a {
  line-height: 18px;
  color: #14191e;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
}
.recommend-class .cls-list .class-info .follow-person {
  height: 18px;
  line-height: 18px;
  color: #b5b9bc;
  font-size: 12px;
  text-align: left;
}
.recommend-class .cls-list .class-info .follow {
  position: absolute;
  right: 0;
  top: 3px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #787d82;
  text-align: center;
  border: 1px solid #d0d6d9;
  overflow: hidden;
  cursor: pointer;
}
.recommend-class .cls-list .class-info .follow:hover {
  border-color: #98a1a6;
  color: #14191e;
}
.recommend-class .cls-list .class-info .follow.active:hover {
  background-color: #edf1f2;
  color: #787d82;
  border-color: #98a1a6;
}
.recommend-class .cls-list .desc {
  color: #787d82;
  line-height: 24px;
  font-size: 14px;
  margin-top: 10px;
  word-break: break-all;
}
.advertisement {
  height: 100px;
  overflow: hidden;
  margin-bottom: 30px;
}
.advertisement a {
  display: block;
}
.advertisement img {
  display: block;
  width: 100%;
  height: 100%;
}
.hot-ques {
  margin-bottom: 30px;
}
.hot-ques .title {
  font-size: 16px;
  text-align: left;
  line-height: 20px;
  color: #14191e;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d6d9;
}
.hot-ques li {
  padding: 15px 0;
  border-bottom: 1px solid #edf1f2;
}
.hot-ques li .content a {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #14191e;
  word-wrap: break-word;
}
.hot-ques li .info-bar {
  height: 20px;
  margin-top: 7px;
  overflow: hidden;
}
.hot-ques li .info-bar a {
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #b5b9bc;
}
.hot-ques li .info-bar .answer-num {
  margin-right: 30px;
}
.hot-ques li .info-bar .from {
  float: right;
}
.leifeng-sort .title {
  font-size: 16px;
  line-height: 20px;
  color: #14191e;
  text-align: left;
  height: 40px;
  border-bottom: 1px solid #d0d6d9;
}
.leifeng-sort .title span {
  float: left;
}
.leifeng-sort .title .leifeng-tab {
  cursor: pointer;
  font-size: 14px;
  float: right;
  height: 39px;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  margin-left: 25px;
}
.leifeng-sort .title .leifeng-tab:hover {
  color: #f01414;
}
.leifeng-sort .title .leifeng-tab.active {
  border-color: #f01414;
}
.leifeng-sort .leifeng-tab-box {
  display: none;
}
.leifeng-sort .leifeng-tab-box-min {
  height: 370px;
  overflow: hidden;
}
.leifeng-sort .leifeng-day {
  display: block;
}
.leifeng-sort .lyleif {
  height: 45px;
  border-bottom: 1px solid #edf1f2;
  text-align: center;
  cursor: pointer;
  color: #b5b9bc;
  font-size: 14px;
}
.leifeng-sort .lyleif span {
  margin-top: 10px;
  display: block;
  height: 28px;
  line-height: 28px;
  border: 1px solid #fff;
}
.leifeng-sort .lyleif span:hover {
  background-color: #f3f5f7;
  border-color: #d9dde1;
}
.leifeng-sort li {
  position: relative;
  padding-left: 90px;
  margin-top: 30px;
}
.leifeng-sort .ranking {
  position: absolute;
  left: 0;
  top: 7px;
  width: 30px;
  padding-left: 10px;
  font-size: 18px;
  line-height: 20px;
  text-align: left;
  color: #b5b9bc;
}
.leifeng-sort .ranking.first {
  color: #f8b551;
}
.leifeng-sort .ranking.second {
  color: #787d82;
}
.leifeng-sort .ranking.third {
  color: #ec6941;
}
.leifeng-sort .user-pic {
  position: absolute;
  left: 40px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.leifeng-sort .user-pic a {
  display: block;
  height: 100%;
}
.leifeng-sort .user-pic img {
  display: block;
  height: 100%;
}
.leifeng-sort .user-name {
  height: 20px;
  overflow: hidden;
}
.leifeng-sort .user-name a {
  font-size: 14px;
  font-weight: 600;
  color: #787d92;
  line-height: 20px;
  text-align: left;
}
.leifeng-sort .user-name a:hover {
  color: #14191e;
}
.leifeng-sort .user-info {
  height: 20px;
  overflow: hidden;
}
.leifeng-sort .user-info span {
  font-size: 12px;
  color: #b5b9bc;
  line-height: 20px;
  text-align: left;
}
.leifeng-sort .user-info .answer-num {
  float: right;
  text-align: right;
}
.best-users .no-data {
  height: 100px;
  line-height: 100px;
  font-size: 16px;
  color: #b5b9bc;
  text-align: center;
  background-color: #f9f9f9;
  margin-top: 20px;
}
.best-users .title {
  font-size: 16px;
  line-height: 20px;
  color: #14191e;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #d0d6d9;
}
.best-users li {
  position: relative;
  padding-left: 50px;
  margin-top: 30px;
}
.best-users .user-pic {
  position: absolute;
  left: 0px;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.best-users .user-pic a {
  display: block;
  height: 100%;
}
.best-users .user-pic img {
  display: block;
  height: 100%;
}
.best-users .user-name {
  height: 20px;
  overflow: hidden;
}
.best-users .user-name a {
  font-size: 14px;
  font-weight: 600;
  color: #787d92;
  line-height: 20px;
  text-align: left;
}
.best-users .user-name a:hover {
  color: #14191e;
}
.best-users .user-info {
  height: 20px;
  overflow: hidden;
}
.best-users .user-info span {
  font-size: 12px;
  color: #b5b9bc;
  line-height: 20px;
  text-align: left;
}
.best-users .user-info .support-num {
  float: right;
  text-align: right;
}
.wd-scroll {
  position: fixed;
  padding: 0 15px;
  bottom: 120px;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: -2px 2px 5px 3px #f3f3f3;
}
.wd-scroll a {
  display: block;
  width: 26px;
  padding: 12px 0;
  font-size: 12px;
  line-height: 20px;
  color: #787d82;
  text-align: center;
  border-bottom: 1px solid #edf1f2;
}
.wd-scroll a:hover {
  color: #14191e;
}
.wd-scroll a:hover i {
  color: #14191e;
}
.wd-scroll .to-top {
  font-size: 24px;
}
.wd-scroll .feedback {
  font-size: 24px;
}
.current-label {
  background-color: #edf1f2;
  padding: 40px 0;
}
.current-label img {
  display: block;
  width: 102px;
  height: 102px;
  margin: 0 auto;
  border-radius: 51px;
  overflow: hidden;
}
.current-label h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 26px;
  color: #14191e;
  margin: 10px 0;
}
.current-label .content {
  font-size: 14px;
  color: #787d82;
  line-height: 28px;
  text-align: center;
  width: 610px;
  margin: 0 auto 4px;
  height: 28px;
  overflow: hidden;
}
.current-label .show {
  width: 24px;
  height: 24px;
  line-height: 24px;
  margin: 0 auto;
  cursor: pointer;
}
.current-label .show i {
  font-size: 24px;
  color: #b6bdc1;
}
.current-label .show i:hover {
  color: #14191e;
}
.current-label .follow {
  width: 60px;
  height: 30px;
  margin: 10px auto 0;
  line-height: 30px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background-color: #F01400;
}
.current-label .follow:hover {
  background-color: #ff6464;
}
.current-label .follow.cancel {
  width: 74px;
  color: #787d82;
  background-color: #edf1f2;
  border: 1px solid #d0d6d9;
}
.current-label .follow.cancel:hover {
  color: #14191e;
}
/*  #J_GotoTop{
 display:none;
}  */
.wenda {
  margin-top: 40px;
}
.answer-content-all img {
  cursor: pointer;
}
@media screen and (max-width: 1219px) {
  #main .wenda {
    padding: 0 15px;
    width: 100%;
    box-sizing: border-box;
  }
  .wenda-main {
    box-sizing: border-box;
    width: 75%;
    margin: 0;
    padding-right: 10px;
  }
  .wenda-slider {
    box-sizing: border-box;
    width: 25%;
    padding-left: 10px;
  }
  body {
    width: 100%;
    min-width: 100%;
  }
  .bbs {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .current-label .content {
    width: 960px;
  }
}
@media screen and (max-width: 979px) {
  .wd-top-slogan span {
    font-size: 18px;
    padding-left: 20px;
  }
  .wd-top-slogan a {
    margin-right: 20px;
    width: 100px;
  }
  #main .wenda {
    margin-top: 35px;
  }
  .wenda-sidebar {
    display: none;
    float: none;
  }
  .js-layout-change {
    float: none;
    width: 100%;
    border-right: none;
    border: none;
    margin: 0;
    padding: 0;
  }
  .wenda-main {
    width: 100%;
    padding: 0;
  }
  .wenda-slider {
    display: none;
    float: none;
  }
  .qa-content-inner img {
    max-width: 100%;
  }
  .qa-right,
  .qa-comments,
  #footer,
  .qa-comment-input {
    display: none;
  }
  .page {
    width: auto;
  }
  .answer-con .answer-content img {
    max-width: 100%;
  }
  .answer-con .answer-content > .edui-imooc > .edui-imooc {
    width: 99%!important;
  }
  .current-label .content {
    width: 90%;
    marign-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .detail-ci-avator .detail-signal,
  .answer-con .detail-signal {
    height: auto;
  }
  .ques-answer .answer-con .ctrl-bar {
    position: relative;
  }
  .ques-answer .answer-con .ctrl-bar span {
    padding: 0 5px;
    display: inline-block;
    line-height: 24px;
    margin-right: 5px;
  }
  .wd-top-slogan {
    background: no-repeat;
    height: auto;
  }
  .wd-top-slogan span {
    display: none;
  }
  .wd-top-slogan a {
    float: none;
    margin: 0;
    width: 100%;
    display: block;
  }
  .nav {
    overflow: hidden;
  }
  .nav a {
    float: left;
    margin: 0;
    width: 33%;
    text-align: center;
  }
  .nav .switch-box {
    display: none;
  }
  .recommend li {
    padding: 10px 40px;
    line-height: 150%;
  }
  .recommend i {
    top: 10px;
  }
  .ques-answer {
    padding-left: 50px;
    padding-bottom: 20px;
  }
  .ques-answer .ques-con a {
    font-size: 16px;
  }
  .ques-answer .ques-con a.ques-con-content {
    line-height: 24px;
    margin: 0;
  }
  .ques-answer .info-bar .to-answer {
    width: 65px;
    font-size: 12px;
  }
  .ques-answer .info-bar .integral-info a {
    font-size: 12px;
  }
  .ques-answer .answer-con {
    padding-bottom: 0px;
  }
  .ques-answer .answer-con .user {
    margin-top: 10px;
  }
  .ques-answer .answer-con .answer-content,
  .ques-answer .answer-con .answer-content-all {
    line-height: 24px;
  }
  .ques-answer .answer-con .answer-content-all img {
    width: 100%;
  }
  .ques-answer .share-box {
    display: none;
  }
  .credit-tip {
    display: none;
  }
  .edui-box.edui-for-insertimage > div,
  .edui-box.edui-for-link > div,
  .edui-box.edui-for-undo > div,
  .edui-box.edui-for-unlink > div {
    display: none!important;
  }
}
.m-page {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  width: 100%;
  text-align: center;
}
.m-page .active {
  color: #f01414;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.m-page .disabled_page {
  color: #c8cdd2;
}
.m-page a {
  color: #787d82;
}