.screenshot .detail-cont img{
  display: block;
  width: 220px;
  height: 450px;
  background: #f7f7f7;
}
.screenshot .detail-cont li{
  float: left;
  width: 220px;
  height: 450px;
  margin-left: 18px;
}
.screenshot .detail-cont li:first-child{
  margin-left: 0
}
.detail-header{
  margin-bottom: 40px;
  /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAIAAADuA9qHAAAAGXRFW…JyIj8+1f8ExQAAABVJREFUeNpifPz4MQNuwMSAFwAEGACgVgKtlmTEUAAAAABJRU5ErkJggg==) repeat-x 0 100%; */
}
.screenshot{
  margin-bottom: 40px;
}
.detail-header h2{
  width: 155px;
  border-bottom: 2px solid #b1493b;
  font: 700 26px/50px microsoft yahei;
  color: #b1493b;
}
.introduce{
  margin-bottom: 60px;
}
.introduce .cont{
  font: 16px/26px microsoft yahei;
  color: #515c5a;
}
.bdsharebuttonbox{
  display: inline-block;
  width: 312px;
  margin: 0 auto;
}
.bdshare-button-style0-16 a{
  float: left;
  font-size: 12px;
  padding-left: 17px;
  line-height: 16px;
  height: 16px;
  background-image: url(../img/share/icons_0_16.png?v=91362611.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0;
}
.share {
  height: 58px;
  margin-bottom: 60px;
  text-align: center;
}
.share .title {
  display: inline-block;
  font: 16px/58px microsoft yahei;
  color: #414242;
  vertical-align: top;
}
.bdsharebuttonbox a{
  width: 58px;
  height: 58px;
  margin: 0 10px;
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}
.bdsharebuttonbox .bds_weixin{
  background: #fff url(../i/share-wechat.png) no-repeat -10% 96%;
}
.bdsharebuttonbox .bds_tsina{
  background: #fff url(../i/share-sina.png) no-repeat -10% 96%;
}
.bdsharebuttonbox .bds_qzone{
  background: #fff url(../i/share-qzone.png) no-repeat -10% 96%;
}
.bdsharebuttonbox .bds_tieba{
  background: #fff url(../i/share-tieba.png) no-repeat -10% 96%;
}
/*hover*/
.bdsharebuttonbox .bds_icon:hover {
  animation: bds_icon-icon .5s ease-in-out 1 normal;
}
@keyframes  bds_icon-icon {
  0% {
    background-position: -10% 96%;
  }
  100% {
    background-position: -10% 0%;
  }
}
