.rankings-menu {
  background-color: #E9F0F5;
  overflow: hidden;
  padding: 30px 0 0; }

.list-model {
  margin-bottom: 20px; }

.titl-name {
  float: left;
  font-size: 18px;
  color: #808080;
  line-height: 30px; }

.type-list {
  float: left;
  width: 1080px; }
  .type-list span {
    display: inline-block;
    line-height: 30px;
    padding: 0 12px;
    font-size: 16px;
    width: 80px;
    color: #333; }
  .type-list .time-text {
    width: 50px; }
  .type-list .btn-out-box {
    width: 180px;
    display: inline-block;
    margin-bottom: 10px; }
    .type-list .btn-out-box .has-icon {
      display: inline-block;
      position: relative; }
      .type-list .btn-out-box .has-icon .sense-icon {
        position: absolute;
        top: 40px;
        left: 50%;
        margin-left: -7px; }
  .type-list .btn-city-box {
    width: 110px;
    display: inline-block;
    margin-bottom: 10px; }
  .type-list a, .type-list button {
    font-size: 16px;
    cursor: pointer;
    color: #333;
    display: inline-block;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 4px; }
    .type-list a:hover, .type-list button:hover {
      color: #fff;
      background-color: #37a7e6; }
  .type-list button.active, .type-list a.active {
    color: #fff;
    background-color: #37a7e6; }

.city-box {
  float: left;
  width: 1080px; }

.rankings-content h1 {
  position: relative;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin: 50px 0 30px; }
  .rankings-content h1::after {
    position: absolute;
    content: ' ';
    display: block;
    width: 95px;
    height: 1px;
    background-color: #C1C1C1;
    top: 50%;
    right: 250px; }
  .rankings-content h1::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 95px;
    height: 1px;
    background-color: #C1C1C1;
    left: 250px;
    top: 50%; }

.rankings-table table {
  width: 100%;
  font-size: 14px;
  margin-bottom: 56px; }
  .rankings-table table tr {
    line-height: 50px; }
    .rankings-table table tr th {
      position: relative;
      font-weight: normal; }
      .rankings-table table tr th span.more-th {
        display: block;
        position: absolute;
        background: url(../../images/icon.png) no-repeat -198px -11px;
        width: 20px;
        height: 20px;
        right: 30px;
        top: 10px; }
      .rankings-table table tr th a.more-th {
        display: block;
        position: absolute;
        background: url(../../images/icon.png) no-repeat -198px -11px;
        width: 20px;
        height: 20px;
        right: 30px;
        top: 10px; }
  .rankings-table table thead {
    color: #808080;
    background-color: #E9F0F5; }
  .rankings-table table tbody {
    text-align: center; }
    .rankings-table table tbody tr {
      color: #666;
      border-bottom: 1px solid #E8EDEE; }
      .rankings-table table tbody tr:hover {
        background-color: #E9F0F5; }
      .rankings-table table tbody tr td a {
        color: #666;
        display: block; }
      .rankings-table table tbody tr .rise-icon span {
        width: 10px;
        height: 14px;
        display: inline-block;
        background: url(../../images/icon.png) no-repeat -466px -486px; }
      .rankings-table table tbody tr .down {
        color: #76ad15; }
        .rankings-table table tbody tr .down span {
          margin-left: 10px;
          width: 10px;
          height: 14px;
          display: inline-block;
          background: url(../../images/icon.png) no-repeat -490px -486px; }
      .rankings-table table tbody tr .up {
        color: #da6e6e; }
        .rankings-table table tbody tr .up span {
          margin-left: 10px;
          width: 10px;
          height: 14px;
          display: inline-block;
          background: url(../../images/icon.png) no-repeat -478px -486px; }
      .rankings-table table tbody tr .ranking-td {
        position: relative; }
        .rankings-table table tbody tr .ranking-td span {
          position: absolute;
          width: 20px;
          height: 20px;
          margin: -10px 0 0 -10px;
          left: 50%; }
        .rankings-table table tbody tr .ranking-td .ranking-0 {
          background: url(../../images/icon.png) no-repeat -47px -10px; }
        .rankings-table table tbody tr .ranking-td .ranking-1 {
          background: url(../../images/icon.png) no-repeat -74px -10px; }
        .rankings-table table tbody tr .ranking-td .ranking-2 {
          background: url(../../images/icon.png) no-repeat -98px -10px; }
  .rankings-table table .special {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto;
    background: url(../../images/icon.png) no-repeat -330px -386px; }
  .rankings-table table .active.special {
    background: url(../../images/icon.png) no-repeat -162px -8px; }

.input-time-box {
  display: inline-block;
  position: relative;
  background-color: #fff;
  line-height: 30px;
  width: 140px;
  margin-bottom: 30px;
  cursor: pointer; }
  .input-time-box input {
    padding-left: 14px;
    position: relative;
    z-index: 2;
    background-color: transparent;
    cursor: pointer; }
  .input-time-box i {
    position: absolute;
    height: 24px;
    width: 24px;
    background: url(../../images/icon.png) no-repeat -128px -10px;
    top: 3px;
    right: 10px; }

.city-list {
  width: 974px;
  float: right; }

.province-box {
  margin: -10px 0 30px 90px; }
  .province-box ul {
    width: 900px;
    font-size: 0;
    border: 1px solid #A4BBCD;
    padding: 17px 10px 5px 10px;
    border-radius: 4px; }
    .province-box ul li.active a {
      background-color: #37a7e6;
      color: #fff; }
    .province-box ul li {
      display: inline-block;
      width: 60px;
      text-align: center;
      margin-bottom: 12px; }
      .province-box ul li a {
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        padding: 0 4px; }
        .province-box ul li a:hover {
          background-color: #37a7e6;
          color: #fff; }
