.main__banner {
  width: 100%;
  height: 180px;
  background: #282828;
}

.main__lawyer_info {
  width: 100%;
  height: 165px;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
}

.main__container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.lawyer__avatar {
  position: absolute;
  top: -82px;
  left: 0;
  width: 206px;
  height: 206px;
  background: rgba(255, 255, 255, .8);
  border-radius: 3px;
}

.lawyer__avatar img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  display: block;
  margin-top: 3px;
}

.lawyer__info {
  float: left;
  margin-left: 246px;
  overflow: hidden;
}

.lawyer__info-p1 {
  margin-top: 22px;
}

.lawyer__info-p1 i {
  margin-left: 6px;
  background: url(../image/a9750427_map_btn.png) no-repeat;
  width: 11px;
  height: 15px;
  display: inline-block;
  background-size: cover;
  cursor: pointer;
}

.lawyer__name {
  color: #333;
  font-size: 28px;
  font-weight: bold;
}

.lawyer__address {
  margin-left: 20px;
  color: #666;
  font-size: 20px;
}

.lawyer__info-p2 {
  margin-top: 20px;
}

.lawyer__info-p2 .lawyer__area {
  font-size: 16px;
  color: #666;
}

.lawyer__info-p3 {
  margin-top: 16px;
  line-height: 30px;
}

.lawyer__label {
  float: left;
  font-size: 16px;
  color: #666;
  margin-right: 20px;
}
.lawyer__good {
  float: left;
  margin-right: 10px;
  width: 76px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #CCCCCC;
  color: #333;
  font-size: 14px;
  border-radius: 2px;
}

.lawyer__handle {
  float: right;
  margin-top: 90px;
}

.handle__common {
  width: 140px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  border-radius: 3px;
  box-sizing: border-box;
}

