@charset "UTF-8";
/**!
 * 临沂市公共资源交易有限公司数字化综合应用系统项目-首页
 * date:2022-06-08
 * author: QuGuoQiang;
 */
.footer {
  margin-top: 20px;
}

.detail {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
          box-shadow: 0px 0px 10px 4px rgba(15, 145, 255, 0.05);
  border-radius: 6px;
}

.detail-tab {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 40px;
  background-color: #f5f5f5;
}

.detail-li {
  position: relative;
  width: 150px;
  text-align: center;
  cursor: pointer;
}

.detail-li.active {
  background-color: #0e90fe;
  color: #fff;
  font-weight: 600;
}

.detail-li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #0f73b1;
}

.hidden {
  display: none !important;
}

.have-info {
  font-size: 18px;
  padding: 30px 0 30px 30px;
  height: 500px;
}

.detail-neirong {
	min-height: 400px;
	    padding: 0 20px;
}