#index_Banner {
  width: 100%;
  height: 492px;
  border-radius: 8px;
}

#index_Banner .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lawyer-guide-top-box {
  width: 100%;
  height: 492px;
}

.lawyer-info-box.selective-lawyer {
  width: 229px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  border: 1px solid rgba(222, 223, 224, .4);
  -webkit-box-shadow: 0 8px 30px 0 rgba(97, 98, 104, .04);
  box-shadow: 0 8px 30px 0 rgba(97, 98, 104, .04);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 18px;
  margin-left: 13px;
  /*cursor: pointer;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.lawyer-info-box.selective-lawyer:hover .lawyer-info .identity-box .name {
  color: #05f
}

.lawyer-info-box.selective-lawyer .padding24 {
  padding: 0 24px
}

.lawyer-info-box.selective-lawyer .lineclamp1[data-v-f0121f70] {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.lawyer-info-box.selective-lawyer .layer-item-box[data-v-f0121f70]:not(:first-child) {
  margin-left: 18px
}

.lawyer-info-box.selective-lawyer .lawyer-info:hover .avatar-box[data-v-f0121f70] {
  animation: scaleDraw-data-v-f0121f70 .4s linear;
  -webkit-animation: scaleDraw-data-v-f0121f70 .4s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

@-webkit-keyframes scaleDraw-data-v-f0121f70 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
  }

  to {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
  }
}

.lawyer-info-box.selective-lawyer .lawyer-avatar-box[data-v-f0121f70] {
  position: relative;
  background-color: #dee4f0;
  overflow: hidden
}

.lawyer-info-box.selective-lawyer .lawyer-avatar-box .avatar-box {
  display: block;
  height: 179px;
  margin: 0 auto
}

.lawyer-info-box.selective-lawyer .lawyer-avatar-box .icon[data-v-f0121f70] {
  position: absolute;
  left: 24px;
  bottom: 18px;
  width: 60px;
  height: 22px;
  background-image: url(/static/web/v2/image/vip-zunxiang-icon.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}

.lawyer-info-box.selective-lawyer .lawyer-avatar-box .qh-icon[data-v-f0121f70] {
  background-image: url(/static/web/v2/image/vip-qihang-icon.png)
}

.lawyer-info-box.selective-lawyer .identity-box[data-v-f0121f70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px
}

.lawyer-info-box.selective-lawyer .identity-box .name[data-v-f0121f70] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #1e2400;
  line-height: 26px;
  margin: -3px 0;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.lawyer-info-box.selective-lawyer .identity-box .v-icon[data-v-f0121f70] {
  width: 20px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4px;
  background-image: url(/static/web/v2/image/yellow-icon.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}

.lawyer-info-box.selective-lawyer .identity-box .tag[data-v-f0121f70] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 20px;
  margin-left: 4px;
  padding: 0 6px;
  background: rgba(0, 85, 255, .1);
  border: 1px solid rgba(0, 85, 255, .5);
  border-radius: 24px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #05f;
  text-align: center;
  line-height: 20px;
  font-weight: 400
}

.lawyer-info-box.selective-lawyer .occupation-box[data-v-f0121f70] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lawyer-info-box.selective-lawyer .occupation-box .organization[data-v-f0121f70],
.lawyer-info-box.selective-lawyer .occupation-box .work-time[data-v-f0121f70] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #848691;
  line-height: 20px;
  margin: -3px 0;
  font-weight: 400
}

.lawyer-info-box.selective-lawyer .occupation-box .work-time[data-v-f0121f70] {
  margin-right: 5px
}

.lawyer-info-box.selective-lawyer .occupation-box .organization[data-v-f0121f70] {
  width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left
}

.lawyer-info-box.selective-lawyer .occupation-box .organization .divider[data-v-f0121f70] {
  text-align: center
}

.lawyer-info-box.selective-lawyer .tag-list-box[data-v-f0121f70] {
  padding-top: 4px;
  padding-bottom: 18px;
  height: 76px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px
}

.lawyer-info-box.selective-lawyer .tag-list-box .tag-item[data-v-f0121f70] {
  padding: 3px 5px;
  margin-top: 8px;
  margin-right: 12px;
  height: 22px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 14px;
  color: #717d9c;
  line-height: 1;
  background: #fff;
  border: 1px solid rgba(115, 125, 153, .4);
  border-radius: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 86px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.lawyer-info-box.selective-lawyer .service-box[data-v-f0121f70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px
}

.lawyer-info-box.selective-lawyer .service-box .service-num[data-v-f0121f70] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #848691;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.lawyer-info-box.selective-lawyer .service-box .dial-consult[data-v-f0121f70] {
  width: 80px;
  height: 30px;
  background: #05f;
  border-radius: 6px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px
}

.lawyer-info-box.selective-lawyer .service-box .dial-consult[data-v-f0121f70]:hover {
  opacity: .92
}

.lawyer-info-box.local-lawyer[data-v-f0121f70] {
  width: 390px;
  height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /*cursor: pointer;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(17%, #fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff 17%, #fff);
  border: 1px solid rgba(222, 223, 224, .4);
  -webkit-box-shadow: 0 12px 30px 0 rgba(97, 98, 104, .04);
  box-shadow: 0 12px 30px 0 rgba(97, 98, 104, .04);
  border-radius: 8px;
  margin-left: 17px;
  margin-bottom: 16px
}

.lawyer-info-box.local-lawyer:hover .lawyer-right-box .lawyer-name-box .name[data-v-f0121f70] {
  color: #05f
}

.lawyer-info-box.local-lawyer:hover .avatar-box[data-v-f0121f70] {
  animation: scaleDraw-data-v-f0121f70 .4s linear;
  -webkit-animation: scaleDraw-data-v-f0121f70 .4s linear;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards
}

@keyframes scaleDraw-data-v-f0121f70 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
  }

  to {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
  }
}

.lawyer-info-box.local-lawyer .lawyer-left-box[data-v-f0121f70] {
  width: 183px;
  height: 100%;
  background: #dfecff;
  border-radius: 6px 0 0 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden
}

.lawyer-info-box.local-lawyer .lawyer-left-box .avatar-box[data-v-f0121f70] {
  display: block;
  height: 140px;
  margin: 0 auto
}

.lawyer-info-box.local-lawyer .lawyer-right-box[data-v-f0121f70] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 11px 14px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-name-box[data-v-f0121f70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-name-box .name[data-v-f0121f70] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #1e2400;
  line-height: 26px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-name-box .v-icon[data-v-f0121f70] {
  width: 20px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 5px;
  background-image: url(/static/web/v2/image/light.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}

.lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-name-box .icon[data-v-f0121f70] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 22px;
  margin-left: 5px;
  background-image: url(/static/web/v2/image/vip-zunxiang-icon.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}

.lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-name-box .qh-icon[data-v-f0121f70] {
  background-image: url(/static/web/v2/image/vip-qihang-icon.png)
}

.lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-occupation-box[data-v-f0121f70] {
  margin-top: 6px
}

.lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-occupation-box .lawyer-occupation-intro[data-v-f0121f70] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e1f24;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-company-box[data-v-f0121f70] {
  margin-top: 6px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #848691;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.lawyer-info-box.local-lawyer .lawyer-right-box .service-box[data-v-f0121f70] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 14px
}

.lawyer-info-box.local-lawyer .lawyer-right-box .service-box .dial-consult[data-v-f0121f70] {
  width: 80px;
  height: 30px;
  background: #05f;
  border-radius: 6px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px
}

.lawyer-info-box.local-lawyer .lawyer-right-box .service-box .dial-consult[data-v-f0121f70]:hover {
  opacity: .92
}

.lawyer-info-box.local-lawyer .lawyer-right-box .service-box .service-num[data-v-f0121f70] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #848691;
  line-height: 30px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.menu-box[data-v-98d3a474] {
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(222, 223, 224, .5)
}

.menu-box,
.menu-box .menu-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center
}

.menu-box .menu-list-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-align: center;
  margin-top: -3px
}

.menu-box .menu-list-box .menu-item {
  font-family: PingFangSC-Regular;
  cursor: pointer;
  font-size: 16px;
  color: #50525c;
  line-height: 26px;
  font-weight: 400;
  padding-bottom: 21px;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center
}

.menu-box .menu-list-box .menu-item:not(:first-child) {
  margin-left: 42px
}

.menu-box .menu-list-box .menu-item.active {
  font-family: PingFangSC-Semibold;
  color: #05f;
  font-weight: 600;
  border-bottom: 2px solid #336cff;
  min-width: 80px
}

.menu-box .menu-list-box .menu-item:hover {
  color: #1e1f24
}

.menu-box .watch-all[data-v-98d3a474] {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer
}

.menu-box .watch-all .desc[data-v-98d3a474] {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #1e1f24;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 24px
}

.modal[data-v-170c332c] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  font-family: PingFangSC-Regular;
  z-index: 20
}

.modal .content[data-v-170c332c] {
  width: 370px;
  height: auto;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 40px 24px 30px
}

.modal .content .close[data-v-170c332c] {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 10px
}

.modal .content .title[data-v-170c332c] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #1f1f1f;
  line-height: 18px;
  margin-bottom: 10px
}

.modal .content .sub[data-v-170c332c] {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 14px;
  margin-bottom: 24px
}

.modal .content[data-v-170c332c] .el-input__inner {
  width: 100% !important;
  height: 30px;
  padding-left: 8px;
  line-height: 30px
}

.modal .content .btn-finish[data-v-170c332c] {
  margin: 0 auto;
  display: block;
  width: 205px;
  height: 30px;
  margin: 40px auto 12px
}

.modal .content .checkbox-label[data-v-170c332c] {
  font-size: 12px;
  color: #858585;
  margin-left: 50px
}

.modal .content .checkbox-label input[data-v-170c332c] {
  line-height: 1;
  vertical-align: middle
}

.modal .content-success[data-v-170c332c] {
  width: 370px;
  height: 260px;
  background: #fff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  padding: 24px 24px;
  text-align: center
}

.modal .content-success .close[data-v-170c332c] {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 10px
}

.modal .content-success .success-title[data-v-170c332c] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #1f1f1f;
  line-height: 18px;
  margin-bottom: 24px
}

.modal .content-success .qrcode[data-v-170c332c] {
  width: 44px;
  height: 44px;
  margin: 52px auto 0;
  overflow: hidden;
  margin-bottom: 30px
}

.modal .content-success .qrcode img[data-v-170c332c] {
  width: 100%;
  height: 100%;
  float: left
}

.modal .content-success .sub-title[data-v-170c332c] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #1f1f1f;
  line-height: 18px;
  margin-bottom: 14px
}

.modal .content-success .sub-tip[data-v-170c332c] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #858585;
  line-height: 14px
}

.btn-finish[data-v-170c332c] {
  width: 128px;
  height: 30px;
  background: #336cff;
  border-radius: 6px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-left: 4px;
  cursor: pointer
}

.btn-finish[data-v-170c332c]:hover {
  background: #2d60e5
}

.btn-finish-nocan[data-v-170c332c],
.btn-finish-nocan[data-v-170c332c]:hover {
  background: #d7d9e0
}

.bind-code[data-v-170c332c] {
  position: relative;
  margin-top: 10px
}

.bind-code-gain[data-v-170c332c] {
  position: absolute;
  top: calc(50% - 15px);
  right: 10px;
  font-size: 13px;
  color: #336cff;
  line-height: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  background: transparent
}

.gray[data-v-170c332c] {
  opacity: .5
}

.text-line .text-line-a[data-v-170c332c] {
  font-family: Arial, sans-serif Microsoft YaHei;
  font-size: 13px;
  color: #626675;
  text-decoration: none
}

.modal .mint-popup[data-v-170c332c] {
  padding: 24px 36px 20px;
  color: #666
}

.mint-popup[data-v-170c332c] {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out
}

.modal .mint-popup>header[data-v-170c332c] {
  padding-bottom: 24px;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 18px;
  text-align: center;
  font-size: 22px;
  line-height: 1em
}

.modal .mint-popup>section[data-v-170c332c] {
  max-height: 318px;
  overflow: auto;
  margin-bottom: 15px
}

.modal .mint-popup>section p[data-v-170c332c] {
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 10px
}

.modal .mint-popup>footer[data-v-170c332c] {
  text-align: center
}

.modal .mint-popup>footer button[data-v-170c332c] {
  line-height: 40px;
  border: none;
  color: #fff;
  background: #0a3669;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 40px;
  outline: none;
  cursor: pointer
}

button[data-v-170c332c],
input[data-v-170c332c],
select[data-v-170c332c],
textarea[data-v-170c332c] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit
}

.v-modal[data-v-170c332c] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000
}

.clue-protocol-box[data-v-d490bee0] {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  margin-top: 12px
}

.clue-protocol-box .protocol-box .protocol-desc[data-v-d490bee0] {
  color: #05f;
  cursor: pointer
}


.question-box[data-v-826d6f08] {
  padding: 22px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: PingFangSC-Regular;
  /*cursor: pointer;*/
  width: 388px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(17%, #fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff 17%, #fff);
  border: 1px solid rgba(222, 223, 224, .4);
  -webkit-box-shadow: 0 12px 30px 0 rgba(97, 98, 104, .04);
  box-shadow: 0 12px 30px 0 rgba(97, 98, 104, .04);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 18px;
  margin-left: 18px
}

.question-box:hover .question-title[data-v-826d6f08] {
  color: #05f
}

.question-box .question-title[data-v-826d6f08] {
  font-family: PingFangSC-Semibold;
  font-size: 20px;
  color: #1e1f24;
  line-height: 26px;
  margin: -3px 0;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.question-box .question-mid-box[data-v-826d6f08] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(222, 223, 224, .5);
  margin-top: 16px
}

.question-box .lawyer-info-box[data-v-826d6f08],
.question-box .question-mid-box[data-v-826d6f08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.question-box .lawyer-info-box[data-v-826d6f08] {
  overflow: hidden
}

.question-box .lawyer-info-box .lawyer-avatar[data-v-826d6f08] {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px
}

.question-box .lawyer-info-box .lawyer-avatar .lawyer-avatar-img[data-v-826d6f08] {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #d9e3f2;
  border: 1px solid #dedfe0
}

.question-box .lawyer-info-box .lawyer-intro-box[data-v-826d6f08] {
  position: relative;
  overflow: hidden;
  margin-right: 8px
}

.question-box .lawyer-info-box .lawyer-intro-box .lawyer-name-box[data-v-826d6f08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.question-box .lawyer-info-box .lawyer-intro-box .lawyer-name-box .lawyer-name[data-v-826d6f08] {
  font-family: PingFangSC-Semibold;
  font-size: 16px;
  color: #1e1f24;
  text-align: justify;
  line-height: 22px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.question-box .lawyer-info-box .lawyer-intro-box .lawyer-name-box .vip-icon[data-v-826d6f08] {
  margin-left: 5px;
  width: 60px;
  height: 22px;
  background: url(/static/web/v2/image/vip-zunxiang-icon.png) 50% no-repeat;
  background-size: contain
}

.question-box .lawyer-info-box .lawyer-intro-box .lawyer-name-box .qh-vip-icon[data-v-826d6f08] {
  background-image: url(/static/web/v2/image/vip-qihang-icon.png)
}

.question-box .lawyer-info-box .lawyer-intro-box .lawyer-detail-intro-box[data-v-826d6f08] {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.question-box .lawyer-info-box .lawyer-intro-box .lawyer-detail-intro-box .lawyer-intro[data-v-826d6f08] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #848691;
  line-height: 20px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.question-box .lawyer-info-box .lawyer-intro-box .lawyer-detail-intro-box .lawyer-intro[data-v-826d6f08]:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px
}

.question-box .consult-btn-box[data-v-826d6f08] {
  width: 80px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer
}

.question-box .consult-btn-box .consult-btn[data-v-826d6f08] {
  background: #05f;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 400
}

.question-box .consult-btn-box .consult-btn[data-v-826d6f08]:hover {
  opacity: .92
}

.question-box .question-content[data-v-826d6f08] {
  margin-top: 12px;
  width: 100%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #50525c;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  height: 72px
}

.question-box .lawyer-bottom-box[data-v-826d6f08] {
  margin-top: 9px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #848691;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.question-box .lawyer-bottom-box .reads-number[data-v-826d6f08] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.question-box .lawyer-bottom-box .lawyer-certification[data-v-826d6f08] {
  width: auto;
  height: 16px;
  background: rgba(0, 0, 0, .03);
  border: .61px solid rgba(0, 0, 0, .15);
  border-radius: 7.3px;
  font-size: 12px;
  color: #858585;
  text-align: center;
  line-height: 14px;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(.875);
  transform: scale(.875)
}

.question-box .lawyer-bottom-box .question-date[data-v-826d6f08] {
  margin-left: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}


.immersive-translate-input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2147483647;
  display: flex;
  justify-content: center;
  align-items: center;
}

.immersive-translate-attach-loading::after {
  content: " ";

  --loading-color: #f78fb6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  margin: 12px auto;
  position: relative;
  color: white;
  left: -100px;
  box-sizing: border-box;
  animation: immersiveTranslateShadowRolling 1.5s linear infinite;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-2000%, -50%);
  z-index: 100;
}

.immersive-translate-loading-spinner {
  vertical-align: middle !important;
  width: 10px !important;
  height: 10px !important;
  display: inline-block !important;
  margin: 0 4px !important;
  border: 2px rgba(221, 244, 255, 0.6) solid !important;
  border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
  border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
  border-radius: 50% !important;
  padding: 0 !important;
  -webkit-animation: immersive-translate-loading-animation 0.6s infinite linear !important;
  animation: immersive-translate-loading-animation 0.6s infinite linear !important;
}

@-webkit-keyframes immersive-translate-loading-animation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes immersive-translate-loading-animation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.immersive-translate-input-loading {
  --loading-color: #f78fb6;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: block;
  margin: 12px auto;
  position: relative;
  color: white;
  left: -100px;
  box-sizing: border-box;
  animation: immersiveTranslateShadowRolling 1.5s linear infinite;
}

@keyframes immersiveTranslateShadowRolling {
  0% {
    box-shadow: 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0),
      0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  12% {
    box-shadow: 100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0),
      0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  25% {
    box-shadow: 110px 0 var(--loading-color), 100px 0 var(--loading-color),
      0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
  }

  36% {
    box-shadow: 120px 0 var(--loading-color), 110px 0 var(--loading-color),
      100px 0 var(--loading-color), 0px 0 rgba(255, 255, 255, 0);
  }

  50% {
    box-shadow: 130px 0 var(--loading-color), 120px 0 var(--loading-color),
      110px 0 var(--loading-color), 100px 0 var(--loading-color);
  }

  62% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color),
      120px 0 var(--loading-color), 110px 0 var(--loading-color);
  }

  75% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
      130px 0 var(--loading-color), 120px 0 var(--loading-color);
  }

  87% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
      200px 0 rgba(255, 255, 255, 0), 130px 0 var(--loading-color);
  }

  100% {
    box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0),
      200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
  }
}