.handle__picture {
  color: #fff;
  background: linear-gradient(90deg, #6297FF, #6F7DFF);
}

.handle__picture:hover {
  color: #fff;
}

.handle__phone {
  margin-left: 10px;
  border: 1px solid #5177F4;
  background: #fff;
  color: #5177F4;
}

.handle__phone:hover {
  color: #5177F4;
}

.main__warp {
  width: 1200px;
  margin: 20px auto;
  line-height: 1;
  font-size: 14px;
}

.warp__left {
  padding: 0 30px;
  float: left;
  width: 780px;
  height: auto;
  background: #FFFFFF;
  border-radius: 3px;
}

.warp__right {
  float: right;
  width: 340px;
  line-height: 1;
  font-size: 14px;
}

.right__statistics {
  width: 340px;
  padding: 30px 0;
  background: #FFFFFF;
  border-radius: 3px;
}

.right__achievement {
  padding: 0 30px 40px;
  width: 340px;
  background: #FFFFFF;
  border-radius: 3px;
  box-sizing: border-box;
}

.right__intro {
  padding: 0 30px 30px;
  margin-top: 20px;
  width: 340px;
  background: #FFFFFF;
  border-radius: 3px;
  box-sizing: border-box;
}

.left__nav {
  margin-bottom: 30px;
  padding: 10px 0 0;
  width: 780px;
  border-bottom: 2px solid #F3F8FE;
}

.left__nav li {
  position: relative;
  margin-right: 80px;
  float: left;
  font-size: 16px;
}

.left__nav li a {
  display: inline-block;
  line-height: 80px;
}
.left__nav li:last-child {
  margin-right: 0;
}

.left__nav li .title {
  color: #333;
  margin-right: 8px;
}

.left__nav li .txt {
  color: #888;
}

.left__nav li.active .line {
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
  height: 3px;
  background: #5177F4;
}

.left__nav li.active .title {
  font-weight: bold;
}

.left__nav li.no__open a {
  cursor: default;
}

.left__nav li.no__open .title,
.left__nav li.no__open .txt {
  color: #B3B3B3;
}

.left__all-answer {
  border-top: #EFEFEF solid 1px;
}

.choose__fixed {
  height: 62px;
}

.choose__list {
  padding: 16px 0;
  height: 62px;
  box-sizing: border-box;
}

.choose__item {
  position: relative;
  margin-right: 10px;
  text-align: center;
  min-width: 90px;
  line-height: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
}

.choose__item p {
  cursor: pointer;
}

.choose__item p i {
  color: #999;
  font-size: 12px;
  margin-left: 4px;
  display: inline-block;
  transition: all .1s;
}

.choose__item a {
  padding: 0 10px;
  display: block;
  font-size: 14px;
  color: #666;
}

.choose__item.active {
  border-color: #1476F9;
}

.choose__item.active a {
  color: #1476F9;
}

.choose__item a:hover {
  color: #1476F9;
}

.choose__item:hover p i {
  transform: rotate(180deg);
}

.choose__item:hover .choose__box {
  display: block;
}

.choose__box {
  display: none;
  position: absolute;
  top: 26px;
  padding-top: 4px;
  left: -1px;
  background-color: #fff;
  width: 90px;
  border-left: #D9D9D9 solid 1px;
  border-right: #D9D9D9 solid 1px;
  border-bottom: #D9D9D9 solid 1px;
  box-sizing: border-box;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.choose__box p {
  text-align: left;
}

.pie__box {
  width: 100%;
  margin-bottom: 50px;
}

.pie__place {
  position: relative;
  width: 390px;
  height: 404px;
  background-color: #fff;
}

#lawyerpie {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 390px;
  height: 390px;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0px;
  margin: 0px;
  border-width: 0px;
}

.pie__title {
  position: absolute;
  bottom: 32px;
  left: 50%;
  width: 127px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  background: linear-gradient(19deg, #838497 0%, #4C4D5E 100%);
  border-radius: 8px;
  transform: translateX(-50%);
}

.pank__place {
  margin-top: 28px;
  padding: 16px;
  width: 390px;
  /* height: 376px; */
  background: rgba(235, 243, 253, .4);
  box-sizing: border-box;
}

.pank__title {
  color: #666;
  font-size: 14px;
}

.icon__normal {
  width: 10px;
  float: left;
  height: 10px;
  border: 1px solid #C1C1C1;
  border-radius: 50%;
  box-sizing: border-box;
}

.icon__3 {
  background: #FFF9E8;
}

.icon__2 {
  background: #FFD562;
}

.icon__1 {
  background: #FFE7A6;
}

.icon__4 {
  background: #F27B71;
}

.icon__5 {
  background: #8996E7;
}

.icon__6 {
  background: #97BFFF;
}

.icon__7 {
  background: #54BEB6;
}

.icon__8 {
  background: #49A9EE;
}

.icon__9 {
  background: #B4DBF8;
}

.icon__10 {
  background: #6DB9F1;
}

.icon__11 {
  background: #DBF1D2;
}

.icon__12 {
  background: #98D87D;
}

.icon__13 {
  background: #C4E9B4;
}
.top__three {
  padding: 0 8px;
  margin-top: 28px;
  box-sizing: border-box;
}

.three__item {
  width: 82px;
  margin: 0 16px;
}

.three__item .three__title {
  margin-top:16px;
}

.three__item .three__title span {
  float: left;
  font-size: 16px;
  color: #333;
  margin-left: 8px;
  white-space: nowrap;
  max-width: 64px;
}

.three__item .three__number {
  padding-left: 18px;
  margin-top:8px;
  color: #1476F9;
  font-size: 16px;
}

.three__icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
}

.three__icon img {
  width: 64px;
  height: 64px;
}

.top__three .icon__normal {
  margin-top: 3px;
}

.top__other {
  margin-top:30px;
}

.top__other_l {
  height: auto;
  width: 179px;
  border-right: #D3D9E0 dashed 1px;
  box-sizing: border-box;
}

.top__other_l:last-child {
  border-right: none;
  padding-left: 12px;
}

.top__other li {
  margin-bottom: 14px;
}

.top__other li:last-child {
  margin-bottom: 0;
}

.top__other li span {
  float: left;
}

.top__other .icon__normal {
  margin-top: 5px;
}

.other__number {
  margin-left: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 18px;
  background: #4C4D5E;
  border-radius: 4px;
  text-align: center;
  line-height: 18px;
}

.other__title {
  width: 96px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #666;
  font-size: 14px;
  line-height: 18px;
  margin-left: 8px;
  margin-right: 18px;
}

.answer__li {
  border-bottom: #eee solid 1px;
  padding: 24px 0;
}

.answer__li:first-child {
  padding: 14px 0 24px;
}

.answer__li-title {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 28px;
}

.answer__li-title .iconfont {
  color: #feb835;
  margin-right: 4px;
  font-size: 18px;
  vertical-align: -1px;
}

.answer__li-lawyerinfo {
  margin-top: 20px;
}

.lawyerinfo__avatar {
  float: left;
  display: block;
}

.lawyerinfo__avatar img {
  width: 48px;
  height: 48px;
  border-radius: 3px;
}

.lawyerinfo__intro {
  float: left;
  margin-left: 16px;
  width: 716px;
}

.intro__top {
  font-size: 16px;
  color: #999;
}

.intro__top-name {
  margin-right: 6px;
  color: #333;
  font-weight: bold;
}

.intro__bottom {
  margin-top: 16px;
  color: #999;
  font-size: 14px;
}

.answer__li-reply {
  display: inline-block;
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #888;
}

.answer__li-reply .iconfont {
  color: #6297FF;
  margin-right: 4px;
  font-size: 18px;
  vertical-align: -2px;
}

.statistics__item {
  float: left;
  width: 170px;
  text-align: center;
  border-right: #eee solid 1px;
  box-sizing: border-box;
}

.statistics__item:last-child {
  border-right: none;
}

.statistics__item .title {
  color: #333;
  font-size: 16px;
}

.statistics__item .num {
  margin-top:16px;
  font-size: 30px;
  font-family: Arial;
  font-weight: bold;
}

.statistics__item .tips {
  margin-top: 18px;
  color: #666;
  font-size: 12px;
}

.statistics__item .tips .num {
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  color: #01C12E;
}

.statistics__item .tips .iconfont {
  display: inline-block;
  color: #01C12E;
  transform: rotate(180deg);
  font-size: 14px;
  vertical-align: -2px;
}

.right__common-title {
  margin-top: 10px;
  padding: 14px 0;
  border-bottom: #F3F8FE solid 2px;
  font-size: 18px;
  font-weight: bold;
}

.right__intro-con {
  margin-top: 24px;
  font-size: 14px;
  color: #888;
  line-height: 26px;
}

.right__intro-con.hide {
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.right__intro-open {
  width: 132px;
  background: #F5F8FF;
  margin: 0 auto;
  text-align: center;
  line-height: 36px;
  margin-top: 18px;
  cursor: pointer;
  border-radius: 3px;
}

.right__intro-open .txt {
  font-size: 14px;
  font-weight: 400;
  color: #5177F4;
}

.right__intro-open .iconfont {
  display: inline-block;
  color: #5177F4;
  transform: rotate(90deg);
  margin-left: 6px;
  transition: transform .1s;
}

.right__intro-open.open .iconfont {
  transform: rotate(-90deg);
}

.achievement__item {
  margin-top: 30px;
}

.achievement__icon {
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.achievement__con {
  margin-left: 14px;
  float: left;
  width: 222px;
}

.achievement__title {
  font-size: 16px;
  color: #333;
}

.achievement__title .iconfont {
  margin-left: 10px;
  color: #5177F4;
}

.achievement__tips {
  margin-top: 12px;
  color: #999;
  font-size: 14px;
  white-space: nowrap;
}

.new__consults {
  margin-top: 20px;
  background-color: #fff;
  height: auto;
  overflow: hidden;
  padding: 0 30px;
  box-sizing: border-box;
}

.consult__h3 {
  margin-bottom: 20px;
}

.consult__h3 span {
  float: left;
}

.consult__h3 a {
  float: right;
  color: #62a4fd;
  font-size: 12px;
  font-weight: normal;
}

.consult__item {
  width: 280px;
}

.consult__item-right {
  width: 210px;
}

.hot__label-box {
  background-color: #fff;
  padding: 30px 0 20px;
}

.hot__label {
  width: 1200px;
  margin: 0 auto;
}

.hot__label-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}

.hot__label-list a {
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 6px;
  background-color: #F7F7F7;
  color: #666;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}

.tab_3-nav {
  margin: 0 auto 30px;
  width: 240px;
}

.tab_3-nav li {
  width: 120px;
  text-align: center;
  line-height: 44px;
  border: #ddd solid 1px;
  float: left;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}

.tab_3-nav li.active {
  background-color: #5177F4;
  border-color: #5177F4;
  color: #fff;
}

.tab_3-nav li:last-child {
  border-left: none;
}

.tab_3-con {

}

.tab_3-con li {
  padding: 0 30px 0 20px;
  margin-bottom: 24px;
  width: 780px;
  line-height: 44px;
  background: #F8F8F8;
  border-radius: 5px;
  box-sizing: border-box;
}

.tab_3-con li .number {
  font-size: 14px;
  font-weight: bold;
  width: 100px;
  display: inline-block;
}

.tab_3-con li .number .iconfont {
  margin-right: 10px;
}
.tab_3-con li .number__1 {
 color: #FF7166; 
}

.tab_3-con li .number__2 {
  color: #5177F4;
}

.tab_3-con li .number__3 {
  color: #FEA016;
}

.tab_3-con li .txt1 {
  font-size: 14px;
  color: #333;
  margin-left: 60px;
}

.tab_3-con li .txt1 em {
  color: #888;
}

.tab_3-con li .txt2 {
  font-size: 14px;
  color: #999;
  float: right;
  cursor: pointer;
}

#tc_case {
  padding: 5px 25px;
  display: none;
}

.float__right {
  display: none;
  position: fixed;
  /* top: 232px; */
  top: 407px;
  width: 200px;
  z-index: 1000;
}

.float__top {
  position: relative;
  padding: 12px 20px;
  width: 200px;
  background: #fff;
  line-height: 24px;
  color:#333;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,.1);  
  -moz-box-shadow:0 5px 5px rgba(0,0,0,.1);  
  box-shadow:0 5px 5px rgba(0,0,0,.1); 
}

.float__top i {
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 20px;
  background-color: #fff;
  transform: rotate(45deg);
}

.float__top em {
  color:#FF760E;
}

.float__bottom {
  padding: 44px 25px 32px;
  position: relative;
  margin-top: 46px;
  width: 200px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-shadow:0 5px 5px rgba(0,0,0,.1);  
  -moz-box-shadow:0 5px 5px rgba(0,0,0,.1);  
  box-shadow:0 5px 5px rgba(0,0,0,.1); 
}

.float__bottom-img {
  padding: 3px;
  background-color: #fff;
  width: 62px;
  height: 62px;
  position: absolute;
  top: -36px;
  left: 50%;
  margin-left: -31px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.1);  
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,.1);  
  box-shadow: 0 3px 3px rgba(0,0,0,.1); 
  box-sizing: border-box;
}

