@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-18
* author: xuhai;
 */
.public-streamer {
  background-image: url("../images/about/about_banner.jpg");
}
.public-streamer-title {
  background-image: url("../images/about/about_title.png");
  background-size: 2.08rem 0.57rem;
}
.public-tab .tab-item:nth-child(1)::before {
  background: url("../images/about/about_comp_intro.png") no-repeat left 0.2rem top 0.19rem;
  background-size: 0.28rem 0.28rem;
}
.public-tab .tab-item:nth-child(1):hover::before, .public-tab .tab-item:nth-child(1).current::before {
  background-image: url("../images/about/about_comp_intro_hover.png");
}
.public-tab .tab-item:nth-child(2)::before {
  background: url("../images/about/about_business_intro.png") no-repeat left 0.2rem top 0.19rem;
  background-size: 0.28rem 0.28rem;
}
.public-tab .tab-item:nth-child(2):hover::before, .public-tab .tab-item:nth-child(2).current::before {
  background-image: url("../images/about/about_business_intro_hover.png");
}

.main {
  height: auto;
  background: #f3f5f8;
  padding-top: 0.24rem;
  padding-bottom: 0.3rem;
}
.main .container {
  display: flex;
  justify-content: center;
}