@charset "UTF-8";
/**
* 宝华智慧招标共享平台投标人增值服务研发（一期）项目
* date:2024-5-16
* author: hujiahua;
 */
.public {
  /*横幅*/
}
.public-streamer {
  background-image: url("../images/smart_secretary/public_streamer.png");
}
.public-streamer-title {
  background-image: url("../images/smart_secretary/public_streamer_title.png");
  background-size: 2.56rem 0.57rem;
}
.public-streamer-btn {
  float: left;
  height: 0.44rem;
  background: linear-gradient(90deg, #1074ef 0%, #50a6fa 100%);
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.44rem;
  padding: 0 0.31rem;
  box-shadow: 0rem 0.02rem 0.04rem 0rem #66b3ff inset, 0rem 0.06rem 0.1rem 0rem rgba(16, 116, 239, 0.3019607843);
  margin: 1.82rem 0 0 0.29rem;
  color: #fff;
  border-radius: 1rem;
}

.mod {
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(103, 136, 177, 0.15);
  margin-top: 0.2rem;
  padding: 0.22rem 0.27rem 0.29rem;
  border-radius: 0.05rem;
  background: #fff;
}
.mod:last-child {
  margin-bottom: 0.3rem;
}
.mod-hd {
  height: 0.51rem;
  border-bottom: 0.01rem solid #e8ecf2;
}
.mod-hd > h2 {
  font-size: 0.28rem;
  font-weight: 500;
  line-height: 0.42rem;
  padding-left: 0.34rem;
  background-repeat: no-repeat;
  background-size: 0.26rem 0.26rem;
  background-position: left center;
}
.mod-hd > h2.ico1 {
  background-image: url("../images/smart_secretary/mod_ico1.png");
}
.mod-hd > h2.ico2 {
  background-image: url("../images/smart_secretary/mod_ico2.png");
}

.tab-hd {
  display: flex;
  margin-top: 0.07rem;
}
.tab-hd-item {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #4e5e79;
  /* margin-right: 0.48rem; */
  margin-right: 0.35rem;
  border-bottom: 0.02rem solid transparent;
  cursor: pointer;
}
.tab-hd-item.active {
  color: #1d6bd8;
  border-bottom: 0.02rem solid #1d6bd8;
}
.tab-bd {
  margin-top: 0.2rem;
}

.info-wrap {
  display: flex;
}
.info-wrap-img {
  width: 6.11rem;
  height: 2.53rem;
  margin-right: 0.25rem;
}
.info-detail > h2 {
  font-size: 0.22rem;
  line-height: 0.22rem;
  color: #1d6bd8;
}
.info-detail .alert {
  margin: 0.16rem 0 0;
  font-size: 0.14rem;
  line-height: 0.23rem;
  padding-left: 0.13rem;
  background: url("../images/smart_secretary/alert_bg.png") no-repeat left center;
  background-size: 3.32rem 0.23rem;
  color: #1d6bd8;
}
.info-detail .row {
  padding-left: 0.29rem;
  font-size: 0.14rem;
  line-height: 0.22rem;
  margin-top: 0.2rem;
  color: #333;
  background: url("../images/smart_secretary/row_ico.png") no-repeat left 0;
  background-size: 0.2rem 0.2rem;
}

.service-list {
  display: flex;
  justify-content: space-between;
  margin-top: 0.26rem;
}
.service-item {
  position: relative;
  width: 4.04rem;
  height: 5.79rem;
  background: url("../images/smart_secretary/service_bg.png") no-repeat center;
  background-size: 100% 100%;
  padding: 0.22rem 0 0.22rem 0.28rem;
  box-sizing: border-box;
}
.service-item.recommend {
  background: url("../images/smart_secretary/service_bg_rec.png") no-repeat center;
  background-size: 100% 100%;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(255, 161, 51, 0.2);
}
.service-item.recommend .accredit {
  background: linear-gradient(90deg, #ffc554 0%, #ff9d42 100%);
  box-shadow: 0rem 0.02rem 0.04rem 0rem #ffdd9c inset, 0rem 0.06rem 0.1rem 0rem rgba(255, 157, 66, 0.2392156863);
}
.service-item.recommend .rcon > span,
.service-item.recommend .label {
  color: #ff6c01;
}
.service-item.recommend:after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.25rem;
  background: url("../images/smart_secretary/service_rec.png") no-repeat center;
  background-size: 100% 100%;
  right: -0.14rem;
  top: -0.07rem;
}
.service-item.recommend .discount {
  background: linear-gradient(180deg, #f54040 0%, #fe975d 100%);
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: #f54040; /* 标准语法, 也可以用这个属性 */
}
.service-item .accredit {
  height: 0.35rem;
  background: linear-gradient(90deg, #1376f0 0%, #4aa1f9 100%);
  box-shadow: 0rem 0.02rem 0.02rem 0rem rgba(85, 202, 255, 0.8901960784) inset, 0rem 0.04rem 0.04rem 0rem rgba(133, 198, 251, 0.5215686275), 0rem 0rem 0.05rem 0rem rgba(133, 198, 251, 0.5019607843) inset;
  padding: 0 0.2rem;
  font-size: 0.22rem;
  font-weight: 500;
  line-height: 0.35rem;
  margin-left: 0.2rem;
  border-radius: 1rem;
  color: #fff;
}
.service-item .rcon {
  font-size: 0.18rem;
  line-height: 0.54rem;
  padding-left: 0.31rem;
  background: url("../images/smart_secretary/service_has.png") no-repeat left center;
  background-size: 0.14rem 0.1rem;
  margin-left: -0.31rem;
}
.service-item .rcon > span {
  color: #1d6ad8;
}
.service-item .row {
  border-bottom: 0.01rem dashed #fff;
  margin-left: 0.31rem;
}
.service-item .labels {
  display: flex;
  align-items: center;
  margin-bottom: 0.13rem;
}
.service-item .label {
  padding: 0 0.1rem;
  height: 0.25rem;
  border-radius: 0.04rem;
  font-size: 0.16rem;
  line-height: 0.25rem;
  margin-right: 0.15rem;
  background: #fff;
  color: #1d6ad8;
}
.service-item .dis-wrap {
  display: inline-block;
  width: 0.64rem;
  height: 100%;
  background: url("../images/smart_secretary/dis_wrap.png") no-repeat center;
  background-size: 0.64rem 0.29rem;
  text-align: center;
  margin-left: -0.05rem;
}
.service-item .dis-wrap + span {
  margin-left: -0.1rem;
  color: #98a5ca;
}
.service-item .dis-wrap + span > span {
  font-size: 0.23rem;
  font-family: "DIN_CONDENSED_BOLD";
  margin: 0 0.03rem;
}
.service-item .discount {
  display: inline-block;
  font-size: 0.16rem;
  background: linear-gradient(180deg, #f5408c 0%, #fe5d84 100%);
  -webkit-background-clip: text; /* Chrome, Safari */
  background-clip: text;
  -webkit-text-fill-color: transparent; /* Chrome, Safari */
  color: #f5408c; /* 标准语法, 也可以用这个属性 */
  font-weight: bold;
  padding-left: 0.08rem;
  box-sizing: border-box;
  height: 0.25rem;
  line-height: 0.25rem;
}
.service-item .discount .num {
  font-size: 0.3rem;
  font-family: "DIN_CONDENSED_BOLD";
}
.service-item .money {
  font-size: 0;
  line-height: 0.56rem;
  color: #ee2e45;
  /* margin-top: 0.36rem; */
}
.service-item .money .no {
  font-family: "DIN_CONDENSED_BOLD";
  font-size: 0.28rem;
}
.service-item .money .num {
  font-family: "DIN_CONDENSED_BOLD";
  font-size: 0.56rem;
  font-weight: 700;
}
.service-item .money .unit {
  font-size: 0.18rem;
  font-weight: 400;
  margin-left: 0.05rem;
}
.service-hd {
  display: flex;
  align-items: center;
}
.service-hd > h2 {
  font-size: 0.32rem;
  font-weight: 700;
  line-height: 0.47rem;
}