.float__bottom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  width: 150px;
  height: 40px;
  background: linear-gradient(90deg, #6297FF, #6F7DFF);
  border-radius: 20px;
}

.float__bottom-btn i {
  display: inline-block;
  width: 21px;
  height: 18px;
  background-size: cover;
  margin-right: 8px;
}

.float__bottom-btn i.icon__text {
  background: url(../image/c07ef52a_icon_text.png) no-repeat;
}

.float__bottom-btn i.icon__phone {
  background: url(../image/a9236393_icon_phone.png) no-repeat;
}

.float__bottom-btn i.icon__wenshu {
  background: url(../image/7c696458_icon_wenshu.png) no-repeat;
}

.float__bottom-btn i.icon__hetong {
  background: url(../image/f3a944a2_icon_hetong.png) no-repeat;
}

.float__bottom-btn:hover {
  color: #fff;
}

.float__bottom-name {
  margin-bottom: 12px;
  text-align: center;
  color:#999;
  font-size: 18px;
}

.float__bottom-name b {
  color:#404040;
  margin-right: 4px;
}

.case__title {
  color: #333;
  font-size: 16px;
}

.case__top-con {
  margin: 20px auto;
  width: 600px;
}

.case__top-con li {
  float: left;
  margin: 0 25px;
}

