/**
 * 
 * @authors zhengy
 * @date    2020-05-06
 * @version $Id$
 */

 body {
  background-color: #f7f7f7;
  font-size: 14px;
}

.blue-style {
  color: #4f62ae;
}

.zmodaldialog {
  height: 100%;
}

.zmodal-content {
  top: 20%;
  width: 410px;
  left: 16%;
  height: 200px;
}

.zmodalbody {
  padding: 20px 60px 35px;
}

.zmodalbody p {
  text-align: center;
  line-height: 1.8;
}

.btn-boxes {
  display: flex;
  justify-content: center;
}

.btn-boxes button {
  padding: 4px 15px;
}

.btn-cancel {
  background: #fff;
  border: 1px solid #4f62ae;
  color: #4f62ae;
}

.criminal_out li .new_icon {
  height: 10px;
  position: absolute;
  left: -13px;
  top: -6px;
  width: 24px;
}

.main-index-logo-title {
  font-size: 38px;
}

.jufa-main-data {
  color: #fff;
  text-align: center;
}

.bg-main {
  position: relative;
  padding-top: 36px;
  height: 350px;
}

.main-btn-lg {
  background: #edcc86;
  color: #9b722e;
  font-size: 14px;
  padding: 0px 15px;
}

.main-btn-lg:hover {
  background: #e6bb5f;
  color: #9b722e;
}

.jufa-main-search {
  width: 482px;
}

.main-input-group {
  background: #fff;
  border-radius: 3px;
}

.jufa-main-search {
  border-left: 1px solid #ddd;
  padding: 0px;
  padding-left: 16px;
  height: auto;
  margin-top: 13px;
}

.jufa-tabs > li.active {
  /* background: url(/static/Public/images/index_new_02.png) no-repeat center;
      background-size: 100% auto; */
}

