body {
  background: #FAFAFA;
}
.product_search {
  width: 100%;
  height: 2rem;
  text-align: center;
  margin-top: 1.2rem;
}
.product_search h1 {
  font-size: 0.56rem;
  font-weight: 500;
  color: #262626;
  margin-bottom: 0.8rem;
}
.product_search .searchbar {
  display: flex;
  position: relative;
  width: 7.8rem;
  height: 0.52rem;
  margin: 0 auto;
  text-align: center;
}
.product_search .searchbar i {
  position: absolute;
  left: 0.32rem;
  top: 50%;
  height: 0.16rem;
  transform: translateY(-50%);
  color: rgba(38, 38, 38, 0.7);
}
.product_search .searchbar input {
  width: 7.8rem;
  height: 0.52rem;
  padding: 0.17rem 0 0.16rem 0.56rem;
  border-radius: 0.52rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  font-size: 0.16rem;
  color: rgba(38, 38, 38, 0.7);
}
.material {
  display: flex;
  margin-top: 1.36rem;
}
.material .sliderbar {
  position: relative;
  width: 2rem;
}
.material .sliderbar ul li {
  height: 0.6rem;
  display: flex;
  align-items: center;
  text-align: right;
}
.material .sliderbar ul li.active a {
  font-weight: 700;
  color: #262626;
}
.material .sliderbar ul li a {
  font-size: 0.16rem;
  color: rgba(38, 38, 38, 0.3);
}
.material .sliderbar .line {
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
  margin-left: 0.56rem;
}
.material .sliderbar .line .bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: #000000;
  border-radius: 0.02rem;
  transition: all 0.2s linear;
}
.material .material_lists {
  padding-left: 0.8rem;
}
.material .material_lists .material_list {
  margin-bottom: 1rem;
}
.material .material_lists .material_list .material_items .ma_title {
  margin-bottom: 0.32rem;
}
.material .material_lists .material_list .material_items .ma_title h3 {
  font-size: 0.24rem;
  font-weight: 500;
  color: #262626;
}
.material .material_lists .material_list .material_items .ma-slide .material_item {
  width: 10.3rem;
  height: 1.28rem;
  border-radius: 0.2rem;
  margin-bottom: 0.16rem;
  padding: 0 0.4rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_lf {
  display: flex;
  align-items: center;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_lf .material_itemimg {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_lf .material_itemimg img {
  width: auto;
  height: 0.6rem;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_lf .ma_con {
  margin-left: 0.24rem;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_lf .ma_con .name {
  font-size: 0.16rem;
  color: #262626;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_lf .ma_con .time {
  font-size: 0.14rem;
  color: rgba(38, 38, 38, 0.7);
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_rg {
  display: flex;
  align-items: center;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_rg a {
  position: relative;
  margin: 0 0.24rem;
  color: #004C97;
  font-size: 0.14rem;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_rg a img {
  width: 0.14rem;
  height: auto;
  margin-right: 0.08rem;
}
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_rg a:nth-child(1)::after,
.material .material_lists .material_list .material_items .ma-slide .material_item .ma_rg a:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
  width: 1px;
  height: 16px;
  right: -30px;
  background: #004C97;
}
.material .material_lists .material_list .material_items .pages_dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.16rem;
  margin-top: 0.9rem;
}
.material .material_lists .material_list .material_items .pages_dots .dot {
  cursor: pointer;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  align-content: center;
  border-radius: 0.04rem;
  border: 1px solid rgba(38, 38, 38, 0.3);
  font-size: 0.16rem;
  color: rgba(38, 38, 38, 0.3);
}
.material .material_lists .material_list .material_items .pages_dots .active {
  font-size: 0.16rem;
  color: #FFFFFF;
  background: #004C97;
}
