.category_index .search-box {
  margin: 0 auto;
  box-shadow: inherit;
}
.category_index .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 11px;
  border-bottom: 1px solid #F3F5F7;
}
.category_index .title-left {
  display: flex;
  align-items: center;
}
.category_index .title-left h3 {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin-left: 8px;
}
.category_index .title .more {
  font-size: 14px;
  color: #999999;
}
.category_index .title .more:hover {
  color: #3382F7;
}
.category_index .content {
  width: 1204px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.category_index .content .left {
  width: 834px;
  padding: 27px 24px 36px 20px;
  background-color: #ffffff;
  border-radius: 8px 8px 8px 8px;
}
.category_index .content .left .btn {
  width: 156px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #3382F7;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  font-size: 15px;
  font-family: PingFang SC-Regular, PingFang SC;
  color: #3382F7;
  margin: 0 auto;
  margin-top: 30px;
}
.category_index .content .left .loading {
  width: 35px;
  display: none;
  margin: 0 auto;
}
.category_index .content .left .noData {
  text-align: center;
  font-size: 12px;
  color: #999;
  display: none;
  margin-top: 10px;
}
.category_index .content .right {
  flex: 1;
  margin-left: 20px;
}
