.contain {
  width: 100%;
}

.contain .top {
  height: 5.26rem;
  position: relative;
}

.topImg {
  width: 100%;
  height: 100%;
}

.center {
  width: 100%;
  height: 4.5rem;
}

.text {
  text-align: center;
  padding-top: 0.87rem;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #252525;
  box-sizing: border-box;
}

.bottom {
  width: 100%;
  height: 4.26rem;
  background: #f7f6f6;
}

.list {
  padding-left: 3.55rem;
  padding-bottom: 2.3rem;
  margin-bottom: 20px;
}

.list .tab {
  width: 3.91rem;
  height: 1.66rem;
  background: #ffffff;
  border: 1px solid #eeeeee;
  float: left;
  margin: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
}

.list .tab .title {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #252525;
  /* margin: 0.46rem 0 0 1.2rem; */
}

.content {
  width: 2.5rem;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #252525;
  opacity: 0.7;
  /* margin: 0.1rem 0 0 1.2rem; */
  margin-top: .1rem;
}

.images {
  float: left;
  margin: 0 0.3rem 0 0.46rem;
  height: 100%;
}

.bottom .text {
  margin-bottom: 0.5rem;
}

.center .rotation .featuresBottom {
  width: 12.02rem;
  overflow: hidden;
  display: flex;
}

.center .rotation {
  height: 2.53rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.35rem;
}

.center .rotation .featuresBottom .bottomItem {
  flex: 1;
  width: auto;
  position: relative;
  transition: 0.5s;
}

.center .rotation .featuresBottom .bottomItem img {
  width: 100%;
  height: 100%;
}

.center .rotation .featuresBottom .bottomItem .itemTitle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.53rem;
  background: rgba(0, 0, 0, 0.43);
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  z-index: 1;
}

/* .center .rotation .featuresBottom .bottomItem:hover {
  flex: 1 1 35%;
  width: 6.57rem;
  transition: 0.5s;
}

.center .rotation .featuresBottom .bottomItem:hover .itemTitle {
  z-index: 100;
} */
