#app[data-v-6fc1ba15] {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-header[data-v-6fc1ba15] {
    width: 100%;
    min-width: 1200px;
    padding: 0
}

.el-header.fixed-top-bar[data-v-6fc1ba15] {
    position: fixed;
    left: 0;
    z-index: 9999
}

.el-main[data-v-6fc1ba15] {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0
}

.el-cascader-panel {
    max-height: 304px !important;
    padding-top: 8px;
    padding-bottom: 8px
}

.el-scrollbar__bar.is-horizontal {
    width: 0;
    height: 0 !important
}

.el-scrollbar__view.el-cascader-menu__list {
    padding: 0
}

.el-scrollbar__wrap {
    overflow: auto;
    margin-bottom: 0 !important
}

[data-v-158e9be5] .el-cascader {
    width: 110px
}

[data-v-158e9be5] .el-input__icon {
    line-height: normal
}

[data-v-158e9be5] .el-input__inner {
    height: 32px;
    line-height: 32px;
    border: 1px solid #eee;
    padding: 0 8px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #333;
    line-height: 12px;
    font-weight: 400
}

[data-v-158e9be5] .el-cascader .el-input.is-focus .el-input__inner {
    border-color: #336cff
}

[data-v-158e9be5] .el-input__inner::input-placeholder {
    color: #b8b8b8
}

[data-v-158e9be5] .el-input__inner:focus {
    outline: none;
    border-color: #336cff
}

[data-v-158e9be5] .el-input__inner:hover,
[data-v-158e9be5] .el-input__suffix {
    cursor: pointer
}

.firm-list-container .header-fixed[data-v-158e9be5] {
    position: fixed;
    min-width: 1200px;
    left: 0;
    top: -65px;
    z-index: 2;
    width: 100%;
    background: #fff
}

.firm-list-container .header-space[data-v-158e9be5] {
    width: 100%;
    height: 145px;
    background-color: #f5f5f5
}

.firm-list-container .header-content[data-v-158e9be5] header {
    width: 1280px
}

.firm-list-container .firm-list-header-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    padding: 30px 0px 30px 0px;
    width: 1190px;
    margin: 0 auto;
}

.firm-list-container .firm-list-header-box>div:first-child {
    flex: 1;
}

.firm-list-container .firm-list-header-box .empty-box[data-v-158e9be5] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 270px;
    height: 1px;
    margin-left: 48px
}

.firm-list-container .firm-list-header-box .firm-list-header {
    /* width: ; */
    flex: 1;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.firm-list-container .firm-list-header-box .firm-list-header .firm-list-title-box[data-v-158e9be5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.firm-list-container .firm-list-header-box .firm-list-header .firm-list-title-box .firm-list-title[data-v-158e9be5] {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #1f1f1f;
    line-height: 1;
    margin-right: 8px
}

.firm-list-container .firm-list-header-box .firm-list-header .firm-list-title-box .firm-list-subtitle[data-v-158e9be5] {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1f1f1f;
    line-height: 1
}

.firm-list-container .firm-list-header-box .firm-list-header .select-box[data-v-158e9be5] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose {
    display: none;
}

.firm-list-container .firm-list-header-box .firm-list-header .select-box.web-choose {
    display: flex;
}


.firm-list-container .firm-list-header-box .firm-list-header .select-box .field[data-v-158e9be5] {
    margin-left: 10px
}

.firm-list-container .firm-list-header-box .firm-list-header .select-box .search[data-v-158e9be5] {
    width: 110px;
    margin-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.firm-list-container .firm-list-content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    /* padding: 0 81px 30px; */
    padding-bottom: 30px;
    width: 1190px;
    margin: 0 auto;
    min-height: calc(100vh - 145px)
}

.firm-list-container .firm-list-content-box.not-request[data-v-158e9be5] {
    min-height: calc(100vh - 458px)
}

.firm-list-container .firm-list-content-box .selective-firm-container {
    /* width: 960px */
    flex: 1;
}

.firm-list-container .firm-list-content-box .selective-firm-container .recommend-tips-box[data-v-158e9be5] {
    margin: 15px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.firm-list-container .firm-list-content-box .selective-firm-container .recommend-tips-box.search-no-data-tip[data-v-158e9be5] {
    margin: 6px 0 20px
}

.firm-list-container .firm-list-content-box .selective-firm-container .recommend-tips-box .stripe[data-v-158e9be5] {
    width: 60px;
    height: 1px;
    background-image: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 60%, .6)), to(hsla(0, 0%, 60%, 0)));
    background-image: linear-gradient(270deg, hsla(0, 0%, 60%, .6), hsla(0, 0%, 60%, 0))
}