.case__top-icon {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}

.case__top-icon.number01 {
  background-image: url(../image/b0d4a5c5_icon_number01.jpg);
}


.case__top-icon.number02 {
  background-image: url(../image/fcf4f09e_icon_number02.jpg);
}


.case__top-icon.number03 {
  background-image: url(../image/aa6742c6_icon_number03.jpg);
}

.case__top-title {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-top: 10px;
  text-align: center;
}

.common__title-other {
  margin-top: 30px;
}

.common__title-other em {
  width: 3px;
  height: 16px;
  background: #5177F4;
  float: left;
}

.common__title-other span {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
}

.case__list {

}

.case__list li {
  padding: 24px 0;
  border-bottom: #eee solid 1px;
}

.case__li-title {
  line-height: 22px;
  font-size: 16px;
}

.case__li-title a {
  display: inline-block;
  color: #333;
}

.case__li-footer {
  margin-top: 24px;
}

.case__li-footer span {
  color: #999;
  font-size: 14px;
}

.case__li-l {
  display: inline-block;
}

.case__li-r {
  float: right;
}

.case__li-c {
  margin-left: 50px;
}

.common__empty {
  padding: 100px 0 150px;
  width: 100%;
  text-align: center;
}

.common__empty .empty__icon {
  display: inline-block;
  background-image: url(../image/f0103e47_none-search-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 180px;
}

.common__empty .empty__txt {
  color: #999;
  font-size: 16px;
}

.right__intro-no {
  text-align: center;
  padding-top: 30px;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.right__side {
  display: none !important;
}




.common__emptys{
  margin-left: 300px;
}

 .new__article .article__list{
   display: block;
   flex-flow: column;
}
.new__article .article__list .article__items{
 width: 780px;
 height: 140px;
 margin-bottom: 15px;
}
 .new__article .article__list .article__items a{
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
}
 .new__article .article__list .article__item-left{
  position: relative;
}
 .new__article .article__list .article__item-left .article__item-sorts{
  position: absolute;
  left: 8px;
  top: 8px;
  width: 66px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;

}
 .new__article .article__list  .article__item-left .article__item-pics{
   width: 248px;
   height: 140px;
   border-radius: 4px;
   margin-right: 24px;
}


.new__article .article__list .article__items .article__item-rights{
  width: 505px;
  height: 140px;
}
.new__article .article__list .article__items a .article__item-rights .titles{
  color: #333;
  font-size: 18px;
  line-height: 26px;
  display:-webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.new__article .article__list .article__items a .article__item-rights .titles:hover{
  color: #1476F9;
}
.new__article .article__list .article__items a .article__item-rights .subtitles{
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.new__article .article__list .article__items a .article__item-rights .subtitles:hover{
  color: #1476F9;
}

.common__emptys{
  margin-left: 200px;
}
