.container {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding: 0 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#production_info {
  padding-top: 140px;
  min-height: 800px;
  background-color: #111;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.production_imgs {
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
  overflow: hidden;
  text-align: center;
}
.production_imgs img {
  margin-bottom: 25px;
  width: auto;
  max-width: 100%;
}
.title {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
  opacity: .8;
}
.production {
  position: relative;
  margin-top: 40px;
  margin-bottom: 50px;
}
.production .designer {
  margin-top: 20px;
  margin-bottom: 20px;
  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 {
  margin-bottom: 40px;
  width: 600px;
  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: 200px;
}
.buttons-wrap .page-button {
  vertical-align: top;
  display: inline-block;
  width: 36px;
  cursor: pointer;
}
.buttons-wrap .page-button.disabled {
  opacity: .4;
  cursor: not-allowed;
}
.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: block;
  opacity: 0;
  margin-top: 12px;
  font-size: 12px;
  font-family: Sun, SimSun, 'microsoft yahei', Helvetica, Sans-Serif;
  color: #868686;
  text-align: center;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.buttons-wrap .page-button:hover .text {
  opacity: 1;
}
.buttons-wrap .page-button:hover .button {
  color: #cb1a10;
  border-color: #cb1a10;
}
.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: inline-block;
  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 */