.firm-list-container .firm-list-content-box .selective-firm-container .recommend-tips-box .stripe-right[data-v-158e9be5] {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.firm-list-container .firm-list-content-box .selective-firm-container .recommend-tips-box .tips[data-v-158e9be5] {
    padding: 0 14px;
    height: 14px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #1f1f1f;
    line-height: 14px;
    font-weight: 400
}

.firm-list-container .firm-list-content-box .selective-firm-container .firm-list-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*overflow-y: auto*/
}

.firm-list-container .firm-list-content-box .selective-firm-container .firm-list-box .firm-item-box {
    cursor: default;
    position: relative;
    width: 100%;
}

.firm-list-container .firm-list-content-box .selective-firm-container .firm-list-box .firm-item-box:after {
    position: absolute;
    content: "";
    opacity: .5;
    background: #dedfe0;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%
}

.firm-list-container .firm-list-content-box .selective-firm-container .firm-list-box .request-more {
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 15px;
    color: #1f1f1f
}

.firm-list-container .firm-list-content-box .right-content-box[data-v-158e9be5] {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 270px;
    margin-left: 48px;
    margin-top: -50px
}

[data-v-7d61aabc] .el-icon-arrow-down {
    font-weight: 600
}

.header-content[data-v-7d61aabc] {
    min-width: 980px;
    color: #222;
    font-size: 14px;
    border-bottom: 1px solid #d3d9e6
}

.header-content>header[data-v-7d61aabc] {
    height: 64px;
    line-height: 100%;
    background: #fff;
    width: 1200px;
    margin: 0 auto
}

.header-content>header .logo[data-v-7d61aabc] {
    float: left
}

.header-content>header .logo-img[data-v-7d61aabc] {
    margin-top: 21px;
    height: 22px;
    cursor: pointer
}

.header-content>header img[data-v-7d61aabc] {
    margin-right: 5px;
    border: none;
    float: left
}

.header-content>header .line[data-v-7d61aabc] {
    float: left;
    width: 1px;
    height: 14px;
    margin: 24px 5px 0;
    background-color: #d0d0d0
}

.header-content>header .tap[data-v-7d61aabc] {
    height: 64px;
    float: left;
    margin-left: 30px;
    margin-top: 0
}

.header-content>header .tap .tap-item[data-v-7d61aabc] {
    float: left;
    height: 64px;
    font-family: PingFangSC-Regular;
    color: #282c33;
    line-height: 64px;
    font-size: 14px;
    text-align: center;
    margin-right: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer
}

.header-content>header .tap .active[data-v-7d61aabc] {
    color: #05f;
    font-family: PingFangSC-Medium;
    border-bottom: 2px solid #05f
}

.header-content>header .desc[data-v-7d61aabc] {
    font-size: 14px;
    line-height: 64px;
    float: left;
    color: #696969;
    margin-left: 10px;
    margin-top: 0
}

.header-content>header .text[data-v-7d61aabc] {
    float: right;
    padding-top: 17px;
    min-width: 200px;
    text-align: right;
    line-height: 1em;
    margin-top: 0
}

.header-content>header .text .tel[data-v-7d61aabc] {
    display: inline-block;
    margin-right: 13px;
    line-height: 2em;
    position: relative;
    padding-right: 17px;
    color: #222
}

.header-content>header .text .tel[data-v-7d61aabc]:last-child {
    padding-right: 0;
    margin-right: 0
}

.header-content>header .text .tel[data-v-7d61aabc]:before {
    content: " ";
    position: absolute;
    left: -1.4em;
    top: .4em;
    float: right;
    height: 18px;
    width: 2px;
    border-right: 1px solid #d8d8d8
}

