/*当前主色 #1C64B9*/
/*公共的样式begin*/
html,
body {
  min-height: 100%;
  min-width: 1168px;
  cursor: default;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "微软雅黑", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
  font-weight: 400;
}

.layout-boxed html,
.layout-boxed body {
  height: 100%;
}

input {
  padding-left: 5px;
}

img {
  border: none;
}

ul {
  padding: 0;
  margin: 0;
}

a {
  color: #1c64b9;
  text-decoration: none;
}

a:hover {
  transition: 0.5s;
  color: #ff9f24;
}

p {
  cursor: text;
  margin: 0;
}

th {
  text-align: center;
}

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

.jufa-left-20 {
  margin-left: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mainColor {
  color: #1c64b9;
}

.mainBg {
  background-color: #1c64b9;
}

.mainBtn {
  background: #1c64b9;
  border: 1px solid #1c64b9;
  color: #fff;
  cursor: pointer;
}

.fs-14 {
  font-size: 14px;
}

/*下拉菜单*/
.dropdown-menu {
  border-radius: 0;
  min-width: 100%;
  top: 32px;
  z-index: 150;
  box-shadow: none;
}

.dropdown-menu>li>a:hover {
  background-color: #ff9f24;
  color: #fff;
  transition: 0.5s;
}

/*个人中心下拉菜单*/
.dropdown-menu-user {
  width: 140px;
  top: 34px;
  left: 50%;
  margin-left: -67px;
}

/*首页下拉菜单*/
.dropdown-menu-index {
  min-width: 110px;
  text-align: center;
  top: 44px;
}

/*公共样式end*/
/*######主页 begin######*/
.jufa-main-header-index {
  height: 60px;
}

.jufa-header-user-index {
  margin-top: 15px;
  font-size: 14px;
  text-align: right;
}

.top-left-box {
  float: left;
  margin-top: 18px;
  color: #f0f0f0;
}

.top-left-box a {
  position: relative;
}

.wechat-login {
  color: #3cb035;
}

.wechat-login img {
  width: 30px;
}

.cut-line {
  border-bottom: 1px solid #eee;
  position: relative;
  top: -10px;
  margin-bottom: 10px;
}

/*以下为错别字筛选的部分样式*/
.chooseBox {
  margin-right: 10px;
  float: right;
}

.chooseBox ul li {
  float: left;
  list-style: none;
  margin: 0 10px;
}

.select1,
.select2 {
  width: 90px;
  height: 25px;
  margin: 0;
  padding: 0 5px;
  font-size: 16px;
  line-height: 16px;
  outline: none;
  border: 1px solid #aaa;
}

.chaxun {
  outline: none;
  border: none;
  background: rgba(60, 60, 60, 1);
  color: #fff;
  padding: 4px 15px;
  border-radius: 4px;
  cursor: pointer;
}

.chaxun:active {
  background: rgba(60, 60, 60, 0.8);
}

.comBtn {
  background: #1ccd89;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  padding: 8px 10px;
  margin: 0 5px;
}

.comAddBtn {
  margin: 0;
}

.detail-inner-title {
  position: absolute;
  left: 36px;
  top: 108px;
}

/*错别字筛选样式结束*/
.cut-title {
  width: 80px;
  background: #fbfbfb;
  z-index: 2;
  position: relative;
  text-align: center;
  margin: 0 auto;
  color: #999;
}

.weixin-login {
  text-align: center;
  margin-bottom: 10px;
}

.jufa-logo {
  padding: 100px 0 50px 0;
}

.jufa-content-index {
  clear: both;
  margin: 0 auto;
}

.jufa-container {
  width: 710px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.jufa-main-search {
  position: relative;
  height: 46px;
  margin-top: 0;
  border: none;
  width: 505px;
}

.jufa-main-search-46px {
  height: 46px;
}

.jufa-footer-index {
  text-align: center;
  min-height: auto;
  min-height: 50px;
  left: 0;
  min-width: 700px;
  position: absolute;
  width: 100%;
}

.jufa-text-bold {
  font-weight: bold;
}

.drop-option,
.srh-drop {
  display: none;
  position: absolute;
  top: 47px;
  left: 0;
  width: 592px;
  border-top-width: 0;
  color: #646464;
  z-index: 100;
  padding: 0;
  background: #fff;
  line-height: 34px;
  text-align: left;
  border: 1px solid #666;
  border-top: 0;
  max-height: 430px;
  overflow: auto;
}

.high-option {
  width: 94%;
  margin-left: 15px;
  top: 35px;
  max-height: 300px;
}

.drop-option li {
  padding: 0px 15px;
  border-bottom: 1px dashed #f0f0f0;
  position: relative;
}

.drop-option li.Separate {
  background: #ecf0f5;
  height: 5px;
}

.drop-option li:hover {
  background-color: #f0f0f0;
  color: #666;
  cursor: pointer;
  transition: 0.5s;
}

.drop-option li.hascheck {
  padding-left: 26px;
}

.drop-option li .asscheck {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}

li.asso-more {
  border-bottom: none;
}

li.asso_more_vip {
  color: #edcc86;
}

.srh-drop {
  top: 36px;
  width: 559px;
  left: 92px;
}

.asso-more {
  text-align: center;
}

.asso-more:hover {
  color: #ff9f24 !important;
}

/* .jufa-label-info {
    background-color: #4da3d1;
    border-radius: 0;
    font-weight: 400;
    padding: 2px 5px;
} */
.jufa-label-info {
  background-color: #4da3d1;
  border-radius: 0;
  font-weight: 400;
  padding: 2px 5px;
  display: block;
  float: left;
  height: 18px;
  line-height: 15px;
  margin: 8px 5px;
  margin-left: 0;
  /* width: 58px; */
}

.ft-hp3-phone {
  height: 30px;
  line-height: 30px;
}

/*搜索框上方tab*/
.jufa-tabs {
  border-bottom: none;
  font-size: 14px;
  font-family: "微软雅黑";
}

.jufa-tabs a {
  color: #fff;
}

.jufa-tabs>li.active>a,
.jufa-tabs>li.active>a:focus,
.jufa-tabs>li.active>a:hover {
  color: #4ae8c8;
  cursor: default;
  border: none;
  background-color: #fff;
}

.up-css {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: 43px;
  left: 50%;
  margin-left: -10px;
  display: none;
}

.jufa-tabs>li.active>a>.up-css,
.jufa-tabs>li.active>a>.up-css:focus {
  display: block;
}

.jufa-tabs>li>a:hover,
.jufa-tabs>li>a:active,
.jufa-tabs>li>a:focus {
  background: transparent;
  color: #ff9f24;
}

.new-icon {
  background-image: url("/static/Public/images/n.png");
  width: 11px;
  height: 13px;
  position: absolute;
  top: 6px;
  right: 2px;
}

.jufa-tabs li a {
  border: none;
}

/*搜索框文字 begin*/
.jufa-select {
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 18px;
  font-family: "微软雅黑";
  color: #fff;
  padding: 5px;
  list-style-type: none;
}

.jufa-select:hover {
  cursor: pointer;
}

.jufa-select-more {
  font-size: 18px;
  font-family: "微软雅黑";
  color: #fff;
}

.jufa-drop-cru1 {
  display: none;
  position: relative;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
}

.jufa-drop-option1 {
  display: inline-block;
  color: #666;
}

.jufa-drop-option1 li {
  line-height: 22px;
  display: inline-block;
  padding: 6px;
  margin: 0 0 6px 6px;
  border-radius: 5px;
}

.jufa-drop-option1 li:hover {
  background: #cbdffd;
  color: #666;
  transition: 0.5s;
}

.jufa-drop-option1 li.jufa-searchMore {
  margin-left: 16px;
}

.jufa-drop-option1 li.jufa-searchMore:hover {
  background: #fff;
  color: #666;
  transition: 0.5s;
}

.jufa-drop-option1 li.jufa-searchMore.jufa-sObj {
  background-color: #fff;
  color: #666;
  font-weight: normal;
}

.jufa-drop-option1 li #searchMoreTipObj {
  color: #fff;
  position: absolute;
  background: #5cb0cc;
  border-top: none;
  width: 120px;
  padding: 0;
  border-radius: 5px;
  z-index: 3;
  margin-top: 10px;
}

.jufa-drop-option1 li #searchMoreTipObj li {
  width: 128px;
  margin: 0;
}

.sObj {
  background-color: #fff;
  color: #666;
  font-weight: normal;
}

.jufa-drop-option1 li.jufa-sObj {
  background-color: #fff;
  color: #666;
}

.jufa-data {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  color: #fff;
}

.radio-btn {
  font-size: 16px;
}

.radio-btn input[type="radio"] {
  margin-top: 5px;
}

.jufa-data span {
  color: #feee0f;
  font-size: 16px;
}

/*搜索框文字 end*/
.free-icon {
  position: absolute;
  z-index: 1;
  width: 30px;
  left: 156px;
  top: 1px;
}

.lock-icon {
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

/*######主页 end######*/
/*高级搜索begin*/
.advanced-search {
  width: 32px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  right: -30px;
}

.advanced-search:hover {
  color: #ff0;
}

.highMsg {
  display: none;
  position: absolute;
  z-index: 1001;
  background: #fff;
  width: 680px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-top: none;
  padding-top: 20px;
  padding-left: 20px;
  color: #1c64b9;
  font-size: 14px;
  line-height: 30px;
  margin-top: 1px;
}

.highMsg .closeHighMsg {
  display: none;
  text-align: right;
  height: 2em;
  line-height: 2em;
}

.highMsg .closeHighMsg span {
  padding: 0 0.5em;
  color: rgb(42, 126, 255);
}

.highMsg .separate {
  width: 610px;
  height: 1px;
  position: relative;
  margin: 10px auto;
  border-bottom: 1px solid #ccc;
}

.highMsg .tab {
  position: relative;
  display: inline-block;
  margin-left: -1px;
  width: 110px;
  height: 25px;
  line-height: 25px;
  text-align: right;
  font-weight: bold;
  padding: 0 10px;
  color: rgb(42, 126, 255);
  cursor: pointer;
}

.highMsg select {
  height: 29px;
  width: 100%;
}

.highMsg #close {
  margin-left: 10px;
  text-align: center;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 0 auto;
  width: 40px;
  color: white;
  font-size: 15px;
  letter-spacing: 1px;
  background-color: #38f;
  border-bottom: 1px solid #2975e5;
  outline: medium;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.del {
  font-size: 13px;
  padding: 0 10px;
  cursor: pointer;
  float: right;
}

.del:hover {
  color: blue;
}

#ayTip,
#fyTip {
  left: auto;
  top: auto;
  width: 94%;
}

#ayTip li,
#fyTip li {
  line-height: 30px;
}

.advince-select .on {
  background-color: #1c64b9;
  color: #fff;
  border: 1px solid #1c64b9;
}

.highMsg #sql {
  margin-bottom: 10px;
}

.highMsg #sql li {
  padding-left: 10px;
  line-height: 25px;
  background: #f0f0f0;
  width: 306px;
  display: inline-block;
  font-size: 13px;
  margin: 10px 0 0 58px;
  text-align: left;
}

.highMsg #sql li span {
  float: right;
  margin-right: 10px;
}

.highMsg #sql li:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.highMsg .form-horizontal .control-label {
  padding-top: 0;
}

.high-tag {
  margin-bottom: 0px;
  margin-top: -10px;
}

.highMsg .jufa-btn-success {
  width: 120px;
}

.clear-highMsg {
  width: 120px;
  bottom: 16px;
  right: 200px;
  position: absolute;
}

.form-group label {
  color: #333;
}

.btn-check {
  padding: 0px 10px;
  border: 1px solid;
  margin-right: 10px;
  float: left;
  display: block;
  height: 22px;
  line-height: 20px;
  margin-top: 3px;
}

.input-btn[readonly] {
  background: #fff;
}

.input-btn:hover {
  cursor: pointer;
}

.search-tree {
  display: none;
  margin: 0;
  margin-top: -1px;
  max-height: 300px;
}

/*高级搜索end*/
/*######搜索页 begin#####*/
/*搜索页头部begin*/
.search-inner {
  height: 36px;
  position: relative;
}

.jufa-header {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  /* height: 90px; */
  height: 100px;
  background: #fafbfc;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}

.jufa-header .jufa-navbar {
  position: relative;
}

.jufa-header .jufa-navbar .jufa-header-logo {
  display: inline;
  margin-top: 25px;
  padding-right: 15px;
  margin-left: -3px;
  color: #fff;
  font-size: 18px;
  border-right: 1px solid #e4e4e4;
  min-width: 60px;
}

.jufa-logo-text {
  margin-top: 25px;
  margin-left: 15px;
  min-width: 100px;
}

.jufa-header-logo img,
.jufa-logo-text img {
  height: 44px;
}

.search-type-radio {
  margin-top: 25px;
  color: #fff;
}

.jufa-header-search {
  /* line-height: 34px; */
  padding-left: 10px;
  border: none;
  min-width: 720px;
  /*width: 60%;*/
  margin-left: 25px;
}

.jufa-header-tabs {
  margin-top: 9px;
  border-bottom: none;
}

.jufa-header-tabs a {
  color: #333;
}

.jufa-header-tabs>li>a {
  border-radius: 0;
  font-size: 14px;
  margin: 0;
  padding: 0;
  height: 26px;
  border: none;
  margin-bottom: 0;
  margin-right: 20px;
  line-height: 16px;
}

.jufa-header-tabs li a:hover {
  background: #ff9f24;
  color: #fff;
  transition: 0.5s;
}

.jufa-header-tabs>li.active>a,
.jufa-header-tabs>li.active>a:hover,
.jufa-header-tabs>li.active>a:focus {
  color: #2b77b8;
  cursor: default;
  border: none;
  background-color: transparent;
}

.search-input {
  border: none;
  background: #fff;
  width: 388px;
  height: 34px;
  outline: none;
}

.header-srh-drop {
  display: none;
  width: 508px;
  top: 36px;
  left: 0px;
}

.search_Tab {
  height: 38px;
}

.header-search-btn {
  height: 34px;
  border: none;
  top: 0;
  line-height: 16px;
  color: #1c64b9;
  background: #fff;
  width: 100px;
  border: 1px solid #fff;
}

.header-search-btn:hover,
.header-search-btn:focus,
.header-search-btn:active {
  color: #ff9f24;
}

.search-btn {
  height: 36px;
  top: 0px;
  border: none;
}

.header-highMsg {
  top: 74px;
}

.newSearch-btn {
  background: #1c64b9;
  padding: 6px 20px;
  margin-right: 10px;
}

.oldSeach-btn {
  background: #1c64b9;
  margin-right: 10px;
}

.input-group-btn:last-child>.newSearch-btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group-btn:last-child>.oldSeach-btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.input-group-btn:last-child>.oldSeach-btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* .nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  transition: color 0.5s;
  color: #ff9f24;
  background: none;
} */
.nav>li>a:hover,
.nav>li>a:active,
.nav>li>a:focus {
  transition: color 0.5s;
  color: #fff;
  background: none;
}

.header-search-index {
  position: relative;
  border-collapse: separate;
  width: 490px;
  border: 1px solid #d5d5d5;
  border-right: 0;
  border-radius: 3px;
}

.height-search {
  color: #1c64b9;
  white-space: normal;
  width: 30px;
  line-height: 16px;
  margin-top: 0px;
  padding: 0;
  background: transparent;
}

.height-search:active {
  color: #1c64b9;
  border: none;
}

.height-search:hover {
  transition: color 0.5s;
  color: #ff9f24;
}

.input-group-addon,
.input-group-btn {
  width: auto;
  white-space: nowrap;
  vertical-align: middle;
}

/*登录注册按钮begin*/
.jufa-loginreg {
  color: #1c64b9;
  padding: 2px 16px;
  border-radius: 2px;
}

.jufa-login {
  color: #1c64b9;
  padding: 2px 16px;
  border: 1px solid #1c64b9;
  border-radius: 2px;
}

.jufa-reg {
  color: #fff;
  padding: 2px 16px;
  background: #fec00f;
  border-radius: 2px;
  margin-left: 10px;
}

.jufa-loginreg:hover {
  color: #ff9f24;
}

.jufa-login:hover {
  border: 1px solid #ff9f24;
  color: #ff9f24;
}

.jufa-reg:hover {
  background: #ff9f24;
  transition: 0.5s;
}

/*登录注册按钮end*/
.jufa-header-user {
  margin-top: 34px;
  font-size: 14px;
  float: right;
  text-align: right;
}

.person-login {
  margin-top: 25px;
}

.person-login a:hover {
  color: #ff9f24;
}

.jufa-myinfo-dropdown {
  height: 56px;
  line-height: 56px;
}

.navbar-nav>.user-menu .user-image {
  float: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -2px;
}

.user-btn {
  padding: 0 20px;
  color: #666;
}

.header-a {
  padding: 0;
  margin: 0;
  height: 30px;
}

.jufa-tabs li a:hover {
  background: none;
  color: #1c64b9;
  cursor: default;
  border: none;
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 0 12px;
  border-radius: 10px;
  height: 30px;
  line-height: 30px;
  margin: 0;
}

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

/*搜索页头部end*/
/*关键词 begin*/
.search-content-background {
  background-color: #fff;
}

.header-sub-background {
  background: #fafbfc;
  border-bottom: 2px solid #1c64b9;
  overflow: hidden;
}

.jufa-header-sub {
  position: relative;
  left: 0;
  right: 0;
  min-height: 50px;
  line-height: 50px;
}

.jufa-header-sub .jufa-searchbar {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
}

.jufa-header-sub .jufa-search-title {
  margin-right: 25px;
  border-right: 1px solid #dadada;
  height: 25px;
  padding-right: 20px;
  display: block;
}

.jufa-header-sub .jufa-search-criteria {
  padding-top: 13px;
  width: 900px;
  font-size: 16px;
  overflow: hidden;
}

.jufa-header-sub .jufa-search-criteria-width {
  width: 980px;
}

.jufa-conditions {
  float: left;
}

.jufa-result-count {
  margin: 9px 20px 5px 5px;
  border-left: 2px solid #dadada;
  padding-left: 12px;
}

/*关键词 end*/
/*搜索列表 begin*/
.sort-type-cls {
  display: none;
}

.sort-label {
  margin-left: 20px;
  font-weight: normal;
}

.sort-label:hover {
  transition: 0.5s;
  cursor: pointer;
  color: #ca4341;
}

.sort-box {
  font-size: 14px;
  margin-left: 4px;
  line-height: 24px;
  margin-bottom: -10px;
  padding: 10px 20px 5px 0;
  margin-top: -10px;
}

.sort-select {
  color: #ca4341;
}

.jufa-content {
  overflow: hidden;
}

.jufa-divider {
  overflow: hidden;
  height: 1px;
  margin: 5px 0;
  padding: 0;
  border-bottom: 1px dashed #dfe8f1;
}

.search-list-icon {
  padding: 0 8px;
  float: left;
  text-align: center;
  border-left: 1px solid #ccc;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
  color: #666;
  text-decoration: none;
}

.search-list-icon a i {
  margin-right: 5px;
}

.jufa-search-lists {
  width: 76%;
  min-width: 800px;
}

.jufa-search-lists .law-xgx {
  margin-left: 20px;
  float: left;
  margin-top: 15px;
  line-height: 26px;
}

.law-xgx span {
  cursor: pointer;
}

