.rcln_ul {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
}
.rcln_ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rcln_ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  padding-left: 0px;
  padding-right: 0px;
  float: left;
}
.rcln_ul > li:nth-child(n) {
  margin-top: 0;
}
.rcln_ul > li:nth-child(n)::after {
  display: block;
}
.rcln_ul > li:nth-child(n + 5) {
  margin-top: 30px;
}
.rcln_ul > li:nth-child(5) {
  margin-top: 0;
}
.rcln_ul > li:nth-child(5n)::after,
.rcln_ul > li:last-child::after {
  display: none;
}
.rcln_ul a {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .rcln_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .rcln_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .rcln_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .rcln_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .rcln_ul > li:nth-child(n)::after {
    display: block;
  }
  .rcln_ul > li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .rcln_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .rcln_ul > li:nth-child(3n)::after,
  .rcln_ul > li:last-child::after {
    display: none;
  }
  .rcln_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .rcln_ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .rcln_ul::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .rcln_ul > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.333%;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
  }
  .rcln_ul > li:nth-child(n) {
    margin-top: 0;
  }
  .rcln_ul > li:nth-child(n)::after {
    display: block;
  }
  .rcln_ul > li:nth-child(n + 3) {
    margin-top: 30px;
  }
  .rcln_ul > li:nth-child(3) {
    margin-top: 0;
  }
  .rcln_ul > li:nth-child(3n)::after,
  .rcln_ul > li:last-child::after {
    display: none;
  }
  .rcln_ul a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.rcln_ul li {
  position: relative;
}
.rcln_ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 90px;
  background-color: #cbcbcb;
}
.rcln_ul li a {
  transition: all 0.3s;
  box-sizing: border-box;
  width: 100%;
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.rcln_ul li i {
  margin-bottom: 10px;
  flex-shrink: 0;
  transition: all 0.3s;
  display: inline-block;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.rcln_ul li i.s1 {
  background-image: url(../images/rcln_icon1.png);
}
.rcln_ul li i.s2 {
  background-image: url(../images/rcln_icon2.png);
}
.rcln_ul li i.s3 {
  background-image: url(../images/rcln_icon3.png);
}
.rcln_ul li i.s4 {
  background-image: url(../images/rcln_icon4.png);
}
.rcln_ul li i.s5 {
  background-image: url(../images/rcln_icon5.png);
}
.rcln_ul li p {
  margin-top: 15px;
  transition: all 0.3s;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: normal;
  color: #166cb2;
  text-align: center;
  width: 100%;
}
.rcln_ul li p b {
  font-size: 42px;
  margin-right: 5px;
}
.rcln_ul li:hover i {
  transform: rotateY(360deg);
}
