@charset "UTF-8";
/**
* FAQ start
*/
.faq-wrapper {
  background: #fff;
}
.faq-wrapper .faq-content {
  height: 800px;
  width: 100%;
  margin: 20px 0% 0px;
  position: relative;
}
.faq-wrapper .faq-content .faq-question {
  border:1px solid #ddd;
  height: 650px;
  padding: 0px;
  width:23%;
  float: left;
}
.faq-wrapper .faq-content .faq-question .question-title {
  background: #e05048;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  width:100%;
  padding-left: 15px;
}
.faq-wrapper .faq-content .faq-question .question-list {
  height:584px;
  position: relative;
  overflow: hidden; 
}
.faq-wrapper .faq-content .faq-question .question-list>ul {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: -17px;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item {
  border-top: 2px solid #fff;
  color: #fff;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .list-item-title {
  background: #fff;
  color:#000;
  border-bottom: 1px solid #ddd;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .list-item-title:hover {
  color:#e05048;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .list-item-title>i{
  display: inline-block;
  margin-left: 30px;
  cursor: pointer;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .list-item-title>span{
  display: inline-block;
  height:40px;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .sublist{
  cursor: pointer;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .sublist li {
  border-bottom: 1px solid #ddd;
  padding-left: 60px;
  line-height: 40px;
  background: #fff;
  color: #000;
  position: relative;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .sublist li:hover {
  color:#e05048;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .sublist li.subactive {
  color:#e05048;
}
.faq-wrapper .faq-content .faq-question .question-list .list-item .sublist span {
  width: 250px;
  display: inline-block;
}
.faq-wrapper .faq-content .faq-answer {
  height: 650px;
  padding: 0px;
  width:76%;
  float: left;
  margin-left:1%;
}
.faq-wrapper .faq-content .faq-answer .answer-title {
  background: #e05048;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  width:100%;
  padding-left: 15px;
}
.faq-wrapper .faq-content .faq-answer .answer-list {
  width: 100%;
  height:660px;
  position: relative;
  overflow: hidden;
}
.faq-wrapper .faq-content .faq-answer .answer-list .faqContent {
  height: 100%;
  overflow-x: hidden;
  padding: 10px 15px;
  overflow-y: auto;
  position: absolute;
  right: -17px;
}
.faq-wrapper .faq-content .faq-answer .answer-list .questionType {
  font-size: 20px;
  font-weight: bolder;
  border-bottom: 1px solid #ccc;
  height: 60px;
  line-height: 60px;
}
.faq-wrapper .faq-content .faq-answer .answer-list .questionDetail {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}
.faq-wrapper .faq-content .faq-answer .answer-list .questionDetail .questionindex {
  font-size: 16px;
  font-weight: 700;
}
.faq-wrapper .faq-content .faq-answer .answer-list .questionDetail .questionindex span {
  color:#a00438;
  margin-right: 10px;
}
.faq-wrapper .faq-content .faq-answer .answer-list .questionDetail .answerContent {
  padding-left: 17px;
  line-height: 30px;
}
.faq-wrapper .faq-content .faq-answer .answer-list .questionDetail .answerContent .answerTitle {
  font-weight: 700;
}
.faq-wrapper .faq-content .faq-answer .answer-list .questionDetail .answerContent .answerDetail {
  text-indent: 2em;
}
.download-wrapper {
  position: fixed;
  top: 250px;
  width: 200px;
  height: 200px;
  right: 20px;
  box-shadow: 0px 0px 5px #aaaaaa;
}
.download-wrapper a {
  display: block;
  margin: 40px 0px;
  text-align: center;
}
/**
*FAQ end
*/