.jufa-search-lists .law-sg {
  color: #ebebeb;
  font-size: 12px;
  line-height: 15px;
  margin: 0 10px;
}

.law-jsz {
  line-height: 26px;
  margin-top: 15px;
}

.jufa-search-list {
  margin-top: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: relative;
}

.jufa-searchlaw-list {
  margin-top: 0;
  margin-bottom: 15px;
  top: 15px;
  border: 1px solid #eee;
}

.search-list-num {
  position: relative;
  margin-left: 20px;
  top: 10px;
}

.search-list-number {
  color: #ca4341;
}

.search-list-more {
  position: absolute;
  right: 10px;
  top: 15px;
}

.search-list-more a:hover {
  color: #ff5335;
  cursor: pointer;
}

.jufa-search-list-type-name {
  font-size: 20px;
  color: #1c64b9;
  position: relative;
  left: 0;
  top: 10px;
  margin: 10px 0;
  border-left: 3px solid #1c64b9;
}

.jufa-search-list:hover {
  transition: 1s;
  background: #f8f8f8;
}

.sort_select {
  color: #cc0000;
}

.downxz {
  color: #73a4d5;
  font-size: 18px;
  padding-left: 5px;
  line-height: 20px;
}

.jufa-search-list-lawdiv .jufa-search-list-law {
  background: #528fcc;
  text-align: center;
  padding: 10px 25px;
  color: #fff;
  font-size: 16px;
  margin-top: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.jufa-search-list-lawdiv {
  width: 99.8%;
  margin-left: 0.1%;
  height: 42px;
  margin-top: 25px;
  position: relative;
  border-bottom: 2px solid #528fcc;
}

.jufa-titalfont a {
  line-height: 30px;
}

.jufa-titalfont a:link {
  color: #666;
  font-weight: normal;
  font-size: 20px;
}

.jufa-titalfont a:visited {
  color: #aaa;
}

.jufa-titalfont a:hover {
  color: #1c64b9;
  border-bottom: 1px solid #1c64b9;
}

.jufa-search-list p {
  font-family: "微软雅黑";
  line-height: 1.8;
}

.jufa-titalfont {
  position: relative;
  z-index: 1;
}

.jufa-search-list-title h3 {
  font: 17px "Microsoft YaHei", Arial, Verdana;
  font-weight: bold;
  padding: 10px 20px;
  overflow: hidden;
}

.jufa-search-list-second {
  margin: 0 0 10px 0;
  overflow: hidden;
}

.jufa-search-list-second font {
  float: left;
  color: #7a7a7a;
  margin-left: 20px;
}

.jufa-search-list-content,
.jufa-search-list-attribute {
  margin: 15px 20px;
}

.jufa-searchlaw-list-content {
  margin: 0 20px;
}

.jufa-search-list-bottom {
  height: 50px;
  border-top: 1px solid #eee;
  line-height: 50px;
}

.jufa-search-list-bottom font {
  text-align: left;
  margin-left: 20px;
  width: 100px;
  line-height: 30px;
}

.jufa-search-list-bottom p {
  line-height: 30px;
}

.jufa-page-no a {
  background-color: #1c64b9 !important;
  border-color: #1c64b9 !important;
}

.jufa-modal-title {
  font-family: "微软雅黑";
}

.attentionCond-tips {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
  color: #ff9f24;
}

.attribute-list {
  padding: 0 8px;
  margin-right: 10px;
  background: #e9f6ff;
  color: #23a1ff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.zt-holo {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 5px;
  height: 30px;
  line-height: 30px;
}

.zt-holo .text-main-ztholo:hover {
  color: #ff9f24;
  transition: 0.5s;
}

/*搜索列表页弹框*/
#lean_overlay {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  display: block;
}

#colorless_overlay {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.5;
  display: block;
}

#focusCpyzPop,
#casePop,
#focusGroupPop {
  width: 930px;
  display: none;
  z-index: 1005;
  position: fixed;
  top: 20%;
  left: 50%;
  border-radius: 5px;
  overflow: hidden;
  margin-left: -400px;
  top: 0;
  opacity: 0;
}

#focusGroupPop {
  width: auto;
  left: 60%;
}

#focusCpyzTop,
#casePop #caseTop {
  background: #1c64b9;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
}

#focusCpyzPop #focusCpyzTop #focusCpyzTitle,
#casePop #caseTop #caseTitle {
  padding-left: 10px;
  float: left;
  display: block;
}

#focusCpyzPop #focusCpyzTop #focusCpyzClose,
#casePop #caseTop #caseClose,
#focusGroupClose {
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  display: block;
  cursor: pointer;
}

#focusCpyzPop #focusCpyzContent,
#casePop #caseContent,
#focusPersonContent {
  background: #fbfbfb;
  margin-top: 0;
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

#focusCpyzPop #focusCpyzContent {
  padding-top: 20px;
}

#focusCpyzContent p {
  border: 1px dashed #1c64b9;
  border-left: 3px solid #1c64b9;
  padding-left: 15px;
  margin: 15px 0;
}

.jufa-search-list-type {
  overflow: hidden;
  position: relative;
  padding: 0 10px 30px 10px;
  background: #fafbfc;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

#caseContent .mb10 {
  width: 600px;
}

/*搜索列表 end*/
/*######搜索页 end#####*/
/*######个人中心 begin#####*/
/*个人中心蓝色导航条*/
.header-top {
  height: 100%;
}

.header-top-index {
  background: #1c64b9;
  height: 80px;
}

.header-top-index-left {
  color: #ffffff;
}

.header-top-index-left a {
  color: #fff;
  line-height: 80px;
  padding: 0 30px;
}

.header-top-index-right {
  margin-right: 30px;
}

.person-input-group-search {
  float: right;
  margin-top: 24px;
  position: relative;
}

.person-drop-btn-main {
  float: left;
  width: 92px;
}

.person-btn-outline {
  border: 1px solid #fff;
  background: #fff;
  color: #1c64b9;
}

.person-search-input-index {
  float: left;
  width: 220px;
  outline: none;
  border: 0;
  height: 34px;
}

.jufa-persion-main .btn {
  border-radius: 2px;
  background: #1c64b9;
  margin-top: 15px;
  color: #fff;
}

.person-middle {
  display: inline;
  float: left;
  padding: 7px 20px;
}

.person-middle-span1 {
  font-size: 22px;
}

.person-middle-span2 {
  display: inline-block;
  border: 1px solid #93a7d3;
  margin-top: 5px;
  padding: 0 9px;
  border-radius: 12px;
  font-size: 12px;
}

span.person-middle-span2 a {
  line-height: 22px;
  color: #93a7d3;
  padding: 0;
}

.header-top-index-left a:hover {
  color: #ff9f24;
}

.person-box-hidden a:hover {
  color: var(--ms-color-theme, #1E82E3);
}

.header-top-img {
  border-right: 1px solid #93a7d3;
  width: 70px;
  display: inline-block;
  margin-top: 15px;
  float: left;
}

.header-top-img img {
  width: 50px;
}

.box-header.with-border {
  background: #fff;
  color: #40465c;
  border-bottom: 0;
  padding: 0 12px 0 10px;
}

.box.box-solid.jufa-box .person-box-hidden {
  border-top: 1px solid #f4f4f4
}

.box-header>.box-tools {
  top: 8px;
}

.nav>li>.box-header:hover,
.nav>li>.box-header:active,
.nav>li>.box-header:focus {
  color: #fff;
  background: #1c64b9;
  transition: 0.5s;
}

.person-btn {
  padding: 5px 12px;
  height: 34px;
}

.person-btn:hover {
  color: #ff9f24;
}

/*index.css样式 begin*/
/*帮助页*/
.button_gradient {
  background: #f0f0f0;
  background: -ms-linear-gradient(top, #fff, rgb(230, 230, 230));
  background: -webkit-linear-gradient(top, #fff, rgb(230, 230, 230));
  background: -moz-linear-gradient(top, #fff, rgb(230, 230, 230));
  background: -o-linear-gradient(top, #fff, rgb(230, 230, 230));
}

.help_content {
  position: relative;
  margin: 30px auto;
  padding-bottom: 150px;
  min-height: 1000px;
}

.mycase-span {
  font-size: 18px;
  padding-left: 10px;
  display: block;
  line-height: 2.5;
  background: #ffffff;
  border-left: 5px solid;
  color: #1c64b9;
}

.text-ff9f24 {
  color: #ff9f24;
}

.help_list {
  position: relative;
  width: 200px;
  margin-top: 70px;
  margin-left: 3%;
  background-color: white;
}

.help_right {
  position: relative;
  width: 60%;
  margin: 10px 0 100px 3%;
}

.classOne {
  position: relative;
  left: -1px;
  width: 200px;
  height: 25px;
  border: 1px solid black;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}

.classTwo {
  position: relative;
  width: 190px;
  height: 25px;
  margin: 5px;
  text-align: center;
  font-size: 15px;
}

.classTwo:hover {
  transition: 0.5s;
  background-color: rgb(225, 239, 204);
}

.help_list a:hover {
  color: rgb(41, 126, 255);
  cursor: pointer;
}

.help_right h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
  border-bottom: 2px solid rgb(209, 209, 209);
  font-family: "微软雅黑";
}

.subtitle {
  padding: 25px 10px 10px;
}

.subtitle a {
  font-size: 16px;
  font-weight: bold;
  color: rgb(41, 126, 255);
}

.help_right #aboutUs p {
  font-size: 16px;
  margin: 0 0 10px 10px;
  text-indent: 2em;
}

.help_right p.count {
  padding-left: 25px;
  line-height: 30px;
  font-size: 14px;
}

/*联系我们页*/
.Get-in-touch-img {
  background-image: url("/static/Public/images/Get-in-touch.png");
  height: 380px;
  background-position: center;
}

.contactUs-box {
  width: 500px;
  margin: 0 auto;
  padding: 30px 0;
}

.contactUs-title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #1c64b9;
}

.contactUs-text {
  font-size: 16px;
  margin-bottom: 20px;
  list-style-type: none;
}

/*关于我们页*/
.aboutUs-img {
  background-image: url("/static/Public/images/aboutUs-img.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 380px;
}

.aboutUs-box {
  font-size: 40px;
  text-align: center;
}

.aboutUs-text {
  width: 1170px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.aboutUs-text-title {
  margin-left: 10px;
  font-size: 26px;
  line-height: 52px;
  height: 52px;
}

.aboutUs-text-div {
  font-size: 20px;
  margin: 20px 63px;
}

.our-product {
  margin-top: 20px;
  width: 1170px;
}

.shiming-box {
  text-align: center;
  margin: 20px 0 60px 0;
}

/*个人页面*/
.bank-show {
  line-height: 30px;
  width: 400px;
  margin: 0 auto;
}

.bank-show input {
  width: 185px;
  height: 30px;
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-bottom: 20px;
}

.bank-show-l {
  width: 30%;
  text-align: right;
  margin-right: 10px;
}

.bank-show a {
  color: #1c64b9;
}

.bank-show a:hover {
  color: #ff9f24;
}

#bank_check {
  overflow: hidden;
  line-height: 50px;
  margin-top: 10px;
}

#bank_logo {
  margin-left: 10px;
}

#bank_msg {
  width: 56px;
  position: relative;
  left: 130px;
}

#bank_button {
  position: relative;
  left: 130px;
  width: 50%;
}

.text1 {
  color: #c1c0c0;
  margin-top: 15px;
  text-align: left;
  padding-left: 440px;
}

.text2 {
  margin-top: 4px;
  margin-bottom: 18px;
  color: #447e9f;
  text-align: left;
  padding-left: 453px;
}

.subtitle1 {
  font-weight: bold;
  color: rgb(41, 126, 255);
  padding: 0 250px;
  margin-top: 15px;
}

.subtitle2 {
  font-weight: bold;
  color: rgb(75, 108, 182);
  padding-bottom: 25px;
  line-height: 50px;
  font-size: 18px;
  margin-top: 20px;
}

.person-subtitle {
  font-size: 16px;
  color: #666;
  /* background: #fff; */
  margin: 15px 0 25px;
  border-collapse: collapse;
}

.person-subtitle-index {
  width: 100%;
  border: 1px solid #e4e8ef;
}

.person-subtitle-index th,
.person-subtitle-index td {
  width: 2%;
  text-align: center;
  border: 1px solid #e4e8ef;
  padding: 10px 1px;
}

.person-subtitle-index th {
  background: #e4e8ef;
  border-color: #cedaef;
}

.person-commission {
  padding: 15px 0;
  background: #fff;
  font-size: 16px;
  text-align: center;
}

.person-commission input {
  padding: 2px 10px;
  border: 1px solid #ccc;
  background: url(/static/Public/images/tixian.png) no-repeat;
  color: #1c64b9;
  outline: none;
}

.person-commission input:hover {
  background: #d3d3e3;
  transition: 0.5s;
}

#invoice {
  color: #1c64b9;
}

#invoice:hover {
  color: #ff9f24;
  cursor: pointer;
}

.subtitle2 .eachAttention {
  margin: 20px 10px 0 0;
  font-weight: normal;
  font-size: 16px;
  color: #666;
  background: #ffffff;
  padding: 16px;
  position: relative;
  border-radius: 5px;
}

.subtitle2 .eachAttention span {
  padding: 2px;
  border-bottom: 1px solid #d2d6de;
}



.subtitle2 .eachAttention .close {
  cursor: pointer;
  color: #e00a0a;
  margin-left: 10px;
  font-size: 28px;
  border-bottom: none;
  position: absolute;
  top: 16px;
  right: 16px;
}

.subtitle2 .eachAttention .close:hover {
  transition: 0.5s;
  color: #1c64b9;
}

.close {
  text-shadow: none;
  font-weight: 100;
  opacity: 1;
}

.subtitle2 .eachAttention .url {
  display: none;
}

.acount-safe2 {
  float: left;
  margin-left: 600px;
  position: absolute;
  top: 0;
  width: 400px;
}

.acount-safe {
  padding-top: 30px;
}

.acount-safe3 {
  padding-top: 10px;
}

.acount-safe3 ul,
.acount-safe ul {
  margin-left: 30px;
}

.acount-safe3 ul li,
.acount-safe ul li {
  position: relative;
}

.acount-safe3 dl {
  padding-left: 20px;
  /*width: 450px;*/
  overflow: hidden;
}

#settingUser .tips {
  line-height: 30px;
}

.acount-safe3 dl dt {
  padding-left: 20px;
  margin-top: 15px;
  float: left;
  width: 105px;
  display: inline-block;
  text-align: right;
  line-height: 30px;
}

.acount-safe3 dl dd {
  padding-left: 20px;
  margin-top: 15px;
  float: left;
  width: 580px;
  position: relative;
}

#user_level {
  line-height: 30px;
}

.acount-safe .pwd_item {
  margin-left: 165px;
  margin-top: 10px;
}

.acount-safe div span {
  position: absolute;
  left: 40px;
}

.acount-safe .tips {
  height: 24px;
  position: absolute;
  left: 430px;
  top: 0;
}

.acount-safe3 span.countdownArea {
  color: rgb(42, 126, 255);
  margin-left: 10px;
  display: none;
}

.acount-safe3 span.getVerify {
  padding: 5px 5px 6px 5px;
  margin-left: 10px;
  color: #fff;
  background: #1c64b9;
  cursor: pointer;
}

.safe-detail {
  width: 400px;
  height: auto;
  margin: 20px 14px;
  padding: 20px 0 10px 135px;
  display: none;
}

.radio3 {
  margin-left: 18px;
}

input#old_password {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: 248px;
  height: 33px;
}

input#new_password {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: 248px;
  height: 33px;
}

input#current_password {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: 248px;
  height: 33px;
  margin-left: 20px;
}

input#phone_number {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: 248px;
  height: 33px;
  margin-left: 20px;
}

input#confirm_password {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: 248px;
  height: 33px;
}

input#confirm_number {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: 130px;
  height: 33px;
  margin-left: 14px;
}

input#conE_number {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: 130px;
  height: 33px;
  margin-left: 18px;
}

input#E_number {
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  width: 248px;
  height: 33px;
  margin-left: 20px;
}

input#freeGet {
  border: 1px solid #dcdcdc;
  width: 130px;
  height: 33px;
  margin-left: 96px;
  text-align: center;
}

input#freeEmailGet {
  border: 1px solid #dcdcdc;
  width: 130px;
  height: 33px;
  margin-left: 92px;
  text-align: center;
}

input#work_place,
input#real_name,
input#email,
input#other_identity,
input#email_code {
  border: 1px solid #dcdcdc;
  width: 248px;
  height: 33px;
  background: #ffffff;
}

.tips {
  right: initial;
}

.uploadPicture1 {
  left: 250px;
  width: 110px;
  height: 30px;
  position: relative;
  background-color: #38f;
  border: 1px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  top: 30px;
}

.save_account {
  width: 110px;
  height: 30px;
  background-color: #1c64b9;
  border: 1px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.save_account1 {
  width: 110px;
  height: 30px;
  background-color: #1c64b9;
  border: 1px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin: 10px;
  margin-left: 205px;
}

.uploadPicture {
  font-weight: bold;
  left: 168px;
  width: 110px;
  height: 30px;
  position: relative;
  background-color: #38f;
  border: 1px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.news {
  padding-top: 30px;
  height: auto;
  width: auto;
  padding-left: 140px;
  margin-left: 195px;
}

.news input {
  margin-left: 180px;
}

.myCase {
  display: none;
}

.myCase>p span {
  font-weight: bold;
  color: #ff9f24;
  font-size: 18px;
}

.myCase>p {
  font-size: 16px;
}

a#qrcode {
  color: #1c64b9;
}

a#qrcode:hover {
  cursor: pointer !important;
  color: #ff9f24;
  transition: 0.5s;
}

.personClassTwo {
  position: relative;
  width: 190px;
  height: 25px;
  margin: 5px;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
}

.personClassTwo:hover {
  transition: 0.5s;
  background: rgb(240, 240, 240);
}

.alreadyP {
  padding-left: 300px;
  color: #38f;
}

.success {
  line-height: 24px;
  color: #38f;
  font-size: 16px;
  margin-left: 200px;
}

.personPage {
  color: blue;
}

.dOut {
  float: left;
  height: 30px;
  background: #38f;
  width: 110px;
  position: relative;
  border-radius: 5px;
  margin-top: 30px;
  margin-left: 165px;
}

.dIn {
  text-align: center;
  padding-top: 5px;
  font-size: 15px;
  font-weight: 800;
  color: #fff;
}

.inputstyle {
  width: 110px;
  height: 30px;
  cursor: pointer;
  font-size: 30px;
  outline: medium none;
  position: absolute;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  left: 0;
  top: 0;
}

.myCase .tagArea {
  margin: 10px 0;
  border: 1px solid #1c64b9;
}

.myCase .tagArea .header {
  font-size: 15px;
  text-indent: 10px;
  color: #fff;
  background: #1c64b9;
  height: 30px;
  line-height: 30px;
}

.myCase .tagArea .tagConPerson {
  padding: 8px 6px 0 6px;
  overflow: hidden;
}

.myCase .tagArea .tagConPerson span {
  word-break: break-all;
  cursor: pointer;
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 2px 5px;
  background: rgb(238, 245, 192);
}

.myCase .tagArea .tagConPerson span:hover {
  color: #fff;
  background: rgb(14, 184, 58);
  transition: 0.5s;
}

