html,
body {
  font-family: 'PingFangSC,Microsoft YaHei,sans-serif';
  margin: 0 auto;
}

.tradeState {
  height: 2em;
  margin: 10px 0;
  text-align: center;
  line-height: 2em;
  font-weight: bold;
  font-size: 1.125em;
  color: #666;
}

.orderDetails {
  text-align: left;
  color: #333;
  margin: 20px 10px;
}

.orderDetails p {
  padding: 5px;
  line-height: 1em;
  font-size: 0.875em;
}

.btnPay {
  width: 100%;
  height: 50px;
  border-radius: 15px;
  background-color: #08bf60;
  border: 0 #fe6714 solid;
  cursor: pointer;
  color: white;
  font-size: 1.125em;
}