.immersive-translate-toast {
  display: flex;
  position: fixed;
  z-index: 2147483647;
  left: 0;
  right: 0;
  top: 1%;
  width: fit-content;
  padding: 12px 20px;
  margin: auto;
  overflow: auto;
  background: #fef6f9;
  box-shadow: 0px 4px 10px 0px rgba(0, 10, 30, 0.06);
  font-size: 15px;
  border-radius: 8px;
  color: #333;
}

.immersive-translate-toast-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.immersive-translate-toast-hidden {
  margin: 0 20px 0 72px;
  text-decoration: underline;
  cursor: pointer;
}

.immersive-translate-toast-close {
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
  cursor: pointer;
}

.consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.web-choose {
  display: block;
}

.consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose {
  display: none;
}

@media screen and (max-width: 768px) {
  .immersive-translate-toast {
    top: 0;
    padding: 12px 0px 0 10px;
  }

  .immersive-translate-toast-content {
    flex-direction: column;
    text-align: center;
  }

  .immersive-translate-toast-hidden {
    margin: 10px auto;
  }
}

.immersive-translate-modal {
  display: none;
  position: fixed;
  z-index: 2147483647;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
}

.immersive-translate-modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 40px 24px 24px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 80%;
  max-width: 270px;
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu",
    "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  position: relative;
}