.myCase .tagArea .tagConPerson span.on {
  font-weight: bold;
  color: #fff;
  background: rgb(14, 184, 58);
}

.myCase .attentionCount {
  margin: 10px 0 0 0;
}

#removeCollect {
  background: url("/static/Public/images/removecollect.png") no-repeat 6px 13px;
  background-size: 16%;
}

#userNameError {
  position: absolute;
}

#userPhoneError {
  position: absolute;
}

#emailError {
  position: absolute;
}

li #user_name,
li #inputCode {
  height: 30px;
  border: 1px solid #dcdcdc;
  width: 248px;
  background: #ffffff;
}

li #user_phone {
  height: 30px;
  border: 1px solid #dcdcdc;
  width: 248px;
  background: #ffffff;
}

li #verify_phone {
  height: 30px;
  border: 1px solid #dcdcdc;
}

#tagConPersonObj .on {
  background-color: #f7f7f7;
}

.collect-tip {
  text-align: center;
  margin: 40px;
}

.zTree-tip-btn {
  margin-left: 110px;
}

.tree-box {
  min-height: 50px;
  max-height: 400px;
  overflow-y: auto;
}

.tree-box-person {
  border-bottom: 0;
  border-top: 0;
}

.tree-box-search {
  margin: 10px;
  margin-top: 0;
}

.nav-pills>li>a>.fa-angle-down {
  margin: 0;
  margin-top: 2px;
}

.ztree li span {
  margin-right: 10px;
}

.ztree li span.button.add {
  margin-right: 2px;
  background-position: -191px -2px;
  vertical-align: top;
  *vertical-align: middle;
}

.ztree li span.button.add:hover {
  background-position: -170px -2px;
}

.ztree li span.button.edit {
  margin-right: 2px;
  background-position: -191px -23px;
  vertical-align: top;
  *vertical-align: middle;
}

.ztree li span.button.edit:hover {
  background-position: -170px -23px;
}

.ztree li span.button.remove {
  margin-right: 2px;
  background-position: -191px -44px;
  vertical-align: top;
  *vertical-align: middle;
}

.ztree li span.button.remove:hover {
  background-position: -170px -44px;
}

.ztree * {
  font-size: 16px;
  font-family: "微软雅黑";
}

.ztree li span.button {
  width: 20px;
  height: 17px;
}

.ztree li a.curSelectedNode {
  height: 19px;
}

.ztree li a {
  padding-left: 5px;
}

.ztree li span.button.switch {
  height: 22px;
}

.ztree li a:hover {
  transition: 0.5s;
  color: #ff9f24;
  text-decoration: none;
}

.ztree-height {
  max-height: 260px;
}

.box.jufa-box {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e4e8ef;
}

.box.jufa-box ul {
  border: 0;
}

.box-header>.fa,
.box-header>.glyphicon,
.box-header>.ion,
.box-header .box-title {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  line-height: 2.57;
}

.box .nav-stacked>li>a>i {
  line-height: 36px;
  vertical-align: bottom;
  margin-right: 2px;
}

.person-acount-safe3 {
  background: #fff;
  margin: 20px 0;
}

.person-safe3 {
  min-height: 300px;
  padding-bottom: 30px;
  padding-top: 10px;
}

/*提现*/
#withdrawals_div {
  background: #fff;
  padding: 25px;
  border: 1px solid #e4e8ef;
  margin-top: 20px;
}

.withdrawals-div-index {
  width: 400px;
  margin: 0 auto;
}

.withdrawals-div-index li {
  overflow: hidden;
  margin-bottom: 20px;
}

.withdrawals-div-index li span {
  float: left;
  width: 25%;
  text-align: right;
  line-height: 30px;
}

.person-money {
  font-size: 20px;
  color: #ff9f24;
  float: right;
  width: 70%;
  text-align: left;
}

.bank-list {
  width: 70%;
}

.bank-list select {
  width: 100%;
  height: 30px;
}

.bank-list a {
  line-height: 30px;
  color: #1c64b9;
  border: 1px solid;
  padding: 2px 5px;
  border-radius: 2px;
}

.bank-list a:hover {
  color: #ff9f24;
  border: 1px solid #ff9f24;
  transition: 0.5s;
}

.withdrawals-div-index li input {
  float: right;
  width: 70%;
  height: 30px;
  outline: none;
  border: 1px solid #ccc;
}

.withdrawals-div-index-btn {
  margin: 0 30%;
}

.withdrawals-div-index-btn input {
  padding: 0px 50px;
  line-height: 30px;
  border-radius: 2px;
  background: #1c64b9;
  color: #fff;
  outline: none;
}

.illustrate {
  width: 95%;
  margin: 30px auto 0;
  line-height: 30px;
  border: 1px solid #e4e8ef;
}

.illustrate-title {
  background: #e4e8ef;
  font-weight: 700;
  text-indent: 1em;
}

.illustrate-index p {
  text-indent: 2em;
}

/*收藏树右键样式*/
div#rMenu {
  position: fixed;
  visibility: hidden;
  top: 0;
  text-align: left;
  z-index: 1004;
}

div#rMenu ul li {
  margin: -1px 0;
  padding: 5px 10px;
  cursor: pointer;
  list-style: none outside none;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

div#rMenu ul li:hover {
  color: #ff9f24;
  transition: 0.5s;
}

div#rMenuLaw {
  position: fixed;
  visibility: hidden;
  top: 0;
  text-align: left;
  z-index: 1004;
}

div#rMenuLaw ul li {
  margin: -1px 0;
  padding: 5px 10px;
  cursor: pointer;
  list-style: none outside none;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

div#rMenuLaw ul li:hover {
  color: #ff9f24;
  transition: 0.5s;
}

div#rMenu_jcws {
  position: fixed;
  visibility: hidden;
  top: 0;
  text-align: left;
  z-index: 1004;
}

div#rMenu_jcws ul li {
  margin: -1px 0;
  padding: 5px 10px;
  cursor: pointer;
  list-style: none outside none;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

div#rMenu_jcws ul li:hover {
  color: #ff9f24;
  transition: 0.5s;
}

/*base*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ul,
ol {
  list-style: none;
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fontgray {
  color: #999;
}

.fontblack {
  color: #666;
}

.fontred {
  color: #f00;
}

.font12 {
  font-size: 14px;
  padding-left: 10px;
}

.mb10 {
  margin-bottom: 10px;
  width: 810px;
}

.item-info .zhushi em {
  margin-right: 10px;
  display: inline-block;
}

.save {
  margin-right: 15px;
}

.save a {
  font-size: 14px;
  color: #1c64b9;
  border-left: 1px solid white;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  margin-right: 20px;
}

.save a:hover {
  transition: 0.5s;
  color: #ff9f24;
}

.save .down {
  padding-left: 20px;
}

.save .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-right: 5px;
}

.item-info {
  position: relative;
  padding: 10px 0;
  behavior: url(/static/Public/css/jufa/ie-css3.htc);
  margin-top: 18px;
  background: #ffffff;
}

.item-info:hover {
  background: #f8f8f8;
  transition: 0.5s;
}

.item-info h3 {
  font-size: 17px;
  margin-bottom: 5px;
  width: auto;
  padding: 0 30px 5px 10px;
  border-bottom: 1px solid rgb(233, 237, 240);
}

.item-info h3 a {
  color: #666;
  font-family: "微软雅黑";
  font-weight: normal;
}

.item-info h3 br {
  display: none;
}

.jufa-search-list-title h3 a.atag,
.jufa-search-list-title h3 span.atag {
  background-color: #f5f5f5;
  margin-right: 10px;
  color: #888;
  border: 1px solid #888;
  display: block;
  width: 80px;
  text-align: center;
  float: left;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 100;
  border-radius: 30px;
}

.item-info div {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.item-info .text {
  font-size: 15px;
  color: #666;
  line-height: 1.8;
  padding: 2px 5px 2px 10px;
}

.item-info .tag {
  display: inline-block;
  margin-left: 15px;
  padding: 3px 5px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/static/Public/css/jufa/ie-css3.htc);
  background: #1c64b9;
  color: #fff;
}

.item-info .zhushi em {
  margin-right: 10px;
  display: inline-block;
}

.item-info .atag {
  color: #ca4341;
  margin-left: 5px;
  font-size: 14px;
  font-family: "微软雅黑";
}

.jufa-search-list-title .atag:hover {
  transition: 0.5s;
  background-color: #dedede;
}

.fontbluett {
  font-family: "微软雅黑";
}

.exists_label {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 5px;
  margin-left: 10px;
  font-size: 14px;
}

.is_this {
  color: #ca4341;
  padding: 0 5px;
  position: absolute;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #ca4341;
}

.item-info-exists {
  position: relative;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 18px;
  left: 40px;
  width: 710px;
}

.item-info-exists a {
  color: #1c64b9;
  transition: 0.5s;
}

.item-info-exists a:hover {
  color: #ff9f24;
  transition: 0.5s;
}

.item-info-exists h3 {
  font-size: 18px;
  margin-bottom: 5px;
  width: 710px;
  padding-left: 10px;
}

.item-info-exists p {
  margin: 0;
}

.item-info-exists div {
  overflow: hidden;
}

.exists_caseHtml_box {
  position: relative;
}

.exists_label_box {
  overflow: hidden;
}

.unexists {
  color: #888;
  margin-left: 0;
  padding-top: 10px;
}

.unexists_box {
  position: relative;
  left: 40px;
}

.unexists_item {
  margin-left: 6px;
}

.unexists_item span {
  margin-right: 10px;
}

/*页码*/
.pages a {
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #666;
}

.pages a.long {
  width: 60px;
}

.pages a.cerpage {
  height: 28px;
  width: 50px;
  background-color: #2a7fff;
  border: 0;
  margin-left: 15px;
  margin-right: -40px;
  color: #fff;
  padding: 2px;
}

.pages a:hover {
  background-color: rgb(233, 237, 240);
  transition: 0.5s;
}

.pages a.cerpage:hover {
  transition: 0.5s;
  font-weight: bold;
  background-color: #2a7fff;
}

.pages a.on {
  background: #1c64b9;
  color: #fff;
}

.jpage {
  height: 25px;
  width: 40px;
  border: 1px solid #89bafe;
  text-align: center;
}

.right {
  text-align: right;
}

.pages span .focus {
  border-color: rgb(42, 126, 255);
}

/*index.css样式 end*/
/*######个人中心 end#####*/
/*修改侧边栏显示数量的span标签，当文字过多出现换行时，使其能够与文字对齐 by：wanggc*/
.sidebar-menu li>a>.pull-right {
  margin-top: 3px;
  top: auto;
}

/*回到顶部begin*/
.gotop {
  bottom: 80px;
  height: 40px;
  position: fixed;
  right: 18px;
  width: 40px;
  z-index: 1;
}

.gotop .gotop-icon {
  background: #fff;
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #ddd;
}

.gotop .gotop-icon:hover {
  transition: 1.5s;
  background: #1c64b9;
  border: #1c64b9;
}

.icon2 {
  background: rgba(0, 0, 0, 0) url(/static/Public/images/icon.png) no-repeat scroll 5px 5px;
  display: block;
  width: 40px;
  height: 34px;
  background-size: 70%;
}

.gotop:hover .icon2 {
  background: rgba(0, 0, 0, 0) url(/static/Public/images/icon-w.png) no-repeat scroll 5px 5px;
  background-size: 70%;
  transition: 0.5s;
}

/*回到顶部end*/
/*侧边栏展开的+-号的样式*/
.symbol {
  display: inline-block;
  font: 20px "simhei";
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px;
  width: 10px;
  color: #666;
}

/*正在搜索中样式*/
.srhing {
  color: #666;
  font-size: 18px;
  padding: 130px 0;
  text-align: center;
}

.srhing span {
  display: inline-block;
  padding-left: 10px;
}

/*搜索结果为0*/
.no-reslut-box {
  width: 695px;
  margin: 0 auto;
}

.no-reslut {
  color: #999;
  font: 20px "Microsoft YaHei";
  padding-left: 0 !important;
  position: relative !important;
}

.no-reslut-text {
  float: left;
  margin-top: 50px;
  text-align: left;
  margin-left: 30px;
}

.no-reslut-img {
  float: left;
}

.no-reslut-help {
  border-radius: 50px;
  padding: 2px 8px 4px;
  color: #fff;
  background: #1c64b9;
  margin: 5px;
}

.no-reslut-help:hover {
  color: #fff;
  background: #ff9f24;
  transition: 0.5s;
}

.no-reslut-help:focus {
  color: #fff;
}

/*详情页样式begin wanggc*/
/*左侧导航*/
.focus-box p {
  margin: 10px 0;
}

.law-info-item {
  margin: 5px 0;
}

.judge-item {
  display: block;
  float: left;
  margin-right: 10px;
}

.preRoundCase th {
  height: 45px;
  position: relative;
}

.preRoundCase_item {
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 120px;
  text-align: left;
}

.preRoundCase_table {
  border-left: 1px solid #f0f0f0;
}

tr.preRoundCase {
  display: block;
  padding-left: 10px;
}

.fa-outdent:hover {
  cursor: pointer;
  color: #2e4567;
  transition: 0.5s;
}

.fa-indent:hover {
  cursor: pointer;
  color: #2e4567;
  transition: 0.5s;
}

.nav-top {
  height: 75px;
}

.left-nav-top-title {
  height: 40px;
  font-size: 18px;
  background: #f2f3f4;
  border-bottom: 1px solid #e1e3e4;
  border-top: 1px solid #e1e3e4;
  width: 100%;
  line-height: 40px;
  text-align: right;
  padding-right: 17px;
  color: #1c64b9;
}

.left-nav-top-title .nav-title-text {
  margin-right: 15px;
  font-size: 16px;
  display: block;
  width: 60px;
  float: left;
  margin-left: 25px;
}

.nav-title-text {
  color: #1c64b9;
}

.left-nav-container {
  width: 140px;
  height: 100%;
  background-color: #fbfbfb;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  border-right: 1px solid #e1e3e4;
}

.left-nav {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
}

.left-nav-bottom {
  bottom: 15px;
}

.left-nav-top .nav-title,
.left-nav-bottom .nav-title {
  padding: 10px 15px;
  display: block;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.left-nav-top .nav-title:hover,
.left-nav-bottom .nav-title:hover {
  background: #f2f3f4;
  transition: 0.5s;
}

.left-nav-top .nav-title i,
.left-nav-bottom .nav-title i {
  font-size: 16px;
  color: #1c64b9;
  float: left;
  margin-top: 4px;
}

.title-box {
  position: relative;
}

.triangle-left {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 14px solid #e1e3e4;
  border-bottom: 14px solid transparent;
  position: absolute;
  left: 1px;
  top: 50px;
}

.triangle-left-small {
  border-right: 14px solid #fff;
  left: 2px;
  z-index: 1;
}

.QRcode-left {
  left: -14px;
  top: inherit;
  bottom: 22px;
}

.QRcode-left-small {
  left: -13px;
  bottom: 22px;
  top: inherit;
}

.text-container,
.text-container-law {
  width: 500px;
  height: auto;
  background: #fff;
  border: 1px solid #e1e3e4;
  position: absolute;
  left: 14px;
  padding: 15px 20px;
}

@media only screen and (max-width: 1440px) {
  .text-container {
    max-height: 650px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1366px) {
  .text-container {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.text-container {
  max-height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
}

.title-area {
  color: #a2a2a2;
  padding: 0;
  width: 25%;
  margin-right: 10px;
  text-align: right;
}

.info-left {
  margin-top: 10px;
  padding-left: 10px;
}

.info-area {
  padding-left: 0;
  padding-right: 0;
  width: 70%;
}

.info-item {
  color: #1c64b9;
}

.info-item-gray {
  color: #666;
}

.border-top {
  border: 1px solid #f0f0f0;
}

.vis-title {
  color: #666;
  font-size: 14px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.vis-item {
  padding: 5px 10px;
  display: block;
}

/*标题下面的div*/
.text-black {
  color: black;
  font-family: "微软雅黑";
}

.text-hover {
  color: #1c64b9;
  font-family: "微软雅黑";
}

.text-hover:hover {
  color: #ff9f24;
  transition: 0.5s;
}

.jufa-detail-label {
  padding: 15px;
  font-size: 14px;
}

.detail-item p {
  line-height: 30px;
  font-size: 16px;
  word-wrap: break-word;
}

.detail-item button {
  display: bolck;
  margin-bottom: 20px;
}

.detailAssessibility {
  margin-top: 35px;
  margin-bottom: 30px;
}

.detailAssessibility #detailDownload {
  margin-left: 15px;
  margin-right: 15px;
}

.directory {
  margin: 20px 0 20px 5px;
}

.catalog-list {
  padding: 0 20px;
  width: 230px;
  border-left: 1px solid #f0f0f0;
}

.catalog-list dt h3 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #999;
  padding-left: 5px;
}

.catalog-list dd {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  font-size: 14px;
  font-family: "微软雅黑";
  border-bottom: 1px dashed #ccc;
}

.catalog-list dd:hover {
  background: #ff9f24;
  color: #fff;
  transition: 0.5s;
}

.catalog-list .catalog-title {
  margin-bottom: 20px;
  padding-left: 2px;
  padding-top: 0;
}

.catalog-list h3 {
  font-size: 20px;
  color: #666;
  font-family: "微软雅黑";
}

.littleItem {
  width: 10px;
  height: 10px;
  float: left;
  margin-top: 10px;
  background-color: #1c64b9;
  position: absolute;
  left: -15px;
  top: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/static/Public/css/jufa/ie-css3.htc);
}

.catalog-list dd div.littleItem {
  position: relative;
  left: -35px;
  top: -3px;
}

.catalog-list div span {
  float: left;
  margin-right: 10px;
  font-size: 20px;
  color: #1c64b9;
  margin-top: 2px;
}

.catalog-list dd a {
  color: gray;
  display: block;
  width: 182px;
}

.catalog-list dd:hover a {
  color: #fff;
}

.cpws_kernal {
  font-size: 16px;
  color: #1c64b9;
  padding-bottom: 5px;
  border-bottom: 1px solid #1c64b9;
}

.detail-item .zyjd_underline {
  font-weight: normal;
  font-size: 16px;
  text-indent: 2em;
  line-height: 32px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #666;
}

/*相似案例*/
.similarCase {
  padding: 10px 0;
  border-left: 0;
}

.similarCase dt {
  border-bottom: 2px dashed rgb(102, 102, 102);
  padding-bottom: 10px;
  padding-left: 5px;
}

.similarCase dt h3 {
  font-size: 18px;
}

.similarCase dd {
  padding: 10px;
  font-size: 15px;
  font-family: "微软雅黑";
  border-bottom: 1px dashed #ccc;
}

.similarCase dd em {
  color: #1c64b9;
}

.similarCase a {
  color: gray;
}

.similarCase a:hover {
  transition: 0.5s;
  color: #ff9f24;
}

/*引用法规  */
.showThisLaw {
  z-index: 4;
  position: absolute;
  left: -20px;
}

.showThisLaw-up {
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #f0f0f0;
  position: relative;
  top: 1px;
  left: 30px;
}

.showThisLaw-up-small {
  border-bottom: 16px solid #fff;
  top: -14px;
  left: 30px;
}

.showThisLaw-concent {
  line-height: 26px;
  padding: 15px 10px;
  border: 1px solid #f0f0f0;
  background: #fff;
  color: #323232;
  position: relative;
  top: -15px;
  cursor: text;
}

.showThisLaw div em {
  cursor: pointer;
  padding: 0 5px;
}

.eachCiteLaw {
  position: relative;
}

.law-list {
  color: #7a7a7a;
}

.detail-quote {
  color: #1c64b9;
}

.eachCiteLaw a:hover {
  color: #ff9f24;
}

/*法规详情页*/
.law-detail-label {
  padding: 0;
}

.detail-law-title {
  color: rgb(51, 51, 51);
}

.law-info-item {
  color: rgb(102, 102, 102);
}

.law-detail-item {
  font-size: 16px;
  width: auto;
  position: relative;
  line-height: 30px;
  background: #fff;
}

/*法规详情页end*/

#hideLawItemBtn,
#hideCaseItemBtn {
  overflow: hidden;
  display: none;
}

#hideLawItemBtn>span,
#hideCaseItemBtn>span {
  margin-left: 10px;
}

