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;
}
body#howtos #soft .howtos a {
  color: #009f3c;
}
#soft-faq-item {
  padding-top: 40px;
  padding-bottom: 80px;
}
#soft-faq-item .sub-wrap h1 {
  padding-bottom: 30px;
  font-size: 22px;
}
#soft-faq-item .sub-wrap p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 28px;
}
#soft-faq-item .sub-wrap ul {
  list-style-type: none;
  padding: 0;
}
#soft-faq-item .sub-wrap ul li {
  line-height: 28px;
}
#soft-faq-item .sub-wrap .ptb {
  margin-top: 100px;
}
