.back-to-list-wrap {
  /*display: block;*/
  padding: 50px 0;
}
.back-to-list-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 183px;
  height: 50px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.08);
  color: rgba(0, 0, 0, 0.8500);
  cursor: pointer;
  transition: all .3s;
}
.back-to-list-content {
  display: flex;
  align-items: center;
}
.back-to-list-content i.icon-gengduo {
  margin-right: 3px;
  transform: rotate(180deg);
  font-size: 14px;
}


