.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#production_info {
  padding-top: 60px;
  background-color: #111;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.production_imgs {
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
}
.production_imgs img {
  margin-bottom: 20px;
  width: 100%;
}
.title {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  opacity: .8;
}
.production {
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
.production .designer {
  margin-bottom: 10px;
  font-size: 12px;
  color: #a4a4a4;
}
.production .designer i {
  color: #6e6e6e;
  font-style: normal;
}
.production .designer a {
  text-decoration: underline;
  color: #cb1a10;
}
.production .abstract,
.production .date {
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  opacity: .5;
}
.production .date {
  margin-top: 24px;
}
.buttons-wrap {
  position: absolute;
  right: 0px;
  top: 0;
  z-index:2;
  width: 100px;
}
.buttons-wrap .page-button {
  vertical-align: top;
  display: inline-block;
  width: 36px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.buttons-wrap .page-button:first-child {
  margin-right: 10px;
}
.buttons-wrap .page-button.disabled {
  opacity: .4;
}
.buttons-wrap .page-button .button {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #4c4c4c;
  font-size: 20px;
  color: #4c4c4c;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.buttons-wrap .page-button .text {
  display: none;
}
.buttons-wrap .page-button.disabled:hover .text {
  opacity: 0;
}
.buttons-wrap .page-button.disabled:hover .button {
  color: #4c4c4c;
  border-color: #4c4c4c;
}
.buttons-wrap .net-button {
  display: none;
  margin-top: 3px;
  margin-left: 28px;
  margin-right: 28px;
  width: 32px;
  height: 32px;
  background: url('../image/net_button.png') 0 0 no-repeat;
}
.js-next-button .button {
  padding-left: 3px;
}
/*# sourceMappingURL=productionDetail.css.map */

/*# sourceMappingURL=productionDetailH5.css.map */
