/*当前的主色 #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;
  font-weight: 400;
  font-size: 14px;
}

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

p {
  cursor: text;
}

.btn {
  padding: 5px 12px;
}

.sBtn {
  width: 90px;
}

.color {
  color: #1c64b9;
}

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

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

.main-width-body {
  border: 1px solid #eee;
  border-top: 0;
}

.bg-white {
  background: #fff;
}

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

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

#header-nav li {
  margin: 0 10px;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ddd;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ddd;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ddd;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ddd;
}

/*下拉菜单*/
.dropdown-menu {
  border-radius: 0;
  min-width: 130px;
  top: 28px;
  z-index: 120;
  font-size: 14px;
  right: 0;
  left: inherit;
}

.dropdown-menu-search {
  min-width: 100px;
  left: 0;
}

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

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

.dropdown-menu-user-index {
  top: 50px;
  margin-top: 0;
}

.dropdown-menu-index {
  min-width: 113px;
  text-align: center;
  top: 38px;
}

/*公共样式end*/
/*######主页 begin######*/
/*首页头部*/
.index-header {
  line-height: 50px;
}

.header-fixed {
  color: #ddd;
}

.index-header > .main-width > ul {
  overflow: hidden;
}

.index-header > .main-width > ul li a {
  padding: 15px 20px;
  color: #666;
}

.index-header .active a {
  border-bottom: 2px solid #4b6cb6;
}

.index-header > .main-width > ul li a:hover {
  border-bottom: 2px solid #4b6cb6;
  color: #4b6cb6;
  transition: 0.5s;
}

.index-header > .main-width > ul .active > a {
  color: #4b6cb6;
  transition: 0.5s;
}

.webchat-btn,
.app-down {
  position: relative;
}

.app-down:hover i {
  display: block;
  width: 320px;
  height: 180px;
  background: url(/static/Public/images/app_download.png) no-repeat 0 0;
  cursor: pointer;
}

.app-down i,
.webchat-btn i {
  display: none;
  position: absolute;
  right: 50%;
  top: 30px;
  z-index: 10;
  margin-right: -78px;
}

.app-down i {
  margin-right: -160px;
}

.webchat-btn:hover i {
  display: block;
  width: 160px;
  height: 160px;
  background: url(/static/Public/images/webchat.png) no-repeat 0 0;
  cursor: pointer;
}

#loginReg,
.jufa-header-user-index {
  margin-top: 15px;
  color: #ddd;
  height: 30px;
  line-height: 30px;
}

.help-btns {
  position: fixed;
  right: 18px;
  bottom: 165px;
  border: 1px solid #ddd;
  background: #fff;
  width: 40px;
  height: 40px;
  padding: 3px;
}

.help-btn .help-icon {
  display: block;
  text-align: center;
  color: #666;
  line-height: 17px;
  font-size: 12px;
}

.help-icon:hover {
  color: #fff;
}

.share-btns .help-icon {
  color: #fff;
}

.help-btns:hover {
  background: #4b6cb6;
  border: 1px solid #4b6cb6;
  transition: 0.5s;
}

.help-btn:hover .help-icon {
  color: #fff;
  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;
}

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

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

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

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

.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-content-index {
  clear: both;
  margin: 0 auto;
  min-width: 1212px;
  padding-top: 50px;
}

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

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

.jufa-main-search-btn {
  height: 40px;
  background: #fff;
  color: #4b6cb6;
}

.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: 41px;
  left: 0;
  width: 100%;
  border-top-width: 0;
  color: #646464;
  z-index: 100;
  padding: 0;
  background: #fff;
  line-height: 34px;
  text-align: left;
  border: 1px solid #eee;
  border-top: 0;
  max-height: 500px;
  max-height: 500px;
  overflow: auto;
}

.downThirdP {
  padding: 0 80px;
}

/*滚动条样式*/
.drop-option::-webkit-scrollbar-thumb,
.srh-drop::-webkit-scrollbar-thumb,
.tree-box::-webkit-scrollbar-thumb,
#focusCpyzPop::-webkit-scrollbar-thumb,
#focusCpyzContent::-webkit-scrollbar-thumb,
#casePop::-webkit-scrollbar-thumb,
#caseContent::-webkit-scrollbar-thumb,
.filter-dropdown::-webkit-scrollbar-thumb,
.note-body::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  background-clip: content-box;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  border-right: 4px solid rgba(255, 255, 255, 0);
}

.drop-option::-webkit-scrollbar,
.srh-drop::-webkit-scrollbar,
.tree-box::-webkit-scrollbar,
#focusCpyzPop::-webkit-scrollbar,
#focusCpyzContent::-webkit-scrollbar,
#casePop::-webkit-scrollbar,
#caseContent::-webkit-scrollbar,
.filter-dropdown::-webkit-scrollbar,
.note-body::-webkit-scrollbar {
  width: 8px;
}

.drop-option::-webkit-scrollbar-track,
.srh-drop::-webkit-scrollbar-track,
.tree-box::-webkit-scrollbar-track #focusCpyzPop::-webkit-scrollbar-track,
#focusCpyzContent::-webkit-scrollbar-track,
#casePop::-webkit-scrollbar-track,
#caseContent::-webkit-scrollbar-track,
.filter-dropdown::-webkit-scrollbar-track,
.note-body::-webkit-scrollbar-track {
  background: #fbfbfb;
}

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

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

.srh-drop {
  top: 36px;
  width: 437px;
  z-index: 999;
}

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

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

.jufa-label-info {
  background-color: #4da3d1;
  border-radius: 0;
  font-weight: 400;
  padding: 2px 5px;
}

.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-box {
  margin-bottom: 1px;
}

.jufa-tabs > li.active > a,
.jufa-tabs > li.active > a:focus,
.jufa-tabs > li.active > a:hover {
  color: #fff;
  cursor: default;
  border: none;
  background-color: transparent;
  height: 45px;
  position: relative;
}

.up-css {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: 37px;
  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: #fff;
}

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

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

.nav-tabs > li > a {
  margin-right: 15px;
  margin-left: -15px;
}

/*搜索框文字 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;
  height: 22px;
}

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

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

.jufa-data span {
  color: #feee0f;
}

.jufa-data a {
  color: #fff;
  padding-right: 10px;
}

.jufa-data a:hover {
  text-decoration: underline;
}

/*搜索框文字 end*/
/*######主页 end######*/

/*高级搜索begin*/
.advanced-search {
  width: 40px;
  height: 40px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -50px;
  border: 1px solid;
}

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

.highMsg {
  display: none;
  position: absolute;
  z-index: 1001;
  background: #fff;
  width: 720px;
  margin-bottom: 20px;
  border: 1px solid #eee;
  border-top: none;
  padding-top: 20px;
  padding-left: 20px;
  color: #4b6cb6;
  font-size: 12px;
  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: 30px;
  width: 100px;
}

.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;
}

.highMsg .on {
  background-color: #f0f0f0;
  color: #666;
}

.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;
}

.highMsg .col-lg-1 {
  margin-top: 5px;
}

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

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

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

/*高级搜索end*/

/*######搜索页 begin#####*/

/*搜索页头部begin*/
.search-input {
  height: 30px;
  top: 0px;
  float: none;
  border-left: 0;
  border-right: 0;
  background: transparent;
  font-size: 12px;
}

.header-srh-drop {
  display: none;
  width: 430px;
  top: 31px;
  left: -1px;
}

.header-search-btn {
  height: 30px;
  top: 0;
  line-height: 15px;
  width: 90px;
  color: #1c64b9;
  background: transparent;
  border-right: 0;
}

.header-search-btn:hover,
.header-search-btn:focus,
.header-search-btn:active {
  color: #1c64b9;
  transition: 0.5s;
}

.header-search-btn-border {
  border-color: #4b6cb6;
}

.header-input-btn-box {
  padding-left: 0px;
}

.search-btn {
  height: 30px;
  margin: 0;
  top: 0px;
  border: none;
  border-radius: 0;
}

.header-highMsg {
  top: 74px;
}

/*登录注册按钮begin*/
.jufa-loginreg {
  color: #666;
  padding: 4px 16px;
}

.buy-holo {
  color: #ea4335;
}

.buy-holo:hover {
  color: #1c64b9;
  transition: 0.5s;
}

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

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

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

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

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

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

.navbar-nav > .user-menu .user-image {
  float: none;
}

.user-btn {
  border: 0;
  line-height: 1;
}

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

.jufa-tabs li a:hover {
  background: none;
}

.search-tab ul {
  background: #fff;
}

/*搜索页头部end*/

/*关键词 begin*/
.search-content-background {
  background-color: #fff;
}

.header-sub-background {
  background: #f3f6f8;
  border-bottom: 0;
}

.jufa-header-sub {
  position: relative;
  left: 0;
  right: 0;
  line-height: 40px;
  /*padding-top: 6px;*/
}

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

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

.jufa-header-sub .jufa-search-criteria {
  padding-top: 7px;
  margin-left: 0px;
  /*width: 890px;*/
  font-size: 16px;
  overflow: hidden;
}

.jufa-header-sub .jufa-search-criteria-width {
  min-width: 700px;
  max-width: 850px;
}

.album-conditions {
  float: right;
}

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

/*关键词 end*/

/*搜索列表 begin*/
.jufa-divider {
  overflow: hidden;
  height: 1px;
  margin: 5px 0;
  padding: 0;
  border-bottom: 1px solid #eee;
}

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

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

.jufa-search-lists {
  width: 70%;
  min-width: 1100px;
  margin: 0 auto;
}

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

/* .jufa-search-list a {
    color: #1C64B9;
} */

.jufa-searchlaw-list {
  margin-top: 0;
  margin-bottom: 15px;
  border: none;
  top: 25px;
}

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

.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: #4b6cb6;
  position: relative;
  left: 0;
  top: 10px;
  margin: 10px 0;
  border-left: 3px solid #4b6cb6;
}

/*.jufa-search-list:hover {
    background: #f8f8f8;
    transition: 0.5s;
}*/

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

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

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

.jufa-search-list .album-tag-item:hover {
  color: #1c64b9;
  border-bottom: none;
}

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

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

