body {
  background-color: #fff;
}

.header {
  box-shadow: none;
}

.common__advert {
  margin-bottom: 20px;
}

.detail__main {
  max-width: 1200px;
  margin: 0 auto 80px;
  line-height: 1;
}

.common__title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.common__title-other {
  padding-left: 8px;
  font-size: 18px;
  line-height: 18px;
  color: #444;
  font-weight: bold;
  border-left: #1476F9 solid 4px;
  box-sizing: border-box;
}

.quality__txt {
  color: #666;
  font-size: 14px;
}

.quality__txt i {
  color:#BDC4C8;
  margin-right: 4px;
  font-size: 16px;
}

.quality__txt span {
  color: #1476F9;
  margin: 0 2px;
}

.crumbs_title {
  width: 100%;
  border-bottom: #D8D8D8 solid 1px;
  padding-bottom: 16px;
}

.crumbs_title a,
.crumbs_title span,
.crumbs_title i {
  color: #777;
}

.crumbs_title a:hover {
  color: #1476F9;
}

.main__inner {
  padding-top:18px;
}

.detail__left {
  width: 780px;
}

.detail__title {
  font-weight: bold;
  font-size: 20px;
  color: #444;
  line-height: 32px;
}

.detail__explain {
  line-height: 20px;
  margin-top: 14px;
  font-size: 14px;
  color: #BFBFBF;
}

.detail__explain span {
  float: left;
  margin-right: 24px;
}

.contact__user {
  margin-left: 24px;
  color: #1476F9;
  font-size: 12px;
}

.contact__user .iconfont {
  margin-right: 8px;
  font-size: 12px;
}

.detail__reply-list {
  margin-top:48px;
}

.reply__list {
  margin-top:16px;
}

.reply__item {
  border-bottom: #EFEFEF solid 1px;
  padding: 20px 0 22px;
}

.reply__list .reply__item:last-child {
  border-bottom: none;
}

.reply__item .lawyer__avatar {
  display: block;
  width: 48px;
  height: 48px;
}

.lawyer__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.lawyer__info {
  width: 716px;
  margin-left: 16px;
}

.lawyer__name {
  margin-right: 16px;
  color: #444;
  font-size: 16px;
  font-weight: bold;
}

.lawyer__name a {
  color: #444;
}

.lawyer__name a:hover {
  color: #1476F9;
}

.lawyer__adopt {
  position: relative;
  color: #FF9709;
  font-size: 14px;
  width: 76px;
  height: 21px;
  background: rgba(255, 195, 0, 0.25);
  line-height: 20px;
  padding-left: 6px;
  box-sizing: border-box;
  border-radius: 3px;
}

.lawyer__adopt .iconfont {
  margin-right: 2px;
  font-size: 14px;
}

.lawyer__adopt::after {
  position: absolute;
  right: 0;
  top: 4px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right-color: #fff;
}

.lawyer__firm {
  color:#999;
  font-size: 14px;
  margin-top: 18px;
}

.reply__con {
  margin-top: 14px;
  line-height: 28px;
  color:#444;
  font-size: 16px;
}

.reply__bottom {
  margin-top: 14px;
  line-height: 24px;
}

.reply__bottom span {
  color: #BFBFBF;
  font-size: 14px;
}

.reply__btn {
  width: 80px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  background: #1476F9;
  border-radius: 16px;
}

.reply__btn:hover {
  color: #fff;
  background:rgba(20, 118, 249, 0.7);
}

.user__zhuiwen-btn {
  margin-right: 20px;
}

.reply__adpot {
  margin-right: 20px;
  color: #666;
  font-size: 14px;
}

.reply__adpot .iconfont {
  margin-right: 4px;
}

.zhuiwen__box {
  display: none;
}

.reply__zhuiwen {
  position: relative;
  margin-top: 16px;
  width: 718px;
  padding: 0 18px;
  background: #F8F8F8;
  box-sizing: border-box;
  border-radius: 4px;
}

.reply__zhuiwen-more ul {
  -webkit-mask-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .6) 10%, rgba(255, 255, 255, 1) 100%);
}

.reply__zhuiwen::before {
  position: absolute;
  left: 0;
  top: -6px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #F8F8F8;
}

.reply__zhuiwen li {
  position: relative;
  padding: 10px 0 10px 0;
  border-bottom: #EFEFEF solid 1px;
  display: none;
  width: 100%;
  box-sizing: border-box;
}

.reply__zhuiwen li .ask_msg {
  display: inline-block;
  color: #5177f4;
  text-decoration: underline;
  width: auto;
  cursor: pointer;
}

.reply__zhuiwen li:nth-child(1), .reply__zhuiwen li:nth-child(2) {
  display: block;
}