.detail-toggle:hover {
  color: #ff9f24;
  cursor: pointer;
  transition: 0.5s;
}

.citeLawTxt {
  margin-top: -3px;
  margin-left: 5px;
  display: inline;
}

#backgroundDetail {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  background: black;
  opacity: 0;
  top: 0;
  left: 0;
}

/*上方浮动条*/

.floatHeader {
  display: none;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #dadada;
  background: rgba(255, 255, 255, 0.9);
}

.floatHeader:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.floatHeader .floatHeaderLeft {
  text-align: center;
  font-size: 20px;
  line-height: 60px;
  color: black;
  float: left;
  width: 100%;
  height: 60px;
}

.floatHeader .floatHeaderRight {
  text-align: center;
  padding-top: 23px;
  float: right;
  width: 25%;
  height: 52px;
}

.floatHeader .floatHeaderRight span {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 0 15px;
  color: #333;
}

.floatHeader .floatHeaderRight .collect {
  color: white;
  background: #2a7eff;
  height: 22px;
  width: 50px;
  display: inline-block;
  padding: 3px 0;
  margin: 0 10px 6px 6px;
  cursor: pointer;
  border-radius: 5px;
}

.floatHeader .floatHeaderRight span:hover {
  color: rgb(14, 184, 58);
}

.directoryFloat {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background: rgb(230, 230, 230);
  border: 1px solid rgb(210, 210, 210);
  border-top: none;
  top: 75px;
  left: 81%;
  position: fixed;
  z-index: 2;
}

.directoryFloat dd {
  border-top: 0 dashed #fff;
  padding: 5px 10px;
}

.directoryFloat dd a {
  font-size: 16px;
  color: #333;
}

.directoryFloat dd a:hover {
  color: rgb(14, 184, 58);
}

.floatHeader a[id] {
  font-size: 18px;
  color: #1c64b9;
  font-weight: normal;
  line-height: 18px;
}

.floatHeader li {
  margin-top: 7px;
}

/*搜索页标签收藏*/
.tagCollect .header {
  text-align: left;
}

.tagCollect .header i {
  display: inline-block;
  position: absolute;
  right: 25px;
  cursor: pointer;
  color: #1c64b9;
}

.tagCollect .defineTag {
  padding: 10px 10px;
  overflow: hidden;
}

.tagCollect .defineTag p {
  display: inline-block;
  width: 25%;
  color: #666;
  text-align: left;
  margin-top: 5px;
}

.tagCollect .defineTag input {
  width: 75%;
  display: inline-block;
  color: #666;
  height: 30px;
  background: rgba(255, 255, 255, 0.91);
  border: 1px solid #f0f0f0;
}

.tagCollect .myTag {
  padding: 10px 0 0 10px;
  margin-bottom: 10px;
}

.tagCollect .myTag:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.tagCollect .myTag p {
  display: inline-block;
  width: 25%;
  line-height: 25px;
  color: #666;
  text-align: left;
}

.tagCollect .myTag .myTagCon {
  width: 75%;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  display: inline-block;
}

.tagCollect .myTag .myTagCon span {
  float: left;
  word-break: break-all;
  cursor: pointer;
  display: inline-block;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f0f0f0;
  color: black;
}

.tagCollect .submit {
  margin-top: 5px;
  text-align: center;
}

.tagCollect .submit span {
  cursor: pointer;
  color: #fff;
  padding: 3px 5px;
  background: rgb(51, 133, 255);
  border: 1px outset rgb(42, 126, 255);
}

.tagCollect .submit span:hover {
  transition: 0.5s;
  background: rgb(34, 101, 205);
}

.item-info .tagCollect {
  padding: 0 0 5px 0;
  text-indent: 0;
  z-index: 1001;
  bottom: -15px;
  position: absolute;
  right: 0;
  width: 300px;
  border: 1px solid rgb(42, 126, 255);
}

.tagCollect {
  background: #fbfbfb;
  text-indent: 0;
  z-index: 1001;
  padding: 15px 0;
  width: 400px;
  border: 1px solid #e1e3e4;
  bottom: -12px;
  position: absolute;
  line-height: normal;
}

.jufa-search-list-save .tagCollect {
  left: 140px;
}

#detailCollectBox {
  position: absolute;
  left: 85px;
}

.tagCollect .submit {
  padding: 5px 0 3px;
}

.syscollect,
#syscollect {
  width: 300px;
  height: 60px;
  background-color: #fbfbfb;
  border: 1px solid #f0f0f0;
  display: none;
  position: fixed;
  top: 365px;
  left: 400px;
  z-index: 102;
}

#syscollect p,
.syscollect p {
  padding-top: 20px;
  text-align: center;
  color: #666;
}

.syscollect {
  top: 200px;
  left: 50%;
  margin-left: -150px;
}

#conditionSelectObj {
  overflow: hidden;
}

#pop {
  position: absolute;
  display: block;
}

#pop span {
  color: gray;
  padding: 0 5px;
  cursor: pointer;
  display: inline-block;
}

#pop span:hover {
  color: #f00;
}

#pop span:first {
  border-right: 1px solid gray;
}

.popover.top>.arrow {
  bottom: -10.5px;
}

/*共用的弹框，这部分样式是通用的，其它样式请另写类*/
.publicBox {
  width: 100%;
  position: fixed;
  top: 0;
  opacity: 0;
  z-index: 1004;
}

.publicBox .publicBoxInner {
  width: 450px;
  margin: 0 auto;
  background: #fbfbfb;
  padding-bottom: 10px;
  overflow: hidden;
}

.modal-down-body {
  text-align: left;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
}

.publicBox .publicBoxInner .header,
.header-chlid {
  background: #1c64b9;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
}

.header-chlid {
  background: transparent;
  font-size: 14px;
  color: #333;
}

.publicBox .publicBoxInner .header:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.publicBox .publicBoxInner .header .title {
  float: left;
  margin: 0;
}

.publicBox .publicBoxInner .header .close {
  float: right;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.publicBox .publicBoxInner .header .close:hover {
  color: #f8f8f8;
}

.downSecondP {
  margin-top: 25px;
  margin-bottom: 10px;
}

/*关注搜索条件*/
.publicBox .publicBoxInner .attentionCondStr {
  width: 350px;
  height: 45px;
  line-height: 35px;
  padding-left: 5px;
  margin: 25px auto;
}

.publicBox .publicBoxInner .submitBut {
  display: block;
  padding: 5px 20px;
  line-height: 1.3;
  width: 66px;
  margin: 0 auto;
}

.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.submitbtn {
  background: #1693c5;
  color: #fff;
}

/*取消关注提示框*/
.publicBox .publicBoxInner .qxsc {
  text-align: center;
  margin: 40px 0;
  font-size: 18px;
}

/*二维码样式*/
.QRcodeWindow {
  text-align: center;
  width: 200px;
  color: #666;
  padding-bottom: 20px;
  border: 1px solid #e1e3e4;
  background-color: #fbfbfb;
  margin-top: 10px;
  z-index: 1000;
}

#detailShareBox {
  position: absolute;
  bottom: -10px;
  left: 85px;
}

.QRcodeFloatWindow {
  background-color: #fff;
  top: 75px;
  right: 40px;
  position: fixed;
  text-align: center;
  width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #666;
  z-index: 1002;
  border: 1px solid #666;
}

#QRcodeShare1 {
  padding-top: 30px;
}

/*自定义词高亮显示 wanggc*/
.tooltipon {}

.highlight {
  background-color: #ff0;
}

#hglighttip {
  position: absolute;
  background-color: #fff;
  width: 162px;
  display: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  z-index: 5;
}

#hglighttip .icon {
  height: 21px;
  width: 26px;
  display: inline-block;
}

.jufa-size {
  font-size: 18px;
}

#hglighttip .text {
  display: block;
  font-size: 16px;
  padding-left: 1px;
}

#hglighttip .item {
  float: left;
  padding: 10px 10px;
  cursor: pointer;
  text-align: center;
}

#hglighttip .item:hover {
  color: #1c64b9;
}

.underline {
  border-bottom: 1px solid #1c64b9;
  padding-bottom: 2px;
}

.comment {
  background-color: #fdd7df;
  text-decoration: none;
}

ins:hover {
  transition: 0.5s;
  cursor: pointer;
  background-color: #fcabbd;
}

.icon-commentdiv {
  position: absolute;
  background-color: #b5082e;
  color: #fff;
  border-radius: 2px;
  width: 30px;
  line-height: 20px;
  text-align: center;
  z-index: 5;
}

.icon-commentdiv span {
  font-size: 16px;
}

.icon-comment22 {
  display: inline-block;
  height: 17px;
  width: 22px;
}

.icon-commentdiv {
  cursor: pointer;
}

#loginTip {
  background-color: #b9dde7;
  border: 1px solid dodgerblue;
  height: 40px;
  width: 200px;
  text-align: center;
  padding-top: 12px;
  z-index: 3;
  display: none;
  position: absolute;
  font-size: 16px;
}

/*未登录时高亮、划线、批注提示框*/
.loginTip {
  transition: transform 0.3s ease-out 0s;
  width: 450px;
  background-color: #fff;
  border: 1px solid #666;
  margin: 0 auto;
  display: none;
  z-index: 29;
  top: 20%;
  left: 35%;
  position: fixed;
}

.loginTipHeader {
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.43px;
  padding: 10px;
  color: #fff;
  background-color: #1c64b9;
}

.loginTipClose {
  float: right;
  display: inline-block;
  cursor: pointer;
  opacity: 0.5;
  color: #fff;
}

.loginTipClose:hover {
  opacity: 0.9;
  font-weight: bold;
}

.loginTipContent {
  padding: 20px;
  text-align: center;
}

.loginTipContent span {
  font-size: 24px;
  color: #666;
  display: inline-block;
  margin-right: 10px;
}

.loginTipContent a {
  color: rgb(126, 195, 26);
  text-decoration: none;
}

.loginTipContent a:hover {
  color: orange;
  text-decoration: underline;
}

/*添加批注弹出框 wanggc*/
#commentPop {
  width: 500px;
  display: none;
  position: absolute;
  z-index: 10;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
}

#commentPop #commentTop {
  height: 20px;
  line-height: 20px;
  margin: 0;
  color: #1c64b9;
  font-size: 18px;
  margin-top: 20px;
}

#commentPop #commentTop #commentClose {
  padding-right: 30px;
  padding-left: 10px;
  float: right;
  display: block;
  cursor: pointer;
}

#commentPop #commentTop #commentTitle {
  margin-left: 30px;
  float: left;
  display: block;
  border-left: 4px solid;
  padding-left: 10px;
}

#commentPop #commentContent {
  margin: 0 0;
  padding: 20px 10px;
  text-align: center;
}

#commentBottom {
  height: 50px;
  margin: 0 0;
  border-top: 1px solid #e5e5e5;
}

#commentBottom #confirm {
  margin-left: 230px;
  margin-top: 10px;
}

/*显示批注弹出框 wanggc*/
.commentDis {
  width: 350px;
  position: absolute;
  display: none;
  z-index: 6;
  border: 1px solid #e5e5e5;
}

.commentDisTop {
  background: #1c64b9;
  height: 40px;
  line-height: 40px;
  margin: 0;
  color: #fff;
  font-size: 16px;
}

.commentDisTitle {
  padding-left: 10px;
  float: left;
  display: block;
}

.commentDisClose {
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  display: block;
  cursor: pointer;
}

.commentDisContent {
  background-color: #f5fffa;
  margin: 0 0;
  min-height: 150px;
  padding: 20px 20px;
  line-height: 24px;
  color: gray;
  font-size: 16px;
}

.commentDisBottom {
  height: 50px;
  line-height: 50px;
  background-color: #f5fffa;
  margin: 0 0;
  padding-left: 200px;
  border-top: 1px solid #e5e5e5;
}

.commentDisUpdate {}

.commentDisDelete {
  margin-right: 15px;
}

/*图表类*/
.charts {
  height: 400px;
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-left: 8px !important;
  margin-right: 10px;
  max-width: 565px;
}

.row-chart {
  margin-top: 50px;
}

.jf-btn-round {
  color: #1c64b9;
  font-size: 14px;
  padding: 0 10px;
  height: 32px;
  line-height: 30px;
}

.btn-text {
  color: #1c64b9;
  font-size: 14px;
}

.new-file {
  color: #1c64b9;
  background: #fff;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ddd;
  margin-left: 12px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.new-file-btn {
  line-height: 20px;
  margin-left: 36px;
  background: var(--ms-color-theme);
}

.new-file-btn:hover {
  border: 1px solid #adadad;
}

.new-file-btns {
  background-color: #fbfbfb;
  color: #657b96;
}

.mal-20 {
  margin-left: 20px;
}

.mar-20 {
  margin-right: 12px;
}

.jf-btn-round:hover {
  color: #ff9f24;
}

.jf-btn-round:focus {
  color: #528fcc;
}

.jufa-btn-round:hover {
  color: #1c64b9 !important;
}

.jufa-left-border {
  border-left: 5px solid #666;
  margin-left: -5px;
}

.feedback-dis {
  width: 400px;
  border: 1px solid #e5e5e5;
  background-color: #f5fffa;
  position: fixed;
  top: 200px;
  left: 40%;
}

.feedback-header {
  background: #1c64b9 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}

.feedback-title {
  display: block;
  float: left;
  padding-left: 10px;
}

.feedback-close {
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  display: block;
  cursor: pointer;
}

.feedback-content {
  background: #f5fffa none repeat scroll 0 0;
  padding: 20px 0;
  font-size: 16px;
  color: gray;
}

.feedback-center {
  padding: 20px 0;
  font-size: 16px;
  color: gray;
}

.feedback-info {
  color: red;
  display: block;
  margin-bottom: 10px;
}

.feedback-dis button,
.feedback-dis button:hover {
  color: gray;
}

.row-position {
  position: relative;
}

.col-lg-3-position {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
}

.col-lg-12-padding {
  padding: 0;
}

.detail-container {
  background-color: #fff;
}

/*详情页样式end*/
.jufa-border-radius {
  border-radius: 0;
}

/*使用指南*/
.help-img {
  display: block;
  text-align: center;
}

.help-img img {
  width: 90%;
  box-shadow: 0 2px 10px 0 #cccccc;
}

.help-item h3 {
  font-family: "微软雅黑";
  font-weight: bold;
  margin-bottom: 20px;
}

.help-item h4 {
  font-family: "微软雅黑";
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  color: #1c64b9;
}

.help-catalog-list {
  padding: 20px;
  width: 20%;
  border: 1px solid #666;
  float: left;
  margin: 20px 20px 20px 0;
  background: #fff;
}

.help-container {
  width: 1212px;
}

.help-col-lg-9 {
  padding-right: 5px;
  margin-top: 20px;
}

.help-btn {
  background: transparent;
  width: 36px;
  /*50*/
  height: 55px;
  /* padding: 6px 0; */
  padding: 4px 0 0;
  z-index: 100;
  font-size: 12px;
  text-align: center;
  transition: background 0.2s linear 0.1s, border 0.2s linear 0.1s;
  -webkit-transition: background 0.2s linear 0.1s, border 0.2s linear 0.1s;
  border-bottom: 1px solid #caddf5;
}

.help-icon {
  display: block;
  text-align: center;
  color: #666;
  line-height: 16px;
  transition: color 0.2s linear 0.1s;
  -webkit-transition: color 0.2s linear 0.1s;
  /* Safari */
}

.help-btn:hover {
  background: #f9f9f9;
  cursor: pointer;
  transition: 0.5s;
}

.help-btn a:hover {
  color: #444;
}

.help-icon {
  color: #fff;
}

.help-icons {
  color: #999999;
}

.main-right {
  position: fixed;
  bottom: 100px;
  right: 0;
  background: #fff;
  z-index: 100;
}

#helpGuide {
  border-radius: 10px 0 0 10px;
}

.main-right img {
  width: 40px;
  display: block;
  margin: 0 auto;
}

.width-20 {
  width: 20px;
}

/*使用指南end*/
/*主颜色*/
/*主页可视化背景图片*/
.bgi-main-vis {
  background: #1c64b9;
  background: url(/static/Public/images/bgi-main-vis.jpg) center no-repeat;
  background-position: center;
  height: 520px;
}

@media only screen and (max-width: 1440px) {

  .bg-main,
  .bgi-main-vis {
    height: 520px;
  }

  .vis-btn-index {
    margin: 50px auto;
  }
}

@media only screen and (max-width: 1366px) {

  .bg-main,
  .bgi-main-vis {
    height: 430px;
  }

  .vis-btn-index {
    margin: 40px auto;
  }
}

/*按钮*/
.jufa-btn {
  background-color: #666;
  border-color: #666;
  color: #fff;
}

.jufa-btn:hover {
  color: #fff;
  background-color: #203452;
  transition: 0.5s;
}

.btn-success:hover,
.btn-success:active,
.btn-success.hover {
  transition: 0.5s;
  background-color: #203452;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  background-color: #203452;
  border-color: #666;
}

.btn-success:hover {
  background-color: #203452;
  border-color: #666;
  transition: 0.5s;
}

.btn-success.focus,
.btn-success:focus {
  background-color: #203452;
  border-color: #666;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  background-color: #203452;
  border-color: #203452;
  transition: 0.5s;
}

.navbar-right li a:hover {
  color: #ff9f24;
}

.btn-warning {
  background-color: #fe5335;
}

.jufa-btn-success:hover,
.jufa-btn-success:focus {
  transition: 0.5s;
  color: #fff;
  background-color: #486082;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  transition: 0.5s;
  background-color: #f7f7f7;
}

/*详情页重写部分*/
.triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid #1c64b9;
  border-bottom: 10px solid transparent;
  display: block;
  float: left;
  margin-right: 10px;
}

.jufa-detail-ietm {
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #666;
  font-size: 18px;
  border-left: 5px solid #1c64b9;
  padding-left: 5px;
}

.bg-lightgray {
  padding: 2px;
  border-left: 5px solid #1c64b9;
  padding-left: 5px;
}

.bg-lightgray~p {
  color: #7a7a7a;
  line-height: 26px;
}

.up3 {
  background-image: url(/static/Public/images/up3.png);
  position: absolute;
  top: -13px;
  left: 22px;
  width: 22px;
  height: 13px;
}

/*数据可视化*/
.text-hover-666 {
  color: #666;
  font-family: "微软雅黑";
}

.jufa-col-lg-6 {
  height: 750px;
}

