@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-17
* author: xuhai;
 */
.public {
  /*横幅*/
}
.public-streamer {
  background-image: url("../images/blogroll/public_streamer.png");
}
.public-streamer-title {
  background-image: url("../images/blogroll/public_streamer_title.png");
  background-size: 2.08rem 0.57rem;
}
.public-table > table {
  width: 100%;
  table-layout: fixed;
  border-color: #bbddff;
}
.public-table > table > tbody > tr > td {
  padding: 0.15rem 0.15rem;
  background: #f6fafd;
}
.public-table > table > tbody > tr > td.label {
  text-align: center;
  font-size: 0.2rem;
  color: #1d6ad8;
  font-weight: 600;
  line-height: 0.25rem;
  background: linear-gradient(180deg, rgba(152, 206, 255, 0.216) 0%, rgba(161, 210, 255, 0.232) 9%, rgba(250, 253, 255, 0.4) 100%);
  box-shadow: inset -0.01rem -0.01rem 0.01rem 0 #d6e9fb, inset 0.01rem 0.01rem 0.05rem 0 rgba(191, 228, 255, 0.5);
  padding: 0.14rem 0.12rem;
}
.public-table > table > tbody > tr:nth-child(1) .label img {
  width: 0.5rem;
  height: 0.45rem;
  margin-bottom: 0.15rem;
}
.public-table > table > tbody > tr:nth-child(2) .label img {
  width: 0.42rem;
  height: 0.42rem;
  margin-bottom: 0.05rem;
}
.public-table > table > tbody > tr:nth-child(3) .label img {
  width: 0.4rem;
  height: 0.37rem;
  margin-bottom: 0.07rem;
}
.public-table > table > tbody > tr .subhead {
  font-size: 0.18rem;
  font-weight: 500;
  color: rgb(29, 106, 216);
}
.public-table > table > tbody > tr > td table {
  width: 100%;
  table-layout: fixed;
}
.public-table > table > tbody > tr > td table td {
  padding: 0.05rem;
}
.public-table > table > tbody > tr > td table td > a {
  display: block;
  width: 100%;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 0.38rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(103, 136, 177, 0.15);
  border-radius: 0.05rem;
  padding: 0 0.02rem;
  border: 0.01rem solid #fff;
  box-sizing: border-box;
}
.public-table > table > tbody > tr > td > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-height: 0;
}
.public-table > table > tbody > tr > td > ul > li {
  width: 20%;
  padding: 0.05rem;
  box-sizing: border-box;
}
.public-table > table > tbody > tr > td > ul > li > a {
  display: block;
  width: 100%;
  height: 0.4rem;
  font-size: 0.16rem;
  color: #333;
  font-weight: 600;
  text-align: center;
  line-height: 0.38rem;
  background: #fff;
  box-shadow: 0 0.05rem 0.1rem 0 rgba(103, 136, 177, 0.15);
  border-radius: 0.05rem;
  padding: 0 0.02rem;
  border: 0.01rem solid #fff;
  box-sizing: border-box;
}

.box {
  padding: 0.09rem 0.3rem 0.41rem 0.27rem;
  margin: 0.24rem auto 0.3rem;
  background: linear-gradient(180deg, #fbfcff 0%, #ffffff 100%);
  border: 0.01rem solid #fff;
  box-shadow: 0 0.1rem 0.2rem 0 rgba(103, 136, 177, 0.15);
  border-radius: 0.05rem;
  box-sizing: border-box;
}
.box-tips {
  height: 0.34rem;
  font-size: 0.16rem;
  text-align: right;
  color: #5d7ba7;
  font-weight: 600;
  line-height: 0.34rem;
}