 
/*/////////////////////////////////////////////////
//?????1
/////////////////////////////////////////////////*/

.count_1{
  counter-reset: chapter;
}

.count_1 li:before {
  content: counter(chapter) "";
  counter-increment: chapter;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  padding:5px 10px;
  border-radius: 50%;
  background: #30b0d8;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.count_1 li {
  padding: 10px;
  background: #cde2e8;
}

.count_1 li:nth-child(even) {
  background: #eee;
}

/*/////////////////////////////////////////////////
//?????2
/////////////////////////////////////////////////*/

.count_2{
  counter-reset: chapter;
}

.count_2 li:before {
  content: counter(chapter) "";
  counter-increment: chapter;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  padding:5px 10px;
  border-radius: 3px;
  background: #30b0d8;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.count_2 li {
  padding: 10px;
  background: #cde2e8;
}

.count_2 li:nth-child(even) {
  background: #eee;
}

/*/////////////////////////////////////////////////
//?????3
/////////////////////////////////////////////////*/

.count_3{
  counter-reset: chapter;
}

.count_3 li:before {
  content: "POINT "counter(chapter) ;
  counter-increment: chapter;
  width: 50px;
  height: 50px;
  margin: 0 5px 0 0;
  padding:5px 10px;
  border-radius: 20px;
  background: #30b0d8;
  color: #fff;
  text-align: center;
  z-index: 1;
}
.count_3 li {
  padding: 10px;
  background: #cde2e8;
}

.count_3 li:nth-child(even) {
  background: #eee;
}

/*/////////////////////////////////////////////////
//?????4
/////////////////////////////////////////////////*/

.count_4{
  counter-reset: chapter;
}

.count_4 li:before {
  content: "" counter(chapter) ;
  counter-increment: chapter;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding:5px;
  text-align: center;
  text-decoration: none;
  margin-right: 5px;
  color: #FFF;
  background: #30b0d8;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;;
}

.count_4 li {
  background: #cde2e8;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.count_4 li:nth-child(even) {
  background: #eee;
}

/*/////////////////////////////////////////////////
//?????5
/////////////////////////////////////////////////*/

.count_5{
  counter-reset: chapter;
}

.count_5 li {
  background: #cde2e8;
  padding: 20px;
  position: relative;
}

.count_5 li:nth-child(even) {
  background: #eee;
}

.count_5 li:before {
  content: "STEP" counter(chapter) ;
  counter-increment: chapter;
  display: inline-block;
  padding:5px;
  text-align: center;
  text-decoration: none;
  margin-right: 5px;
  color: #FFF;
  background: #30b0d8;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.count_5 li:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #cde2e8;
  z-index: 1;
}

.count_5 li:nth-child(even):after {
  border-top: 15px solid #eee;
}

.count_5 li.count_5-last:before,
.count_5 li.count_5-last::after {
  display: none;
}

/*/////////////////////////////////////////////////
//?????6
/////////////////////////////////////////////////*/

.count_6{
  counter-reset: chapter;
}

.count_6 li {
  background: #cde2e8;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}

.count_6 li p{
  padding: 20px;
  margin: 0;
}

.count_6 li:nth-child(even) {
  background: #eee;
}

.count_6 li:before {
  content: "STEP " counter(chapter) ;
  counter-increment: chapter;
  display: block;
  padding:5px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #30b0d8;
  font-weight: bold;
  z-index: 1;
  border-radius: 10px 10px 0 0;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.count_6 li:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #cde2e8;
  z-index: 1;
}

.count_6 li:nth-child(even):after {
  border-top: 15px solid #eee;
}

.count_6 li.count_6-last:before,
.count_6 li.count_6-last::after {
  display: none;
}


.count_7{
  counter-reset: chapter;
}

.count_7 li {
  margin-bottom: 20px;
  border-radius: 10px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cde2e8;
}

.count_7 li:before {
  content: "?? "counter(chapter) " ?";
  counter-increment: chapter;
  margin: 0 5px 0 0;
  padding:10px;
  border-radius: 50px;
  background: #30b0d8;
  color: #fff;
  text-align: center;
}

.count_7 li:nth-child(2n):before {
  background: #85aa5b;
}

.count_7 li:nth-child(3n):before {
  background: #c96bc4;
}

.count_8{
  counter-reset: chapter;
}

.count_8 li {
  z-index: 0;
  width: 33.333%;
  float: left;
}

.count_8 li:after {
  content:counter(chapter) " ?";
  counter-increment: chapter;
  background: #30b0d8;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block;
}

.count_8 li:nth-child(2n):after {
  background: #85aa5b;
}

.count_8 li:nth-child(3n):after {
  background: #c96bc4;
}