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

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

.blue-style {
  color: #1c64b9;
}

.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 #1c64b9;
  color: #1c64b9;
}

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

.main-index-logo-title {
  font-size: 45px;
  font-weight: 700;
}
.main-index-logo {
  width: 375px;
}
.main-advanced-search {
  width: auto;
  height: 50px;
  background: no-repeat;
  border: none;
  color: #edcc86;
  cursor: pointer;
  top: 13px;
  right: -90px;
  display: inline-block;
}
.main-advanced-search img {
  width: 16px;
}
.main-advanced-search .listVip_v3 {
  width: 57px;
  position: absolute;
  right: -21px;
  top: -5px;
  display: none;
}

.jufa-container {
  width: 880px;
}

.jufa-main-data {
  color: #fff;
  text-align: center;
  padding-top: 16px;
  margin-top: 0;
}

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

.main-btn-lg {
  font-size: 14px;
  padding: 0px 15px;
  background: #1c64b9;
}

.main-btn-lg:hover {
  background: #1c64b9;
  color: #fff;
}

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

.main-input-group {
  width: 840px;
  height: 70px;
  background: #ffffff;
  border-radius: 15px;
}
.dropdown-menu-index {
  top: 68px;
  left: 7px;
  border-radius: 15px;
}
.input-group-btn button img {
  width: 16px;
  margin-right: 2px;
}
.input-group-addon,
.input-group-btn {
  padding-right: 14px;
  height: 70px;
}

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

.jufa-tabs > li.active {
  /* background: url(/static/Public/images/index_new_02.png) no-repeat center;
      background-size: 100% auto; */
  /* border-bottom: 1px solid #fff; */
}
.nav > li > a {
  text-align: center;
  /* width: 80px; */
  position: relative;
  padding: 0 12px;
  border-radius: 10px;
  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: #1c64b9;
}

.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;
  position: relative;
}

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

.search_box {
  /* position: absolute;
  width: 290px;
  top: 15px;
  right: 5px; */

  position: absolute;
  width: 300px;
  top: 15px;
  right: 5px;
}
.righttip {
  position: absolute;
  right: 0;
  height: 87px;
  line-height: 87px;
  font-size: 24px;
}
.righttip > span {
  background: #1c64b9;
  color: #fff;
  padding: 3px 8px;
  border-radius: 20px;
}

.search_box > div {
  background: url(/static/Public/images/index_new_01.png) no-repeat 260px #e8e8e8;
  background-size: 15px auto;
  border-radius: 10px;
  padding: 5px 10px 5px 15px;
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 34px;
  line-height: 24px;
  border: 1px solid #dddddd;
}

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

.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: #1c64b9;
  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: #1c64b9;
}

/* 民事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;
}


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

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

.nav-tabs > li {
  float: none;
  display: inline-block;
  margin: 0 10px;
}

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

.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 #1c64b9;
  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{
  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{
  border: 1px solid #1c64b9;
}

#msHoloList .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{
  display: inline-block;
  width: 166px;
}

.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: 8.2%;
  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;
}
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: #1c64b9;
  border: 1px solid #1c64b9;
  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: 58px;
  /* background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 40px 5px rgba(13, 48, 89, 0.08);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(16px); */
  background: #f0f6fc;
  box-shadow: 18px 18px 38px 6px rgba(0, 6, 21, 0.1);
  border-radius: 30px;
}

.cal_ifr.active {
  display: block;
}

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

.cal_header span,
.cal_header a {
  font-size: 18px;
  margin-left: 43px;
  color: #24323d;
  display: inline-block;
  width: calc(100% - 86px);
  text-align: center;
  line-height: 20px;
  margin-top: 30px;
}

.cal_header a img {
  height: 16px;
  margin-right: 3px;
  position: absolute;
  left: 25px;
}

.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: 80% 86%;
  background-position: center;
  margin: 30px 25px 0 0;
}

.cal_ifr iframe {
  width: 100%;
  height: 100%;
  border: 0;
  /* margin: 0 12px 12px; */
  border-radius: 0 0 30px 30px;
}

