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

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

html,
button,
input:not([type="checkbox"]):not([type="radio"]),
select,
textarea {
  color: #222;
  border: none;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  overflow: auto;
  overflow-y: scroll;
}

html,
body {
  min-height: 100%;
  width: 100%;
  color: #101010;
  background-color: #dcdcdc;
  font-family: Microsoft Yahei;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
  display: none !important;
}

a.no_line {
  text-decoration: none !important;
}

/****** modal ******/
.modal .modal-header {
  padding: 5px 10px;
  background: #75b9e6;
  color: #ffffff;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}

.modal .modal-header .close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 0 #ffffff;
  margin-top: 0px;
}

.modal .modal-header .close:hover {
  opacity: .5;
}

/*********  panel **********/
.panel {
  border: 1px solid #52a7e0;
}

.panel .panel-heading {
  background-color: #52a7e0;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
}

.panel .panel-body {
  padding: 10px 0px;
}

.role_disabled {
  opacity: .5;
}

/******** block **********/
.page {
  padding: 0px;
  width: 100%;
  min-height: 100%;
  background: #f7f7f7;
}

.page.isMac *::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}

.page.isMac *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page.isMac *::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}

.page.isMac *::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page-header {
  color: #fff;
  /* background-color: #0063bf; */
  background-color: #054da0;
  height: 45px;
  line-height: 45px;
  margin: 0px;
  position: relative;
  border-bottom: none;
}

.page-header a {
  color: #fff !important;
  text-decoration: none;
}

.page-header .logo {
  margin-left: 10px;
  display: flex;
  width: calc(100% - 490px);
}


.page-header .logo img {
  height: 30px;
}

.page-header .tabs {
  position: absolute;
  left: 200px;
  bottom: -6px;
  height: 100%;
}

.page-header .tabs .activeTab {
  background: rgba(34, 97, 156, 0.85);
  color: red;
}

.page-header .tabs .tab-item {
  color: yellow;
}

.page-header .info {
  position: absolute;
  right: 20px;
  top: 0px;
  height: 100%;
}

.page-header .info>* {
  float: right;
}

.page-header .info .nav>li>a {
  padding: 7px 15px;
}

.page-header .info .nav>li>a .badge {
  background-color: #F44336;
  margin-left: 5px;
}

.page-header .info .message {
  position: relative;
}

.page-header .info .message .red-point {
  position: absolute;
  display: inline-block;
  /*height: 6px;
        width:6px;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        border-radius:50%;
        background-color:#F44336 ;*/
  top: 2px;
  left: 15px;
  color: #fff;
  font-size: 8px !important;
  background: red;
  height: 17px;
  line-height: 17px;
  min-width: 17px;
  text-align: center;
  border-radius: 5px;
  padding: 0 1px;
}

.page-header .info .user-icon {
  cursor: pointer;
  float: left;
  margin-left: 10px;
  margin-top: 14px;
  height: 17px;
  width: 14px;
  background-image: url("/XVIEW/static/images/man.png");
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

.page-header .info>.contact_us {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 47px;
}

.page-header .info>.back_home {
  display: block;
  line-height: 47px;
}

.page-header .info .dropdown-menu {
  left: initial;
  right: -10px;
  min-width: 120px;
  text-align: center;
}

.page-header .info .dropdown-menu.user-oprate {
  right: 83px;
}

.page-header .info .dropdown-menu a {
  color: #101010 !important;
}

.page-sidebar .page-sidebar-menu>li,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li {
  display: block;
  margin: 0;
  padding: 0;
  border: 0px;
}

.page-sidebar .page-sidebar-menu>li.heading,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.heading {
  height: 50px;
  padding: 25px 15px 10px 15px;
}

.page-sidebar .page-sidebar-menu>li.heading>h3,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.heading>h3 {
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.page-sidebar .page-sidebar-menu>li>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
  display: block;
  position: relative;
  margin: 1px 0 0 0;
  border: 0px;
  padding: 12px 15px;
  text-decoration: none;
}

.page-sidebar .page-sidebar-menu>li>a>.title,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>.title {
  font-size: 14px;
  font-weight: 400;
}

.page-sidebar .page-sidebar-menu>li>a>i,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i {
  font-size: 18px;
  text-shadow: none;
  font-weight: 300;
}

.page-sidebar .page-sidebar-menu>li>a>i.glyphicon,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>i.glyphicon {
  top: 3px;
  margin-left: 1px;
  margin-right: 4px;
}

.page-sidebar .page-sidebar-menu>li>a>[class^="icon-"],
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a>[class^="icon-"] {
  top: 2px;
  margin-left: 1px;
  margin-right: 4px;
}

.page-sidebar-fixed .page-sidebar .page-sidebar-menu>li>a,
.page-sidebar-fixed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
  transition: all 0.2s ease;
}

.page-sidebar-reversed.page-sidebar-fixed .page-sidebar .page-sidebar-menu>li>a,
.page-sidebar-reversed.page-sidebar-fixed .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li>a {
  transition: none;
}

.page-sidebar .page-sidebar-menu>li.open>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a {
  font-size: 14px;
}

.page-sidebar .page-sidebar-menu>li.active>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a {
  border: none;
  text-shadow: none;
  font-size: 14px;
}

.page-sidebar .page-sidebar-menu li>a>.lock:before {
  width: 10px;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  line-height: 16px;
  content: "\f023";
  font-weight: 300;
  text-shadow: none;
  color: #666;
}

.page-sidebar .page-sidebar-menu li>a>.arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow:before {
  width: 10px;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  line-height: 16px;
  content: "\f104";
  font-weight: 300;
  text-shadow: none;
}

.page-sidebar .page-sidebar-menu li>a>.arrow.open:before,
.page-sidebar .page-sidebar-menu li.active>a>.arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.arrow.open:before {
  content: "\f107";
  margin-right: 6px;
}

.page-sidebar .page-sidebar-menu li>a>.badge,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li>a>.badge {
  float: right;
  margin-top: 1px;
  margin-right: 0px;
}

.page-sidebar .page-sidebar-menu .sub-menu,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 8px 0px 8px 0px;
}

.page-sidebar .page-sidebar-menu .sub-menu li,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li {
  background: none;
  margin: 0px;
  padding: 0px;
  margin-top: 1px !important;
  /* 2nd level sub menu */
}

.page-sidebar .page-sidebar-menu .sub-menu li>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a {
  display: block;
  margin: 0;
  padding: 9px 14px 9px 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  background: none;
}
.page-sidebar .page-sidebar-menu .sub-menu li>a .imgstitle,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a .imgstitle {
    width: 35px;
}

.page-sidebar .page-sidebar-menu .sub-menu li>a>i,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a>i {
  font-size: 16px;
  margin-right: 1px;
}

.page-sidebar .page-sidebar-menu .sub-menu li>a .arrow:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a .arrow:before {
  margin-top: -4px;
}

.page-sidebar .page-sidebar-menu .sub-menu li>a .arrow.open:before,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>a .arrow.open:before {
  margin-top: -2px;
}

.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu {
  margin: 0;
}

.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li {
  /* 3rd level sub menu */
}

.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>a {
  padding-left: 40px;
}

.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu {
  margin: 0;
}

.page-sidebar .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu>li>a,
.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li>.sub-menu>li>.sub-menu>li>a {
  padding-left: 50px;
}

.page-sidebar .page-sidebar-menu .sub-menu li .lock:before {
  width: 10px;
  float: left;
  padding: 9px 21px;
  margin: 0px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  line-height: 16px;
  content: "\f023";
  font-weight: 300;
  text-shadow: none;
  color: #666;
}

.page-sidebar {
  width: 198px;
  height: 100%;
  background-color: #fff;
  float: left;
  font-size: 14px;
  color: #656565;
  font-weight: bold;
  padding: 0px;
  display: block;
  -webkit-box-shadow: 3px -3px 8px #ccc;
  -moz-box-shadow: 3px -3px 8px #ccc;
  box-shadow: 3px -3px 8px #ccc;
}

.page-sidebar .page-sidebar-menu {
  padding-left: 0px;
  color: #656565;
}

