.clearFixed::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.backhigh {
    background: url(/static/Public/images/backhighlight.png) no-repeat;
    width: 19px;
    height: 19px;
    background-size: 100% 100%;
    background-position-y: 4px;
}

.icon-specials {
    margin-right: 5px;
    font-size: 16px !important;
}

.youmastlogin {
    display: none;
    padding-top: 150px;
    text-align: center;
    height: calc(100vh - 377px);
    min-height:400px;
  }

.youmastlogin_btn {
    margin-left: 20px;
    transition: 0.5s;
    color: #fff;
    background-color: var(--ms-color-theme, #1E82E3);
    border: 0;
    border-radius: 4px;
    padding: 4px 12px;
}

.lookRemainTimes {
    height: 500px;
    text-align: center;
    font-size: 18px;
    padding-top: 50px;
}
.getVip {
    color:#d3a874;
    cursor:pointer;
}

#wenshuInfo {
    display: block;
    width: 330px;
    margin: 0 auto;
    background: #fdf5eb;
    padding: 5px 0;
    border-radius: 4px;
}

/* 案例列表，图表分析，发条组合切换 */

#jufa-search-list-out {
    width: 76%;
    margin-top: 15px;
}

.progress_top_title {
    font-size: 16px;
    color: #1C64B9;
    font-weight: 700;
    margin-bottom: 12px;
    vertical-align: middle;
    margin-top: 0;
}

.progress_top_title i {
    width: 6px;
    height: 15px;
    background-color: #1C64B9;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    padding: 0;
    border: 0;
}

.jufa-search-list-progress,
.jufa-search-list-top,
.jufa-search-lists {
    width: 100%;
}

.jufa-search-list-progress {
    padding-bottom: 0;
    margin-top: 0;
    background-color: transparent;
    box-shadow: none;
    border: none;
}

.jufa-search-list-progress ul {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.jufa-search-list-progress_wrapper {
    margin-bottom: 22px;
    /* padding: 20px 20px 0; */
}

.jufa-search-list-progress li {
    cursor: pointer;
}

.jufa-search-list-progress li:hover {
    background-color: #f9f9f9;
}

.jufa-search-list-progress li:hover .progress_top {
    color: #1C64B9;
}

.jufa-search-list-top {
    text-align: right;
    margin: 0;
    padding: 14px 20px 8px;
    border-bottom: 0;
}

.jufa-search-list-top a {
    vertical-align: middle;
}

#searchListObj {
    margin-top: 0;
    box-shadow: none;
    padding: 0 20px 20px;
}

.sort-box {
    margin: 0;
    padding: 0;
}

.sort-label {
    margin-left: 0;
    margin-right: 20px;
}

.tabbar_item_content {
    border-top: 1px solid #ddd;
    background-color: #fff;
    min-height: 500px;
    margin-bottom: 20px;
}

.tabbar_item_line {
    width: 100px;
    height: 4px;
    text-align: center;
    position: relative;
    left: -1px;
    font-size: 0;
    line-height: 0;
}

.tabbar_item_line span {
    background-color: #1C64B9;
    display: inline-block;
    width: 0;
    height: 0;
    transition: width .35s ease;
}

.tabbar_item.active .tabbar_item_line span {
    width: 100%;
    height: 4px;
}

.tabbar_item_txt {
    line-height: 30px;
    height: 34px;
}

.topPart {
    position: relative;
    height: 40px;
}

.topPart .tabbar {
    position: relative;
    top: 1px;
    left: -1px;
}

.topPart .tabbar_item {
    position: relative;
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: 1px solid transparent;
}

.topPart .tabbar_item.active {
    color: #1C64B9;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    border-top: 0;
}

.topPart .tabbar_item:not(.active):hover {
    background-color: #ebecec;
}

.topPart .searchNum {
    height: 40px;
    line-height: 40px;
}

label {
    font-weight: normal;
    color: #333;
    margin-left: 24px;
    margin-bottom: 0;
    font-size: 14px;
    vertical-align: middle;
}

