#body .hot-molecular {
  margin-top: 18px;
}
#body .hot-molecular .title {
  width: fit-content;
  background: url(/assets/images/web/compounds/icon-hot.png) no-repeat right center;
  background-size: 20px auto;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
  color: #00226C;
  padding-right: 26px;
}
#body .hot-molecular .hot-molecular-content {
  margin-top: 24px;
  margin-bottom: 100px;
}
#body .hot-molecular .hot-molecular-content .tr {
  width: fit-content;
  border-radius: 14px;
  padding: 13px 0;
  display: flex;
}
#body .hot-molecular .hot-molecular-content .tr:nth-child(2n) {
  background: #F7F9FC;
}
#body .hot-molecular .hot-molecular-content .tr .molecular-item {
  width: 273px;
  padding: 0 26px 0 42px;
  line-height: 24px;
  font-size: 16px;
  color: #2F3541;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .hot-molecular .hot-molecular-content .tr .molecular-item:hover {
  color: #0038B0;
}
#body .hot-molecular .hot-molecular-content .tr .molecular-item:hover::before {
  background: #BBC7DF;
}
#body .hot-molecular .hot-molecular-content .tr .molecular-item:hover a {
  text-decoration: underline;
}
#body .hot-molecular .hot-molecular-content .tr .molecular-item::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 1px solid #BBC7DF;
  border-radius: 50%;
  position: absolute;
  left: 26px;
  top: 8px;
}
#body .compounds-content {
  margin-top: 50px;
}
#body .compounds-content .title {
  display: block;
  width: fit-content;
  line-height: 42px;
  font-size: 32px;
  font-weight: bold;
  color: #00226C;
  margin: 0 auto;
  position: relative;
}
#body .compounds-content .title::before {
  content: 'CATALOGUE';
  line-height: 16px;
  font-size: 12px;
  color: rgba(0, 34, 108, 0.5);
  position: absolute;
  top: -16px;
  left: 0;
}
#body .compounds-content .title::after {
  content: '';
  width: 62px;
  height: 13px;
  background: url(/assets/images/web/compounds/icon-arc.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: -11px;
  right: 1px;
}
#body .compounds-content .tab {
  border-bottom: 2px solid #D1DDF0;
  margin-top: 48px;
  display: flex;
  justify-content: center;
  gap: 0 110px;
}
#body .compounds-content .tab-item {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #606876;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
}
#body .compounds-content .tab-item.active {
  color: #00226C;
}
#body .compounds-content .tab-item.active::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #00226C;
  position: absolute;
  left: 0;
  bottom: -2px;
}
#body .compounds-content .molecular-content {
  margin-top: 40px;
  margin-bottom: 60px;
  display: flex;
}
#body .compounds-content .molecular-content .left {
  width: 275px;
  margin-right: 11px;
}
#body .compounds-content .molecular-content .left .category-list {
  padding: 22px;
  background: #F7F9FC;
  border-radius: 14px;
  position: sticky;
  top: 120px;
}
#body .compounds-content .molecular-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 .compounds-content .molecular-content .left .category-list .category-item:last-child {
  border: 0 none;
}
#body .compounds-content .molecular-content .left .category-list .category-item.active {
  background: #00226C;
  border: 0 none;
  border-radius: 12px;
  color: #fff;
}
#body .compounds-content .molecular-content .left .category-list .category-item a {
  display: flex;
  align-items: flex-start;
}
#body .compounds-content .molecular-content .left .category-list .category-item .iconfont {
  font-size: 22px;
  margin-right: 6px;
  vertical-align: bottom;
}
#body .compounds-content .molecular-content .right {
  user-select: none;
  flex: 1;
}
#body .compounds-content .molecular-content .right .category-list {
  display: flex;
  flex-direction: column;
}
#body .compounds-content .molecular-content .right .category-list .category-item {
  border-radius: 12px;
  padding: 22px;
  padding-bottom: 31px;
}
#body .compounds-content .molecular-content .right .category-list .category-item .category-name {
  width: fit-content;
  max-width: 100%;
  background: url(/assets/images/web/index/icon-category-right.png) no-repeat right center;
  background-size: 12px auto;
  padding-right: 18px;
  line-height: 21px;
  font-size: 16px;
  font-weight: bold;
  color: #2F3541;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .compounds-content .molecular-content .right .category-list .category-item .category-name:hover {
  color: #084E9E;
}
#body .compounds-content .molecular-content .right .category-list .category-item .category-name:hover a {
  text-decoration: underline;
}
#body .compounds-content .molecular-content .right .category-list .category-item .cell-list {
  margin-top: 20px;
}
#body .compounds-content .molecular-content .right .category-list .category-item .cell-list .cell-item {
  line-height: 25px;
  font-size: 14px;
  color: #606876;
  margin-right: 24px;
  position: relative;
}
#body .compounds-content .molecular-content .right .category-list .category-item .cell-list .cell-item:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .compounds-content .molecular-content .right .category-list .category-item .cell-list .cell-item:first-child::before {
  display: none;
}
#body .compounds-content .molecular-content .right .category-list .category-item .cell-list .cell-item:last-child {
  margin-right: 0;
}
#body .compounds-content .molecular-content .right .category-list .category-item .cell-list .cell-item::before {
  content: '';
  width: 0;
  height: 16px;
  border-right: 1px solid #ccc;
  position: absolute;
  left: -13px;
  top: 2px;
}
#body .bottom-search {
  margin-top: 40px;
  margin-bottom: 90px;
  padding-top: 26px;
  padding-bottom: 4px;
  border-top: 1px solid #D1DDF0;
}
#body .bottom-search .row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
#body .bottom-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 .bottom-search .row .search-list {
  display: flex;
  gap: 0 9px;
  margin-left: 22px;
}
#body .bottom-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 .bottom-search .row .search-list .search-item a {
  display: block;
  color: inherit;
}
#body .bottom-search .row .search-list .search-item a.all {
  font-size: 14px;
  padding: 0 4px;
}
#body .bottom-search .row .search-list .search-item:hover {
  background: #00226C;
  color: rgba(255, 255, 255, 0.8);
}
