.banner {
  width: 100%;
  height: 520px;
  background: url("../image/produce/bannerbg.png") no-repeat;
  background-size: cover;
}
.banner .container {
  height: 100%;
}
.banner .title {
  font-size: 50px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.banner .desc {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.case .container {
  height: 900px;
  position: relative;
}
.case .container .left_nav {
  width: 200px;
  height: 100%;
  align-items: flex-start;
}
.case .container .left_nav .navs .item {
  width: 92px;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  margin-bottom: 30px;
  cursor: pointer;
}
.case .container .left_nav .navs .item.active {
  background: #055CFF;
  color: #fff;
}
.case .container .left_nav .search {
  width: 92px;
  text-align: center;
}
.case .container .left_nav .search img {
  cursor: pointer;
}
.case .container .right_box {
  width: 1200px;
  height: 100%;
  position: relative;
}
.case .container .right_box .moudle {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.case .container .right_box .moudle .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #055CFF;
}
.case .container .right_box .moudle .tips .iconfont {
  font-size: 36px;
}
.case .container .right_box .moudle.show {
  display: block !important;
}
.case .container .right_box .outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.case .container .right_box .outer .case_lists {
  height: 100%;
  transition: all 0.5s;
  box-sizing: border-box;
  padding: 60px 0 100px 0;
  display: flex;
}
.case .container .right_box .outer .case_lists .empty {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
}
.case .container .right_box .outer .case_lists .li_item {
  width: 400px;
  height: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px;
  box-sizing: border-box;
}
.case .container .right_box .outer .case_lists .li_item .item {
  width: 370px;
  height: 350px;
  background: #fff;
  border-radius: 22px 22px 22px 22px;
  box-sizing: border-box;
  padding: 20px;
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
}
.case .container .right_box .outer .case_lists .li_item .item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.case .container .right_box .outer .case_lists .li_item .item:last-child {
  margin-bottom: 0;
}
.case .container .right_box .outer .case_lists .li_item .item.first {
  background: #F5F8FF;
}
.case .container .right_box .outer .case_lists .li_item .item:hover {
  background: #F5F8FF;
}
.case .container .right_box .outer .case_lists .li_item .item .type {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.case .container .right_box .outer .case_lists .li_item .item .type .point {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 5px;
}
.case .container .right_box .outer .case_lists .li_item .item .type .point.ione {
  background: #055CFF;
}
.case .container .right_box .outer .case_lists .li_item .item .type .point.itwo {
  background: #FAB40A;
}
.case .container .right_box .outer .case_lists .li_item .item .type .point.ithree {
  background: #69CFB1;
}
.case .container .right_box .outer .case_lists .li_item .item .type .point.ifour {
  background: #7651C0;
}
.case .container .right_box .outer .case_lists .li_item .item .tem_img {
  font-size: 0;
  margin: 20px 0;
}
.case .container .right_box .outer .case_lists .li_item .item .tem_img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.case .container .right_box .outer .case_lists .li_item .item .name {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case .container .right_box .outer .case_lists .li_item .item .votenums {
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #999999;
  justify-content: space-between;
}
.case .container .right_box .left_right_button {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 40px;
  justify-content: space-between;
  z-index: 10;
}
.case .container .right_box .left_right_button img {
  cursor: pointer;
}
.search_module {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