@media screen and (max-width: 768px) {
  .immersive-translate-modal-content {
    margin: 50% auto !important;
  }
}

.immersive-translate-modal .immersive-translate-modal-content-in-input {
  max-width: 500px;
}

.immersive-translate-modal-content-in-input .immersive-translate-modal-body {
  text-align: left;
  max-height: unset;
}

.immersive-translate-modal-title {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}

.immersive-translate-modal-body {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  word-break: break-all;
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .immersive-translate-modal-body {
    max-height: 250px;
    overflow-y: auto;
  }
}

.immersive-translate-close {
  color: #666666;
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 20px;
  font-weight: bold;
}

.immersive-translate-close:hover,
.immersive-translate-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.immersive-translate-modal-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}

.immersive-translate-btn {
  width: fit-content;
  color: #fff;
  background-color: #ea4c89;
  border: none;
  font-size: 16px;
  margin: 0 8px;
  padding: 9px 30px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.immersive-translate-btn:hover {
  background-color: #f082ac;
}

.immersive-translate-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.immersive-translate-btn:disabled:hover {
  background-color: #ea4c89;
}

.immersive-translate-cancel-btn {
  /* gray color */
  background-color: rgb(89, 107, 120);
}

.immersive-translate-cancel-btn:hover {
  background-color: hsl(205, 20%, 32%);
}

.immersive-translate-action-btn {
  background-color: transparent;
  color: #ea4c89;
  border: 1px solid #ea4c89;
}

.immersive-translate-btn svg {
  margin-right: 5px;
}

.immersive-translate-link {
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
  text-decoration: none;
  color: #007bff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.immersive-translate-primary-link {
  cursor: pointer;
  user-select: none;
  -webkit-user-drag: none;
  text-decoration: none;
  color: #ea4c89;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.immersive-translate-modal input[type="radio"] {
  margin: 0 6px;
  cursor: pointer;
}

.immersive-translate-modal label {
  cursor: pointer;
}

.immersive-translate-close-action {
  position: absolute;
  top: 2px;
  right: 0px;
  cursor: pointer;
}

.imt-image-status {
  background-color: rgba(0, 0, 0, 0.5) !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 16px !important;
}

.imt-image-status img,
.imt-image-status svg,
.imt-img-loading {
  width: 28px !important;
  height: 28px !important;
  margin: 0 0 8px 0 !important;
  min-height: 28px !important;
  min-width: 28px !important;
}

.imt-img-loading {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAAtFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////oK74hAAAAPHRSTlMABBMIDyQXHwyBfFdDMSw+OjXCb+5RG51IvV/k0rOqlGRM6KKMhdvNyZBz9MaupmxpWyj437iYd/yJVNZeuUC7AAACt0lEQVRIx53T2XKiUBCA4QYOiyCbiAsuuGBcYtxiYtT3f6/pbqoYHVFO5r+iivpo6DpAWYpqeoFfr9f90DsYAuRSWkFnPO50OgR9PwiCUFcl2GEcx+N/YBh6pvKaefHlUgZd1zVe0NbYcQjGBfzrPE8Xz8aF+71D8gG6DHFPpc4a7xFiCDuhaWgKgGIJQ3d5IMGDrpS4S5KgpIm+en9f6PlAhKby4JwEIxlYJV9h5k5nee9GoxHJ2IDSNB0dwdad1NAxDJ/uXDHYmebdk4PdbkS58CIVHdYSUHTYYRWOJblWSyu2lmy3KNFVJNBhxcuGW4YBVCbYGRZwIooipHsNqjM4FbgOQqQqSKQQU9V8xmi1QlgHqQQ6DDBvRUVCDirs+EzGDGOQTCATgtYTnbCVLgsVgRE0T1QE0qHCFAht2z6dLvJQs3Lo2FQoDxWNUiBhaP4eRgwNkI+dAjVOA/kUrIDwf3CG8NfNOE0eiFotSuo+rBiq8tD9oY4Qzc6YJw99hl1wzpQvD7ef2M8QgnOGJfJw+EltQc+oX2yn907QB22WZcvlUpd143dqQu+8pCJZuGE4xCuPXJqqcs5sNpsI93Rmzym1k4Npk+oD1SH3/a3LOK/JpUBpWfqNySxWzCfNCUITuDG5dtuphrUJ1myeIE9bIsPiKrfqTai5WZxbhtNphYx6GEIHihyGFTI69lje/rxajdh0s0msZ0zYxyPLhYCb1CyHm9Qsd2H37Y3lugVwL9kNh8Ot8cha6fUNQ8nuXi5z9/ExsAO4zQrb/ev1yrCB7lGyQzgYDGuxq1toDN/JGvN+HyWNHKB7zEoK+PX11e12G431erGYzwmytAWU56fkMHY5JJnDRR2eZji3AwtIcrEV8Cojat/BdQ7XOwGV1e1hDjGGjXbdArm8uJZtCH5MbcctVX8A1WpqumJHwckAAAAASUVORK5CYII=");
  background-size: 28px 28px;
  animation: image-loading-rotate 1s linear infinite !important;
}

.imt-image-status span {
  color: var(--bg-2, #fff) !important;
  font-size: 14px !important;
  line-height: 14px !important;
  font-weight: 500 !important;
  font-family: "PingFang SC", Arial, sans-serif !important;
}

@keyframes image-loading-rotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.falv-select {
  height: 40px;
  line-height: 40px;
  width: 100%;
  /* 使下拉框宽度自适应父容器 */
  padding-left: 10px;
  /* 内边距 */
  border: 2px solid #007bff;
  /* 边框颜色 */
  border-radius: 8px;
  /* 边框圆角 */
  background-color: #f8f9fa;
  /* 背景颜色 */
  color: #343a40;
  /* 字体颜色 */
  font-size: 16px;
  /* 字体大小 */
  transition: all 0.3s ease;
  /* 平滑过渡效果 */
  /* 移除背景图片，不使用自定义下拉箭头 */
  background-position: right 15px center;
  cursor: pointer;
}

.falv-select:focus {
  border-color: #80bdff;
  /* 聚焦时边框颜色 */
  outline: none;
  box-shadow: 0 0 10px rgba(0, 123, 255, .25);
  /* 聚焦时的阴影 */
}

.falv-select::-ms-expand {
  display: none;
  /* 隐藏IE浏览器的下拉箭头 */
}

.ask-form[data-v-08ccbfa6] .el-input__suffix {
  color: #1f1e25
}

.ask-form[data-v-08ccbfa6] .el-select .el-input .el-select__caret {
  color: #1f1e24
}

.ask-form[data-v-08ccbfa6] .el-input__icon {
  line-height: 30px
}

.ask-form[data-v-08ccbfa6] .el-cascader__label {
  width: 424px
}

.ask-form[data-v-08ccbfa6] .el-radio {
  margin-right: 18px
}

.ask-form[data-v-08ccbfa6] .el-radio__label {
  padding-left: 8px;
  font-size: 13px
}

.ask-form[data-v-08ccbfa6] .el-textarea__inner {
  padding: 12px 16px;
  font-size: 14px;
  color: #1e1f24;
  line-height: 1.5;
  background: #f5f6f9;
  resize: none;
  border-radius: 6px;
  border: none
}

.ask-form[data-v-08ccbfa6] .el-input__count {}

.ask-form[data-v-08ccbfa6] .el-form-item__label {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #1e1f24;
  line-height: 48px;
  font-weight: 400
}

.ask-form[data-v-08ccbfa6] .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  display: none
}

.ask-form[data-v-08ccbfa6] .el-radio__inner {
  width: 16px;
  height: 16px
}

.ask-form[data-v-08ccbfa6] .el-form-item__content {
  line-height: 48px
}

.ask-form[data-v-08ccbfa6] .el-form-item__error {
  position: static
}

.ask-form[data-v-08ccbfa6] .el-checkbox-group {
  font-size: 14px;
  line-height: 1;
  color: #848691;
  font-family: PingFangSC-Regular
}

.ask-form[data-v-08ccbfa6] .el-checkbox__label {
  padding-left: 4px;
  font-size: 14px;
  color: #848691 !important;
  font-family: PingFangSC-Regular
}

.ask-form[data-v-08ccbfa6] .el-checkbox__inner {
  border: 1px solid #dadce2;
  border-radius: 2px;
  background-color: #fff !important;
  border-color: #dadce2 !important
}

.ask-form[data-v-08ccbfa6] .el-checkbox__inner:after {
  border: 1px solid #336cff;
  border-left: 0;
  border-top: 0
}



@media screen and (max-width: 768px) {
  .mobileFooter a img:first-child {
    display: block;
  }

  .mobileFooter a img:active {
    display: none;
  }

  .mobileFooter a:first-child img:first-child {
    display: none;
  }

  .mobileFooter a:first-child img.active {
    display: block;
  }

  #index_Banner {
    height: 142px;
  }

  #index_Banner .swiper-button-next,
  #index_Banner .swiper-button-prev,
  #index_Banner .swiper-pagination {
    display: none;
  }

  .menu-box .menu-list-box .menu-item {
    padding-bottom: 5px;
    width: fit-content;
    min-width: 50px;
    font-size: 12px;
    min-width: auto;
    overflow: visible
  }

  .menu-box .menu-list-box .menu-item:not(:first-child) {
    margin-left: 20px;
  }

  .menu-box .menu-list-box .menu-item.active {
    min-width: fit-content;
  }

  .lawyer-info-box.selective-lawyer {
    width: 100%;
    margin-bottom: 0px;
  }

  .layer-item-box {
    width: fit-content;
    width: 100%;
  }

  .layer-item-box .lawyer-info-box.selective-lawyer {
    margin-left: 0;
  }


  .lawyer-info-box.selective-lawyer .lawyer-avatar-box .avatar-box {
    height: 160px;
    width: 100%;
    object-fit: contain;
  }

  .lawyer-info-box.selective-lawyer .identity-box .v-icon[data-v-f0121f70] {
    width: 16px;
    height: 16px;
  }

  .lawyer-info-box.selective-lawyer .occupation-box .organization[data-v-f0121f70],
  .lawyer-info-box.selective-lawyer .occupation-box .work-time[data-v-f0121f70] {
    font-size: 12px;
  }

  .lawyer-info-box.selective-lawyer .identity-box .tag[data-v-f0121f70] {
    font-size: 10px;
  }

  .lawyer-info-box.selective-lawyer .tag-list-box .tag-item {
    font-size: 12px !important;
  }

  .lawyer-info-box.selective-lawyer .tag-list-box[data-v-f0121f70],
  .lawyer-info-box.selective-lawyer .identity-box[data-v-f0121f70],
  .lawyer-info-box.selective-lawyer .occupation-box[data-v-f0121f70],
  .lawyer-info-box.selective-lawyer .service-box[data-v-f0121f70] {
    padding: 0 10px;

  }

  .lawyer-info-box.selective-lawyer .tag-list-box[data-v-f0121f70] {
    padding-bottom: 0px;
    height: auto;
    margin-top: 3px;
  }

  .lawyer-info-box.selective-lawyer .tag-list-box .tag-item[data-v-f0121f70] {
    margin-top: 4px;
    line-height: 22px;
    padding: 0 6px;
  }

  .lawyer-info-box.selective-lawyer .service-box[data-v-f0121f70] {
    flex-direction: column-reverse;
    align-items: baseline;
    margin-bottom: 15px;
    margin-top: 6px;
  }

  .lawyer-info-box.selective-lawyer .service-box .dial-consult[data-v-f0121f70] {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }

  .lawyer-info-box.selective-lawyer .service-box .service-num[data-v-f0121f70] {
    font-size: 12px;
    line-height: 24px;
  }

  .ask-form[data-v-08ccbfa6] .el-form-item__label {
    line-height: 24px;
    font-size: 12px;
  }

  .question-box[data-v-826d6f08] {
    padding: 18px 10px;
    margin-left: 0px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
  }

  .question-item-box.question-item-box-0 {
    width: 100%;
  }

  .question-box .question-title[data-v-826d6f08] {
    font-size: 16px;
  }

  .question-box .lawyer-info-box .lawyer-intro-box .lawyer-name-box .lawyer-name[data-v-826d6f08] {
    font-size: 14px;
  }

  .question-box .lawyer-info-box .lawyer-intro-box .lawyer-detail-intro-box .lawyer-intro[data-v-826d6f08] {
    font-size: 11px;
  }

  .question-box .consult-btn-box[data-v-826d6f08] {
    height: 28px;
    line-height: 28px;
  }

  .question-box .consult-btn-box .consult-btn[data-v-826d6f08] {
    font-size: 12px;
  }

  .question-box .question-content[data-v-826d6f08] {
    font-size: 14px;
  }

  .question-box .lawyer-bottom-box[data-v-826d6f08] {
    font-size: 12px;
  }

  .lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-name-box .name[data-v-f0121f70] {
    font-size: 16px;
  }

  .lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-name-box .v-icon[data-v-f0121f70] {
    width: 16px;
    height: 16px;
  }

  .lawyer-info-box.local-lawyer .lawyer-right-box .lawyer-company-box[data-v-f0121f70] {
    font-size: 12px;
  }

  .lawyer-info-box.local-lawyer .lawyer-right-box .service-box .dial-consult[data-v-f0121f70] {
    height: 28px;
    height: 28px;
    font-size: 12px;
  }

  .lawyer-info-box.local-lawyer .lawyer-right-box .service-box .service-num[data-v-f0121f70] {
    font-size: 12px;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.web-choose {
    display: none;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose {
    display: block;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .van-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .input {
    width: 100%;
    background: #f5f6f9;
    padding: 10px 16px;
    border-radius: 6px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .input .placeholder {
    color: #C3C6CF;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .input span,
  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .input span img {
    width: 14px;
    height: 14px;
  }


  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .van-popup--bottom.van-popup--round {
    padding: 15px;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .van-popup--bottom.van-popup--round {
    min-height: 30vh;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .van-popup--bottom.van-popup--round .title {
    padding: 0px 10px 10px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .van-popup--bottom.van-popup--round .choose {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-height: 40vh;
    overflow: auto;
    padding: 10px;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .van-popup--bottom.van-popup--round .choose .item {
    width: 100%;
    line-height: 40px;
    border-radius: 5px;
    background: #F5F5F5;
    text-align: center;
    font-size: 14px;
    color: #666;
  }

  .consult-lawyer-box .consult-lawyer-container .ask-form .form-box .form-right .content-form-item.mobile-choose .van-popup--bottom.van-popup--round .choose .item.active {
    background-color: #E1E9FE;
    color: #2C65EE;
  }

}