.jufa-titalfont {
  position: relative;
  /*z-index: 10;*/
}

.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 {
  margin: 15px 20px;
}

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

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

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

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

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

#focusCpyzPop #focusCpyzTop,
#casePop #caseTop {
  background: #4b6cb6;
  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 {
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  display: block;
  cursor: pointer;
}

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

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

.jufa-search-list-type {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding: 0 10px 30px 10px;
  background: #f5f5f5;
  border: 1px solid #ddd;
}

#caseContent .mb10 {
  width: 600px;
}

.album-tag-box {
  position: relative;
  left: -101px;
  top: 45px;
}

.album-tag {
  border: 1px solid #ddd;
  margin: 10px 20px;
}

.album-tag:after {
  content: "";
  visibility: hidden;
  display: block;
  clear: both;
}

.album-tag:first-child {
  position: relative;
}

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

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

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

.bl-5 {
  border-left: 5px solid;
}

.album-tag-item {
  display: block;
  margin-right: 20px;
}

.at {
  color: #4b6cb6;
}

.at:hover {
  cursor: pointer;
  text-decoration: underline;
}

.tag-name {
  overflow: hidden;
  line-height: 30px;
  border-bottom: 1px dashed #ddd;
  border-left: 1px dashed #ddd;
  margin-bottom: -1px;
  margin-left: -1px;
  width: 50%;
  font-size: 12px;
  display: inline-block;
}

.tag-area {
  width: 260px;
}

.search-num {
  color: #ff9f24;
}

/*搜索列表 end*/

/*页脚 begin*/
.goVis-btn {
  width: 180px;
  height: 40px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
}

.goVis-btn a {
  display: block;
  overflow: hidden;
  width: 140px;
  margin: 0 auto;
  padding: 0;
}

.goVis-btn:hover {
  border: 1px solid #feee0f;
  color: #feee0f;
}

.goVis-btn:hover .vis-btn-item {
  color: #feee0f;
}

.goVis-btn:hover .vis-text-big {
  color: #feee0f;
}

.vis-text-big {
  font-size: 16px;
  color: #fff;
  height: 40px;
  line-height: 38px;
}

.vis-btn-item {
  font-size: 20px;
  float: left;
  color: #fff;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -o-transition: -o-transform 1s ease-out;
  -ms-transition: -ms-transform 1s ease-out;
}

.vis-btn-box:hover {
  background: #f9f9f9;
  transition: 0.5s;
}

.vis-btn-box a:hover .vis-btn-item {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}

.vis-btn-text {
  float: left;
  text-align: left;
}

/*.jufa-main-footer {
    background: #fff;
    color: #444;
    border-top: 1px solid #f1f1f1;
    text-align: center;
    clear: both;
    font-size: 12px;
}
.footer-main-width{width: 1212px; margin: auto;}*/
/*.webchat-box{width: 200px; display: inline-block;}
.webchat-box p{line-height: 40px; font-size: 14px; text-align: center; color: #8A8A8A;}
.jufa-copyright {color: #999; margin-top: 10px; overflow: hidden; margin: auto;}
.jufa-footer-copyright{clear: both; padding: 20px; line-height: 25px;}
.jufa-copyright .copyright{
    width: 300px;
    text-align: center;
    margin: 50px auto;
    margin-bottom: 0;
}*/
/*.ft-bg1{padding: 50px 0 0 0; background-color: #fbfbfb;}*/
.w1212 {
  width: 1050px;
  margin-bottom: 0;
}

.ma {
  margin-left: auto;
  margin-right: auto;
}

/*.ft-hp1,.ft-hp2 dl{height: 170px;}
.ft-hp2{float: left;}
.ft-hp3{text-align: center;}
.ft-hp3 ul{color: #8A8A8A;}
.ft-hp3 li{
    border: 1px solid #E1E2E2;
    margin-bottom: 5px;
    padding: 0;
    display: block;
    position: relative;
}*/
/*.ft-400{font-size: 24px; line-height: 30px; color: #4b6cb6;}
.ft-400-tip{color: #b3b3b3; line-height:16px; text-align: right;}*/
.kefu-online {
  display: block;
  height: 26px;
  line-height: 26px;
  background-color: #4b93d7;
  color: #f5f5f5;
  text-align: center;
}

.mt10 {
  margin-top: 10px !important;
}

/*.ft-hp2 dl{
    float: left;
    border-right: 1px solid #e1e2e2;
    text-align: left;
    padding: 0 55px;
}*/
/*.ft-hp2 dd a{color:#666;}
.ft-hp2 p{padding: 0; margin: 0;}
.ft-hp2 dd{line-height: 26px;}
.ft-hp2 dt{
    font-size: 14px;
    line-height: 18px;
    color: #4b6cb6;
    margin-bottom: 20px;
    font-weight: normal;
}*/
.bottom-img {
  width: 38px;
  height: 38px;
  float: left;
}

.hot-line .ft-400-tip {
  text-align: center;
}

.fl dd a:hover {
  color: #1c64b9;
}

/*帮助页*/
.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;
  width: 1170px;
  margin: 50px auto;
  padding-bottom: 150px;
}

.mycase-span {
  font-size: 18px;
  border-left: 3px solid #4b6cb6;
  padding-left: 5px;
}

.text-3270a5 {
  color: #1c64b9;
}

.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 {
  background-color: rgb(225, 239, 204);
  transition: 0.5s;
}

.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: 12px;
}

/*联系我们页*/
.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: #4b6cb6;
}

.contactUs-text {
  font-size: 16px;
  margin-bottom: 20px;
}

/*关于我们页*/
.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: 1000px;
  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;
}

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

/*页脚 end*/
/*######搜索页 end#####*/

/*######个人中心 begin#####*/

.jufa-persion-main a {
  color: #666;
}

.box-header.with-border {
  background: #4b6cb6;
  color: #fff;
  border-bottom: 0;
}

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

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

/*index.css样式 begin*/

/*个人页面*/
.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(41, 126, 255);
  padding-bottom: 25px;
  font-size: 20px;
}

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

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

.subtitle2 .eachAttention .attentionCond {
  cursor: pointer;
}

.subtitle2 .eachAttention .attentionCond:hover {
  color: #1c64b9;
}

.subtitle2 .eachAttention .time {
  color: #4b6cb6;
  font-size: 12px;
  border-bottom: none;
}

.subtitle2 .eachAttention .close {
  cursor: pointer;
  color: #000;
  margin-left: 10px;
  font-size: 12px;
  border-bottom: none;
  position: absolute;
  top: 34%;
  right: 10px;
}

.subtitle2 .eachAttention .close:hover {
  color: #4b6cb6;
}

.close {
  text-shadow: none;
  font-weight: 100;
  color: #fff;
  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;
  height: 240px;
}

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

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

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

.acount-safe3 dl {
  padding-left: 20px;
  width: 450px;
}

.acount-safe3 dl dt {
  padding-left: 20px;
  margin-top: 15px;
  float: left;
  width: 100px;
  display: inline-block;
}

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

.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: #4b6cb6;
  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 {
  border: 1px solid #dcdcdc;
  width: 248px;
  height: 33px;
}

.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: #4b6cb6;
  border: 1px;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.save_account1 {
  width: 110px;
  height: 30px;
  background-color: #4b6cb6;
  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: #4b6cb6;
}

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

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

.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 #4b6cb6;
}

.myCase .tagArea .header {
  font-size: 15px;
  text-indent: 10px;
  color: #fff;
  background: #4b6cb6;
  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 {
  height: 30px;
  border: 1px solid #dcdcdc;
}

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

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: 250px;
  max-height: 550px;
  overflow-y: auto;
}

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

.tree-bg {
  border: 1px solid #ddd;
  background: #fff;
}

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

.tree-box-search {
  margin: 20px;
  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 {
  background-image: url("/static/Public/plugins/ztree/css/img/riskZtreeStandard.png");
}

#collectTreeObj .line {
  border: none;
}

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

.box.jufa-box {
  background: #f9f9f9;
  box-shadow: none;
  border-radius: 0;
}

/*收藏树右键样式*/
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: #1c64b9;
}

/*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;
  padding-left: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fontgray {
  color: #999;
}

.fontblack {
  color: #666;
}

.fontred {
  color: #f00;
}

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

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

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

.save a {
  font-size: 12px;
  color: rgb(105, 105, 105);
  border-left: 1px solid white;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.save a:hover {
  color: #4b6cb6;
}

.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/ie-css3.htc);
  margin-top: 7px;
}

.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: 12px;
  font-weight: 100;
  border-radius: 30px;
}

.item-info div {
  background-color: #fbfbfb;
  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/ie-css3.htc);
  background: #4b6cb6;
  color: #fff;
}

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

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

/*.jufa-search-list-title .atag:hover {
    background-color: #dedede;
    transition: 0.5s;
}
*/
.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: 12px;
}

.is_this {
  color: #ca4341;
  padding: 0 5px;
  position: absolute;
  font-size: 12px;
  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: #4b6cb6;
}

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

.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 {
  font-weight: bold;
  background-color: #2a7fff;
  transition: 0.5s;
}

.pages a.on {
  background: #4b6cb6;
  color: #fff;
}

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

.right {
  text-align: right;
  padding-right: 70px;
}

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

/*index.css样式 end*/

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

/*回到顶部begin*/
.gotop {
  bottom: 120px;
  position: fixed;
  right: 18px;
}

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

.gotop .gotop-icon:hover {
  background: #4b6cb6;
  border: #4b6cb6;
  transition: 0.5s;
}

.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%;
}

