.亿万先生MR-exploreMore-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #fff;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.亿万先生MR-exploreMore-container .text-white {
  color: #fff;
}

.亿万先生MR-exploreMore-container .text-black {
  color: #000;
}

.亿万先生MR-exploreMore-container .exploreMore-item {
  width: calc(50% - 1px);
  position: relative;
  overflow: hidden;
  margin-top: 2px;
}

.亿万先生MR-exploreMore-container .exploreMore-item .item-img {
  width: 100%;
}

.亿万先生MR-exploreMore-container .exploreMore-item .item-img img {
  width: 100%;
  display: block;
}

.亿万先生MR-exploreMore-container .exploreMore-item .content-text {
  position: absolute;
  bottom: 65px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  right: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  text-align: center;
}

.亿万先生MR-exploreMore-container .exploreMore-item .content-text .btn-ex {
  border-radius: 0 !important;
}

.亿万先生MR-exploreMore-container .exploreMore-item .content-text h3 {
  font-size: 36px;
  line-height: 1.35;
  margin-bottom: 34px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .亿万先生MR-exploreMore-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .亿万先生MR-exploreMore-container .exploreMore-item {
    width: 100%;
  }
  .亿万先生MR-exploreMore-container .exploreMore-item {
    margin: 0 auto !important;
  }
  .亿万先生MR-exploreMore-container .exploreMore-item .content-text {
    bottom: 9.722222vw;
  }
  .亿万先生MR-exploreMore-container .exploreMore-item .content-text h3 {
    font-size: 6.666667vw;
    margin-bottom: 4.166667vw;
  }
  .亿万先生MR-page .hover-enlarge:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .亿万先生MR-exploreMore-container .exploreMore-item .content-text .btn-ex {
    min-width: 41.944444vw;
    max-width: 68vw;
    padding: 2vw 1.3vw;
    font-size: 4.444444vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}