@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-16
* author: xuhai;
 */
.public {
  /*横幅*/
  /*tab*/
}
.public-streamer {
  background-image: url("../images/trade_info/public_streamer.png");
}
.public-streamer-title {
  background-image: url("../images/trade_info/public_streamer_title.png");
  background-size: 2.08rem 0.57rem;
}
.public-tab .tab-item:nth-child(1)::before {
  background: url("../images/trade_info/tab_1.png") no-repeat 0.3rem center;
  background-size: 0.26rem 0.26rem;
}
.public-tab .tab-item:nth-child(2)::before {
  background: url("../images/trade_info/tab_2.png") no-repeat 0.3rem center;
  background-size: 0.26rem 0.26rem;
}
.public-tab .tab-item:nth-child(3)::before {
  background: url("../images/trade_info/tab_3.png") no-repeat 0.3rem center;
  background-size: 0.26rem 0.26rem;
}
.public-tab .tab-item:hover:nth-child(1)::before, .public-tab .tab-item.current:nth-child(1)::before {
  background-image: url("../images/trade_info/tab_1_h.png");
}
.public-tab .tab-item:hover:nth-child(2)::before, .public-tab .tab-item.current:nth-child(2)::before {
  background-image: url("../images/trade_info/tab_2_h.png");
}
.public-tab .tab-item:hover:nth-child(3)::before, .public-tab .tab-item.current:nth-child(3)::before {
  background-image: url("../images/trade_info/tab_3_h.png");
}