.vis-btn {
  background-color: #1c64b9;
  color: #fff;
}

.vis-btn:hover {
  transition: 0.5s;
  background: #ff9f24;
  color: #fff;
}

/*头部*/
.content-wrapper {
  background-color: #fff;
}

/*左侧导航*/
.sidebar-menu {
  border-top: 1px solid #ddd;
}

/*重写字体颜色*/
.text-main {
  color: #1c64b9;
  font-family: "微软雅黑";
  display: inline-block;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success.modal-body {
  background-color: #f5f5f5 !important;
  font-weight: normal;
  color: #888 !important;
}

.modal-title {
  font-family: "微软雅黑";
}

.control-label {
  padding-top: 16px;
  font-weight: normal;
}

.jufa-form-control {
  box-shadow: none;
  height: 35px;
  border: 1px solid #dcdcdc;
  line-height: 18px;
  transition-property: border;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.jufa-btn-success {
  background-color: #1c64b9;
  border-color: #486082;
  color: #fff;
  display: inline-block;
}

.jufa-col-lg-9 {
  width: 90%;
  margin: 0 30px;
}

.form-control-feedback {
  margin-top: 8px;
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 24px;
}

.detail-bg {
  width: 100%;
}

.detail-bg .container {
  width: 900px;
  padding: 20px 50px;
  background: #fff;
}

.case-box {
  background: #fafafa;
}

.box-title {
  font-family: "微软雅黑";
}

.noteTagConPerson {
  padding: 8px 6px 0 6px;
  overflow: hidden;
}

.link-color {
  color: #fff;
}

.drop-option li.on {
  background-color: #f0f0f0;
}

.btn-outline>a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.btn-outline:hover {
  color: #fff;
  background: #ff9f24;
  transition: 0.5s;
}

/*搜索列表*/
.type-bg {
  position: absolute;
  z-index: 10;
  top: -6px;
  left: -6px;
  width: 68px;
  height: 68px;
}

.type-name {
  position: absolute;
  z-index: 10;
  top: 6px;
  left: -14px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  transform: rotate(-45deg);
  width: 60px;
  text-align: center;
}

.searchlist-id {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 400;
  color: #666;
  background: #f9f9f9;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

.case-textlen {
  right: 40px;
  width: auto;
  padding: 0 5px;
}

.last-time {
  right: 110px;
  width: auto;
}

.keyword-box {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 0 10px;
  padding-right: 20px;
  margin: 0 10px 10px 0;
  float: left;
  height: 25px;
  line-height: 24px;
  background: #fff;
  max-width: 600px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jufa-keyword {
  padding-right: 10px;
}

.keyword-box i {
  position: absolute;
  right: 8px;
  top: 5px;
  color: #bcbcbc;
}

.keyword-box i:hover {
  cursor: pointer;
}

.keyword-box:hover {
  transition: 0.5s;
  background: #f9f9f9;
  cursor: pointer;
}

.jufa-search-list-top {
  margin-top: 15px;
  font-size: 16px;
  color: #666;
  width: 76%;
  min-width: 800px;
  display: block;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.noteTagConPerson .on {
  background: #1c64b9;
  color: #fff;
}

/* testtest */
.segmentTxt .text_short {
  color: #a2a2a2;
  text-align: center;
}

/*弹框关闭按钮*/
.modal-header .close {
  margin-top: 0;
}

.tagCollect .close:hover {
  color: #486082;
}

.tagCollect .close {
  font-size: 14px;
}

/*知识产权子库标题*/
.jufa-line-l {
  width: 180px;
  position: absolute;
  left: -200px;
  top: -4px;
}

.jufa-line-r {
  width: 180px;
  position: absolute;
  right: -200px;
  top: -4px;
}

.ziku-title {
  position: relative;
  font-family: "幼圆";
  font-size: 32px;
  position: relative;
  color: #fff;
}

/*专题页*/
.buy-holo {
  background: #1c64b9;
  color: #fff;
  border-radius: 3px;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  margin-top: 15px;
  font-size: 12px;
}

.buy-holo:hover {
  transition: 0.5s;
  background: #ff9f24;
  color: #fff;
}

.buy-holo:focus,
.buy-holo:active {
  color: #fff;
}

.ziku-row {
  float: left;
  margin-top: 20px;
}

.m-t-lg {
  margin-top: 10px;
}

.panel {
  border-radius: 0;
}

.b-a {
  border: 1px solid #eaeef1;
}

.panel-heading {
  border-radius: 2px 2px 0 0;
}

.b-b {
  border-bottom: 1px solid #eaeef1;
}

.badge {
  background: #b0bcd4;
}

.ziku-color {
  color: #1c64b9;
}

.text-lg {
  font-size: 16px;
}

.font-bold {
  font-weight: 700;
}

.text-dark {
  color: #222733;
}

.clear {
  display: block;
  overflow: hidden;
}

.m-t {
  margin-top: 15px;
}

.thumbnail {
  border: none;
  position: relative;
  height: 160px;
  margin-bottom: 10px;
}

.ziku-content {
  padding-left: 0;
}

.thumbnail h3 {
  margin-top: 0;
}

.thumbnail h3 a {
  font-weight: 600;
  font-size: 20px;
  color: #666;
  font-family: "微软雅黑";
}

.thumbnail .info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.thumbnail .info-list {
  display: inline-block;
  float: left;
  color: #bdbdbd;
}

.thumbnail .tags-list {
  display: inline-block;
  float: right;
}

.ziku-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.abstract {
  color: #888;
}

.font-15 {
  font-size: 15px;
}

.m-b-none {
  margin-bottom: 0;
}

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

.text-muted {
  color: #a1a8ac;
}

.m-b-lg {
  margin-bottom: 30px;
}

.list-group {
  border-radius: 2px;
}

.list-group.no-bg .list-group-item {
  background-color: transparent;
}

.list-group-lg .list-group-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.panel .list-group-item {
  border-color: #f3f5f7;
}

.thumb {
  width: 50px;
  display: inline-block;
}

.m-r {
  margin-right: 15px;
}

small,
.small {
  font-size: 12px;
}

.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img {
  height: auto;
  max-width: 100%;
}

.nav-item {
  float: left;
}

.nav-item li {
  float: left;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
}

.nav-item li a {
  color: #fff;
}

.nav-item li a:hover {
  color: #f8f8f8;
}

.nav-item li:hover {
  transition: 0.5s;
  background: #3d577c;
}

.ziku-header {
  height: 60px;
}

.jufa-header .jufa-navbar .ziku-logo {
  margin-top: 8px;
}

.ziku-user {
  margin-top: 13px;
}

.open>.ziku-dropdown-menu {
  top: 44px;
  left: 46px;
}

.index-search-btn {
  height: 46px;
  font-size: 18px;
  border: 1px solid #fff;
  width: 113px;
  background: #598bca;
}

a:hover {
  cursor: pointer !important;
}

/*媒体报道*/
.media-main {
  width: 800px;
  margin: auto;
  padding-bottom: 50px;
}

.media-main-title {
  width: 800px;
  border-bottom: 1px solid #ccc;
}

.media-main-title h3 {
  color: #598bca;
}

.media-main-body {
  line-height: 50px;
  font-size: 16px;
  padding: 20px 0px 150px 0px;
}

.media-main-body a {
  font-size: 16px;
}

/*合作伙伴*/
.partner {
  width: 850px;
  margin: auto;
  margin-bottom: 50px;
}

.partner h3 {
  color: #666669;
  padding-bottom: 15px;
}

.partner table {
  border-spacing: 6px;
  border: 0;
  text-align: center;
  margin: 10px 0px;
}

.partner p {
  border-left: 2px solid #3274ab;
  border-right: 2px solid #3274ab;
  color: #3274ab;
  font-size: 16px;
  width: 60px;
  text-align: center;
}

.tr-img td {
  width: 200px;
  height: 130px;
  border: 1px dotted #ccc;
}

.tr-text td {
  padding: 5px 0px;
}

/************************** 专题库列表 start ******************************************/
.show_all {
  float: left;
  width: 2%;
  text-align: center;
  margin-left: 5px;
  color: #1c64b9;
  padding-top: 20px;
  padding-bottom: 18px;
}

.show_all:hover {
  cursor: pointer;
  color: #ff9f24;
}

.special-width {
  width: 1130px;
  margin: 0 auto;
  padding: 0;
}

.special {
  padding: 0;
  /*padding-left: 5px;*/
  text-align: center;
  width: 188px;
  display: inline-block;
}

.special-right-title:hover {
  transition: 0.7s;
  background-color: #1c64b9;
  /*box-shadow: 0 0 6px rgba(9, 4,5, 0.23);
    -webkit-box-shadow: 0 0 6px rgba(9, 4,5, 0.23);
    -moz-box-shadow: 0 0 6px rgba(9, 4,5, 0.23);*/
  cursor: pointer;
}

.special-right-title:hover {
  cursor: pointer;
}

.special-left {
  margin-right: 10px;
}

.special-left img {
  width: 36px;
}

.special-right-title {
  position: relative;
  font-size: 14px;
  margin-top: 4px;
  border-radius: 2px;
  color: #333;
}

.vipBg {
  position: absolute;
  width: 100%;
  left: 0px;
  margin: 0;
}

.special-right-content {
  color: #999;
  font-size: 12px;
  line-height: 12px;
  max-width: 243px;
}

.special-right-content span {
  line-height: 18px;
}

.special-box {
  padding: 0;
}

.special-box a:hover i {
  color: #ff9f24;
}

.index-content-box {
  margin: 20px 0;
}

.index-content-title {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #555;
  text-align: center;
  width: 12%;
  /*background: #fafafa;*/
}

.col-md-9.special-box {
  width: 88%;
}

.index-content-title img {
  width: 30px;
}

.title-l {
  font-size: 18px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.img-l-h {
  line-height: 40px;
}

.album-big-title {
  font-size: 22px;
  color: #1c64b9;
  margin-bottom: 5px;
  margin-top: 20px;
  width: 190px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.holo-line {
  border-bottom: 1px dashed #eee;
  position: relative;
}

.album-big-title div {
  width: 155px;
  margin: 0 auto;
  padding-bottom: 2px;
  color: #1c64b9;
}

.album-big-title a {
  font-size: 12px;
  color: #999;
  width: 155px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.album-big-title a:hover {
  color: #ff9f24;
}

.album-big-title img {
  width: 15px;
  margin-top: -3px;
  margin-right: 2px;
}

.album-num {
  font-size: 14px;
  color: #999;
  margin-bottom: 30px;
}

.album-num span {
  color: #ca4341;
}

/************************** 专题库列表 end ******************************************/
/*后台提现*/
#status {
  line-height: 80px;
}

#status option {
  display: inline;
  margin: 0 15px;
}

#status option:hover {
  cursor: pointer;
  color: #ff9f24;
}

.withdrawals-index {
  margin: 0 auto;
  margin-top: 30px;
}

.withdrawals-index tr th,
.withdrawals-index tr td {
  border: 1px solid #ccc;
  padding: 0 10px;
  text-align: center;
  line-height: 35px;
  color: #666;
}

.withdrawals-index tr th {
  background: #e4e8ef;
}

/*后台提现结束*/
.header-top-index-left .selected {
  color: #ff9f24;
  text-decoration: underline;
}

/********************************详情页改版样式 begin************************************************/
.detail-header-line {
  width: 100%;
  height: 1px;
  border-top: 2px solid #1c64b9;
}

.detail-main {
  width: 1170px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}

.col-lg-6 {
  width: 50%;
}

.col-lg-12 {
  width: 100%;
}

/*左侧栏*/
.detail-left {
  width: 70px;
  height: 415px;
  /*background-color: #fff;*/
  position: fixed;
  /*left: 50%;
    margin-left: -634px;*/
  z-index: 2;
  /*border: 1px solid #eee;*/
}

.detail-nav-title {
  font-size: 12px;
  padding: 10px 0;
  display: block;
  text-align: center;
  overflow: hidden;
}

.detail-nav-title i {
  font-size: 16px;
  color: #1c64b9;
  display: block;
  margin: 5px 0;
}

.show-tips {
  display: none;
  position: absolute;
  top: -30px;
  width: 100px;
  height: 150px;
  left: 68px;
  background: transparent;
}

.catalog-list dd {
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  font-size: 14px;
  font-family: "微软雅黑";
}

.catalog_gradient li {
  line-height: 40px;
  border-left: 5px solid #e0e0e0;
  margin-bottom: 1px;
  padding-left: 20px;
}

.detail-nav-title img {
  display: block;
  width: 24px;
  margin: auto;
  margin-bottom: 8px;
}

.title-box:hover {
  background: #f9f9f9;
  transition: 0.5s;
}

.detail-text-inner {
  position: relative;
  top: -10px;
}

.detail-v {
  margin-right: 10px;
}

.detail-left-person {
  display: block;
  margin-bottom: 5px;
}

/*中间*/

.detail-middle {
  width: 780px;
  margin-left: 90px;
  border: 1px solid #eee;
}

.detail-title {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background: #fff;
  font-size: 20px;
  font-family: "微软雅黑";
  padding: 20px 0;
}

.detail-item {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: auto;
  position: relative;
  line-height: 30px;
  background: #fff;
}

.detail-item p {
  line-height: 32px;
  font-size: 16px;
}

.detail-middle-main {
  background: #fff;
  padding: 0px 40px;
}

.detail-middle-item {
  font-size: 16px;
  color: #1c64b9;
  line-height: 18px;
  overflow: hidden;
  font-weight: bold;
  line-height: 34px;
}

.detail-middle-text {
  font-size: 16px;
}

.detail-lawyer {
  margin: 0;
  display: inline-block;
  margin-right: 40px;
  width: 100%;
}

.detail-lawyer span {
  padding-right: 5px;
}

.detail-lawyer tr {
  height: 27px;
  vertical-align: top;
}

.detail-middle-text-container {
  padding: 20px;
  overflow: hidden;
  height: auto;
  /*background-color: #fff;*/
}

.detail-info-left.row.col-lg-12 {
  width: 98%;
}

.detail-info-left {
  padding: 8px 0;
  border: 1px dashed #eee;
  margin-bottom: -1px;
}

.detail-person {
  display: block;
  float: left;
  padding-right: 20px;
  width: 100%;
  margin-bottom: 5px;
}

.info-area-person {
  width: 80%;
  padding-left: 0;
}

.detail-odd {
  border-left: 0;
}

/*右边栏*/
.detail-right {
  width: 280px;
  margin-left: 20px;
}

.detail-text-container {
  height: auto;
  background-color: #fff;
  padding: 15px 10px 0px 30px;
}

.detail-title-box {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #eee;
}

.detail-ietm-index {
  line-height: 34px;
  overflow: hidden;
  color: #1c64b9;
  font-size: 18px;
  border-left: 5px solid #1c64b9;
  padding-left: 10px;
  background: #fafafa;
}

.detail-two-title {
  border-left: 0;
  padding-left: 0;
  background: #fff;
}

.detail-ietm-right {
  border-bottom: 1px solid #eee;
  line-height: 40px;
  padding-left: 10px;
  color: #333;
  font-weight: bold;
  font-size: 16px;
}

.detail-preRoundCase-item {
  margin-right: 10px;
  text-overflow: ellipsis;
  text-align: left;
  color: #999;
}

.detail-right li {
  list-style-type: square;
  color: #1c64b9;
  margin-bottom: 15px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 15px;
}

.detail-right li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.similarCase li em {
  color: #ca4341;
}

.detail-toggle {
  text-align: center;
  color: #1c64b9;
  background: #f9f9f9;
  padding: 5px 0;
  margin-left: -20px;
  margin-bottom: 15px;
}

.citeCaseTxt,
.citeLawTxt {
  display: inline;
  margin-left: 5px;
}

.active1 {
  border-left: 5px solid #1c64b9;
}

.active2 {
  color: #666;
}

/********************************详情页改版样式 end************************************************/
.hightword {
  background-color: #ff9f24;
}

/********************************首页改版样式 begin************************************************/
.bg-main {
  background: #fafbfc;
  /* background: url(/static/Public/images/mainNewBg3.png); */
  background-size: cover;
  height: 250px;
  width: 100%;
}

.index-logo {
  display: block;
  width: 315px;
  height: 80px;
  margin: 0 auto;
}

.main-index-logo {
  width: 315px;
  margin: 0 0 44px;
}

.main-index-logo span {
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
}

/*搜索框*/
.main-advanced-search {
  width: 90px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: -106px;
  bottom: 0;
  top: 0;
  display: inline-block;
  border: 1px solid #cc4c43;
  border-radius: 2px;
  line-height: 44px;
  height: 46px;
  background: #cc4c43;
  margin: 0;
  padding: 0;
}

.main-advanced-search:hover {
  transition: 0.5s;
  background: #cc352a;
  border: 1px solid #cc352a;
}

.main-index-search-btn {
  height: 46px;
  font-size: 14px;
  width: 110px;
  background: #fff;
  color: #1c64b9;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.main-index-search-btn:hover {
  color: #ff9f24;
}

.main-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  color: #1c64b9;
}

.main-btn-outline {
  color: #fff;
}

.main-btn-outline>a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.main-btn-outline:hover {
  color: #fff;
  background: #ff9f24;
  transition: 0.5s;
}

.main-btn-lg {
  padding: 10px 25px;
  font-size: 18px;
  line-height: 1.3333333;
  color: #fff;
}

:root .gradient {
  filter: none;
}

/*兼容IE9*/

.jufa-main-data {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
  color: #d0e4ed;
}

.jufa-main-data span {
  font-size: 16px;
}

header.jufa-main-header-index {
  position: relative;
  z-index: 5;
}

span.fa.fa-search {
  font-size: 18px;
}

.bg-fff {
  background: #fff;
}

.main-bwidth {
  width: 1212px;
  margin: 0 auto;
}

.maintab-con {
  display: inline-block;
  width: 24%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  padding-bottom: 10px;
}

.maintab-cono {
  border-bottom: 2px solid #1c64b9;
  color: #1c64b9;
}

.main-content-box {
  width: 195px;
  float: left;
}

.main-right-title {
  overflow: hidden;
  position: relative;
}

.main-right-title i {
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  color: #333;
  line-height: 32px;
}

.mainbody-title {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.posire {
  position: relative;
}

.holo-search {
  border: 0;
  width: 200px;
  outline: none;
}

.criminal {
  /*display: flex;
   display: -webkit-flex;   */
  overflow: hidden;
}

.mainbody-right {
  border: 1px solid #ddd;
  overflow: hidden;
}

.holo-tips {
  width: 100%;
  max-height: 200px;
  overflow: auto;
  background: #fff;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  position: absolute;
  z-index: 99;
}

.holo-lists {
  display: block;
  padding: 0 6px;
  color: #666;
  cursor: pointer;
  border-bottom: 1px dashed #eee;
  line-height: 25px;
}

.holo-lists:last-of-type {
  border: 0;
}

.holo-lists:hover {
  background: #eee;
}

.holoHighlight {
  color: #fd2c3f;
}

.holoOn {
  background: #eee;
}

.mainbody-right span {
  background: #fff;
  color: #1c64b9;
  padding: 0 8px;
  cursor: pointer;
}

.lheight {
  height: 30px;
  line-height: 30px;
}

.mainbody-left {
  color: #999;
}

.main-content-title {
  color: #1c64b9;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 10px;
}

.hasBuy {
  color: #71d040;
  border: 1px solid;
  height: 16px;
  line-height: 14px;
  padding: 0 3px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  margin-left: 5px;
  font-size: 12px;
}

.maintab-con img {
  width: 30px;
}

.search-line {
  width: 1px;
  height: 20px;
  border-right: 1px solid #ddd;
  margin-top: 5px;
}

.main-special-auth:hover .main-right-title i {
  color: #ff9f24;
  transition: 0.3s;
}

.holoColor {
  color: #ff9f24 !important;
}

.holo-spot {
  position: relative;
  font-weight: bold;
  top: -5px;
  padding: 0 5px;
}

.main-comImg {
  background: url(/static/Public/images/main-holo.png) no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 10px;
}

.main-img2 {
  background-position: -62px 0;
}

.main-img3 {
  background-position: -32px -1px;
}

.main-img4 {
  background-position: -96px 1px;
}

.please-wait {
  width: 300px;
  margin: 30px auto;
  display: block;
}

/*专题库*/
.album-big-title span {
  display: block;
  width: 20px;
  text-align: center;
  line-height: 15px;
  margin: 0 auto;
  color: #1c64b9;
}

.holo-tabs-title {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 30px;
}

.holo-tabs-title li {
  padding: 15px 25px;
  color: #1c64b9;
}

.holo-tabs-title a img {
  width: 18px;
  margin-top: -2px;
  margin-right: 2px;
}

.holo-cur {
  border-top: 2px solid #1c64b9;
  border-left: 1px solid #eee;
}

.holo-cur1 {
  border: 1px solid #eee;
  border-right: 0;
}

.holo-tab {
  cursor: pointer;
}

.holo-tabs-line {
  height: 52px;
  line-height: 52px;
  width: 822.36px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.holo-civil {
  height: 600px;
}

.seach-line {
  height: 20px;
  width: 113px;
  border-right: 1px solid #eee;
  position: absolute;
  top: 271px;
  left: 331px;
}

.new-type-bg {
  border: 1px solid #1c64b9;
  border-radius: 30px;
  color: #1c64b9;
  font-size: 14px;
  padding: 0 5px;
  margin-right: 10px;
  background: #fafbfc;
  font-weight: 400;
}

/********************************首页改版样式 end************************************************/
.dropdown-menu>li>a {
  white-space: inherit;
}

.info-iconNew {
  color: #dd4b39;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 0 2px;
  width: 310px;
  margin-top: 8px;
}

.info-iconNew img {
  width: 16px;
  margin: -2px 2px 0;
}

.albumHelp-title {
  padding-left: 0;
}

/*消息管理*/
#filter_msg {
  padding: 20px 0;
  background: #f4f7f9;
}

.filterMsg a {
  border: 1px solid #ccc;
  background: #eee;
  padding: 4px 30px;
  color: #999;
  margin-right: 4rem;
}

.filterMsg a:hover {
  transition: 0.5s;
  background: #ff9f24;
  border: 1px solid #ff9f24;
  color: #fff;
}

.filterMsg a#allRead {
  border: none;
  background: transparent;
  padding: 4px 30px;
  color: #1c64b9;
  margin-right: 0;
  float: right;
}

a.show_on {
  background: #1c64b9;
  color: #fff;
  border: 1px solid #1c64b9;
}

a.show_on:hover {
  transition: 0.5s;
  background: #1c64b9;
  color: #fff;
  border: 1px solid #1c64b9;
}

.nowPay {
  color: #1c64b9;
}

.nowPay:hover {
  color: #ff9f24;
}

.cancelPay {
  display: inline-block;
}

.person-subtitle form {
  padding: 40px 255px 60px;
  background-color: #f9f9f9;
  margin-bottom: -20px;
}

.person-subtitle form tr {
  height: 35px;
}

.person-subtitle .invoice-input {
  width: 295px;
  border: none;
  height: 38px;
}

.person-subtitle .invoice {
  width: 160px;
  padding: 10px 3px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

.invoice-input-text {
  padding: 0px;
}

#is_default {
  margin-left: 80px;
}

#invoice-radio {
  float: right;
  margin-left: 5px;
}

#userWithOrdersTable button {
  background-color: #4b6cb6;
  border-color: #486082;
  color: #fff;
  border-radius: 3px;
  border: 1px solid transparent;
  width: 70px;
}

#userWithOrdersTable #confirmReceipt {}

#userWithOrdersTable .invoice-button-cb {
  width: 100%;
  margin-top: -30px;
  margin-left: 350px;
}

#userWithOrdersTable #backReceipt {
  margin-left: 150px;
}