/*回到顶部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 {
  color: #999;
  font: 20px "Microsoft YaHei";
  padding-left: 0 !important;
  position: relative !important;
}

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

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

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

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

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

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

.law-info {
  margin-bottom: 10px;
}

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

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

.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;
}

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

.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: #4b6cb6;
}

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

.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%;
}

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

.left-nav-top .nav-title,
.left-nav-bottom .nav-title {
  padding: 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: 18px;
  color: #4b6cb6;
  float: left;
}

.left-nav-top .nav-title span,
.left-nav-bottom .nav-title span {
  margin-left: 10px;
  color: #666;
}

.title-box {
  position: relative;
}

.show-tips {
  display: none;
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  left: 139px;
  background: transparent;
}

.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: 10px;
}

.triangle-left-small {
  border-right: 14px solid #fbfbfb;
  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-color: #fbfbfb;
  border: 1px solid #e1e3e4;
  position: absolute;
  left: 14px;
  padding: 15px 25px;
}

@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: 500px;
    overflow-y: auto;
  }
}

.title-area {
  color: #a2a2a2;
  text-align: right;
  width: 85px;
  margin-right: 2px;
}

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

.info-area {
  padding-left: 0;
}

.info-item {
  color: #4b6cb6;
}

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

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

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

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

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

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

.text-hover:hover {
  color: #1c64b9;
}

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

.detail-item {
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 30px;
  width: auto;
  position: relative;
  line-height: 30px;
}

.detail-item p {
  line-height: 32px;
  text-indent: 2em;
  font-size: 16px;
}

.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 10px;
}

.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: 12px;
  font-family: "微软雅黑";
  border-bottom: 1px dashed #ccc;
}

.catalog-list dd:hover {
  background: #1c64b9;
  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: #4b6cb6;
  position: absolute;
  left: -15px;
  top: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/static/Public/css/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: #4b6cb6;
  margin-top: 2px;
}

.catalog-list dd a {
  color: gray;
}

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

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

.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: #4b6cb6;
}

.similarCase a {
  color: gray;
}

.similarCase a:hover {
  color: #1c64b9;
}

/*引用法规*/
.showThisLaw {
  z-index: 4;
  position: relative;
}

.showThisLaw-up {
  z-index: 20;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #ddd;
  position: absolute;
  top: -13px;
  left: 45px;
}

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

.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 {
  margin: 10px 0;
  position: relative;
}

.eachCiteLaw a {
  color: #7a7a7a;
}

.eachCiteLaw a:hover {
  color: #1c64b9;
}

/*滚动条样式*/
.text-container::-webkit-scrollbar-thumb,
.showThisLaw-concent::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  background-clip: content-box;
  border-top: 5px solid rgba(255, 255, 255, 0);
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  border-right: 4px solid rgba(255, 255, 255, 0);
}

.text-container::-webkit-scrollbar,
.showThisLaw-concent::-webkit-scrollbar {
  width: 8px;
}

#hideLawItemBtn {
  overflow: hidden;
  display: none;
  color: #4b6cb6;
  margin-top: 5px;
  width: 70px;
}

#hideLawItemBtn > span {
  margin-left: 10px;
  margin-top: 5px;
  float: left;
}

#hideLawItemBtn:hover {
  color: #1c64b9;
  cursor: pointer;
}

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

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

/*上方浮动条*/
.ie {
  _position: absolute;
  _clear: both;
  _top: expression(
    eval(document.compatMode && document.compatMode== "CSS1Compat") ? documentElement.scrollTop +
      (documentElement.clientHeight-this.clientHeight) - 1: document.body.scrollTop +
      (document.body.clientHeight-this.clientHeight) - 1
  );
}

.floatHeader {
  display: none;
  z-index: 1;
  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);
  padding-left: 140px;
}

.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: #4b6cb6;
  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: #4b6cb6;
}

.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: 153px;
}

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

.syscollect,
#syscollect {
  width: 300px;
  height: 60px;
  background-color: #fbfbfb;
  border: 1px solid #f0f0f0;
  display: none;
  position: fixed;
  bottom: 60px;
  left: 160px;
  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;
  height: 100%; /*abcd sign*/
  left: 0; /*abcd sign*/
}

.publicBox .publicBoxInner {
  width: 450px;
  margin: 0 auto;
  background: #fbfbfb;
  padding-bottom: 0px;
  overflow: hidden;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
}

.publicBox .albumPublicBoxInner {
  width: 700px;
}

@media only screen and (max-width: 768px) {
  .publicBox .publicBoxInner {
    width: 80%;
  }
}

/*.publicBox .publicBoxInner .header,.header-chlid{ 
    background: #4b6cb6; 
    color: #fff; 
    font-size: 16px; 
    padding: 10px 20px; 
}*/
.header-chlid {
  background: transparent;
  font-size: 12px;
  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;
}

.albumBox {
  position: absolute;
  margin-bottom: 50px;
}

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

.publicBox .publicBoxInner .submitBut {
  margin: 0 auto 10px;
  width: 90px;
  display: block;
}

/*取消关注提示框*/
.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: 153px;
}

.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: #4b6cb6;
}

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

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

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

.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: #4b6cb6;
}

.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: 5;
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
}

#commentPop #commentTop {
  height: 20px;
  line-height: 20px;
  margin: 0;
  color: #4b6cb6;
  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: #4b6cb6;
  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: 15px;
  margin-right: 15px;
  max-width: 550px;
}

.album-btn-round {
  text-align: center;
  font-size: 12px;
  color: #1c64b9;
  background-color: #f3f6f8;
  border: none;
  padding: 0;
}

.album-btn-round a {
  color: #1c64b9;
}

.album-btn-round a:hover {
  color: #1c64b9;
}

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

.new-file-btn {
  height: 22px;
  line-height: 20px;
  margin-left: 8px;
  margin-top: 10px;
}

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

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

.album-btn-round:hover {
  transition: 0.5s;
  color: #1c64b9;
}

.album-btn-round.focus,
.album-btn-round:focus,
.album-btn-round:hover {
  color: #1c64b9;
}

.jufa-btn-round:hover {
  color: #4b6cb6 !important;
}

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

.feedback {
  position: fixed;
  bottom: 125px;
  right: 18px;
  width: 40px;
  height: 40px;
  background: #d8d8d8 none repeat scroll 0 0;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

.feedback .glyphicon {
  line-height: 40px;
}

.feedback:hover {
  transition: 0.5s;
  background: #4b6cb6 none repeat scroll 0 0;
}

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

.feedback-header {
  background: #4b6cb6 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;
}

/*详情页样式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;
}

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

.help-container {
  width: 1212px;
}

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

/*使用指南end*/
/*主颜色*/
.bg-main {
  background: #4b6cb6;
  background: url(/static/Public/images/zhuanti-bg.jpg);
  height: 400px;
}

/*主页可视化背景图片*/
.bgi-main-vis {
  background: #4b6cb6;
  background: url(/static/Public/images/bgi-main-vis.jpg) center no-repeat;
  background-position: center;
  height: 400px;
}

/*按钮*/
.jufa-btn-success {
  background-color: #4b6cb6;
  border-color: #486082;
  color: #fff;
}

.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;
}

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

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

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

.btn-default {
  border-color: #1c64b9;
  color: #1c64b9;
  background: transparent;
}

.btn-default:hover,
.btn-default:active,
.btn-default.hover {
  transition: 0.5s;
  border-color: #1c64b9;
  color: #1c64b9;
  background: transparent;
}

/*详情页重写部分*/
.triangle-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 16px solid #4b6cb6;
  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 #4b6cb6;
  padding-left: 5px;
}

.bg-lightgray {
  padding: 2px;
  border-left: 5px solid #4b6cb6;
  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: #4b6cb6;
  color: #fff;
  margin-left: 10px;
}

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

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

/*重写字体颜色*/
.text-main {
  color: #4b6cb6;
  font-family: "微软雅黑";
}

.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;
}

.form-control {
  font-size: 12px;
}

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

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

.detail-title {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
}

.detail-bg {
  width: 100%;
}

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

.case-box {
  background: #fafafa;
  padding: 0 10px;
  margin-top: 30px;
}

.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;
  transition: 0.5s;
  background: #1c64b9;
  /*border-radius: 0;*/
}

/*搜索列表*/
.type-name {
  position: absolute;
  z-index: 10;
  top: 6px;
  left: -14px;
  font-size: 12px;
  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: #999;
  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: 100px;
  width: auto;
}

.keyword-box {
  border: 1px solid #ccc;
  font-size: 12px;
  border-radius: 0;
  padding: 0 10px;
  padding-right: 20px;
  margin: 0px 10px 5px 0;
  float: left;
  height: 26px;
  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: 6px;
}

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

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

.jufa-search-list-top {
  color: #666;
  width: 70%;
  display: block;
  overflow: hidden;
  margin: 15px auto;
  min-width: 1100px;
  font-size: 12px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 30px;
}

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

.modal-header .pay-close span {
  color: #4b6cb6;
}

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

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

/*知识产权子库标题*/
.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;
}

/*专题页*/
.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: #3c8dbc;
}

.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: 40px;
  font-size: 14px;
  border: 1px solid #fff;
  width: 113px;
  background: #fff;
  color: #4b6cb6;
}

a:hover {
  cursor: pointer !important;
}

/*首页begin*/
/*头部begin*/
/*.album-logo img{height: 28.52px;}*/
/*头部end*/
.album-title {
  display: block;
  margin: 0 auto;
}

.album-title img {
  height: 70px;
}

/*首页end*/
/*搜索页begin*/
/*公共头部*/
.jufa-header {
  height: 30px;
  background: #fafafa;
  box-shadow: none;
  font-size: 12px;
  border-bottom: 1px solid #eee;
}

.album-user {
  margin-right: 20px;
  min-width: 100px;
}

.header-public {
  margin-top: 0;
}

.textActive {
  border-radius: 0;
  background: #fff;
  color: #4b6cb6;
}

.textActive:hover {
  color: #0096e6;
}

.album-slogen img {
  width: 2px;
  height: 40px;
  margin-left: 10px;
}

.search-album {
  width: 50%;
}

.album-search-btn {
  border-left: 0;
  color: #1c64b9;
  padding: 0 10px;
  margin-left: 5px;
  height: 30px;
  border-radius: 0;
}

