body#faq #soft .faq a {
  color: #009f3c;
}
.soft-header {
  height: 60px;
  font-size: 16px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.soft-header .soft-name {
  display: inline-block;
  line-height: 60px;
}
.soft-header ul {
  padding: 0;
  margin: 0;
}
.soft-header ul li {
  float: left;
  list-style-type: none;
}
.soft-header ul li a {
  display: inline-block;
  text-decoration: none;
  line-height: 60px;
  color: #333333;
  margin: 0 21px;
}
.soft-header ul li a.btn-buy {
  display: inline;
  color: #ffffff;
  background-color: #ee761f;
  padding: 6px 28px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 28px;
}
.soft-header.sticky {
  position: fixed;
  z-index: 500;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
#soft-faq .faq-header {
  position: relative;
  height: 350px;
  background: url("../../../img/top_faq.jpg") no-repeat center;
  background-size: cover;
  color: #333333;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
#soft-faq .faq-header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#soft-faq .faq-wrapper .faq-item-titles {
  background-color: #f3f2f7;
}
#soft-faq .faq-wrapper .faq-item-titles .faq-item-title {
  color: #333333;
  line-height: 50px;
  background-color: #f3f2f7;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}
#soft-faq .faq-wrapper .faq-item-titles .faq-item-title.is-active {
  background-color: #ffffff;
}
#soft-faq .faq-wrapper .faq-item {
  display: none;
  padding: 50px 0;
  min-height: 600px;
}
#soft-faq .faq-wrapper .faq-item.is-active {
  display: inherit;
}
#soft-faq .faq-wrapper .faq-item li {
  padding: 10px 0;
}
#soft-faq .faq-wrapper .faq-item li a {
  color: #333333;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
#soft-faq .faq-wrapper .faq-item li ~ p {
  color: #999999;
  margin: 0 0 20px 0;
}
#soft-faq .faq-wrapper .faq-item.is-active {
  display: block;
}
