body {
  background: #f6f6f6;
}
.askDetail {
  width: 100%;
  height: auto;
  background: #f6f6f6;
}
.askDetail .share {
  display: inline-block;
  font-size: 14px;
  color: #adadad;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.askDetail .share i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/css_sprites.png) -171px -100px;
}
.askDetail .share:hover {
  color: #2398f1;
}
.askDetail .share:hover i {
  background: url(../images/css_sprites.png) -171px -67px;
}
.askDetail .share:hover .share_box {
  display: block;
}
.askDetail .share .share_box {
  display: none;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 112px;
  height: 38px;
  line-height: 30px !important;
  text-align: center;
  background: url(../images/share_box.png) no-repeat;
}
.askDetail .share .share_box a {
  margin: 0 5px !important;
  height: 18px;
}
.askDetail .share .share_box .bshare-sinaminiblog {
  background: url(../images/share/icon_sinaminiblog.png) no-repeat;
}
.askDetail .share .share_box .bshare-qzone {
  background: url(../images/share/icon_qzone.png) no-repeat;
}
.askDetail .share .share_box .bshare-weixin {
  background: url(../images/share/icon_weixin.png) no-repeat;
}
.askDetail .bestReply {
  padding: 5px 10px;
  font-size: 14px;
  color: #adadad;
  border: 1px solid #adadad;
}
.askDetail .bestReply:hover {
  color: #2398d6;
  border-color: #2398d6;
}
.askDetail .crumbs {
  font-size: 14px;
  color: #353535;
  margin: 28px 0 18px;
}
.askDetail .detailsWrap {
  width: 1200px;
  height: auto;
}
.askDetail .detailsWrap .content,
.askDetail .detailsWrap .aside {
  float: left;
}
.askDetail .detailsWrap .content {
  width: 866px;
  height: auto;
  margin-right: 40px;
}
.askDetail .detailsWrap .content .picker {
  width: 826px;
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.askDetail .detailsWrap .content .picker h1 {
  font-size: 22px;
}
.askDetail .detailsWrap .content .picker p {
  font-size: 14px;
  color: #454545;
  margin: 15px 0;
}
.askDetail .detailsWrap .content .picker .picture {
  width: 52px;
  height: 52px;
  cursor: pointer;
}
.askDetail .detailsWrap .content .picker .big_pic {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.askDetail .detailsWrap .content .picker .big_pic img {
  z-index: 11;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 50%;
  margin-left: -300px;
  margin-top: -300px;
  left: 50%;
  object-fit: contain;
}
.askDetail .detailsWrap .content .picker .dateMsg {
  height: 48px;
  line-height: 48px;
}
.askDetail .detailsWrap .content .picker .dateMsg .dateName {
  display: inline-block;
}
.askDetail .detailsWrap .content .picker .dateMsg .dateName .avator {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}
.askDetail .detailsWrap .content .picker .dateMsg .dateName .date {
  font-size: 14px;
  color: #bdbdbd;
}
.askDetail .detailsWrap .content .picker .dateMsg .dateName .companyInfo .date {
  line-height: 16px;
}
.askDetail .detailsWrap .content .picker .dateMsg .companyInfo {
  display: inline-block;
  vertical-align: middle;
}

.companyName {
  color: #bfbf00;
  font-size: 16px;
  line-height: 16px;
}

.askDetail .detailsWrap .content .picker .dateMsg .label {
  position: relative;
  float: right;
}
.askDetail .detailsWrap .content .picker .dateMsg .label i {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../images/css_sprites.png) -10px -205px;
}
.askDetail .detailsWrap .content .picker .dateMsg .label span {
  margin-right: 10px;
  font-size: 14px;
  color: #bdbdbd;
}
.askDetail .detailsWrap .content .picker .btnMsg {
  clear: both;
}
.askDetail .detailsWrap .content .picker .btnMsg .edit {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  margin: 10px 30px 10px 0;
  text-align: center;
  background: #2398d6;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.askDetail .detailsWrap .content .picker .btnMsg .edit img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
.askDetail .detailsWrap .content .comments {
  padding: 20px;
  width: 826px;
  background: #fff;
  height: auto;
}
.askDetail .detailsWrap .content .comments .askNum {
  font-size: 18px;
  height: #666;
  position: relative;
}
.askDetail .detailsWrap .content .comments .askNum::after {
  position: absolute;
  top: 14px;
  left: 100px;
  content: '';
  width: 726px;
  height: 1px;
  background: #ebebeb;
}
.askDetail .detailsWrap .content .comments .tip {
  display: inline-block;
  margin: 30px 0 20px;
  width: 96px;
  padding: 2px 5px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  background: url('../images/tipBg.png') no-repeat;
  background-size: contain;
}
.askDetail .detailsWrap .content .comments .tip img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.askDetail .detailsWrap .content .comments .commentItem {
  width: 826px;
  margin-top: 20px;
  border-bottom: 1px dashed #ebebeb;
}
.askDetail .detailsWrap .content .comments .commentItem .avatorMsg .avator {
  width: 50px;
  float: left;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.askDetail .detailsWrap .content .comments .commentItem .avatorMsg div {
  margin-top: 8px;
  float: left;
  display: inline-block;
}
.askDetail .detailsWrap .content .comments .commentItem .avatorMsg div .name {
  font-size: 16px;
  color: #444;
}
.askDetail .detailsWrap .content .comments .commentItem .avatorMsg div .date {
  font-size: 14px;
  color: #bdbdbd;
}
.askDetail .detailsWrap .content .comments .commentItem .conten {
  line-height: 24px;
  margin: 24px 0;
  font-size: 14px;
  color: #666;
}
.askDetail .detailsWrap .content .comments .commentItem .msgShare {
  margin-bottom: 24px;
}
.askDetail .detailsWrap .content .comments .commentItem .provideInfo {
  margin-bottom: 24px;
  color: #adadad;
  font-size: 14px;
}
.askDetail .detailsWrap .content .comments .commentItem .provideInfo .companyName {
  color: #bfbf00;
  font-size: 14px !important;
}
.askDetail .detailsWrap .content .comments .commentItem .msgShare .capsule {
  padding: 5px;
  width: 102px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  display: inline-block;
  margin-right: 20px;
  border: 1px solid #ebebeb;
}
.askDetail .detailsWrap .content .comments .commentItem .msgShare .capsule .praise {
  position: relative;
  padding: 5px 10px;
  color: #2398d6;
  font-size: 14px;
}
.askDetail .detailsWrap .content .comments .commentItem .msgShare .capsule .noPraise {
  padding: 5px 12px;
  border-left: 1px solid #ebebeb;
  vertical-align: middle;
}
.askDetail .detailsWrap .content .comments .commentItem .msgShare .pinglun,
.askDetail .detailsWrap .content .comments .commentItem .msgShare .pinglun {
  font-size: 14px;
  color: #adadad;
  position: relative;
  margin-right: 10px;
}
.askDetail .detailsWrap .content .comments .commentItem .msgShare .pinglun i,
.askDetail .detailsWrap .content .comments .commentItem .msgShare .pinglun i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url('../images/css_sprites.png') -204px -88px;
}

.askDetail .detailsWrap .content .mzsm {
  width: 100%;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}
.askDetail .detailsWrap .content .mzsm span {
  color: red;
  font-weight: 700;
}

.askDetail .detailsWrap .content .similar {
  margin-top: 20px;
  padding: 20px;
  width: 826px;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.askDetail .detailsWrap .content .similar .askTitle {
  font-size: 20px;
  color: #333;
  padding: 0 10px;
  margin-bottom: 20px;
  border-left: 3px solid #2398d6;
}
.askDetail .detailsWrap .content .similar ul li {
  font-size: 14px;
  color: #666;
  line-height: 34px;
}
.askDetail .detailsWrap .content .similar ul li img {
  margin-right: 10px;
  vertical-align: middle;
}
.askDetail .detailsWrap .content .similar ul li a {
  font-size: 14px;
  color: #666;
}

.askDetail .detailsWrap .content .similar ul li .block {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.askDetail .detailsWrap .content .similar ul li a span {
  margin-right: 10px;
  color: #bdbdbd;
}
.askDetail .detailsWrap .content .similar ul li a:hover {
  color: #2398d6;
}
.askDetail .detailsWrap .content .similar ul li img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}
.askDetail .detailsWrap .content .similar ul li .num {
  color: #2398d6;
}
.askDetail .detailsWrap .content .similar ul li .date {
  float: right;
  font-size: 14px;
  color: #adadad;
}
.askDetail .detailsWrap .content .note {
  max-width: 1200px;
  margin: 60px 0;
  position: relative;
}
.askDetail .detailsWrap .content .note i {
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 28px;
  margin-right: 40px;
  background: url('../images/css_sprites.png') -10px -121px;
}
.askDetail .detailsWrap .content .note .title {
  margin-left: 35px;
  display: inline-block;
  font-size: 20px;
  color: #333;
}
.askDetail .detailsWrap .content .note span {
  display: inline-block;
  margin-bottom: 10px;
}
.askDetail .detailsWrap .content .note span a {
  font-size: 14px;
  color: #666;
  padding: 0 10px;
}
.askDetail .detailsWrap .content .note span a:hover {
  color: #2398d6;
  text-decoration: underline;
}
.askDetail .detailsWrap .content #editorjs {
  width: 826px;
  padding: 10px 0;
  margin-top: 15px;
  overflow: hidden;
}
.askDetail .detailsWrap .content #editorjs .copyright {
  width: 78%;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.askDetail .detailsWrap .content #editorjs .copyright span {
  display: block;
  color: red;
  font-weight: 700;
}
.askDetail .detailsWrap .content #editorjs p {
  text-align: right;
  width: 100%;
  height: 34px;
}
.askDetail .detailsWrap .content #editorjs p span #hiddenName {
  font-size: 13px;
  color: #333;
}
.askDetail .detailsWrap .content #editorjs p span .btn-default {
  cursor: pointer;
  margin-left: 10px;
  display: inline-block;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #2398d6;
}
.askDetail .detailsWrap .aside {
  float: left;
  width: 282px;
  height: auto;
}
.askDetail .detailsWrap .aside .likes,
.askDetail .detailsWrap .aside .check,
.askDetail .detailsWrap .aside .companyInfo,
.askDetail .detailsWrap .aside .asks {
  background: #fff;
  padding: 15px;
  margin-bottom: 24px;
}
.askDetail .detailsWrap .aside .likes .title,
.askDetail .detailsWrap .aside .check .title,
.askDetail .detailsWrap .aside .companyInfo .title,
.askDetail .detailsWrap .aside .asks .title {
  font-size: 20px;
  color: #333;
}
.askDetail .detailsWrap .aside .likes .img {
  width: 252px;
  overflow: hidden;
  margin: 10px 0;
}
.askDetail .detailsWrap .aside .likes .img img {
  width: 252px;
}
.askDetail .detailsWrap .aside .likes ul li {
  height: 28px;
  line-height: 28px;
  position: relative;
  padding-left: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.askDetail .detailsWrap .aside .likes ul li a {
  color: #000;
}
.askDetail .detailsWrap .aside .likes ul li::after {
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #9eacb6;
  cursor: pointer;
}
.askDetail .detailsWrap .aside .likes ul li:hover,
.askDetail .detailsWrap .aside .likes ul li:hover a {
  cursor: pointer;
  color: #2398d6;
}
.askDetail .detailsWrap .aside .likes ul li:hover::after,
.askDetail .detailsWrap .aside .likes ul li:hover a::after {
  background: #2398d6;
}
.askDetail .detailsWrap .aside .check .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.askDetail .detailsWrap .aside .check span {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 4px 8px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}
.askDetail .detailsWrap .aside .check p + span {
  color: #2398d6;
}
.askDetail .detailsWrap .aside .check .imgs {
  float: left;
}
.askDetail .detailsWrap .aside .check .imgs img {
  width: 122px;
  height: 66px;
  border: 1px solid #ebebeb;
  margin: 0 -1px 0 0;
}
.askDetail .detailsWrap .aside .asks .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}
.askDetail .detailsWrap .aside .asks .title .change {
  float: right;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.askDetail .detailsWrap .aside .asks .title .change i {
  position: absolute;
  right: 56px;
  top: 5px;
  width: 15px;
  height: 13px;
  background: url('../images/css_sprites.png') -122px -169px;
}
.askDetail .detailsWrap .aside .asks ul li a {
  font-size: 14px;
  color: #666;
}
.askDetail .detailsWrap .aside .asks ul li a .sub {
  margin: 5px 0 10px;
}
.askDetail .detailsWrap .aside .asks ul li a .sub .miniAvator {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
}
.askDetail .detailsWrap .aside .asks ul li a .sub .miniAvator img {
  width: 22px;
  height: 22px;
}
.askDetail .detailsWrap .aside .asks ul li a .sub .miniName {
  width: 130px;
  display: inline-block;
  font-size: 12px;
  color: #adadad;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.askDetail .detailsWrap .aside .asks ul li a .editor {
  float: right;
  position: relative;
}
.askDetail .detailsWrap .aside .asks ul li a .editor i {
  position: absolute;
  left: -17px;
  top: 4px;
  width: 14px;
  height: 14px;
  background: url('../images/css_sprites.png') -78px -205px;
}
.askDetail .detailsWrap .aside .asks ul li a .editor span {
  font-size: 12px;
  color: #2398d6;
}
.askDetail .detailsWrap .aside .asks ul li a:hover {
  font-size: 14px;
  color: #2398d6;
}

.advertisement {
  width: 680px;
  margin: 20px auto 0;
}

.advertisement .advertisement1 {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
}

.advertisement .advertisement1 a {
  width: 100%;
}

.advertisement .advertisement1 a img {
  margin: auto;
  width: 100%;
  height: 110px;
}

.advertisement .advertisement2 {
  width: 100%;
  display: flex;
  gap: 3.5%;
}

.advertisement .advertisement2 li {
  position: relative;
  width: 210px;
  height: 152px;
}

.advertisement .advertisement2 li a {
  width: 100%;
  display: block;
}

.advertisement .advertisement2 li a img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.advertisement .advertisement2 li .shadow {
  font-size: 12px;
}

.advertisement .advertisement2 li .shadow {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  text-align: center;
  line-height: 28px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}
.oneLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.advertisement3 {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.advertisement3 a {
  width: 100%;
  display: block;
  min-height: 238px;
}

.advertisement3 a img {
  width: 100%;
}
.ad_cont {
  font-size: 12px;
  position: absolute;
  width: 38px;
  height: 16px;
  top: 3px;
  right: 3px;
  color: white;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.2);
}
.advertisement4 {
  width: 100%;
  height: 90px;
  margin-bottom: 20px;
  position: relative;
}

.advertisement4 img {
  width: 100%;
  max-height: 100%;
}

.aside .companyInfo {
  margin-bottom: 24px;
  position: relative;
}

.askDetail .detailsWrap .aside .companyInfo .title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info p:first-child {
  font-weight: bold;
  color: #222222;
  font-size: 16px;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info p {
  font-size: 13px;
  word-break: break-all !important;
  margin: 10px 0;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info p span,
.askDetail .detailsWrap .aside .companyInfo .crt_info p a {
  word-break: break-all !important;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info .address .address_info {
  position: absolute;
  top: -2px;
  left: 0px;
  line-height: 26px;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info .address {
  color: black;
  font-size: 13px;
  margin: 10px 0;
  position: relative;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info .urlAddress {
  color: black;
  font-size: 13px;
  margin: 10px 0;
  position: relative;
  display: flex;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info .urlAddress .url_address_info {
  width: 50.55px;
  margin-right: 5px;
  flex-grow: 0;
  flex-shrink: 0;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info .urlAddress .url_address_info_infos {
  width: 197px;
  flex-grow: 0;
  flex-shrink: 0;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info .urlAddress .url_address_info_infos a {
  width: 100%;
}


.askDetail .detailsWrap .aside .companyInfo .crt_info .address .address_infos {
  padding-left: 55px;
}

.askDetail .detailsWrap .aside .companyInfo .crt_info .name {
  color: #999999;
}

.askDetail .detailsWrap .aside .companyInfo .black {
  color: black;
}