/* 新版首页 */
.itemList {
  width: 1170px;
  overflow: hidden;
  margin: auto;
  padding: 20px 0 20px 7px;
  text-align: center;
}
.widall {
  width: 100%;
  background-color: #f0f6fc;
}
.itemList > div {
  width: 180px;
  height: 110px;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 15px;
  padding: 13px 20px;
  /* background: url(/static/Public/images/itembg.png) no-repeat; */
  background-position: right bottom;
  background-size: 55px;
  cursor: pointer;
  position: relative;
  border: 1px solid #f3eeee;
}
.itemList > div:hover {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  /* margin-top: -2px; */
}
.itemList > div:hover p {
  color: #1c64b9;
}
.itemList > div:last-child {
  margin-right: 0;
}
.itemList > div img {
  width: 40px;
  cursor: pointer;
}
.itemList > div p {
  font-size: 12px;
  color: #999999;
  margin-top: 7px;
  cursor: pointer;
}
.itemList > div span {
  font-weight: 700;
  padding-left: 5px;
  cursor: pointer;
  font-size: 18px;
  vertical-align: middle;
}
.itemList > div i {
  position: absolute;
  right: 15px;
  top: 25px;
  color: #dddddd;
  background: url(/static/Public/images/rightdouble.png) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 15px;
}

.widall .itemList .itemsBtn > img.hot_v3 {
  left: 150px;
  top: -6px;
  width: 35px;
  height: 16px;
  position: absolute;
}

.itemList > div i.new_icon {
  right: -5px;
  top: -5px;
  width: 35px;
  height: 19px;
  background: url(/static/Public/images/highSearch_new/highSreach_icon_new.png)
    no-repeat;
  background-size: 100%;
}
/* 新版首页22.9.8 */
.widall .itemList {
  text-align: left;
}
.widall .itemList .itemsBtn {
  height: 72px;
  width: 180px;
  margin-bottom: 13px;
}
.widall .itemList .itemsBtn:nth-child(6) {
  margin-right: 0;
}
.widall .itemList .itemsBtn img {
  vertical-align: top;
  position: relative;
  /* top: -10px; */
  left: -8px;
  width: 20px;
}
.widall .itemList .itemsBtn .listVip_v3 {
  position: absolute;
  top: -15px;
  width: 57px;
  left: 188px;
}
.widall .itemList .itemsBtn .itemBtnright {
  display: inline-block;
  text-align: left;
}
.widall .itemList .itemsBtn .itemBtnright p {
  margin-top: 0;
  margin-bottom: 6px;
}
.widall .itemList .itemsBtn .itemBtnright span {
  font-size: 12px;
  color: #97A3B7;
  line-height: 12px;
  padding-left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
#morerouteNewSearchObj:focus {
  color: #fff;
}
.moreroute-label.actives {
  color: #fff;
}