.sequence {
    display: inline-block;
    position: relative;
    width: 132px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 22px 0 10px;
    border-radius: 4px;
    border: 1px solid #ddd;
    cursor: pointer;
    color: #1C64B9;
    font-size: 14px;
    vertical-align: middle;
}

.sequence span {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.sequence::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 6px;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #1C64B9 transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin: 3px 0 0 16px;
}

.sequence .sequence_dropmenu {
    display: none;
    position: absolute;
    top: 29px;
    right: 0;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
    z-index: 100;
}

.sequence .sequence_dropmenu li {
    font-size: 14px;
    color: #333;
    padding: 2px 6px;
    line-height: 1.75;
}

.sequence .sequence_dropmenu li:hover,
.sequence .sequence_dropmenu li.active {
    background-color: #1C64B9;
    color: #fff;
}

/* 图表分析 */
.tabbar_item_content.vis_search {
    /* display: none; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.visChart_wrapper {
    width: 50%;
    height: 317px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #fff;
}

.visChart_wrapper.tribel {
    width: 33.33333%;
    border-right: 1px solid #ddd;
}

.visChart_wrapper.tribel:nth-child(3n+1) {
    /* border-right: 0; */
}

.visChart_wrapper.tribel .visChart {
    width: 100%;
}

.visChart_wrapper .visChart {
    background-position: center center;
    background-repeat: no-repeat;
}

.visChart_province_wrapper,
.visChart_province_wrapper_new {
    width: 403px;
    height: 256px;
}

.visChart_province_wrapper.loading,
.visChart_province_wrapper_new.loading {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/static/Public/images/risk-loading.gif);
    background-size: 90px;
}

.visChart_province_wrapper.noData,
.visChart_province_wrapper_new.noData {
    background-image: url(/static/Public/images/nodataImg.png);
    background-repeat: no-repeat;
    background-position: center;
}

.visChart_wrapper .visChart.loading {
    background-image: url(/static/Public/images/risk-loading.gif);
    background-size: 90px;
}

.visChart_wrapper .visChart.noData {
    background-image: url(/static/Public/images/nodataImg.png);
}

.visChart_wrapper:nth-child(even) {
    border-right: 1px solid #ddd;
}
.resultlist .visChart_wrapper:nth-child(3),
.resultlist .visChart_wrapper:nth-child(2) {
    border-top: 1px solid #ddd;
}

.visChart_wrapper:nth-child(n+6) {
    display: none;
}
.resultlist .visChart_wrapper:nth-child(n+6) {
    display: block;
}

.visChart {
    width: 403px;
    height: 256px;
}