.nav > li > a {
  text-align: center;
  width: 80px;
  position: relative;
  padding: 0;
  border-radius: 2px;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

.jufa-tabs > li.active > a,
.jufa-tabs > li.active > a:focus,
.jufa-tabs > li.active > a:hover {
  color: #4f62ae;
}

.jufa-tabs > li > a::after {
  content: "";
  height: 0;
  width: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid transparent;
  display: inline-block;
  display: block;
  margin: 0 auto;
}

.jufa-tabs > li.active > a::after {
  border-top-color: #fff;
}

.history {
  position: absolute;
  top: 46px;
  width: 591px;
}

/******************** common ********************/

.wid-size {
  width: 1170px;
  margin: 0px auto;
}

/******************** tab切换 ********************/

.tab_box {
  text-align: center;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(29, 99, 167, 0.1);
  border: 1px solid rgba(255, 255, 255, 0);
}

.tab_box ul {
  /* display: -webkit-flex; */
  /* justify-content: space-between; */
  display: block;
  padding: 0 240px;
  overflow: hidden;
}

.tab_box li {
  cursor: pointer;
  border-bottom: 3px solid #fff;
  min-width: 150px;
  padding: 22px 0px 20px;
  font-size: 16px;
  /*     
      float: left;
      margin: 0 40px; */
}

/* .tab_box li.active,
  .tab_box li:hover {
      color: #4f62ae;
      border-bottom: 3px solid #4f62ae;
      background-color: #f7f7f7;
  } */

/******************** 产品搜索 ********************/

.search_box {
  /* background: #f2f2f2;
  padding: 12px 0px 15px;
  margin-top: 4px; */

  position: absolute;
  width: 290px;
  top: 15px;
  right: 5px;
}

.search_box > div {
  background: url(/static/Public/images/index_new_01.png) no-repeat 20px #e8e8e8;
  background-size: 15px auto;
  border-radius: 20px;
  padding: 5px 10px 5px 45px;
  position: relative;
}

.search_box input {
  background: transparent;
  border: 0px;
  width: 100%;
  font-size: 15px;
  color: #333;
}

.search_box ul {
  position: absolute;
  top: 33px;
  left: 0px;
  z-index: 990;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 100%;
  max-height: 336px;
  overflow-y: auto;
  display: none;
}

.search_box li {
  /* padding: 10px 48px; */
  padding: 10px;
  border-top: 1px dashed #ddd;
  cursor: pointer;
  font-size: 15px;
}

.search_box li:first-child {
  border: 0px;
}

.search_box li:hover {
  background: #f4f8fc;
}

.search_box li font {
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  /* width: 80px; */
  color: #fff;
  background: #4f62ae;
  font-size: 14px;
  border-radius: 2px;
  padding: 3px 5px;

  float: left;
}

.search_box li i {
  float: right;
  color: #71d040;
  background: #fff;
  border: 1px solid;
  padding: 0 3px;
  font-size: 12px;
}

/* 刑事HOLO */
.search_box li font.co_1 {
  background: #4f62ae;
}

/* 民事HOLO */
.search_box li font.co_2 {
  background: #11c0cf;
}

/* 行政HOLO */
.search_box li font.co_3 {
  background: #ff8a00;
}

/* 法旨 */
.search_box li font.co_4 {
  background: #0c60d8;
}

/* 法治体检 */
.search_box li font.co_5 {
  background: #00b0f0;
}

/* 聚法导航 */
.search_box li font.co_6 {
  background: #359656;
}

/* 智能校对 */
.search_box li font.co_7 {
  background: #e82800;
}

/******************** product_box common ********************/

.product_box {
  display: none;
  padding: 20px 0px 50px;
}

.product_box.active {
  display: block;
}

.product_box .tit {
  margin-bottom: 15px;
  color: #999;
}

.product_box .tit span {
  color: #4f62ae;
}

.product_box .pro_intro {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.product_box .pro_intro img {
  margin-right: 80px;
  height: 270px;
}

.product_box .pro_intro h3 {
  color: #4f62ae;
  font-weight: bold;
  font-size: 28px;
}

.product_box .pro_intro p {
  color: #333;
  font-size: 15px;
  margin: 30px 0px;
  max-width: 500px;
  line-height: 25px;
}

.product_box .pro_intro button {
  background: #4f62ae;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  padding: 8px 40px;
  font-size: 16px;
}

/******************** 刑事holo系统 ********************/

.product_1 .list {
  min-height: 200px;
}

.product_1 .list a {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.product_1 .list li {
  display: inline-block;
  width: 273.5px;
  padding: 5px 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 6px 25px 6px 0px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.product_1 .list li:nth-child(4n) {
  margin-right: 0px;
}

.product_1 .list li:hover {
  border: 1px solid #4f62ae;
}

.product_1 .list b {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0px 8px 0px 12px;
  background: url(/static/Public/images/album-icon/album_icon.png) no-repeat center;
  background-size: 120px auto;
}

.product_1 .list span,
.ispay,
.haspay {
  color: #71d040;
  /* background: #fff; */
  border: 1px solid;
  height: 16px;
  line-height: 14px;
  padding: 0 3px;
  margin-top: -8px;
  margin-left: 5px;
  font-size: 12px;
}
.ispay,
.haspay {
  position: absolute;
  top: 21px;
}

.product_1 .list li div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  box-sizing: border-box;
}

.product_1 .list li.has_buy i {
  display: inline-block;
  vertical-align: middle;
  width: 155px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_1 .list li .new_icon {
  height: 10px;
  position: absolute;
  left: 0px;
  top: -6px;
  width: 24px;
}
/******************** 行政HOLO ********************/
.product_3 .xzholo_box {
  min-height: 200px;
}

.product_3 .xzholo_box a {
  color: #333;
  display: block;
}

.product_3 .xzholo_box li {
  display: inline-block;
  width: 273.5px;
  padding: 5px 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 6px 25px 6px 0px;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  height: 40px;
  line-height: 28px;
}

.product_3 .xzholo_box li:nth-child(4n) {
  margin-right: 0px;
}

.product_3 .xzholo_box li:hover {
  border: 1px solid #4f62ae;
}

.product_3 .xzholo_box span {
  color: #71d040;
  /* background: #fff; */
  border: 1px solid;
  height: 16px;
  line-height: 14px;
  padding: 0 3px;
  margin-top: -8px;
  margin-left: 5px;
  font-size: 12px;
}

.product_3 .xzholo_box li div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  box-sizing: border-box;
}
.product_3 .xzholo_box li div i {
  padding-left: 15px;
}

/******************** 民事HOLO ********************/

.product_2 .list {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #ddd;
}

.product_2 .list > ul {
  /* background: #4f62ae;
      color: #fff; */
  width: 200px;
  border-right: 1px solid #4f62ae;
  float: left;
}
#msHoloType li p {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  cursor: pointer;
}
#msHoloType li i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.product_2 .list > ul li {
  position: relative;
  padding: 18px 20px;
  text-align: right;
  font-size: 16px;
  cursor: pointer;
  border-top: 1px solid #dddddd;
  color: #4f62ae;
}

.product_2 .list > ul li:first-child {
  border: 0px;
}

.product_2 .list > ul li.active,
.product_2 .list > ul li:hover {
  background: #4f62ae;
  color: #fff;
}

.product_2 .list > div {
  width: 968px;
  float: left;
}

.product_2 td {
  padding: 9px 10px;
  border-top: 1px dashed #ddd;
  vertical-align: top;
  text-align: left;
}
.product_2 td:nth-child(2) {
  width: 20px;
}

.product_2 tr:first-child td {
  border: 0px;
}
.product_2 td:nth-child(3) {
  padding-left: 0;
}

.product_2 td.f_td {
  text-align: right;
  width: 165px;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}
.product_2 td.f_td a {
  display: block;
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  padding-right: 0;
  margin-right: 0;
}
.ms_line {
  color: #d8d8d8;
}
.product_2 td:nth-child(2) {
  text-align: center;
  padding: 9px 0px;
}

.product_2 td a {
  display: inline-block;
  /* border-radius: 4px; */
  /* background-color: #F7F8FA; */
  color: #333;
  font-size: 14px;
  /* border: 1px solid #ddd; */
  padding: 3px 10px;
  margin: 6px 4px;
  cursor: pointer;
}

.product_2 td a:hover {
  /* background: #F4F9FF; */
  color: #4f62ae;
  /* border: 1px solid #4f62ae; */
  text-decoration: underline;
}

.product_2 td i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 14px;
  background: url(/static/Public/images/index_new_06.png) no-repeat center;
}

