.cat-list .cat-item {
  width: 343px;
  height: 300px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.cat-list .cat-item .image-box {
  width: 160px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  border-radius: 80px;
  border: 4px solid #FFE3BD;
}
.cat-list .cat-item .image-box .image {
  width: 100px;
  height: 100px;
}
.cat-list .cat-item:nth-child(1n) {
  background: #FF5555;
  border: 6px solid #FFDEDE;
}
.cat-list .cat-item:nth-child(2n) {
  background: #55C2FF;
  border: 6px solid #D9F1FF;
}
.cat-list .cat-item:nth-child(3n) {
  background: #FEA52B;
  border: 6px solid #FFEFD8;
}
.cat-list .cat-item:nth-child(4n) {
  background: #C77FFF;
  border: 6px solid #ECD4FF;
  margin-right: 0;
}
.cat-list .cat-item:nth-child(5n) {
  background: #38E5BB;
  border: 6px solid #C7F6EA;
}