/*公共头部end*/
/*搜索列表begin*/
/*筛选条件begin*/
.album-filter {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.album-sidebar {
  margin-top: 10px;
  background-color: #fff;
}

.jufa-treeview {
  border: 0;
  min-height: 40px;
}

.jufa-treeview:last-of-type {
  border-bottom: 1px solid #eee;
}

.album-sidebar .on {
  background: none;
}

.jufa-treeview strong {
  font-weight: normal;
}

.jufa-treeview a {
  color: #333;
  float: left;
  font-size: 12px;
  padding: 4px;
  margin: 7px 10px;
  position: relative;
  top: 0;
}

.filter-dropdown-container :hover {
  transition: 0s;
}

.album-sidebar-menu > li > span {
  display: block;
  color: #fff;
  float: left;
  font-size: 12px;
  padding: 12px 20px 12px 0;
  width: 110px;
  padding-right: 10px;
  text-align: right;
  background: #1c64b9;
  border-bottom: 1px dashed #f5f9fe;
}

.album-sidebar-menu > li:last-of-type > span {
  border-bottom: 1px solid #eee;
}

.album-sidebar-menu > li {
  position: relative;
  clear: both;
}

.album-sidebar-menu .treeview-menu > li {
  float: left;
  position: relative;
  height: 40px;
}

.album-sidebar-menu .treeview-menu {
  /*margin-left: 110px;*/
  background: #fff;
  width: 1056px;
  min-height: 40px;
  float: left;
  border-bottom: 1px solid #eee;
}

.album-sidebar-menu .holo-menu > li {
  display: none;
}

.filter-dropdown-container > a > span:hover {
  color: #1c64b9;
}

.treeview-menu > li > a > span:hover {
  color: #1c64b9;
}

.jufa-treeview .info-icon {
  position: relative;
  margin-right: -15px;
}

.info-div {
  height: 40px;
  display: none;
}

.info-div li a:hover {
  color: #ff9f24;
}

.jufa-treeview .info-menu-icon {
  margin-right: 0px;
}

.info-icon img {
  width: 15px;
}

.album-hide {
  display: none;
}

.info-wait {
  height: 40px;
  line-height: 40px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.album-sidebar-menu .jufa-treeview .treeview-menu .treeview-menu {
  position: absolute;
  background: #fff;
  z-index: 100;
  border: 1px solid #4b6cb6;
  right: 0px;
  top: 50px;
  max-height: 500px;
  overflow-y: auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.album_hide .dropdown-menu {
  padding: 0;
}

.note-box {
  width: 220px;
  background: rgba(254, 254, 254, 0.9);
  border: 1px solid #eee;
  border-radius: 3px;
  position: absolute;
  z-index: 20;
  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: 170px;
  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;
}

.tip-box .note-triangle-down-big {
  left: 20px;
}

.note-triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid rgba(254, 254, 254, 0.9);
  position: absolute;
  z-index: 3;
  left: 20px;
  top: -7px;
}

.note-triangle-up-big {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #eee;
  position: absolute;
  left: 20px;
  top: -8px;
}

.share-tip {
  bottom: 90px;
  width: 240px;
}

.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;
}

.test-tip {
  width: 200px;
  background: rgba(254, 254, 254, 0.9);
  border: 1px solid #eee;
  border-radius: 3px;
  position: absolute;
  z-index: 2;
  left: -20px;
  font-size: 12px;
  bottom: -50px;
}

.test-tip .note-triangle-up-big {
  left: 82px;
}

.test-tip .note-triangle-up {
  left: 82px;
}

.close-test-tip {
  position: absolute;
  top: -12px;
  right: 3px;
}

.close-test-tip:hover {
  cursor: pointer;
  color: #1c64b9;
}

/*搜索列表*/
.search-list-container {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  margin-bottom: 40px;
}

.album-searchlist-title {
  color: #1c64b9;
  border-left: 12px solid #1c64b9;
  padding-left: 10px;
  font-size: 24px;
  margin-right: 5px;
  font-family: "微软雅黑";
}

.table-item {
  width: 20%;
  text-align: center;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 14px;
}

.table-item span {
  font-size: 22px;
}

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

.album-btn {
  color: #fff;
  background-color: #1c64b9;
  padding: 0px 10px;
  height: 32px;
  border-radius: 3px;
  border: 0;
}

.album-btn-all {
  padding: 5px 40px;
}

.custom-input-dropdown {
  padding-top: 11px;
  padding-bottom: 9px;
  min-width: 260px;
}

.custom-input-container {
  position: relative;
  cursor: pointer;
}

.custom-input-title a {
  color: #666;
}

.custom-input-group {
  margin-left: 10px;
  position: relative;
  font-size: 12px;
  color: #333;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group-search {
  border: 1px solid #ddd;
  border-radius: 3px;
  float: left;
  width: 78%;
  position: relative;
}

.drop-btn-main {
  float: left;
  width: 19%;
}

.search-input-index {
  float: left;
  width: 72%;
  outline: none;
  border: 0;
}

.custom-input {
  width: 70px;
  height: 24px;
  font-size: 12px;
}

.custom-input-btn {
  margin-left: 5px;
  margin-right: 5px;
  height: 22px;
  font-size: 12px;
  box-sizing: content-box;
  background: #fff;
  border: 1px solid;
  color: #1c64b9;
}

.custom-input-btn:hover {
  color: #ff5335;
  border: 1px solid #ff5335;
  transition: 0.5s;
}

.filter-dropdown-container {
  position: relative;
}

.filter-dropdown-title {
  border: 1px solid #f0f0f0;
}

.filter-dropdown-title span i {
  margin-left: 3px;
}

.filter-dropdown {
  top: 30px;
  right: 10px;
  left: inherit;
  margin-left: 0;
  min-width: 180px;
  border: 1px solid #1c64b9;
}
/* 修改换行重叠 */
/* .filter-dropdown > li {
  display: block;
  
} */
.filter-dropdown > li {
  display: block;
  height: auto;
}
/* 修改换行重叠 */
/* .filter-dropdown > li > a {
  width: 100%;
  margin: 0;
  padding: 3px 8px;
  height: 30px;
  line-height: 30px;
} */

 .filter-dropdown > li > a {
  width: 100%;
  margin: 0;
  padding: 3px 8px;
  height: auto;
  line-height: 16px;
}

.filter-dropdown .filter-dropdown {
  border: 0;
  position: relative;
  top: -5px;
  left: 0;
  padding-left: 10px;
  display: block;
}

.album-sidebar-menu .base-dropdown {
  max-height: 500px;
  overflow-y: auto;
  width: 295px; /*200*/
}

/* .album-sidebar-menu li[data-key='court'] .base-dropdown {
  max-height: 500px;
  overflow-y: auto;
  width:auto;
} */

.base-dropdown::-webkit-scrollbar {
  display: none;
}

.hide-filter-btn {
  border: 1px solid #eee;
  border-top: 0;
  position: relative;
  top: -1px;
  width: 100px;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 5px 0;
  display: block;
  font-size: 12px;
  color: #f36c28;
}

.hide-filter-btn:focus {
  color: #1c64b9;
}

/*搜索页法院观点*/
.court-opinion-left {
  width: 50%;
  border-right: 1px solid #eee;
  height: 300px;
}

.court-opinion-right {
  width: 30%;
}

.album-progress {
  background-color: #6ec71f;
  margin-bottom: 0px;
  height: 13px;
}

.album-progress-bar {
  background-color: #4fa8fa;
}

.line-bar-box {
  margin-right: 20px;
  margin-left: 20px;
}

.line-bar {
  overflow-y: hidden;
  margin: 4px 10px;
  font-family: "微软雅黑";
}

.line-bar-tile {
  font-size: 14px;
}

.vis-top {
  border-bottom: 1px solid #eee;
}

.jufa-search-list-top hr {
  width: 78%;
  color: #eee;
  margin-top: 17px;
  margin-bottom: 17px;
}

.look-all {
  width: 15%;
  margin: auto;
}

.court-opinion-box {
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}

.court-opinion {
  display: none;
}

.fade-btn {
  width: 50px;
  height: 30px;
  background: #fbfcfc;
  border: 1px solid #eee;
  border-top: 0;
  position: relative;
  top: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  color: #aaa;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

.summary-box {
  width: 26%;
  position: relative;
  top: 15px;
}

.summary-title {
  color: #4b6cb6;
  margin-bottom: 10px;
  font-size: 14px;
  border-left: 5px solid;
  padding-left: 10px;
  line-height: 24px;
  background: #f9f9f9;
}

.summary-box span {
  color: #6ec71f;
  font-weight: bold;
}

.input-error-tip {
  display: none;
  position: absolute;
  z-index: 2;
  top: 40px;
  right: 0;
  font-size: 12px;
  color: #1c64b9;
  line-height: 20px;
  border: 1px solid #1c64b9;
  text-align: center;
  padding: 10px 20px;
  background: #fff;
  box-sizing: content-box;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.input-error-tip-inmenu {
  position: relative;
  top: 5px;
  width: 170px;
  margin: 0 auto;
  box-shadow: none;
  border: 0;
}

.changebg {
  border: 1px solid #1c64b9;
  border-bottom: 0;
  z-index: 101;
  background: #fff;
  position: relative;
}

/*首页新增板块*/
.index-content {
  width: 850px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
}

.index-content-title {
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid #4b6cb6;
}

.index-content-title-text {
  font-size: 18px;
  color: #4b6cb6;
}

.index-content-list-label {
  font-weight: 400;
  color: #999;
  margin-left: 10px;
  margin-bottom: 0;
}

.index-content-title-more {
  color: #cf003f;
}

.index-content-list {
  border-bottom: 1px dashed #eee;
  padding: 10px 0;
}

.circle {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background: #4b6cb6;
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 5px;
}

.index-content-list-title {
  color: #666;
}

/************************** 专题库 start ******************************************/
.special {
  text-align: center;
  margin: 15px auto;
  width: 70%;
  height: 120px;
}

.special-left {
  float: left;
  background-color: #00a7d0;
  width: 160px;
  height: 120px;
}

.special-right {
  height: 120px;
  width: auto;
}

.special-right-title {
  text-align: left;
  height: 30px;
}

.special-right-content {
  text-align: left;
  margin-left: 160px;
  height: 90px;
  padding: 10px;
  box-sizing: border-box;
}

/*采购*/
.main {
  background: #f0f3f4;
}

.album-check {
  width: 200px;
  text-align: center;
  border: 1px solid #eee;
  line-height: 38px;
  height: 40px;
  background: #fff;
  margin-left: -1px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #4b6cb6;
  position: relative;
}

.album-check:hover {
  color: #1c64b9;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.5s;
}

.album-check-box {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  padding-top: 10px;
  width: 1100px;
  margin: 20px auto;
}

.album-pay-box {
  width: 1100px;
  margin: 20px auto;
}

.album-check-l {
  line-height: 40px;
  width: 105px;
  text-align: center;
}

.album-check-r {
  width: 995px;
}

.album-month {
  width: 100px;
  margin-bottom: 0;
}

.album-price span {
  font-size: 14px;
  color: #999;
}

.album-price .del-price {
  text-decoration: line-through;
}

.album-price .price-now,
#totalPrice {
  font-size: 28px;
  font-weight: bold;
  color: #ff6600;
  margin-right: 10px;
}

.price-box {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #eee;
  padding: 25px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.selected {
  background: url(/static/Public/images/selected.png) no-repeat bottom;
  background-size: 100%;
  position: relative;
  border: 0;
  line-height: 40px;
}

.selected-m {
  background: #4b6cb6;
  color: #fff;
  border: 0;
  line-height: 40px;
}

.selected-m:hover {
  color: #fff;
  transition: 0.5s;
}

.pay-btn {
  width: 150px;
  height: 44px;
}

.pay-btn a {
  color: #fff;
}

button[disabled] {
  background: #ccc;
}

button[disabled]:hover {
  background: #ccc;
  transition: 0.5s;
}

.pro_main {
  width: 100%;
  margin-top: -20px;
}

.pro_main .pro_main_p {
  font-size: 36px;
  color: #4b6cb6;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.pro_main_s {
  font-size: 24px;
  color: #4c75a3;
  margin: 0 auto;
  text-align: center;
  font-weight: inherit;
  margin-top: -30px;
}

.pro_main_box .img_pro {
  width: 100%;
  color: #fff;
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 30px;
  position: relative;
  font-family: "微软雅黑";
}

.pro_main_box .img_pro .img_pro_div {
  margin-top: 20px;
  float: left;
  width: 33%;
  padding: 0 1%;
  overflow: hidden;
}

.pro_main_box .img_pro .img_pro_div .all_main {
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #d8d8d8;
}

.pro_main_box .img_pro .img_pro_div .all_main:hover {
  border: 1px solid #00a2cb;
}

.popularize {
  position: absolute;
  right: 0;
  top: 0;
  height: 53px;
  width: 53px;
}

.img_pro_div .all_main.all .all_top {
  width: 100%;
  height: auto;
  background: #1b2354;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.img_pro_div .all_main.all .all_bot {
  background: #fff;
  padding: 35px 32px 30px;
  font-size: 12px;
  color: #666;
}

.img_pro_div .all_main.all .all_bot > ul {
  padding: 0 0 0 20px;
  margin: 0;
}

.img_pro_div .all_main.all .all_bot > ul > li {
  list-style-type: disc;
  color: #1b2354;
  text-align: left;
  margin-bottom: 10px;
  line-height: 15px;
}

.img_pro_div .all_main.all .all_bot > ul > li > span {
  color: #666;
  font-size: 14px;
}

.img_pro_div .all_main.all .all_bot > ul > li > .analyze {
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 12px;
  color: #1b2354;
  font-weight: bold;
  margin-top: 4px;
}

.img_pro_div .all_main.all .all_bot > ul > li > .analyze > li {
  line-height: 22px;
}

.img_pro_div .all_main.all .all_bot > ul > li > .analyze > li > span {
  color: #666;
  font-size: 14px;
  font-weight: normal;
}

.upgrade_top {
  background: #f5f8fa;
  text-align: center;
  font-size: 20px;
  color: #333;
  overflow: hidden;
  height: 55px;
}

.upgrade_top img {
  width: 60px;
  height: 60px;
  float: left;
}

.upgrade_top .left_vip {
  padding: 2% 0;
  text-align: center;
  width: 100%;
}

.upgrade_bot .left_mon {
  color: #727272;
  font-size: 12px;
}

.upgrade_top .left_yue {
  font-size: 14px;
  margin: 0;
}

.upgrade_bot .left_yue .left_yue_num {
  color: #ff6600;
  font-size: 30px;
}

.upgrade_top_inner {
  width: 244px;
  margin: auto;
  overflow: hidden;
  margin-top: 7px;
}

.upgrade_bot > ul {
  margin: 0;
}

.upgrade_bot > ul > li > .upgrade_bot_p {
  color: #333;
  font-size: 14px;
  text-align: center;
}

.upgrade_bot > ul > li > .upgrade_bot_p .tian {
  color: #1b2354;
  font-size: 18px;
  font-weight: bold;
}

.upgrade_bot .bot_ye {
  padding: 7px 50px;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  background: #00a2cb;
  margin-top: 10px;
}

#button_sca {
  width: 100%;
  height: 24px;
  padding-left: 130px;
}

#button_sca input.button_as {
  float: left;
  text-align: center;
  color: white;
  height: 24px;
  width: 27px;
  line-height: 2px;
  font-size: 20px;
  font-weight: 500;
  border-radius: inherit;
  background-color: #00a2cb;
  border: solid 1px #00a2cb;
}

input.button_as:hover {
  border: solid 1px #00a2cb;
  color: black;
  background: white;
  transition: 0.5s;
}

#button_sca input#countPeo {
  float: left;
  width: 15%;
  height: 24px;
  margin-bottom: 5px;
  border: 1px solid #00a2cb;
  text-align: center;
  padding-left: 0px;
}

