@font-face {
  font-family: 'NotoSansHans-Regular';
  src: url('../font/NotoSansHans-Regular.eot');
  src: url('../font/NotoSansHans-Regular.eot') format('embedded-opentype'), url('../font/NotoSansHans-Regular.woff') format('woff'), url('../font/NotoSansHans-Regular.ttf') format('truetype'), url('https://web.credlink.com/xlzxins/tdweb_new/static/css/fonts/NotoSansHans-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'NotoSansHans-Regular', "Microsoft YaHei", Arial, Helvetica, sans-serif, "宋体";
}
ul,
li {
  list-style-type: none;
}
ul {
  padding-left: 0;
}
.panel::-webkit-scrollbar,
.easyui-panel::-webkit-scrollbar,
.tabs-panels .panel-body::-webkit-scrollbar,
.panel::-moz-scrollbar,
.easyui-panel::-moz-scrollbar,
.tabs-panels .panel-body::-moz-scrollbar,
.content::-moz-scrollbar,
.panel::-ms-scrollbar,
.easyui-panel::-ms-scrollbar,
.tabs-panels .panel-body::-ms-scrollbar,
.content::-ms-scrollbar {
  width: 0;
}
.hide {
  display: none;
}
.bg-main {
  background-color: #376CF0;
}
.img-reset {
  height: auto;
  vertical-align: middle;
}
.fr {
  float: right;
}
.txt-center {
  text-align: center;
}
.padding-top-0 {
  padding-top: 0 !important;
}
.margin-top-0 {
  margin-top: 0 !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-left-140 {
  margin-left: 111px !important;
}
.word-break-all {
  word-break: break-all;
}
.common-panel {
  padding: 10px 10px 0;
  background-color: transparent !important;
}
.common-panel .info-content {
  overflow: hidden;
  max-width: 1024px;
  margin: 60px auto 0;
}
.common-panel .info-content .sumary-header {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.common-panel .info-content .sumary-header .title {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 5px 0;
}
.common-panel .info-content .sumary-header .sub-wrap .txt-title {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  color: #AEAEAE;
}
.common-panel .info-content .sumary-header .sub-wrap .txt-title:last-child {
  margin-right: 0;
}
.common-panel .info-content .sumary-header .btn-down {
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 28px;
}
.common-panel .info-content .sumary-header .btn-down .l-btn-left {
  margin-top: 2px;
}
.layout-panel-center .content {
  background-color: transparent !important;
}
.font-size-0 {
  font-size: 0;
}
.color-red {
  color: #ff503f;
}
.color-green {
  color: #8CC152;
}
.help-block {
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
  color: #afafaf;
}
.ime-disabled + .textbox input {
  -webkit-ime-mode: disabled;
  -moz-ime-mode: disabled;
  -o-ime-mode: disabled;
  ime-mode: disabled;
}
.btn {
  border: 0;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 16px;
  color: #fff;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
  cursor: pointer;
}
.btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.btn:disabled:hover {
  background-color: #ccc;
}
.btn .icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
  top: 2px;
}
.btn .icon.icon-right {
  margin-left: 5px;
  margin-right: 0;
}
.btn-no-shadow {
  border: 0;
  font-size: 16px;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn-no-shadow:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.btn-no-shadow:disabled:hover {
  background-color: #ccc;
}
.link-btn {
  border: 0;
  color: #565559;
  padding: 4px 8px;
  margin-right: 20px;
  background-color: transparent;
  cursor: pointer;
}
.link-btn:focus {
  outline: none;
}
.link-btn:hover {
  color: #2196f3;
}
.link-btn-no-bg {
  border: 0;
  color: #565559;
  padding: 4px 8px;
  margin-right: 20px;
  background-color: transparent;
  cursor: pointer;
}
.link-btn-no-bg:focus {
  outline: none;
}
.link-btn-no-bg:hover {
  color: #2196f3;
}
.btn-primary {
  background-color: #2196f3;
}
.btn-primary:hover {
  background-color: #0c7cd5;
}
.btn-warning {
  background-color: #FFC321;
}
.btn-warning:hover {
  background-color: #edad00;
}
.btn-success {
  background-color: #8CC152;
}
.btn-success:hover {
  background-color: #72a53b;
}
.btn-default {
  border: 1px solid #D4D4D4;
  border-radius: 4px;
  background-color: #F2F2F2;
  background: -webkit-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #F2F2F2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2, GradientType=0);
}
.btn-default:focus {
  outline: none;
}
.btn-default:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.border-outer-color {
  border-color: #dfdfe2;
}
.border-inner-color {
  border-color: #ececec;
}
.border-radius-4 {
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfe2;
  -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000, inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000, 0 0 0 #000, inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 0 0 #000;
  -ms-box-shadow: 0 0 0 #000, 0 0 0 #000, inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 0 0 #000;
  box-shadow: 0 0 0 #000, 0 0 0 #000, inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 0 0 #000;
  border-radius: 5px;
}
.btn-bg-white {
  background-color: #F2F2F2;
  background: -webkit-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #F2F2F2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2, GradientType=0);
}
.bg-white {
  background-color: #fff !important;
}
.hint {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding-top: 70px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.hint .hint-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  color: #4D4C51;
}
.hint .hint-txt a {
  display: inline-block;
  text-decoration: none;
  color: #2196f3;
}
.hint.no-data {
  background-image: url(../image/no_data.png);
}
.hint.query-failed {
  background-image: url(../image/query_fail.png);
}
.hint.attestation-not-sure {
  background-image: url(../image/rectify_not_sure.png);
}
.hint.attestation-failed {
  background-image: url(../image/attestation_fail.png);
}
.hint.network-error {
  background-image: url(../image/network_error.png);
}
.hint.attestation-limit {
  background-image: url(../image/attestation_limit.png);
}
.badge {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  background-color: #AFAFAF;
  color: #fff;
}
.badge.bg-info {
  background-color: #21C9F3;
}
.badge.bg-success {
  background-color: #8CC152;
}
.bubble {
  display: inline-block;
  padding: 2px 14px;
  border-radius: 20px;
  color: #fff;
}
.bubble.bg-success {
  background-color: #8CC152;
}
.bubble.bg-differ {
  background-color: #FF6F20;
}
.bubble.bg-unknow {
  background-color: #2196f3;
}
.toolbar-row {
  padding: 4px 20px;
  border-bottom: 1px solid #dfdfe2;
  color: #3C3F4E;
}
.toolbar-row .line {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #ececec;
  top: 4px;
}
.toolbar-row button {
  position: relative;
  padding: 4px 3px 4px 30px;
  margin-right: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #3C3F4E;
  background-color: transparent;
  cursor: pointer;
}
.toolbar-row button:hover {
  border: 1px solid #ececec;
}
.toolbar-row button:focus {
  outline: 0;
}
.toolbar-row button i {
  position: absolute;
}
.toolbar-row button.btn-back .icon-back {
  left: 8px;
  top: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAMAAABl5a5YAAAAaVBMVEUAAAAXhNsXhNscjOYbiuIYhtwah90ah90ah90ZhtwXhNscjeYYhNsci+Mxlucsk+QaiOEah90Zhtwbh90XhNsXhNsYhdsnj+Ibh90Yhd0hlvM2megcjeckmPNKqvVRrfZDpvUqm/QqlOh/rVcFAAAAGnRSTlMAEoD48e/Tt6ueCfz79Pnz8OHhxH9N+vDFxNeFqL0AAACCSURBVBjTZZDZGoIgEEYxUDat1NYfKuv9HzJkZrzx3J3zMWxKuB5WLo24v6fKjd2dPl8AueUVljxO5GE+vl/FdUfedOzPQD6m6oNV5G1aVjdOEX1aUDh7JeEHCTKSARqRMkVANuVjdS16DlzCoxS+GGOHWuK4FWcAfhzjTa70uw/6A32NDEQo35l3AAAAAElFTkSuQmCC) no-repeat center center;
}
.toolbar-row button.btn-back:disabled {
  color: #c0bcbc;
}
.toolbar-row button.btn-back:disabled .icon-back {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAMAAABl5a5YAAAAYFBMVEUAAADKx8e/u7u/u7vKx8fIxcW/u7vAvb3Bvr7Bvb2/u7u/u7vNy8vGw8PFwsK/u7vBvb3Bvb3Cvr7Bvb3Bvb3Bvr7Bvb3AvLy/u7u/u7vIxMTV1NTPzMzd3NzW1tbX1tb+0jAZAAAAG3RSTlMA/oAU+PT777erDwn98vAF4eDT08XEnp5/TfDIq4G6AAAAgElEQVQY02WQSRaEIAxEpWUU1B60p4je/5ZqKujC2v3/SCioSn63Pd+68Ps/caxwMHkhIuVwovcmzzs/wHHUzPrVMDfPBB4ic31PmbYY34PdxNwG2W/B3acqItEhZETRMSJLYYxn5Gs1zBjFxIENipXqRFJdEloYdz6/Uxx7+aAVi0EL9JWdbBwAAAAASUVORK5CYII=) no-repeat center center;
}
.toolbar-row button.btn-back:disabled:hover {
  border: 1px solid transparent;
}
.toolbar-row button.btn-refresh {
  margin-left: 15px;
}
.toolbar-row button.btn-refresh .icon-refresh {
  left: 3px;
  top: 3px;
  display: inline-block;
  width: 23px;
  height: 20px;
  margin-right: 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAMAAABRYFY8AAAAyVBMVEUAAAAZh98Yhd0XhNsXhNsXhNwXhdweid8bh90cjeYvleYdjOUijOEYhdwXhNsXhNsXhNsXhNsbh90Zht0XhNsXhNsXhNsXhNsXhNsikOc1mOgbjOYah94hjeQokOMaieIZhtwbh90ah90XhNsXhNsXhNsXhNsXhNslkecXhdwYhd0bh90Zht0ch90ch90Zht0ahtwXhdwZhdwXhNshlvMglPE2mehQrPVJqfU1n/QvnfQrm/Qeke0mmPMume4cjec5ovRJpvBDou5m+51iAAAANHRSTlMA8fWANf358cT99vbwnlMyKhyuonsZEAQB/vz69PPx8evZpoFmJxUM+/Hc28u9u6iWkI9HzsmF3QAAAOxJREFUGNNlked2wjAMhWPHzibQQtirA7r3dTbQ9v0fCgcSbA73j+TPPpJ8ZdR6CHtmLxwY52o71nwcj+f8raPR4a39n/4WAii2duuEB46X5BPCnzhxgdl7w6+9FLTblhn7IAJ+94jvggT0qn6z4gKEHdKbv1ziRh2C8vWQ2KmresmqI9BIxnsvI0zjPwEWoYxmvLH6Cq/NaTExWcWh85c4ycQuYLIO9DoRBeC3qr6bs77fM5TPw2rObTW+kjOi0fFfEPpFf/lVT+xDTKUPjZRvPvBo8+VnDZTPpATyjKyMy70s3J2lEX2Pa+28B+N5F22sw6XyAAAAAElFTkSuQmCC) no-repeat center center;
}
.toolbar-row button.btn-refresh:disabled {
  color: #c0bcbc;
}
.toolbar-row button.btn-refresh:disabled .icon-refresh {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAUCAMAAABRYFY8AAAAh1BMVEUAAADDv7/Bvb3Kx8e/u7vBvb3LyMi/u7u/u7vAvLzGwsLBvr6/u7u/u7vIxcW/u7u/u7u/u7vIxcXBvb3Bvr7Bvb2/u7u/u7vBvb3Bvr7AvLy/u7u/u7u/u7vBvb3Bvb3Avb2/u7u/u7u/u7vV1NTPzc3T0tLd3NzX1tbZ2NjU09PRz8/LyMje9o9+AAAAJHRSTlMA8fX8gKD3Nf358MQcDvYyKhfx2q6nVATrvJB7Zifcy5Z6UEckRyM4AAAA1UlEQVQY02WR6XaCMBCFmSSyhIKCdW1tXW4W1Pd/PkckBo73TyZfMsu5kwyq1j/qdN4kU83LojXGtPluMcYrgutgAX+j2ZtuytR5SbnISQL1LvDv1F3FbM5RtiKLeshQmvHX8OeQW1DWh0vvGQctCOb/FTgZe3HVO0TD52/acWLURUOv+VQGRRVxo4RPVfbBl8Z19k4Z18G4TiOu4FH7ASZ99y1uf32mBc8ZVcrXVWnY8UO13QcfYJ8+BEXfaoB92x4DiT4bwIMOyedetJTFhMU9NqP7A6EzD88TjoBfAAAAAElFTkSuQmCC) no-repeat center center;
}
.toolbar-row button.btn-refresh:disabled:hover {
  border: 1px solid transparent;
}
.result-wrap {
  overflow: hidden;
  padding: 60px 0 0 !important;
}
.result-wrap .hint-tips {
  overflow: hidden;
  text-align: center;
  padding: 0 12%;
}
.result-wrap .hint-tips .title {
  margin: 0;
  font-weight: normal;
  text-align: left;
  color: #7C95BE;
}
.result-wrap .hint-tips .hint-content {
  overflow: hidden;
  padding: 40px 0 20px;
}
.result-wrap .hint-tips .hint-content .thums-left {
  display: inline-block;
  width: 128px;
  height: 105px;
  margin-right: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.result-wrap .hint-tips .hint-content .thums-left.attestation-same {
  background-image: url(../image/attestation_same.png);
}
.result-wrap .hint-tips .hint-content .thums-left.attestation-differ {
  background-image: url(../image/attestation_differ.png);
}
.result-wrap .hint-tips .hint-content .thums-left.query-right {
  background-position: center 17px;
  margin-right: 0;
  background-image: url(../image/query_right.png);
}
.result-wrap .hint-tips .hint-content .right-box {
  position: relative;
  top: -30px;
  display: inline-block;
  text-align: left;
}
.result-wrap .hint-tips .hint-content .right-box .sub-title {
  font-size: 30px;
  margin-bottom: 8px;
}
.result-wrap .hint-tips .hint-content .right-box .sub-title.same,
.result-wrap .hint-tips .hint-content .right-box .sub-title.right {
  color: #8CC152;
}
.result-wrap .hint-tips .hint-content .right-box .sub-title.differ,
.result-wrap .hint-tips .hint-content .right-box .sub-title.error {
  color: #FF503F;
}
.result-wrap .hint-tips .hint-content .right-box .txt-desc {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #ccc;
}
.result-wrap .list-box {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  padding-left: 0;
  margin: 0;
}
.result-wrap .list-box.form-list {
  min-width: 380px;
}
.result-wrap .list-box.longer .item .title-before {
  width: 136px;
}
.result-wrap .list-box .item {
  display: block;
  float: none;
  margin-bottom: 20px;
  color: #2196f3;
}
.result-wrap .list-box .item .title-before {
  display: inline-block;
  width: 90px;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
  color: #3b3a3f;
}
.result-wrap .list-box .item .status {
  display: inline-block;
  padding: 2px 14px;
  border-radius: 20px;
  color: #fff;
}
.result-wrap .list-box .item .status.bg-correct {
  background-color: #8CC152;
}
.result-wrap .list-box .item .status.bg-error {
  background-color: #FF503F;
}
.switch-ipt {
  position: relative;
  width: 60px;
  height: 24px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #f5f6f7;
}
.switch-ipt .switch {
  position: absolute;
  width: 36px;
  height: 100%;
  line-height: 24px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
}
.switch-ipt .switch.switch-off {
  left: 0;
  background-color: #AFAFAF;
}
.switch-ipt .switch.switch-on {
  right: 0;
  background-color: #6E85A9;
}
.hint-badge {
  display: inline-block;
  margin: 0;
  padding: 3px 15px;
  border-radius: 20px;
}
.hint-badge.default {
  color: #AFAFAF;
  background-color: #F3F3F3;
}
.window .window-body .textbox-label {
  width: 86px !important;
}
.window .window-body .btn-group {
  padding-left: 75px;
}
.window .window-body .btn-group .btn-dialog {
  font-size: 14px;
}
.window .window-body .btn-group .btn-dialog .l-btn-text {
  font-size: 14px;
}
/* full-container */
.full-container {
  overflow: hidden;
  padding: 0 50px;
}
/* no more */
.hint-no-more {
  position: relative;
  overflow: hidden;
  margin-top: 90px;
  padding: 20px 0;
}
.hint-no-more .line-wrap {
  overflow: visible;
  width: 400px;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  background-color: #f3f3f3;
}
.hint-no-more .txt-no-data {
  position: absolute;
  top: -4px;
  left: 50%;
  padding: 0 40px;
  margin-left: -75px;
  font-size: 12px;
  text-align: center;
  color: #afafaf;
  background-color: #fff;
}
/*  Progress container */
/* Progress bar animation */
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 15px;
  border-radius: 8px;
  background-color: #f5f5f5;
}
/* Progress bar */
.progress-bar {
  position: relative;
  float: left;
  width: 0;
  height: 100%;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}