.header-content>header .text .tel_finish[data-v-7d61aabc] {
    display: inline-block;
    margin-right: 13px;
    line-height: 2em;
    position: relative;
    padding-right: 17px;
    cursor: pointer
}

.header-content>header .text .user-name[data-v-7d61aabc] {
    position: relative;
    line-height: 2em;
    z-index: 20;
    cursor: default;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-content>header .text .user-name span[data-v-7d61aabc] {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px
}

.header-content>header .text .user-name:hover .user-menu[data-v-7d61aabc] {
    display: block
}

.header-content>header .text .user-name .user-avatar[data-v-7d61aabc] {
    width: 16px;
    height: 16px
}

.header-content>header .text .user-name .user-menu[data-v-7d61aabc] {
    font-size: 14px;
    display: none;
    position: absolute;
    min-width: 80px;
    z-index: 2;
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 1px 1px 5px #d1d1d1;
    box-shadow: 1px 1px 5px #d1d1d1;
    text-align: left;
    background: #fff
}

.header-content>header .text .user-name .user-menu.lawyer-card[data-v-7d61aabc] {
    min-width: 286px;
    height: 298px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13);
    border: unset;
    border-radius: 10px
}

.header-content>header .text .user-name .user-menu .link[data-v-7d61aabc] {
    display: block;
    margin: 10px;
    color: #666
}

.header-content>header .text .user-name .user-menu .link[data-v-7d61aabc]:hover {
    color: #38f
}

.header-content>header .text .user-name .user-menu .menu-arrow[data-v-7d61aabc] {
    position: absolute;
    z-index: 2;
    top: -11px;
    left: 32px;
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed transparent;
    border-bottom: 5px solid #e3e3e3;
    font-size: 0
}

.header-content>header .text .user-name .user-menu .menu-arrow em[data-v-7d61aabc] {
    position: absolute;
    top: -4px;
    left: -5px;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    color: #666;
    border-top: 5px dashed transparent;
    border-left: 5px dashed transparent;
    border-right: 5px dashed transparent;
    border-bottom: 5px solid #fff
}

.header-content>header .text .user-name .user-menu .avatar[data-v-7d61aabc] {
    display: block;
    float: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 30px auto 12px
}

.header-content>header .text .user-name .user-menu .uname[data-v-7d61aabc] {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #282c33;
    text-align: center
}

.header-content>header .text .user-name .user-menu .go-lvlin-btn[data-v-7d61aabc] {
    display: block;
    width: 175px;
    height: 36px;
    background: #336cff;
    margin: 8px auto 15px;
    border-radius: 66px;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    cursor: pointer
}

.header-content>header .text .user-name .user-menu .page-link[data-v-7d61aabc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 175px;
    margin: 0 auto
}

.header-content>header .text .user-name .user-menu .page-item[data-v-7d61aabc] {
    display: block;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666;
    height: 34px;
    line-height: 34px;
    cursor: pointer
}

.header-content>header .text .user-name .user-menu .page-item[data-v-7d61aabc]:hover {
    color: #38f
}

.header-content>header .text .link[data-v-7d61aabc] {
    cursor: pointer
}


.consult-number[data-v-cd22c596] {
    width: 270px;
    height: 188px;
    background: #fff;
    border-radius: 6px;
    padding: 24px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/static/web/v2/image/bg-consult-number.e8a576b.png);
    background-size: 100% 100%;
    font-family: PingFangSC-Regular;
    cursor: pointer
}

.consult-number .consult-title[data-v-cd22c596] {
    width: 100%;
    font-size: 13px;
    color: #525252;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px
}

.consult-number .consult-title .line[data-v-cd22c596] {
    width: 32.91px;
    height: 0;
    border-bottom: 1px solid #d0d0d0
}

.consult-number .consult-title .title[data-v-cd22c596] {
    margin: 0 12px
}

.consult-number .number[data-v-cd22c596] {
    font-family: PingFangSC-Semibold;
    font-size: 24px;
    color: #1f1f1f;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px
}

.consult-number .btn[data-v-cd22c596] {
    width: 128px;
    height: 30px;
    background: #336cff;
    border-radius: 6px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    margin-bottom: 12px
}