.page-sidebar .page-sidebar-menu>li {
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.page-sidebar .page-sidebar-menu>li>a {
  color: #656565;
  margin: 0px;
}

.page-sidebar .page-sidebar-menu>li>.sub-menu {
  background-color: #f5f5f6;
  margin-top: 0px;
}

.page-sidebar .page-sidebar-menu>li>.sub-menu li>a {
  color: #656565;
}

.page-sidebar .page-sidebar-menu>li>.sub-menu li>a:hover {
  color: #0095ea;
}

.page-sidebar .page-sidebar-menu>li:hover {
  background-color: #f0f0f0;
}

.page-sidebar .page-sidebar-menu>li .fa {
  width: 20px;
  height: 20px;
  background-image: url('');
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}

.page-sidebar .page-sidebar-menu>li .fa.gov {
  background-image: url("/XVIEW/static/resources/images/gov_icon.png");
}

.page-sidebar .page-sidebar-menu>li .fa.fund {
  background-image: url("/XVIEW/static/resources/images/fund_icon.png");
}

.page-sidebar .page-sidebar-menu>li .fa.steel {
  background-image: url("/XVIEW/static/resources/images/steel_icon.png");
}

.page-sidebar .page-sidebar-menu>li .fa.coal {
  background-image: url("/XVIEW/static/resources/images/coal_icon.png");
}

.page-sidebar .page-sidebar-menu>li .fa.pool {
  background-image: url("/XVIEW/static/resources/images/pool_icon.png");
}

.page-sidebar .page-sidebar-menu>li .fa.duration {
  background-image: url("/XVIEW/static/resources/images/duration_icon.png");
}

.page-sidebar .page-sidebar-menu>li .fa.credit {
  background-image: url("/XVIEW/static/resources/images/credit_icon.png");
}

.page-sidebar .page-sidebar-menu>li.active {
  border-bottom: none;
  background-color: #0095ea;
  color: #fff;
}

.page-sidebar .page-sidebar-menu>li.active>a {
  color: #fff;
}

.page-sidebar .page-sidebar-menu>li.active>.sub-menu {
  background-color: #f5f5f6;
  margin-top: 0px;
}

.page-sidebar .page-sidebar-menu>li.active>.sub-menu li.active>a {
  color: #0095ea;
}

.page-sidebar .page-sidebar-menu>li.active .fa.gov {
  background-image: url("/XVIEW/static/resources/images/gov_icon_2.png");
}

.page-sidebar .page-sidebar-menu>li.active .fa.fund {
  background-image: url("/XVIEW/static/resources/images/fund_icon_2.png");
}

.page-sidebar .page-sidebar-menu>li.active .fa.steel {
  background-image: url("/XVIEW/static/resources/images/steel_icon_2.png");
}

.page-sidebar .page-sidebar-menu>li.active .fa.coal {
  background-image: url("/XVIEW/static/resources/images/coal_icon_2.png");
}

.page-sidebar .page-sidebar-menu>li.active .fa.pool {
  background-image: url("/XVIEW/static/resources/images/pool_icon_2.png");
}

.page-sidebar .page-sidebar-menu>li.active .fa.duration {
  background-image: url("/XVIEW/static/resources/images/duration_icon_2.png");
}

.page-sidebar .page-sidebar-menu>li.active .fa.credit {
  background-image: url("/XVIEW/static/resources/images/credit_icon_2.png");
}

.page-spinner-bar {
  position: fixed;
  z-index: 10051;
  width: 100px;
  top: 40%;
  left: 50%;
  margin-left: -55px;
  text-align: center;
}

.page-spinner-bar.ui-block {
  position: absolute;
}

.page-spinner-bar div {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  background: #118bdb;
  border-radius: 100% !important;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.page-spinner-bar .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.page-spinner-bar .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceDelay {

  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/***
Portlets
***/
/* Full Screen portlet mode */
.page-portlet-fullscreen {
  overflow: hidden;
}

/* Basic portlet */
.portlet {
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.portlet.portlet-fullscreen {
  z-index: 10060;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.portlet.portlet-fullscreen>.portlet-body {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
}

.portlet.portlet-fullscreen>.portlet-title {
  padding: 0 10px;
}

.portlet>.portlet-title {
  border-bottom: 1px solid #eee;
  padding: 0;
  margin-bottom: 10px;
  min-height: 41px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.portlet>.portlet-title:before,
.portlet>.portlet-title:after {
  content: " ";
  display: table;
}

.portlet>.portlet-title:after {
  clear: both;
}

.portlet>.portlet-title>.caption {
  float: left;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  padding: 10px 0;
}

.portlet>.portlet-title>.caption.bold {
  font-weight: 400;
}

.portlet>.portlet-title>.caption>i {
  float: left;
  margin-top: 4px;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
  color: #666;
}

.portlet>.portlet-title>.caption>i.glyphicon {
  margin-top: 2px;
}

.portlet>.portlet-title>.caption>.caption-helper {
  padding: 0;
  margin: 0;
  line-height: 13px;
  color: #9eacb4;
  font-size: 13px;
  font-weight: 400;
}

.portlet>.portlet-title>.actions {
  float: right;
  display: inline-block;
  padding: 6px 0;
}

.portlet>.portlet-title>.actions>.dropdown-menu i {
  color: #555555;
}

.portlet>.portlet-title>.actions>.btn,
.portlet>.portlet-title>.actions>.btn.btn-sm,
.portlet>.portlet-title>.actions>.btn-group>.btn,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm {
  padding: 4px 10px;
  font-size: 13px;
  line-height: 1.5;
}

.portlet>.portlet-title>.actions>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn.btn-sm.btn-default,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-default,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm.btn-default {
  padding: 3px 9px;
}

.portlet>.portlet-title>.actions>.btn>i,
.portlet>.portlet-title>.actions>.btn.btn-sm>i,
.portlet>.portlet-title>.actions>.btn-group>.btn>i,
.portlet>.portlet-title>.actions>.btn-group>.btn.btn-sm>i {
  font-size: 13px;
}

.portlet>.portlet-title>.actions .btn-icon-only {
  padding: 5px 7px 3px 7px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default {
  padding: 4px 6px 2px 6px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default>i {
  font-size: 14px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen {
  font-family: FontAwesome;
  color: #a0a0a0;
  padding-top: 3px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.btn-sm {
  padding: 3px 3px !important;
  height: 27px;
  width: 27px;
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen:before {
  content: "\f065";
}

.portlet>.portlet-title>.actions .btn-icon-only.btn-default.fullscreen.on:before {
  content: "\f066";
}

.portlet>.portlet-title>.tools {
  float: right;
  display: inline-block;
}

.portlet>.portlet-title>.tools>a {
  display: inline-block;
  height: 16px;
  margin-left: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
}

.portlet>.portlet-title>.tools>a.remove {
  background-image: url(/XVIEW/static/images/portlet-remove-icon.png);
  background-repeat: no-repeat;
  width: 11px;
}

.portlet>.portlet-title>.tools>a.config {
  background-image: url(/XVIEW/static/images/portlet-config-icon.png);
  background-repeat: no-repeat;
  width: 12px;
}

.portlet>.portlet-title>.tools>a.reload {
  background-image: url(/XVIEW/static/images/portlet-reload-icon.png);
  width: 13px;
}

.portlet>.portlet-title>.tools>a.expand {
  background-image: url(/XVIEW/static/images/portlet-expand-icon.png);
  width: 14px;
  visibility: visible;
}

.portlet>.portlet-title>.tools>a.collapse {
  background-image: url(/XVIEW/static/images/portlet-collapse-icon.png);
  width: 14px;
  visibility: visible;
}

.portlet>.portlet-title>.tools>a.fullscreen {
  display: inline-block;
  top: -3px;
  position: relative;
  font-size: 13px;
  font-family: FontAwesome;
  color: #ACACAC;
}

.portlet>.portlet-title>.tools>a.fullscreen:before {
  content: "\f065";
}

.portlet>.portlet-title>.tools>a.fullscreen.on:before {
  content: "\f066";
}

.portlet>.portlet-title>.tools>a:hover {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.portlet>.portlet-title>.pagination {
  float: right;
  display: inline-block;
  margin: 2px 0 0 0;
  border: 0;
  padding: 4px 0;
}

.portlet>.portlet-title>.nav-tabs {
  background: none;
  margin: 1px 0 0 0;
  float: right;
  display: inline-block;
  border: 0;
}

.portlet>.portlet-title>.nav-tabs>li {
  background: none;
  margin: 0;
  border: 0;
}

.portlet>.portlet-title>.nav-tabs>li>a {
  background: none;
  margin: 5px 0 0 1px;
  border: 0;
  padding: 8px 10px;
  color: #fff;
}

.portlet>.portlet-title>.nav-tabs>li.active>a,
.portlet>.portlet-title>.nav-tabs>li:hover>a {
  color: #333;
  background: #fff;
  border: 0;
}

.portlet>.portlet-body {
  clear: both;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.portlet>.portlet-body p {
  margin-top: 0;
}

.portlet>.portlet-empty {
  min-height: 125px;
}

.portlet.full-height-content {
  margin-bottom: 0;
}

/* Portlet background colors */
/* Side bordered portlet */
.portlet.bordered {
  border-left: 2px solid #e6e9ec !important;
}

.portlet.bordered>.portlet-title {
  border-bottom: 0;
}

/* Solid colored portlet */
.portlet.solid {
  padding: 0 10px 10px 10px;
  border: 0px;
}

.portlet.solid>.portlet-title {
  border-bottom: 0;
  margin-bottom: 10px;
}

.portlet.solid>.portlet-title>.caption {
  padding: 16px 0 2px 0;
}

.portlet.solid>.portlet-title>.actions {
  padding: 12px 0 6px 0;
}

.portlet.solid>.portlet-title>.tools {
  padding: 14px 0 6px 0;
}

/* Solid bordered portlet */
.portlet.solid.bordered>.portlet-title {
  margin-bottom: 10px;
}

/* Box portlet */
.portlet.box {
  padding: 0px !important;
}

.portlet.box>.portlet-title {
  border-bottom: 0;
  padding: 0 10px;
  margin-bottom: 0;
  color: #fff;
}

.portlet.box>.portlet-title>.caption {
  padding: 11px 0 9px 0;
}

.portlet.box>.portlet-title>.tools>a.remove {
  background-image: url(/XVIEW/static/images/portlet-remove-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.config {
  background-image: url(/XVIEW/static/images/portlet-config-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.reload {
  background-image: url(/XVIEW/static/images/portlet-reload-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.expand {
  background-image: url(/XVIEW/static/images/portlet-expand-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.collapse {
  background-image: url(/XVIEW/static/images/portlet-collapse-icon-white.png);
}

.portlet.box>.portlet-title>.tools>a.fullscreen {
  color: #fdfdfd;
}

.portlet.box>.portlet-title>.actions {
  padding: 7px 0 5px 0;
}

.portlet.box>.portlet-body {
  background-color: #fff;
  padding: 15px;
}

/* Light Portlet */
.portlet.light {
  padding: 12px 20px 15px 20px;
  background-color: #fff;
}

.portlet.light.bordered {
  border: 1px solid #e7ecf1 !important;
}

.portlet.light.bordered>.portlet-title {
  border-bottom: 1px solid #eef1f5;
}

.portlet.light.bg-inverse {
  background: #f1f4f7;
}

.portlet.light>.portlet-title {
  padding: 0;
  min-height: 30px;
}

.portlet.light>.portlet-title>.caption {
  color: #666;
  padding: 0px 0;
}

.portlet.light>.portlet-title>.caption>.caption-subject {
  font-size: 16px;
}

.portlet.light>.portlet-title>.caption>i {
  color: #777;
  font-size: 15px;
  font-weight: 300;
  margin-top: 3px;
}

.portlet.light>.portlet-title>.caption.caption-md>.caption-subject {
  font-size: 15px;
}

.portlet.light>.portlet-title>.caption.caption-md>i {
  font-size: 14px;
}

.portlet.light>.portlet-title>.actions {
  padding: 6px 0 14px 0;
}

.portlet.light>.portlet-title>.actions .btn-default {
  color: #666;
}

.portlet.light>.portlet-title>.actions .btn-icon-only {
  height: 27px;
  width: 27px;
}

.portlet.light>.portlet-title>.actions .dropdown-menu li>a {
  color: #555;
}

.portlet.light>.portlet-title>.inputs {
  float: right;
  display: inline-block;
  padding: 4px 0;
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>i {
  font-size: 14px;
  margin-top: 9px;
}

.portlet.light>.portlet-title>.inputs>.portlet-input .input-icon>.form-control {
  height: 30px;
  padding: 2px 26px 3px 10px;
  font-size: 13px;
}

.portlet.light>.portlet-title>.inputs>.portlet-input>.form-control {
  height: 30px;
  padding: 3px 10px;
  font-size: 13px;
}

.portlet.light>.portlet-title>.pagination {
  padding: 2px 0 13px 0;
}

.portlet.light>.portlet-title>.tools {
  margin-top: 2px;
}

.portlet.light>.portlet-title>.nav-tabs>li {
  margin: 0;
  padding: 0;
}

.portlet.light>.portlet-title>.nav-tabs>li>a {
  margin: 0;
  padding: 12px 13px 13px 13px;
  font-size: 13px;
  color: #666;
}

.portlet.light>.portlet-title>.nav-tabs>li.active>a,
.portlet.light>.portlet-title>.nav-tabs>li:hover>a {
  margin: 0;
  background: none;
  color: #333;
}

.portlet.light.form-fit {
  padding: 0;
}

.portlet.light.form-fit>.portlet-title {
  padding: 17px 20px 10px 20px;
  margin-bottom: 0;
}

.portlet.light .portlet-body {
  padding-top: 8px;
}

.portlet.light.portlet-fullscreen>.portlet-body {
  padding: 8px 0;
}

.portlet.light.portlet-fit {
  padding: 0;
}

.portlet.light.portlet-fit>.portlet-title {
  padding: 15px 20px 10px 20px;
}

.portlet.light.portlet-fit>.portlet-body {
  padding: 10px 20px 20px 20px;
}

.portlet.light.portlet-fit.portlet-form>.portlet-body {
  padding: 0;
}

.portlet.light.portlet-fit.portlet-form>.portlet-body {
  padding: 0;
}

.portlet.light.portlet-fit.portlet-form>.portlet-body .form-actions {
  background: none;
}

.portlet.light.portlet-datatable.portlet-fit>.portlet-body {
  padding-top: 10px;
  padding-bottom: 25px;
}

.homePageCategory {
  width: 100%;
  position: relative;
  height: 986px;
  background: url('homePage/images/bg_part_01.png') no-repeat;
  background-size: 100% 100%;
}

.homePageCategory .homePageCategory_icon {
  width: 42px;
  position: absolute;
  bottom: -19px;
  left: 48%;
}

.homePageCategory .homePageCategory_icon img {
  width: 42px;
  height: 42px;
}

.homePageCategory .homePageCategory_LeftCcon {
  position: absolute;
  width: 160px;
  top: 539px;
  left: 0;
}

.homePageCategory .homePageCategory_LeftCcon img {
  width: 160px;
}

.homePageCategory .homePage_main {
  position: relative;
  width: 1000px;
}

.homePageCategory .homePage_main .homePageCategoryHead {
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
  font-size: 28px;
  color: #11113f;
  font-family: "PingFangSC-Thin";
}

.homePageCategory .homePage_main .homePageCategoryBannerLeftBtn {
  background: url('homePage/images/btn_part01_left.png') no-repeat;
  left: 0;
}

.homePageCategory .homePage_main .homePageCategoryBannerRightBtn {
  background: url('homePage/images/btn_part01_right.png') no-repeat;
  right: 0;
}

.homePageCategory .homePage_main .homePageCategoryBannerLeftBtn,
.homePageCategory .homePage_main .homePageCategoryBannerRightBtn {
  width: 20px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  top: 325px;
}

.homePageCategory .homePage_main .colorLine {
  width: 96px;
  height: 3px;
  background: #084a8c;
  margin: 40px auto;
}

.homePageCategory .homePage_main .homePageCategoryBanner {
  position: relative;
  margin-bottom: 10px;
  height: 244px;
  width: 1000px;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg {
  width: 918px;
  margin: 0 auto;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img {
  float: left;
  width: 244px;
  height: 248px;
  background: #fff;
  border: 2px solid #fff;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img .hideClick {
  width: 242px;
  height: 242px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(34, 97, 156, 0);
  transition: all 0.5s;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img .hideClick a {
  display: block;
  cursor: default;
  width: 118px;
  height: 36px;
  border: 2px solid #fff;
  margin: 0 auto;
  margin-top: 124px;
  line-height: 36px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.2em;
  opacity: 0;
  transition: all 0.5s;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img .hover_active {
  background: rgba(34, 97, 156, 0.85) !important;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img .hover_active a {
  cursor: pointer;
  opacity: 1;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img .unclick {
  background: rgba(105, 105, 105, 0.85) !important;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img .unclick a {
  cursor: pointer;
  opacity: 1;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img img {
  width: 100%;
  height: 100%;
  display: block;
  /* margin: 0 auto; */
  /* margin-top: 65px; */
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img .homePageCategory_P_one {
  font-family: PingFangSC-Medium;
  margin-top: 25px;
  margin-bottom: 14px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.77);
  letter-spacing: 2.25px;
  line-height: 24px;
  text-align: center;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_img .homePageCategory_P_two {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #585858;
  letter-spacing: 2px;
  line-height: 14px;
  text-align: center;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_active {
  border: 2px solid #29649c !important;
  transition: all 0.5s !important;
}

.homePageCategory .homePage_main .homePageCategoryBanner .homePageCategoryBannerImg .homePageCategory_active.disabled {
  border: 2px solid rgba(0, 0, 0, 0) !important;
}

.homePageCategory .homePage_main .homePageCategoryMain {
  position: relative;
  overflow: hidden;
  height: 620px;
  clear: both;
  width: 918px;
  margin: 10px auto;
  border: 2px solid #fff;
  box-shadow: 0;
}

.homePageCategory .homePage_main .homePageCategoryMain dl {
  width: 1000px;
  height: 336px;
  float: left;
  background: url("homePage/images/bg_part01_long.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.img111:hover {
  background-image: url("homePage/images/zlyj.jpg") !important;
  background-size: 100% 100%;
}

.img222:hover {
  background-image: url("homePage/images/hyyj.jpg") !important;
  background-size: 100% 100%;
}

.img333:hover {
  background-image: url("homePage/images/scyj.jpg") !important;
  background-size: 100% 100%;
}

.imgg {
  z-index: 0;
}

.imgg1 {
  z-index: 10;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dt {
  width: 500px;
  float: left;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dt img {
  width: 500px;
  height: 332px;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dd {
  float: left;
  width: 500px;
  height: 334px;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dd ul {
  margin-left: 89px;
  margin-top: 78px;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dd ul li {
  margin-bottom: 22px;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dd ul li i {
  font-family: "PingFangSC-Regular";
  background: #00488d;
  letter-spacing: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-bottom: 3px;
  margin-right: 20px;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dd ul li span {
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #3a3a3a;
  letter-spacing: 4px;
  line-height: 14px;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dd a {
  width: 136px;
  height: 36px;
  display: block;
  opacity: 0.8;
  background: #00488d;
  font-family: "PingFangSC-Regular";
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.27px;
  text-align: center;
  line-height: 36px;
  margin-left: 115px;
  margin-top: 43px;
  text-decoration: none;
  cursor: pointer;
}

.homePageCategory .homePage_main .homePageCategoryMain dl dd a i {
  margin-left: 13px;
}

.homePageCategory .homePage_main .homePageCategoryMain_active {
  border: 2px solid #29649c !important;
  box-shadow: 0 5px 5px 0 rgba(0, 72, 141, 0.6) !important;
  transition: all 0.5s !important;
}

.securitiesListContainer {
  padding-top: 30px;
}

.securitiesListContainer .datepickerIpt {
  margin-left: 10px;
  width: 120px;
  text-align: right;
  border: 1px solid #ccc !important;
  background: #fff url(/XVIEW/static/images/calendar.png) no-repeat 5px center;
  cursor: pointer;
  background-size: 22px 22px;
  height: 30px;
}

.securitiesListContainer .filter_active {
  background-color: #52a8e1 !important;
  color: #fff !important;
}

.securitiesListContainer .selectStyle {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.securitiesListContainer div .select_button {
  margin-left: 20px;
}

.securitiesListContainer div .select_button input {
  margin-right: 3px;
  cursor: pointer;
}

.securitiesListContainer div .pull-right {
  width: 240px;
  float: right;
}

.securitiesListContainer form .topBorderBottom {
  height: 34px;
  border-bottom: 1px solid #e3e3e3;
}

.securitiesListContainer form dl dt,
.securitiesListContainer form dl dd {
  float: left;
}

.securitiesListContainer form dl dt {
  padding: 0;
}

.securitiesListContainer form dl dd a {
  position: relative;
  display: inline-block;
  padding: 4px 5px;
  border-radius: 4px;
  color: #666;
  font-size: 12px !important;
  text-decoration: none;
}

.securitiesListContainer form dl dd a input {
  position: absolute;
  top: -4px;
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0 3px;
}

.securitiesListContainer form dl dt {
  padding-left: 0;
}

.product_detail table td,
.product_detail table th {
  text-align: center;
  border: 1px solid #f0f0f0 !important;
  position: relative;
  vertical-align: middle;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.product_detail .tableFirst td:nth-child(odd) {
  background: #f9f9f9;
}

.product_detail .tableFirst td:nth-child(even) {
  background: #fff;
}

.product_detail .tableThird tr td:nth-child(1) {
  background: #f9f9f9;
}

.page-content {
  margin-left: 206px !important;
  /* padding-left: 0px; */
  width: calc(100% - 206px) !important;
  padding-right: 0px;
  position: relative;
  color: #768399 !important;
}

.page-footer {
  width: 100%;
  text-align: center;
}

.page-footer.fixed {
  position: fixed;
  bottom: 0px;
  left: 50%;
  background-color: #f6f6f6;
}

.page-footer .copyright {
  padding: 10px 0px;
  text-align: center;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.table tbody * {
  font-size: 12px;
}

.datagrid_wraper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.datagrid_wraper .table-striped>tbody>tr>td {
  /* background: transparent !important; */
  background: transparent;
}

.datagrid_wraper table {
  border-collapse: collapse;
  overflow: hidden;
  table-layout: fixed;
}

.datagrid_wraper table tbody * {
  font-size: 12px;
}

.datagrid_wraper table tbody tr:first-child td {
  border-top: 0px;
}

.datagrid_wraper table tr {
  min-height: 40px;
  height: 40px;
}

.datagrid_wraper table tr.hover {
  background-color: #f9fafa;
}

.datagrid_wraper table tr.hideHeader {
  height: 0px !important;
  padding: 0px !important;
  border: none !important;
  line-height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
}

.datagrid_wraper table tr.hideHeader * {
  height: 0px !important;
  overflow: hidden !important;
  padding: 0px !important;
  border: none !important;
  line-height: 0px !important;
  min-height: 0px !important;
  max-height: 0px !important;
}

.datagrid_wraper table tr th {
  border: 1px solid #ccc;
  padding: 5px 10px !important;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.datagrid_wraper table tr td {
  border: 1px solid #f0f0f0 !important;
  position: relative;
  vertical-align: middle;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.datagrid_wraper table tr td.ellipsis>div {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.datagrid_wraper .fixedHeader_container {
  overflow: hidden;
}

.datagrid_wraper .table_header {
  background: #3376be;
  color: #fff;
}

.datagrid_wraper .table-fixedHeader {
  position: relative;
  z-index: 88;
  left: 0px;
  top: 0px;
  background: #3376be;
  color: #fff;
}

.datagrid_wraper .table-scrollable {
  overflow: auto;
  height: 340px;
  margin-top: -1px;
}

.datagrid_wraper .table-scrollable table:not(.table-fixedColumns):not(.table-fixedHeader) tr:last-child {
  border-bottom: 2px solid #f0f0f0;
}

.datagrid_wraper .fixedColumns_container {
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}

.datagrid_wraper .fixedColumns_container .table-fixedHeader {
  z-index: 100;
  left: -1px;
  border-left: 2px solid #ccc !important;
  border-right: 3px solid #ccc !important;
}

.datagrid_wraper .table-fixedColumns {
  position: absolute;
  z-index: 99;
  left: -1px;
  top: 0px;
  border-left: 2px solid #f0f0f0 !important;
  border-right: 3px solid #f0f0f0 !important;
}

.datagrid_wraper .dataTables_empty {
  text-align: left !important;
}

.datagrid_wraper .check_col {
  padding: 0px;
  text-align: center;
  vertical-align: middle;
}

.datagrid_wraper.theme-gray table th {
  background-color: #f4f6fb !important;
  color: #555 !important;
}

.datagrid_wraper.theme-gray table th,
.datagrid_wraper.theme-gray table td {
  border-color: #ddd !important;
}

.datagrid_wraper.theme-gray .table-fixedHeader {
  background: #f4f6fb !important;
  color: #555 !important;
  border-bottom: 1px solid #ddd !important;
}

.datagrid_wraper.theme-gray .table-fixedHeader {
  background: #f4f6fb !important;
  border-color: #ddd !important;
}

.datagrid_wraper.theme-gray table th {
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
}

.datagrid_wraper.theme-gray table .hideHeader th {
  border-top: 0px solid #ddd !important;
  border-bottom: 0px solid #ddd !important;
}

.datagrid_wraper.theme-gray .table-fixedColumns {
  border-color: #ddd !important;
}

.datagrid_wraper.theme-gray .sorting {
  background-image: url("/XVIEW/static/resources/css/images/sort_both_gray.png");
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
}

.datagrid_wraper.theme-gray .sorting_desc {
  background-image: url("/XVIEW/static/resources/css/images/sort_desc_gray.png");
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
}

.datagrid_wraper.theme-gray .sorting_asc {
  background-image: url("/XVIEW/static/resources/css/images/sort_asc_gray.png");
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
}

.datagrid_wraper.theme-sky table th {
  background-color: #6aa8f3 !important;
  color: #fff !important;
}

.datagrid_wraper.theme-sky table th,
.datagrid_wraper.theme-sky table td {
  border-color: #f3f5f6 !important;
}

.datagrid_wraper.theme-sky .table-fixedHeader {
  background: #6aa8f3 !important;
  color: #fff !important;
  border-bottom: 1px solid #f3f5f6 !important;
}

.datagrid_wraper.theme-sky .table-fixedHeader {
  background: #6aa8f3 !important;
  border-color: #f3f5f6 !important;
}

.datagrid_wraper.theme-light table th {
  background-color: #fff !important;
  color: #101010 !important;
}

.datagrid_wraper.theme-light table th,
.datagrid_wraper.theme-light table td {
  border-color: #fff !important;
}

.datagrid_wraper.theme-light .table-fixedHeader {
  background: #fff !important;
  color: #101010 !important;
  border-bottom: 1px solid #fff !important;
}

.datagrid_wraper.theme-light .table-fixedHeader {
  background: #fff !important;
  border-color: #fff !important;
}

.datagrid_wraper.theme-light table th {
  border-top: 1px solid #f0f0f0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.datagrid_wraper.theme-light table .hideHeader th {
  border-top: 0px solid #ddd !important;
  border-bottom: 0px solid #ddd !important;
}

.datagrid_wraper.theme-light table td {
  border-color: #f0f0f0 !important;
}

.datagrid_wraper.theme-light .table-fixedColumns {
  border-bottom: 2px solid #f0f0f0 !important;
}

.datagrid_wraper.theme-light .table-fixedHeader {
  border-bottom: 1px solid #ccc !important;
  border-right-width: 1px !important;
}

.datagrid_wraper.theme-light .sorting {
  background-image: url("/XVIEW/static/resources/css/images/sort_both_gray.png");
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
}

.datagrid_wraper.theme-light .sorting_desc {
  background-image: url("/XVIEW/static/resources/css/images/sort_desc_gray.png");
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
}

.datagrid_wraper.theme-light .sorting_asc {
  background-image: url("/XVIEW/static/resources/css/images/sort_asc_gray.png");
  -webkit-background-size: 17px auto;
  background-size: 17px auto;
}

.pagination_container {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.pagination_container .pagination {
  margin: 0px;
  vertical-align: middle;
}

.pagination_container .pagination+span {
  color: #768399;
}

.pagination_container .pagination li a {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: 1px solid #cccccc;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.pagination_container .pagination li.active>a,
.pagination_container .pagination li>a:hover {
  z-index: 2;
  color: #ffffff;
  background-color: #3498da;
  border-color: #3498da;
}

.pagination_container .pagination li.disabled>a {
  color: #ffffff;
  background-color: #b6daf2;
  border-color: #b6daf2;
  cursor: not-allowed;
}

.pagination_container .jump-page input {
  width: 35px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.pagination_container .select-pageSize {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  width: 50px;
  -webkit-appearance: menulist;
  background: #fff;
  border: 1px solid #ccc;
}

#rateMap_container .panel-heading a {
  cursor: pointer;
  color: #fff !important;
}

#rateMap_container .map_listborder {
  border: 1px solid #75b9e6;
  border-bottom: 0px;
  height: 20px;
  line-height: 29px;
  background-color: #75b9e6;
  height: 30px;
  line-height: 30px;
}

#rateMap_container .map_listborder x .map_listcss {
  text-align: center;
  font-family: Microsoft Yahei;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  height: 30px;
}

#rateMap_container .table_DivCss {
  height: 470px;
  overflow-y: auto;
  border: 1px solid #75b9e6;
  border-top: 0px;
  color: #768399;
}

#rateMap_container table a {
  color: #75b9e6;
}

#rateMap_container .search_container>div {
  position: relative;
  min-height: 40px;
  line-height: 40px;
}

#rateMap_container .search_container .label {
  width: 80px;
  height: 40px;
  float: left;
  color: #768399;
  line-height: inherit;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

#rateMap_container .search_container .label.lg {
  width: 150px;
}

#rateMap_container .search_container .input {
  margin-left: 90px;
}

#rateMap_container .search_container .input .block {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  padding: 0px 10px;
  border: 1px solid #75b9e6;
  color: #75b9e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#rateMap_container .search_container .input .block.disable {
  background-color: #999;
  color: #fff;
  border: 1px solid #999;
}

#rateMap_container .search_container .input .block.active,
#rateMap_container .search_container .input .block:hover {
  border: 1px solid #75b9e6;
  background-color: #75b9e6;
  color: #fff;
}

#rateMap_container .search_container .input .icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #75b9e6;
  border: 1px solid #ddd;
}

#rateMap_container .search_container .input .icon.open {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#rateMap_container .search_container .input .range {
  vertical-align: text-top;
  margin-left: 6px;
}

.heading .header_title {
  float: left;
}

.heading .header_input {
  float: right;
  margin-top: 15px;
}

.compareContainer .topHead {
  line-height: 30px;
  background-color: #7498B8;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  margin-top: 8px;
  border-bottom-color: #7498B9;
  text-align: center;
  margin-bottom: 0;
}

.compareContainer .containerBox {
  border: 1px solid #1189DB;
  border-right: 0;
  background-color: #FFFFFF;
  height: 260px;
}

.compareContainer .containerBox .fontColor589 {
  color: #589EE0;
  font-weight: 600;
}

.compareContainer .containerBox .greenFontColor {
  color: #008000;
}

.compareContainer .containerBox .redFontColor {
  color: #EB585F;
}

.compareContainer .containerBox .echartsBox {
  width: 198px;
  height: 258px;
}

.compareContainer .chartsSpeed {
  border: 1px solid #1189DB;
  border-left: 0;
  background-color: #FFFFFF;
  height: 260px;
  padding: 0;
}

.compareContainer .rightBox {
  margin-left: 60px;
}

.compareContainer .compareTable {
  border-collapse: collapse;
}

.compareContainer .compareTable th,
.compareContainer .compareTable td {
  border: 1px solid #598BB8;
  line-height: 31px;
}

.compareContainer .compareTable .tableHeadFirstFont {
  text-align: center;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  background: #fff;
}

.compareContainer .compareTable .firstHead {
  background: #e6e9ea;
  min-width: 313px;
}

.compareContainer .compareTable .firstHead .td_HightGreen {
  background: #E1FAE2;
}

.compareContainer .compareTable .firstHead .td_HightRed {
  background: #FDEDEB;
}

.compareContainer .compareTable .firstHead .td_normal {
  background: #fff;
}

.compareContainer .compareTable .tr_headshangBcss {
  background-color: #598BB8;
  color: #FFFFFF;
}

.compareContainer .compareTable .tr_headshangBcss th {
  text-align: center !important;
}

.compareContainer .compareTable .lastTd {
  background: #fff;
  text-align: center !important;
}

.compareContainer .textNote {
  font-size: 14px;
  margin-top: 23px;
  margin-right: 80px;
}

.compareContainer .tooltip-inner {
  max-width: 500px !important;
  text-align: left;
  line-height: 30px;
  font-size: 14px;
}

.compareContainer .tab_td_bacCss thead .leftTableHeader {
  background-color: #75b9e6;
  color: #fff;
}

.compareContainer .tab_td_bacCss thead tr {
  background-color: #7498B8;
  color: #FFFFFF;
}

.compareContainer .tab_td_bacCss td {
  text-align: center;
}

.compareContainer .modtabOne_css {
  font-family: "Microsoft Yahei";
  font-size: 15px;
}

.compareContainer .tableHead_Name {
  text-align: center;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333366;
  font-family: "Microsoft Yahei";
  font-weight: 600;
  margin-left: -15px;
}

.compareContainer .headBottomLine {
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 1px 0px #ffffff;
}

.compareContainer .chartsBox {
  border: 1px solid #75b9e6;
  height: 295px;
  border-radius: 4px;
}

.compareContainer .chartsBox .echartsHead {
  height: 30px;
  background: #75b9e6;
  line-height: 30px;
  color: #fff;
}

.compareContainer .chartsBox .echartsHead i {
  line-height: 30px;
}

.compareContainer .chartsBox .echartsHead .glyphicon {
  cursor: pointer;
}

.compareContainer .chartsBox .echartsHead span {
  margin: 0 5px;
}

.compareContainer .chartsBox .echartsHead img {
  width: 20px;
  margin-bottom: 3px;
}

.compareContainer .chartsBox .echartsBody {
  height: 263px;
  clear: both;
  background: #fff;
}

.fund_pk .containerBox,
.fund_pk .chartsSpeed {
  height: 300px;
}

.fund_pk .containerBox table th,
.fund_pk .chartsSpeed table th,
.fund_pk .containerBox table td,
.fund_pk .chartsSpeed table td {
  padding: 5px;
}

.fund_pk .containerBox table td,
.fund_pk .chartsSpeed table td {
  text-align: right;
}

.fund_pk .contrastTable .leftTable .tooltip-inner {
  width: 300px !important;
  text-align: center !important;
}

.fund_pk .contrastTable .leftTable .chartsSpeed .statView {
  text-align: center;
  margin: -73px auto 0px;
  font-size: 18px;
  margin-left: -2px;
  z-index: 999;
}

.fund_pk .contrastTable .leftTable .chartsSpeed .statView .starColor {
  color: #ED3A15;
}

.fund_pk .contrastTable .rightTable .tooltip-inner {
  width: 300px !important;
  text-align: center !important;
}

.fund_pk .contrastTable .rightTable .chartsSpeed .statView {
  text-align: center;
  margin: -73px auto 0px;
  font-size: 18px;
  margin-left: -2px;
  z-index: 999;
}

.fund_pk .contrastTable .rightTable .chartsSpeed .statView .starColor {
  color: #ED3A15;
}

.fund_pk .gradeTable .TableContent {
  margin-top: 20px;
}

.fund_pk .gradeTable .TableContent .thCenter {
  background: #ffffff;
}

.fund_pk .gradeTable .TableContent .thCenter th,
.fund_pk .gradeTable .TableContent .thCenter td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #598BB8;
}

.fund_pk .gradeTable .TableContent .thCenter .theadhigh {
  background-color: #598BB8;
  color: #ffffff;
}

.fund_pk .gradeTable .TableContent .thCenter .name1 {
  background-color: #e6e9ea;
}

.fund_pk .gradeTable .TableContent .thCenter .td_highColor {
  background-color: #FDEDEB !important;
}

.fund_pk .gradeTable .TableContent .thCenter .td_lowColor {
  background-color: #E1FAE2 !important;
}

.fund_pk .echartView .panel-heading {
  height: 30px !important;
  background-color: #75b9e6 !important;
  position: relative;
}

.fund_pk .echartView .panel-heading .panel-title {
  line-height: 30px;
  display: inline-block;
  margin-left: 10px !important;
}

.fund_pk .echartView .panel-heading .glyWidth {
  position: absolute;
  right: 10px;
  top: 5px !important;
  margin-left: 368px;
  cursor: pointer;
}

.fund_pk .echartView .hightChartView {
  border: 1px solid #75B9E6 !important;
}

.fund_pk .echartView .history_rate,
.fund_pk .echartView .Historical_scale,
.fund_pk .echartView .Annual_return {
  height: 300px !important;
}

.fund_pk #myModalOne #modalDialog {
  z-index: 1000 !important;
  width: 840px;
}

.fund_pk #myModalOne #modalDialog .modal-header {
  height: 30px;
}

.fund_pk #myModalOne #modalDialog .tab_td_bacCss tr {
  text-align: center !important;
}

.starColor {
  color: #ed3a15;
}

.orderBtn {
  border: 1px solid #3498da;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 5px;
  height: 28px;
  line-height: 15px;
  margin-right: 15px;
  color: #75b9e6;
}

.orderBtn:hover {
  background-color: #3498da;
  color: #fff;
}

.weight-font {
  color: #768399;
  margin-left: 6px;
  font-size: 14px;
  font-weight: bold;
}

.ipt_txt {
  width: 50px;
  border: 0px;
  margin-left: 2px;
  padding-bottom: -2px;
  height: 16px;
  margin-bottom: 4px;
  background-color: #F7F7F7;
  border-radius: 4px;
  color: red;
  font-size: 15px;
  /*#97d3c5;*/
}

.GovweightContainer .headBottomLine {
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 1px 0px #ffffff;
  padding: 0;
}

.GovweightContainer .head {
  padding-left: 0;
}

.GovweightContainer .head a {
  color: #75b9e6;
  font-size: 18px;
}

.GovweightContainer .head .headSpan {
  font-size: 18px;
  color: #000;
}

.GovweightContainer .head .headSpan span {
  color: #758299;
  font-size: 14px;
  margin-left: 10px;
}

.GovweightContainer .headRangeBox {
  padding: 0;
}

.GovweightContainer .headRangeBox p,
.GovweightContainer .headRangeBox div,
.GovweightContainer .headRangeBox input {
  float: left;
}

.GovweightContainer .headRangeBox .btn-reset {
  background: #01BECA;
  border-color: #01BECA;
  color: #fff;
}

.GovweightContainer .headRangeBox .btn-primary {
  background: #75B9E6;
  border-color: #75B9E6;
}

.GovweightContainer .headRangeBox p {
  font-size: 15px;
  color: #000;
  font-weight: normal;
  line-height: 32px;
  font-family: "Microsoft Yahei";
}

.GovweightContainer .headRangeBox input {
  width: 50px;
  border: 0px;
  margin-left: 2px;
  height: 26px;
  margin-bottom: 4px;
  background-color: #F7F7F7;
  border-radius: 4px;
  color: red;
  font-size: 15px;
}

.GovweightContainer .headRangeBox .rangeBody {
  width: 200px;
  height: 16px;
  border: 1px solid silver;
  margin-top: 7px;
}

.GovweightContainer .headRangeBox .rangeBody #totalContentDiv {
  background: #5986e9;
  height: 100%;
}

.GovweightContainer .tab_pingJcss {
  height: 40px;
  background: #6ba8f3;
  border-bottom: 1px solid #dfe6ec;
  color: #fff;
  margin-top: 10px;
}

.GovweightContainer .tab_pingJcss table tr {
  line-height: 40px;
}

.GovweightContainer .ContentBox {
  border: 1px solid #75b9e6;
  border-radius: 5px;
  background-color: #FFFFFF;
  margin-top: 20px;
}

.GovweightContainer .ContentBox .containerHead {
  height: 30px;
  line-height: 30px;
  margin: 0 -15px;
  border-bottom: 1px solid #75b9e6;
}

.GovweightContainer .ContentBox .containerBody {
  padding: 20px 0;
}

.GovweightContainer .ContentBox .containerBody table {
  width: 100%;
}

.GovweightContainer .ContentBox .containerBody table tr td {
  line-height: 40px;
}

.GovweightContainer .ContentBox .containerBody table tr:nth-child(odd) {
  background: #f9fafa;
}

/*钢铁煤炭less*/
.issuance {
  /*#table-boxTwo li.list_table{
    border-top: none!important;
  }*/
}

.issuance li {
  list-style: none;
}

.issuance .title_switch {
  margin: 16px 0;
}

.issuance .title_switch a {
  font: 500 14px Microsoft Yahei;
  color: #999999;
  text-decoration: none;
}

.issuance .title_switch a.title_active {
  color: #fff;
  border-radius: 5px;
  background: #1b95e8;
  padding: 6px 15px;
  text-decoration: none;
}

.issuance .title_switch span.icon_x {
  margin: 0 10px;
}

.issuance .title_content ul {
  border-bottom: 1px solid #c6c8c9;
  width: 100%;
  margin-bottom: 16px;
}

.issuance .title_content ul li {
  float: left;
  margin-right: 50px;
  height: 50px;
}

.issuance .title_content ul li a {
  padding: 11px 6px;
  color: #999;
  text-decoration: none;
  font: bold 14px/50px Microsoft Yahei;
}

.issuance .title_content ul li a.active {
  color: #000;
  border-bottom: 5px solid #004186;
}

.issuance .table thead th,
.issuance .table tbody td {
  vertical-align: middle;
  text-align: center;
}

.issuance .table thead th {
  background: #3376be;
  color: #fff;
}

.issuance .list_table p {
  margin-top: 10px;
}

.issuance .fontWeight {
  font-weight: 700 !important;
  color: #000;
}

.issuance .list_table {
  border-top: 1px solid #75b9e6 !important;
  border-radius: 2px;
}

.issuance .list_table table thead tr {
  border-top: 1px solid #f3f5f6;
}

.issuance .list_table table thead tr th,
.issuance .list_table table thead tr td {
  border: 1px solid #ccc;
}

/*new 图标*/
.icon_new {
  position: absolute;
  width: 32px;
  height: 24px;
  top: 0px;
  z-index: 999;
  right: 45px;
}

.bondListContainer {
  padding-top: 30px;
}

.bondListContainer .hoverRed:hover {
  color: #ff433d;
}

.bondListContainer form .topBorderBottom {
  height: 34px;
  border-bottom: 1px solid #e3e3e3;
}

.bondListContainer form dl dt,
.bondListContainer form dl dd {
  float: left;
}

.bondListContainer form dl dd a {
  position: relative;
  display: inline-block;
  padding: 4px 5px;
  border-radius: 4px;
  color: #666;
  font-size: 12px !important;
  text-decoration: none;
}

.bondListContainer form dl dd a input {
  position: absolute;
  top: -4px;
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 0 3px;
}

.bondListContainer form dl dt {
  padding-left: 0;
}

.bondListContainer div .select_button {
  margin-left: 20px;
}

.bondListContainer div .select_button input {
  margin-right: 3px;
  cursor: pointer;
}

.bondListContainer div .pull-right {
  width: 240px;
  float: right;
}

.bondListContainer .moreContainer {
  padding: 10px;
  display: none;
  width: 500px;
  border: 1px solid #e3e3e3;
  position: absolute;
  background: #fff;
  top: 33px;
  z-index: 1000;
}

.bondListContainer .moreContainer a {
  display: inline-block;
  padding: 4px 5px;
  border-radius: 4px;
  color: #666;
  font-size: 12px !important;
  text-decoration: none;
  margin: 5px 0;
}

.bondListContainer .filter_active {
  background-color: #52a8e1 !important;
  color: #fff !important;
}

/*行业追踪*/
.industry .currentRate {
  width: 155px;
  height: 155px;
  margin-top: 45px;
  font-size: 37px;
  color: green;
  padding: 20px 5px;
  text-align: center;
  line-height: 104px;
  border: 2px solid green;
  border-radius: 50%;
  box-shadow: 0px 0px 3px green;
  margin-left: 15px;
}

.industry .currentRate.red {
  color: red;
  border: 2px solid red;
  border-radius: 50%;
  box-shadow: 0px 0px 3px red;
}

.industry .currentRate span {
  font-size: 40px;
}

.industry .tdNum {
  color: red;
}

.industry .row-title {
  height: 45px;
  margin-left: -15px;
  margin-right: -15px;
  z-index: 1;
}

.industry .title_bar {
  color: #000;
  font: bold 18px Microsoft Yahei;
  margin-top: 14px;
  height: 45px;
  line-height: 55px;
  margin-bottom: 20px;
  box-shadow: 0 1px 0px #fff;
  border-bottom: 1px solid #ccc;
}

.industry .panel {
  position: relative;
  margin-bottom: 8px;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
}

.industry .panel_headUN {
  height: 30px;
  background-color: #0070C0 !important;
  padding-left: 0px;
  border-bottom: none;
}

.industry .panel_headUN_opt {
  padding-left: 10px;
}

.industry .opt_lie {
  text-align: right;
  margin-top: 4px;
  margin-right: 10px;
}

.industry .panel-body_Lone {
  padding: 10px;
}

.industry .table_bott thead th {
  text-align: center;
  margin-bottom: -5px;
}

.industry .tab_vt {
  vertical-align: middle;
  text-align: left;
}

.industry .table-bordered {
  border-collapse: collapse !important;
  background-color: #fff !important;
  margin-bottom: 0px;
  /*& > tbody > tr.odd{
        background-color: #f9f9f9;
    }*/
}

.industry .table-bordered>thead>tr th {
  border-bottom: none;
  color: #555;
  background: #f4f6fb;
  font-weight: bold;
}

.industry .table-bordered>thead>tr th,
.industry .table-bordered>tbody>tr td {
  border-color: #ddd !important;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  box-sizing: border-box;
}

.industry .table-bordered>tbody>tr.odd {
  background-color: #f9f9f9;
}

.industry .score {
  float: left;
  margin-left: 62px;
  margin-right: -22px;
}

.industry .list_right {
  border: 1px solid #1189DB;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.industry .list_right p {
  text-indent: 2em;
  color: #768399;
  line-height: 1.5em;
  overflow: hidden;
  position: relative;
  text-align: justify;
}

.industry .list_right span {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  background-color: #f7f7f7;
  text-align: left;
  padding: 0px;
  margin: 0px;
  text-indent: 0px;
  /*padding-left: 5px;*/
}

.industry #spread_bar {
  width: 90px;
  margin-top: 35px;
  margin-left: 55px;
}

.industry .paddingLeft0 {
  padding-left: 0px;
  padding-right: 7px;
}

.industry .paddingRight0 {
  padding-left: 7px;
  padding-right: 0px;
}

.studyCenter {
  padding-top: 20px;
}

.studyCenter .download_sort a {
  text-decoration: none;
  padding: 7px 13px;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 15px;
  float: left;
  background-color: #999999;
  border-color: #999999;
  margin-bottom: 10px;
}

.studyCenter .download_sort .filter_active {
  background-color: #52a7e0;
  border-color: #52a7e0;
}

.studyCenter .tableList {
  margin-top: 20px;
}

.creditSpread .title_bar {
  color: #000;
  font: bold 18px Microsoft Yahei;
  height: 45px;
  margin-bottom: 20px;
  box-shadow: 0 1px 0px #fff;
  border-bottom: 1px solid #ccc;
}

.creditSpread .title_bar_ {
  font: 400 16px Microsoft Yahei;
  height: 30px;
  color: #666;
}

.creditSpread .none {
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.creditSpread .active {
  background-color: #5DADE9;
  color: #fff;
}

.creditSpread #spread_charts .panel_headUN {
  height: 30px;
  background-color: #75b9e6 !important;
  padding-left: 10px;
  overflow: hidden;
}

.creditSpread #spread_charts .panel {
  border: 1px solid #52a7e0;
}

.creditSpread #spread_charts .padRight {
  padding-right: 7px;
}

.creditSpread #spread_charts .padLeft {
  padding-left: 7px;
}

.creditSpread .area_spread .datepickerIpt {
  width: 135px;
  cursor: pointer;
  padding-left: 40px;
  background: url('/XVIEW/static/images/calendar.png') no-repeat 5px center;
  background-size: 22px 22px;
  border: 1px solid #ccc;
}

.poolDetail .yjpj {
  margin-bottom: 20px;
}

.poolDetail .yjpj h3 {
  font-size: 20px;
  color: #888;
  font-weight: bold;
  margin-top: 5px;
}

.poolDetail .yjpj h4 {
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}

.poolDetail .yjpj dl {
  float: left;
}

.poolDetail .yjpj dl dt {
  height: 125px;
  width: 125px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: relative;
  margin: 0 auto;
}

.poolDetail .yjpj dl dt div {
  height: 110px;
  width: 110px;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  box-shadow: 0 0 8px #6b6c6d;
  -webkit-box-shadow: 0 0 8px #6b6c6d;
  -moz-box-shadow: 0 0 8px #6b6c6d;
  -ms-box-shadow: 0 0 8px #6b6c6d;
  -o-box-shadow: 0 0 8px #6b6c6d;
}

.poolDetail .yjpj dl dd {
  margin-top: 20px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

.poolDetail .yjpj p span b {
  color: #249aeb;
}

.poolDetail .yjpj .cir_container_two,
.poolDetail .yjpj .cir_container_three,
.poolDetail .yjpj .cir_container_four {
  margin-left: 30px;
}

.poolDetail .yjpj .cir_container_two dd,
.poolDetail .yjpj .cir_container_three dd,
.poolDetail .yjpj .cir_container_four dd {
  margin-top: 30px;
}

.poolDetail .yjpj .cir_container_one dt div {
  background: #82c8e7;
}

.poolDetail .yjpj .cir_container_two dt div {
  background: #50d3bb;
}

.poolDetail .yjpj .cir_container_three dt div {
  background: #f0756b;
}

.poolDetail .yjpj .cir_container_four dt div {
  background: #f6d16f;
}

.poolDetail .titleTop {
  color: #fff;
  background: #4a98e8;
  line-height: 40px;
  text-indent: 20px;
  border: 1px solid #f0f0f0;
}

.poolDetail .bondMap td {
  width: 25%;
}

.poolDetail table {
  background: #fff;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #f0f0f0;
}

.poolDetail table td {
  border: 1px solid #f0f0f0;
  line-height: 40px;
}

/*基金页面数据对比按钮 2017/4/24*/
.dataCompareBtn {
  color: #768399;
  background-color: #fff;
  border: 1px solid #A5D1EF;
}

.dataCompareBtn.redBtn {
  background-color: #ff6666;
  color: #fff;
  border: none;
}

.compareItem {
  border-radius: 5px;
  margin-right: 10px;
  background-color: #4cbabf;
  color: #fff;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  display: inline-block;
  padding: 0px 5px;
}

.tooltip {
  /* min-width: 260px; */
}

.tooltip-inner {
  text-align: left;
  padding: 5px 8px;
  line-height: 20px;
  font-size: 14px;
  /* min-width: 260px; */
}

a:hover {
  cursor: pointer;
  color: red;
}

.page-sidebar a.disabled {
  pointer-events: none;
}

.gradeDialog {
  /**弹窗下的遮罩层**/
  /**弹窗的三个尺寸**/
  /**2017/5/12**/
}

.gradeDialog.modal {
  overflow-x: hidden;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.gradeDialog.fade.in {
  opacity: 1;
}

.gradeDialog .modal-header {
  padding: 10px;
  border-bottom: 1px solid #e7e7e2;
  min-height: 11.42857143px;
  background: #4d8bf0;
}

.gradeDialog .modal-header .close {
  margin-top: -2px;
}

.gradeDialog button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.gradeDialog .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.gradeDialog .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.gradeDialog .modal .modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.gradeDialog .modal .modal-content {
  border-radius: 4px;
  ox-shadow: none;
  border: none;
}

.gradeDialog .modal .modal-content .modal-header {
  padding-left: 20px;
  padding-right: 20px;
  background: #75b9e6;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.gradeDialog .modal .modal-content .modal-header .close {
  margin-top: 3px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}

.gradeDialog .modal .modal-content .modal-header .close:hover,
.gradeDialog .modal .modal-content .modal-header .close:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gradeDialog .modal .modal-content .modal-body {
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

.gradeDialog .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #79859b;
}

.gradeDialog .modal-backdrop.in {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.gradeDialog .modal-dialog {
  width: 600px;
  margin: 30px auto;
}

.gradeDialog .modal-sm {
  width: 300px;
}

.gradeDialog .modal-lg {
  width: 900px;
}

.gradeDialog .modal .modal-content .modal-header {
  background: #4d8bf0;
  min-height: 17px;
  padding: 14px 10px;
}

.gradeDialog .modal .modal-content .modal-header .close {
  margin-top: 0px;
}

.gradeDialog #blue_bg {
  background: #4d8bf0;
  height: 220px;
  margin-top: -25px;
}

.gradeDialog #blue_bg h4 {
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
}

.gradeDialog #blue_bg .app_sort {
  clear: both;
  margin-top: 10px;
}

.gradeDialog #blue_bg .app_sort dl dt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #84b4f4;
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  left: 45px;
}

.gradeDialog #blue_bg .app_sort dl dt font {
  color: #84b4f4;
  font-size: 16px;
}

.gradeDialog #blue_bg .app_sort dl dt img {
  position: absolute;
  right: 31px;
  top: 36px;
}

.gradeDialog #blue_bg .app_sort dl dd {
  margin: 0 auto;
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.gradeDialog #concise {
  padding: 10px 20px;
}

.gradeDialog #concise .cmtBox {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  min-height: 100px;
}

.gradeDialog #concise .cmtBox .info {
  float: left;
}

.gradeDialog #concise .cmtBox .info p {
  margin-bottom: 0;
}

.gradeDialog #concise .cmtBox>span {
  float: left;
}

.gradeDialog #concise>a {
  text-align: center;
  color: #4a89f3;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: block;
  margin: 0 auto;
}

/*弹窗第二次修改*/
.gradeDialog2.modal {
  overflow-x: hidden;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.gradeDialog2.fade.in {
  opacity: 1;
}

.gradeDialog2 .modal-header {
  padding: 10px;
  border-bottom: 1px solid #e7e7e2;
  min-height: 11.42857143px;
  background: #4d8bf0;
}

.gradeDialog2 .modal-header .close {
  margin-top: -2px;
}

.gradeDialog2 button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.gradeDialog2 .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.gradeDialog2 .modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.gradeDialog2 .modal .modal-dialog-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.gradeDialog2 .modal .modal-content {
  border-radius: 4px;
  ox-shadow: none;
  border: none;
}

.gradeDialog2 .modal .modal-content .modal-header {
  padding-left: 20px;
  padding-right: 20px;
  background: #75b9e6;
  color: #ffffff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.gradeDialog2 .modal .modal-content .modal-header .close {
  margin-top: 3px;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
}

.gradeDialog2 .modal .modal-content .modal-header .close:hover,
.gradeDialog2 .modal .modal-content .modal-header .close:focus {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.gradeDialog2 .modal .modal-content .modal-body {
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}

.gradeDialog2 .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #79859b;
}

.gradeDialog2 .modal-backdrop.in {
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.gradeDialog2 .modal-dialog {
  width: 600px;
  margin: 30px auto;
}

.gradeDialog2 .modal-sm {
  width: 300px;
}

.gradeDialog2 .modal-lg {
  width: 900px;
}

.gradeDialog2 .modal .modal-content .modal-header {
  background: #4d8bf0;
  min-height: 17px;
  padding: 14px 10px;
}

.gradeDialog2 .modal .modal-content .modal-header .close {
  margin-top: 0px;
}

.gradeDialog2 #blue_bg2 {
  background: #4d8bf0;
  height: 220px;
  margin-top: -25px;
}

.gradeDialog2 #blue_bg2 h4 {
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-weight: normal;
}

.gradeDialog2 #blue_bg2 .app_sort {
  clear: both;
  margin-top: 10px;
}

.gradeDialog2 #blue_bg2 .app_sort dl dt {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #84b4f4;
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  left: 45px;
}

.gradeDialog2 #blue_bg2 .app_sort dl dt font {
  color: #84b4f4;
  font-size: 16px;
}

.gradeDialog2 #blue_bg2 .app_sort dl dt img {
  position: absolute;
  right: 31px;
  top: 36px;
}

.gradeDialog2 #blue_bg2 .app_sort dl dd {
  margin: 0 auto;
  margin-top: 10px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

.gradeDialog2 #concise2 {
  padding: 10px 20px;
}

.gradeDialog2 #concise2 .cmtBox {
  color: #8b8b8b;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  min-height: 100px;
}

.gradeDialog2 #concise2 .cmtBox .info {
  float: left;
}

.gradeDialog2 #concise2 .cmtBox .info p {
  margin-bottom: 0;
}

.gradeDialog2 #concise2 .cmtBox>span {
  float: left;
}

.gradeDialog2 #concise2>a {
  text-align: center;
  color: #4a89f3;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  display: block;
  margin: 0 auto;
}

.pro_profile .divcss5 {
  width: 100%;
  border-bottom: 1px solid #D0D0D0;
}

.pro_profile .divcss4 {
  width: 20%;
  border-bottom: 2px solid blue;
  margin-bottom: 20px;
  margi-top: -3px;
}

.pro_profile .table th,
.pro_profile .table td {
  text-align: center;
  height: 38px;
  vertical-align: middle;
}

.pro_profile .nav-pills>li>a {
  border-radius: 0px;
}

.pro_profile a {
  text-decoration: none;
}

.pro_profile .invth {
  color: white;
}

.pro_profile .search {
  float: right;
  margin: 18px -13px;
}

.pro_profile .heightlight {
  background-color: #0070C0;
  color: white;
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
}

.pro_profile .rankheightlight {
  background-color: #3cacf0;
  color: white;
  border-color: #3cacf0;
}

.pro_profile .table>thead>tr>th {
  color: white;
}

.pro_profile .none {
  /*color:black;*/
  text-align: center;
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  border: 1px solid #ccc;
  cursor: pointer;
}

.pro_profile .none:hover {
  background-color: #0070c0;
  color: #fff;
  border-color: #3cacf0;
}

.pro_profile .table td {
  font-weight: 400 !important;
}

.productHomepage h3 {
  background: #1172be;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  text-indent: 20px;
}

.productHomepage #clickBtn {
  margin-left: 15px;
  width: 100px;
  line-height: 26px;
  background: #4e92df;
  color: #fff;
}

.productHomepage .animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.productHomepage .circle {
  background: rgba(38, 199, 252, 0.25);
  width: 100px;
  height: 30px;
  border-radius: 5px;
  position: absolute;
  z-index: 49;
}

.productHomepage .c1 {
  animation: 4s scaleToggleOne cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.productHomepage .c2 {
  animation: 8s scaleToggleTwo cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite;
}

.productHomepage .btn {
  width: 46px;
  height: 28px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 5px;
}

.productHomepage textarea {
  width: 570px;
  height: 100px;
  resize: none;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.productHomepage .current_performance {
  position: relative;
  height: 320px;
}

.productHomepage .current_performance table {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.productHomepage .current_performance table tr {
  font-size: 16px;
  font-weight: 700;
}

.productHomepage .current_performance table td {
  line-height: 50px;
  padding: 5px 10px;
}

.productHomepage .hideElement {
  visibility: hidden;
}

@keyframes scaleToggleOne {
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  75% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes scaleToggleTwo {
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  60% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  80% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*页面书签(导航)--通用*/
.link {
  position: fixed;
  top: 28%;
  right: 0;
  z-index: 1055;
  min-width: 60px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
}

.link .list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link .list li {
  padding: 5px 8px;
  margin: 0;
  text-align: center;
  cursor: pointer;
}

.link .list li:not(:first-child) {
  border-top: 1px solid #ccc;
}

.link .list .item:hover,
.link .list .item.active {
  background-color: #4890E4;
}

.link .list .item a {
  color: #666;
  background-color: transparent !important;
  text-decoration: none !important;
  border: none !important;
}

.link .list .item.active a,
.link .list .item:hover a {
  color: #fff;
  text-decoration: none !important;
}

.info .dropdown-menu li>a>.lock:before {
  width: 10px;
  float: right;
  margin-right: 5px;
  margin-left: 5px;
  display: inline;
  font-size: 16px;
  font-family: FontAwesome;
  height: auto;
  line-height: 16px;
  content: "\f023";
  font-weight: 300;
  text-shadow: none;
  color: #666;
}

.info .tooltip-inner,
#page-sidebar-info .tooltip-inner {
  min-width: 80px !important;
  width: 80px !important;
}

.page-header .tooltip {
  min-width: 80px !important;
}

/*首页书签*/
.navigationTab {
  position: fixed;
  right: 15px;
  top: 25%;
  z-index: 500;
  width: 131px;
  height: 293px;
  background: url('/XVIEW/static/images/nav_bg.png') no-repeat center center;
}

.navigationTab .list {
  list-style: none;
  margin-top: 100px;
}

.navigationTab .list .item {
  background-color: #f3f3f3;
  margin-bottom: 5px;
  text-align: center;
  background: url('/XVIEW/static/images/nav_item.png') no-repeat center center;
}

.navigationTab .list .item.active,
.navigationTab .list .item:hover {
  color: #fff;
  background: url('/XVIEW/static/images/nav_item_active.png') no-repeat center center;
}

.navigationTab .list .item.active a,
.navigationTab .list .item:hover a {
  color: #fff;
}

.navigationTab .list .item a {
  text-decoration: none;
  color: #34629b;
  display: inline-block;
  height: 28px;
  line-height: 28px;
  width: 80px;
}

.navigationTab .back_top {
  position: absolute;
  bottom: 8px;
  left: 32px;
  width: 64px;
  height: 31px;
  background: url('/XVIEW/static/images/top_icon.png') no-repeat center center;
  cursor: pointer;
}

.navigationTab .back_top:hover {
  opacity: 0.6;
}

.btn_color_red {
  background-color: #f68484 !important;
  border-color: #f68484 !important;
  color: #fff !important;
}

.btn_color_blue {
  background-color: #75B9E6 !important;
  border-color: #75B9E6 !important;
  color: #fff !important;
}

.btn_color_orange {
  background-color: #ddc662 !important;
  border-color: #ddc662 !important;
  color: #fff !important;
}

.btn_color_green {
  background-color: #01BECA !important;
  border-color: #01BECA !important;
  color: #fff !important;
}

#profile-page tr:not(.hideHeader) th {
  padding: 5px 0px !important;
}

#my_page_search {
  margin-bottom: 10px;
  padding-left: 13px;
}

#my_page_search span {
  display: inline-block;
  margin-right: 10px;
}

#my_page_search span .form-control {
  display: inline-block;
  -webkit-appearance: menulist;
}

#word_comment_style {
  font-family: 'Times New Roman' !important;
}

#word_comment_style2 {
  font-family: 'Times New Roman' !important;
}

.fa-bell:before {
  content: "\f0f3";
}

.moreContent {
  padding: 10px;
  display: none;
  width: 500px;
  border: 1px solid #e3e3e3;
  position: absolute;
  background: #fff;
  top: 33px;
  z-index: 1000;
}

.moreContent a {
  display: inline-block;
  padding: 4px 5px;
  border-radius: 4px;
  color: #666;
  font-size: 12px !important;
  text-decoration: none;
  margin: 5px 0;
}