.reply__zhuiwen li:last-child {
  border-bottom: none;
}

.reply__zhuiwen .reply__zhuiwen-top  {
  margin-top: 6px;
  font-size: 14px;
  color: #BFBFBF;
}

.reply__zhuiwen .reply__zhuiwen-top span {
  margin-left: .16rem;
}

.reply__zhuiwen .reply__zhuiwen-bottom {
  margin-top: 4px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
  width: 100%;
}

.reply__more {
  text-align: center;
  padding-bottom: 16px;
}

.reply__more a {
  color: #BFBFBF;
  font-size: 14px;
}

.reply__more .iconfont {
  font-size: 12px;
  margin-left: 6px;
  color: #BFBFBF;
  display: inline-block;
  transform: rotate(180deg);
  transition: all .1s;
}

.reply__zhuiwen-more .reply__more .iconfont {
  transform: rotate(0);
}

.reply__notice {
  width: 100%;
  height: 110px;
  background: url(../image/3200afb61852c31d9655ce5ce6857f5c.png) no-repeat;
  background-size: cover;
  margin-top: 32px;
}

.reply__notice a {
  display: block;
  width: 100%;
  height: 100%;
}

.question__icon {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin-right: 8px;
  width: 16px;
  text-align: center;
  border-radius: 4px;
}

.new__answer {
  margin-top: 48px;
  margin-right: 32px;
  width: 780px;
  padding-top: 20px;
  border-top: #333 solid 4px;
}

.answers__list {
  margin-top: 30px;
}

.answers__item {
  float: left;
  padding-bottom: 30px;
  width: 100%;
}

.answers__item:last-child {
  border-color: #fff;
}

.answers__top {
  margin-top: 16px;
  display: block;
  width: 100%;
}

.answers__item-img {
  width: 36px;
  height: 36px;
}

.answers__item-img img {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #FFFFFF;
  border-radius: 50%;
}

.answers__right {
  margin-left: 12px;
}

.answers__right-txt {
  padding-top: 8px;
  line-height: 20px;
}

.answers__txt-l {
  color: #333;
  font-size: 16px;
}
.answers__txt-l span {
  margin-right: 18px;
}

.answers__see a {
  color: #BFBFBF;
}

.answers__see em {
  color: #ED6F21;
}

.answers__type {
  margin-right: 24px;
  color: #999;
  font-size: 12px;
  width: 60px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
}