/* new */
.itemList > div {
  height: 130px;
  text-align: center;
  padding-top: 14px;
  border: none;
  box-shadow: 0px 0px 10px 0px rgba(28, 100, 185, 0.1);
  border-radius: 15px;
  display: inline-block;
}
.itemList > div p {
  font-size: 16px;
  color: #273d67;
  font-weight: 400;
}
.itemList > div img {
  width: 48px;
  margin-bottom: 9px;
}
.itemList > div img.listVip_v3 {
  position: absolute;
  top: -15px;
  right: -15px;
}
.htmb_vip_flag {
  position: relative;
}
.htmb_vip_flag .listVip_v3 {
  width: 57px;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.search_Tab {
  top: 70px;
  left: 127px;
}
.drop-option,
.srh-drop {
  top: 72px;
  left: 127px;
}
.history {
  top: 70px;
  left: 127px;
}
.to_books_box {
  left: 486px;
  top: 51px;
}
/* new */
.bottips div {
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(79, 98, 174, 0.05);
  float: left;
  text-align: center;
  margin-top: 5px;
  margin-right: 8px;
  color: #232a32;
  cursor: pointer;
}
.chooseBtn {
  color: #edcc86;
  padding-top: 24px;
  margin: 25px auto;
  margin-top: 0;
  text-align: center;
}
.chooseBtn > div {
  margin-right: 8px;
  padding: 0 12px;
  cursor: pointer;
  line-height: 32px;
  height: 32px;
  background: linear-gradient(90deg, #ffae47 0%, #ff8a23 100%);
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.ptlv {
  margin-top: 5px;
}
.chooseBtn > div img {
  width: 14px;
  margin-right: 3px;
  margin-top: -2px;
}
.search_box > i {
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  left: -40px;
  top: -4px;
  background: url(/static/Public/images/linestrage.png) no-repeat;
  background-size: 100%;
}
.chooseItems .hover {
  display: none;
}
div.chooseItems:hover {
  /* color: #dbbb76; */
}
/* .chooseItems:hover .showimg{
  display: none;
}
.chooseItems:hover .hover{
  display: inline-block;
} */
.input_box {
  width: 100%;
  background: #fff;
  margin-top: 30px;
  padding: 13px 20px 20px;
  position: relative;
  border-radius: 15px;
}

.input_top img,
.input_top span,
.input_top > div {
  float: left;
}
.input_top img {
  width: 14px;
  margin-top: 4px;
  margin-right: 10px;
}
.input_top > div {
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px solid #dddddd;
  height: 15px;
  line-height: 15px;
  margin-top: 2px;
}
.input_top > div a {
  margin-right: 5px;
}
.input_top > b {
  float: right;
  font-size: 25px;
  margin-top: -7px;
  cursor: pointer;
  color: #ccc;
  font-weight: 200;
}
.input_top > b:hover {
  color: #dddddd;
}
.input_content {
  width: 100%;
  margin-top: 10px;
  background: #f9f9f9;
}
#aqjs_content {
  width: 100%;
  height: 100px;
  border-radius: 4px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  padding: 5px;
}
.uplist,
.ocrlist {
  display: none;
}
.go_search {
  width: 100px;
  height: 36px;
  border-radius: 4px;
  background-color: #1c64b9;
  color: #fff;
  border: none;
  margin: auto;
  margin-top: 10px;
}
.go_search:hover {
  color: #dddddd;
}
.updata_box {
  width: 100%;
  /* height: 85px; */
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.input_content.nobgc {
  background: transparent;
}
.updata_btn {
  width: 170px;
  height: 32px;
  border-radius: 4px;
  background-color: #1c64b9;
  border: none;
  float: left;
  margin: 25px;
  margin-left: 77px;
  color: #fff;
}
.updata_btn img {
  width: 14px;
  margin-right: 2px;
}
.updata_box > ul {
  height: 100%;
  width: 50%;
  float: right;
  text-align: left;
  padding-top: 5px;
}
.updata_box > ul li i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.updata_box > ul li {
  font-size: 12px;
  color: #8e9195;
  margin: 6px 0;
}
.url_box {
  text-align: left;
}
#url_search {
  width: 700px;
  height: 36px;
  border-radius: 4px;
  background-color: rgba(249, 249, 249, 1);
  border: 1px solid rgba(221, 221, 221, 1);
  vertical-align: middle;
  padding-left: 10px;
}
.go_url_search {
  width: 100px;
  height: 36px;
  border-radius: 4px;
  background-color: #1c64b9;
  color: #fff;
  border: none;
  margin-left: 5px;
}
.ocr_box {
  width: 100%;
  /* height: 85px; */
  /* background-color: rgba(249, 249, 249, 1); */
  padding: 24px 0;
  margin-bottom: 16px;
  background-color: #f9f9f9;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
button.ocr_btn {
  left: 635px;
  top: 286px;
  width: 170px;
  height: 32px;
  border-radius: 4px;
  background-color: #1c64b9;
  color: #fff;
  border: none;
  /* margin-top: 27px; */
}
button.ocr_btn img {
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
.aloading {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 15px;
}
.aloading p {
  margin-top: 48px;
  font-size: 20px;
  color: #fff;
  background: url(/static/Public/images/loading.gif) no-repeat center;
  background-size: 100%;
  display: block;
  width: 75px;
  height: 75px;
}
#uploadFileBtn,
#uploadOCRBtn {
  width: 170px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #1c64b9;
  margin: 25px;
  color: #fff;
  cursor: pointer;
}
.layui-btn.detbtn {
  height: 32px;
  line-height: 32px;
}
.input_box .layui-btn + .layui-btn {
  margin-left: 15px;
}
.input_box .layui-table th {
  text-align: center;
}
.input_box .layui-table td {
  text-align: left;
}
.input_box .layui-table td:nth-child(3) {
  text-align: center;
}
.ocr_box > p {
  font-size: 12px;
  color: #999999;
  margin: 12px 0 0;
}

/* 首页新版v3 */
.vip_v3 {
  width: 16px;
}
.bg-main {
  background: #fafbfc;
  /* background: url(/static/Public/images/act618/act_dia06.png); */
  background: url(/static/Public/images/mainNewBg_v3.png);
  background-size: cover;
  height: 250px;
  width: 100%;
  min-height: 420px;
}
.isac {
  display: none;
}
.listTitle {
  height: 100px;
}
.indexbox {
  position: relative;
  background: #fff;
  padding:30px 30px;
  margin-bottom: 30px;
  border-radius: 0 15px 15px 15px;
  box-shadow: 0px -15px 25px -20px rgb(28 100 185 / 10%);
}
.main-index-search-btn {
  padding-left: 27px;
  color: #1c64b9;
}
/* 首页新版v3 end */

/* 20220224新增ocr窗口相关 */

.ocr-text-box .ocr-text-input {
  height: 376px;
  padding: 24px 20px;
  margin-top: 13px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #dddddd;
  overflow: auto;
  text-align: justify;
}

.reUpload {
  display: inline-block;
  width: 90px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c64b9;
  line-height: 20px;
}

.reUpload:hover {
  color: #1c64b9;
}

.reUpload .re-up {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0px 5px;
  background-image: url(/static/Public/dist/img/re-up.png);
  background-size: 100% 100%;
  vertical-align: middle;
}

.continueUpload {
  width: 140px;
  height: 32px;
  margin: 15px 0 0 25px;
  line-height: 30px;
  border-radius: 4px;
  color: #1c64b9;
  border: 1px solid #1c64b9;
  display: inline-block;
}

.continueUpload:hover {
  color: #1c64b9;
  border: 1px solid #1c64b9;
}

.goSearch {
  width: 140px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background-color: #1c64b9;
  margin: 12px 0 0 25px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}

.goSearch:hover {
  color: #ffffff;
}
/* 情景检索弹窗 */
#sceneModalTit {
  text-align: center;
}
#sceneModalTit .title_Large {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
#sceneModalInfo .title_mid {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 22px;
  font-weight: 600;
}
#sceneModal .modal-body {
  padding: 0 0 10px;
}
#sceneModal .sceneTextList {
  margin-bottom: 10px;
}
#sceneModal .modal-footer .sceneKnow {
  font-size: 16px;
  border: none;
  outline: none;
}
#sceneModal .modal-content {
  background: url('/static/Public/images/qjjs_index.png') no-repeat;
  background-size: 390px 500px;
  margin-top: 115px;
}

