.header-info {
  background-color: #fff;
  padding: 14px;
  border-bottom: 1px solid #eee;
}

.doc-title {
  line-height: 1.3;
  font-size: 16px;
}

.doc-title img {
  width: 22px;
  height: 22px;
}

.doc-info {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
}

.doc-info .item {
  width: 50%;
  font-size: 14px;
  color: #999;
  margin-bottom: 6px;
}

.doc-info .item .label {
  display: inline-block;
  color: #666;
}

.doc-info .item.full {
  width: 100%;
}

.page-title {
  color: #3a56f7;
  text-align: center;
  border-bottom: 1px dashed #3a56f7;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}

.title-bar {
  font-size: 16px;
  padding: 14px;
  border-bottom: 1px dashed #eee;
}

.title-bar .title {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}

.title-bar .value {
  color: #464646;
  line-height: 1.5;
}


.pay-way .item {
  width: 140px;
  height: 50px;
  border: 1px solid #eee;
  margin-right: 20px;
  border-radius: 6px;
  color: #888;
  user-select: none;
}

.pay-way .item.checked {
  border: 2px solid #f00;
}

.pay-way img {
  width: 36px;
  height: 36px;
  margin-right: 4px;
}

.pay-btn {
  margin: 30px 14px;
  height: 50px;
  background-color: #3a56f7;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  user-select: none;
}

.pay-btn:active {
  background-color: #1434e9;
}

.price-info {
  color: #666;
  font-size: 14px;
}

.price-info strong {
  font-size: 18px;
  font-weight: normal;
  margin-right: 4px;
}

.pay-info .btn.checked {
  border: 2px solid #f00;

}

.pay-info .btn {
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #eee;
  margin-right: 20px;
  border-radius: 6px;
  color: #888;
  user-select: none;
}

.download-tips {
  padding: 14px;
}

.download-tips p {
  margin-bottom: 10px;
  color: #464646;
}

.download-tips .title {
  font-size: 18px;
  color: #f00;
  padding-bottom: 10px;
}