.consult-number .btn[data-v-cd22c596]:hover {
    background: #2d60e5
}

.consult-number .tips[data-v-cd22c596] {
    opacity: .9;
    font-size: 13px;
    color: #858585;
    line-height: 13px;
    text-align: center
}

.join-card[data-v-cd22c596] {
    height: 120px;
    background: url(/static/web/v2/image/guide-join2.png) no-repeat 50%/100% 100%;
    border-radius: 7px;
    cursor: pointer
}

.join-card[data-v-cd22c596],
.qrcode[data-v-cd22c596] {
    width: 270px;
    margin-top: 10px
}

.qrcode[data-v-cd22c596] {
    height: 153px;
    position: relative;
    padding: 12px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    background-image: url(/static/web/v2/image/bg-weixin.png);
    background-size: 100% 100%;
    border-radius: 6px
}

.qrcode .title[data-v-cd22c596] {
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.qrcode .sub[data-v-cd22c596] {
    opacity: .8;
    line-height: 12px
}

.qrcode .weixin[data-v-cd22c596] {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    position: absolute;
    left: 11px;
    top: 81px
}

.qrcode .weixin .qrcode-img[data-v-cd22c596] {
    width: 100%;
    height: 100%;
    background-image: url(/static/web/v2/image/wx_qrcode.jpg);
    background-size: 100% 100%;
    border-radius: 6px
}

.qrcode .tip[data-v-cd22c596] {
    width: 188px;
    height: 60px;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 71px;
    top: 81px;
    line-height: 20px
}


.firm-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px auto
}

.firm-card.firm-card-first {
    margin-top: 0
}

.firm-card:after {
    position: absolute;
    content: "";
    opacity: .5;
    background: #dedfe0
}

