/* ===== 团体标准详情页 ===== */
.std-detail-toolbar{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.std-back{
  display: inline-block;
  min-width: 96px;
  height: 38px;
  padding: 0 18px;
  border: 1px solid #009C45;
  color: #009C45;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  transition: all .2s;
}
.std-back:hover{
  background: #009C45;
  color: #fff;
}
.std-detail-card{
  border: 1px solid #D6D7DC;
  border-top: 4px solid #009C45;
  background: #fff;
  margin-bottom: 44px;
}
.std-detail-title{
  padding: 20px 26px;
  border-bottom: 1px solid #E5E5E5;
  color: #009C45;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}
.std-detail-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #242424;
  font-size: 16px;
}
.std-detail-table th,
.std-detail-table td{
  border: 1px solid #D6D7DC;
  padding: 18px 20px;
  line-height: 1.8;
  vertical-align: middle;
  word-break: break-all;
}
.std-detail-table th{
  width: 15%;
  background: #F3F5F4;
  color: #222;
  font-weight: bold;
  text-align: center;
}
.std-detail-table td{
  width: 35%;
  background: #fff;
  text-align: center;
}
.std-detail-table td.is-long{
  text-align: left;
}
.std-detail-table th.is-emphasis{
  background: #EAF6EE;
  color: #009C45;
}
.std-detail-link{
  color: #009C45;
  font-weight: bold;
}
.std-detail-link:hover{
  text-decoration: underline;
}
.std-draft-files{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
}
.std-draft-download{
    max-width:100%;
    padding:0;
    border:0;
    background:transparent;
    font:inherit;
    line-height:1.5;
    text-align:left;
    overflow-wrap:anywhere;
    cursor:pointer;
}
.std-download,
.std-draft-download{
  color: #D60000;
  font-weight: bold;
  text-decoration: underline;
}
.std-download:hover,
.std-draft-download:hover,
.std-draft-download:focus-visible{
  color: #B00000;
}
.std-muted{
  color: #999;
}

.phone .std-detail-toolbar{
  margin-bottom: 1.5rem;
}
.phone .std-back{
  min-width: 6rem;
  height: 2.375rem;
  padding: 0 .875rem;
  font-size: 1rem;
  line-height: 2.25rem;
}
.phone .std-detail-card{
  border-top-width: .25rem;
  margin-bottom: 2.5rem;
}
.phone .std-detail-title{
  padding: 1rem 1.25rem;
  font-size: 1.375rem;
}
.phone .std-detail-table,
.phone .std-detail-table tbody,
.phone .std-detail-table tr,
.phone .std-detail-table th,
.phone .std-detail-table td{
  display: block;
  width: 100%;
  box-sizing: border-box;
}
.phone .std-detail-table tr{
  border-bottom: 1px solid #D6D7DC;
}
.phone .std-detail-table tr:last-child{
  border-bottom: none;
}
.phone .std-detail-table th{
  border: none;
  border-bottom: 1px solid #E5E5E5;
  padding: .875rem 1rem;
  text-align: left;
  font-size: 1rem;
}
.phone .std-detail-table td{
  border: none;
  padding: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.75;
}