.visChart_title i {
    background-color: #1C64B9;
    height: 6px;
    width: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

.visChart_detail {
    float: right;
    color: #1C64B9;
    font-size: 14px;
    cursor: pointer;
}

.visChart_detail i {
    margin-right: 4px;
}

.map_datalist,
.map_datalist_new {
    display: none;
    width: 120px;
    text-align: center;
    border: 1px solid #B8D4F6;
    position: relative;
    top: 20px;
}

.map_datalist_header {
    background-color: rgba(40, 128, 228, .2);
    color: #2880E4;
    border-bottom: 1px solid #B8D4F6;
}

.map_datalist_body,
.map_datalist_body_new {
    max-height: 200px;
    overflow-y: auto;
    -ms-overflow-style: none;
}

.map_datalist_header span,
.map_datalist_body span,
.map_datalist_body_new span {
    padding: 4px 0;
    display: inline-block;
    width: 50%;
}

.map_datalist_item {
    cursor: pointer;
}

.map_datalist_item:nth-child(even) {
    background-color: rgba(40, 128, 228, .05);
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.map_datalist_body::-webkit-scrollbar,
.map_datalist_body_new::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.map_datalist_body::-webkit-scrollbar-track,
.map_datalist_body_new::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px #f7f7f7;
    box-shadow: inset 0 0 6px #f7f7f7;
    /* border-radius: 4px; */
    background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
.map_datalist_body::-webkit-scrollbar-thumb,
.map_datalist_body_new::-webkit-scrollbar-thumb {
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}

.lineChart {
    padding: 6px 0;
}

.lineChart:first-child {
    margin-top: 10px;
}

.lineChart_title {
    font-size: 12px;
    color: #101010;
}

.lineChart_process {
    position: relative;
    width: 80%;
    cursor: pointer;
}

.lineChart_percentage_wrapper:hover {
    background-color: #f3f3f3;
}

.lineChart_percentage_wrapper:hover+.lineChart_detail {
    display: block;
}

.lineChart_detail {
    display: none;
    position: absolute;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 4px;
    z-index: 9;
}

.lineChart_percentage_wrapper {
    height: 20px;
}

.lineChart_percentage {
    position: relative;
    background-color: #2880E4;
    border-radius: 10px;
    width: 100%;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}

.lineChart_num {
    position: absolute;
    top: -4px;
    right: -100px;
    width: 90px;
    font-size: 12px;
    color: #999;
    vertical-align: middle;
}

.lineChart_percentage.color1 {
    background-color: #2880E4;
}

.lineChart_percentage.color2 {
    background-color: #fe9d20;
}

.lineChart_percentage.color3 {
    background-color: #5976ed;
}

.lineChart_percentage.color4 {
    background-color: #50c3f3;
}

.lineChart_percentage.color5 {
    background-color: #33c1cf;
}

.lineChart_percentage.color6 {
    background-color: #74aef2;
}

.lineChart_percentage.color7 {
    background-color: #bad7f9;
}

/* 法条组合 */
.tabbar_item_content.law_combination {
    display: none;
    padding: 0 20px 20px;
}

.case_list_loading,
.law_combination_loading {
    margin: 60px auto 0;
    display: inherit;
    width: 90px;
}

.law_combination_noData {
    margin: 60px auto 0;
    display: inherit;
    display: none;
}

.articles_filter {
    height: 44px;
    line-height: 44px;
    float: none;
    display: inline-block;
    width: 200px;
}

.articales_item {
    position: relative;
    margin-top: 20px;
    border: 1px solid #1C64B9;
    border-left-width: 5px;
    display: flex;
    align-items: stretch;
}

.articales_item:first-child {
    margin-top: 0;
}

.articales_item_count {
    width: 150px;
    border-right: 1px solid #ddd;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.articales_item_count span {
    display: block;
    font-size: 14px;
    text-align: center;
}

.articales_item_count span:nth-child(1) {
    color: #333;
}

.articales_item_count span:nth-child(1) i {
    color: #1C64B9;
    cursor: pointer;
}

.articales_item_count span:nth-child(2) {
    color: #1C64B9;
    cursor: pointer;
}

.articales_item_content {
    flex: 1;
}

.lawItem {
    border-bottom: 1px dashed #ddd;
}

.lawItem:last-child {
    border-bottom: 0;
}

.lawItem_title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}

.lawItem_title_content {
    width: 670px;
    cursor: pointer;
    padding: 0 50px 0 0;
}

.lawItem_title_content span {
    display: inline-block;
    color: #82C613;
    border: 1px solid #82C613;
    background: #F3FAE7;
    font-size: 12px;
    font-weight: 400;
    height: 18px;
    line-height: 17px;
    padding: 0 5px;
    border-radius: 30px;
    margin-right: 10px;
}

/* 现行有效 绿 */
.lawItem_title_content .co_1 {
    color: #82C613;
    border: 1px solid #82C613;
    background: #F3FAE7;
}

/* 失效/废止 灰 */
/* 部分失效 灰 */
.lawItem_title_content .co_2,
.lawItem_title_content .co_4 {
    color: #999;
    border: 1px solid #999;
    background: #f5f5f5;
}

/* 已被修订 蓝 */
/* 已修正 蓝 */
.lawItem_title_content .co_3,
.lawItem_title_content .co_7 {
    color: #1C64B9;
    border: 1px solid #1C64B9;
    background: #eaf3fd;
}

/* 草案 红 */
.lawItem_title_content .co_5 {
    color: #E12727;
    border: 1px solid #E12727;
    background: #FEF4F4;
}

/* 尚未生效 橙 */
.lawItem_title_content .co_6 {
    color: #F9AD18;
    border: 1px solid #F9AD18;
    background: #FFF7E8;
}

.c_btn_out .c_sub_btn {
    background: #BF3138;
    border: 1px solid #BF3138;
}

.c_btn_out .c_del_btn {
    background: #fff;
    color: #BF3138;
    border: 1px solid #BF3138;
}

.lawItem_title .arrow {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 20px;
    height: 20px;
    background-image: url(/static/Public/images/arrow_right.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    cursor: pointer;
}

.lawItem_title .arrow.arrow_down {
    background-image: url(/static/Public/images/arrow_down2.png);
}

.lawItem_content_list {
    display: none;
}

.lawItem_content {
    background-color: #f9f9f9;
    padding: 10px 28px 16px 17px;
    /* line-height: 1.75; */
}

.lawItem_content span {
    font-size: 14px;
}

.lawItem_content .lawName {
    color: #1C64B9;
    font-weight: bold;
}

.lawItem_content .lawScrip {
    color: #101010;
    font-weight: bold;
}

.lawItem_content .lawDetail {
    color: #333;
    cursor: pointer;
}

.lawItem_content .lawDetail:hover {
    transition: 0.5s;
    color: #ff9f24;
}

.lawItem_content .addLawToReport {
    color: #1C64B9;
    margin-top: 6px;
    display: inline-block;
    cursor: pointer;
}

.lawItem_content .addLawToReport:hover {
    transition: 0.5s;
    color: #ff9f24;
}

/* 词云 */
.wordcloud_canvas.loading {
    background-image: url(/static/Public/images/risk-loading.gif);
    background-size: 90px;
    background-position: center center;
    background-repeat: no-repeat;
}

.wordcloud_canvas.noData {
    background-image: url(/static/Public/images/nodataImg.png);
    background-size: 160px;
    background-position: center center;
    background-repeat: no-repeat;
}

#wordcloud .modal-content {
    border-radius: 4px;
}

#wordcloud .modal-header {
    padding: 10px 20px;
    border-bottom: 1px solid #e0dcdc;
}