#groupBuyingBtn {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 7px 20px;
  width: 156.01px;
  margin-right: 5px;
}

.upgrade_bot .bot_ye:hover {
  transition: 0.5s;
  background: #1c64b9;
}

.img_pro_div .all_main.all .all_bot .bot_ye {
  padding: 8px 55px;
  font-size: 16px;
  color: #fff;
  background: #1b2354;
  border-radius: 2px;
  margin-top: 15px;
  display: inline-block;
}

.upgrade_top.sp_top {
  background: #ebebec;
}

.upgrade_bot .bot_ye.bot_ye_expect {
  color: #d6d6d6;
  background: #f9f9f9;
}

.head {
  width: 100%;
  font-size: 24px;
  color: #fff;
  background: #4c75a3;
  padding: 12px 0;
  text-align: center;
  margin-top: 100px;
}

.pro_foot {
  width: 100%;
  height: 10px;
  background: #4670a1;
}

table {
  text-align: center;
  border: 1px solid #e5e5e5;
  margin-bottom: 100px;
  background: #fff;
}

table > tbody > tr > td {
  font-size: 14px;
  color: #666;
  height: 55px;
}

table > tbody > tr > td.bold {
  font-size: 18px;
  color: #333;
}

table > tbody > tr > td.free {
  background: #f6f9fa;
}

.upgrade_bot {
  background: #fff;
  clear: both;
}

.upgrade_bot_body {
  padding: 10px;
  text-align: center;
  height: 210px;
}

.left_vip_name {
  font-size: 26px;
  color: #333333;
  padding-bottom: 5px;
}

.left_vip_day {
  font-size: 20px;
  color: #878787;
  /* margin-top: -13px; */
}

.close .modal-title {
  color: black;
}

.modal-info {
  overflow: hidden;
}

.modal-info-left {
  float: left;
  line-height: 24px;
  margin: 50px 155px;
}

.modal-info-left p {
  color: #4b6cb6;
  padding: 0;
  margin: 15px 0 0 0;
}

.modal-info-left > img {
  width: 200px;
  height: 200px;
  border: 1px dotted #ccc;
}

.modal-info-right {
  text-align: left;
  float: left;
  margin: 35px 0 0 0;
  line-height: 43px;
}

.modal-info-right > p {
  font-size: 14px;
  color: #666;
}

.now_price {
  font-size: 22px;
  color: #ff6600;
  margin-left: 20px;
}

.modal-info-item {
  color: #4b6cb6;
  margin-left: 20px;
}

.pay-state {
  line-height: 45px;
  height: 45px;
  width: 590px;
  background: #eee;
  color: #bbb;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  clear: both;
}

.pay-modal-title {
  text-align: left;
  color: #4b6cb6;
  border-left: 2px solid #4b6cb6;
  padding-left: 10px;
}

.modal-content {
  border-radius: 0;
  border: 0;
}

.modal-content-main {
  min-height: 480px;
}

.paySuccess {
  color: black;
  background-color: #1c64b9;
}

.laydate_table,
#laydate_today {
  display: none !important;
}

.laydate-icon:hover {
  cursor: pointer;
}

#searchbar {
  position: relative;
  padding: 30px 0 10px;
  width: 100%;
}

.pay-logo {
  display: block;
  cursor: pointer;
  width: 150px;
  margin-top: 12px;
}

.line {
  font-size: 0px;
  line-height: 0px;
  border-top: solid 1px #eee;
  float: none;
}

.line-3 {
  border-top: dashed 1px #e9e9e9;
}

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

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

.cl:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.sort-type-cls {
  display: none;
}

.sort-label {
  margin-left: 10px;
  padding: 0 5px;
  font-weight: normal;
}

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

.sort-box {
  font-size: 14px;
  position: relative;
}

.sort-select {
  color: #ca4341;
}

.sentence-ico {
  overflow: hidden;
  position: relative;
  top: 9px;
  left: 3px;
}

.sentence-ico i {
  display: block;
  width: 10px;
  height: 8px;
  line-height: 8px;
}

.sentence-light {
  color: #666;
}

#sentence {
  position: relative;
}