.firm-card .firm-card-left {
    width: 180px;
    height: 140px;
    margin-right: 24px;
    background: #fff;
    border: 1px solid rgba(222, 223, 224, .5);
    border-radius: 6px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.firm-card .firm-card-left .firm-card-left-img {
    width: 100%;
    height: 100%
}

.firm-card .firm-card-middle {
    position: relative;
    margin-right: 48px;
    flex: 1;
    /* width: 618px */
}

.firm-card .firm-card-middle .firm-card-name {
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color: #1e1f24;
    line-height: 1;
    padding-bottom: 8px
}

.firm-card .firm-card-middle .firm-card-tag-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.firm-card .firm-card-middle .firm-card-tag-container .has-margin-left {
    margin-left: 4px
}

.firm-card .firm-card-middle .firm-card-tag-container .firm-card-domains,
.firm-card .firm-card-middle .firm-card-tag-container .firm-card-tags {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.firm-card .firm-card-middle .firm-card-tag-container .firm-card-domain-item,
.firm-card .firm-card-middle .firm-card-tag-container .firm-card-tag-item {
    border: 1px solid rgba(115, 125, 153, .4);
    border-radius: 4px;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #737d99;
    letter-spacing: 0;
    line-height: 1;
    padding: 1px 3px
}

.firm-card .firm-card-middle .firm-card-tag-container .firm-card-domain-item:not(:first-child),
.firm-card .firm-card-middle .firm-card-tag-container .firm-card-tag-item:not(:first-child) {
    margin-left: 4px
}

.firm-card .firm-card-middle .firm-card-detail-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px
}

.firm-card .firm-card-middle .firm-card-detail-container.firm-card-business .firm-info-detail,
.firm-card .firm-card-middle .firm-card-detail-container.firm-card-location .firm-info-detail {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.firm-card .firm-card-middle .firm-card-detail-container .firm-info-icon {
    background-size: cover !important;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.firm-card .firm-card-middle .firm-card-detail-container .business {
    width: 14px;
    height: 14px;
    margin-right: 9px;
    background: url(/static/web/v2/image/business-icon.png) 50% no-repeat
}

.firm-card .firm-card-middle .firm-card-detail-container .location {
    width: 13px;
    height: 16px;
    margin-right: 10px;
    background: url(/static/web/v2/image/location-icon.png) 50% no-repeat
}

.firm-card .firm-card-middle .firm-card-detail-container .intro {
    width: 13px;
    height: 13px;
    margin-right: 10px;
    background: url(/static/web/v2/image/intro-icon.png) 50% no-repeat
}

.firm-card .firm-card-middle .firm-card-detail-container .firm-info-title {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #50525c;
    line-height: 1;
    margin-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.firm-card .firm-card-middle .firm-card-detail-container .firm-info-detail {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #50525c;
    width: 100%;
    min-height: 16px;
    max-height: 16px;
    line-height: 16px;
    overflow: hidden;
    position: relative
}

.firm-card .firm-card-middle .firm-card-detail-container .firm-info-detail .see-all-text {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #50525c;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff
}

.firm-card .firm-card-middle .firm-card-detail-container .firm-info-detail .see-all-text:before {
    content: "";
    width: 18px;
    height: 100%;
    position: absolute;
    left: -18px;
    top: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff)
}

.firm-card .firm-card-middle .frim-card-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: shrink
}

.firm-card .firm-card-right {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.firm-card .firm-card-right .firm-contact-btn {
    position: relative;
    background: #05f;
    border-radius: 6px;
    width: 90px;
    height: 36px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 11px;
    cursor: pointer;
    z-index: 1
}

.firm-card .firm-card-right .grey {
    background: #edeef0;
    color: #848691;
    cursor: default
}

.firm-card .firm-recommend-icon {
    position: absolute;
    width: 74px;
    height: 66px;
    top: 5px;
    right: 5px;
    background-size: contain;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg)
}


.mark[data-v-c9ddd248] {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 20
}

.mark .popup-wrapper[data-v-c9ddd248] {
    width: 382px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -45%, 0);
    transform: translate3d(-50%, -45%, 0);
    background: #fff;
    border-radius: 8px
}

.mark .popup-wrapper .content[data-v-c9ddd248] {
    padding: 56px 0 24px
}

.mark .popup-wrapper .content .lawyer-avatar[data-v-c9ddd248] {
    margin: auto;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute
}

.mark .popup-wrapper .content .lawyer-avatar .lawyer-avatar-image[data-v-c9ddd248] {
    width: 72px;
    height: 72px;
    background-image: linear-gradient(-39deg, #9ea0b1, #c7c9d5 99%);
    border: 4px solid #fff;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    border-radius: 50%
}

.mark .popup-wrapper .content .title[data-v-c9ddd248] {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #1e1f24;
    text-align: center;
    line-height: 18px
}

.mark .popup-wrapper .content .auth-text[data-v-c9ddd248] {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #848691;
    line-height: 14px;
    text-align: center;
    margin: 14px 0 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mark .popup-wrapper .content .auth-text .icon[data-v-c9ddd248] {
    height: 14px;
    width: 14px;
    margin-right: 4px;
    background: url(/static/web/v2/image/safe-icon.png) no-repeat 50%/100%
}

.mark .popup-wrapper .content .auth-text .blue[data-v-c9ddd248] {
    font-family: PingFangSC-Medium;
    color: #7cabf7;
    margin-right: 4px
}

.mark .popup-wrapper .content .free-content[data-v-c9ddd248] {
    background: #f9fafc;
    border: 1px solid rgba(222, 223, 224, .5);
    border-radius: 6px;
    text-align: center;
    padding: 24px 0;
    width: 322px;
    margin: 0 auto 6px
}

.mark .popup-wrapper .content .free-content .phone-title[data-v-c9ddd248] {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #848691;
    line-height: 14px
}

.mark .popup-wrapper .content .free-content .phone-num[data-v-c9ddd248] {
    font-size: 48px;
    color: #05f;
    text-align: center;
    margin-top: 14px;
    line-height: 48px
}

.mark .popup-wrapper .content .close-btn[data-v-c9ddd248] {
    width: 322px;
    height: 40px;
    margin: 24px auto 0;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    padding: 12px 0;
    cursor: pointer;
    background: #05f;
    border-radius: 5px
}

.mark .popup-wrapper[data-v-c9ddd248] .el-input__inner::-webkit-input-placeholder {
    font-family: PingFangSC-Regular;
    color: #b7b9c1
}

.mark .popup-wrapper[data-v-c9ddd248] .el-input__inner::-webkit-input-placeholder,
.mark .popup-wrapper[data-v-c9ddd248] .el-input__inner::placeholder {
    font-family: PingFangSC-Regular;
    color: #b7b9c1
}

.passMod_puzzle-wrapper {
    position: relative;
    width: 290px;
}

.passMod_puzzle-tip {
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #1F1F1F;
}

.darkmode .passMod_puzzle-tip {
    color: rgba(255, 255, 255, .8)
}

.passMod_puzzle-msg {
    font-size: 14px;
    color: red;
}

.passMod_puzzle-context {
    position: relative;
    margin-top: 16px;
    height: 160px;
}

.passMod_puzzle-background {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.passMod_puzzle-block {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
}

.passMod_puzzle-blockv2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: 52px;
    background-size: 342px 160px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.passMod_puzzle-backgroundv2 {
    display: block;
    width: 290px;
    height: 160px;
    background-size: 342px 160px;
    background-position: -52px 0;
    background-repeat: no-repeat;
}

.passMod_puzzle-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_puzzle .show {
    opacity: 1;
}

.passMod_select-wrapper {
    position: relative;
    width: 290px;
}

.passMod_select-tip {
    display: inline-block;
    margin-top: 4px;
    height: 34px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.passMod_select-tip p {
    display: inline-block;
    vertical-align: text-bottom;
}

.passMod_select-tip-bg {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.passMod_select-tip-bgv2 {
    display: inline-block;
    width: 104px;
    height: 24px;
    vertical-align: text-bottom;
    background-size: 234px 154px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.passMod_select-msg {
    font-size: 14px;
    color: red;
}

.passMod_select-context {
    position: relative;
    height: 160px;
    margin-top: 16px;
    overflow: hidden;
}

.passMod_select-background {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.passMod_select-backgroundv2 {
    display: block;
    width: 290px;
    height: 160px;
    background-size: 290px 191px;
    background-position: 0 -30px;
    background-repeat: no-repeat;
}

.passMod_select-block {
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px;
    height: 40px;
    border: black 1px solid;
}

.passMod_select-interactive {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.3);
}

.passMod_select-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_select .show {
    opacity: 1;
}

.passMod_interactive-dot {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color: #fff;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(78, 110, 242, 0.7);
    border: rgba(255, 255, 255, 0.8) 4px solid;
}


.passMod_qrcode-wrapper {
    position: relative;
    width: 290px;
}

.passMod_qrcode-tip {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.passMod_qrcode-tip p {
    display: inline-block;
    vertical-align: text-bottom;
}

.passMod_qrcode-tip-bg {
    max-height: 24px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: text-bottom;
}

.passMod_qrcode-context-wrap {
    position: relative;
    margin-top: 40px;
}

.passMod_qrcode-context {
    position: relative;
    width: 188px;
    height: 188px;
    margin: 0 auto;
    padding: 13px;
    box-sizing: border-box;
    border: rgba(133, 133, 133, 0.3) 1px solid;
    overflow: hidden;
}

.passMod_qrcode-background {
    display: block;
    width: 100%;
    height: 100%;
}

.passMod_qrcode-errorMessage {
    padding-top: 10px;
    height: 16px;
    color: red;
    font-size: 16px;
    text-align: center;
}

.passMod_qrcode-footer {
    padding-top: 18px;
    height: 72px;
    box-sizing: border-box;
}

.passMod_qrcode .show {
    opacity: 1;
}


.passMod_spin-wrapper {
    position: relative;
    width: 290px;
}

.passMod_spin-tip {
    height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #1F1F1F;
}

.darkmode .passMod_spin-tip {
    color: rgba(255, 255, 255, .8)
}

.passMod_spin-msg {
    font-size: 14px;
    color: red;
}

.passMod_spin-context-wrap {
    position: relative;
    margin-top: 16px;
}

.passMod_spin-context {
    position: relative;
    width: 152px;
    height: 152px;
    border-radius: 76px;
    margin: auto;
    overflow: hidden;
}

.passMod_spin-background {
    display: block;
    width: 152px;
    height: 152px;
}

.passMod_spin-coordinate {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 152px;
    height: 152px;
    z-index: -1;
}

.passMod_spin-AI {
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translate(-50%);
    font-size: 11px;
    line-height: 11px;
    color: white;
    opacity: 0.5;
}

.passMod_spin-footer {
    padding-top: 30px;
    height: 84px;
    box-sizing: border-box;
}

.passMod_spin .show {
    opacity: 1;
}

.passMod_dialog-wrapper {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    font-family: PingFang SC, Microsoft Yahei, Helvetica, sans-serif;
}

.passMod_dialog-wrapper p {
    margin: 0;
    border: 0;
}

.transition {
    transition: 0.5s;
}

.passMod_verify-item+.passMod_verify-item {
    margin-top: 30px;
}

.refresh-pos {
    position: absolute;
    right: 7px;
    top: 7px;
}

.machine-show {
    display: block !important;
}

.machine-hide {
    display: none !important;
}

.message-error {
    color: red !important;
}

.request-more {
    width: 100%;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 15px;
    color: #1f1f1f
}

@media screen and (max-width: 768px) {
      .mobileFooter a img:first-child {
        display: block;
    }
    .mobileFooter a img:active {
        display: none;
    } 
    .mobileFooter a:nth-child(3) img:first-child {
        display: none;
      }
      .mobileFooter a:nth-child(3) img.active {
    display: block;
      }
    .el-main[data-v-6fc1ba15] {
        width: 100%;
    }

    .firm-list-container .firm-list-header-box {
        /*display: none;*/
        width: auto;
        margin: 0 15px;
    }

    .firm-list-container .firm-list-content-box {
        width: auto;
        margin: 0 15px;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .firm-list-container .firm-list-content-box .selective-firm-container {
        width: 100%;
    }

    .firm-card .firm-card-left {
        width: 100px;
        height: 100px;
        margin-right: 14px;
    }

    .firm-list-container .firm-list-content-box .right-content-box[data-v-158e9be5] {
        width: 100%;
        margin-left: 0;
        margin-top: 0px;
    }

    .firm-card .firm-card-middle {
        margin-right: 10px;
    }

    .firm-card .firm-recommend-icon {
        width: 40px;
        height: 40px;
    }

    .firm-card .firm-card-middle .firm-card-name {
        font-size: 16px;
    }

    .firm-card .firm-card-middle .firm-card-tag-container .firm-card-domain-item,
    .firm-card .firm-card-middle .firm-card-tag-container .firm-card-tag-item {
        font-size: 10px;
    }

    .firm-card .firm-card-middle .firm-card-detail-container .firm-info-title,
    .firm-card .firm-card-middle .firm-card-detail-container .firm-info-detail {
        font-size: 14px;
    }

    .firm-card .firm-card-right {
        display: none;
    }

    .consult-number[data-v-cd22c596] {
        width: 100%;
    }

    .join-card[data-v-cd22c596],
    .qrcode[data-v-cd22c596] {
        width: 100%;
        margin: 20px auto 40px;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.web-choose {
        display: none;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .firm-list-title-box {
        display: none !important;
    }

    .firm-list-container .firm-list-header-box .firm-list-header,
    .firm-list-container .firm-list-header-box>div:first-child {
        width: 100%;
        flex: none;
        /*border: 1px solid #cccccc36;*/
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose>div {
        width: 40%;
        text-align: center;

    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose>div>div:first-child {

        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose>div span {
        display: block;
    }

    /* .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose>div>div {
        flex: 1;
        word-break: break-all;
    } */
    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose .city:first-child {
        margin-right: 14px;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose .van-popup--bottom.van-popup--round {
        padding: 15px;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose .van-popup--bottom.van-popup--round {
        min-height: 30vh;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.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;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.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;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.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;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose .van-popup--bottom.van-popup--round .choose .item.active {
        background-color: #E1E9FE;
        color: #2C65EE;
    }

    .firm-list-container .firm-list-header-box .firm-list-header .select-box.mobile-choose .city{
        border: 1px solid #000;
        padding: 5px;
        border-radius: 50px;
        padding-left: 10px;
    }
    
}