.progress-striped .progress-bar {
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #9de3df;
}
.progress-bar-orange {
  background-color: #ff6f20;
}
.progress-bar-yellow {
  background-color: #ffc321;
}
.progress-bar-green {
  background-color: #53c781;
}
.progress-bar-lightblue {
  background-color: #79d9f1;
}
.progress-bar-blue {
  background-color: #00acee;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.common-pagination.pagination {
  text-align: center;
  margin: 30px auto;
  height: 35px;
  background-color: transparent;
  border-color: transparent;
}
.common-pagination.pagination table {
  float: none;
  margin: 0 auto;
}
.common-pagination.pagination a {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfe2;
  border-radius: 0;
  margin-right: 4px;
  background-color: #F2F2F2;
  background: -webkit-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #F2F2F2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2, GradientType=0);
}
.common-pagination.pagination a:focus {
  outline: none;
}
.common-pagination.pagination a:hover {
  opacity: .6;
}
.common-pagination.pagination .pagination-info {
  margin-left: 34px;
  height: 34px;
  line-height: 34px;
}
.common-pagination.pagination .pagination-links .pagination-link {
  background-image: none;
}
.common-pagination.pagination .pagination-links .pagination-link:hover .l-btn-text {
  color: #444;
}
.common-pagination.pagination .l-btn-disabled {
  border-color: #dfdfe2;
  background-image: none;
  background-color: #F5F5F5 !important;
  opacity: .4;
}
.common-pagination.pagination .l-btn-disabled:hover {
  opacity: .4;
}
.common-pagination.pagination .l-btn-plain-selected,
.common-pagination.pagination .l-btn-plain-selected:hover {
  border-color: #2196f3;
  color: #fff;
  background-color: #2196f3;
}
.common-pagination.pagination .l-btn-plain-selected:hover,
.common-pagination.pagination .l-btn-plain-selected:hover:hover {
  opacity: 1;
}
.common-pagination.pagination .l-btn-plain-selected:hover .l-btn-text,
.common-pagination.pagination .l-btn-plain-selected:hover:hover .l-btn-text {
  color: #fff;
}
.common-pagination.pagination .pagination-num {
  width: 48px;
  padding: 8px 0;
  text-align: center;
}
.header {
  position: relative;
  overflow: hidden;
  height: 70px;
  color: #fff;
}
.header .left-wrap {
  display: inline-block;
  margin: 18.5px 0 0 40px;
}
.header .right-wrap {
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  line-height: 50px;
}
.header .user-info {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin: 28px 60px 0 0;
  padding-right: 58px;
  border-right: 1px solid #3161d8;
  font-size: 14px;
}
.header .user-info .btn-modify-pwd {
  position: absolute;
  top: 23px;
  right: 82px;
  display: inline-block;
  width: 20px;
  height: 30px;
  border: 1px solid transparent;
  font-size: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAgBAMAAADgTEWFAAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACXRSTlMA8Nq7k2tDJA+au9I6AAAALUlEQVQY02MYdIBlJhA4QNiWM2dOhgo3zZypAWWyS04sgKnOnAbXyBrAMPgAAH49CPisdiUeAAAAAElFTkSuQmCC");
  background-position: center;
  background-repeat: no-repeat;
}
.header .user-info .btn-modify-pwd:hover,
.header .user-info .btn-modify-pwd:active {
  border: 1px solid #114de3;
  border-radius: 4px;
}
.header .btn-logout {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 1px solid transparent;
  font-size: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAVFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////8wXzyWAAAAG3RSTlMA+AJqBuDTq1ZRxI9vWycK5NtDopSKOSvyZ0KJwuJiAAAAtUlEQVQ4y9WQyRKDMAxD46wEEvalrf7/P3sgTHDKtIee0E3jN7YscUfV9Q8A+APw0wFM/mreAOsOrEBzNScld0Aq+iQ8aMwZRkJxRRuoc0iFXjOggpXnHqRFxQAHxVcqOOYNWg60MMwTOg50IOYf0N+BoTyxwRQhAwdCETKmNw9Ji8iL6vOfuSjeFI3ZvQiVKLSAlEz7n4RFlJIzYEOruy1YYE4skx+QNOT9TDo6Q2Rc1OJmegN12goeEZvJUQAAAABJRU5ErkJggg==");
  background-position: center;
  background-size: 32px;
  background-repeat: no-repeat;
}
.header .btn-logout:hover,
.header .btn-logout:active {
  border: 1px solid #114de3;
  border-radius: 4px;
}
.tooltip .tips-pwd .link-modify {
  padding: 2px 10px;
  color: #c0bcbc;
  text-decoration: none ;
}
.tooltip .tips-pwd .link-modify:hover {
  color: #fff;
}
.nav-left-menu::-webkit-scrollbar {
  width: 0;
}
.nav-left-menu .easyui-tree > li .tree-node {
  padding: 20px 10px 20px 55px;
}
.login-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0;
}
.login-page body {
  background-image: url(../image/bg_login.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.login-page .login-wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  height: 100%;
}
.login-page .login-wrap .login-header {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
  height: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.login-page .login-wrap .login-header .header-inner {
  position: relative;
  margin: 18px auto 0;
  padding: 0 40px;
}
.login-page .login-wrap .login-header .nav-left {
  display: inline-block;
}
.login-page .login-wrap .login-header .nav-left img {
  vertical-align: middle;
}
.login-page .login-wrap .login-header .nav-right {
  position: absolute;
  top: 6px;
  right: 40px;
}
.login-page .login-wrap .login-header .nav-item {
  display: inline-block;
  padding: 4px 10px;
  margin-left: 24px;
  color: #fff;
  font-size: 14px;
}
.login-page .login-wrap .login-header .nav-item:hover {
  font-size: 16px;
}
.login-page .login-wrap .login-header .nav-item.active {
  border: 1px solid #fff;
  border-radius: 4px;
}
.login-page .login-wrap .login-header .nav-item.active:hover {
  font-size: 14px;
  color: #376CF0;
  background-color: #fff;
}
.login-page .login-wrap .login-header .nav-item:link,
.login-page .login-wrap .login-header .nav-item:visited,
.login-page .login-wrap .login-header .nav-item:hover,
.login-page .login-wrap .login-header .nav-item:active {
  color: #fff;
  text-decoration: none;
}
.login-page .login-wrap .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.login-page .login-wrap .footer .copy-right {
  position: relative;
  margin: 20px auto 0;
  padding: 0 40px;
  font-size: 12px;
  color: #fff;
  opacity: 0.75;
}
.login-page .login-wrap .content {
  position: absolute;
  right: 40px;
  top: 50%;
  height: 410px;
  padding: 0 39px;
  margin-top: -205px;
  border-radius: 4px;
  text-align: center;
  background-color: #fff;
}
.login-page .login-wrap .content .title {
  margin: 0;
  padding: 30px 0;
  font-size: 24px;
  font-weight: bolder;
  color: #000;
}
.login-page .login-wrap .content .form-wrap {
  overflow: hidden;
  padding-bottom: 0;
}
.login-page .login-wrap .content .form-wrap .form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.login-page .login-wrap .content .form-wrap .form-group .form-control {
  margin-bottom: 15px;
  padding: 0 25px;
  outline: none;
}
.login-page .login-wrap .content .form-wrap .form-group .form-control + .textbox {
  width: auto !important;
  padding: 10px 8px!important;
  border-width: 1px;
  border-style: solid;
  border-color: #ececec;
  border-radius: 4px;
}
.login-page .login-wrap .content .form-wrap .form-group .form-control + .textbox.textbox-focused {
  box-shadow: none;
  border-color: #376CF0;
}
.login-page .login-wrap .content .form-wrap .form-group .form-control + .textbox input {
  width: 280px;
  background-color: transparent;
}
.login-page .login-wrap .content .form-wrap .form-group .form-control.input-identify {
  position: relative;
}
.login-page .login-wrap .content .form-wrap .form-group .form-control.input-identify + .textbox {
  float: left;
  width: 160px !important;
}
.login-page .login-wrap .content .form-wrap .form-group .identify-code {
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  background-color: #376CF0;
  font-size: 14px;
}
.login-page .login-wrap .content .form-wrap .form-group .icon {
  position: absolute;
  width: 20px;
  height: 29px;
  left: 0;
  background-color: #376CF0;
}
.login-page .login-wrap .content .form-wrap .btn-login {
  width: 100%;
  margin-bottom: 15px;
  padding: 12px 0;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #376CF0;
}
.login-page .login-wrap .content .form-wrap .btn-login:link,
.login-page .login-wrap .content .form-wrap .btn-login:visited,
.login-page .login-wrap .content .form-wrap .btn-login:hover,
.login-page .login-wrap .content .form-wrap .btn-login:active {
  background-color: #114de3;
}
.login-page .login-wrap .content .form-wrap .txt-hint {
  font-size: 12px;
  text-align: left;
}
.login-page .login-wrap .content .form-wrap .link-forget-pwd {
  float: right;
  display: inline-block;
  color: #376CF0;
}
.login-page .login-wrap .content .form-wrap .link-forget-pwd:visited,
.login-page .login-wrap .content .form-wrap .link-forget-pwd:hover,
.login-page .login-wrap .content .form-wrap .link-forget-pwd:active {
  color: #114de3;
  text-decoration: none;
}
.login-page .switch-content .easyui-tabs {
  width: 302px;
  margin-top: 50px;
  text-align: center;
  border: 0;
}
.login-page .switch-content .easyui-tabs .tabs-header {
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
  border: 0;
  background-color: transparent;
}
.login-page .switch-content .easyui-tabs .tabs-header .tabs-scroller-left,
.login-page .switch-content .easyui-tabs .tabs-header .tabs-scroller-right {
  display: none !important;
}
.login-page .switch-content .easyui-tabs .tabs-header .tabs-wrap {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border: 0;
  height: 40px !important;
}
.login-page .switch-content .easyui-tabs .tabs-header .tabs-wrap .tabs {
  height: 40px !important;
}
.login-page .switch-content .easyui-tabs .tabs-header .tabs-wrap li {
  width: 155px;
  text-align: center;
}
.login-page .switch-content .easyui-tabs .tabs-header .tabs-wrap li a {
  height: 38px !important;
  line-height: 38px !important;
  border-right: 0;
  padding: 0;
  border-bottom: 2px solid transparent;
}
.login-page .switch-content .easyui-tabs .tabs-header .tabs-wrap li.tabs-selected .tabs-inner {
  border-top: 0;
  margin-top: 0;
  border-bottom-color: #376CF0;
}
.login-page .switch-content .easyui-tabs .tabs-header .tabs-wrap li.tabs-selected .tabs-inner .tabs-title {
  top: 0;
}
.login-page .switch-content .easyui-tabs .tabs-panels {
  border: 0;
}
.login-page .switch-content .form-wrap .form-group:not(:last-child) {
  margin-bottom: 20px;
}
.login-page .switch-content .form-wrap .form-group .form-control {
  width: 300px;
}
.login-page .switch-content .form-wrap .form-group .btn-code {
  background-color: transparent !important;
  border: 1px solid #376CF0;
  color: #376CF0;
  box-shadow: none;
}
.login-page .switch-content .form-wrap .form-group .btn-code:hover {
  opacity: 0.65;
}
@media screen and (min-width: 1440px) {
  .login-wrap .login-header .header-inner {
    max-width: 1440px;
  }
  .login-wrap .footer .copy-right {
    padding-left: 0;
    max-width: 1440px;
  }
}
@media screen and (min-width: 1520px) {
  .login-wrap .content {
    right: auto !important;
    left: 50%;
    margin-left: 339px;
  }
}
.window .window-body {
  overflow-y: auto !important;
}
.window .window-body::-webkit-scrollbar {
  width: 0;
}
.dialog .form-group {
  position: relative;
}
.dialog .form-group.mutil-column .textbox-label {
  position: absolute;
}
.dialog .form-group.mutil-column .table-wrap {
  padding-left: 95px;
}
.dialog .form-group.mutil-column .table-wrap table {
  width: 96%;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #dfdfe2;
}
.dialog .form-group.mutil-column .table-wrap table tbody tr {
  border-bottom: 1px solid #dfdfe2;
}
.dialog .form-group.mutil-column .table-wrap table tbody tr:nth-child(2n) {
  background-color: transparent;
}
.dialog .form-group.mutil-column .table-wrap table tbody tr td .check-box {
  margin-right: 10px;
}
.dialog .form-group.mutil-column .table-wrap table tbody tr td .check-box .label-check {
  padding-left: 0;
}
.dialog .form-group.mutil-column .table-wrap table tbody tr td:first-child {
  border-right: 1px dotted #ccc;
}
.news-page .pagination {
  text-align: center;
  margin: 30px auto;
  height: 35px;
  background-color: transparent;
  border-color: transparent;
}
.news-page .pagination table {
  float: none;
  margin: 0 auto;
}
.news-page .pagination a {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfe2;
  border-radius: 0;
  margin-right: 4px;
  background-color: #F2F2F2;
  background: -webkit-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #F2F2F2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2, GradientType=0);
}
.news-page .pagination a:focus {
  outline: none;
}
.news-page .pagination a:hover {
  opacity: .6;
}
.news-page .pagination .pagination-info {
  margin-left: 34px;
  height: 34px;
  line-height: 34px;
}
.news-page .pagination .pagination-links .pagination-link {
  background-image: none;
}
.news-page .pagination .pagination-links .pagination-link:hover .l-btn-text {
  color: #444;
}
.news-page .pagination .l-btn-disabled {
  border-color: #dfdfe2;
  background-image: none;
  background-color: #F5F5F5 !important;
  opacity: .4;
}
.news-page .pagination .l-btn-disabled:hover {
  opacity: .4;
}
.news-page .pagination .l-btn-plain-selected,
.news-page .pagination .l-btn-plain-selected:hover {
  border-color: #2196f3;
  color: #fff;
  background-color: #2196f3;
}
.news-page .pagination .l-btn-plain-selected:hover,
.news-page .pagination .l-btn-plain-selected:hover:hover {
  opacity: 1;
}
.news-page .pagination .l-btn-plain-selected:hover .l-btn-text,
.news-page .pagination .l-btn-plain-selected:hover:hover .l-btn-text {
  color: #fff;
}
.news-page .pagination .pagination-num {
  width: 48px;
  padding: 8px 0;
  text-align: center;
}
.home-panel {
  overflow: hidden;
  background-color: #EEEEEE;
}
.home-panel .row {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.home-panel .row .title {
  position: relative;
  padding: 15px 0;
  margin: 0 20px;
  border-width: 0;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: #ececec;
  font-size: 20px;
  color: #000;
}
.home-panel .row .title .drop-down + .combo {
  position: absolute;
  top: 12px;
  right: 0;
  min-width: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfe2;
  border-radius: 4px;
  text-indent: 1px;
  color: #3b3a3f;
}
.home-panel .row .title .drop-down + .combo .textbox-text {
  width: 65px !important;
}
.home-panel .row .title .drop-down + .combo a.textbox-icon {
  border-left: 1px solid #dfdfe2;
}
.home-panel .row .title .drop-down.query-cross + .combo {
  min-width: 170px;
  z-index: 2;
}
.home-panel .row .title .drop-down.query-cross + .combo .textbox-text {
  width: 135px !important;
}
.home-panel .row .inner-wrap {
  overflow: hidden;
}
.home-panel .row .inner-wrap.left {
  float: left;
  width: 60%;
}
.home-panel .row .inner-wrap .inner-left,
.home-panel .row .inner-wrap .inner-right {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfe2;
  -webkit-box-shadow: 0 0 0 #000, 0 0 0 #000, inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 0 0 #000;
  -moz-box-shadow: 0 0 0 #000, 0 0 0 #000, inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 0 0 #000;
  -ms-box-shadow: 0 0 0 #000, 0 0 0 #000, inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 0 0 #000;
  box-shadow: 0 0 0 #000, 0 0 0 #000, inset 0 -2px 2px rgba(0, 0, 0, 0.15), 0 0 0 #000;
  border-radius: 5px;
}
.home-panel .row .inner-wrap .inner-left {
  margin-right: 10px;
}
.home-panel .row .inner-wrap.right {
  float: right;
  width: 40%;
}
.home-panel .row .inner-wrap .sub-title {
  font-size: 16px;
}
.home-panel .row .inner-wrap .query-category,
.home-panel .row .inner-wrap .daily-bill-wrap {
  position: relative;
  height: 240px;
  padding: 20px 0;
  box-sizing: border-box;
}
.home-panel .row .inner-wrap .query-category .box,
.home-panel .row .inner-wrap .daily-bill-wrap .box {
  display: inline-block;
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
}
.home-panel .row .inner-wrap .query-category .box img,
.home-panel .row .inner-wrap .daily-bill-wrap .box img {
  position: relative;
  top: 33px;
  margin-right: 30px;
}
.home-panel .row .inner-wrap .query-category .box img:hover,
.home-panel .row .inner-wrap .daily-bill-wrap .box img:hover {
  -webkit-transform: scale3d(1.15, 1.15, 1.15);
  -moz-transform: scale3d(1.15, 1.15, 1.15);
  -ms-transform: scale3d(1.15, 1.15, 1.15);
  transform: scale3d(1.15, 1.15, 1.15);
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  transition: all 0.4s ease-in 0s;
}
.home-panel .row .inner-wrap .query-category .box .right,
.home-panel .row .inner-wrap .daily-bill-wrap .box .right {
  display: inline-block;
  padding: 40px 0;
  text-align: left;
}
.home-panel .row .inner-wrap .query-category .box .right p,
.home-panel .row .inner-wrap .daily-bill-wrap .box .right p {
  margin: 0;
  color: #888989;
}
.home-panel .row .inner-wrap .query-category .box .right .num,
.home-panel .row .inner-wrap .daily-bill-wrap .box .right .num {
  font-size: 48px;
  color: #3b3a3f;
}
.home-panel .row .inner-wrap .query-category .splitter-line,
.home-panel .row .inner-wrap .daily-bill-wrap .splitter-line {
  position: absolute;
  top: 50px;
  left: 50%;
  bottom: 72px;
  width: 1px;
  background-color: #ececec;
}
.home-panel .row .inner-wrap .query-category .hint-no-data {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -8px;
  font-size: 12px;
  font-style: italic;
  color: #afafaf;
}
.home-panel .query-chart {
  height: 400px;
  margin-top: -30px;
}
.combo-p .combo-panel {
  height: auto !important;
  max-height: 250px;
  border: 1px solid #dfdfe2;
  border-top: 0;
}
.combo-p .combo-panel .combobox-item-selected {
  background-color: #2196f3;
  color: #fff;
}
.combo-p .combo-panel .combobox-item {
  padding: 6px 3px;
}
.layout-panel-west {
  z-index: 99;
}
.layout-panel-west .panel-title {
  height: 40px;
  line-height: 40px;
  color: #000;
}
.layout-panel-west .nav-left-menu .easyui-accordion::-webkit-scrollbar {
  width: 0;
}
.layout-panel-west .nav-left-menu .easyui-accordion .panel-body::-webkit-scrollbar {
  width: 0;
}
.layout-panel-west .nav-left-menu .panel {
  position: relative;
}
.layout-panel-west .nav-left-menu .panel .panel-header {
  background: transparent;
}
.layout-panel-west .nav-left-menu .panel.active {
  background-color: #f3f3f3;
}
.layout-panel-west .nav-left-menu .panel.active .panel-header {
  background: #f3f3f3;
}
.layout-panel-west .nav-left-menu .panel.active::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ffc321;
}
.layout-expand.layout-expand-west {
  width: 35px !important;
}
.nav-left-menu .panel-title {
  font-size: 15px;
  font-weight: bolder;
}
.nav-left-menu a.sub-link-item {
  display: block;
  padding: 17px 20px 17px 49px;
  border: 0;
  border-left-width: 6px;
  border-style: solid;
  border-color: transparent;
  font-size: 14px;
  cursor: pointer;
}
.nav-left-menu a.sub-link-item:hover {
  background-color: #f3f3f3;
}
.nav-left-menu a.sub-link-item.selected {
  border-color: #ffc321;
  background-color: #f3f3f3;
}
.modify-pwd-wrap .form-wrap {
  padding: 0;
}
.modify-pwd-wrap .form-wrap .form-content .form-group .ipt-control label.textbox-label {
  width: 60px !important;
}
.modify-pwd-wrap .form-group {
  margin: 0 20px 15px;
}
.modify-pwd-wrap .form-group .form-control + .textbox {
  padding: 4px 8px;
}
.modify-pwd-wrap .btn-group {
  padding-top: 0 !important;
  text-align: center;
}
.modify-pwd-wrap .hint-password-wrap + .textbox .textbox-text {
  width: 265px !important;
}
.modify-pwd-wrap .hint-password {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  line-height: 40px;
}
.modify-pwd-wrap .hint-password.weak {
  color: #ff503f;
}
.modify-pwd-wrap .hint-password.middle {
  color: #ffc321;
}
.modify-pwd-wrap .hint-password.strong {
  color: #8cc152;
}
/* 工商综合信息查询:分支机构; */
.list-style-1 {
  overflow: hidden;
}
.list-style-1 .item {
  position: relative;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #dfdfe2;
  border-left: 6px solid #2196f3;
}
.list-style-1 .item:last-child {
  margin-bottom: 0;
}
.list-style-1 .item .left {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  border-radius: 80px;
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
}
.list-style-1 .item .right {
  position: relative;
  min-height: 75px;
  padding-left: 100px;
  color: #000;
}
.list-style-1 .item .right .title {
  display: inline-block;
  max-width: 500px;
  overflow: hidden;
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #2196f3;
}
.list-style-1 .item .right .link-nav {
  position: absolute;
  right: 0;
  text-decoration: none;
  font-size: 12px;
  color: #666;
  cursor: context-menu;
}
.list-style-1 .item .right .link-nav .icon-nav {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-right: 4px;
}
.list-style-1 .item .right .txt-desc {
  display: inline-block;
  margin-right: 40px;
  font-size: 12px;
}
.list-style-1 .item .right .txt-desc:last-child {
  margin-right: 0;
}
.list-style-1 .item .right .desc {
  margin: 6px 0 0 0;
  text-align: justify;
  font-size: 12px;
}
/* 企业法人对外投资查询:法定代表人信息; */
.list-style-2 {
  overflow: hidden;
}
.list-style-2 .item {
  position: relative;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #dfdfe2;
  border-left: 6px solid #2196f3;
}
.list-style-2 .item:last-child {
  margin-bottom: 0;
}
.list-style-2 .item .left.thumbnail {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  border-radius: 80px;
  font-size: 32px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAe1BMVEUAAAD29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vb29vbs7Oz29vb////09PTw8PD7+/vy8vL4+PgwrH1mAAAAIXRSTlMAC9/rFHduSB/b9J1P8ePWvbiollkHAtGRyMZcRSkk811p0jYvAAAC0UlEQVRYw8WZ2XaDIBCGiWuMpmZP2nQTAX3/Jyx6SKZ2EMTl9L9qbfplNmAYiUXBe3Tc5f4XZX5y3R2j94CM1yq7XSnS9ZatxtAu8WFDe7Q5xBdX4yKPGuVFKxdc6FOr/HAw8uTRQfJOg3DrPf0tVnFeKHFesc4f92s7777twAqkDnR7t+DOKXwYaJgJn0rPxjJ+A1xhFCDfAkP4kqezvLCIPx1PegP58UKVAGdCUqWXDz3v88FjxUCxB/FTG7/EED1LJJNAk99X5K6D26841ynwxhBTVM/AG0e8/ymYLfDGEbfd4tmjfDhnZt/ZX+z1Yq+eE/BWar8qRkrtZrA/hiiAo8IYPg30NQ4zUf6RqCxO+w8TI2wglzis2mJipM43D2dY8gTrispn1Jxp79ICY5wRVpaajEsiN+clboEHnYFC55j8GrOJhzYlG5xiAc6hx6Yobpq0ZJoUl33A2pLoTAKPymMMpEKKSk6jCoAGn48SmCiPMVC01Sd/a8QAaPA5ISQAj5GFtZT8oW4EFhp9DkiMPDbFUNStKOvzOVbrmA8Egpje55CkbkDRqAVTLTAlOycg/bXWuQ64Izlad2YgrJpat/py4o8DFnUpdECfbPuBTBWUCkoXSMtSB/wiFID2wrYDKWH9wFpI1bD0BgFdY2h32XME8rIR7wP65DovMHcvbNYIXEaFDUtvUgxh6YXzAkPT9sUrKflVVSNzYcP2hTZYW2Fz0QiSgjZYhyMAZxkfAeiQssVQ/SMA0SEFx+iUpMAxCgf9JCAc9NCKTAJCKwLN0jQgNEu4nWOMtc0cligFfUiWgHyC2jldw1k6CDecuCV2B0JLPHfTPvu1Yu6Lz9xXs2Uvj+R76vX2e+EL+PQRwfJDjOljlvkHQVjrfMyoKl8vP0wDnW+u477bmZiVuQ0ks0VHptOHuouOnacPxmce3f//y4Xu64+NNMvPh7z++AGn54/1bLKBaAAAAABJRU5ErkJggg==) no-repeat center center;
}
.list-style-2 .item .left.job-box {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 0;
  width: 130px;
  margin-top: -28px;
  text-align: center;
}
.list-style-2 .item .left.job-box .pos {
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  color: #2196f3;
}
.list-style-2 .item .left.job-box .title {
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  color: #AEAEAE;
}
.list-style-2 .item .center {
  min-height: 75px;
  padding: 0 280px 0 110px;
  color: #000;
}
.list-style-2 .item .center .title {
  position: relative;
  display: inline-block;
  padding-right: 50px;
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: normal;
}
.list-style-2 .item .center .txt-desc {
  display: inline-block;
  margin-right: 40px;
  font-size: 12px;
}
.list-style-2 .item .center .txt-desc:last-child {
  margin-right: 0;
}
.list-style-2 .item .center .desc {
  margin: 6px 0 0 0;
  text-align: justify;
  font-size: 12px;
}
.list-style-2 .item .right {
  position: absolute;
  top: 50%;
  right: 0;
  width: 280px;
  margin-top: -38px;
  overflow: hidden;
}
.list-style-2 .item .right .title {
  margin: 0 0 8px 0;
  font-weight: normal;
}
.list-style-2 .item .right .title .icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.list-style-2 .item .right .desc-box p {
  display: inline-block;
  margin: 0;
}
.list-style-2 .item .right .desc-box .txt-num {
  overflow: hidden;
  max-width: 225px;
  margin: 0 5px 0 0;
  font-size: 34px;
}
.list-style-2 .item .right .desc-box .txt-unit {
  position: relative;
  top: -11px;
  font-size: 12px;
  text-align: center;
}
.list-style-3 {
  display: inline-block;
  overflow: hidden;
  text-align: left;
  padding-left: 0;
  margin: 0;
}
.list-style-3 .item {
  display: block;
  float: none;
  margin-bottom: 8px;
  color: #2F3949;
}
.list-style-3 .item .title-before {
  display: inline-block;
  width: 86px;
  margin-right: 20px;
  border-radius: 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #898B8E;
  background-color: #F3F3F3;
}
.list-style-3 .item.w-lg .title-before {
  width: 140px;
}
.list-style-4 {
  overflow: hidden;
}
.list-style-4 .item {
  width: 14%;
  float: left;
  margin-bottom: 10px;
  text-align: center;
}
.list-style-4 .item.txt-warning p {
  color: #FF6F20;
}
.list-style-4 .item p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-style-4 .item .txt-title {
  margin: 0 0 8px 0;
  color: #afafaf;
}
.list-style-4 .item .txt-desc {
  margin: 10px 0 0 0;
}
.list-style-4 .item .switch-ipt {
  margin: 0 auto;
}
/* 企业名称模糊查询:查询结果列表内容; */
.list-style-5 {
  overflow: hidden;
  list-style-type: none;
  padding-left: 0;
}
.list-style-5 .item {
  overflow: hidden;
  display: inline-block;
  padding-right: 20px;
}
.list-style-5 .item .sub-title {
  margin-right: 8px;
  font-size: 14px;
  color: #afafaf;
}
/*用户交易报告:消费行为特征;  */
.list-style-6 {
  display: block;
  overflow: hidden;
}
.list-style-6 .item {
  display: inline-block;
  padding: 4px;
  margin: 0 55px 20px 0;
  text-align: center;
}
.list-style-6 .item .txt-title {
  margin: 0 0 8px 0;
  color: #afafaf;
}
.list-style-6 .item:last-child {
  margin-right: 0;
}
/* 用户交易报告:核心消费指标 */
.list-style-7 {
  overflow: hidden;
  list-style-type: none;
  padding-left: 0;
}
.list-style-7 .item {
  overflow: hidden;
  display: inline-block;
  width: 105px;
  margin: 0 55px 15px 0;
}
.list-style-7 .item.txt-warning p {
  color: #FF6F20;
}
.list-style-7 .item .txt-title {
  margin: 0;
  font-size: 13px;
  text-align: center;
  color: #afafaf;
}
.list-style-7 .item .txt-desc {
  margin: 15px 0 0;
  text-align: center;
}
.list-style-7 .item:last-child {
  margin-right: 0;
}
/* 工商舆情:结果列表; */
.list-style-8 {
  overflow: hidden;
}
.list-style-8 .item {
  float: none;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ececec;
}
.list-style-8 .item:last-child {
  border-bottom: 0;
}
.list-style-8 .item .link {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 16px;
  text-decoration: none;
  color: #2196f3;
}
.list-style-8 .item .link:hover {
  opacity: 0.65;
}
.list-style-8 .item .desc-content {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 14px;
  text-align: justify;
  line-height: 22px;
}
.list-style-8 .item .publish-time {
  margin: 0;
  color: #AEAEAE;
  font-size: 12px;
}
/* 通用的工商照面查询结果列表 */
.list-style-9 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.list-style-9 .item {
  position: relative;
  width: 50%;
  min-height: 22px;
  float: left;
  padding-left: 150px;
  box-sizing: border-box;
  margin: 0 0 8px 0;
}
.list-style-9 .item.full-width {
  width: 100%;
}
.list-style-9 .item .head {
  position: absolute;
  left: 0;
  display: inline-block;
  min-width: 150px;
  margin-right: 5px;
  padding: 1px 0;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background-color: #2196F3;
}
.list-style-9 .item .desc {
  margin: 0;
  padding: 3px 8px;
  text-align: justify;
}
.business-panel {
  overflow: hidden;
}
.business-panel .info-query-wrap .info-content .info-header {
  position: relative;
  padding: 20px 30px;
  font-weight: bold;
}
.business-panel .info-query-wrap .info-content .info-header .left-box {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -40px;
}
.business-panel .info-query-wrap .info-content .info-header .center-box {
  padding: 0 245px 0 108px;
  min-height: 82px;
}
.business-panel .info-query-wrap .info-content .info-header .center-box .item {
  position: relative;
  padding-right: 10px;
}
.business-panel .info-query-wrap .info-content .info-header .center-box .item .title {
  display: inline-block;
  margin: 0 8px 8px 0;
  font-size: 20px;
}
.business-panel .info-query-wrap .info-content .info-header .center-box .item .badge {
  position: relative;
}
.business-panel .info-query-wrap .info-content .info-header .center-box .item .badge.bg-warning {
  background-color: #F78536;
}
.business-panel .info-query-wrap .info-content .info-header .center-box .item .badge.bg-success {
  background-color: #8CC152;
}
.business-panel .info-query-wrap .info-content .info-header .center-box .item .link-nav {
  color: #333;
  text-decoration: none;
  cursor: context-menu;
}
.business-panel .info-query-wrap .info-content .info-header .center-box .item .link-nav .icon-nav {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-right: 4px;
}
.business-panel .info-query-wrap .info-content .info-header .center-box p {
  display: inline-block;
  margin: 4px 10px 4px 0;
  padding: 0;
  font-size: 14px;
}
.business-panel .info-query-wrap .info-content .info-header .right-box {
  position: absolute;
  top: 24px;
  right: 30px;
  width: 245px;
}
.business-panel .info-query-wrap .info-content .info-header .right-box p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.business-panel .info-query-wrap .info-content .info-header .right-box .title {
  margin: 0 0 15px 0;
}
.business-panel .info-query-wrap .info-content .info-header .right-box .title .icon {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 4px;
}
.business-panel .info-query-wrap .info-content .info-header .right-box .txt-num {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 26px;
}
.business-panel .info-query-wrap .info-content .info-header .right-box .txt-unit {
  position: absolute;
  top: 35px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.business-panel .info-query-wrap .info-content .table-warp .nav {
  height: 40px;
  border: 1px solid #ccc;
  border-top: 4px solid #bfbfbf;
  background-color: #f3f3f3;
}
.business-panel .info-query-wrap .info-content .table-warp .nav .nav-item {
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 40px;
  margin-top: -4px;
  padding: 0 31px;
  border-top: 4px solid #bfbfbf;
  border-right: 1px solid #ccc;
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
.business-panel .info-query-wrap .info-content .table-warp .nav .nav-item.active {
  color: #2196f3;
  border-top-color: #2196f3;
}
.business-panel .info-query-wrap .info-content .table-warp .nav .nav-item:hover {
  color: #2196f3;
}
.business-panel .info-query-wrap .info-content .info-body {
  clear: both;
  overflow: hidden;
}
.business-panel .info-query-wrap .info-content .info-body .row {
  overflow: hidden;
  padding: 10px 0;
  margin-bottom: 60px;
}
.business-panel .info-query-wrap .info-content .info-body .row .subtitle {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.business-panel .info-query-wrap .info-content .info-body .row .subtitle .line {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 5px;
  background-color: #2196F3;
}
.business-panel .info-query-wrap .info-content .info-body .brief-warp {
  padding: 16px 10px 0;
}
.business-panel .info-query-wrap .info-content .info-body .brief-warp .link-badge {
  display: inline-block;
  min-width: 96px;
  padding: 2px 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  margin-right: 5px;
  text-align: center;
  color: #000;
  text-decoration: none;
}
.business-panel .info-query-wrap .info-content .info-body .brief-warp .link-badge:hover {
  color: #2196f3;
  border-color: #2196f3;
}
.business-panel .info-query-wrap .info-content .info-body .list-wrap {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.business-panel .info-query-wrap .info-content .info-body .list-wrap .item {
  position: relative;
  width: 50%;
  min-height: 22px;
  float: left;
  box-sizing: border-box;
  margin: 0 0 8px 0;
}
.business-panel .info-query-wrap .info-content .info-body .list-wrap .item.full-width {
  width: 100%;
}
.business-panel .info-query-wrap .info-content .info-body .list-wrap .item .head {
  float: left;
  display: inline-block;
  width: 150px;
  margin-right: 5px;
  padding: 1px 0;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  background-color: #2196F3;
}
.business-panel .info-query-wrap .info-content .info-body .list-wrap .item .desc {
  margin: 0;
  padding: 3px 8px;
  text-align: justify;
}
.business-panel .info-query-wrap .info-content .info-body .change-list {
  overflow: hidden;
  padding: 0;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item {
  position: relative;
  display: block;
  float: none;
  padding: 0 0 0 120px;
  margin-bottom: 15px;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item:last-child {
  margin-bottom: 0;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .left-box {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 105px;
  padding-top: 15px;
  color: #888989;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .left-box .ring {
  position: absolute;
  top: 18px;
  right: 0;
  width: 4px;
  height: 4px;
  border: 2px solid #7C95BE;
  border-radius: 10px;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .left-box .line {
  position: absolute;
  top: 34px;
  right: 3px;
  height: 100%;
  border-right: 1px dashed #ccc;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .inner-con {
  border-radius: 8px;
  background-color: #7C95BE;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .inner-box {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.35);
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .inner-box:last-child {
  border-bottom: 0;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box {
  padding: 0 15px;
  border-radius: 8px;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list {
  position: relative;
  padding: 20px 0;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list p {
  display: inline-block;
  margin: 0;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list .head {
  margin-bottom: 8px;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list .head .caption,
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list .sumary .caption {
  display: inline-block;
  min-width: 70px;
  padding: 2px 0;
  margin-right: 8px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  background-color: #737AA1;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list .head .con,
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list .sumary .con {
  line-height: 28px;
  color: #000;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list .sumary {
  padding-left: 78px;
  line-height: 22px;
  min-height: 22px;
  text-align: justify;
  color: #fff;
}
.business-panel .info-query-wrap .info-content .info-body .change-list .item .right-box .list .sumary .caption {
  position: absolute;
  left: 0;
  color: #000;
  background-color: transparent;
  border-radius: 0;
}
.business-panel .info-query-wrap .info-content .info-body .human-wrap {
  overflow: hidden;
}
.business-panel .info-query-wrap .info-content .info-body .human-wrap .item {
  position: relative;
  display: inline-block;
  float: left;
  width: 130px;
  height: 184px;
  margin: 0 10px 10px 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #73D7D1;
}
.business-panel .info-query-wrap .info-content .info-body .human-wrap .item .avatar {
  width: 59px;
  height: 59px;
  margin: 29px auto 0;
  border-radius: 70px;
  background-color: rgba(0, 0, 0, 0.15);
}
.business-panel .info-query-wrap .info-content .info-body .human-wrap .item .avatar img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.business-panel .info-query-wrap .info-content .info-body .human-wrap .item .txt-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  text-align: center;
  background-color: #515151;
  color: #fff;
}
.business-panel .info-query-wrap .info-content .info-body .human-wrap .item .txt-desc .name {
  margin: 8px 0 ;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
.business-panel .info-query-wrap .info-content .info-body .human-wrap .item .txt-desc .txt-job {
  margin: 0;
  padding: 0;
  font-size: 12px;
  opacity: .5;
}
.business-panel .info-query-wrap .info-content .info-body .financial-wrap {
  overflow: hidden;
}
.business-panel .info-query-wrap .info-content .info-body .financial-wrap .inner-box {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}
.business-panel .info-query-wrap .info-content .info-body .financial-wrap .inner-box .chart-box {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-right: 8px;
  border: 9px solid #F3F3F3;
  border-radius: 200px;
  box-shadow: 0 0 2px #efefef;
}
.business-panel .info-query-wrap .info-content .info-body .financial-wrap .inner-box .desc-box {
  position: relative;
  top: -34px;
  display: inline-block;
  text-align: left;
}
.business-panel .info-query-wrap .info-content .info-body .financial-wrap .inner-box .desc-box p {
  width: 240px;
  margin: 0;
  padding: 0;
}
.business-panel .info-query-wrap .info-content .info-body .financial-wrap .inner-box .desc-box .txt-money span {
  font-size: 30px;
  font-weight: bolder;
}
.business-panel .info-query-wrap .info-content .info-body .financial-wrap .inner-box .desc-box .txt-state {
  color: #666;
}
.business-panel .info-query-wrap .info-content .info-body .branch-wrap {
  margin: 0;
  padding: 0;
  text-indent: 36px;
  text-align: justify;
  color: #666;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp {
  overflow: hidden;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item {
  display: inline-block;
  float: left;
  width: 33.333333333%;
  margin-bottom: 20px;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .nth2 {
  margin: 0 7px 0 !important;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .nth3 {
  margin: 0 0 0 14px !important;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .head {
  position: relative;
  overflow: hidden;
  height: 44px;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  padding-right: 60px;
  margin-bottom: 15px;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .head .badge {
  overflow: hidden;
  max-width: 50px;
  max-height: 52px;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .desc-box {
  margin-right: 14px;
  padding: 20px 15px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  background-color: #2196F3;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .money-box {
  position: relative;
  min-height: 48px;
  margin-right: 14px;
  padding: 10px 15px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #2196F3;
  background-color: #F3F3F3;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .money-box .icon-bag {
  position: absolute;
  top: 0;
  left: 16px;
  width: 23px;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAeCAMAAADw+3VaAAABBVBMVEUAAADV1dXc3NzOzs7Pz8/d3d3Ozs7S0tLc3NzV1dXPz8/c3NzW1tbf39/b29ve3t7S0tLR0dHd3d3Ozs7S0tLa2trMzMzMzMzLy8vU1NTS0tLa2tre3t7g4ODQ0NDe3t7S0tLQ0NDPz8/Q0NDW1tbQ0NDe3t7V1dXY2Nje3t7b29vOzs7b29vPz8/V1dXb29vOzs7X19fa2trOzs7a2trQ0NDOzs7f39/V1dXR0dHZ2dnX19fT09PW1tbPz8/X19fe3t7Q0NDNzc3R0dHNzc3c3Nze3t7U1NTQ0NDW1tbOzs7Q0NDY2Njg4ODe3t7d3d3c3NzX19fV1dXU1NTZ2dnb29vPz88IdcVcAAAATXRSTlMAUEAVA9oMBoM2+fTx6ObAwLehhlAqKRoPCgX8+PXv69zUzMrHxcPBuLCqlXd1bmlmVD0uJSQe+fnx8O3r5uTg3NLCqqWMhoB7dWBYRjuxvBkAAAFTSURBVCjPXZKFdoNAEEUnDUHi7o17Gmuk7i5ZIZD//5SGnS2F3nPgLHce6+BQzivqc3i8eQxnlOISXOb72oXJzd3hqYX3eddv7iybEsoIobY1UMAlGCJbhIxQS3JV6UMq+DghGD8FP9qRwIB/rLMBh2zQrwu3O6RV8uriA2cC20xpnmm2+e88qZlS3U6anAqJhVZQphtSywJvioLSxU48hbYzxgTTvkIGoBhlYqF67/A+fq07H+y8AHOLiMyRNiQxQxUbSKx3SDH8N7rU0qtSxxYp1ocbuWHW9RpKSTkWuQJLTqZ6+QSTaGQrU1DB1n0ZBGmMVSCOnnWSGfhM9iPo4zDCRkR/+wJj+oEHSgawkIFFwIB8NpBAP4VyCPvhZhfGO86Er6sA35igjDdMGzWZySMXUEblWtIgmJ1tvZAXBZDckPzpnveqrPRE7LCdsYSeQ/EDrH15OcK1fjcAAAAASUVORK5CYII=) no-repeat center center;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .money-box .txt-num {
  padding-left: 23px;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .money-box .txt-num span {
  display: block;
  text-align: right;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .money-box .txt-num span.num {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: -4px;
  font-size: 24px;
}
.business-panel .info-query-wrap .info-content .info-body .invest-warp .item .money-box .txt-num span.unit {
  color: #000;
}
.business-panel .form-wrap .textbox-label {
  width: 115px !important;
}
.attestation-panel {
  overflow: hidden;
}
.attestation-panel .form-wrap .form-content .textbox-label {
  width: 108px !important;
}
.attestation-panel .form-wrap .form-content .btn-group .btn {
  margin-left: 118px !important;
}
.attestation-panel .identity-wrap {
  margin: 80px auto 0;
  text-align: center;
}
.attestation-panel .identity-wrap .form-group {
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
}
.attestation-panel .identity-wrap .form-group .txt-left {
  position: absolute;
  top: 0;
  left: 0;
}
.attestation-panel .identity-wrap .info-box {
  display: inline-block;
  text-align: left;
}
.attestation-panel .identity-wrap .info-box .card-warp {
  position: relative;
  overflow: visible;
  width: 500px;
  margin-bottom: 20px;
}
.attestation-panel .identity-wrap .info-box .card-warp p {
  margin: 0;
}
.attestation-panel .identity-wrap .info-box .card-warp .avatar {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 125px;
  height: 152px;
  z-index: 1;
}
.attestation-panel .identity-wrap .info-box .card-warp .card-num {
  position: absolute;
  right: 20px;
  bottom: 31px;
  font-size: 26px;
  color: #2196f3;
}
.attestation-panel .identity-wrap .info-box .card-warp .name {
  position: absolute;
  top: 116px;
  left: 30px;
  font-size: 26px;
  color: #000;
}
.attestation-panel .identity-wrap .info-box .card-warp img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.attestation-panel .identity-wrap .info-box .card-warp .is-identity {
  position: absolute;
  right: -50px;
  top: -35px;
  width: 189px;
  height: 133px;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: 189px;
  background-image: url(../image/spirit_attestation_189x405.png);
}
.attestation-panel .identity-wrap .info-box .card-warp .is-identity.pass {
  background-position: 0 0;
}
.attestation-panel .identity-wrap .info-box .card-warp .is-identity.no-pass {
  background-position: 0 -135px;
}
.attestation-panel .identity-wrap .info-box .card-warp .is-identity.not-sure {
  background-position: 0 -272px;
}
.attestation-panel .identity-wrap .info-box .identity-content .item {
  margin-bottom: 15px;
}
.attestation-panel .identity-wrap .info-box .identity-content .item label {
  color: #969696;
}
.attestation-panel .identity-wrap .info-box .identity-content .item p {
  font-size: 16px;
  margin: 0;
}
.attestation-panel .ocr-wrap {
  overflow: hidden;
  margin: 60px auto 0;
  text-align: center;
}
.attestation-panel .ocr-wrap .form-wrap {
  display: inline-block;
  text-align: left;
}
.attestation-panel .ocr-wrap .form-wrap .form-group {
  position: relative;
  padding-left: 75px;
  margin-bottom: 20px;
}
.attestation-panel .ocr-wrap .form-wrap .form-group .txt-left {
  position: absolute;
  top: 0;
  left: 0;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group,
.attestation-panel .ocr-wrap .form-wrap .input-warp,
.attestation-panel .ocr-wrap .form-wrap .hint-desc {
  display: inline-block;
  padding-top: 5px;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control {
  position: relative;
  display: inline-block;
  width: 111px;
  height: 120px;
  margin: 0 15px 0 0;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control label,
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control label {
  background-image: url(../image/spirit_ocr.png);
  background-size: 224px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control input {
  display: none;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control.card-id label {
  background-position: -1px 0;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control.card-id input:checked + label {
  background-position: -114px 0;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control.unionpay label {
  background-position: 0 -122px;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control.unionpay input:checked + label {
  background-position: -113px -122px;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control.licence label {
  background-position: 0 -244px;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control.licence input:checked + label {
  background-position: -113px -244px;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control.driving-license label {
  background-position: 0 -367px;
}
.attestation-panel .ocr-wrap .form-wrap .radio-group .radio-control.driving-license input:checked + label {
  background-position: -114px -367px;
}
.attestation-panel .ocr-wrap .form-wrap .btn-input-wrap .btn-select {
  padding: 2px 6px;
  border: 1px solid #C9DDF2;
  font-size: 14px;
  color: #000;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeBAMAAAAfu2n0AAAAFVBMVEXW6/3o7vra6/zk7fvg7Pvd7Pzo9P7JcF9EAAAAGUlEQVQI12NIYBBAggZQ6ACFAWCoAIcoAACQjAQRo94MjwAAAABJRU5ErkJggg==) repeat-x;
}
.attestation-panel .ocr-wrap .form-wrap .btn-input-wrap .btn-select:disabled {
  background-color: #ccc;
  border: 1px solid #ccc;
  cursor: not-allowed;
  background-image: none;
}
.attestation-panel .ocr-wrap .form-wrap .btn-input-wrap .btn-select:active {
  background-image: none;
  background-color: #D3EAFD;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
.attestation-panel .ocr-wrap .form-wrap .btn-input-wrap .btn-select:focus {
  outline: none;
}
.attestation-panel .ocr-wrap .form-wrap .btn-input-wrap .hint-desc {
  padding-left: 8px;
  color: #ccc;
}
.attestation-panel .ocr-wrap .form-wrap .btn-group input.btn-submit {
  margin-left: 75px !important;
}
.attestation-panel .sumary-body {
  overflow: hidden;
  margin-top: 60px;
}
.attestation-panel .sumary-body .item {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.attestation-panel .sumary-body .item.auto-img .inner-box {
  display: inline-block;
}
.attestation-panel .sumary-body .item.auto-img .inner-box .img-left {
  float: left;
  width: auto;
  height: auto;
}
.attestation-panel .sumary-body .item.auto-img .inner-box img {
  width: 300px;
}
.attestation-panel .sumary-body .item .img-left {
  position: relative;
  overflow: visible;
  display: inline-block;
  width: 300px;
  height: 180px;
  margin-right: 55px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.attestation-panel .sumary-body .item .img-left .icon-arrow-right {
  position: absolute;
  top: 50%;
  right: -38px;
  width: 18px;
  height: 19px;
  margin-top: -10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAMAAACqTK3AAAAARVBMVEUAAADs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Oz/yCjsAAAAFnRSTlMA+hvaz3UUDwvA1cjEun5rZWBaVE+EB4KNEgAAAFNJREFUGNN90EcOgDAMRNHQew1w/6OyYIgj/ShePlnyeNz6fLP0LkwjGxI2d2abbIpsl9Wt2VHQTtlYmnlZFdmVsPvPl9nyEF5kLqbnj2yCfbHVFw18DNFTWUE3AAAAAElFTkSuQmCC) no-repeat center center;
}
.attestation-panel .sumary-body .item .status-info {
  display: inline-block;
  overflow: hidden;
  padding: 0;
  max-width: 502px;
}
.attestation-panel .sumary-body .item .status-info .txt-title {
  margin: 0;
  padding: 2px 0;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background-color: #8CC152;
}
.attestation-panel .sumary-body .item .status-info .info-wrap {
  overflow: hidden;
  min-width: 460px;
  min-height: 134px;
  margin: 0;
  padding: 10px 20px;
  border: 1px dashed #8CC152;
  border-top: 0;
}
.attestation-panel .sumary-body .item .status-info .info-wrap .list {
  position: relative;
  float: none;
  display: block;
  min-height: 20px;
  padding-left: 105px;
  margin-bottom: 4px;
  text-align: justify;
  font-size: 14px;
  color: #8CC152;
}
.attestation-panel .sumary-body .item .status-info .info-wrap .list:last-child {
  margin-bottom: 0;
}
.attestation-panel .sumary-body .item .status-info .info-wrap .list .head {
  position: absolute;
  left: 0;
  min-width: 85px;
  padding: 0 4px;
  margin-right: 15px;
  border-radius: 4px;
  text-align: center;
  background-color: #F3F3F3;
  color: #949598;
}
.attestation-panel .input-warp {
  display: inline-block;
  padding-top: 5px;
}
.attestation-panel .input-warp .upload-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 200px;
  height: 120px;
  margin-right: 8px;
  text-align: center;
  border: 1px dashed #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.attestation-panel .input-warp .upload-wrap:active {
  background-color: #f8fafd;
}
.attestation-panel .input-warp .upload-wrap:hover {
  opacity: .6;
  filter: alpha(opacity=60);
}
.attestation-panel .input-warp .upload-wrap:last-child {
  margin-right: 0;
}
.attestation-panel .input-warp .upload-wrap .inner-box {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -40px;
  text-align: center;
}
.attestation-panel .input-warp .upload-wrap .inner-box .icon-img {
  display: block;
  width: 50px;
  height: 44px;
  margin: 4px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAsCAMAAAAQPRtoAAAAb1BMVEUAAADm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7fqAZU4QAAAAJHRSTlMAMCBALPsRBfI10sW5qlcb+OpORRYD47Sbjn1sXg8K7MeecUq1AgjbAAABBklEQVRIx83W3Y6CMBCG4RGB0tLyJ6irq/v33f81rtWmYpDSiSe+xzxJQ5qZUgFXllOgPIOrIFTrW5KCSfdZBUJCrBJHRLqKKBUjUiKq8k5qRFZ7ksSS5IGsFpsQWuwVonMeyTXZGMR1J71pVcUiQuHSH4dsYNMc8gmb4hAJm+EQMgCKlHx92XYLRPzu9iNxUkC2CZBJ529camQ8ERrXijSWDAauNokkP/Bt6zAZuutBPjBK9SEyGGQV0QEPqVOA7GF/7HEyKc5zxJ2nwaSdmCEHzGaekyMCBW4yh3QZl6wbMIksEEf8UEq/EEVy7Ufflj+T8Y6EsZLYi++V9crKEv5Tgf8g+QcM1IhEQoU8UgAAAABJRU5ErkJggg==) no-repeat center center;
  cursor: pointer;
}
.attestation-panel .input-warp .upload-wrap .inner-box .hint-desc {
  margin: 0;
  font-size: 14px;
  color: #7c95be;
}
.attestation-panel .input-warp .upload-wrap .show-img-wrap {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.attestation-panel .input-warp .upload-wrap .show-img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.attestation-panel .input-warp .upload-wrap .show-img-wrap .btn-remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 6px ;
  line-height: 22px;
  font-size: 31px;
  font-weight: bold;
  color: red;
  background-color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.attestation-panel .input-warp.one-row {
  margin-left: 0;
}
.attestation-panel .input-warp.one-row .upload-wrap {
  width: 304px;
}
.attestation-panel .input-warp.one-row .upload-wrap .inner-box {
  margin-top: -35px;
}
.attestation-panel .human-contrast .echart-img-compare {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
}
.attestation-panel .human-contrast .echart-box {
  margin-right: 20px;
  display: inline-block;
  position: relative;
}
.attestation-panel .human-contrast .echart-box .txt-sub {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 44px;
  margin: 0;
  font-size: 12px;
}
.attestation-panel .human-contrast .hint-content .right-box {
  top: -50px !important;
}
.communication-panel {
  overflow: hidden;
}
.communication-panel .list-box .item .img-type {
  display: inline-block;
  width: 190px;
  height: 40px;
  vertical-align: middle;
  background-image: url(../image/spirit_communication_recheck.png);
  background-size: 190px;
  background-repeat: no-repeat;
}
.communication-panel .list-box .item .img-type.china-mobile {
  background-position: -21px 0;
}
.communication-panel .list-box .item .img-type.china-unicom {
  width: 200px;
  height: 45px;
  background-position: 0 -40px;
}
.communication-panel .list-box .item .img-type.china-telecom {
  background-position: -29px -86px;
}
.form-wrap {
  position: relative;
  text-align: center;
  padding: 0 0 20px 0;
}
.form-wrap.txt-left {
  text-align: left;
}
.form-wrap.form-result .title {
  color: #7c95be;
  margin: 40px 0 0 0;
  font-weight: normal;
}
.form-wrap.form-result .title .pass {
  color: #84BD45;
  margin-right: 8px;
}
.form-wrap.form-result .title .no-pass {
  color: #FF4F3E;
}
.form-wrap.form-result .title .icon {
  position: relative;
  display: inline-block;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-wrap .form-content {
  display: inline-block;
  text-align: left;
  padding-top: 40px;
}
.form-wrap .form-content.inline-form .form-group {
  display: inline-block;
  margin-right: 12px;
  margin-top: -4px;
}
.form-wrap .form-content .form-group {
  overflow: hidden;
  margin-bottom: 20px;
  transition: all 0.25s ease-in;
}
.form-wrap .form-content .form-group[data-ishow="hide"] {
  height: 0;
  margin-bottom: 0;
}
.form-wrap .form-content .form-group .ipt-control {
  position: relative;
  overflow: visible;
}
.form-wrap .form-content .form-group .ipt-control .textbox-label {
  width: 100px;
  text-align: right;
}
.form-wrap .form-content .form-group .ipt-control .textbox-text:disabled {
  background-color: transparent;
}
.form-wrap .form-content .form-group .ipt-control .ipt-xs {
  width: 190px;
}
.form-wrap .form-content .form-group .ipt-control .ipt-sxm {
  width: 198px;
}
.form-wrap .form-content .form-group .ipt-control .ipt-sm {
  width: 300px;
}
.form-wrap .form-content .form-group .ipt-control .ipt-xm {
  width: 500px;
}
.form-wrap .form-content .form-group .ipt-control .ipt-lg {
  width: 496px;
}
.form-wrap .form-content .form-group .ipt-control .error-msg2 {
  position: relative;
  margin-top: 8px;
  margin-left: 10px;
  padding-left: 20px;
  color: #FF503F;
}
.form-wrap .form-content .form-group .ipt-control .error-msg2 .icon-hint {
  margin-left: -20px;
}
.form-wrap .form-content .form-group .ipt-control .icon-validate,
.form-wrap .form-content .form-group .ipt-control .icon-hint {
  position: absolute;
  margin-left: 8px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-wrap .form-content .form-group .ipt-control .icon-validate {
  position: relative;
  display: inline-block;
  top: 4px;
}
.form-wrap .form-content .form-group .ipt-control .error-msg {
  position: relative;
  margin-top: 8px;
  margin-left: 142px;
  padding-left: 20px;
  color: #FF503F;
}
.form-wrap .form-content .form-group .ipt-control .error-msg .icon-hint {
  margin-left: -20px;
}
.form-wrap .form-content .form-group .ipt-control .icon {
  position: relative;
  display: inline-block;
  top: 4px;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.form-wrap .form-content .form-group .ipt-control.no-pass .textbox {
  border: 1px solid #FF4F3E;
}
.form-wrap .form-content .form-group .ipt-control.no-pass .hint-txt {
  color: #FF4F3E;
}
.form-wrap .form-content .form-group .ipt-control.pass .textbox {
  border: 1px solid #84BD45;
}
.form-wrap .form-content .form-group .ipt-control.pass .hint-txt {
  color: #84BD45;
}
.form-wrap .form-content .form-group .ipt-control .btn-add {
  margin-left: -4px;
  padding: 6px 4px;
  border: 1px solid #D4D4D4;
  border-radius: 2px;
  background-color: #F2F2F2;
  background: -webkit-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #F2F2F2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2, GradientType=0);
}
.form-wrap .form-content .form-group .ipt-control .btn-add:hover {
  color: #2196f3;
}
.form-wrap .form-content .form-group .ipt-control .btn-add .l-btn-text {
  font-size: 14px;
}
.form-wrap .form-content .form-group .ipt-control .area-wrap {
  display: inline-block;
  margin-left: 26px;
}
.form-wrap .form-content .form-group .ipt-control .area-wrap .tag-label {
  position: relative;
  top: 2px;
  display: inline-block;
  padding: 2px 16px 2px 4px;
  margin-right: 4px;
  border: 1px solid #D4D4D4;
  font-size: 12px;
}
.form-wrap .form-content .form-group .ipt-control .area-wrap .tag-label .btn-delete {
  position: absolute;
  top: 0;
  right: 4px;
  width: 10px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAADFBMVEUAAACvr6+vr6+vr69+nYohAAAAA3RSTlMAgH8BTzA4AAAAIElEQVQI12NYwMVQocsgt4WB/QID9wMG3QqGLXIMAawARsUFsIbclg8AAAAASUVORK5CYII=") no-repeat center center;
}
.form-wrap .form-content .form-group .ipt-control .area-wrap .tag-label .btn-delete:hover {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAIAgMAAAC5YVYYAAAADFBMVEUAAAAhlvMhlvMhlvMgXyPDAAAAA3RSTlMAgH8BTzA4AAAAIElEQVQI12NYwMVQocsgt4WB/QID9wMG3QqGLXIMAawARsUFsIbclg8AAAAASUVORK5CYII=") no-repeat center center;
}
.form-wrap .form-content .form-group .ipt-control .hint-txt {
  margin-left: 8px;
  font-size: 14px;
  color: #afafaf;
}
.form-wrap .form-content .form-group .ipt-control .hint-num {
  position: absolute;
  bottom: 0;
  width: 80px;
  text-align: left;
}
.form-wrap .form-content .form-group .ipt-control .select-item {
  width: 147px;
  padding-right: 40px;
  margin-left: -4px;
  margin-right: 8px;
  border: 1px solid #dfdfe2;
  border-radius: 2px;
  text-indent: 2px;
}
.form-wrap .form-content .form-group .ipt-control .select-item:focus {
  outline: none;
  border-color: #bbbbbb;
  -moz-box-shadow: 0 0 3px 0 #D4D4D4;
  -webkit-box-shadow: 0 0 3px 0 #D4D4D4;
  box-shadow: 0 0 3px 0 #D4D4D4;
}
.form-wrap .form-content .form-group .ipt-control .select-item option {
  padding: 4px 2px;
}
.form-wrap .form-content .form-group .ipt-control .select-item option:focus {
  background-color: transparent;
  color: #2196f3;
}
.form-wrap .form-content .form-group .ipt-control.w-sm-3 {
  float: left;
  width: 33.333333333333333333%;
}
.form-wrap .form-content .form-group .ipt-control.w-sm-5 {
  float: left;
  width: 50%;
}
.form-wrap .form-content .form-group .ipt-control.w-sm-5:last-child {
  text-align: right;
}
.form-wrap .form-content .form-group .ipt-control.txt-right {
  text-align: right !important;
  margin-left: -69px;
}
.form-wrap .form-content .form-group .ipt-control .area {
  height: 100px;
}
.form-wrap .form-content .form-group .ipt-control .ipt-checkbox {
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfe2;
  background-color: transparent;
}
.form-wrap .form-content .form-group .ipt-control .tagbox .textbox-text {
  min-width: 300px;
}
.form-wrap .form-content .form-group .ipt-control .filebox {
  overflow: visible;
}
.form-wrap .form-content .form-group .ipt-control .filebox .textbox-button {
  top: -1px;
  right: -1px;
  height: 100% !important;
  padding: 0 8px;
  border: 1px solid #C1D1E9;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeBAMAAAAfu2n0AAAAFVBMVEXW6/3o7vra6/zk7fvg7Pvd7Pzo9P7JcF9EAAAAGUlEQVQI12NIYBBAggZQ6ACFAWCoAIcoAACQjAQRo94MjwAAAABJRU5ErkJggg==") repeat-x;
  background-size: 23px;
}
.form-wrap .form-content .form-group .ipt-control .filebox .textbox-button .l-btn-text {
  margin: 1px 4px 0 30px;
  line-height: 32px;
}
.form-wrap .form-content .btn-group {
  overflow: hidden;
  padding-top: 10px;
}
.form-wrap .form-content .btn-group .btn-dialog {
  width: 90px;
  height: 36px;
}
.form-wrap .form-content .btn-group .btn-dialog.btn-cancel {
  position: relative;
  top: -2px;
  margin-left: 20px;
  background-color: #ececec;
}
.form-wrap .form-content .btn-group .btn-dialog.btn-cancel:hover {
  background-color: #e5e5e5;
}
.form-wrap .form-content .btn-group .btn-dialog.btn-cancel .l-btn-left {
  margin-top: 7px;
}
.form-wrap .form-content .btn-group .btn-dialog.btn-cancel .l-btn-left .l-btn-text {
  color: #afafaf;
}
.form-wrap .form-content .btn-group .btn-submit {
  display: inline-block;
  padding: 10px 25px 13px;
  margin-left: 20px;
  border-radius: 2px;
}
.form-wrap .form-content .btn-group .btn-submit:disabled {
  background-color: #dedddd;
}
.form-wrap .form-content .btn-group .btn-submit .l-btn-text {
  font-size: 16px;
}
.form-wrap .form-content .btn-group .link-btn {
  position: relative;
  top: 3px;
}
.form-wrap .form-content .btn-group .btn-query,
.form-wrap .form-content .btn-group .btn-normal {
  width: 68px;
  height: 28px;
  border-radius: 4px;
}
.form-wrap .form-content .btn-group .btn-query:focus,
.form-wrap .form-content .btn-group .btn-normal:focus {
  outline: none;
}
.form-wrap .form-content .btn-group .btn-query .l-btn-left,
.form-wrap .form-content .btn-group .btn-normal .l-btn-left {
  margin-top: 2px;
}
.form-wrap .form-content .drop-down + .combo a.textbox-icon {
  border-left: 1px solid #dfdfe2;
}
.form-wrap .txt-desc {
  font-size: 14px;
  margin: 30px auto;
}
.form-wrap .ipt-searchbox {
  width: 500px;
}
.form-wrap .ipt-searchbox + .textbox {
  overflow: visible;
}
.form-wrap .ipt-searchbox + .textbox .l-btn-icon-left .l-btn-text {
  margin: 0 4px 0 30px;
  font-size: 14px;
}
.form-wrap .ipt-searchbox + .textbox .textbox-button {
  top: -1px;
  overflow: visible;
  padding: 0 15px;
  height: 104% !important;
  color: #fff;
  background-color: #2196f3;
}
.form-wrap .ipt-searchbox + .textbox .textbox-button:hover {
  background-color: #0c7cd5;
}
.form-wrap .pos-ab {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.form-wrap .pos-relative {
  position: relative;
  top: -20px;
  width: 100%;
  text-align: right;
}
.table-style {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.table-style .datagrid-body {
  position: relative;
  z-index: 2;
}
.table-style .datagrid-body {
  min-height: 60px;
}
.table-style .tb-no-data {
  position: relative;
  top: -110px;
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  color: #afafaf;
}
.table-style.no-padding {
  padding: 0;
}
.table-style .table-box {
  position: relative;
}
.table-style .datagrid-toolbar td .l-btn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.table-style .datagrid-header-row {
  color: #fff;
}
.table-style .datagrid-header-row td {
  padding: 8px 0;
  background-color: #2196f3;
}
.table-style .datagrid-header-row td.datagrid-header-over:hover .datagrid-filter-c .combo {
  background-color: #3aa0f2;
}
.table-style .datagrid-header-row td:last-child {
  border-color: transparent;
}
.table-style.gray-header .datagrid-header-row {
  color: #afafaf;
}
.table-style.gray-header .datagrid-header-row td {
  padding: 8px 0;
  border-right: 0;
  border-top: 2px solid #ececec;
  background-color: #f3f3f3;
}
.table-style.gray-header .datagrid-header-row td.datagrid-header-over {
  color: #afafaf;
  background-color: #f3f3f3;
}
.table-style.lines-bottom .datagrid-body td {
  border-right: 1px dotted transparent;
  border-bottom: 1px dotted transparent;
}
.table-style.lines-bottom .datagrid-body td .operate-row {
  color: #000;
  text-decoration: none;
}
.table-style.lines-bottom .datagrid-body td .operate-row:hover {
  text-decoration: underline;
}
.table-style.lines-bottom .icon {
  position: relative;
  display: inline-block;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-position: center center;
  background-repeat: no-repeat;
}
.table-style.lines-bottom.no-hover .datagrid-header-over {
  background-color: #2196f3 !important;
  color: #fff !important;
}
.table-style.lines-bottom.no-hover .datagrid-row-alt {
  background-color: #F5F5F5 !important;
}
.table-style.lines-bottom.no-hover .datagrid-row-over {
  background-color: transparent;
}
.table-style.lines-bottom.no-hover .datagrid-row-alt {
  background-color: #F5F5F5 !important;
}
.table-style.lines-bottom.no-hover .datagrid-row-over {
  background-color: transparent;
}
.table-style.no-hover .datagrid-row-alt {
  background-color: #F5F5F5 !important;
}
.table-style.no-hover .datagrid-row-over {
  background-color: transparent;
}
.table-style .btn-export,
.table-style .btn-detail {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 88px;
  height: 28px;
  visibility: hidden;
}
.table-style .btn-export .l-btn-left,
.table-style .btn-detail .l-btn-left {
  margin-top: 2px;
}
.table-style .btn-detail {
  left: 110px;
  width: auto;
}
.table-style .pagination {
  float: right;
  visibility: hidden;
}
.table-style .pagination.datagrid-pager {
  margin-top: 30px;
  height: 35px;
  background-color: transparent;
  border-color: transparent;
}
.table-style .pagination.datagrid-pager a {
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfe2;
  border-radius: 0;
  margin-right: 4px;
  background-color: #F2F2F2;
  background: -webkit-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #F2F2F2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#F2F2F2, GradientType=0);
}
.table-style .pagination.datagrid-pager a:focus {
  outline: none;
}
.table-style .pagination.datagrid-pager a:hover {
  opacity: .6;
}
.table-style .pagination.datagrid-pager .pagination-info {
  margin-left: 34px;
  height: 34px;
  line-height: 34px;
}
.table-style .pagination.datagrid-pager .pagination-links .pagination-link {
  background-image: none;
}
.table-style .pagination.datagrid-pager .pagination-links .pagination-link:hover .l-btn-text {
  color: #444;
}
.table-style .pagination.datagrid-pager .l-btn-disabled {
  border-color: #dfdfe2;
  background-image: none;
  background-color: #F5F5F5 !important;
  opacity: .4;
}
.table-style .pagination.datagrid-pager .l-btn-disabled:hover {
  opacity: .4;
}
.table-style .pagination.datagrid-pager .l-btn-plain-selected,
.table-style .pagination.datagrid-pager .l-btn-plain-selected:hover {
  border-color: #2196f3;
  color: #fff;
  background-color: #2196f3;
}
.table-style .pagination.datagrid-pager .l-btn-plain-selected:hover,
.table-style .pagination.datagrid-pager .l-btn-plain-selected:hover:hover {
  opacity: 1;
}
.table-style .pagination.datagrid-pager .l-btn-plain-selected:hover .l-btn-text,
.table-style .pagination.datagrid-pager .l-btn-plain-selected:hover:hover .l-btn-text {
  color: #fff;
}
.table-style .pagination.datagrid-pager .pagination-num {
  width: 48px;
  padding: 8px 0;
  text-align: center;
}
.table-style .filter-wrap .datagrid-view2 .datagrid-header-inner .datagrid-htable {
  position: relative;
}
.table-style .filter-wrap .datagrid-view2 .datagrid-filter-row {
  position: absolute;
  top: 0;
  right: 0;
  visibility: hidden;
}
.table-style .filter-wrap .datagrid-view2 .datagrid-filter-row .datagrid-filter-c {
  position: relative;
  top: -4px;
  height: 35px;
}
.table-style .filter-wrap .datagrid-view2 .datagrid-filter-row .datagrid-filter-c .combo {
  height: 25px !important;
}
.table-style .filter-wrap .datagrid-view2 .datagrid-filter-row td[field="status"] {
  visibility: visible;
  padding-top: 0 !important;
}
.table-style .filter-wrap .datagrid-view2 .datagrid-filter-row td[field="status"] span {
  background-color: transparent;
  border-color: transparent;
}
.table-style .filter-wrap .datagrid-view2 .datagrid-filter-row td[field="status"] span input {
  background-color: transparent;
  color: #fff;
  text-align: center;
}
.table-style .filter-wrap .datagrid-view2 .datagrid-filter-row td[field="status"] .textbox-addon .textbox-icon {
  opacity: 1 !important;
  background-color: transparent !important;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGBAMAAAAMK8LIAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACHRSTlMA6hSnWFGurbFThQsAAAAkSURBVAjXY8jo6GhmUOzoEGJg6egIYGCoaGZgYFAUAhIsAQwAeTgGJdZcDpcAAAAASUVORK5CYII=) no-repeat center center;
}
.radiobox-group {
  position: relative;
  top: 5px;
  display: inline-block;
  left: -3px;
  overflow: hidden;
}
.radiobox-group .radiobox-item {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
}
.radiobox-group .radiobox-item:last-child {
  margin-right: 0;
}
.radiobox-group .radiobox-item input[type="radio"] {
  display: none;
}
.radiobox-group .radiobox-item input[type="radio"] + label {
  position: relative;
  color: #000;
  cursor: pointer;
}
.radiobox-group .radiobox-item input[type="radio"] + label .icon {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 0 !important;
  margin-right: 4px;
  margin-top: -8px;
  border-radius: 16px;
  border: 1px solid #ececec;
}
.radiobox-group .radiobox-item input[type="radio"]:checked + label .icon {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKBAMAAAB/HNKOAAAAFVBMVEUAAAAhlvMhlvMhlvMhlvMhlvMhlvPXPcarAAAABnRSTlMA875NhE4qVjv+AAAALUlEQVQI12NgMBJUZmBgSUtLc2AwA5LJDGpAMolBDEgmQkiICEQWqpIhCKgLAKOBDjUn2cGFAAAAAElFTkSuQmCC) no-repeat center center;
}
.radiobox-group .radiobox-item input[type="radio"]:disabled + label {
  cursor: not-allowed;
}
.checkbox-group {
  overflow: hidden;
  padding: 30px 15px;
  font-size: 0;
}
.checkbox-group .checkbox-item {
  overflow: hidden;
  padding: 4px 0;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.checkbox-group .checkbox-item:last-child {
  margin-right: 0;
}
.checkbox-group .checkbox-item input[type="checkbox"] {
  display: none;
}
.checkbox-group .checkbox-item input[type="checkbox"] + label {
  position: relative;
  padding: 4px 15px 4px 30px;
  border-radius: 20px;
  background-color: #dfdfe2;
  transition: all 0.25s ease-in;
  cursor: pointer;
}
.checkbox-group .checkbox-item input[type="checkbox"] + label .icon {
  position: absolute;
  top: 50%;
  left: 8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMA1gaV+o8r9fgYb0ZFzr27tN/AiHy9Z3cAAABwSURBVBjTZY/hDsJACIPLHXBsOp3a939Wg2MXk/XfVyC0SLlJhJjjUOss9fbjJ6ce6dS8dgDXSa+d6rDJsmCjQf74rhQE9fMuHmQgKGj7yRx5sqL1BbdkCozpoJh2vF1PVq9gm1awa/Rruaqvo+p/AVHtC6gyuxbhAAAAAElFTkSuQmCC) no-repeat center center;
}
.checkbox-group .checkbox-item input[type="checkbox"]:checked + label {
  background-color: #8CC152;
}
.checkbox-group .checkbox-item input[type="checkbox"]:disabled + label {
  cursor: not-allowed;
}
.static-table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}
.static-table thead th {
  width: 25%;
  padding: 6px 0;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  border-right: 1px dotted #ccc;
  background-color: #2196f3;
}
.static-table thead th:last-child {
  border-right: 0;
}
.static-table tbody tr:nth-child(2n) {
  background-color: #F5F5F5;
}
.static-table tbody tr td {
  padding: 8px 2px;
  text-align: center;
  word-break: break-all;
}
.table-overflow {
  overflow-x: auto;
}
.table-overflow .static-table {
  table-layout: fixed;
}
.check-box {
  display: inline-block;
  margin-right: 30px;
  text-align: left;
}
.check-box:last-child {
  margin-right: 0;
}
.check-box .label-check {
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #000;
}
.check-box .label-check .icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  border-color: #D6DDEA;
  cursor: pointer;
}
.check-box input[type="checkbox"] {
  display: none;
}
.check-box input[type="checkbox"]:checked + .label-check .icon {
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAMAAADepFZYAAAAP1BMVEUAAAA3xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf43xf515fZSAAAAFHRSTlMAxBsPCuLY0sy4FRPo3CPGva4mBzqqFPoAAABGSURBVAjXTctbEoAgDEPRVLAg4Dv7X6sdqSP5O5O5+FezDEgUlNARMlNFa9eHApycN8NONeBejFGo0xtEo3A1dB50+KuOB4s0AlD3mnjAAAAAAElFTkSuQmCC');
}
.auto-upload-label {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 200px;
  margin-right: 8px;
  text-align: center;
  border: 1px dashed #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.auto-upload-label .inner-box {
  text-align: center;
}
.auto-upload-label .inner-box .icon-img {
  display: block;
  width: 50px;
  height: 44px;
  margin: 40px auto 4px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAsCAMAAAAQPRtoAAAAb1BMVEUAAADm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7frm7fqAZU4QAAAAJHRSTlMAMCBALPsRBfI10sW5qlcb+OpORRYD47Sbjn1sXg8K7MeecUq1AgjbAAABBklEQVRIx83W3Y6CMBCG4RGB0tLyJ6irq/v33f81rtWmYpDSiSe+xzxJQ5qZUgFXllOgPIOrIFTrW5KCSfdZBUJCrBJHRLqKKBUjUiKq8k5qRFZ7ksSS5IGsFpsQWuwVonMeyTXZGMR1J71pVcUiQuHSH4dsYNMc8gmb4hAJm+EQMgCKlHx92XYLRPzu9iNxUkC2CZBJ529camQ8ERrXijSWDAauNokkP/Bt6zAZuutBPjBK9SEyGGQV0QEPqVOA7GF/7HEyKc5zxJ2nwaSdmCEHzGaekyMCBW4yh3QZl6wbMIksEEf8UEq/EEVy7Ufflj+T8Y6EsZLYi++V9crKEv5Tgf8g+QcM1IhEQoU8UgAAAABJRU5ErkJggg==) no-repeat center center;
  cursor: pointer;
}
.auto-upload-label .inner-box .hint-desc {
  margin: 0 0 40px 0;
  font-size: 14px;
  color: #7c95be;
}
.education-panel {
  overflow: hidden;
}
.negative-panel {
  overflow: hidden;
}
.unionpay-panel {
  overflow: hidden;
}
.unionpay-panel .uniompay-form-width {
  width: 650px;
  margin: 0 auto;
}
.unionpay-panel .reporter-form .header-wrap {
  overflow: hidden;
  width: 1024px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: left;
}
.unionpay-panel .reporter-form .header-wrap .title-box {
  position: relative;
  padding: 0 0 14px;
  border-bottom: 1px dashed #ececec;
}
.unionpay-panel .reporter-form .header-wrap .title-box .title {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  text-indent: 12px;
}
.unionpay-panel .reporter-form .header-wrap .title-box .btn-switch {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #2196f3;
  text-decoration: none;
}
.unionpay-panel .reporter-form .header-wrap .title-box .btn-switch:focus {
  outline: none;
}
.unionpay-panel .commercial-reporter .form-wrap .form-content .form-group .ipt-control .textbox-label {
  width: 135px !important;
}
.unionpay-panel .commercial-reporter .form-wrap .form-content .btn-primary {
  margin-left: 146px !important;
}
.unionpay-panel .bank-wrap {
  display: inline-block;
  text-align: left;
}
.unionpay-panel .bank-wrap .list-style-3 {
  padding-left: 30px;
}
.unionpay-panel .bank-card-box {
  position: relative;
  overflow: hidden;
  width: 367px;
  height: 210px;
  margin: 0 auto 30px;
  border-radius: 8px;
  background-color: #73d7d1;
}
.unionpay-panel .bank-card-box .card-top-item,
.unionpay-panel .bank-card-box .card-center-item {
  position: absolute;
  top: 32px;
  left: 25px;
  right: 25px;
}
.unionpay-panel .bank-card-box .card-top-item {
  font-size: 0;
}
.unionpay-panel .bank-card-box .card-top-item .icon-chip {
  position: absolute;
  top: 50%;
  left: 0;
  width: 31px;
  height: 25px;
  margin-top: -12px;
  border-radius: 2px;
  background-image: url(../image/icon_spirit_106x109.png);
  background-size: 53px;
  background-repeat: no-repeat;
  background-position: 0 -29px;
}
.unionpay-panel .bank-card-box .card-top-item .card-type {
  margin: 0;
  font-size: 16px;
  line-height: 29px;
  text-align: right;
}
.unionpay-panel .bank-card-box .card-top-item .card-type .icon {
  position: relative;
  top: 5px;
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin-right: 4px;
  border-radius: 24px;
  background-color: #fff;
  background-clip: content-box;
}
.unionpay-panel .bank-card-box .card-top-item .card-type .icon .icon-home {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -8px 0 0 -8px;
  background-image: url(../image/icon_spirit_106x109.png);
  background-size: 53px;
  background-repeat: no-repeat;
  background-position: -32px -29px;
}
.unionpay-panel .bank-card-box .card-center-item {
  top: 95px;
  height: auto;
}
.unionpay-panel .bank-card-box .card-center-item .card-left,
.unionpay-panel .bank-card-box .card-center-item .card-right {
  float: left;
  width: 50%;
}
.unionpay-panel .bank-card-box .card-center-item .card-left span,
.unionpay-panel .bank-card-box .card-center-item .card-right span {
  font-size: 12px;
  color: #509091;
}
.unionpay-panel .bank-card-box .card-center-item .card-left .card-desc,
.unionpay-panel .bank-card-box .card-center-item .card-right .card-desc {
  margin: 0;
  font-size: 16px;
}
.unionpay-panel .bank-card-box .card-center-item .card-left {
  text-align: left;
}
.unionpay-panel .bank-card-box .card-center-item .card-right {
  text-align: right;
}
.unionpay-panel .bank-card-box .card-num-box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 8px 25px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  background-color: #1fb5ac;
  color: rgba(255, 255, 255, 0.5);
}
.unionpay-panel .bank-card-box .card-num-box .txt-card-num {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 22px;
  color: #fff;
}
.account-panel {
  overflow: hidden;
}
.account-panel .bubble {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 14px;
  font-size: 12px;
  color: #fff;
}
.account-panel .bubble.bg-error {
  background-color: #FF6656;
}
.account-panel .bubble.bg-success {
  background-color: #8CC152;
}
.account-panel .base-wrap {
  overflow: hidden;
  width: 800px;
  margin: 60px auto 0;
}
.account-panel .base-wrap .header-wrap {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px dashed #dfdfe2;
}
.account-panel .base-wrap .header-wrap .avatar {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  border-radius: 80px;
  background: url(../image/user_avatar_70x70.png) no-repeat center center;
}
.account-panel .base-wrap .header-wrap .center {
  padding: 0 100px;
}
.account-panel .base-wrap .header-wrap .center .user-title {
  margin: 0 0 8px 0;
  font-size: 18px;
}
.account-panel .base-wrap .header-wrap .right {
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 20px;
}
.account-panel .base-wrap .header-wrap .right .title {
  margin: 0;
  font-size: 12px;
  font-weight: normal;
}
.account-panel .base-wrap .header-wrap .right .txt-money {
  margin: 8px 0 0;
}
.account-panel .base-wrap .header-wrap .right .txt-money .num {
  font-size: 26px;
  font-weight: bold;
}
.account-panel .base-wrap .header-wrap .right .txt-money .decimal {
  font-size: 12px;
}
.account-panel .base-wrap .content-wrap {
  overflow: hidden;
}
.account-panel .base-wrap .content-wrap .form-group .textbox-label {
  width: 90px;
  text-align: right;
}
.account-panel .base-wrap .content-wrap .form-group .w-sm-5:last-child {
  text-align: left;
}
.account-panel .base-wrap .content-wrap .easyui-tree {
  padding-left: 96px;
}
.account-panel .base-wrap .content-wrap .easyui-tree li {
  display: block;
  float: none;
}
.account-panel .base-wrap .content-wrap .easyui-tree li .tree-node-selected {
  background-color: transparent;
  color: #00438a;
}
.account-panel .base-wrap .content-wrap .easyui-tree li .tree-title {
  color: #6E85A9;
}
.account-panel .base-wrap .content-wrap .switch-ipt {
  position: relative;
  top: 8px;
  display: inline-block;
}
.account-panel .base-wrap .content-wrap .textbox .textbox-text {
  color: #6E85A9;
}
.account-panel .base-wrap .content-wrap .textbox-readonly {
  border: 0;
  background-color: #F4F4F5;
}
.account-panel .base-wrap .content-wrap .textbox-readonly .textbox-text {
  background-color: #F4F4F5;
}
.account-panel .base-wrap .content-wrap .auth-wrap .textbox-label {
  position: absolute;
  top: 7px;
}
.account-panel .full-container .form-wrap .textbox-label {
  width: 72px;
  text-align: right;
}
.account-panel .mine-info .tree-hit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.account-panel .account-op .form-wrap,
.account-panel .role-setting .form-wrap {
  text-align: left;
}
.account-panel .account-op .form-wrap .form-group,
.account-panel .role-setting .form-wrap .form-group {
  display: inline-block;
}
.account-panel .account-op .form-wrap .form-group .textbox-label,
.account-panel .role-setting .form-wrap .form-group .textbox-label {
  text-align: right;
  width: 72px;
}
.account-panel .account-op td .org-num,
.account-panel .role-setting td .org-num {
  text-decoration: underline;
  color: #000;
  cursor: pointer;
}
.account-panel .account-op .datagrid-toolbar .l-btn,
.account-panel .role-setting .datagrid-toolbar .l-btn {
  padding: 4px 8px;
  margin-right: 8px;
  border: 1px solid #ececec;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.account-panel .account-op td[field="operator"],
.account-panel .role-setting td[field="operator"] {
  position: relative;
}
.account-panel .account-op td[field="operator"] .operate-row,
.account-panel .role-setting td[field="operator"] .operate-row {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 34px;
}
.window .show-org-info .textbox-readonly {
  border: 0;
  background-color: #F4F4F5;
}
.window .show-org-info .textbox-readonly .textbox-text {
  background-color: #F4F4F5;
}
.window .add-role-wrap .tree {
  padding-left: 92px;
}
.window .add-role-wrap .tree li {
  display: block;
  float: none;
}
.window .add-role-wrap .tree li .tree-node-selected {
  background-color: transparent;
  color: #00438a;
}
.window .add-role-wrap .tree li .tree-title {
  color: #6E85A9;
}
.window .add-role-wrap .role-tree-wrap {
  overflow-y: auto;
}
.window .add-role-wrap .role-tree-wrap .textbox-label {
  position: absolute;
  top: 7px;
}
.window .add-role-wrap .btn-role-ab {
  position: absolute;
  top: 0;
  right: 0;
}
.window .dialog-button {
  text-align: center;
}
.window .dialog-button .l-btn-text {
  font-size: 14px;
}
.window .ipt-sm + .combo {
  padding: 4px 10px !important;
}
.window .add-user-choose-role .link-account-select-role {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  padding-right: 10px;
  z-index: 3;
  line-height: 40px;
  font-size: 12px;
  color: #afafaf;
  text-decoration: none;
}
.window .add-user-choose-role .link-account-select-role:hover {
  color: #2196f3;
}
.window .add-user-choose-role .textbox .textbox-text {
  width: 222px !important;
}
.window .query-role-info .form-group {
  margin-top: 0 !important;
}
.window .query-role-info .form-group .textbox-label-before {
  width: 58px !important;
}
.window .query-role-info .btn-group {
  margin-left: -5px !important;
  padding-left: 0;
  margin-right: 0 !important;
  display: inline-block;
}
.window .query-role-info .btn-group .btn-normal {
  margin-left: 7px;
}
.report.query-result {
  overflow: hidden;
  padding-top: 60px;
  max-width: 1024px;
  overflow-x: auto;
  margin: 0 auto;
}
.report.query-result .content {
  overflow: hidden;
}
.report.query-result .content.user-report .info-wrap {
  min-height: 220px;
  padding: 0 400px 0 20px;
}
.report.query-result .content.commercial .line-chart-wrap {
  height: 350px;
}
.report.query-result .content .multi-info-check .item {
  overflow: hidden;
  margin-top: 20px;
}
.report.query-result .content .multi-info-check .item .sub-title {
  position: relative;
  padding-left: 8px;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.report.query-result .content .multi-info-check .item .sub-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 12px;
  background-color: #000;
  margin-top: -5px;
}
.report.query-result .content .multi-info-check .item .mutil-value {
  display: inline-block;
  padding: 4px;
  margin-right: 20px;
}
.report.query-result .content .multi-info-check .item .mutil-value:last-child {
  margin-right: 0;
}
.report.query-result .content .row {
  position: relative;
  margin-top: 60px;
  border-top: 4px solid #f3f3f3;
}
.report.query-result .content .row .title {
  position: relative;
  display: inline-block;
  min-width: 170px;
  margin: -4px 0 50px 0;
  padding: 5px 20px 5px 0;
  font-size: 16px;
  font-weight: normal;
  text-indent: 25px;
  color: #fff;
  background-color: #7C94BD;
}
.report.query-result .content .row .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 4px;
  height: 16px;
  margin-top: -8px;
  background-color: rgba(255, 255, 255, 0.3);
}
.report.query-result .content .row .title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 34px solid #fff;
  border-left: 15px solid transparent;
}
.report.query-result .content .row .info-wrap {
  position: relative;
  padding: 0 20px;
}
.report.query-result .content .row .info-wrap .base-info {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 30px;
}
.report.query-result .content .row .info-wrap .base-info .avatar {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 118px;
  background-image: url(../image/spirit_result.png);
}
.report.query-result .content .row .info-wrap .base-info .avatar.user {
  background-position: 1px -101px;
}
.report.query-result .content .row .info-wrap .base-info .avatar.commercial {
  background-position: 1px -163px;
}
.report.query-result .content .row .info-wrap .base-info .detail-info {
  display: inline-block;
}
.report.query-result .content .row .info-wrap .base-info .detail-info .subtitle {
  margin: 0;
  margin-bottom: 12px;
  font-size: 24px;
  color: #000;
}
.report.query-result .content .row .info-wrap .base-info .detail-info .normal-box {
  position: relative;
  top: -8px;
}
.report.query-result .content .row .info-wrap .base-info .detail-info .normal-box span {
  display: inline-block;
  color: #000;
  margin-right: 30px;
}
.report.query-result .content .row .info-wrap .base-info .detail-info .normal-box span:last-child {
  margin-right: 0;
}
.report.query-result .content .row .info-wrap .base-info .detail-info .normal-box span .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-size: 104px;
  background-repeat: no-repeat;
  background-image: url(../image/spirit_result.png);
}
.report.query-result .content .row .info-wrap .base-info .detail-info .normal-box span .icon.icon-lady {
  background-position: -33px 2px;
}
.report.query-result .content .row .info-wrap .base-info .detail-info .normal-box span .icon.icon-gent {
  background-position: -51px 2px;
}
.report.query-result .content .row .info-wrap .bank-card-box {
  position: absolute;
  top: -20px;
  right: 20px;
}
.report.query-result .content .row .content-box {
  padding: 0 20px;
}
.report.query-result .content .row .content-box .inner-title {
  padding-left: 20px;
}
.report.query-result .content .row .content-box .inner-title .switch-ipt {
  margin-left: 15px;
}
.report.query-result .content .row .content-box.consume-type {
  position: relative;
  overflow: hidden;
}
.report.query-result .content .row .content-box.consume-type .consume-wrap {
  overflow: hidden;
  float: left;
  width: 50%;
  text-align: center;
}
.report.query-result .content .row .content-box.consume-type .consume-wrap .pie {
  height: 220px;
  margin-bottom: 20px;
}
.report.query-result .content .row .content-box.consume-address {
  position: relative;
  overflow: hidden;
}
.report.query-result .content .row .content-box.consume-address .consume-wrap {
  overflow: hidden;
  float: left;
  width: 50%;
  text-align: center;
}
.report.query-result .content .row .content-box.consume-address .consume-wrap .consume-address-wrap {
  padding: 20px 0 0 30px;
  margin-bottom: 50px;
}
.report.query-result .content .row .content-box.consume-address .consume-wrap .consume-address-wrap .address-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.report.query-result .content .row .content-box.consume-address .consume-wrap .consume-address-wrap .address-item:last-child {
  margin-bottom: 0;
}
.report.query-result .content .row .content-box.consume-address .consume-wrap .consume-address-wrap .address-item .city-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  overflow: hidden;
  text-align: right;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.report.query-result .content .row .content-box.consume-address .consume-wrap .consume-address-wrap .address-item .percent {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  overflow: hidden;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.report.query-result .content .row .content-box.consume-address .consume-wrap .consume-address-wrap .address-item .city-progress {
  margin: 0 60px 0 80px;
}
.report.query-result .content .row .table-wrap {
  width: 100%;
  border-collapse: collapse;
}
.report.query-result .content .row .table-wrap thead th {
  padding: 6px 0;
  border-top: 2px solid #ececec;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #afafaf;
  background-color: #f3f3f3;
}
.report.query-result .content .row .table-wrap tbody td {
  padding: 14px 4px;
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
}
.report.query-result .content .row .switch-ipt .switch-off {
  background-color: #FF6F20;
}
.report.query-result .content .row .switch-ipt .switch-on {
  background-color: #53C781;
}
.report.query-result .content .row .switch-ipt.unknown {
  background-color: transparent;
  width: auto;
  line-height: 24px;
}
.report.query-result .identify-wrap {
  width: 120px;
  height: 36px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 126px;
  background-image: url(../image/spirit_result.png);
}
.report.query-result .identify-wrap.identify-same {
  background-position: 2px -24px;
}
.report.query-result .identify-wrap.identify-differ {
  background-position: 2px -67px;
}
.report.query-result .identify-wrap.identify-unknown {
  background-position: 2px -241px;
}
.carinfo-panel .hint-tips {
  padding: 0;
}
.carinfo-panel .info-content .row {
  text-align: left;
}
.carinfo-panel .info-content .row .subtitle {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}
.carinfo-panel .info-content .row .subtitle .line {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 5px;
  background-color: #2196F3;
}
.carinfo-panel .static-table thead th {
  width: auto;
}
.hint-dialog {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -80px 0 0 -33px;
  text-align: center;
}
.hint-dialog .loader-wrap {
  text-align: center;
}
.hint-dialog .loader-wrap .loading {
  width: 160px;
  height: 20px;
  background-image: url(https://web.credlink.com/xlzxins/tdweb_new/static/images/loading.svg);
  background-repeat: no-repeat;
}
.hint-dialog .loader-wrap .hint-msg {
  margin: 24px 0 0 0;
  font-size: 14px;
  font-weight: normal;
  color: #888989;
}
.border-bubble {
  width: 145px;
  display: inline-block;
  padding: 4px 8px;
  border-width: 3px;
  border-style: solid;
  font-size: 15px;
  font-weight: bold;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.border-bubble.bg-red {
  border-color: #FF6F20;
  color: #FF6F20;
}
.border-bubble.bg-green {
  border-color: #53C781;
  color: #53C781;
}
.border-bubble.bg-blue {
  border-color: #2196F3;
  color: #2196F3;
}
.text-center {
  text-align: center;
}
.txt-info {
  margin: 20px 0 40px;
  font-size: 16px;
  color: #3C3C3C;
}
.hint-message-wrap {
  margin: 30px auto;
  text-align: center;
}
.hint-message-wrap .bg-img {
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hint-message-wrap .network-error {
  width: 275px;
  height: 180px;
  background-image: url(../image/network_error.png);
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hint-message-wrap .no-data {
  width: 240px;
  height: 212px;
  background-image: url(../image/no_data.png);
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hint-message-wrap .query-fail {
  width: 240px;
  height: 188px;
  background-image: url(../image/query_fail.png);
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.hint-message-wrap .hint-desc {
  margin: 15px auto 0;
  font-size: 12px;
  color: #4D4C51;
}
.hint-message-wrap .hint-desc .link {
  display: inline-block;
  margin-left: 6px;
  color: #2196f3;
  text-decoration: none;
}
.hint-message-wrap .hint-desc .link:hover {
  opacity: 0.65;
}
.error-page .error-wrap {
  margin-top: 10%;
}
.error-page .btn-link {
  padding: 6px 16px 8px;
}
.error-page .btn-link .l-btn-text {
  font-size: 18px;
  line-height: 1.5;
}