#wordcloud i {
    position: absolute;
    left: 0;
    width: 5px;
    height: 22px;
    line-height: 20px;
    background-color: #1C64B9
}

#wordcloud .modal-title {
    color: #1C64B9;
    font-size: 16px;
}

.visChart_downLoad {
    margin-right: 20px;
    cursor: pointer;
}

.resChart_downLoad{
    margin-right: 20px;
}

.visChart_wrapper:nth-child(2) .visChart_downLoad {
    /* margin-right: 0; */
}

#conditionObj>li:nth-child(n+7) {
    display: none;
}

.case_list_noData,
.case_list_loading {
    display: block;
}
.chart_down {
    width:100%;
    /* height:30px;
    line-height:30px; */
    border-bottom:1px solid #ccc;
    padding: 14px 20px 8px;
    position:relative;
}
.chart_down_btn {
    margin-right: 10px;
    position:relative;
}
.chart_down_loading{
    display: none;
    position:absolute;
    top:100px;
    left:50%;
    transform:translateX(-50%);
    z-index: 1000;
    width: 300px;
    height: 100px;
    line-height: 100px;
    overflow: hidden;
    background: #fff;
    text-align:center;
}
.chart_down_loading_img {
    /* width: 100%; */
}

.bigdataicon {
    width: 68px;
    position: absolute;
    top: -18px;
    right: -40px;
    z-index: 10;
}
.bigdata {
    background: url(/static/Public/dist/img/bigdata.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 12px;
    height: 13px;
    vertical-align: inherit;
    margin-right: 2px;
}
.list_vip{
    position: absolute;
    top: -21px;
    right: -10px;
    width: 57px;
}
.chart_down_btn:hover {
    color:#d3a874
}
/* 结果分析 */
.classify-title {
    color: #1C64B9;
    border: 1px solid #1C64B9;
    border-radius: 15px;
    font-size: 14px;
    padding: 5px 20px;
    display: block;
    width: 95px;
    margin-bottom: 10px;
    text-align: center;
}
.resulttable th {
    width: 6%;
    border-right: 1px solid #f4f4f4;
    font-size: 17px;
    color: #fff;
    background: #1C64B9;
    text-align: center;
    vertical-align: middle !important;
}
.title-show {
    font-size: 20px;
    color: #1C64B9;
    padding-left: 25px;
    border-left: 5px solid #1C64B9;
    margin: 10px 0;
}


.judge-info-title span {
    font-size: 16px;
    line-height: 52px;
}

.resulttable .table td {
    color: #333;
    text-align: left;
    vertical-align: middle !important;
}

.resulttable .table-box {
    display: none;
}

.resulttable .table-box td {
    border: 1px solid #e0e0e0;
    vertical-align: middle;
    padding: 10px;
}

.resulttable .table-box tr:nth-child(even) {
    background-color: rgba(243, 108, 40, 0.1);
}

.resulttable .table-box tr td:last-child {
    width: 100px;
    text-align: center;
}

.resulttable .table-box a {
    border: 1px solid;
    padding: 2px 8px;
    border-radius: 3px;
}
.clearfix>div:first-child {
    margin-right: 20px;
}
.section_3 {
    margin: 20px 40px 20px 40px;
}
.tabbar_item_content.resultBox {
    display: none;
}
.icon-download {
    position: absolute;
    right: 40px;
    top: 31px;
}
.btn-common {
    border: 1px solid #999;
    border-radius: 4px;
    font-size: 14px;
    color: #999;
    height: 30px;
    width: 110px;
    margin-left: 20px;
    background: none;
    font-weight: 500;
    cursor: no-drop;
}
.downchartbox {
    width: 890px;
}

/* 案例列表样式整改 */

.topPart {
  position: relative;
  height: 40px;
}

.topPart .tabbar {
  position: relative;
  top: 1px;
  left: 0px;
}

.topPart .tabbar_item {
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #ddd;
  background-color: #fafafa;
  border-bottom: 0px;
}

.topPart .tabbar_item.active {
  color: #1c64b9;
  background-color: #fff;
  border-bottom: 1px solid transparent;
  border-top: 0;
}

.topPart .tabbar_item:not(.active):hover {
  background-color: #ebecec;
  background-color: transparent;
}

.tabbar_item_content {
  border-top: 0px;
  background-color: transparent;
}

.jufa-search-list {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #caddf5;
  overflow: hidden;
}

.jufa-search-list-top {
  background-color: #fff;
  height: 52px;
  background: #ffffff;
  border-radius: 0px 12px 12px 12px;
  border: 1px solid #caddf5;
}

.list_content_out {
  border-radius: 0 0 12px 12px;
}

.list_content_info {
  border-radius: 0 0 12px 12px;
}

.searchListObj {
  padding: 20px 0;
  border-top: 0px;
  background-color: transparent;
}

.jufa-search-list-title div .searchlist-id:first-of-type {
  margin-left: 10px;
  width: 20px;
  background: #f0f2f6;
  color: #8ba1bd;
}

.jufa-search-list:hover {
  box-shadow: 0px 0px 3px #1c64b9;
}
.topPart .tabbar_item {
  border-radius: 12px 12px 0 0;
  width: 150px;
  color: #d1a677;
  font-size: 15px;
  margin-right: -15px;
  background-image: url(/static//Public/images/tab_item_normal.png);
  background-position: right;
  background-size: 44px 47px;
  background-repeat: no-repeat;
  padding-right: 40px;
  border: 0px;
  background-color: transparent;
}

.topPart .tabbar_item.active {
  background-image: url(/static/Public/images/tab_item_active.png);
  background-size: 40px 45px;
  background-position-y: 1px;
  background-color: transparent;
}
.tabbar_item_txt{
    line-height: 45px;
    height: 45px;
    background-color: #fafafa;
    border-radius: 12px 0 0 0;
    border-left: 1px solid #caddf5;
    border-top: 1px solid #caddf6;
    position: relative;
}
.tabbar_item.active .tabbar_item_txt {
    background-color: #ffffff;
    top: 1px;
    height: 45px;
}
.law_combination {
    background-color: #fff;
}