/*购买页面表格*/
table.holo-explain {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.holo-explain th {
  text-align: center;
  height: 45px;
  background: #f5f8fa;
  font-weight: 700;
}

.holo-explain td {
  height: 40px;
}

.holo-explain td,
.holo-explain th {
  width: 30%;
  border: 1px solid #eee;
}

.holo-explain td i {
  font-size: 22px;
  color: #3ec95c;
}

.holo-explain tr:nth-child(odd) {
  background: rgb(244, 247, 249);
}

.explain-inner {
  text-align: center;
  width: 100%;
}

.explain-title2 {
  color: #ff6600;
}

.explainCom {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
}

.explain-body1 {
  border-top: 10px solid #4ec0e9;
}

.explain-body2 {
  border-top: 10px solid #ff5d5d;
}

/*购买页面表格./*/
/************************** 专题库 end ******************************************/
/************************** 专题库法规 begin ******************************************/
.law-title {
  background: #fafafa;
  padding: 10px 12px;
  overflow: hidden;
  margin: 10px auto;
  width: 1100px;
}

.law-title:hover {
  transition: 0.5s;
  cursor: pointer;
  background: #f5f5f5;
}

.law-title span {
  /* display: block; */
  color: #333;
  font-size: 16px;
  min-width: 75px;
}

.law-title span:first-child {
  height: 22px;
  text-align: center;
}

.law-item {
  background: #fff;
  border: 1px solid #eee;
  padding: 20px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  margin-bottom: 20px;
}

.law-item-box {
  background: #fafafa;
  padding: 10px 12px;
  overflow: hidden;
  margin: 10px auto;
  width: 100%;
  margin-top: -10px;
  display: none;
}

.law-detail {
  line-height: 28px;
}

.section-part {
  margin-left: 50px;
}

.clause-part {
  margin-left: 100px;
}

.law-detail dl {
  margin-top: 10px;
  margin-bottom: 0px;
}

.law-detail dt {
  font-weight: 400;
  text-indent: 24px;
  line-height: 24px;
}

/************************** 专题库法规 end *****************************************/
.hightword {
  background-color: #1c64b9;
}

/*********************************贪污专题库search2样式start***********************************/
.search2-list-container {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 25px;
  min-height: 700px;
}

.jufa-search2-list-top {
  color: #666;
  width: 99%;
  display: block;
  overflow: hidden;
  margin: 15px auto;
  font-size: 12px;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 20px;
}

.jufa-search2-list {
  margin-top: 20px;
  border: 1px solid #eee;
  background-color: #fff;
  position: relative;
  width: 780px;
}

.jufa-search2-lists {
  width: 100%;
  /* min-width: 750px; */
  min-height: 600px;
  margin: 0 auto;
}

.search2-right {
  background: #fff;
  width: 350px;
}

.search2-left {
  width: 790px;
}

.court2-opinion-left {
  width: 310px;
  height: 300px;
  margin: 30px auto;
}

.jufa-search2-view {
  border: 0;
  color: #666;
  margin: 5px auto 0;
}

.jufa-search2-view td {
  width: 50%;
  height: auto;
  padding: 8px 10px;
  border: 1px solid #dddddd;
}

.jufa-search2-view span {
  color: #1c64b9;
  font-size: 20px;
}

.look2-all {
  width: 39%;
  margin: auto;
  margin-bottom: 50px;
}

.album-search2-btn {
  color: #1c64b9;
  font-size: 14px;
  padding: 5px 15px;
  height: 32px;
  border-radius: 3px;
  background: none;
  margin-right: 20px;
}

.album-search2-btn:hover {
  color: #1c64b9;
}

.search2-line {
  display: inline-block;
  border-bottom: 1px solid #ddd;
  width: 180px;
}

.search2-rWidth {
  width: 310px;
}

.court2-opinion-left-title {
  width: 100px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #4b6cb6;
  border: 1px solid #4b6cb6;
  border-radius: 30px;
}

.album-search2-btn:focus,
.album-search2-btn:active {
  box-shadow: none;
  outline: none;
}

#album_wBody iframe {
  height: 420px;
  margin: 0 20px;
}

.search2-wLogin button {
  color: #000;
}

#album_wHeader {
  padding: 0;
  border-bottom: 0;
}

.album_wContent {
  width: 380px;
  margin: 0 auto;
}

.share_wContent {
  width: 450px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.share_wContent iframe {
  height: 320px;
  width: 320px;
  margin: 0 50px;
}

.share-word span {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #4b6cb6;
  word-break: break-all;
  margin-bottom: 10px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  color: #1c64b9;
}

.dropdown-menu > li > a {
  white-space: inherit;
}

.info-iconNew {
  color: #999;
  display: inline-block;
  width: 310px;
  margin-top: 12px;
}

.info-iconNew img {
  width: 16px;
  margin: -2px 2px 0;
}

/*公报等标签*/
.new-type-bg {
  display: inline !important;
  border: 1px solid;
  font-size: 14px;
  padding: 0;
  margin-right: 15px;
  font-weight: 400;
}

.law-bg {
  color: #4ec0e9;
}

.law-bg .bg-lt {
  color: #fff;
  background-color: #4ec0e9;
}

.bg-lt,
.bg-rt {
  padding: 0 3px;
}

.check-bg {
  color: #32c8a2;
}

.check-bg .bg-lt {
  color: #fff;
  background-color: #32c8a2;
}

.referto-bg {
  color: #ff9f24;
}

.referto-bg .bg-lt {
  color: #fff;
  background-color: #ff9f24;
}

/*公报等标签./*/
/*********************************贪污专题库search2样式end***********************************/
/*底部分享*/
.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: #1c64b9;
  border-color: #1c64b9;
  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 #1c64b9;
}

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

.pleaseBuy {
  border: 1px solid #4b6cb6;
  border-radius: 3px;
  display: block;
  float: left;
  width: 200px;
  height: 40px;
  color: #4b6cb6;
  line-height: 40px;
  text-align: center;
}

.buyTip {
  margin-right: 40px;
  background: #4b6cb6;
  color: #fff;
  margin-left: 105px;
}

.pleaseBuy:hover,
.pleaseBuy:focus,
.pleaseBuy:active {
  transition: 0.5s;
  color: #1c64b9;
  border: 1px solid #1c64b9;
}

.buyTip:hover,
.buyTip:focus,
.buyTip:active {
  transition: 0.5s;
  background: #1c64b9;
  color: #fff;
  /*border: 1px solid #1C64B9;*/
}

.button-box {
  overflow: hidden;
  clear: both;
  padding: 40px 0;
}

.publicBoxBody {
  margin: 30px 25px;
  text-align: center;
}

.text-point {
  background: #ff9f26;
  width: 5px;
  height: 5px;
  float: left;
  margin-top: 7px;
  margin-right: 10px;
}

.text-box p {
  overflow: hidden;
  margin-bottom: 15px;
  margin-top: 15px;
}

.pic-box {
  width: 87px;
  height: 87px;
  border: 1px dashed #ddd;
}

.to_buyNew {
  margin-top: 40px;
}

.vip-text {
  color: #4b6cb6;
}

.vip-text1 {
  color: #000000;
}

.holo-explain b {
  color: #000000;
}

/*holo 广告链*/
.text-main-holo {
  background-color: #e2f0fd;
  height: 26px;
  line-height: 14px;
  padding: 5px;
  border-radius: 3px;
  border: 1px #cce4fb solid;
}

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

.albumBuyBtn {
  color: #fff;
  background-color: #4b6cb6;
  padding: 0px 10px;
  height: 32px;
  border-radius: 3px;
  border: 0;
}

#focusCpyzPop #focusCpyzTop,
#casePop #caseTop {
  background: #1c64b9;
}

.publicBox .publicBoxInner .header {
  background: #1c64b9;
  color: #fff;
}

.holo-search {
  padding: 10px;
  margin-bottom: 10px;
}

/*.is_show {
    max-height: 120px;
    overflow: hidden;
}

.album-sidebar-menu .treeview-menu li {
    float: left;
    position: relative;
    height: 40px;
}*/

/* 支付页新 */
.chance_left,
.chance_right {
  float: left;
  width: 774px;
  /* height: 300px; */
  padding-bottom: 30px;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0470588235294118);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0470588235294118);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0470588235294118);
}

.chance_right {
  width: 377px;
  float: right;
}

.left_title,
.right_title {
  width: 100%;
  height: 10px;
  line-height: 10px;
  background-color: #db3b3a;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "PingFangSC-Regular", "PingFang SC";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  color: #9b722e;
  text-align: center;
}

.chance_right .right_title {
  background-color: #1c64b9;
  color: #fff;
}

.pro_main_box div p {
  font-weight: 200;
  font-size: 18px;
  color: #9b722e;
  text-align: center;
  margin: 15px 0;
}
.pro_main_box .chance_right p {
  color: #333333;
}
.pro_main_box p.comptitle,
.pro_main_box p.usertitle {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
}
.pro_main_box p.comptitle {
  color: #1c64b9;
}
.pro_main_box p.usertitle {
  color: #db3b3a;
}
.pro_main_box .price,
.mechanism {
  width: 220px;
  height: 130px;
  box-sizing: border-box;
  border: 1px solid rgba(221, 221, 221, 1);
  /* margin: 0 10px; */
  text-align: center;
}

.mechanism {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #db3b3a;
  /* color: #1C64B9; */
  text-align: center;
  line-height: 128px;
  margin: 0 auto;
  font-weight: 700;
}

.pro_main_box .price:first-child {
  margin-left: 40px;
  position: relative;
}
.tuijiantip {
  position: absolute;
  top: 0;
  left: 0;
  background: #db3b3a;
  color: #fff;
  padding: 0px 8px;
  display: none;
}
.active_price .tuijiantip {
  display: block;
}
.price {
  color: #999999;
  padding-top: 17px;
  cursor: pointer;
  margin: 10px 8px;
  float: left;
  margin-bottom: 20px;
  margin-top: 0;
}
.price:hover {
  border: 2px solid #db3b3a;
}
.pro_main_box div p.usetime {
  margin: 0;
  margin-bottom: 5px;
  color: #222222;
  cursor: pointer;
  font-weight: 200;
}
.pro_main_box div p.usemoney {
  color: #999;
  margin: 0;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
}
.active_price {
  border: 2px solid #db3b3a !important;
  background: url("/static/Public/images/pinigjj/checkred.png") no-repeat right bottom;
  background-size: 30px;
}