#form_receipt_1 {
  margin-bottom: -30px;
}

#userWithOrdersTable #confirmEditReceipt {
  margin-left: 350px;
  margin-bottom: 0px;
  margin-top: -10px;
}

#userWithOrdersTable #addReceipt {
  width: 50px;
  height: 25px;
  font-size: 15px;
  background: #337ab7;
  float: right;
  margin-right: 20px;
}

#userWithOrdersTable #link_order_receipt {
  float: right;
  margin-top: 10px;
}

#userWithOrdersTable #backOrderLists {
  width: 50px;
  height: 25px;
  font-size: 15px;
  background: #337ab7;
  float: right;
}

#userWithOrdersTable #invoice-add {
  padding: 8px 5px;
}

/*重要通知*/
.messageInner {
  width: 1212px;
  margin: 30px auto 100px;
  padding: 30px;
  font-size: 14px;
  background: #fff;
  min-height: 400px;
}

.messageInner #messageInner-fgx {
  width: 100%;
  height: 2px;
  background: #cacbcc;
  margin-bottom: 20px;
}

.messageInner>span {
  display: block;
  text-indent: 0em;
}

.messageInner-body {
  font-size: 16px;
  text-indent: 2em;
}

.messageInner-title {
  font-size: 25px;
  text-align: center;
}

.messageInner-time {
  font-size: 12px;
  text-align: center;
  margin-bottom: 15px;
}

/*.jufa-msgManage{
    display: inline-block;
    width: 40px;
    height: 20px;
    background: url(/static/Public/images/envelope2.png) no-repeat center;
    background-size: 50%;
}
.jufa-msgManage:hover{
   background: url(/static/Public/images/envelope3.png) no-repeat center;
   background-size: 50%;
   width: 40px;
   height: 20px;
}*/
.jufa-msgManage span {
  position: relative;
  left: 30px;
  top: -6px;
  text-align: center;
  font-size: 12px;
  border-radius: 30px;
  padding: 0 5px;
  background-color: #ff9f24;
  color: #fff;
}

.isRead {
  padding-right: 15px;
  font-size: 8px;
  position: relative;
  top: -2px;
  color: #1c64b9;
}

.person-read {
  color: #333;
}

.person-read p {
  cursor: pointer;
}

.person-read:hover {
  color: #ff9f24;
}

#sWeChat div {
  width: 160px;
  height: 160px;
  background: url(/static/Public/images/webchat.png) no-repeat 0 0;
  cursor: pointer;
  position: relative;
  right: 120px;
  bottom: 80px;
}

#APP div {
  width: 130px;
  height: 120px;
  background: url(/static/Public/images/app_download.png) no-repeat 0 0;
  cursor: pointer;
  position: relative;
  right: 130px;
  bottom: 80px;
  background-size: 120px;
}

li.per_nav_subtitle>a {
  padding: 0 12px 0 34px;
  line-height: 36px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  color: #40465c;
}

li.per_nav_subtitle>a.person-bg {
  border-left: 2px solid var(--ms-color-theme, #1E82E3);
  border-right: 2px solid transparent;
  background: #eef5ff;
  color: var(--ms-color-theme, #1E82E3);
}

.person1-bg {
  background: #f9f9f9;
}

a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #ff9f24;
}

#person-header {
  float: left;
  height: 100px;
  width: 930px;
  background-color: white;
  margin-bottom: 20px;
  margin-left: 15px;
}

#person-header .per_header {
  float: left;
}

.per_header .chengjiu {
  padding: 2px 5px;
}

#person-person-name {
  padding-top: 20px;
}

#person-header #person-header-an {
  height: 20px;
  width: 400px;
  margin-top: 16px;
}

#person-person-name span {
  font-family: "微软雅黑";
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #333333;
}

#person-header-an ul {
  float: left;
  text-align: center;
  line-height: 25px;
}

#person-header-an ul li {
  display: block;
  margin-right: 10px;
  float: left;
  line-height: 20px;
  font-family: "微软雅黑";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #cccccc;
}

#person-header-an ul li.isvip {
  font-size: 14px;
  color: #666666 !important;
}

#person-header-an ul li.isvip i {
  color: #DDD;
  margin-left: 5px;
  vertical-align: text-top;
  cursor: pointer;
}

#person-header-an ul li.isvip i:hover {
  color: #666;
}

#person-header-an ul li.vipendtime {
  font-size: 14px;
}

/* bootstrap 黑色气泡弹窗 */

body .popover.bottom {
  max-width: 370px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.9);
  margin-left: 115px;
}

body .popover.bottom>.arrow {
  border-width: 7px;
  top: -6px;
  left: 50%;
  margin-left: -123px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

body .popover.bottom>.arrow::after {
  border-width: 5px;
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-bottom-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

body .popover-content {
  width: 370px;
}

#person-header-an a {
  display: block;
  min-width: 85px;
  font-family: "微软雅黑";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

#person-header-an a button {
  background-color: #1c64b9;
  width: 98px;
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  border: #1c64b9;
  color: white;
}

.header-img {
  height: 50px;
  text-align: center;
  margin-bottom: -18px;
}

#person-header #person-header-xm {
  width: 26%;
  float: right;
  margin-top: 14px;
  margin-right: 20px;
}

#person-header #person-header-xm {
  width: 155px;
}

#person-header-xm span {
  display: block;
  font-family: "Arial Normal", "Arial";
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 20px;
  height: 20px;
}

#person-header-xm span em {
  display: inline;
  color: #999999;
  margin-left: 2px;
}

#person-header-xm #person-header-fgx {
  height: 52px;
  width: 1px;
  background-color: #f2f4f6;
  margin: 5px 15px;
}

#myAchievementTable {
  height: 310px;
}

#myAchievementTable .myachieve {
  float: left;
  height: 245px;
  width: 245px;
  margin: 28px;
  padding-top: 40px;
  text-align: center;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(238, 238, 238, 1);
  border-radius: 3px;
}

#myAchievementTable .vip {
  margin-left: 40px;
  margin-right: 40px;
}

.myachieve span {
  margin-top: 20px;
  font-family: "微软雅黑";
  font-weight: 410;
  font-style: normal;
  font-size: 15px;
  color: #666666;
  text-align: center;
}

.myachieve .myachieve-text {
  padding-top: 10px;
  height: 25px;
}

.myachieve-text a {
  margin-top: 10px;
  font-size: 14px;
  display: block;
}

.myachieve .ac-number {
  margin-top: 40px;
  font-family: "微软雅黑";
  font-weight: 410;
  font-style: normal;
  font-size: 36px;
  color: #e93224;
}

.ac-number p {
  display: inline;
}

.ac-number span {
  font-family: "微软雅黑";
  font-weight: 410;
  font-style: normal;
  color: #999999;
}

#myCouponsTable {
  background-color: #f9f9f9;
}

#myCouponsTable #coupons-juan {
  height: auto;
  overflow: hidden;
  padding-bottom: 50px;
}

#coupons-juan .couponsjuan {
  background: url("/static/Public/images/goupons.png") no-repeat;
  background-size: 100%;
  height: 105px;
  width: 320px;
  float: left;
  margin: 20px;
  box-shadow: 1px 2px 2px #e0e0e0;
}

.couponsjuan .juan-shang {
  height: 75px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
}

.couponsjuan .juan-xia {
  padding: 4px 10px 0;
  color: #a599a5;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.juan-xia h5 {
  display: inline;
  margin-right: 15px;
  line-height: 20px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  float: left;
}

.juan-shang .juan {
  float: left;
}

.juan-shang .juan-fh {
  color: #e93224;
  padding-top: 30px;
}

.juan-shang .juan-je {
  font-size: 30px;
  color: #e93224;
  padding-top: 15px;
  padding-left: 5px;
}

.juan-shang .juan-yhq {
  font-family: "微软雅黑 Bold", "微软雅黑 Regular", "微软雅黑";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  padding-top: 30px;
  padding-left: 5px;
  margin: 0 10px;
}

.juan-use {
  color: rgba(233, 50, 36, 1);
  font-size: 13px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border: 1px solid rgba(233, 50, 36, 1);
  border-radius: 40px;
  margin-right: 10px;
  display: inline-block;
  padding: 2px 6px;
  line-height: 1.25;
  float: left;
}

.juan-use:hover {
  color: #ff9f24;
  border: 1px solid #ff9f24;
}

#coupons-state .person-fgx {
  height: 25px;
  width: 100%;
  text-align: center;
}

.person-fgx span {
  font-family: "微软雅黑";
  font-weight: 500;
  font-style: normal;
  color: #1c64b9;
  font-size: 15px;
}

#coupons-state .coupons-fx {
  float: left;
  height: 25px;
  margin-left: 20px;
  text-align: center;
}

.person-fgx #coupons-fgx {
  margin-left: 20px;
  margin-top: 12px;
  width: 810px;
  height: 1px;
  background-color: #eeeeee;
}

#myCouponsTable #coupon-tran {
  margin-top: 5px;
  height: 120px;
}

#coupons-state #coupon-tran {
  padding-left: 20px;
  font-family: "微软雅黑";
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

#coupon-tran p span {
  display: block;
  margin-top: 10px;
  color: #999999;
}

.beCareful {
  color: #cc0000;
  display: inline-block;
}

#coupon-tran ul {
  list-style: disc;
  margin-left: 16px;
}

#myInvitationcodeTable {
  height: 600px;
  background-color: #f9f9f9;
}

#myInvitationcodeTable #nvitation-yqm {
  height: 340px;
}

#nvitation-yqm .nvitation {
  float: left;
  text-align: center;
}

#nvitationwz {
  text-align: center;
  padding: 10px;
}

#nvitationyqm #nvitationyq {
  background-image: url("/static/Public/images/invitation.png");
  background-repeat: no-repeat;
  height: 145px;
  width: 246px;
  margin-left: 150px;
  margin-top: 70px;
}

#nvitationyq p {
  font-weight: 700;
  color: #f55c33;
  font-size: 30px;
}

#nvitationyq p span {
  font-size: 35px;
}

#nvitationyqm #nvitationlj {
  margin-top: 6px;
  width: 330px;
  margin-left: 100px;
}

#nvitationlj input {
  width: 278px;
  height: 30px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#nvitationlj button {
  width: 44px;
  height: 30px;
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #1c64b9;
  border-radius: 0px;
  font-family: "微软雅黑";
  font-weight: 400;
  font-style: normal;
  color: #1c64b9;
  font-size: 12px;
  position: relative;
  top: -2px;
}

#nvitationlj span {
  color: #1c64b9;
  font-size: 14px;
}

#nvitationewm {
  height: 350px;
  width: 460px;
}

#nvitationewm #ewm {
  text-align: center;
  margin: 10px auto;
  margin-bottom: 25px;
  width: 140px;
  height: 140px;
  background-color: #ffffff;
}

#nvitationewm span {
  color: #a599b1;
  font-size: 14px;
}

#myCDkey #myCDkeyTable {
  height: 520px;
  background-color: #ffffff;
}

#myCDkeyTable #cdkey {
  padding-top: 20px;
  height: 275px;
  text-align: center;
}

#cdkey input {
  background: inherit;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 3px;
  height: 50px;
}

#cdkey button {
  background-color: #1c64b9;
  height: 45px;
  line-height: 45px;
  width: 370px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(204, 204, 204, 1);
  border-radius: 3px;
}

#cdkey .cd-dhm {
  line-height: 52px;
  width: 370px;
  margin: 20px auto;
  position: relative;
}

.check-photo {
  border: 1px solid #f0f0f0;
  margin-top: -5px;
  width: 80px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
}

.jufa-person-img-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.GroupCom {
  margin: 0 auto;
  width: 180px;
  height: 36px;
  font-size: 14px;
  background: inherit;
  border: none;
  border-radius: 3px;
  line-height: 35px;
}

.Group_active {
  color: #ccc;
  background-color: rgba(242, 242, 242, 1);
}

.Group_NoActive {
  color: #fff;
  background-color: #1c64b9;
}

/*主站改版样式*/
.mainHolo {
  padding: 0 0 60px;
  /*background-color: #F8FAFF;*/
}

.mainHolo-title {
  font-family: "微软雅黑", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin: 30px auto;
}

.mainHolo-body {
  width: 973px;
  margin: 0 auto;
  overflow: hidden;
}

.comBody {
  display: inline-block;
  background-color: #fff;
  width: 200px;
  height: 270px;
  margin: 15px 20px;
  position: relative;
  text-align: center;
  overflow: hidden;
  float: left;
}

.main-index-logo-title {
  font-family: "微软雅黑";
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  color: #fff;
  text-align: center;
  /*margin-bottom: 20px;*/
}

.comBody .holo-hot {
  position: absolute;
  width: 35px;
  right: 5px;
}

.comBody-img {
  width: 130px;
  height: 130px;
  margin: 15px auto 20px;
  border: 1px solid #e0e0e0;
  border-radius: 100px;
  padding: 32px;
}

.comBody p:hover {
  cursor: pointer;
}

.comBody-img img {
  width: 66px;
}

.comBody-name {
  font-weight: 400;
  font-size: 18px;
  color: #333;
}

.comBody-name img {
  width: 18px;
  margin-left: 5px;
}

.comBody-inner {
  color: #999999;
  padding: 0px 23px;
  text-align: left;
  line-height: 16px;
  margin: 20px 0;
}

.animationImg {
  position: relative;
  animation: mymove 3s infinite;
  -webkit-animation: mymove 3s infinite;
  /*Safari and Chrome*/
}

