

.index-content-container .Q-tab-wrapper {
  margin-top: 20px; }
  .index-content-container .Q-tab-wrapper .tab-title-container {
    width: 100%;
    margin-bottom: 24px;
    display: flex;
    padding: 0 100px;
    justify-content: space-around;
    align-items: center;
    position: relative; }
    .index-content-container .Q-tab-wrapper .tab-title-container.flex-start {
      justify-content: flex-start;
      padding: 0; }
    .index-content-container .Q-tab-wrapper .tab-title-container .read-more {
      font-size: 14px;
      color: #3D7AD3;
      position: absolute;
      right: 15px;
      bottom: 0;
      cursor: pointer; }
    .index-content-container .Q-tab-wrapper .tab-title-container .tab-title {
      height: 36px;
      line-height: 36px;
      padding: 0 15px;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      font-size: 18px;
      color: #C6C7CC;
      font-weight: bold; }
    .index-content-container .Q-tab-wrapper .tab-title-container .tab-title.active {
      color: #5D6069; }
    .index-content-container .Q-tab-wrapper .tab-title-container .tab-title.active .tab-border {
      left: 0; }
    .index-content-container .Q-tab-wrapper .tab-title-container .tab-border {
      height: 2px;
      width: 100%;
      background: #5D6069;
      position: absolute;
      left: -100%;
      bottom: 0; }
  .index-content-container .Q-tab-wrapper .first-pane-container {
    height: 506px; }
  .index-content-container .Q-tab-wrapper .second-pane-container {
    height: 460px; }
  .index-content-container .Q-tab-wrapper .tab-pane-container {
    position: relative;
    overflow: hidden; }
    .index-content-container .Q-tab-wrapper .tab-pane-container .tab-pane {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      transform: translateX(0);
      float: left;
      display: block;
      left: 100%;
      display: flex;
      justify-content: space-between;
      align-content: space-between;
      flex-wrap: wrap; }
    .index-content-container .Q-tab-wrapper .tab-pane-container .small-pane.small-pane {
      height: 440px; }
    .index-content-container .Q-tab-wrapper .tab-pane-container .tab-pane.active {
      z-index: 2;
      left: 0; }
    .index-content-container .Q-tab-wrapper .tab-pane-container .left-pre {
      left: -100%; }
    .index-content-container .Q-tab-wrapper .tab-pane-container .left-next {
      display: block;
      left: 100%; }
  .index-content-container .Q-tab-wrapper .first-pane-item {
    width: 322px;
    height: 244px; }
    .index-content-container .Q-tab-wrapper .first-pane-item .top {
      height: 182px; }
      .index-content-container .Q-tab-wrapper .first-pane-item .top .note-right {
        font-size: 14px; }
  .index-content-container .Q-tab-wrapper .second-pane-item {
    width: 264px;
    height: 200px; }
    .index-content-container .Q-tab-wrapper .second-pane-item .top {
      height: 187px; }
      .index-content-container .Q-tab-wrapper .second-pane-item .top .note-right {
        font-size: 14px; }
  .index-content-container .Q-tab-wrapper .pane-item {
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
    position: relative; }
    .index-content-container .Q-tab-wrapper .pane-item .top {
      width: 100%;
      position: relative;
      background-image: url(../images/mock/item1.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .index-content-container .Q-tab-wrapper .pane-item .top .note {
        width: 100%;
        height: 36px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .index-content-container .Q-tab-wrapper .pane-item .top .note .note-right {
          width: 98%;
          overflow: hidden;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding-left: 8px; }
        .index-content-container .Q-tab-wrapper .pane-item .top .note .note-left {
          font-size: 12px; }
          .index-content-container .Q-tab-wrapper .pane-item .top .note .note-left span {
            margin-right: 8px; }
    .index-content-container .Q-tab-wrapper .pane-item .bottom {
      width: 100%;
      background: #fafafc;
      height: 62px;
      padding: 8px;
      position: relative; }
      .index-content-container .Q-tab-wrapper .pane-item .bottom .price-container {
        font-size: 14px;
        color: #5D6069;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .index-content-container .Q-tab-wrapper .pane-item .bottom .price-container span:first-of-type {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .index-content-container .Q-tab-wrapper .pane-item .bottom .price-container .price {
          width: 60%;
          text-align: right;
          display: flex;
          justify-content: flex-end;
          align-items: flex-end; }

.g-super {
  height: 242px;
  margin: 68px 0 70px; }
  .g-super img {
    height: 242px; }

.many-logos-title {
  color: #5D6069;
  font-size: 20px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px; }

.many-logos-container {
  position: relative;
  height: 280px; }
  .many-logos-container .transfer {
    width: 1024px;
    height: 280px;
    position: absolute;
    left: 1024px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap; }
    .many-logos-container .transfer:nth-of-type(1) {
      left: 0; }
  .many-logos-container .transfer-circle-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .many-logos-container .transfer-circle-container .transfer-circle {
      border-radius: 50%;
      cursor: pointer;
      width: 12px;
      height: 12px;
      background: #fff;
      border: 1px solid #95989A;
      margin: 0 9px; }
      .many-logos-container .transfer-circle-container .transfer-circle.active {
        background: #4E8CE8;
        border-color: #4E8CE8; }
  .many-logos-container .many-logos-item {
    width: 206px;
    height: 128px;
    background: #fff;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative; }
    .many-logos-container .many-logos-item img {
      -webkit-filter: grayscale(100%);
      max-width: 100%;
      transition: filter .4s; }
  .many-logos-container .many-logos-item:hover img {
    -webkit-filter: grayscale(0); }
  .many-logos-container .many-logos-item:nth-of-type(5n) {
    margin-right: 0; }

.big-pane-item {
  height: 100%;
  width: 504px;
  display: block; }
  .big-pane-item .rent-unit {
    font-size: 15px !important; }
  .big-pane-item .top {
    height: 283px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
    .big-pane-item .top .note {
      height: 50px;
      background: #ff0000;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      color: #fff; }
    .big-pane-item .top .name-container {
      font-size: 18px;
      width: 70%; }
    .big-pane-item .top .position-container {
      font-size: 16px;
      flex-grow: 1;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      .big-pane-item .top .position-container span:first-of-type {
        margin-right: 8px; }
  .big-pane-item .bottom {
    color: #5D6069;
    height: 137px;
    padding: 0 15px 15px 15px; }
    .big-pane-item .bottom .first-line {
      height: 40px;
      font-size: 18px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative; }
    .big-pane-item .bottom .produce-article {
      width: 474px;
      margin-top: 6px;
      color: #C6C7CC;
      height: 65px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; }

.position-pane {
  width: 322px;
  height: 199px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative; }
  .position-pane .note {
    height: 36px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size: 14px; }

.introduce-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: space-between;
  width: 504px;
  flex-wrap: wrap; }

.public-header {
  display: none; }

.two-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9B9FA8;
  font-size: 14px;
  margin-left: 20px; }
  .two-btn-container .font-bold {
    color: #fff; }
