@charset "UTF-8";
* {
  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: 100%;
  min-height: calc(100vh - 482px);
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.contenttopnav {
  width: 1192px;
  height: 40px;
  margin-top: 40px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navsearchview {
  width: 609px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
}

.navsearchimg {
  width: 24px;
  height: 24px;
  margin: 0 10px;
}

.navsearchinput {
  flex-grow: 1;
  border: none;
  padding: 2px 0px 2px 20px;
  outline: none;
}

.navsearchinput::placeholder {
  color: #959595;
}

.navsearchbtn {
  background: linear-gradient(270deg, #DBF47E 0%, #F5FDA6 100%);
  border-radius: 18px;
  cursor: pointer;
  width: 120px;
  height: 35px;
  font-weight: 500;
  font-size: 18px;
  color: #303030;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  border: none;
}

.loginBtn {
  margin-left: 20px;
  width: 72px;
  height: 36px;
  background: linear-gradient(270deg, #035FF5 0%, #00A8F9 100%);
  border-radius: 17px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  cursor: pointer;
}

.contentBannerView {
  width: 1192px;
  height: 464px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swiper-container {
  position: relative;
  width: 722px;
  height: 464px;
  border-radius: 4px;
  background-color: #FFFFFF;
  overflow: hidden;
}

/* 自定义导航按钮 */
.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 0.3s, opacity 0.3s;
}

/* 鼠标悬停时显示按钮 */
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  opacity: 1;
}

/* 自定义分页器样式 */
.swiper-pagination {
  bottom: 10px;
  /* 调整分页器位置 */
  text-align: center;
  /* 中心对齐 */
}

.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  /* 使每个按钮为内联块元素 */
  width: 8px;
  /* 设置未激活状态的宽度 */
  height: 8px;
  /* 设置高度 */
  background: #9e9e9e;
  /* 未激活状态的颜色 */
  border-radius: 4px;
  /* 圆角效果 */
  margin: 0 5px;
  /* 添加左右间距 */
  transition: background 0.3s;
  /* 缓和颜色过渡 */
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #0309C1;
  width: 25px;
}

.swiper-slide {
  background: #FFFFFF;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bannerImg {
  width: 100%;
  height: 100%;
}

.contentBannerRight {
  width: 454px;
  height: 464px;
  background: #FBFBFB;
  border-radius: 9px;
}

.cbr-header {
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 10px;
}

.cbr-header-img {
  width: 18px;
  height: 18px;
  margin-left: 13px;
  margin-right: 5px;
}

.cbr-header-title {
  width: 100px;
  height: 25px;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}

.cbr-bottom-Empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100% - 57px);
  font-size: 14px;
  color: #959595;
}

.cbr-bottom-item {
  margin: 0px 20px;
  height: 62px;
  border-bottom: 1px solid #EDEDED;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.cbr-bottom-item-title {
  width: 100%;
  height: 22px;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.cbr-bottom-item-subText {
  width: 100%;
  height: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #818181;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-top: 5px;
}

.contentListView {
  width: 1192px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

.listheader {
  height: 37px;
  font-weight: 600;
  font-size: 26px;
  color: #000000;
  line-height: 37px;
  text-align: left;
  font-style: normal;
  margin: 20px 0px;
}

.listcontent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 100%;
}

.container-tips {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 500px;
  color: #959595;
}

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

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

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

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

.listcontentitemtext {
  width: 278px;
  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;
}