@keyframes mymove {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
  {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.changeShadow {
  box-shadow: 0 0 10px rgba(9, 4, 5, 0.23);
  -webkit-box-shadow: 0 0 10px rgba(9, 4, 5, 0.23);
  -moz-box-shadow: 0 0 10px rgba(9, 4, 5, 0.23);
  cursor: pointer;
}

.main-new-bLogo {
  width: 200px;
  /*margin-left: 150px;*/
}

img.new-bLogo1 {
  width: 35px;
  border-right: 1px solid #8facc5;
  padding-right: 6px;
}

img.new-bLogo2 {
  width: 80px;
}

.modular {
  min-width: 210px;
  height: 115px;
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 30px 30px 30px 0;
  border-radius: 3px;
}

.modular-top {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  background: #ebf0f6;
}

.modular-top-img {
  width: 35px;
  margin-right: 6px;
  margin-top: -5px;
}

.modular-bom {
  height: 55px;
  line-height: 20px;
  padding: 8px 15px;
}

.modular-bom-txt {
  font-size: 12px;
  color: #999;
}

.modular-top-txt {
  font-size: 18px;
  color: #333;
}

.modular-more {
  text-align: center;
  height: 50px;
  line-height: 28px;
  position: relative;
  top: 50%;
  margin-top: -26px;
}

.jufa-nav,
.modular-bom p {
  cursor: pointer;
}

/*holo页面*/
.special-right-title img {
  width: 36px;
  margin: 10px;
}

.holo-num i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 32px;
}

.holo-num span {
  color: #999;
}

.holo-num {
  width: 120px;
  text-align: left;
  /*padding: 8px 0;*/
}

.newHolo {
  background: #f4f7f9;
}

.holo-middle {
  background: #fff;
  padding: 30px 0 15px;
}

.holo-middle-list {
  display: inline-block;
  width: 278px;
  line-height: 35px;
}

.middle-list-title {
  font-size: 20px;
}

.comList {
  font-size: 24px;
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 50px;
  margin-right: 10px;
}

.list-title1 {
  color: #f9543e;
}

.list-title2 {
  color: #f7ac29;
}

.list-title3 {
  color: #4ec0e9;
}

.list-title4 {
  color: #32c8a2;
}

.middle-list-body {
  color: #666;
  padding-left: 5px;
}

.holo-top-img1 {
  width: 165px;
}

.holo-top-img2 {
  width: 260px;
  border-left: 1px solid #e0e2e3;
  padding: 5px 20px;
  margin-left: 20px;
}

.holo-top {
  padding: 30px;
  background: #1c64b9;
}

.holoHelp {
  line-height: 43px;
}

.holoHelp a {
  color: #fff;
}

.holoHelp a:hover {
  transition: 0.5s;
  color: #ff9f24;
}

.holoHelp img {
  width: 18px;
  margin-right: 3px;
  margin-top: -2px;
}

.holo-civil img {
  width: 300px;
  margin: 0 auto;
  display: block;
}

.holoVip {
  text-align: center;
  margin: 80px 0;
}

.buy-bottom {
  padding: 10px 50px;
}

/*个人中心发票*/
div#invoiceShow {
  background: #fff;
  padding: 30px 120px;
  font-size: 15px;
}

.invoice-p1 span,
.invoice-p2 span {
  color: #d73731;
}

.comColor {
  color: #1c64b9;
}

#invoiceBack:hover {
  color: #ff9f24;
  cursor: pointer;
}

.caselistInput {
  border: 0;
  text-align: center;
}

/*个人中心兑换码*/
#focusPersonContent {
  background: #fff;
  padding: 25px 30px 0;
  border-radius: 5px;
}

#focusPersonContent table {
  border-collapse: collapse;
}

#focusPersonContent th,
td {
  text-align: center;
}

.focusPerson-content th,
.focusPerson-content td {
  border: 1px solid #eee;
  padding: 10px 20px;
}

#focusPersonContent th {
  background: #f9f9f9;
}

#groupBtn_new,
#groupBtn,
#focusGroupClose,
#groupCloseMain {
  padding: 2px 32px;
  margin: 20px 0;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
}

#focusGroupClose,
#groupCloseMain {
  background: #fff;
  color: #1c64b9;
  border: 1px solid;
}

.groupCardBtn {
  width: 220px;
  margin: 0 auto;
}

.combtn {
  background: #1c64b9;
  color: #fff;
  cursor: pointer;
}

.cardSee {
  color: #1c64b9;
}

.cardSee:hover {
  cursor: pointer;
  color: #ff9f24;
}

.cantSee {
  color: #d7d7d7;
}

.cardUse {
  padding: 5px 15px;
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
}

.combtn:hover {
  background: #ff9f24;
  color: #fff;
}

.disBtn {
  background: #f2f2f2;
  color: #d7d7d7;
}

.disBtn:hover {
  color: #d7d7d7;
  cursor: default !important;
}

.bindingCard {
  padding: 8px 20px;
  border-radius: 5px;
}

.cardBack {
  padding: 5px 15px;
  border-radius: 3px;
}

#changeImg {
  position: absolute;
  font-size: 12px;
  margin-left: 5px;
  line-height: 45px;
  cursor: pointer;
}

#changeImg i {
  margin: 0 5px;
}

.changeCode-img {
  width: 110px;
  height: 44px;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
}

#loginWeChatObj {
  display: none;
}

.retrun_self_meter_log {
  padding: 2px 5px;
  font-size: 15px;
  background: #337ab7;
  float: right;
  color: white;
  border: 0;
  border-radius: 5px;
  margin-top: 3px;
  margin-bottom: 2px;
  margin-left: 20px;
}

/*无法找到*/
.error-no {
  border: 0;
  padding-top: 100px;
  height: 450px;
  width: 1050;
  text-align: center;
  font-size: 25px;
}

.image-no {
  margin-left: 200px;
}

.text-no-error {
  margin-top: 75px;
  margin-left: 50px;
  font-weight: 600;
  font-size: 27;
}

/*支付*/
.pay-sl {
  text-align: center;
  padding-top: 20px;
}

.pay-sl .pay-sl-text {
  margin-top: 25px;
  font-size: 25px;
}

.pay-sl-text-xia {
  margin-top: 25px;
  color: #ccc;
}

.pay-sl-text-xia a {
  color: #ccc;
  text-decoration: underline;
}

.help-btns {
  position: fixed;
  right: 18px;
  bottom: 165px;
  border: 1px solid #ddd;
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 3px;
}

.help-btns:hover {
  background: #4b6cb6;
  border: 1px solid #4b6cb6;
  transition: 0.5s;
}

.share-btn {
  bottom: 210px;
  background: #4b6cb6;
  border: 1px solid #4b6cb6;
}

.share-btn img {
  position: fixed;
  width: 18px;
  right: 18px;
  bottom: 232px;
}

.share-btn-h {
  background: #4b6cb6;
  width: 115px;
}

.share-btn-h em {
  display: block;
  float: left;
  color: #fff;
  line-height: 34px;
}

.tip-section {
  width: 420px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  text-align: center;
  font-family: "微软雅黑";
  display: none;
}

.tip-section .tip-section-fx {
  background: rgba(0, 0, 0, 0.7);
  height: 88px;
  width: 417px;
  position: absolute;
  margin-top: 40px;
  right: 0;
}

#tip-image_1 {
  position: absolute;
  height: 100px;
  bottom: 2px;
  margin-left: 8px;
}

.tip-section .tip-close {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 45px;
  right: 10px;
  background-image: url(/static/Public/images/close_38cb28a.png);
  background-size: 18px 18px;
  cursor: pointer;
}

.logo-mf {
  position: fixed;
  right: -50px;
  bottom: 40px;
}

.logo-mf:hover {
  background: #ff9f24;
  border-color: #ff9f24;
  color: #fff;
}

.logo-mf a:hover {
  color: #fff;
}

.tip-box .tip-text {
  color: #fff;
  text-align: right;
  margin-top: 38px;
  position: absolute;
  right: 40px;
}

.tip-box .tip-text-s {
  font-size: 14px;
  float: left;
}

.tip-box .tip-text-b {
  font-size: 30px;
  font-weight: 700;
  float: left;
}

.tip-text-r,
.tip-text-red {
  color: #ff2d4b;
}

.tip-text-black {
  color: #666;
}

.tip-button {
  float: right;
  text-align: center;
  display: block;
  border: 1px solid #fff;
  border-radius: 20px;
  height: 20px;
  margin-right: 80px;
  color: #fff;
  padding: 0px 5px;
  line-height: 18px;
}

.tip-button:hover,
.tip-button-r:hover {
  border: 1px solid #ff9f24;
}

.tip-image {
  width: 85px;
  height: 85px;
}

.tip-box {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  height: 100px;
}

.tip-box .box-ewm {
  position: absolute;
  right: 317px;
  height: 110px;
  width: 100px;
}

.box-ewm .tip-image-color {
  position: fixed;
  height: 30px;
  width: 100px;
  background: rgba(0, 0, 0, 0.7);
}

.tip-box .tip-section-r {
  position: fixed;
  bottom: 210px;
  right: 70px;
  background: #fff;
  width: 163px;
  padding: 10px;
  text-align: center;
  box-shadow: -1px 1px 5px 0 rgba(9, 10, 10, 0.1);
  display: none;
}

.tip-box .tip-image-r {
  width: 143px;
  height: 143px;
}

.tip-box .tip-s {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.tip-b {
  color: #1c64b9;
}

.tip-r {
  color: #ff2d4b;
}

.tip-button-r {
  font-size: 14px;
  border: 1px solid #1c64b9;
  border-radius: 20px;
  color: #1c64b9;
  padding: 2px 10px;
}

.tip-triangle {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 10px solid transparent;
  display: block;
  margin-right: 10px;
  position: fixed;
  right: 50px;
  bottom: 220px;
}

.tip-triangle-left {
  right: 222px;
  border-left: 10px solid #eee;
}

.tip-square {
  position: fixed;
  right: 50px;
  bottom: 210px;
  width: 50px;
  height: 100px;
}

.mb-10 {
  margin-bottom: 10px;
}

.login-bottom-box {
  display: none;
  position: absolute;
  right: 337px;
  top: 30px;
}

.login-button {
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 15px;
  margin-top: 25px;
}

.login-button:hover {
  cursor: pointer;
  border: 1px solid #ff9f24;
  color: #ff9f24;
  transition: 0.5s;
}

.album_agree {
  color: #727272;
  width: 300px;
  margin: 10px auto;
  margin-bottom: 0;
}

.album_agree a {
  color: #00a2cb;
}

.buy-check {
  position: relative;
  left: 0px;
  top: 2px;
}

.note-box {
  width: 220px;
  background: rgba(254, 254, 254, 0.9);
  border: 1px solid #eee;
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  bottom: 33px;
  left: -96px;
  font-size: 12px;
}

.filter-dropdown-title .note-box {
  left: -100px;
}

.tip-box .note-box {
  left: 25px;
  bottom: 80px;
}

.note-box-menu {
  top: 25px;
  left: -20px;
  bottom: inherit;
}

.note-head {
  background: #f2f2f2;
  overflow: hidden;
  padding: 5px 10px;
}

.note-head-text {
  display: block;
  font-size: 12px;
  color: #333;
}

.note-body {
  color: #666;
  padding: 5px 10px;
  line-height: 22px;
  white-space: normal;
  max-height: 200px;
  overflow-y: auto;
  text-align: left;
}

.note-body:hover {
  cursor: text;
}

.note-triangle-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid rgba(254, 254, 254, 0.9);
  position: absolute;
  bottom: -7px;
  z-index: 3;
  left: 96px;
}

.note-triangle-down-big {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid #eee;
  position: absolute;
  bottom: -8px;
  left: 96px;
}

.share-tip {
  bottom: 90px;
  /*width: 240px;
    height: 220px;*/
  padding-bottom: 10px;
}

.share-tip .note-triangle-down {
  left: 115px;
}

.share-tip-r {
  left: -250px;
  bottom: -1px;
  width: 240px;
}

.share-tip-r .note-triangle-up {
  transform: rotate(90deg);
  left: 148px;
  top: 95px;
}

.share-tip-r .note-triangle-up-big {
  transform: rotate(90deg);
  left: 149px;
  top: 95px;
}

#nvitationewm .ewm {
  text-align: center;
  margin: 10px auto;
  margin-bottom: 25px;
  width: 140px;
  height: 140px;
  background-color: #ffffff;
}

#noRead-matter {
  height: 20px;
  margin-left: 25%;
  width: 50%;
  padding-left: 4%;
  padding-right: 4%;
  color: #ccc;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: -5px;
  border-top: 1px dashed #e4e8ef;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 2px;
  text-align: center;
}

#noRead-matter p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 265px;
}

#loginpicture {
  height: 75px;
}

#loginpicture a {
  display: block;
  margin-top: 10px;
}

#loginpicture a:hover {
  text-decoration: underline;
  color: #ff9f24;
}

/*个人中心我的订单*/
.filterMsg {
  padding: 20px 0;
}

.filterMsg a:active,
.filterMsg a:focus {
  color: #fff;
}

/*搜索页分享*/
.shareDiv {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

.shareDivInner {
  position: relative;
  width: 350px;
  background: #fff;
  border: 1px solid #eee;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  padding-bottom: 10px;
}

.closeBox {
  overflow: hidden;
  color: #666;
  padding: 3px;
}

.shareDivInner img {
  width: 200px;
  height: 200px;
}

/*./搜索页分享*/
/*批量下载*/
#submitDownListBtn {
  margin-left: 115px;
}

/*holo广告*/
.text-main-ztholo {
  padding: 4px 0;
  position: relative;
  color: #1c64b9;
}

.text-main-holo {
  background-color: #e2f0fd;
  height: 26px;
  line-height: 14px;
  padding: 5px;
  border-radius: 3px;
  border: 1px #cce4fb solid;
}

.text-main-ztholo-nr {
  display: inline-block;
}

.text-main-holo-nr {
  border-left: 1px solid #a5c8de;
  padding-left: 7px;
  margin-left: 7px;
  height: 14px;
  display: inline-block;
  color: #69a0bf;
}

.holobq:hover .text-main-holo-nr {
  color: #fff;
  border-left: 1px solid #fff;
  transition: 0.5s;
}

.holobq:hover .text-main-holo {
  background-color: #ff9f24;
  border: 1px #ff9f18 solid;
  border-radius: 3px;
  color: #fff;
  transition: 0.5s;
}

.holobq:hover .text-main-img {
  display: none;
  transition: 0.5s;
}

.text-main-img2 {
  display: none;
}

.holobq:hover .text-main-img2 {
  display: inline;
  transition: 0.5s;
}

#attentionCond {
  margin-left: 50px;
}

/*法规详情页*/
.law-nav-list {
  display: block;
}

.law-detail {
  padding: 20px;
}

.law-bian {
  font-size: 18px;
  font-weight: bold;
}

.law-zhang,
.law-jie {
  margin: 10px 0;
}

.law-tiao,
.law-kuan,
.law-jie,
.law-kuan,
.law-xiang {
  text-indent: 2em;
  padding-left: 1em;
}

.law-jie {
  text-indent: 1em;
}

.law-ponit {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #1c64b9;
  margin-right: 10px;
  position: relative;
  top: -4px;
}

#law_nav_up .fa {
  position: relative;
  top: -2px;
  left: 4px;
}

.law-quote {
  font-size: 14px;
}

.law-tiao {
  margin: 5px 0;
}

/*.eachCiteLaw a{color: #1C64B9;}*/
.hightKeyword {
  background: #3cb371;
}

/*.highlightno{background-color: none;}*/
/*detail*/
.popup {
  display: none;
  position: absolute;
  top: -40px;
  left: -1px;
  width: 100px;
  height: 40px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 40px;
  background-color: white;
}

.popup span {
  color: #f36c28;
  font-size: 16px;
  margin-right: 3px;
}

.popup span:hover {
  color: #333;
}

#hguserkeyword:hover .popup {
  display: block;
}

/*争议焦点*/
.p-d0 {
  padding: 0 !important;
}

.mg0 {
  margin: 0 !important;
}

.borri {
  border-radius: 5px;
}

.disno {
  display: none;
}

.lih34 {
  line-height: 34px;
}

.mgl48 {
  margin-left: 48px;
}

.focus-btn {
  position: fixed;
  right: 0;
  bottom: 430px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #f36c28;
}

.focus-btn span {
  color: white;
}

.type-btn {
  position: fixed;
  right: 0;
  bottom: 477px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #1c64b9;
}

.type-btn span {
  color: white;
}

.apply-btn {
  position: fixed;
  right: 0;
  bottom: 524px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #1c64b9;
}

.apply-btn span {
  color: white;
}

.focus-pop-box {
  position: fixed;
  right: 40px;
  bottom: 80px;
  width: 300px;
  height: 390px;
  background-color: white;
  border: 1px solid #eee;
}

.notepizhu-box {
  position: fixed;
  overflow-y: scroll;
  right: 40px;
  bottom: 80px;
  width: 300px;
  height: 560px;
  background-color: white;
  border: 1px solid #eee;
}

.focus-pop-box .container {
  width: 100%;
}

.notepizhu-box .container {
  width: 100%;
}

.focus-title {
  line-height: 28px;
  font-size: 16px;
  border-left: 3px solid #f36c28;
  color: #f36c28;
  padding-left: 5px;
  border-bottom: 1px solid #ddd;
}

.focus-pop-box .selCase {
  width: 100%;
  border-color: #d2d6de;
}

.notepizhu-box .selCase {
  width: 100%;
  border-color: #d2d6de;
}

/*输入提示*/
.focus-hint {
  font-size: 14px;
  color: #f36c28;
  text-align: center;
  width: 100%;
  height: 30px;
  line-height: 30px;
}

/*相关度图表*/
#holo_chart {
  width: 76%;
}

.holo-charts {
  width: 49%;
  height: 150px;
}

.row-holo-chart {
  padding-top: 10px;
  /*overflow: hidden;*/
}

#holo_chart .col-lg-6 {
  position: relative;
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  transition: box-shadow 0.6s;
}

#holo_chart .col-lg-6>p:first-of-type {
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 1;
  width: 25px;
  color: #b5a6a5;
  line-height: 25px;
  text-align: center;
  background-color: #f2f2f2;
}

.star-chart {
  width: 48% !important;
}

.star-chart:first-of-type {
  margin-left: 15px;
}

.star-chart:last-of-type {
  margin-right: 15px;
}

.star-chart:hover {
  background-color: white !important;
}

#holo_chart .col-lg-6:hover {
  box-shadow: #ddd 0px 0px 5px;
  /*background-color: #F9F9F9;*/
}

/*#holo_chart .col-lg-6:hover .holo-charts{background-color: #F9F9F9!important;}*/
#holo_chart .col-lg-6:nth-child(odd) {
  float: left;
  /*margin-left: 5px;*/
}

#holo_chart .col-lg-6:nth-child(even) {
  float: right;
  /*margin-right: 15px;*/
}

#holo_chart .col-lg-6 div:last-of-type {
  padding-top: 30px;
  /*margin-left: -28px;*/
}

#holo_chart .col-lg-6 div:last-of-type p {
  margin-bottom: 8px;
}

.inHoloBtn {
  display: inline-block;
  font-size: 12px;
  color: #f36c28;
  text-align: center;
  border: 1px solid #f36c28;
  border-radius: 3px;
  padding: 3px 18px;
  margin-top: 5px;
}

.inHoloBtn:hover {
  background-color: #f36c28;
  color: white;
}

#holo_chart .row-holo-chart:last-of-type .col-lg-6:last-of-type div a {
  border: 0;
  padding: 0;
}

#holo_chart .row-holo-chart:last-of-type .col-lg-6:last-of-type div a:hover {
  background-color: white;
  color: #f36c28;
}

.mr2 {
  margin-right: 2px;
}

/*相关度图表*/
.cap-tit-bg {
  background-color: #f36c28 !important;
}

/*收藏夹*/
.ztree li span.button {
  background-image: url("/static/Public/plugins/ztree/css/img/collectTree.png");
}

.type_modal .modal-dialog {
  margin-top: 25%;
}

.type_modal .modal-title {
  color: #1c64b9;
  font-size: 16px;
}

.type_modal .modal-title span {
  display: inline-block;
  background: #1c64b9;
  width: 5px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

.type_modal .modal-body div {
  margin: 20px 15px 10px;
  text-align: center;
}

.type_modal .modal-body input[type="text"] {
  border: 1px solid #e0e0e0;
  padding: 8px 15px;
  border-radius: 3px;
  width: 300px;
  font-size: 15px;
}

.type_modal .modal-body input[type="button"] {
  background: #1c64b9;
  color: #fff;
  border: 0px;
  padding: 6px 25px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 15px;
}

#threeWechart iframe {
  height: 350px !important;
}

