.sub-title{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.type-list{
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 115px;
}
.type-list .all{
  position: absolute;
  left: 0;
}
.type-list label{
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}
.type-list label.all{
  float: left;
}
.type-list input[type="radio"]{
  height: 15px;
  width: 15px;
  position: relative;
  top: -2px;
  margin-right: 4px;
}
@media screen and (max-width: 768px){
  .type-list{
    padding-left: 0;
  }
  .type-list .all{
    position: relative;
    left: 0;
  }
}