#sceneModal .sceneKnow {
  background: linear-gradient(to right, #f53356, #f4af37);
}
#sceneModal .modal-header .tit {
  top: 100px;
}
#sceneModal .close {
  top: 87px;
  right: 11px;
}
#sceneModal .modal-header {
  height: 92px;
}
#sceneModal .sceneTextList li {
  color: #333;
  list-style: disc;
  margin-left: 18px;
  font-size: 14px;
}
/* 律师助手弹窗 */
#lawyerHelperModal {
  display: none;
}
#lawyerHelperTit {
  text-align: center;
}
#lawyerHelperTit .title_Large {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
}
#lawyerHelperInfo .title_mid {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}
#lawyerHelperModal .modal-footer {
  border: none;
}
#lawyerHelperModal .modal-footer .lawyerHelperKnow {
  font-size: 16px;
  width: 84%;
}
#lawyerHelperModal .modal-content {
  background: url('/static/Public/images/qjjs_index.png') no-repeat;
  background-size: 390px 570px;
  margin-top: 115px;
}

#lawyerHelperModal .lawyerHelperKnow {
  background: linear-gradient(to right, #f53356, #f4af37);
}
#lawyerHelperModal .modal-header .tit {
  top: 100px;
}
#lawyerHelperModal .modal-body .info {
  text-align: left;
  display: inline-block;
  line-height: 29px;
  color: #888;
  font-size: 15px;
  padding-top: 120px;
  padding: 0 14px;
}
#lawyerHelperModal .modal-body {
  padding: 0;
}
#lawyerHelperModal .close {
  top: 106px;
  right: 16px;
}

