.topRankPointTitle {
  padding: 25px 25px 25px 45px;
  font-size: 17px;
  font-size: 1.21429rem;
  font-weight: bold;
  color: #fff;
  background-color: #dd0000;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1;
}
@media print, screen and (min-width: 1000px) {
  .topRankPointTitle:hover {
    background-color: #ff0000;
  }
}
.topRankPointTitle:before {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 23px;
  left: 15px;
  background-color: #fff;
  border-radius: 50%;
}
.topRankPointTitle .icon {
  position: relative;
}
.topRankPointTitle .icon:before {
  width: 12px;
  height: 2px;
  position: absolute;
  content: "";
  top: 8px;
  left: -26px;
  background-color: #dd0000;
}
.topRankPointTitle .icon:after {
  width: 2px;
  height: 12px;
  position: absolute;
  content: "";
  top: 3px;
  left: -21px;
  background-color: #dd0000;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.topRankPointTitle .icon.on:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.topRankPoint {
  display: none;
}

/*# sourceMappingURL=topRankPoint.css.map */
