
    .h-tishi {
        background-color: #fff;
        border: 1px solid #9ec9ee;
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
        position: fixed;
        top: 50%;
        right: 1px;
        _position: absolute;
        _bottom: auto;
        _top: expression(eval(document.documentElement.scrollTop));
        margin-top: -33px;
        _margin-top: 220px;
    }

    .h-tishi h4 {
        color: #333;
        margin-bottom: 5px;
        position: relative
    }

    .h-tishi h4 i {
        width: 16px;
        height: 16px;
        background: url(//cache.66law.cn/scripts/ajax/msgshow/ico-close.png) no-repeat;
        position: absolute;
        top: -5px;
        right: -5px;
        cursor: pointer;
        transition: ease-in-out .2s;
        -webkit-transition: ease-in-out .2s;
        -moz-transition: ease-in-out .2s;
        -ms-transition: ease-in-out .2s
    }

    .h-tishi h4 i:hover {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        background: #1b72bd url(//cache.66law.cn/scripts/ajax/msgshow/ico-close.png) no-repeat 0 -16px
    }

    .h-tishi p {
        color: #666
    }

    .h-tishi p a {
        font-weight: bold;
        color: #1b72bd;
        transition: ease-in-out .2s;
        -webkit-transition: ease-in-out .2s;
        -moz-transition: ease-in-out .2s;
        -ms-transition: ease-in-out .2s
    }

    .h-tishi p a:hover {
        color: #f60
    }

    .h-tishi {
        background-color: #fff;
        border: 1px solid #9ec9ee;
        padding: 10px;
        font-size: 12px;
        line-height: 20px;
        position: fixed;
        top: 50%;
        right: 1px;
        _position: absolute;
        _bottom: auto;
        _top: expression(eval(document.documentElement.scrollTop));
        margin-top: -33px;
        _margin-top: 220px;
    }

    .h-tishi h4 {
        color: #333;
        margin-bottom: 5px;
        position: relative
    }

    .h-tishi h4 i {
        width: 16px;
        height: 16px;
        background: url(//cache.66law.cn/scripts/ajax/msgshow/ico-close.png) no-repeat;
        position: absolute;
        top: -5px;
        right: -5px;
        cursor: pointer;
        transition: ease-in-out .2s;
        -webkit-transition: ease-in-out .2s;
        -moz-transition: ease-in-out .2s;
        -ms-transition: ease-in-out .2s
    }

    .h-tishi h4 i:hover {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        background: #1b72bd url(//cache.66law.cn/scripts/ajax/msgshow/ico-close.png) no-repeat 0 -16px
    }

    .h-tishi p {
        color: #666
    }

    .h-tishi p a {
        font-weight: bold;
        color: #1b72bd;
        transition: ease-in-out .2s;
        -webkit-transition: ease-in-out .2s;
        -moz-transition: ease-in-out .2s;
        -ms-transition: ease-in-out .2s
    }

    .h-tishi p a:hover {
        color: #f60
    }


    /*.case-box{ margin-top:30px;}*/
    .case-content {
        display: flex;
    }

    .case-show,
    .case-info {
        border-radius: 20px;
        background: #fff;
    }

    .case-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .case-issue {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .case-issue:hover span,
    .case-issue:hover i {
        color: #225AFC;
    }

    .case-issue i {
        margin-left: 5px;
        font-size: 30px;
        color: #225afc;
    }

    .case-issue span {
        margin-left: 5px;
        color: #959ca9;
        font-size: 16px;
    }

    .case-title {
        font-size: 22px;
        display: flex;
        align-items: flex-end;
    }

    .case-show {
        flex: 1;
        height: 837px;
        margin-right: 24px;
        padding: 20px 0 0;
        overflow: hidden;
    }

    .case-title h2 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        color: #235afc;
        margin-right: 45px;
    }

    .case-title span {
        font-size: 16px;
        color: #959ca9;
    }

    .case {
        padding: 67px 0 30px;
    }

    .case-box {
        width: 100%;
        background-size: cover;
        display: flex;
        justify-content: center;
    }

    .case-content-box {
        width: 100%;
        height: 760px;
        overflow-y: scroll;
        padding: 0 38px 0;
    }

    .case-content-box::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        background-color: #c5c8d0cc;
    }
    .content {
        width: 1200px;
    }
    /* 活跃律师 */
    .lawyer-active {
        margin-top: 25px;
        padding: 0 45px;
    }

    .home-active-title {
        font-size: 18px;
        color: #15294e;
        margin-bottom: 6px;
        font-weight: 600;
    }

    .home-active-list {
        display: flex;
        flex-wrap: wrap;
        padding: 0 30px;
    }

    .home-active-item {
        width: 100px;
        margin-top: 23px;
        margin-right: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-active-item.end {
        margin-right: 0;
    }

    .home-active-tx-box {
        width: 80px;
        height: 80px;
        border-radius: 40px;
        margin-bottom: 16px;
        overflow: hidden;
    }

    .home-active-tx {
        width: 80px;
        height: 80px;
        object-fit: cover;
        transition: all 0.3s ease-in;
    }

    .home-active-tx-box:hover .home-active-tx {
        transform: scale(1.2);
    }

    .lawyer-info-name {
        font-size: 18px;
        color: #546688;
    }

    /* 盒子 */
    .case-content {
        display: flex;
    }

    .case-show,
    .case-info {
        border-radius: 20px;
        background: #fff;
    }

    .case-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .case-issue {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .case-issue:hover span,
    .case-issue:hover i {
        color: #225AFC;
    }

    .case-issue i {
        margin-left: 5px;
        font-size: 30px;
        color: #225afc;
    }

    .case-issue span {
        margin-left: 5px;
        color: #959ca9;
        font-size: 16px;
    }

    .case-title {
        font-size: 22px;
        display: flex;
        align-items: flex-end;
    }

    .case-show {
        flex: 1;
        height: 960px;
        margin-right: 24px;
        padding: 20px 0 0;
        overflow: hidden;
    }

    .case-title h2 {
        margin: 0;
        padding: 0;
        font-size: 24px;
        color: #235afc;
        margin-right: 45px;
    }

    .case-title span {
        font-size: 16px;
        color: #959ca9;
    }

    .case {
        padding: 67px 0 30px;
    }

    .case-box {
        width: 100%;
        background-size: cover;
        display: flex;
        justify-content: center;
    }

    .case-content-box {
        width: 100%;
        height: 860px;
        overflow-y: scroll;
        padding: 0 38px 0;
    }

    .case-content-box::-webkit-scrollbar {
        width: 7px;
        height: 7px;
        background-color: #c5c8d0cc;
    }

    /*定义滚动条轨道*/
    .case-content-box::-webkit-scrollbar-track {
        background-color: #FFF;
    }

    /*定义滑块*/
    .case-content-box::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #c5c8d0cc;
    }
    /* 卡片 */
    .case-info {
        width: 511px;
        height: 980px;
    }

    .card {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        /*margin-top: 48px;*/
        position: relative;
        height: 380px;
        margin-bottom:40px;
    }

    .card img {
        width: 100%;
    }

    .card-info {
        position: absolute;
        top: 0;
        left: 12.5%;
        width: 75%;
    }

    .card-title {
        color: #d0daeb;
        font-size: 24px;
        margin-top: 52px;
        text-align: center;
    }

    .card-count {
        display: flex;
        margin-top: 37px;
    }

    .card-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 10px;
        cursor: pointer;
    }

    .card-num {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
        text-align: center;
    }

    .card-msg {
        color: #9eaac1;
        font-size: 14px;
        text-align: center;
    }

    .card-wx {
        width: 80%;
        height: 127px;
        background-color: #e9edf1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 17px auto 0;
        border-radius: 10px;
        padding: 0 30px 0 60px;
    }

    .card-wx p {
        margin: 3px 0;
    }

    .card-wx-msg {
        flex: 1;
        height: 127px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-weight: 600;
        color: #15294e;
    }

    .card-wx img {
        width: 108px;
        height: 108px;
    }
    /* 内容 */
    .message {
        display: flex;
        align-items: center;
        margin: 5px 0;
    }

    .message-tx-box {
        width: 36px;
        height: 36px;
    }

    .message-tx {
        width: 36px;
        height: 36px;
        border-radius: 36px;
        margin-right: 6px;
        object-fit: cover;
    }

    .message-icon {
        width: 10px;
        height: 10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent #ecf0f2 transparent transparent;
    }

    .message-bubble {
        flex: 1;
        background: #ecf0f2;
        padding: 10px 20px;
        border-radius: 7px;
        font-size: 14px;
        color: #3d547f;
        display: flex;
        flex-direction: column;
    }

    .message-bubble span {
        line-height: 1.6;
        /* overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2; */
    }

    .message-lawyer-name {
        margin-top: 4px;
        color: #9aadcc;
        font-size: 13px;
    }

    .case-show-item {
        padding: 0 40px 7px 0;
        border-bottom: 1px solid #eff2fb;
        margin-bottom: 10px;
    }

    .item-title {
        display: flex;
    }

    .item-title a {
        display: block;
        flex: 1;
        font-size: 16px;
        margin-bottom: 7px;
        color: #283e68;
        line-height: 1.6;
        word-break: break-word;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
    }

    .reset {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        cursor: pointer;
        padding: 7px 38px 20px;
    }

    .reset img {
        margin-right: 7px;
    }

    .reset i {
        color: #7283a3;
        margin-right: 7px;
    }

    .reset a,
    .reset h3,
    .reset span {
        color: #7283a3;
        font-size: 14px;
    }




    #home_flfgk{
        height: 767px;
        width: 1190px;
        margin: 0 auto;
        padding: 0px 0 20px 0;
    }
    #home_flfgk .lawList{
        width:786px;
        height:573px;
        padding-top: 20px;
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
        float: left;
    }
    #home_flfgk .tit h2{
        text-align: center;
        font-size: 36px;
        font-family: MicrosoftYaHei-Bold,MicrosoftYaHei;
        font-weight: bold;
        color: #333333;
        line-height: 47px;
        margin: 50px 0 34px 0;
    }
    .flfgk_title{
        color: #333;
        font-size: 18px;
        margin: 0 0 15px 20px;
        font-weight: bold;
    }
    .flfgk_title a:first-child{
        float: left;
    }
    .flfgk_title a:nth-child(2){
        float: right;
        font-size: 14px;
        color: #666666;
        margin-right: 20px;
    }
    .lawCategory{
        float: left;
        padding: 16px 0px 10px 16px;
    }
    .lawCategory li{
        width: 134px;
        height: 34px;
        line-height: 34px;
        border-radius: 6px;
        margin-bottom: 13px;
        font-size: 14px;
        font-weight: 600;
        position: relative;
    }

    .lawCategory li a{
        color: #999999;
        display: block;
        width: 117px;
        height: 34px;
        background-color: #F4F6F9;
        text-align: center;
    }
    .lawCategory li.active a{
        background-color: #0B367A;
    }
    .lawCategory li.active a{
        color: #ffffff;
    }
    .lwList{
        float: right;
        width: 610px;
        padding: 6px 20px 0px 0px;
    }
    .lwList li{
        width: 100%;
        height: 36px;
    }
    .lwList li:last-child{
        border: none;
    }
    .lwList li a{
        display: block;
        height: 20px;
        margin-top: 15px;
        font-size: 16px;
        /*color: #666666;*/
    }
    .lwList li a:hover{
        color: #0B367A;
    }
    .lwList .title{
        float: left;
        text-indent: 20px;
        width: 450px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        padding-left: 20px;
        font-weight:normal;
        font-family:MicrosoftYaHei;
    }

    .lwList .date{
        float: right;
    }
    #home_flfgk .commonLaw{
        width: 338px;
        position: absolute;
        right: 0;
        top: 0;
        overflow: hidden;
    }
    #home_flfgk .asideList{
        float: right;
        border: solid 1px #e5e5e5;
        width: 336px;
    }
    #home_flfgk .asideList ul{
        height: 571px;
        background: #ffffff;
    }
    #home_flfgk .asideList li{
        float: left;
        width: 50%;
        padding-bottom: 22px;
    }
    #home_flfgk .asideList li:hover a{
        border-color: #38adff;
    }
    #home_flfgk .asideList li a{
        display: inline-block;
        height: 118px;
        background-color: #ffffff;
        border-radius: 4px;
        padding: 18px 21px 18px 21px;
    }
    #home_flfgk .asideList .gh{
        float: left;
        position: relative;
    }
    #home_flfgk .asideList .gh img{
        width: 126px;
        height: 153px;
    }
    #home_flfgk .asideList .gh img:hover{
        border: solid 1px #38adff;
    }
    #home_flfgk .asideList .gh p{
        text-align: center;
        position: absolute;
        top: 80px;
        left: 1px;
        width: 100%;
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 2px;
        color: #d33023;
    }
    .mCSB_scrollTools{
        width: 7px;
    }
    .mCSB_scrollTools .mCSB_draggerRail{
        background: none;
    }
    #mCSB_1_dragger_vertical .mCSB_dragger_bar{
        border-radius: 3px;
        width: 7px;
    }
    #home_flfgk .asideList .mCSB_container:before{
        content: "";
        display: table;
        visibility: hidden;
    }
    #home_flfgk .asideList .mCSB_container:after {
        clear: both;
        content: '';
        display: block;
        width: 0;
        height: 0;
        visibility: hidden;
    }


    .dot-right {
        font-size: 0;
        line-height: 0;
        border-width: 17px;
        border-color: #F4F6F9;
        border-right-width: 0;
        border-style: dashed;
        border-left-style: solid;
        border-top-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        display: block;
    }
    .active .dot-right{
        border-color: #0B367A;
        border-top-color: transparent;
        border-bottom-color: transparent;
    }


    .flfgk_right{
        width:374px;
        height:573px;
        padding-top: 20px;
        background:rgba(255,255,255,1);
        box-shadow:0px 0px 15px 0px rgba(0,0,0,0.1);
        float: left;
        margin-left: 30px;
    }
    .lawyerBigDataFirst{
        width: 100%;
    }
    .lawyerBigDataFirst li{
        width: 100%;
        height: 77px;
        padding: 0 20px;
        margin-bottom: 30px;
    }
    .bigDataSurfacePlot{
        width: 117px;
        height: 77px;
        position: relative;
        float: left;
    }
    .bigDataSurfacePlot img{
        width: 117px;
        height: 77px;
    }
    .bigDataSurfacePlot span{
        width:53px;
        height:24px;
        background:#FE841D;
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        line-height: 24px;
    }
    .lawyerBigDataFirst_tilte{
        width: 190px;
        height: 77px;
        float: left;
        margin-left: 20px;
    }
    .lawyerBigDataFirst_tilte a{
        display: block;
        width:190px;
        height:21px;
        font-size:16px;
        font-family:MicrosoftYaHei;
        color:rgba(51,51,51,1);
        line-height:21px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .lawyerBigDataFirst_tilte .bigDataDescription{
        width:190px;
        height:16px;
        font-size:12px;
        font-family:MicrosoftYaHei;
        color:rgba(153,153,153,1);
        line-height:16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin: 6px 0 10px 0;
    }
    .lawyerBigDataFirst_tilte .bigDataCost{
        font-size: 14px;
        color: #FE841D;
    }
    #home_flfgk .lawyerBigDataFirst_tilte:hover a{
        color: #0B367A;
    }


    .answer-list-tab
{
  margin-top: 30px;
}
.answer-tab-item
{
  margin-right: 5px;
  padding: 5px;
  border-bottom: 2px solid #FFF;
  cursor: pointer;
  background: #f0f0f0;
  display: inline-block;
}
.onon
{
  color: #fff;
  background: #225AFC;
}
                .dot-right {
                    font-size: 0;
                    line-height: 0;
                    border-width: 17px;
                    border-color: #F4F6F9;
                    border-right-width: 0;
                    border-style: dashed;
                    border-left-style: solid;
                    border-top-color: transparent;
                    border-bottom-color: transparent;
                    position: absolute;
                    top: 0;
                    right: 0;
                    z-index: 9999;
                    display: block;
                }
                . .dot-right{
                    border-color: #0B367A;
                    border-top-color: transparent;
                    border-bottom-color: transparent;
                }

                .lawCategory  span.cur{
                    background-color: #0B367A;
                    color: #ffffff;
                }
                .lawCategory  span{width: 134px;
                    height: 34px;
                    line-height: 34px; text-align: center ;

                    margin-bottom: 13px;
                    font-size: 14px;
                    font-weight: 600;
                    position: relative; display:block;}
