body {
  background-color: #313740;
}
.display-content {
  width: 1280px;
  height: 760px;
  margin: 0 auto;
}
.display-left {
  float: left;
  width: 948px;
  height: auto;
}
.display-left .current-location {
  margin-top: 40px;
  font-size: 12px;
  color: #fff;
}
.display-left .current-location > a {
  color: #fff;
}
.display-left .big-img {
  margin-top: 20px;
  width: 880px;
  height: 550px;
  overflow: hidden;
  text-align: center;
  line-height: 550px;
  background: url("images/loading.gif") no-repeat center #fff;
}
.display-right {
  height: 560px;
  width: 280px;
  border-left: 1px solid #292F36;
  float: right;
  margin-top: 80px;
  padding-left: 50px;
  box-sizing: border-box;
  cursor: pointer;
}
.display-right > ul {
  margin-right: -15px;
  height: 450px;
}
.display-right > ul > li {
  margin-right: 15px;
  float: left;
  width: 100px;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
}
.display-right > ul > li > img {
  max-width: 100px;
}
.display-right > ul .active {
  border: 4px solid #0b953a;
  height: 60px;
}
/*分页展示*/
.paging-box {
  border-top: 1px solid #292F36;
  width: 216px;
  padding-top: 25px;
  color: #ffffff;
  margin-top: 50px;
  user-select: none;
}
.pages-box {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.pages-box .total-pages {
  color: #0b953a;
}
.up-down {
  float: right;
}
.up-down li {
  float: left;
  cursor: pointer;
  font-size: 14px;
}
.up-down .separation {
  margin: 0 15px;
}
.up-down .active-pages {
  color: #0b953a;
}
/*版权*/
.copyright {
  margin-top: 40px;
  color: #b5b5b6;
  height: 30px;
}
.copyright > span {
  float: left;
}
.copyright .iconfont {
  font-size: 30px;
  line-height: 30px;
  margin-right: 30px;
}
.copyright > span:first-child + span {
  margin-top: 6px;
}
/*# sourceMappingURL=product-display.css.map */