.qa-item{
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.qa{
  padding: 0 20px;
  margin-top: 30px;
}
.qa-collapse{
  color: #000;
  position: relative;
  display: block;
  padding-right: 30px;
}
.qa-collapse:hover{
  color: #000;
}
.qa-collapse .skicon{
  position: absolute;
  right: 0;
  font-weight: 700;
  font-size: 24px;
  top: -6px;
}
.qa-item .qa-collapse-content{
  padding: 0 20px;
  line-height: 1.8;
  padding-left: 0;
}

.qa-collapse[aria-expanded="false"] .sk-jia:before{
  content: "\e698";
}
.qa-collapse[aria-expanded="true"] .sk-jia:before{
  content: "\e69c";
}
.qa-form{
  margin-top: 50px;
  padding: 20px;
  border: 1px solid #ccc;
}
.qa-form-title{
  text-align: center;
  margin-bottom: 40px;
  font-weight: 400;
}
.qa-wrapper{
  margin-bottom: 100px;
}

.qa-item-title{
  font-size: 16px;
}
.collapse-content-padding{
  padding-top: 20px;
}
.collapse-content-padding p{
    margin-bottom: 10px;
}
.qa-form-title{
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
}
.qa-list-btn{
  margin-bottom: 20px;
  text-align: right;
}
.qa-list-btn span{
  padding: 4px 0;
  display: inline-block;
  /* background-color: #e47325; */
  border-bottom: 1px solid #000;
  color: #000;
  cursor: pointer;
}

.qa-form-item {
  margin-bottom: 20px;
}
.qa-item-dt{
  margin-bottom: 4px;
}
.qa-item-dd input,.qa-item-dd textarea{
  width: 100%;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 6px 10px;
}
.qa-item-dd textarea{
  min-height: 80px;
}

.form-important::after{
  content:"*";
  color: red;
}
.diy-upload{
  padding: 6px 0;
  position: relative;
  border: 1px solid #e47325;
  text-align: center;
  color: #e47325;
}
.diy-upload input{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.qa-form-checkbox .qa-item-dt{
  float: left;
  margin-right: 10px;
}
.qa-form-checkbox .qa-item-dt input{
  border: 1px solid #000;
  border-radius: 0;
  top: -1px;
  position: relative;
}
.qa-form-checkbox .qa-item-dd{
  overflow: hidden;
}
.qa-item-dd label{
  font-weight: 400;
  cursor: pointer;
}


.form-submit-wrapper{
  text-align: center;
}
.form-submit-wrapper a{
  color: #fff;
}
.form-submit-wrapper a:hover{
  color: #fff;
}
.form-submit{
  font-size: 18px;
  padding: 10px;
  background-color: #e47325;
  color: #fff;
  display: block;
}
.form-submit.loading{
    background-color: #ccc;
}
.form-submit-wrapper .form-submit.loading{
    color: #888;
}


input:focus,textarea:focus{
  outline: #e47325 auto 5px;
}
