/*分页*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*分页结束*/
.noData {
  text-align: center;
  font-size: 16px;
  line-height: 200px
}

#showproduct dl.pshow dt li img {
  opacity: .9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#showproduct dl.pshow dt li.flex-active {
  border: 2px solid #000;
}

#showproduct dl.pshow dt li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  cursor: pointer;
  width: 66px;
  height: 66px;
}


.met_showimg_body {
  height: 600px;
  text-align: center;
  background: #000;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.img_top {
  height: 500px;
  position: relative;
}

.img_top ul {
  height: 100%;
  position: relative;
}

.img_top li {
  width: 100%;
  height: 100%;
  position: absolute;
}

.img_top li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_top .left {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 10;
}

.img_top .right {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  z-index: 10;
  justify-content: flex-end;
}

.img_top .left img,
.img_top .right img {
  display: none;
}

.img_top .left:hover img,
.img_top .right:hover img {
  display: block;
}

.img_bottom {
  height: 100px;
  padding: 10px 30px;
  display: flex;
  box-sizing: border-box;
}

.img_bottom li {
  height: 100%;
  width: 150px;
  margin: 0 3px;
  padding: 2px;
}

.img_bottom li.cur {
  padding: 0;
  border: 2px solid #f00;
}

.img_bottom li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.showimg_title {
  color: #efefef;
  font-size: 16px;
  padding: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .7);
}

.showimg_title h2 {
  color: #efefef;
  text-align: left;
}