.top-dec {
    border-top: 3px solid #56B95F;
}

    .top-dec .top-dect-tit {
        height: 32px;
        background: #56B95F;
        border-radius: 0px 0px 16px 0px;
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 32px;
        padding: 0 30px 0 16px;
        display: inline-block;
    }

        .top-dec .top-dect-tit > img {
            margin-right: 6px;
        }

.top-dect-comment {
    height: 32px;
    background: rgba(234, 234, 226, 0.6);
    border-radius: 0px 0px 16px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #000028;
    line-height: 32px;
    padding: 0 30px 0 16px;
    display: inline-block;
}

/* 主体区域 */
.MyCenter-main {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.dot-vertical {
  width: 18px;
  cursor: pointer;
}
.btn-report {
  position: relative;
  margin-right:-6px;
}
.btn-report .list {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
  border-radius: 2px;
  border: 1px solid #F0F0F0;
  overflow-y: auto;
  position: absolute;
  right: -6px;
  top: 24px;
  z-index: 2;
  display: none;
}
.btn-report .list .list-item {
  height: 36px;
  background: #FFFFFF;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 36px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn-report .list .list-item a {
  color: #000028;
}
.btn-report .list .list-item:hover {
  background: #F1F1F3;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
}
.find-answer-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.find-answer-main .left-main {
  width: 830px;
}
.find-answer-main .left-main .left-main-classify {
  padding: 16px 20px 5px;
}
.find-answer-main .left-main .left-main-classify .left-main-classify-top {
  position: relative;
}
.find-answer-main .left-main .left-main-classify .tabs {
  overflow: hidden;
  margin-bottom: 10px;
}
.find-answer-main .left-main .left-main-classify .tabs li {
  cursor: pointer;
  float: left;
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  line-height: 28px;
  height: 34px;
  margin-right: 30px;
  border: 2px solid transparent;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 140px;
}
.find-answer-main .left-main .left-main-classify .tabs li.active {
  font-weight: 600;
  border-bottom: 2px solid #56B95F;
}
.find-answer-main .left-main .left-main-classify .search {
  width: 223px;
  height: 30px;
  border-radius: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.find-answer-main .left-main .left-main-classify .search > input {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.5);
  line-height: 28px;
  background: #F3F3F0;
  border-radius: 15px;
  cursor: auto;
  padding-left: 13px !important;
}
.find-answer-main .left-main .left-main-classify .search > img {
  position: absolute;
  right: 12px;
  top: 3px;
  z-index: 3;
  cursor: pointer;
}
.find-answer-main .left-main .left-main-classify .tabs-cont {
  margin-bottom: 0px;
  height: 28px;
  overflow: hidden;
}
.find-answer-main .left-main .left-main-classify .tabs-cont > .item {
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  background: #EFF3F5;
  border-radius: 2px;
  padding: 0 12px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  position: relative;
}
.find-answer-main .left-main .left-main-classify .tabs-cont > .item.active >a {
  color: #199B25;
}
.find-answer-main .left-main .left-main-classify .tabs-cont > .item > i {
  font-size: 20px;
  float: right;
  margin-top: 2px;
}
.find-answer-main .left-main .left-main-classify .tabs-cont.active {
  height: auto;
  overflow: auto;
}
.find-answer-main .left-main .left-main-classify .tabs-cont .Crumbs-menu {
  position: absolute;
}
.find-answer-main .left-main .left-main-classify .btm {
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-answer-main .left-main .left-main-classify .btm > i {
    background-color: #F5F6F7;
    width: 30px;
    padding-left: 7px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  font-size: 16px;
  margin-bottom: -5px;
  font-weight: 400;
  color: #000028;
  cursor: pointer;
  transition: transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  /* Firefox 4 */
  -webkit-transition: -webkit-transform 0.2s;
  /* Safari 和 Chrome */
  -o-transition: -o-transform 0.2s;
}
.find-answer-main .left-main .left-main-question .tabs {
  float: right;
  padding-right: 20px;
  justify-content: flex-end;
}
.find-answer-main .left-main .left-main-question .tabs > li {
  margin-left: 5px ;
  font-size: 14px;
  font-weight: 400;
  color: #1B9C27;
  line-height: 32px;
  cursor: pointer;
}
.find-answer-main .left-main .left-main-question .tabs > li > img {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -1px;
  width:16px;
  height:16px;
}
.find-answer-main .left-main .left-main-question .questions {
  padding: 16px 20px;
  /*border-bottom: 1px solid #DDDDDD;*/
}
.find-answer-main .left-main .left-main-question .questions > div {
    margin-bottom: 16px;
}
.find-answer-main .left-main .left-main-question .questions > div > h1 {
  font-size: 18px;
  font-weight: 600;
  color: #000028;
  line-height: 32px;
  margin-bottom: 14px;
  display: initial;
}
.find-answer-main .left-main .left-main-question .questions > div > span.coin {
  margin-right: 10px;
  margin-left: 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
  line-height: 20px;
}
.find-answer-main .left-main .left-main-question .questions > div > span.coin > img {
  margin-right: 2px;
  position: relative;
  top: -1px;
  margin-right: 5px;
  display: inline-block;
  width: 19px;
}
.find-answer-main .left-main .left-main-question .questions > div > span.coin.icon-lock {
  margin-left: 0px;
  margin-right: 10px;
}
.find-answer-main .left-main .left-main-question .questions > div > span.coin.icon-lock > img {
  margin-right: 0;
}
.find-answer-main .left-main .left-main-question .questions > div > span.status {
  height: 20px;
  background: #DDF1DF;
  border-radius: 10px;
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: #199B25;
  line-height: 20px;
  margin-right:10px;
  cursor: context-menu;
}
.find-answer-main .left-main .left-main-question .questions > div > span.status > i {
  font-weight: bold;
  margin-right: 2px;
}
.find-answer-main .left-main .left-main-question .questions > div .tit-tags {
  display: inline-block;
  position: relative;
  top: 6px;
  /*padding-left: 30px;*/
}
.find-answer-main .left-main .left-main-question .questions > div .tit-tags li {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #FFE9CD;
  font-size: 14px;
  font-weight: 600;
  color: #FF9000;
  line-height: 20px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.find-answer-main .left-main .left-main-question .questions > div .tit-tags li > img {
  width: 16px;
}
.find-answer-main .left-main .left-main-question .questions > div .tit-tags li.color-199B25 {
  background: rgba(86, 185, 95, 0.2);
  color: #199B25;
  font-size: 16px;
}
.find-answer-main .left-main .left-main-question .questions > .opreate {
  margin-bottom: 16px;
  /*display: flex;
  justify-content: space-between;*/
}
.find-answer-main .left-main .left-main-question .questions > .opreate .txt {
  font-size: 14px;
  font-weight: normal;
  color: rgba(0, 0, 40, 0.6);
  line-height: 20px;
}
.find-answer-main .left-main .left-main-question .questions > .opreate .txt > a {
  color: rgba(0, 0, 40, 0.6);
}
.find-answer-main .left-main .left-main-question .questions > .opreate .txt:not(:first-child) {
  margin-right:20px;
  float:right;
}
.find-answer-main .left-main .left-main-question .questions > .opreate .txt:nth-child(2) {
  margin-right:0px;
}
.find-answer-main .left-main .left-main-question .questions > .opreate .txt > i {
  margin-right: 2px;
}
.find-answer-main .left-main .left-main-question .questions > .tags {
  margin-right: 20px;
  margin-bottom: 6px;
  display: inline-block;
}
.find-answer-main .left-main .left-main-question .questions > .tags .tag {
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
  height: 20px;
  background: #F3F3F3;
  border-radius: 10px;
  padding: 0 14px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.find-answer-main .left-main .left-main-question .context.context-reply {
  margin-left: 37px;
}
.find-answer-main .left-main .left-main-question .context.context-reply .context-txt {
  padding-top: 14px;
}
.find-answer-main .left-main .left-main-question .context.context-reply .user-info-detail:last-child {
  border-bottom: none;
}
.find-answer-main .left-main .left-main-question .context .context-txt {
  font-size: 14px;
  /*font-weight: 400;*/
  color: #000028;
  line-height: 28px;
  margin-bottom: 16px;
  position: relative;
  word-wrap: break-word;
}
.find-answer-main .left-main .left-main-question .context .context-txt .renzheng {
  position: absolute;
  right: 23px;
  top: -10px;
}
.find-answer-main .left-main .left-main-question .context > .context-img {
  width: 246px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
    .find-answer-main .left-main .left-main-question .context .detail-video {
        padding: 10px;
        /*width: 485px;*/
        width: 100%;
        min-height: 110px;
        background: #F3F3F0;
    }

        .find-answer-main .left-main .left-main-question .context .detail-video > img {
            width: 160px;
            height: 90px;
            background: rgba(0, 0, 40, 0.4);
            margin-right: 20px;
        }

        .find-answer-main .left-main .left-main-question .context .detail-video .detail-video-r {
            width: calc(100% - 180px);
        }

        .find-answer-main .left-main .left-main-question .context .detail-video h3 {
            font-size: 14px;
            font-weight: 600;
            color: #000028;
            line-height: 20px;
            margin-top: 5px;
            margin-bottom: 8px;
        }

        .find-answer-main .left-main .left-main-question .context .detail-video p {
            font-size: 12px;
            font-weight: 400;
            color: rgba(0, 0, 40, 0.6);
            line-height: 17px;
            margin-bottom: 5px;
        }

            .find-answer-main .left-main .left-main-question .context .detail-video p:last-child {
                margin-bottom: 0;
            }
.find-answer-main .left-main .left-main-question .context .look-full {
  padding-bottom: 30px;
}
.find-answer-main .left-main .left-main-question .context .look-full span {
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
  display: block;
}
.find-answer-main .left-main .left-main-question .context .look-full a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  color: #199B25;
}
.find-answer-main .left-main .left-main-question .context .look-full i {
  position: relative;
  top: 2px;
}
.find-answer-main .left-main .left-main-question .context .look-full2 {
  padding-bottom: 16px;
  display: flex;
  align-items: center;
  clear: both;
}
.find-answer-main .left-main .left-main-question .context .look-full2 a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  color: #199B25;
  margin-right: 20px;
}
.find-answer-main .left-main .left-main-question .context .look-full2 i {
  position: relative;
}
.find-answer-main .left-main .left-main-question .context .toggle-other-reply {
  padding-top: 10px;
  margin-bottom: 0;
}
.find-answer-main .left-main .left-main-question .context .toggle-other-reply dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
}
.find-answer-main .left-main .left-main-question .context .toggle-other-reply dt > div {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
  line-height: 32px;
}
.find-answer-main .left-main .left-main-question .context .toggle-other-reply dt > div.replyed > span {
  color: #29A234;
}
.find-answer-main .left-main .left-main-question .context .toggle-other-reply dt > div.btn-arrow-toggle {
  cursor: pointer;
}
.find-answer-main .left-main .left-main-question .context .toggle-other-reply dd > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  line-height: 32px;
  color: #000028;
}
.find-answer-main .left-main .left-main-question .context .toggle-other-reply dd > div .w70 {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.find-answer-main .left-main .left-main-question .context .user-info {
  position: relative;
  height:40px;
  margin-bottom:16px;
}
/*.find-answer-main .left-main .left-main-question .context .user-info {
  overflow: hidden;
}*/
.find-answer-main .left-main .left-main-question .context .user-info .user-info-head {
  float: left;
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  margin-top: 5px;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-head .user-info-head-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ccc;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-head .user-info-head-level {
  position: absolute;
  right: -10px;
  bottom: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
}



.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail {
  float: left;
  width: calc(100% - 47px);
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-item {
  font-size: 14px;
  /*font-weight: 600;*/
  color: #000028;
  line-height: 20px;
  height: 20px;
  margin-bottom: 5px;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-item .position {
  display: inline-block;
  margin-left: 20px;
  height: 20px;
  background: #DDF1DF;
  border-radius: 2px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
  color: #199B25;
  line-height: 20px;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-item .fast-answer {
  display: inline-block;
  margin-left: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
  line-height: 20px;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-item .fast-answer > img {
  width: 12px;
  position: relative;
  top: -1px;
  margin-right: 3px;
}

.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-item .bonuspoint {
    display: inline-block;
    margin-left: 20px;
    height: 20px;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    float: right;
    color: rgba(0, 0, 40, 0.6);
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-item .bonuspoint .bonuspointmark {
   color:#199B25;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-btm {
  font-size: 12px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-btm .cont {
  font-size: 12px;
  font-weight: 600;
  color: #199B25;
  padding-left: 7px;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-btm .from,
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-btm .date {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
  padding-left: 18px;
}
.find-answer-main .left-main .left-main-question .context .user-info .adopt {
  position: absolute;
  right: 0;
  display: flex;
  top: 23px;
}
.find-answer-main .left-main .left-main-question .context .user-info .adopt > a {
  color: #11961C;
}
.find-answer-main .left-main .left-main-question .context .user-info .adopt > a > img {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.find-answer-main .left-main .left-main-question .opreate-btm {
  margin-top: 25px;
  margin-bottom:24px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li {
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  line-height: 24px;
  cursor: pointer;
  position: relative;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li .sbquestion {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  color: #199B25 !important;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li > img {
  vertical-align: middle;
  position: relative;
  top: -1px;
  /*margin-right: 6px;*/
}
.find-answer-main .left-main .left-main-question .opreate-btm > li > i {
  opacity: 0.6;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li > span {
    font-size: 14px;
    opacity: 0.6;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li > span.opacity {
  opacity: 0.6;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li >a> span.opacity {
  opacity: 0.6;
}
/*.find-answer-main .left-main .left-main-question .opreate-btm > li.opacity {
  opacity: 0.6;
}*/
.find-answer-main .left-main .left-main-question .opreate-btm > li .share-box {
  display: none;
  position: absolute;
  bottom: 50px;
  left: -62px;
  z-index: 2;
  padding: 20px 0 14px;
  width: 146px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
}
.find-answer-main .left-main .left-main-question .opreate-btm > li .share-box > i {
  position: absolute;
  right: 2px;
  top: 5px;
  z-index: 3;
  color: #000028;
  opacity: 0.36;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li .share-box .code {
  margin: 5px auto;
  margin-bottom: 3px;
  width: 105px;
  height: 105px;
  background: #EAEAEA;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li .share-box > p {
  margin-bottom: 0px;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
  line-height: 17px;
  text-align: center;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li .share-box .icons {
  width: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li .share-box .icons > img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.find-answer-main .left-main .left-main-question .opreate-btm > a> li.btn-reply {
  position: absolute;
  left: 0px;
  top: -5px;
}
.find-answer-main .left-main .left-main-question .opreate-btm > a> li.btn-reply  {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  background: #56B95F;
  border-radius: 2px;
  display: block;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li.btn-why {
  position: absolute;
  left: -26px;
  top: -5px;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li.btn-why > a {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  background: #56B95F;
  border-radius: 2px;
  display: block;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li.btn-why > a {
  background: #fff;
  color: #56B95F;
  border: 1px solid #56B95F;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li.btn-report {
  position: relative;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li.btn-report .list {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
  border-radius: 2px;
  border: 1px solid #F0F0F0;
  overflow-y: auto;
  position: absolute;
  right: -6px;
  top: 30px;
  z-index: 2;
  display: none;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li.btn-report .list .list-item {
  height: 36px;
  background: #FFFFFF;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 36px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li.btn-report .list .list-item a {
  color: #000028;
}
.find-answer-main .left-main .left-main-question .opreate-btm > li.btn-report .list .list-item:hover {
  background: #F1F1F3;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 40, 0.1), 0px 2px 4px 0px rgba(0, 0, 40, 0.2);
}
.find-answer-main .left-main .left-main-question .comments {
  position: relative;
/*  background: #f8fbfd;*/
  border: 1px solid #DDDDDD;
}
.find-answer-main .left-main .left-main-question .comments:before,
.find-answer-main .left-main .left-main-question .comments:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
}
.find-answer-main .left-main .left-main-question .comments:before {
  top: -20px;
  border-bottom-color: rgba(234, 234, 226, 0.8);
  z-index: 10;
}
.find-answer-main .left-main .left-main-question .comments:after {
  top: -19px;
  border-bottom-color: rgba(234, 234, 226, 0.8);
  z-index: 11;
}
.find-answer-main .left-main .left-main-question .comments .comments-top .comments-num {
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  line-height: 20px;
  padding-top: 8px;
  padding-right: 10px;
}
.find-answer-main .left-main .left-main-question .comments .comments-top .comments-num > i {
  margin-left: 10px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  float: right;
}
.find-answer-main .left-main .left-main-question .comments .comments-top .top-dect-comment-new {
  width: 100%;
  height: 34px;
  background: #F2F2EE;
  line-height: 34px;
  padding-left: 14px;
  font-size: 16px;
  font-weight: 400;
  color: #000028;
}
.find-answer-main .left-main .left-main-question .comments .comments-top .top-dect-comment-new .comments-num {
  padding-top: 4px;
  cursor: pointer;
}
.find-answer-main .left-main .left-main-question .comments .comments-main {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0;
}
.find-answer-main .left-main .left-main-question .comments .comments-main .user-info-detail {
  padding-bottom: 15px;
/*  border-bottom: 1px solid #DDDDDD;*/
}
/*新增加 start*/
.find-answer-main .left-main .left-main-question .comments-top .top-dect-comment-new {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 40, 0.6);
    line-height: 32px;
}
.find-answer-main .left-main .left-main-question .comments-top .top-dect-comment-new .comments-num {
  padding-top: 2px;
  cursor: pointer;
  padding-right: 5px;
}
/*新增加 end*/
.find-answer-main .left-main .left-main-question .answer-more {
  font-size: 16px;
  font-weight: 400;
  color: #707080;
  line-height: 22px;
  padding-bottom: 18px;
  text-align: center;
  cursor: pointer;
}
.find-answer-main .left-main .left-main-question .answer-more > i {
  margin-right: 4px;
}
.find-answer-main .left-main .left-main-expert-comment {
  border-top: 3px solid #12A0A0;
}
.find-answer-main .left-main .left-main-expert-comment .top-dect-tit {
  color: #12A0A0;
  background-color: rgba(0, 153, 153, 0.1);
}
.find-answer-main .left-main .left-main-expert-comment .engineer {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
  line-height: 20px;
  margin-top: 10px;
  margin-right: 20px;
}
.find-answer-main .left-main .left-main-expert-comment .expert-info {
  height: 52px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #000028;
  /*border-bottom: 1px solid #DDDDDD;*/
}
.find-answer-main .left-main .left-main-expert-comment .expert-info > img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
}
.find-answer-main .left-main .left-main-expert-comment .expert-info .date {
  float: right;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
}
.find-answer-main .left-main .left-main-expert-comment .expert-detail {
  padding-top: 15px;
}
.find-answer-main .left-main .left-main-expert-comment .expert-detail > li {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
  line-height: 20px;
  margin-bottom: 10px;
}
.find-answer-main .left-main .left-main-expert-comment .expert-detail > li:last-child {
  margin-bottom: 0;
}
.find-answer-main .left-main .left-main-expert-comment .expert-detail > li .date {
  float: right;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
}
.find-answer-main .left-main .left-main-ad {
  width: 830px;
  height: 140px;
  background-color: #fff;
}
.find-answer-main .left-main .left-main-relative {
  display: flex;
  justify-content: space-between;
}
.find-answer-main .left-main .left-main-relative > div {
  width: 405px;
  height: 346px;
  background: #FFFFFF;
}
.find-answer-main .left-main .left-main-relative > div .tit {
  padding: 20px;
}
.find-answer-main .left-main .left-main-relative > div .tit > span:first-child {
  font-size: 16px;
  /*font-weight: 600;*/
  color: #000028;
  line-height: 22px;
}
.find-answer-main .left-main .left-main-relative > div .tit > span:first-child > img {
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.find-answer-main .left-main .left-main-relative > div .tit > span:last-child {
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #199B25;
  float: right;
  cursor: pointer;
}
.find-answer-main .left-main .left-main-relative > div .tit > span:last-child > i {
  margin-left: 4px;
}
.find-answer-main .left-main .left-main-relative > div .btm > dl {
  margin-bottom: 13px;
}
.find-answer-main .left-main .left-main-relative > div .btm > dl dt a {
  font-size: 14px;
  /*font-weight: 600;*/
  color: #000028;
  line-height: 24px;
}
.find-answer-main .left-main .left-main-relative > div .btm > dl dt a > i {
  margin-right: 4px;
  color: #199B25;
  font-size: 16px;
}
.find-answer-main .left-main .left-main-relative > div .btm > dl dd {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 40, 0.6);
  line-height: 24px;
  padding-left: 20px;
}
.find-answer-main .left-main .left-main-relative > div .btm > dl dd > div > a {
  color: #199B25;
  cursor: pointer;
}
.find-answer-main .left-main .left-main-relative > div .btm > dl dd > span {
  margin-right: 30px;
}
.find-answer-main .left-main .left-main-relative > div .btm > dl dd > span > i {
  position: relative;
  top: 1px;
}
.find-answer-main .left-main .left-main-relative > div .btm .more > a {
  font-size: 14px;
  font-weight: 400;
  color: #AAAA96;
  line-height: 20px;
  float: right;
  cursor: pointer;
  margin-right: -2px;
}
.find-answer-main .left-main .left-main-other-answer {
  border-top: none;
}
.find-answer-main .left-main .left-main-other-answer .top-dect-tit {
  background-color: #F2F2EE;
  color: #000028;
}
.find-answer-main .left-main .left-main-reply {
  padding: 14px 20px 20px;
}
.find-answer-main .left-main .left-main-reply .tit {
  font-size: 16px;
  font-weight: 600;
  color: #000028;
  line-height: 32px;
  margin-bottom: 10px;
   display: flex;
  align-items: center;
}
.find-answer-main .left-main .left-main-reply .tit .deal-longs {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  padding-left: 20px;
}
.find-answer-main .left-main .left-main-reply .tit .deal-longs span {
  color: #56B95F;
}
.find-answer-main .left-main .left-main-reply .form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.find-answer-main .left-main .left-main-reply .form-item .comment-or {
  width: 120px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #CFCFD6;
  padding: 0 10px;
  outline: none;
}
.find-answer-main .left-main .left-main-reply .form-item .official-comment-or {
  width: 320px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #CFCFD6;
  padding: 0 10px;
  outline: none;
}
.find-answer-main .left-main .left-main-reply .form-item .checkbox-item {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  cursor: pointer;
}
.find-answer-main .left-main .left-main-reply .form-item .checkbox-item input[type=checkbox] {
  margin: 0;
  margin-right: 4px;
}
.find-answer-main .left-main .left-main-reply .textarea {
  position: relative;
}
.find-answer-main .left-main .left-main-reply .textarea textarea {
  border: none;
  outline: none;
  height: 100%;
  width: 100%;
  height: 120px;
  border-radius: 2px;
  border: 1px solid #CCCCD4;
  margin-bottom: 10px;
  resize: vertical;
  font-size: 16px;
  line-height:20px;
  padding: 5px !important;
}
.find-answer-main .left-main .left-main-reply .textarea .reply-limit {
  position: absolute;
  bottom: 16px;
  right: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #4C4C68;
  line-height: 17px;
}
.find-answer-main .left-main .left-main-reply .textarea-txt {
  font-size: 12px;
  font-weight: 400;
  color: #4C4C68;
  line-height: 28px;
  margin-bottom: 10px;
}
.find-answer-main .left-main .left-main-reply .textarea-txt > span {
  color: #D78300;
}
.find-answer-main .left-main .left-main-reply .input {
  width: 512px;
  height: 36px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #CFCFD6;
  outline: none;
  padding-left: 16px;
  margin-bottom: 10px;
}
.find-answer-main .left-main .left-main-reply .btns {
  display: flex;
}
.find-answer-main .left-main .left-main-reply .btns > button {
  width: 117px;
  height: 34px;
  background: #56B95F;
  border-radius: 2px;
  border: 1px solid #56B95F;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 16px;
}
.find-answer-main .left-main .left-main-reply .btns > p {
  font-size: 12px;
  font-weight: 400;
  color: #EF0137;
  line-height: 34px;
}
.find-answer-main .left-main .left-main-reply .upload-box {
  margin-bottom: 20px;
  overflow: hidden;
}
.find-answer-main .left-main .left-main-reply .upload-box .btn-upload {
  margin-bottom: 10px;
  width: 140px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px dashed #CFCFD6;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  float: left;
}
.find-answer-main .left-main .left-main-reply .upload-box .btn-upload > .icon-new-Close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
  background-color: rgba(226, 226, 226, 0.9);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000028;
  text-align: center;
  line-height: 20px;
}
.find-answer-main .left-main .left-main-reply .upload-box .btn-upload > input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.find-answer-main .left-main .left-main-reply .upload-box .btn-upload p {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #000028;
  line-height: 22px;
  text-align: center;
}
.find-answer-main .left-main .left-main-reply .upload-box .btn-upload .plus {
  display: block;
  margin: 0 auto;
}
.find-answer-main .left-main .left-main-reply .upload-box > button {
  width: 117px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #56B95F;
  font-size: 16px;
  font-weight: 400;
  color: #56B95F;
  margin-top: 56px;
  float: left;
}

.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-btm .btn-share-pinglun {
    margin-left: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #000028;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-btm .btn-share-pinglun i {
    opacity: 0.6;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.find-answer-main .left-main .left-main-question .context .user-info .user-info-detail .user-info-detail-btm .btn-share-pinglun span {
    color:rgba(0, 0, 40, 0.6);
    font-size: 14px;
}
.rotate-90 {
    transition: transform 0.2s !important;
    -moz-transition: -moz-transform 0.2s !important;
    /* Firefox 4 */
    -webkit-transition: -webkit-transform 0.2s !important;
    /* Safari 和 Chrome */
    -o-transition: -o-transform 0.2s !important;
    transform: rotate(90deg) !important;
}
.fixed-left {
  position: fixed;
  left: calc((50% - 600px) - 62px);
  top: 370px;
  z-index: 2;
  width: 34px;
  height: 34px;
  background: #56B95F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-tit {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 996;
  display: none;
}
.fixed-tit h2 {
  width: 830px;
  float: left;
  font-size: 20px;
  font-weight: 600;
  color: #000028;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-tit .fixed-tit-btns {
  width: calc(100% - 870px);
  float: right;
  padding-top: 10px;
  overflow: hidden;
}
.fixed-tit .fixed-tit-btns > button {
  font-size: 16px;
  font-weight: 400;
  color: #1D9D29;
  height: 34px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #56B95F;
  float: right;
  margin-left: 10px;
  padding: 0 10px !important;
}
.fixed-tit .fixed-tit-btns > button > img {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.fixed-tit .fixed-tit-btns > button.edit {
  background: #56B95F;
  color: #fff;
}
.btnAnswerBindMobile {
    border: 1px solid #56B95F;
    color: #fff;
    font-size:16px;
    background: #56B95F;
    height: 42px;
    width: 195px;
    float: right;
}
#fullbg {
    background-color: Gray;
    display: none;
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;
    filter: Alpha(Opacity=30); /* IE */
    -moz-opacity: 0.4; /* Moz + FF */
    opacity: 0.4;
}
#dialog {
    position: absolute;
    height: 200px;
    background: #ffffff;
    display: none;
    z-index: 5;
}
.flrUsers {
    position: absolute;
    width: 206px;
    border: 1px solid #1B9C27;
    background: #DDF1DF;
    padding: 12px;
    z-index: 1000;
    word-break: break-all;
    top: 20px;
    line-height: 20px;
}
/*图片说明*/
.tpsm {
    margin-bottom:16px;
    min-height:140px;
}
.tpsm > p:first-child {
    margin-bottom: 10px;
}
.tpsm > p > b {
    font-size:14px;
    font-weight:normal;
}
.tpsm > p > a.userUploadImgA {
    width: 140px;
    height: 140px;
    display: inline-block;
}
.tpsm > p > a > img.userUploadImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #e1e1e1;
}
.tpsm > p > a > img {
    width: 100px;
    height: 140px;
}
/*文档链接、参考资料*/
.qwdljzl {
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*视频提问*/
.find-answer-main .left-main .left-main-question .context .detail-video {
    padding: 10px;
    width: 100%;
    min-height: 110px;
    background: #F3F3F0;
    cursor: pointer;
    margin-bottom: 12px;
}
.find-answer-main .left-main .left-main-question .context .detail-video:hover > .video-play {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.find-answer-main .left-main .left-main-question .context .detail-video h3 {
    font-size: 16px;
    font-weight: 600 !important;
    color: #000028;
    line-height: 20px;
    margin-top: 5px;
    margin-bottom: 8px;
}

.find-answer-main .left-main .left-main-question .context .detail-video p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 40, 0.6);
    line-height: 17px;
    margin-bottom: 5px;
}

.find-answer-main .left-main .left-main-question .context .detail-video p:last-child {
    margin-bottom: 0;
}

.find-answer-main .left-main .left-main-question .context .detail-video > .video-play {
    width: 160px;
    height: 90px;
    background: rgba(0, 0, 40, 0.4);
    margin-right: 20px;
    float: left;
    background: #000028;
    position: relative;
}
.find-answer-main .left-main .left-main-question .context .detail-video > .video-play .icon-new-Play {
    color: #56B95F;
    position: absolute;
    z-index: 3;
    font-size: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
.find-answer-main .left-main .left-main-question .context .detail-video .detail-video-r .icon-tip {
    width: 100px;
    margin-right: 8px;
    opacity: 1;
}
.find-answer-main .left-main .left-main-question .context .detail-video .detail-video-r .directory {
    background: #E6E6E6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    line-height: 20px;
    padding: 2px 12px;
}

.find-answer-main .left-main .left-main-question .context .detail-video .detail-video-r .directory > p {
    display: flex;
    align-items: center;
    align-items: center;
    margin-bottom: 0;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(0, 0, 40, 0.6);
}

.find-answer-main .left-main .left-main-question .context .detail-video .detail-video-r .type-box {
    display: flex;
    height: 20px;
    margin-bottom: 12px;
}

.find-answer-main .left-main .left-main-question .context .detail-video .detail-video-r .type-box .type {
    display: flex;
    margin-left:10px;
}

.find-answer-main .left-main .left-main-question .context .detail-video .detail-video-r .type-box .type p {
  padding: 4px 10px;
  border-radius: 16px;
  margin-left: 8px;
  background: #E6E6E6;
  line-height: 12px;
  margin-bottom: 0;
  max-width:90px ;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 0, 40, 1);
}

.find-answer-main .left-main .left-main-question .context .detail-video .detail-video-r .directory > p i {
    font-size: 18px;
}