/******************** 法旨 ********************/

.product_4 .list ul {
  font-size: 0px;
}

.product_4 .list li {
  display: inline-block;
  background: rgba(17, 102, 223, 0.05);
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #1166df;
  width: 279px;
  margin: 0px 0px 18px 18px;
  padding: 24px 0px;
  cursor: pointer;
  transition: all 0.4s;
  border: 1px solid #1166df;
}

.product_4 .list li:nth-child(4n + 1) {
  margin-left: 0px;
}

.product_4 .list li:hover {
  background: rgba(255, 255, 255, 1);
}

.product_4 .list img {
  width: 50px;
  height: 50px;
}

.product_4 .list p {
  margin: 10px 0px 8px;
  cursor: pointer;
}

/******************** 聚法导航 ********************/

.product_6 > div {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.product_6 > div > div {
  width: 33.3%;
  border-left: 1px dashed #ddd;
}

.product_6 > div > div:first-child {
  border: 0px;
}

.product_6 td {
  vertical-align: top;
  text-align: left;
  padding: 0px;
  font-size: 15px;
}

.product_6 td:first-child {
  text-align: right;
  white-space: nowrap;
}

.product_6 td span {
  font-weight: bold;
  color: #333;
  padding: 0px 10px;
  border-right: 1px solid #ddd;
}

.product_6 td div {
  padding-bottom: 10px;
  margin: 0px 10px 15px;
  border-bottom: 1px dashed #ddd;
}

.product_6 tr:last-child div {
  margin-bottom: 0px;
  border: 0px;
  padding: 0px;
}

.product_6 td a {
  display: inline-block;
  color: #888;
  font-size: 15px;
  margin: 0px 10px 5px 0px;
}

.product_6 td a.spe {
  color: #f90;
}

.product_6 td a.more {
  color: #4f62ae;
}

.product_6 td a:hover {
  color: #f90;
  text-decoration: underline;
}

.jfdh_tab_box {
  height: 0px;
  overflow: hidden;
}

.jufa-tabs {
  text-align: center;
  padding-bottom: 15px;
}

.nav-tabs > li {
  float: none;
  display: inline-block;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}

#guid3.input_fa {
  position: relative;
}

#guid3.input_fa .clearSearch {
  position: absolute;
  top: 16px;
  left: 580px;
  cursor: pointer;
  z-index: 2;
  color: #dbdbdb;
  display: none;
}

.notice_wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
}

.notice {
  width: 1170px;
  margin: 0 auto;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
  color: #fff;
}

.notice i {
  margin-right: 5px;
}

.notice span {
  margin: 0 10px;
  position: relative;
  top: -1px;
}

.notice_content {
  display: inline-block;
  width: 990px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#msHoloList {
  /* display: block;
      background-color: transparent;
      border: 0; */
  width: 100%;
  border: 1px solid #4f62ae;
  overflow: hidden;
}

#msHoloTable tr {
  /* border-bottom:1px dashed */
}
#msHoloTable tr:last-child {
  /* border:none; */
}
.msHolo_right_box {
  /* max-height: 621px; */
  overflow: auto;
}
#msHoloTable {
  width: 100%;
}