.answers__city {
  color: #999;
  font-size: 14px;
}
.answers__con {
  margin-top: 20px;
  position: relative;
  padding: 18px 16px 16px;
  width: 732px;
  background: #F4F4F4;
  box-sizing: border-box;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.answers__con::before {
  position: absolute;
  left: 0;
  top: -6px;
  content: "";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #F8F8F8;
}

.answers__q {
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.answers__q a {
  font-size: 16px;
  color: #333;
}

.answers__q a:hover {
  color: #1476F9;
}

.answers__q .question__icon {
  background-color: #1476F9;
  vertical-align: 1px;
}

.answers__date {
  color: #BFBFBF;
  font-size: 12px;
}

.answers__center {
  display: block;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.answers__center a {
  color:#666;
  font-size: 14px;
}


.answers__center a:hover {
  color: #1476F9;
}

.answers__center .question__icon {
  background-color: #BDC4C8;
  vertical-align: 1px;
}

.detail__right {
  width: 364px;
}

.question__enter {
  padding: 40px 0;
  width: 100%;
  height: 288px;
  background: url(../image/50d0906bc2ab10b7674680977e007757.png) no-repeat;
  box-sizing: border-box;
}

.question__enter-title {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.question__enter-list {
  width: 100%;
  margin-top:22px;
  text-align: center;
}

.question__enter-list img {
  display: inline-block;
  margin-left: -14px;
  position: relative;
  width: 32px;
  height: 32px;
  border: #fff solid 2px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
}

.question__enter-txt1 {
  margin-top: 32px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

.question__enter-txt1 span {
  color: #FF9709;
}

.question__enter-txt2 {
  color: #999;
  font-size: 14px;
  line-height: 32px;
  margin-left: 8px;
}

.question__enter-txt2 em {
  color:#1476F9;
  margin: 0 3px;
}

.question__enter-btn {
  display: block;
  margin: 44px auto 0;
  width: 188px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  background: #1476F9;
  border-radius: 20px;
}

.question__enter-btn:hover {
  color: #fff;
  background:rgba(20, 118, 249, 0.7);
}

.active__list {
  margin-top: 48px;
  width: 100%;
}

.active__list ul {
  margin-top: 20px;
}

.active__item {
  position: relative;
  padding: 12px 0 16px;
  border-bottom: #EFEFEF solid 1px;
}

.active__avatar {
  width: 48px;
  height: 48px;
}

.active__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.active__info {
  margin-left: 16px;
  width: 300px;
}

.active__name {
  color: #999;
  font-size: 16px;
}

.active__name a {
  color: #333;
  margin-right: 4px;
}

.active__name a:hover {
  color: #1476F9;
}

.active__other {
  margin-top: 18px;
}

.active__other span {
  margin-right: 8px;
  float: left;
  padding: 0 4px;
  color: #1476F9;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  background:rgba(20, 118, 249, 0.1);
  border-radius: 2px;
}

.active__btn {
  display: none;
  position: absolute;
  right: 0;
  top: 12px;
  color: #1476F9;
  font-size: 14px;
  width: 80px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #1476F9;
  border-radius: 16px;
}

.active__btn:hover {
  background-color: #E3ECF7;
}

.active__item:hover .active__btn {
  display: block;
}

.hotlaw__list {
  margin-top: 48px;
}

.hotlaw__list ul {
  margin-top: 16px;
}

.hotlaw__item {
  margin-top: 16px;
}

.hotlaw__img {
  width: 114px;
  height: 64px;
  border-radius: 2px;
}

.hotlaw__info {
  width: 240px;
  margin-left: 10px;
}

.hotlaw__title {
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hotlaw__subtitle {
  margin-top: 16px;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new__consult {
  margin-top: 48px;
}

.new__consult ul {
  margin-top: 16px;
}

.consult__item {
  padding: 16px 0;
  border-bottom: #EFEFEF solid 1px;
}

.consult__title {
  color: #444;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cousult__footer {
  margin-top: 14px;
  line-height: 28px;
}

.cousult__footer-right {
  color:#BFBFBF;
  font-size-adjust: 12px;
}

.cousult__footer-left {
  padding-left: 10px;
}

.cousult__footer-left img {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 20%);
  padding: 2px;
  box-sizing: border-box;
  float: left;
  margin-left: -10px;
  background: #fff;
}

.cousult__footer-left span {
  color: #999;
  font-size: 14px;
  margin-left: 6px;
}

.answers__btn {
  cursor: pointer;
  margin-top: 24px;
  display: inline-block;
  text-align: center;
  width: 126px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #1476F9;
  border-radius: 16px;
}

.answers__btn:hover {
  color: #fff;
  background:rgba(20, 118, 249, 0.7);
}

.answers__btn i {
  margin-right: 4px;
  font-size: 14px;
}

.inner__empty {
  margin: 48px auto 72px;
  background-image: url(../image/6b503092704a2c65d9ea06bc9f1f201e.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 231px;
  width: 400px;
}

.inner__empty-lock {
  background-image: url(../image/fa550bfa05fb778de34ed065b6ff2354.png);
}

.empty__txt1 {
  margin-top: 167px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.empty__txt2 {
  margin-top:24px;
  color: #808080;
  font-size: 14px;
  text-align: center;
}

.inner__btn {
  margin: 32px auto 0;
  display: block;
  width: 202px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size-adjust: 14px;
  background: #1476F9;
  border-radius: 18px;
}

.inner__btn:hover {
  color: #fff;
  background:rgba(20, 118, 249, 0.7);
}

.reply__box {
  margin-top: 48px;
}

.reply__textarea {
  margin-top: 32px;
  padding: 12px;
  width: 100%;
  height: 120px;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
}

.reply__textarea textarea {
  width: 100%;
  height: 100%;
  border: 0 none;
}

.reply__handle {
  margin-top: 16px;
}

.reply__box-btn { 
  width: 96px;
  color: #fff;
  font-size-adjust: 14px;
  text-align: center;
  line-height: 32px;
  background: #1476F9;
  border-radius: 16px;
}

.reply__box-btn:hover {
  color: #fff;
  background:rgba(20, 118, 249, 0.7);
}

/*分享*/
.bdshare-button-style0-24 { 
  float: right;
  height: 22px;
}

.bdshare-button-style0-24 .iconfont {
  font-size: 12px;
  color: #666;
  margin-right: 8px;
}
.bdshare-button-style0-24 a, 
.bdshare-button-style0-24 .bds_more { 
  color: #666 !important;
  font-size: 14px !important;
  margin: 0 !important;
  background: none !important;
  text-align: center;
  height: auto !important;
  float:none !important; 
  padding: 0 0 0 0 !important; 
  line-height: 20px !important;
}



.wenshu{
  width: 364px;
  height: 190px;
}
.wenshua{
  background: url('../image/8c287e17_laodng.png') no-repeat;
}
.wenshus{
  background: url('../image/31212a82_banners.png') no-repeat;
}