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

.row {
  margin: 0 15px; }

.container {
  width: 1200px;
  margin: 0 auto; }

.header-box {
  position: relative;
  background-color: #3565BA;
  border-bottom-color: #3565BA;
  z-index: 3;
  vertical-align: middle; }
  .header-box img {
    margin-top: 25px; }

.header-menu {
  float: right; }
  .header-menu a {
    color: #fff;
    float: left;
    line-height: 80px;
    padding: 0 20px;
    font-size: 18px; }
    .header-menu a:hover {
      background-color: #2d5ab0; }
  .header-menu a.active {
    background-color: #2d5ab0; }

.header-seach-box {
  float: right;
  width: 280px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  margin: 20px 0 0 100px; }
  .header-seach-box input {
    height: 40px;
    margin-left: 12px;
    width: 80%;
    float: left; }
  .header-seach-box button {
    float: right;
    display: block;
    height: 40px;
    width: 40px;
    background-color: #fff;
    background: url(../images/icon.png) no-repeat -4px -1px; }
  .header-seach-box .search-list {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 40px;
    border-radius: 4px; }
    .header-seach-box .search-list a {
      display: block;
      padding-left: 12px;
      color: #333;
      line-height: 30px;
      overflow: hidden; }
      .header-seach-box .search-list a:hover {
        background-color: #D9E0E5; }

.footer-box {
  background-color: #2C2F31;
  text-align: center;
  color: #939db2;
  font-size: 14px;
  padding: 10px 0; }
  .footer-box a {
    color: #939db2; }
  .footer-box .company-box {
    padding: 4px 0; }
    .footer-box .company-box li {
      display: inline-block; }
      .footer-box .company-box li a {
        border-left: 1px solid #939db2;
        color: #939db2;
        display: inline-block;
        padding-left: 20px;
        margin-left: 20px;
        font-size: 12px;
        height: 14px;
        line-height: 14px; }
      .footer-box .company-box li a.first {
        border-width: 0; }

.page-box {
  font-size: 12px;
  text-align: center;
  color: #999;
  padding-bottom: 56px; }
  .page-box .page a {
    display: inline-block;
    line-height: 30px;
    width: 30px;
    color: #999;
    margin: 0 10px; }
    .page-box .page a:hover {
      border-radius: 15px;
      color: #fff;
      background-color: #6CA6F6; }
  .page-box .page span.active {
    display: inline-block;
    border-radius: 15px;
    line-height: 30px;
    width: 30px;
    color: #fff;
    background-color: #6CA6F6;
    margin: 0 10px; }
  .page-box .page a.prev,
  .page-box .page a.next {
    border-radius: 15px;
    border: 1px solid #E8EDEE; }
  .page-box .page input.jump-ipt {
    line-height: 30px;
    height: 30px;
    border: 1px solid #E8EDEE;
    width: 50px;
    text-align: center;
    margin-left: 10px; }
  .page-box .page .jump-btn {
    border: 1px solid #E8EDEE;
    color: #999; }

.no-monitor-box {
  background-color: #F4F7F7;
  padding: 190px 0 350px; }
  .no-monitor-box .img-icon {
    height: 160px;
    width: 160px;
    margin: 0 auto 30px auto;
    background: url(../images/icon.png) no-repeat 0 -36px; }
  .no-monitor-box p {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px; }
    .no-monitor-box p span {
      color: #1581cb; }
  .no-monitor-box a {
    display: block;
    width: 260px;
    margin: 70px auto 0 auto;
    text-align: center;
    background-color: #37a7e6;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    line-height: 52px; }

.no-data {
  width: 270px;
  height: 270px;
  background: url(../images/icon.png) no-repeat 2px -232px;
  margin: 50px auto 0 auto; }

.no-data-430 {
  position: relative;
  top: 80px;
  width: 270px;
  height: 270px;
  background: url(../images/icon.png) no-repeat 2px -232px;
  margin: 0 auto 0 auto; }

.no-data-400 {
  position: relative;
  top: 60px;
  width: 270px;
  height: 270px;
  background: url(../images/icon.png) no-repeat 2px -232px;
  margin: 0 auto 0 auto; }

.fixed-box {
  position: fixed;
  z-index: 10;
  right: 30px;
  bottom: 40px; }
  .fixed-box .go-top {
    width: 62px;
    height: 62px;
    cursor: pointer;
    background: url(../images/icon.png) no-repeat -434px 1px; }
  .fixed-box .feedback-icon {
    display: block;
    width: 62px;
    height: 62px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: url(../images/icon.png) no-repeat -370px 1px; }

.tips-box {
  position: absolute;
  width: 290px;
  font-size: 12px;
  box-sizing: border-box;
  z-index: 10; }
  .tips-box:hover {
    display: block; }
  .tips-box .tips-in-box {
    background-color: #2a426e;
    border-radius: 4px;
    margin: 10px; }
  .tips-box p {
    line-height: 20px;
    text-align: left;
    color: #fff;
    padding: 10px; }
    .tips-box p a {
      color: #38a7e6; }
  .tips-box .point-left {
    position: absolute;
    border: 6px solid transparent;
    border-right: 6px solid #2a426e;
    top: 18px;
    left: -2px; }

.loading-box {
  color: #999;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .loading-box .loading-img {
    height: 100%; }
    .loading-box .loading-img img {
      position: relative;
      top: 50%;
      height: 80px; }

.loading-ranking {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center; }
  .loading-ranking img {
    height: 100px;
    margin-top: 80px; }
