.Conten {
  width: 9.653333rem;
  margin: 0 auto;
  min-height: 15.333333rem;
}
.Conten ul {
  width: 8.853333rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Conten ul li {
  width: 4.226667rem;
  height: 6.013333rem;
  margin-bottom: 0.28rem;
}
.Conten ul li a {
  display: block;
  width: 4.226667rem;
  height: 6.013333rem;
}
.Conten ul li a .ulliimgge {
  width: 4.226667rem;
  height: 6.013333rem;
  position: relative;
  display: flex;
justify-content: center;
align-items: center
}
.Conten ul li a .ulliimgge img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: middle;
}
.Conten ul li a .ulliimgge .ultiManme {
  width: 4.226667rem;
  /*height: 0.92rem;*/
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.0667rem 0;
}
.Conten ul li a .ulliimgge .ultiManme span {
  color: #FFFFFF;
  font-size: 0.373333rem;
  text-align: center;
}
.tab {
  width: 100%;
  margin-top: 0.333333rem;
  margin-bottom: 0.386667rem;
}
.tab .tab-title {
  height: 0.68rem;
  font-size: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 0.386667rem;
}
.tab .tab-title .item {
  display: inline-block;
  /*width: 2.506667rem;*/
  padding: 0.1333rem 0.2rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  color: #333;
  font-size: 0.373333rem;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab .tab-title .item-cur {
  color: #fff;
  background-color: #1355b6;
}
.tab-cont {
  position: relative;
  width: 100%;
  height: auto;
}