.price .yuan {
  font-size: 20px;
  color: #db3b3a;
  font-weight: 700;
}
.album_agree a {
  color: #db3b3a;
}

.yuan_del {
  font-size: 12px;
}

.goupay,
.tele {
  display: block;
  width: 200px;
  height: 36px;
  line-height: 36px;
  background-color: #db3b3a;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  margin: 20px auto;
  text-align: center;
}

.jufa-header-tabs > li:hover {
  background-color: rgba(19, 91, 158, 1);
}

.goupay:hover {
  background-color: #db3b3a;
  color: #fff;
}
.goupay {
  color: #fff;
}
.tele {
  background-color: #1c64b9;
  /* cursor: pointer; */
}

.left_foot,
.right_foot {
  font-size: 12px;
  color: #999999;
  text-align: center;
}

/* 新版支付页面 */
#payBox .modal-content,
#applyBox .modal-content {
  border-radius: 4px;
}
#payBox .modal-header,
#applyBox .modal-header {
  height: 45px;
  line-height: 40px;
  font-size: 17px;
  color: #1c64b9;
  padding-left: 0;
  border-bottom: 1px solid #ebebeb;
}
#payBox #myModalLabel,
#applyBox #myModalLabel {
  border-left: 5px solid #1c64b9;
  padding-left: 10px;
  margin-top: 5px;
}
#applyBox .inp_box {
  width: 240px;
  margin: auto;
  position: relative;
}
#applyBox .modal-content {
  width: 400px;
  margin: auto;
}
.layui-input:focus,
.layui-textarea:focus {
  border-color: #1c64b9 !important;
}

#applyBox .inp_box p {
  margin-top: 20px;
  margin-bottom: 6px;
}
#applyBox .modal-footer {
  text-align: center;
}
#apply_code {
  padding-right: 85px;
}
#applyBox p.inp_error {
  display: none;
  margin: 0;
  color: #fb5f5a;
  font-size: 12px;
  position: absolute;
}
.inp_error img {
  width: 16px;
  margin-right: 5px;
}
.inp_box .codepos {
  position: absolute;
  right: 0;
  top: 35px;
  padding: 0 10px;
  border-left: 1px solid #e0e4ea;
  height: 10px;
  line-height: 10px;
}
#getCode {
  color: #1c64b9;
  cursor: pointer;
}

#applyBox #sub_apply {
  width: 117px;
  height: 42px;
  background: #1c64b9;
  border-radius: 4px;
  color: #fff;
  border: none;
  font-size: 16px;
  margin-right: 30px;
  vertical-align: middle;
}
#applyBox #cancelap {
  width: 84px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  vertical-align: middle;
  font-size: 16px;
}

.paytime {
  width: 100%;
  height: 52px;
  line-height: 52px;
  background: #f6f6f6;
  position: relative;
}
.shuxian {
  height: 20px;
  display: block;
  width: 1px;
  position: absolute;
  background: #cccccc;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.paytime > div {
  float: left;
  width: 50%;
  text-align: center;
}
.paytime > div i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1c64b9;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.paymiddle {
  padding: 18px 33px;
  /* height:70px; */
  line-height: 30px;
}
#shouldPay {
  float: right;
  color: #db3b3a;
  font-size: 28px;
}
.choice {
  height: 50px;
}
.choice img {
  width: 30px;
  margin-right: 5px;
}
.choice > div {
  float: left;
  width: 205px;
  height: 44px;
  line-height: 41px;
  margin: 0 22px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #dddddd;
  cursor: pointer;
}
.choice > div:hover,
.choice > div.active {
  border: 1px solid #1c64b9;
}
.choice > div.active {
  background: url("/static/Public/images/pinigjj/checkblue.png") no-repeat right bottom;
  background-size: 20px;
}
#payBox .modal-dialog,
#payBox .modal-content {
  width: 500px;
}
div.weixinBox {
  margin-right: 0;
  margin-left: 34px;
}
#payBox .modal-footer {
  border-top: 0;
  text-align: center;
  margin-bottom: 28px;
}
.payCode,
.alpaybox iframe {
  width: 150px;
  height: 150px;
  /* background:red; */
  margin: auto;
  margin-bottom: 10px;
}
.layui-input {
  height: 30px;
  /* color: #db3b3a; */
}
.layui-form-item {
  margin: 0;
  margin-bottom: 5px;
}
.choicecheck {
  height: 40px;
}
.choicecheck .pay_num {
  padding-left: 13px;
}
.modal-footer .payCode {
  display: none;
}
.modal-footer .payCode.active {
  display: block;
}

/* 联想词 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;
}

/*专题库头部*/

/* 清除浮动 */
.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.search-tab {
    background: #fff;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.search-tab a {
    color: #333;
    font-size: 14px;
    padding: 7px 20px;
    border-bottom: 2px solid #fff;
}

.search-tab .active a {
    color: #1c64b9;
    border-bottom: 2px solid;
}

.search-tab ul a:hover {
    border-bottom: 2px solid;
    color: #1c64b9;
    transition: 0.5s;
}

.search-tab ul {
    overflow: hidden;
    line-height: 40px;
    position: relative;
    z-index: 10;
}

.search-tab .title-logo {
    float: left;
    min-width: 192px;
}

.sBtn {
    width: 90px;
}

#header-nav li {
    margin: 0 20px;
}

.album-title-header {
    font-size: 18px;
    margin: 0 15px;
    display: block;
    line-height: 40px;
    color: #1c64b9;
}

.album-logo {
    line-height: 38px;
}

.album-logo img {
    height: 20px;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

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

.delBtn {
    background: transparent;
    color: #1c64b9;
}

/*专题库头部./*/
/*详情页*/
a {
    color: #1c64b9;
}

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

.header-search-btn,
.nav-title-text,
.detail-middle-item,
.text-hover,
.detail-right li,
.detail-quote,
.tagCollect .header i,
.detail-quote {
    color: #333;
}

.jufa-header-tabs > li.active > a,
.jufa-header-tabs > li.active > a:hover,
.jufa-header-tabs > li.active > a:focus {
    color: #1c64b9;
}

.new-file {
    color: #1c64b9;
    border: 1px solid #1c64b9;
}

.detail-ietm-index {
    line-height: 34px;
    overflow: hidden;
    color: #1c64b9;
    font-size: 18px;
    border-left: 5px solid #1c64b9;
    padding-left: 10px;
    background: #fafafa;
}

.detail-header-line {
    width: 100%;
    height: 1px;
    border-top: 2px solid #1c64b9;
}

.detail-two-title {
    border-left: 0;
    padding-left: 0;
    background: #fff;
}

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

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

/*详情页./*/
.model-title {
    line-height: 35px;
    font-size: 18px;
    border-left: 5px solid #1c64b9;
    color: #1c64b9;
    padding-left: 5px;
    border-bottom: 1px solid #ddd;
}

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

.jufa-btn-success:hover,
.jufa-btn-success:focus {
    color: #fff;
    background-color: #1c64b9;
    border: 1px solid #1c64b9;
    transition: 0.5s;
}

.pleaseBuy {
    border: 1px solid #1c64b9;
    border-radius: 3px;
    display: block;
    float: left;
    width: 200px;
    height: 40px;
    color: #1c64b9;
    line-height: 40px;
    text-align: center;
}

.buyTip {
    margin-right: 40px;
    background: #1c64b9;
    color: white;
    margin-left: 105px;
}

.commentDisTop {
    background: #1c64b9;
}

.btn-default {
    background-color: transparent;
    color: #1c64b9;
    border-color: #1c64b9;
}

.btn-default:hover,
.btn-default:active,
.btn-default.focus {
    transition: 0.5s;
    border-color: #1c64b9;
    color: #1c64b9;
    background-color: transparent;
}

.commentDisBottom,
.commentDisContent {
    background-color: #fff;
}

#commentPop #commentTop {
    color: #1c64b9;
}

element.style {
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #1c64b9;
    background-color: #fff;
    border-color: #1c64b9;
}

.no-reslut-box {
    width: 695px;
    margin: 0 auto;
}

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

.selCase option {
    font-size: 14px;
}

/*弹层*/
#lean_overlay_out {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow: auto;
    display: block;
}

.over {
    overflow: hidden;
}

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

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

/*.buyTip {
    margin-right: 40px;
    background: #1C64B9;
    color: #fff;
    margin-left: 105px;
}*/

/* 多选 */

.album-sidebar-menu li.check_out {
    float: right;
    display: none;
}

.check_out button {
    margin: 8px 10px 0px 0px;
}

.check_out .check_cancel {
    width: 40px;
    display: none;
}

.check_out .check_sure {
    border: 1px solid #1c64b9;
    background: #1c64b9;
    color: #fff;
}

.c_box {
    display: none;
}

.c_all {
    float: left;
    margin: 14px 0px 0px 15px !important;
}

.filter-dropdown-container > .filter-dropdown > li {
    position: relative;
    height: 30px;
}

.filter-dropdown .c_box {
    position: absolute;
    z-index: 999;
    margin: 7px 0px 0px 8px;
}

.filter-dropdown .c_box + li > a {
    padding-left: 27px;
}

.c_tree_out {
    display: inline-block;
}

.c_tree_out .c_box {
    margin: 6px 0px 0px 8px;
}

.c_tree_out .c_box + li > a {
    margin: 0px;
}

.add-hide {
    display: list-item;
    height: 45px !important;
    overflow: hidden;
}

.add-h {
    height: 45px !important;
}

.h-style {
    height: 100%;
}

.btn-isshow {
    display: none !important;
}

.hide-style {
    overflow: hidden;
}

.li-content {
    margin-right: 80px;
}

/* .zmr30 {
    margin-right: 43px !important;
} */
/* .info-div {
    margin-right: -8px;
} */

.hideLineBtn {
    position: absolute !important;
    font-size: 12px !important;
    /* right: -23px; */
    right: 0;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #1c64b9 !important;
    box-sizing: content-box;
    background: #fff;
    border: 1px solid #1c64b9;
    border-radius: 3px;
    padding: 0 10px !important;
    height: 22px;
    line-height: 22px;
    margin: 5.5px 11px 0px 0px !important;
    width: 40px;
    top: 0;
}

