a, a:visited, a:hover, a:active{
  text-decoration: none;
  color: #2196f3;
}

.title-line{
  margin: 0;
  padding: 32px 16px;
  background-color: #fff;
  text-align: center;
}
.title-line h1{
  margin: 0;
}
.title-line p{
  margin: 0;
}

.collections{
  margin: 0;
}

.collections h2{
  margin: 0 0 16px 0;
}

.collections .questions{
  margin: 0 16px;
  background-color: #fff;
  margin-bottom: 16px;
}
.collections .questions:last-child{
  margin-bottom: 64px;
}

.collections .q-title{
  position: relative;
  cursor: pointer;
}

.collections .questions h3{
  padding: 16px 32px 16px 16px;
  border: 1px solid #CFD8DC;
  background-color: #ffffff;
  color: #666666;
  font-size: 1.2rem;
  line-height: 1.6rem;

}
.collections .questions i{
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 16px;
  height: 16px;
}

.collections .question-content{
  padding: 16px 16px 16px 16px;
  border: 1px solid #CFD8DC;
  border-top: none;
  display: none;
}
.collections .question-content p:first-child{
  margin-top: 0;
}

.attention-link{
  font-size: smaller;
  color: #f44336;
}

.q-table{
  overflow: auto;
  white-space: nowrap;
}
.q-table::-webkit-scrollbar{
  height: 5px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
.q-table table{
  width: 100%;
  border-collapse: collapse;
}
.q-table table th{
  padding: 16px 16px 16px 8px;
  border: 1px solid #CFD8DC;
  text-align: left;
  font-weight: normal;
  background-color: #ECEFF1;
}
.q-table table td{
  padding: 16px 8px;
  border: 1px solid #CFD8DC;
}

.question{
  margin: 0 16px 40px 16px;
}

.question-content ul{
  margin-left: 20px;
}
.question-content li{

}




