#body .info {
  margin-top: 12px;
}
#body .info .title {
  background: url(/assets/images/web/index/icon-container-title.png) no-repeat left center;
  background-size: 8px auto;
  line-height: 37px;
  font-size: 28px;
  font-weight: bold;
  color: #00226C;
  padding-left: 20px;
}
#body .info .info-desc {
  line-height: 21px;
  font-size: 16px;
  color: #484E5B;
  word-break: break-all;
  margin-top: 20px;
}
#body .info .info-desc ol li::marker {
  content: '';
}
#body .cate-title,
#body .compounds-title {
  background: url(/assets/images/web/index/icon-cate-title.png) no-repeat left center;
  background-size: 13px auto;
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #00226C;
  padding-left: 20px;
}
#body .cate_category {
  margin-top: 40px;
}
#body .cate_category .cate-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
#body .cate_category .cate-list .cate-item {
  background: #F7F9FC;
  line-height: 34px;
  font-size: 14px;
  color: #484E5B;
  border-radius: 8px;
  overflow: hidden;
}
#body .cate_category .cate-list .cate-item:hover {
  background: #E5EEFA;
  color: #00226C;
}
#body .cate_category .cate-list .cate-item a {
  display: block;
  padding: 0 22px;
}
#body .compounds {
  margin-top: 40px;
}
#body .compounds .compounds-content {
  margin-top: 24px;
}
#body .compounds .compounds-content .tr {
  width: fit-content;
  border-radius: 14px;
  padding: 13px 0;
  display: flex;
}
#body .compounds .compounds-content .tr:nth-child(2n) {
  background: #F7F9FC;
}
#body .compounds .compounds-content .tr .molecular-item {
  width: 273px;
  padding: 0 26px 0 42px;
  line-height: 24px;
  font-size: 16px;
  color: #2F3541;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .compounds .compounds-content .tr .molecular-item:hover {
  color: #0038B0;
}
#body .compounds .compounds-content .tr .molecular-item:hover::before {
  background: #BBC7DF;
}
#body .compounds .compounds-content .tr .molecular-item:hover a {
  text-decoration: underline;
}
#body .compounds .compounds-content .tr .molecular-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #BBC7DF;
  border-radius: 50%;
  position: absolute;
  left: 26px;
  top: 8px;
}
#body .search {
  margin-top: 30px;
}
#body .search .row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#body .search .row .search-name {
  background: url(/assets/images/common/icon-search-black.png) no-repeat left center;
  background-size: 14px auto;
  line-height: 21px;
  font-size: 16px;
  color: #323647;
  padding-left: 18px;
}
#body .search .row .search-list {
  display: flex;
  gap: 0 9px;
  margin-left: 22px;
}
#body .search .row .search-list .search-item {
  min-width: 24px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #254FAA;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
#body .search .row .search-list .search-item a {
  display: block;
  color: inherit;
}
#body .search .row .search-list .search-item a.all {
  font-size: 14px;
  padding: 0 4px;
}
#body .search .row .search-list .search-item:hover {
  background: #00226C;
  color: rgba(255, 255, 255, 0.8);
}
#body .search .row .search-list .search-item.active {
  background: #00226C;
  color: rgba(255, 255, 255, 0.8);
}
#body .content {
  padding-top: 48px;
  border-top: 1px solid #D1DDF0;
  margin-top: 48px;
  margin-bottom: 100px;
  display: flex;
}
#body .content.word-list {
  padding-top: 40px;
  margin-top: 40px;
}
#body .content .left {
  width: 275px;
  margin-right: 22px;
}
#body .content .left .category-list {
  padding: 22px;
  background: #F7F9FC;
  border-radius: 14px;
  position: sticky;
  top: 120px;
}
#body .content .left .category-list .category-item {
  line-height: 22px;
  font-size: 16px;
  color: #2F3541;
  padding: 16px 22px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(209, 215, 226, 0), rgba(209, 215, 226, 0.22), rgba(209, 215, 226, 0.22), rgba(209, 215, 226, 0)) 1 1;
  cursor: pointer;
}
#body .content .left .category-list .category-item:hover {
  color: #0038B0;
}
#body .content .left .category-list .category-item:last-child {
  border: 0 none;
}
#body .content .left .category-list .category-item.active {
  background: #00226C;
  border: 0 none;
  border-radius: 12px;
  color: #fff;
}
#body .content .left .category-list .category-item a {
  display: flex;
  align-items: flex-start;
  user-select: text;
}
#body .content .left .category-list .category-item .iconfont {
  font-size: 22px;
  margin-right: 6px;
  vertical-align: bottom;
}
#body .content .right {
  flex: 1;
  overflow: hidden;
}
#body .content .right .table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
}
#body .content .right .table tr {
  display: flex;
}
#body .content .right .table tr .w153 {
  width: 153px;
}
#body .content .right .table tr .w196 {
  width: 196px;
}
#body .content .right .table tr .w180 {
  width: 180px;
}
#body .content .right .table tr .w219 {
  width: 219px;
}
#body .content .right .table tr .w230 {
  width: 230px;
}
#body .content .right .table tr .w280 {
  width: 280px;
}
#body .content .right .table tr .w337 {
  width: 337px;
}
#body .content .right .table tr .w430 {
  width: 430px;
}
#body .content .right .table tr:first-child th:first-child {
  border-radius: 14px 0 0 0;
}
#body .content .right .table tr:first-child th:last-child {
  border-radius: 0 14px 0 0;
}
#body .content .right .table tr:last-child th,
#body .content .right .table tr:last-child td {
  border-bottom: 1px solid #D1DDF0;
}
#body .content .right .table tr:last-child td:first-child {
  border-radius: 0 0 0 14px;
}
#body .content .right .table tr:last-child td:last-child {
  border-radius: 0 0 14px 0;
}
#body .content .right .table tr th,
#body .content .right .table tr td {
  border: 1px solid #D1DDF0;
  border-bottom: 0 none;
  border-right: 0 none;
  word-break: break-all;
}
#body .content .right .table tr th:last-child,
#body .content .right .table tr td:last-child {
  border-right: 1px solid #D1DDF0;
}
#body .content .right .table tr th.center,
#body .content .right .table tr td.center {
  text-align: center;
  justify-content: center;
}
#body .content .right .table tr th {
  background: #F7F9FC;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #181D25;
  text-align: left;
  padding: 24px 22px;
}
#body .content .right .table tr td {
  min-height: 70px;
  line-height: 18px;
  font-size: 14px;
  color: #484E5B;
  text-align: left;
  padding: 4px 22px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#body .content .right .table tr td.block {
  display: block;
}
#body .content .right .table tr td a {
  color: #003AB8;
  user-select: text;
}
#body .content .right .table tr td a:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .content .right .table tr .img {
  display: flex;
  align-items: flex-end;
  cursor: zoom-in;
}
#body .content .right .table tr .img .img-content {
  width: 70px;
  height: 70px;
}
#body .content .right .table tr .img .img-content svg,
#body .content .right .table tr .img .img-content img {
  width: 100%;
  height: 100%;
}
#body .content .right .table tr .img .enlarge {
  width: 16px;
  height: 16px;
  background: #DCDFE2;
  border-radius: 2px;
  line-height: 16px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0 0 12px 9px;
  cursor: pointer;
}
#body .content .right .table tr .img .enlarge:hover {
  background: #00226C;
}
#body .content .right > .pagination {
  margin-top: 40px;
}