.impowerBox .qrcode {
  width: 230px !important;
}

.list_kword {
  padding: 0px 20px;
  margin: 12px 0px -10px;
}

.hit_time {
  padding: 0px 20px;
  margin: 12px 0px -10px;
}

.hit_time span {
  margin-right: 8px;
}

/* 首页专题库新版样式 */

.mainbody-right {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.search-line {
  border: 0px;
}

.mainbody-right span {
  color: #1273fe;
}

.mainbody-right input {
  padding-left: 10px;
}

.totalNum {
  color: #333;
}

.totalNum span {
  color: #1273fe;
  margin: 0px 3px;
}

.mainbody-title {
  border-bottom: 1px solid #1273fe;
}

.criminal_out {
  min-height: 200px;
}

.criminal_out a {
  color: #333;
}

.criminal_out li {
  display: inline-block;
  width: 273.5px;
  padding: 5px 0px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 6px 25px 6px 0px;
  position: relative;
}

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

.criminal_out li:hover {
  border: 1px solid #1273fe;
  /*     background: #EEF5FF; */
}

.criminal_out 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?version={$version_no}) no-repeat center;
    background-size: 120px auto;*/
}

.criminal_out 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;
}

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

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

.mainHolo-title {
  margin-bottom: 0px;
}

.mainbody-right,
.show_all_btn {
  display: inline-block;
  vertical-align: middle;
}

.show_all_btn {
  background: #1273fe;
  color: #fff;
  border: 0px;
  border-radius: 3px;
  padding: 5px 10px;
  margin-left: 5px;
  font-size: 13px;
  display: none;
}

.visit-box {
  width: 220px;
  display: block;
  background: #0d72a3;
  color: #ffffff;
  position: fixed;
  bottom: -4px;
  right: 0;
  padding: 13px 15px 12px 16px;
  font-size: 13px;
  z-index: 1;
  opacity: 0.8;
}

.icon-laba {
  background: url("/static/Public/images/laba.png") no-repeat;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  margin-right: 5px;
  display: inline-block;
  background-position-y: 3px;
}

.del-report {
  position: absolute;
  right: 7px;
  top: 2px;
  cursor: pointer;
  color: rgba(68, 120, 156, 1);
  font-size: 16px;
}

.del-report:hover {
  color: #ffffff;
}

/* 主站首页增加模糊和精确 start */
.law-choose {
  display: flex;
  align-items: center;
}

.law-choose .law-label:last-child {
  margin-left: 0px !important;
}

.law-choose .law-label:first-child {
  padding-left: 0px !important;
}

.law-choose .law-labels:first-child {
  padding-left: 0px !important;
}

.radio-hidd {
  display: none;
}

.law-label {
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.law-labels {
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #010101;
}

.law-label.active {
  color: #4ae8c8;
}

.law-labels.active {
  color: #1c64b9;
}

.icon-chose {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 4px;
  display: inline-block;
  margin-right: 5px;
}

.icon-choses {
  width: 12px;
  height: 12px;
  border: 1px solid #010101;
  border-radius: 50px;
  margin-right: 4px;
  display: inline-block;
  margin-right: 5px;
}

.law-label.active .icon-chose {
  background: url("/static/Public/images/own-chose.png");
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  border: none;
}

.law-labels.active .icon-choses {
  background: url("/static/Public/images/detail-chose.png");
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  border: none;
}

.law-detail-choose {
  margin-top: 7px;
  position: relative;
}

.change-tip {
  color: rgb(124, 124, 114);
  font-size: 12px;
  background: rgb(253, 249, 176);
  padding: 4px 4px 4px 8px;
  border-radius: 5px;
  border: 1px solid rgb(237, 233, 121);
  position: absolute;
  top: 22px;
  width: 315px;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  opacity: 0.8;
  display: none;
}

.triangle-style:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  right: 205px;
  padding: 0;
  border-bottom: 8px solid rgb(253, 249, 176);
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: "";
  z-index: 12;
}

.triangle-style:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -18px;
  right: 204px;
  padding: 0;
  border-bottom: 9px solid rgb(237, 233, 121);
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  content: "";
  z-index: 10;
}

.icon-closetips {
  background: url("/static/Public/images/close-tips.png");
  width: 7px;
  height: 7px;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 6px;
  cursor: pointer;
}

.ins_green {
  color: #10c157 !important;
}

.del_red {
  color: #e24d50 !important;
  text-decoration: line-through;
}

/* 主站首页增加模糊和精确 end */

/* 站内信 */
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.jufa-msgManage_wrapper {
  position: relative;
  float: left;
  height: 30px;
}

.jufa-msgManage_wrapper .jufa-msgManage_link:hover {
  background: url(/static/Public/images/msg_3.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
}

.jufa-msgManage_wrapper .jufa-msgManage_link {
  position: relative;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url(/static/Public/images/msg.png) no-repeat;
  background-size: 20px 20px;
  background-position: center;
  display: inline-block;
  margin-right: 5px;
}

.jufa-msgManage_wrapper .jufa-msgManage_link span {
  top: 6px;
  background-color: #ffa022;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  font-size: 12px;
  line-height: 16px;
}

.jufa-msgManage_wrapper.hover:hover .jufa_znx {
  display: block;
}

.jufa-msgManage_wrapper .jufa_znx {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  width: 250px;
  background-color: #fff;
  border: 1px solid #dddddd;
  cursor: default;
  text-align: left;
  z-index: 110;
}

.jufa-msgManage_wrapper .jufa_znx_item_top {
  height: 20px;
}

.jufa-msgManage_wrapper .jufa_znx_title {
  height: 40px;
  line-height: 40px;
  color: #101010;
  font-size: 14px;
  padding-left: 15px;
  border-bottom: 1px solid #ddd;
}

.jufa-msgManage_wrapper .jufa_znx_new {
  font-size: 9px;
  background-color: #ee502f;
  color: #fff;
  padding: 1px 4px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  position: relative;
  top: -10px;
  margin-left: 5px;
}

.readAll {
  color: #1c64b9;
  font-size: 12px;
  float: right;
  margin-right: 10px;
  cursor: pointer;
}

.jufa-msgManage_wrapper span.news_count {
  background-color: transparent;
  color: #101010;
}

.jufa-msgManage_wrapper .news_count font {
  color: #ff9f24;
}

.jufa-msgManage_wrapper .jufa_znx_item {
  border-bottom: 1px solid #ddd;
  padding: 9px 12px 10px 15px;
}

.jufa-msgManage_wrapper .jufa_znx_item:last-child {
  border-bottom: none;
}

.jufa-msgManage_wrapper span.jufa_znx_item_title {
  font-size: 12px;
  display: inline-block;
  max-width: 175px;
  font-weight: 600;
  color: #111e36;
  line-height: 20px;
}

.jufa-msgManage_wrapper span.jufa_znx_item_time {
  font-size: 12px;
  color: #999999;
  float: right;
}

.jufa-msgManage_wrapper .jufa_znx_item_content {
  max-height: 48px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 4px 0;
  color: #101010;
  font-size: 12px;
  position: relative;
}

.jufa-msgManage_wrapper a.jufa_znx_item_toDetail {
  margin-top: 4px;
  color: #1c64b9;
  font-size: 12px;
}

.jufa-msgManage_wrapper .jufa_znx_toCenter {
  background-color: #ebf3fd;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: #1c64b9;
  font-size: 14px;
  border-top: 1px solid #cfe3fd;
  display: block;
}

.jufa_znx a:hover {
  color: #ff9f24;
  transition: 0.5s;
}

.asslevel {
  font-size: 12px;
  color: #bbb;
  padding-left: 56px;
}

.timeoutp span {
  color: #ff9f24;
}

#getEmailCode_p,
#getEmailCode_time_p {
  width: 85px;
  color: #fff;
  background-color: #1c64b9;
  height: 24px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  position: absolute;
  left: 179px;
  top: 5px;
}

#getEmailCode_time_p {
  display: none;
}

#checkemailBox {
  display: none;
}

.changeCode-img.cards {
  width: 111px;
  height: 34px;
}

.vip_more {
  width: 16px;
}

/* 收藏改版 */
.collectEditInput,
.collectInput {
  display: inline-block;
}

.collectEditInput .collectInput {
  /* width: 659px; */
  width: 630px;
  height: 28px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dddddd;
}

.collectInput .editInput {
  border: none;
  outline: none;
  width: calc(100% - 65px);
  height: 26px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666;
  line-height: 26px;
}

.collectEditInput .editInputlengthNum {
  float: right;
  width: 40px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #cccccc;
}

.collectEditInput .confirmEditBtn {
  background: #1677ff;
  padding: 4px 16px;
  height: 28px;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-right: 4px;
  border-radius: 3px;
  margin-left: 20px;
  cursor: pointer;
}

.collectEditInput .cancelEditBtn {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  height: 28px;
  line-height: 20px;
  padding: 4px 16px;
  display: inline-block;
  color: #333333;
  background: #fafafa;
  border: 1px solid #dddddd;
  border-radius: 3px;
  cursor: pointer;
}

.collectEditInput div {
  margin-top: 4px;
}

.collectEditInput {
  display: none;
}

.item-info .col_nr em {
  margin-right: 0px;
}

.anli_checked {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: none;
}

.anli_nocheck {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.law_checked {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: none;
}

.law_nocheck {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.check_checked {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  display: none;
}

.check_nocheck {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
}

.item-info .check_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
  background-color: transparent;
  display: none;
}

.mycase-span .pl_wrap {
  display: inline-block;
  float: right;
  text-align: right;
}

.mycase-span .pl_btn {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  width: 90px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  /* margin-right: 30px; */
  margin-top: 4px;
  border-radius: 3px;
  display: inline-block;
  width: 88px;
  height: 28px;
  line-height: 28px;
}

.mycase-span .pl_wrap .pl_inner {
  display: none;
}

.mycase-span .pl_wrap .pl_inner span {
  display: inline-block;
  margin-right: 20px;
  /* color: #666; */
  font-size: 14px;
  cursor: pointer;
  color: #1c64b9;
}

/* 全选 图标对齐 */
.mycase-span .pl_wrap .pl_inner #allCheckCase {
  margin: 0;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #1c64b9;
}

.pl_inner i {
  color: #1c64b9;
  vertical-align: middle;
}

.mycase-span .pl_wrap .pl_inner .pl_finish_btn {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  width: 50px;
  border: 1px solid #ddd;
  background-color: #fafafa;
  margin-top: 4px;
  border-radius: 3px;
  display: inline-block;
}

/* 新版 header 登录模块样式 */
.clearfix:after {
  content: "";
  /*设置内容为空*/
  height: 0;
  /*高度为0*/
  line-height: 0;
  /*行高为0*/
  display: block;
  /*将文本转为块级元素*/
  visibility: hidden;
  /*将元素隐藏*/
  clear: both;
  /*清除浮动*/
}

.clearfix {
  zoom: 1;
  /*为了兼容IE*/
}

#menu4 {
  padding: 10px 20px;
}

#menu4 .nologin_item {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

#menu4 .nologin_item i {
  width: 6px;
  height: 6px;
  background-color: #4d8ffb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 2px;
  position: relative;
  top: -2px;
}

#menu4 .nologin_item button {
  background: #1c64b9;
  border-radius: 8px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: none;
  margin-top: 16px;
}

#menu4 .nologin_item div {
  text-align: center;
}

#menu4 .nologin_item .noLoginBtn-reg {
  color: #1c64b9;
}

#menu3 {
  width: 486px;
  padding: 10px 0 0;
  border-radius: 8px;
  box-shadow: 0px 0px 10px #ccc;
}

#myUser {
  display: inline-block;
  width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.login_drop_top {
  line-height: 40px;
  height: 40px;
}

.login_drop_top,
.login_drop_mid,
.login_drop_bot {
  padding: 10px 20px;
}

.login_drop_top .login_drop_top_left,
.login_drop_to .login_drop_top_right {
  display: inline-block;
}

.login_drop_top .login_drop_top_left {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  float: left;
  display: flex;
}

.login_drop_top .login_drop_top_right {
  float: right;
}

.login_drop_top .login_drop_top_right a {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c64b9;
}

.login_drop_mid {
  margin-top: 20px;
}

.login_drop_mid .login_drop_mid_left {
  margin-right: 16px;
}

.login_drop_mid .login_drop_mid_left,
.login_drop_mid .login_drop_mid_right {
  display: inline-block;
  background: #e9f3ff;
  border-radius: 4px;
  width: 210px;
  height: 64px;
  padding: 0 10px;
}

.login_drop_mid_left_inner_l,
.login_drop_mid_right_inner_l {
  margin-top: 6px;
}

.login_drop_mid_left_inner_l div,
.login_drop_mid_right_inner_l div {
  height: 26px;
  line-height: 26px;
}

.login_drop_mid_left_inner_l .left_inner_l_t img,
.login_drop_mid_right_inner_l .right_inner_l_t img {
  width: 16px;
  margin-right: 4px;
}

.login_drop_top_left .imgs {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.left_inner_l_t span,
.right_inner_l_t span {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.left_inner_l_b,
.right_inner_l_b {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  /* margin-top: 8px; */
}

.login_drop_mid_left_inner_r button,
.login_drop_mid_right_inner_r button {
  width: 48px;
  height: 28px;
  background: #f7e1c6;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #885721;
  margin-top: 18px;
  border: 0;
}

.login_drop_mid_right_inner_l,
.login_drop_mid_left_inner_l {
  float: left;
}

.login_drop_mid_left_inner_r,
.login_drop_mid_right_inner_r {
  float: right;
  height: 28px;
  line-height: 28px;
}

.login_drop_bot .login_drop_botlist .botlist_item {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
}

.login_drop_bot {
  border-bottom: 1px solid #dddddd;
}

.botlist_item img {
  width: 44px;
  margin-bottom: 12px;
}

.botlist_item p {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  height: 20px;
  line-height: 20px;
}

.login_drop_bot_btns {
  text-align: right;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  padding: 8px 20px;
  line-height: 40px;
}

.login_drop_bot_btns a {
  color: #999999;
  font-size: 14px;
}

.login_drop_bot_btns a i {
  font-size: 16px;
  color: #999999;
  margin-right: 2px;
}

.headvip {
  position: absolute;
  right: -3px;
  bottom: 4px;
  display: none;
}

/* vip 会员 */
.jufa-Unified-vip {
  padding: 0 8px;
  float: left;
  line-height: 45px;
  border: 0;
  padding: 0 20px;
}

.jufa-Unified-loginreg {}

.jufa-Unified-vip span {
  color: #edcc86;
}

/* 登录注册按钮 */
.jufa_new #loginReg {
  width: 100px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 0px 4px 0px;
  border-radius: 10px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -3px;
}

.jufa_new #loginReg a {
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.jufa_new #loginReg a span {
  color: #1c64b9;
}

.jufa_new #loginReg .loginicon {
  width: 14px;
  margin-top: -5px;
  margin-right: 3px;
}

/* 联想词 loading */
.loading_searchCon {
  display: none;
  height: 200px;
  text-align: center;
  border-radius: 0 0 10px 10px;
  margin-top: -2px;
}

.loading_searchCon div {
  text-align: center;
  display: inline-block;
  margin-top: 60px;
}

.loading_searchCon span {
  font-size: 18px;
  color: #8b8b8b;
  margin-left: 6px;
}

.loading_searchCon img {
  width: 50px;
}

/* 主站首页更多 */
.moreroute-label {
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.newicon-chose {
  border-radius: 0;
  background: #fff;
}

.moreroute-label.active .newicon-chose {
  background: #fff url(/static/Public/images/detail-chose_ai.png) center/12px 12px no-repeat;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  border: none;
  border: 1px solid #fff;
}

.law-choose .moreroute-label:last-child {
  margin-left: 0px !important;
}

.law-choose .moreroute-label:first-child {
  padding-left: 0px !important;
}

/* 主页搜索下方swiper */
.searchbuttombox {
  zoom: 1;
  height: 22px;
  line-height: 22px;
}

.searchbuttombox .searchbuttombox_ysl {
  /* padding: 0 18px; */
  cursor: pointer;
  line-height: 14px;
  height: 14px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}

.searchbuttombox .searchbuttombox_border {
  height: 14px;
  line-height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  margin: 0 18px;
}

.searchbuttombox .searchbuttombox_swiper {
  /* padding: 0 18px; */
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.searchbuttombox .searchbuttombox_swiperbox {
  height: 14px;
  line-height: 14px;
}

.searchbuttombox .searchbuttombox_swiperlist {
  max-width: 295px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
}


/* 7-17  我的下载样式 修改 */
.master_new_download {
  /* height: 122px; */
  min-height: 122px;
  padding: 16px 18px;
}

.master_new_download .master_public_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* height: 22px; */
  line-height: 22px;
  margin-bottom: 16px;
  height: inherit;
}

.master_public_title h3 {
  border: 0;
  margin: 0;
  padding: 0;
}

.master_download_icon {
  margin-right: 16px;
}

/* ---------------------详细信息 */
.master_new_download .master_download_text {
  height: 20px;
  line-height: 20px;
  padding: 0;
  margin-bottom: 12px;
}

/* ---------------------底部 */
.master_new_download .master_download_foot {
  padding: 0;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #9E9E9E;
  height: 20px;
  line-height: 20px;
}

#downloadCon #downloadCount {
  color: #1C64B9;
}

/* 批量操作 */
.mycase-span {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bulk_operation_btn {
  width: 88px;
  height: 28px;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
  padding: 3px 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: initial;
  border-radius: 4px;
  cursor: pointer;
}

.changeMaster {
  display: none;
}

.bulk_operation_download {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #1C64B9;
  margin-right: 16px;
  cursor: pointer;
}

.bulk_operation_delete {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #E54141;
  cursor: pointer;
}

.change_master_line {
  width: 1px;
  height: 16px;
  background: #EEEEEE;
  margin: 0px 16px;
  display: none;
}

.master_public_title .select_icon {
  color: #1C64B9;
  display: none;
  margin-right: 16px;
}

body .master_public_select {
  /* display: flex;
  align-items: center;
  justify-content: flex-start; */
  height: auto;
  line-height: 22px;
}

.master_public_select i {
  cursor: pointer;
}

.dialog_background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  /* display: none; */
}

.master_delete_dialog {
  padding: 24px 32px;
  background-color: #fff;
  box-shadow: 0px 0px 5px #ccc;
  border-radius: 7px;
  width: 432px;
  top: 160px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
}

.master_dialog_first {
  display: flex;
  align-items: center;
}

.master_dialog_first i {
  color: #ff3b30;
  font-size: 24px;
}

.master_dialog_first span {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 8px;
}

.master_dialog_last {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 18px;
}

.master_dialog_last button {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
  padding: 5px 16px;
  border-radius: 4px;
}

.master_deleteBtn {
  color: #FFFFFF;
  background: #1677FF;
  margin-right: 8px;
  border: 0;
}

.master_dialog_closeBtn {
  color: #666666;
  background: #FAFAFA;
  border: 1px solid #DDDDDD;
}

.master_download_foot[data-type="search"] {
  height: 20px;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.master_download_foot[data-type="search"] span {
  margin: 0;
  height: 20px;
  line-height: 20px;
  font-family: Source Han Sans, Source Han Sans;
  font-weight: 400;
  font-size: 14px;
  color: #9E9E9E;
}


#attentionCountObj {
  color: #1C64B9;
}



