/*Font*/
@font-face {
  font-family: 'Source Han Sans Regular';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Han Sans Bold';
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Source Han Sans Medium';
  font-weight: normal;
  font-style: normal;
}
html {
  margin: 0;
  padding: 0;
  font-family: 'Source Han Sans Regular', 'Arial', 'Lato', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  color: #666;
  font-family: 'Source Han Sans Regular', 'Arial', 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #fff;
  overflow-x: hidden;
}
body,
div,
h1,
ul,
li,
label,
.row {
  margin: 0;
  padding: 0;
}
label {
  font-weight: normal;
}
.eb-section {
  font-family: 'Source Han Sans Regular', 'Arial', 'Lato', sans-serif;
  margin-top: 120px;
}
section {
  min-height: 700px;
}
.ng-cloak {
  display: none;
}
a {
  color: #004098;
}
a:focus,
a:hover {
  text-decoration: none !important;
  outline: none !important;
}
.eb-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.eb-required-right:after {
  content: "*";
  color: red;
}
.eb-required:before {
  content: "*";
  color: red;
}
.eb-arrow-down {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/images/panhub/home/menu-arrow.svg) no-repeat center;
  background-size: contain;
  margin-left: 5px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.eb-flex-float-right {
  margin-left: auto !important;
}
.eb-flex-float-left {
  margin-right: auto !important;
}
.eb-float-right {
  float: right;
}
.transform-rotate-180 {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.eb-align-center {
  align-items: center;
  text-align: justify;
  margin: 0 auto;
  display: flex;
  height: 100%;
}
.eb-busy {
  position: fixed !important;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
  z-index: 9999;
}
.eb-busy .cg-busy-default-text {
  width: 150px;
}
.eb-busy .cg-busy {
  z-index: 1060;
}
.eb-row > div {
  float: left;
}
.eb-search-button {
  width: 255px;
  height: 64px;
  font-family: 'Source Han Sans Medium';
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #F4A000;
  box-shadow: 2px 3px 5px 0 rgba(244, 160, 0, 0.53);
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}
.eb-search-button:hover,
.eb-search-button:focus,
.eb-search-button:active {
  color: #fff;
  background: #f0ad31;
}
.eb-search-button .btn-icon-search {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url('/images/panhub/home/icon-search.svg') center center no-repeat;
  background-size: contain;
  margin-right: 12px;
  margin-bottom: -5px;
}
/*核心代码*/
.eb-scrollbar::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 8px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.eb-scrollbar::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 64, 152, 0.2);
  background: rgba(0, 64, 152, 0.2);
}
.eb-scrollbar::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 64, 152, 0.2);
  border-radius: 0;
  background: rgba(0, 64, 152, 0.1);
}
.eb-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 64, 152, 0.3);
}
.eb-scrollbar::-webkit-scrollbar-corner {
  background: #004098;
}
.container {
  width: 1250px !important;
  margin: 0 auto;
}
.container-fluid {
  width: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.btn,
.box-shadow-none {
  outline: 0 !important;
  box-shadow: none !important;
}
textarea::-moz-placeholder {
  color: #fff !important;
}
textarea:-ms-input-placeholder {
  color: #fff !important;
}
textarea::-webkit-input-placeholder {
  color: #fff !important;
}
textarea::-ms-expand {
  color: #fff !important;
}
.avatar {
  width: 40px;
  height: 40px;
  background-position: 0;
  background-size: auto 100%;
  display: inline-block;
  vertical-align: bottom;
  border-radius: 50%;
}
.eb-pointer:hover {
  cursor: pointer;
}
.col-w-7 {
  width: 7%;
}
.col-w-8 {
  width: 8%;
}
.col-w-9 {
  width: 9%;
}
.col-w-10 {
  width: 10%;
}
.col-w-11 {
  width: 11%;
}
.col-w-12 {
  width: 12%;
}
.col-w-13 {
  width: 13%;
}
.col-w-14 {
  width: 14%;
}
.col-w-15 {
  width: 15%;
}
.col-w-16 {
  width: 16%;
}
.col-w-17 {
  width: 17%;
}
.col-w-18 {
  width: 18%;
}
.col-w-19 {
  width: 19%;
}
.col-w-20 {
  width: 20%;
}
.col-w-43 {
  width: 43%;
}
.col-w-80 {
  width: 80%;
}
@font-face {
  font-family: 'panhub';
  src: url("../../fonts/glyphicons-panhub-regular.woff") format('woff');
}
.panhub {
  font-family: 'panhub';
}
.indent-text {
  text-indent: 2em;
}