.block-style {
    display: block !important;
    width: 70px;
    height: 27px;
}

.album-sidebar-menu .treeview-menu:not(:first-child) {
    /* padding-right: 250px !important; */
}

.zw {
    width: 40px !important;
}

/* 下面是行政holo系统的新样式 */
.xingzheng-treeview a {
    font-size: 14px !important;
}

.xingzheng-sidebar-menu > li span {
    font-size: 14px !important;
}

.xzSearchData {
    width: 100%;
    height: 160px;
    overflow-y: scroll;
}

.xzSearchData li {
    padding: 0 5px !important;
}

.zsearch-box {
    position: absolute;
    right: 8%;
    top: 0;
    margin: 4px auto;
}

.xingzheng-input {
    background: url(/static/Public/images/zsearch.png) no-repeat left 6px center;
    background-size: 18px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ddd;
    height: 30px;
    box-shadow: 0px 0px 5px 0px rgba(209, 211, 221, 0.5);
    position: relative;
    padding-left: 30px;
    width: 160px;
    line-height: 30px;
}

.xingzheng-input::-webkit-input-placeholder {
    color: #333;
    opacity: 0.7;
}

.notice {
    text-align: center;
    margin-top: 20px;
}

.album-filter {
    position: initial !important;
}

/* .xingzheng-sidebar-menu>li {
    position: initial !important;
}
.xingzheng-sidebar-menu .treeview-menu {
    position: initial !important;
} */

/* .xingzheng-sidebar-menu .treeview-menu>li {
    position: initial !important;
}
.xingzheng-sidebar-menu .holo-menu>li {
    display: block !important;
}
.xz-content {
    position: relative;
}
.xingzheng-treeview a {
    position: initial !important;
} */
.xingzheng {
}

.right-container {
    position: relative;
}

.xingzheng-lists {
    height: 45px;
    border-bottom: 1px solid #eee;
    padding-right: 250px;
    overflow: hidden;
}

.f-dropdown-title,
.xingzheng-title a {
    color: #333;
    float: left;
    font-size: 12px;
    padding: 4px;
    margin: 7px 10px;
}

.f-dropdown-title {
    margin: 5px 10px;
}

.xingzheng-list-item a:hover,
.xingzheng-title a:hover {
    color: #1c64b9;
}

.f-dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #1c64b9;
    z-index: 1000;
    display: none;
    margin-left: -5px;
    min-width: 180px;
}

.zindex-style {
    z-index: 9999;
}

.f-dropdown li {
    height: 30px;
    line-height: 30px;
}

.f-dropdown li a,
.xzSearchData li a {
    padding-left: 27px;
    color: #777;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
}

.xzSearchData li a {
    padding: 10px 5px 10px 0;
}

.xzSearchData > li span {
    line-height: 30px;
}

.left-classify {
    height: 100%;
}

.f-dropdown-title {
    border: 1px solid #f0f0f0;
}

.hoverStyle {
    border: 1px solid #1c64b9;
    /* border-bottom: 0;
    z-index: 101; */
    background: #fff;
}

.hoverBack {
    background: #ff9f1a !important;
}

.hoverFont {
    color: #ffffff !important;
}

.xingzheng-title {
    color: #333 !important;
}
.album-tag .label_light {
    background: #1c64b9;
    color: #fff;
}
.album-tag-box_ {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.album-tag .toggle {
    color: #1c64b9;
    font-size: 12px;
    padding: 0px 5px;
    margin: 3px auto;
    text-align: center;
    cursor: pointer;
}
.album-tag .toggle:hover {
    color: #ff9f24;
}
.jdwt_title {
    cursor: pointer;
}
/* 本院认为首行缩进 */
.list_content_text_byrw p {
    text-indent: 22.25pt;
}
.sysreport,
.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,
.sysreport p,
.syscollect p {
    padding-top: 20px;
    text-align: center;
    color: #666;
}

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

#calList img {
    width: 40px;
    display: block;
    margin: 0 auto;
}
.lookRemainTimes {
    height: 500px;
    text-align: center;
    font-size: 18px;
    padding-top: 50px;
}
.getVip {
    color: #d3a874;
    cursor: pointer;
}

/*个人中心兑换码*/
#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;
}
.changeCode-img.cards {
    width: 111px;
    height: 34px;
}
#focusPersonContent th {
    background: #f9f9f9;
}
#groupBtn_new,
#groupBtn,
#focusGroupClose,
#groupCloseMain {
    padding: 2px 32px;
    margin: 20px 0;
    display: inline-block;
    border-radius: 3px;
    cursor: pointer;
}
#groupCloseMain,
#focusGroupClose {
    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;
}
#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%;
}
#focusPersonContent {
    background: #fff;
    padding: 25px 30px 0;
    border-radius: 5px;
}
#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; */
}

/* 案例列表 购买vip */
.jufa-search-list {
    position: relative;
}

.jufalist_vip {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(/static/Public/images/buyVip_list/buyvip_caselist.png) no-repeat;
    background-size: 100% 100%;
}
.jufalist_vip_price {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
    background: url(/static/Public/images/buyVip_list/buyvip_caselist_2.png) no-repeat 0px -11px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 12px;
    background-size: 100% 90%;
}
/* vip 处 */
.choseWrap {
    width: 100%;
    /* height: 100%; */
    text-align: center;
}
.choseWrap_inner {
    width: 100%;
    height: 65%;
}
.clearfix:after {
    content: ''; /*设置内容为空*/
    height: 0; /*高度为0*/
    line-height: 0; /*行高为0*/
    display: block; /*将文本转为块级元素*/
    visibility: hidden; /*将元素隐藏*/
    clear: both; /*清除浮动*/
}
.clearfix {
    zoom: 1; /*为了兼容IE*/
}
#publicTip.modal {
    z-index: 1051;
}
#choseWrap_one_1 {
    /* margin-left: 38px; */
}
.choseWrap_wrap_list > div:first-child {
    margin-right: 0px !important;
}
.choseWrap_one {
    width: 30%;
    height: 126px;
    margin-left: calc(10% / 4);
    height: 126px;
    position: relative;
    padding: 0px 10px;
    float: left;
    margin-top: 10px;
    border-radius: 4px;
    background: #ffffff;
    border: 2px solid #fff;
    box-shadow: 0px 2px 5px 1px rgba(56, 56, 56, 0.15);
}
.choseWrap_one:last-of-type {
    margin-right: 0px;
}
.choseWrap_one_active {
    border: 2px solid #edcc86;
}
.tuijian {
    width: 70px;
    position: absolute;
    left: -3px;
    top: -12px;
}
.haschose {
    position: absolute;
    right: -4px;
    bottom: -4px;
    width: 38px;
}
.choseWrap_one .choseWrap_one_top {
    border-bottom: 1px dotted #979797;
}
.choseWrap_one_top .choseWrap_one_top_tit {
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    text-align: center;
}

.choseWrap_one_top_tit img {
    width: 22px;
    vertical-align: top;
}
.choseWrap_one_top_price {
    margin: 16px auto;
    text-align: center;
}
.choseWrap_one_top_price_now {
    font-weight: bold;
    font-size: 32px;
    font-family: Galvji-Bold, Galvji;
    color: #fd451c;
}
.choseWrap_one_top_price_old {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #585858;
    line-height: 10px;
}
.choseWrap_one_bot {
    padding-top: 12px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.rightNowBtn {
    height: 46px;
    background: #edcc86;
    box-shadow: 0px 2px 5px 1px rgba(56, 56, 56, 0.15);
    border-radius: 4px;
    line-height: 46px;
    font-size: 18px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 2px;
    text-align: center;
    width: 332px;
    border: none;
    margin-top: 16px;
}
.choseWrap_one_2 .tuijian,
.choseWrap_one_2 .haschose {
    display: none;
}
.choseWrap_one_3 .tuijian,
.choseWrap_one_3 .haschose {
    display: none;
}
/* 推荐 */
.choseWrap_one_1 .tuijian {
    display: none;
}
/* 618 */
.act618Icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 60px;
}
.jufalist_vip .chose_block {
    width: 100%;
    margin: 74px auto 0;
}

.jufalist_vip .chose_block_top {
    position: relative;
    height: 40px;
}
.jufalist_vip .choseWrap_wrap {
    background-color: #fff;
    padding: 20px 0;
    width: 100%;
}

.jufalist_vip .chose_block_top .type_one {
    width: 50%;
    height: 40px;
    font-size: 20px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.jufalist_vip .type_one.active {
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #4a2a03;
}

.jufalist_vip .chose_block_top .type_one_l {
    background-image: url('/static/Public/images/vip_change/svip/vip_bg_01.png');
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 51%;
    /* position: relative; */
}

.jufalist_vip .chose_block_top .type_one_r {
    background-image: url('/static/Public/images/vip_change/svip/vip_bg_02.png');
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    z-index: 1;
    width: 51%;
    display: none;
}
/* 限时优惠角标 */
.jufalist_vip .limitTimeDiscont {
    font-size: 18px;
    font-weight: 600;
    /* background-color: #fd451c; */
    background: linear-gradient(to right, #fd451c, #ff7a3c);
    color: #fff;
    position: absolute;
    top: -18px;
    left: 12px;
    border-radius: 12px 0 12px 0;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
}
.jufalist_vip .goVIPPage {
    color: #c5bb93;
    font-size: 14px;
    position: absolute;
    top: 8%;
    right: 10%;
    cursor: pointer;
}

.jufa-search-list-save {
    margin-right: 8px;
}

#downObj {
    padding: 0 15px;
}
/* vip 惠享 */
.choseWrap_one_bot .hui_text {
    display: none;
}
.choseWrap_one_bot .hui_text .quan_text {
    color: #fff;
    background-color: #e54343;
    padding: 0px 1px;
    border-radius: 2px;
    margin: 0 2px;
    font-size: 12px;
}
.choseWrap_one_top_price .old_price {
    text-decoration: line-through;
    display: none;
}
