.info-container {
  margin-top: 50px; }

.info-container .left-types {
  min-width: 200px;
  margin-right: 40px; }
  .info-container .left-types ul {
    list-style: none; }
    .info-container .left-types ul li {
      width: 100%;
      margin-bottom: 20px; }
      .info-container .left-types ul li a {
        font-size: 1rem;
        color: #000;
        width: 100%;
        display: block;
        line-height: 3.125rem;
        padding: 0 1.5rem 0 1rem;
        box-sizing: border-box;
        background: #f2f5fa;
        position: relative; }
      .info-container .left-types ul li span {
        position: absolute;
        display: block;
        line-height: 3.125rem;
        color: #fff;
        top: 0;
        right: 0.5rem;
        opacity: 0; }
      .info-container .left-types ul li.active a, .info-container .left-types ul li:hover a {
        background: #409eff;
        color: #fff; }
        .info-container .left-types ul li.active a span, .info-container .left-types ul li:hover a span {
          opacity: 1; }

.info-container .right-products {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex: 1;
  overflow: hidden; }
  .info-container .right-products .item {
    width: 30.333%;
    margin: 0 1.5% 1.875rem; }
    .info-container .right-products .item a:hover .top1 {
      border: 1px solid #409eff; }
    .info-container .right-products .item a:hover .top2 span {
      background: #409eff; }
    .info-container .right-products .item a .top1 {
      height: 17.375rem;
      display: flex;
      align-items: center;
      border: 1px solid #eee;
      overflow: hidden; }
      .info-container .right-products .item a .top1 img {
        width: 100%;
        margin: auto;
        object-fit: cover;
        height: 100%; }
    .info-container .right-products .item a .top2 {
      background: #f2f5fa;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      .info-container .right-products .item a .top2 h5 {
        font-size: 1rem;
        color: #000;
        text-align: center; }
      .info-container .right-products .item a .top2 p {
        margin-top: 1.25rem;
        text-align: center; }
        .info-container .right-products .item a .top2 p span {
          display: inline-block;
          width: 7.8125rem;
          line-height: 2.1875rem;
          background: #999999;
          font-size: 1rem;
          color: #fff;
          text-align: center; }
          .info-container .right-products .item a .top2 p span .iconfont {
            color: #fff;
            display: inline-block;
            margin-left: 0.3125rem; }

.info-container .right-infos {
  flex: 1;
  overflow: hidden; }
  .info-container .right-infos .info-block-1 {
    display: flex;
    margin-bottom: 50px; }
    .info-container .right-infos .info-block-1 .left {
      overflow: hidden;
      margin-right: 20px;
      width: 400px; }
      .info-container .right-infos .info-block-1 .left .logo {
        height: 400px;
        width: 400px;
        overflow: hidden; }
        .info-container .right-infos .info-block-1 .left .logo img {
          width: 100%;
          height: 100%; }
      .info-container .right-infos .info-block-1 .left .thums {
        margin-top: 10px;
        width: 100%;
        position: relative; }
        .info-container .right-infos .info-block-1 .left .thums .prev {
          position: absolute;
          left: 0px;
          top: 22px;
          width: 26px;
          height: 26px;
          cursor: pointer; }
          .info-container .right-infos .info-block-1 .left .thums .prev i {
            font-size: 1.6rem; }
        .info-container .right-infos .info-block-1 .left .thums .next {
          position: absolute;
          right: 0px;
          top: 21px;
          width: 26px;
          height: 26px;
          cursor: pointer; }
          .info-container .right-infos .info-block-1 .left .thums .next i {
            font-size: 1.6rem; }
        .info-container .right-infos .info-block-1 .left .thums .thums-content {
          width: 85%;
          margin: 0 auto;
          overflow: hidden; }
          .info-container .right-infos .info-block-1 .left .thums .thums-content li.thums-row {
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center;
            height: 60px;
            width: 60px;
            border: 1px solid #ddd;
            cursor: pointer;
            margin: 0px 5px; }
            .info-container .right-infos .info-block-1 .left .thums .thums-content li.thums-row img {
              width: 100%;
              height: 100%;
              object-fit: fill; }
            .info-container .right-infos .info-block-1 .left .thums .thums-content li.thums-row.selected {
              border: 1px solid #409eff; }
    .info-container .right-infos .info-block-1 .right {
      flex: 1; }
      .info-container .right-infos .info-block-1 .right .title {
        font-size: 1.5rem;
        font-weight: 400;
        margin-bottom: 40px; }
      .info-container .right-infos .info-block-1 .right .sub-title {
        font-size: 1rem; }
  .info-container .right-infos .info-block-2 .tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #409eff;
    list-style: none;
    margin-bottom: 20px; }

    .info-container .right-infos .info-block-2 .content img{
      max-width: 100%;

    }

    .info-container .right-infos .info-block-2 .content{
      overflow:hidden;
      word-wrap: break-word;
      word-break: break-all;
      white-space: normal;
    }
    .info-container .right-infos .info-block-2 .tabs li {
      flex: 1;
      position: relative; }
      .info-container .right-infos .info-block-2 .tabs li a {
        font-size: 1.125rem;
        color: #fff;
        display: block;
        line-height: 2rem;
        margin-top: 0.5625rem;
        height: 50px;
        text-align: center;
        cursor: pointer; }
      .info-container .right-infos .info-block-2 .tabs li::after {
        content: '';
        width: 100%;
        height: 0;
        border-bottom: 2px solid #409eff;
        position: absolute;
        bottom: 0px; }
      .info-container .right-infos .info-block-2 .tabs li.active::after {
        border-bottom: 2px solid #fff; }
