@charset "UTF-8";
body {
  background: #efefef;
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}

#print-detail {
  background: #fff;
  margin: 0 auto;
  padding: 20px 40px 40px 40px;
  overflow: hidden;
  box-sizing: border-box;
  width: 860px;
}
@media screen and (max-width: 768px) {
  #print-detail {
    width: 100%;
    padding: 20px 12px 20px 12px;
  }
}
#print-detail .detail-title {
  margin-bottom: 20px;
  font: 20px/30px 微软雅黑, 黑体, Arial, Helvetica, sans-serif;
  color: #333;
  text-align: center;
}
#print-detail .detail-info-list {
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
  color: #888;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
}
#print-detail .detail-info-list .detail-info-item {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #print-detail .detail-info-list {
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-flex-align: center;
  }
}
#print-detail .detail-content {
  width: 100%;
  margin: 25px 0 20px;
  overflow: hidden;
  font-size: 14px;
  line-height: 180%;
}
#print-detail .detail-content img,
#print-detail .detail-content video {
  max-width: 100%;
  height: auto;
}
#print-detail .print-options {
  height: 30px;
  line-height: 30px;
  padding: 5px 0;
  background-color: #f5f5f5;
  text-align: center;
}
#print-detail .print-options .print-options-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 10px;
  font-size: 14px;
  color: #0000ee;
}