#msHoloList .msholo_item,
.product_3 .msholo_item {
  position: relative;
  width: 273px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #ddd;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin: 0 25px 15px 0;
  background-color: #fff;
  font-size: 14px;
  color: #101010;
  padding: 0 15px;
}

#msHoloList .msholo_item:nth-child(4n) {
  margin-right: 0;
}

#msHoloList .msholo_item:hover,
.product_3 .msholo_item:hover {
  border: 1px solid #4f62ae;
}

#msHoloList .msholo_icon,
.product_3 .msholo_icon {
  float: left;
  margin-top: 6px;
  height: 30px;
  width: 30px;
  margin-right: 6px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 120px auto;
}

#msHoloList .msholo_content,
.product_3 .msholo_content {
  display: inline-block;
  width: 166px;
}
.product_3 .msholo_icon {
  background-size: 100%;
}
.product_3 .xzholo_box {
  display: block;
  padding-top: 0px;
  /* height: 300px; */
}
.goto_wordplug {
  width: 200px;
  height: 38px;
  line-height: 38px;
  border-radius: 4px 4px 4px 4px;
  background-color: rgba(237, 204, 134, 1);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  color: rgba(82, 61, 25, 1);
  margin-top: 20px;
  font-size: 18px;
}
.to_law,
.to_law_court {
  width: 720px;
  overflow: hidden;
  padding-top: 20px;
}
.to_law > a,
.to_law_court > a {
  display: block;
  width: 60px;
  text-align: center;
  margin: 0 10px;
  color: #fff;
  font-size: 14px;
  float: left;
}
.to_law > a:hover {
  color: #fff;
}

.to_law_court > a {
  width: 18%;
  color: #b51114;
}
.to_law > a > img,
.to_law_court > a > img {
  width: 60px;
}
#product_3 .pro_intro.xzholo_box {
  display: block;
}
p.little_hi {
  height: 22px;
  opacity: 0.5;
  color: rgba(146, 146, 146, 1);
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
}
.goto_down {
  position: absolute;
  top: 108px;
  right: 185px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.goto_down i {
  margin-right: 5px;
}

.bigdataicon {
  width: 67px;
  position: absolute;
  top: -18px;
  right: -48px;
  z-index: 10;
}

/* 法规联想词 */

.new-type-bg {
  font-size: 12px;
}

#lawSearchTipsObj .new-type-bg {
  margin-left: 5px;
}

/* 现行有效 绿 */
#lawSearchTipsObj .co_1 {
  color: #82c613;
  border: 1px solid #82c613;
  background: #f3fae7;
}

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

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

/* 草案 红 */
#lawSearchTipsObj .co_5 {
  color: #e12727;
  border: 1px solid #e12727;
  background: #fef4f4;
}

/* 尚未生效 橙 */
#lawSearchTipsObj .co_6 {
  color: #f9ad18;
  border: 1px solid #f9ad18;
  background: #fff7e8;
}

/* 计算器 */

#calcBtn > div {
  width: 120px;
  height: 120px;
  background: #fff;
  cursor: pointer;
  position: relative;
  right: 120px;
  bottom: 80px;
  border: 1px solid #e0e0e0;
  text-align: center;
}

#calcBtn > div li {
  display: inline-block;
  width: 50px;
  text-align: center;
  cursor: pointer;
}

#calcBtn > div img {
  text-align: center;
  display: block;
}

.cal_ifr {
  display: none;
  position: fixed;
  top: 10%;
  right: 100px;
  z-index: 9999;
  border: 1px solid #e0e0e0;
  width: 450px;
  height: 80%;
  background: #fff;
  padding-top: 50px;
}

.cal_ifr.active {
  display: block;
}

.cal_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #e0e0e0;
}

.cal_header span,
.cal_header a {
  font-size: 18px;
  margin-left: 15px;
  color: #333;
}

.cal_header a img {
  height: 16px;
  margin-right: 3px;
}

.cal_header a b {
  font-weight: normal;
}

.cal_header i {
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: inline-block;
  background: url(/static/Public/images/calc_tool/06.png) no-repeat;
  background-size: 100%;
  margin: 15px 15px 0 0;
}

.cal_ifr iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* 新版首页 */
.itemList {
  width: 1170px;
}
.itemList .itemsBtn {
  float:left;
  width: 180px;
  height: 110px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  margin-right:15px;
  padding:13px 15px;
}
.itemList .itemsBtn img {
  width:40px;
}
.itemList .itemsBtn p {
  font-size:12px;
  color:#999999;
  margin-top:7px;
}
.itemList .itemsBtn span {
  font-weight:700;
  padding-left:5px;
}