#lawyerHelperModal .modal-header {
  height: 92px;
}
#lawyerHelperModal .lawyerHelperTextList li {
  color: #333;
  list-style: disc;
  margin-left: 18px;
  font-size: 14px;
  list-style: none;
}
#lawyerHelperModal .lawyerHelperTextList li .line {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
#lawyerHelperModal .lawyerHelperTextList li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 13px;
}
#lawyerHelperModal .lawyerHelperTextList li .left_inner {
  display: inline-block;
  width: 44px;
  word-break: break-all;
  height: 100%;
  vertical-align: top;
  text-align: justify;
  text-align-last: justify;
}
#lawyerHelperModal .lawyerHelperTextList li .inner {
  display: inline-block;
  max-width: calc(100% - 85px);
  word-break: break-all;
}

.lawyer_btn_out a,
.lawyer_btn_out a:hover {
  display: inline-block;
  background: #ffae47;
  border-radius: 10px;
  font-size: 17px;
  color: #fff;
  padding: 8px 70px;
  margin-top: 25px;
  line-height: 22px;
}

.lawyer_btn_out img {
  vertical-align: middle;
  height: 22px;
  margin-right: 5px;
  margin-top: -3px;
}

.lawyer_btn_out font {
  font-size: 12px;
}
/* 高级检索按钮 */
.HighSearch_btn,
.main-advanced-search:hover {
  display: inline-block;
  width: 100px;
  height: 46px;
  background: linear-gradient(90deg, #ffae47 0%, #ff8a23 100%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  line-height: 46px;
  letter-spacing: 2px;
  right: -115px;
  top: 11px;
  border: 0;
}
.HighSearch_btn .new_flag {
  width: auto;
  position: absolute;
  right: -27px;
  top: -14px;
}

/* 解决首页按钮 点击后颜色问题 */
.lawyer_btn_out a:active,
.lawyer_btn_out a:focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}

/* vip 弹窗样式 */
.choseWrap_one_top_price {
  margin: 16px auto;
}
/* 完善信息赠vip悬浮 */
#suspensioninfo_index {
  position: fixed;
  bottom: 120px;
  left: 48px;
  width: 136px;
  height: 148px;
  z-index: 1051;
}

#suspensioninfo_bg {
  width: 114px;
  height: 148px;
  vertical-align: top;
}
#suspensioninfo_close {
  width: 18px;
  height: 18px;
}


/* 首页功能按钮调整为6个 12.5 */

.itemBtnLeft {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    width: 100%;
}

.widall .itemList .itemBtnLeft img {
    float: left;
    width: 20px;
    left: 0px;
    margin: 0px;
    vertical-align: middle;
}

.widall .itemList .itemBtnLeft p {
    float: left;
    margin-left: 5px;
    margin-top: 0px;
    vertical-align: middle;
}

.itemBtnright {
    width: 100%;
}