.classify {
  margin: 0.3rem 0.24rem;
}
.classify .cli {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.16rem;
}
.classify .cli li {
  width: 2.28rem;
  text-align: center;
  line-height: 0.96rem;
  height: 0.96rem;
  background: #EEF0F5;
  border-radius: 0.08rem;
  color: #333333;
  font-size: 0.28rem;
}
.classify .cli li.liok {
  color: #fff;
  background: #70BF68;
}
.ktitle {
  margin-left: 0.24rem;
  margin-top: 0.4rem;
  font-size: 0.22rem;
  padding-bottom: 0.3rem;
}
.ktitle .kt1 {
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #000000;
  font-weight: 600;
}
.ktitle .kt2 {
  font-size: 0.22rem;
  color: #999999;
  line-height: 0.32rem;
  margin-left: 0.16rem;
}
.xlist .xbox {
  padding: 0.32rem;
  box-shadow: inset 0px -2px 0px 0px rgba(221, 221, 221, 0.5);
}
.xlist .xbox .title {
  font-size: 0.28rem;
  color: #333333;
  font-weight: 600;
  line-height: 0.4rem;
}
.xlist .xbox .content {
  margin-top: 0.32rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.34rem;
}
.xlist .xbox .time {
  display: flex;
  align-items: center;
  margin-top: 0.32rem;
}
.xlist .xbox .time img {
  width: 0.28rem;
  height: 0.28rem;
}
.xlist .xbox .time span {
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.36rem;
  margin-left: 0.04rem;
}
.fenye {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.48rem;
}
.fenye .box {
  padding: 0.22rem 0.34rem;
  font-size: 0.28rem;
  color: #666666;
}
.fenye .box.box1 {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 2px solid #ddd;
}
.fenye .box.box2 {
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}
.fenye .box.box3 {
  border: 2px solid #ddd;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.search {
  height: 0.84rem;
  background: #FFFFFF;
  border-radius: 8px;
  border: 2px solid #DDDDDD;
  margin: 0.32rem;
  display: flex;
  align-items: center;
  font-size: 28px;
}
.search img {
  margin-left: 0.24rem;
  margin-right: 0.16rem;
  width: 0.32rem;
  height: 0.32rem;
}
.search input {
  flex: 1;
  border: none;
  outline: none;
}
.search .btn {
  font-size: 0.28rem;
  width: 1.16rem;
  height: 0.84rem;
  line-height: 0.84rem;
  text-align: center;
  background: #70BF68;
  color: #FFFFFF;
}
