.questionDetailTitle {
  font-size: 30px;
  color: #666;
  font-weight: normal;
  margin: 8px 0; }

.releaseInfoBox {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px 2px; }

.questionSubInfoBox {
  color: #333; }

.questionSubInfoList li {
  float: left;
  padding: 15px 20px;
  border-right: 1px solid #ccd1d9;
  font-size: 14px;
  line-height: 22px;
  text-align: center; }

.questionSubInfoList li:nth-of-type(1) {
  border-left: 1px solid #ccd1d9; }

.questionSubInfoList li em {
  color: #37bc9b;
  padding-right: 5px; }

.questionPriceBox p {
  float: left; }

.questionPriceBox p span {
  font-size: 15px; }

.questionPriceBox p span:first-of-type {
  font-size: 18px;
  color: red; }

.questionPriceBox button {
  color: #fff;
  font-size: 15px;
  margin-left: 10px;
  padding: 4px 10px;
  background: #009ee7;
  cursor: pointer; }

.questionMainInfoBox {
  padding: 20px 30px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
  overflow: hidden; }

.questionMainInfoBox ul {
  width: 47%;
  float: left;
  color: #434a54;
  font-size: 14px; }

.questionMainInfoBox ul:first-of-type {
  margin-right: 6%; }

.questionMainInfoBox ul li:first-of-type {
  background: #DAE7F2;
  border-bottom: none; }

.questionMainInfoBox ul li {
  border-bottom: 1px solid #DAE7F2;
  overflow: hidden; }

.questionMainInfoBox ul li span {
  padding: 10px 12px;
  display: inline-block;
  float: left; }

.questionMainInfoBox ul li span:nth-of-type(1) {
  width: 50%; }

.questionMainInfoBox ul li span:nth-of-type(2) {
  width: 25%; }

.questionMainInfoBox ul li span:nth-of-type(3) {
  width: 25%; }

.subTitle {
  font-size: 18px;
  color: #626262;
  font-weight: normal;
  margin: 10px 0 10px 4px; }

#readProtocal {
  cursor: pointer; }

.closeBtn, .purchaseListGroup a, #pay, #paymentSuccess, #readProtocalBtn, #paymentFailure {
  cursor: pointer; }

.purchaseLeftBox, .purchaseRightBox, .purchaseRow label, .purchaseRow > div {
  float: left; }

.purchaseLeftBox, .purchaseRightBox {
  padding: 12px 18px; }

.modalContent, .purchaseRow, .purchaseListGroup {
  overflow: hidden; }

.fcContent {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  color: #434a54;
  position: relative;
  margin: 30px auto;
  font-size: 14px; }

#purchase .fcContent {
  width: 850px; }

.modalHeader h4 {
  font-size: 20px;
  font-weight: normal; }

.closeBtn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  color: #8e8f90; }

.purchaseLeftBox {
  width: 40%;
  border-right: 1px dashed #ccc; }
  .purchaseLeftBox h4 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 6px; }
  .purchaseLeftBox .questionDescription {
    color: #AAB2BD;
    margin: 14px 0; }
  .purchaseLeftBox .purchasePrompt {
    padding: 20px 12px;
    border: #ffb94e;
    background-color: #fff8ec;
    color: #8a6d3b; }

.purchaseRightBox {
  width: 60%; }

.purchaseRow label {
  display: inline-block;
  width: 20%; }

.purchaseTypeList {
  margin: 20px 0; }

.price em {
  font-size: 20px;
  color: #f00;
  padding: 0 6px; }

.moneyBalance strong {
  color: #ffa700;
  padding-left: 30px;
  font-weight: normal; }

.purchaseListGroup {
  border: 1px solid #ccc;
  width: 60%;
  border-radius: 6px; }
  .purchaseListGroup a {
    display: block;
    padding: 12px 16px;
    border-bottom: 1px solid #ccc; }
    .purchaseListGroup a i {
      padding-right: 10px; }
  .purchaseListGroup a.on {
    background: #009ee7;
    color: #fff; }

.modalFooter {
  text-align: right;
  padding: 10px 0; }

#pay, #paymentSuccess {
  border-color: #009ee7;
  background-color: #009ee7;
  padding: 6px 12px;
  color: #fff;
  width: 80px; }

#readProtocalBtn {
  color: #009ee7; }

#protocal .fcContent, #paymentInquiry .fcContent {
  width: 650px; }
  #protocal .fcContent h4, #paymentInquiry .fcContent h4 {
    text-align: center;
    font-size: 20px;
    color: #428bca;
    font-weight: normal;
    margin: 2px 0 10px; }

.protocalList li {
  list-style-type: decimal;
  text-align: left;
  margin: 10px; }

.protocalFooter {
  text-align: center; }
  .protocalFooter .closeBtn {
    position: static;
    font-size: 15px;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px; }

.readProtocalRow span {
  margin-left: 10px; }

.error {
  display: inline-block;
  color: #fc5f5f; }
  .error i {
    margin-right: 6px; }

#paymentInquiry .fcContent h4 {
  text-align: left; }
#paymentInquiry .fcContent .buttonBox {
  margin: 8px 0;
  text-align: right; }

#paymentFailure {
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #fff;
  margin-right: 10px; }

/*# sourceMappingURL=questionDetail.css.map */
