/*======================================================================== 
  Copyright: 匯豐汽車網路事業
  Author: Shanny
  ========================================================================*/

@media screen, projection{

.mainContent{ overflow: hidden; }
.rightContent .form-control{ border-right: none;}

.faq .htmlEditor{ line-height: 190%; font-size: 14px;}
.faqList {
  clear: both;
  display: block;
}
.feedback {
  clear: both;
}
.feedback::before {
  content: '>';
  color: #cc0000;
  margin-right: 4px;
}
.answer {
  margin-bottom: 25px;
  padding-left: 44px;
  display: none;
  position: relative;
  font-size: 15px;
  line-height: 1.5;
}
.answer::before, .question::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
}
.answer::before {
  content: url(../../images/FAQ_A.png);
}
.answer + .question {
  border-top: dotted 1px #bfbfbf;
  padding-top: 25px;
}
.answer + .question::before {
  top: 25px;
}
.answer .htmlEditor {
  margin-bottom: 20px;
}
.question {
  cursor: pointer;
  display: block;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}
.question::before {
  content: url(../../images/FAQ_Q.png);
}
.question.active {
  color: #336699;
}
.btn-submit {
  color: #FFF;
  background: #999;
  letter-spacing: 4px;
  padding-left: 10px;
  border-radius: 2px;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  margin-left: 1em;
}
.btn-submit:hover{ background: #e37216;}

}/*重要不可刪除!*/