* {
  margin: 0;
  padding: 0;
}

body {
  overflow: auto;
  margin: 0 auto;
  background: #F9F9F9;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F9F9F9;
}

.kepuheaderBg {
  width: 100%;
  height: 80px;
  background: white;
}

.navheader {
  width: 1192px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navleft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin-right: 77px;
}

.navlogo {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.navname {
  height: 24px;
  font-weight: 100;
  font-size: 24px;
  color: #000000;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.dividerline {
  width: 1px;
  height: 33px;
  background: #979797;
  margin-left: 20px;
  margin-right: 20px;
}

.navright {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.kepuNavHeaderItem {
  height: 38px;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kepuNavHeaderItemText {
  height: 28px;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-bottom: 3px;
}

.kepuNavHeaderItemLine {
  margin-top: 4px;
  width: 16px;
  height: 3px;
  background: #FFFFFF;
  border-radius: 3px;
}

.kepuNavHeaderItemText:hover {
  font-weight: 600;
  color: #96B32B;
}

.kepuNavHeaderItemLine:hover {
  background: #96B32B;
}

.kepuNavHeaderItemTextActive {
  font-weight: 600;
  color: #96B32B;
}

.kepuNavHeaderItemLineActive {
  background: #96B32B;
}

.contentBgView {
  width: 1192px;
  min-height: calc(100vh - 482px);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  margin: 20px 0px;
}

.searchTimeView {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.searchTimeTips {
  height: 18px;
  font-weight: 400;
  font-size: 18px;
  color: #818181;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  margin-left: 20px;
}

.searchTimeTipsCusDistance {
  margin-left: 10px;
}

.searchTimeBtn {
  width: 95px;
  height: 30px;
  text-decoration: none;
  background: #F3F3F3;
  border-radius: 17px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  font-style: normal;
  margin-left: 10px;
  cursor: pointer;
}

.searchTimeBtn:hover {
  background: #DBF47E;
  color: #303030;
}

.searchTimeBtnActive {
  background: #DBF47E;
  color: #303030;
}

.searchTimeInput {
  margin-left: 10px;
  height: 30px;
  border: none;
  border-radius: 17px;
  background: #F3F3F3;
  padding: 0px 10px;
  cursor: pointer;
}

.listcontent {
  width: 1152px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.listcontent-Empty {
  width: 100%;
  height: 287px;
  line-height: 277px;
  text-align: center;
  font-size: 14px;
  color: #959595;
}

.listcontentitem {
  width: 273px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.listcontentitembox {
  width: 273px;
  height: 177px;
  border-radius: 9px;
  margin-bottom: 10px;
  overflow: hidden;
}

.listcontentitemimg {
  width: 273px;
  height: 177px;
  transition: transform 0.3s ease;
}

.listcontentitemimg:hover {
  transform: scale(1.1);
}

.listcontentitemtext {
  width: 273px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.listcontentitembottom {
  width: 100%;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.listcontentitembottomleft {
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #959595;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}

.listcontentitembottomright {
  width: 64px;
  height: 25px;
  background: #DBF47E;
  border-radius: 13px;
  font-weight: 600;
  font-size: 12px;
  color: #303030;
  line-height: 25px;
  text-align: center;
  font-style: normal;
}

.container-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: calc(100vh - 69px);
  color: #959595;
}

.paginationBg {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.paginationRight {
  height: 44px;
  line-height: 44px;
  color: #959595;
  margin-right: 20px;
}

.paginationRight > span {
  color: #96B32B;
  padding: 0px 2px;
}

.paginationLeft {
  height: 44px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.paginationLeft > a {
  margin-right: 10px;
  color: #333333;
  text-decoration: none;
}

.paginationLeft > a:hover {
  color: #96B32B;
}
