.details-box {
  background: #F8F8F8;
  padding-bottom: 20px;
  padding-top: 20px;
}

.details-box .container {
  overflow: visible;
}

.details-box .contentbox {
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 47px;
  border-radius: 2px;
}

.details-box .contentbox h1 {
  width: 776px;
  text-align: center;
  font-size: 24px;
  margin: 0 auto;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 36px;
  color: #333333;
}

.details-box .contentbox .tool {
  margin-top: 34px;
  overflow: hidden;
}

.details-box .contentbox .tool>p {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0167CC;
  padding-left: 34px;
}

.details-box .contentbox .tool>p img {
  vertical-align: middle;
}

.details-box .contentbox .tool .souce {
  float: left;
}

.details-box .contentbox .tool .size span {
  padding: 0 10px;
  cursor: pointer;
}

.details-box .contentbox .tool .print {
  cursor: pointer;
}

.details-box .contentbox .content .qr {
  margin-top: 36px;
  text-align: center;
}

.details-box .contentbox .content .qr p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
}
/*# sourceMappingURL=details.css.map */