#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 .cate_category {
  margin-top: 40px;
}
#body .cate_category .category {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
}
#body .cate_category .category .cate-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 .category .cate-content {
  user-select: none;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: 37px;
}
#body .cate_category .category .cate-content .cate-item {
  line-height: 21px;
  font-size: 16px;
  color: #00226C;
}
#body .cate_category .category .cate-content .cate-item:hover {
  color: #0038B0;
  text-decoration: underline;
}
#body .cate_category .category .cate-content .cate-item a {
  display: block;
}
#body .info-detail {
  margin-top: 50px;
}
#body .info-detail .column {
  display: flex;
}
#body .info-detail .column .left {
  flex: 1;
}
#body .info-detail .column .left .tr {
  background: none;
}
#body .info-detail .column .left .tr:nth-child(2n-1) {
  background: #F7F9FC;
}
#body .info-detail .column .right {
  width: 259px;
  margin: 0 11px 14px 14px;
  border: 1px solid #D1DDF0;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#body .info-detail .column .right .img-content {
  width: 188px;
  height: 188px;
}
#body .info-detail .column .right .img-content svg,
#body .info-detail .column .right .img-content img {
  width: 100%;
  height: 100%;
}
#body .info-detail .tr {
  display: flex;
  border-radius: 14px;
}
#body .info-detail .tr:nth-child(2n) {
  background: #F7F9FC;
}
#body .info-detail .tr .tr-item {
  flex: 1;
  padding: 20px 30px;
  display: flex;
  align-items: center;
}
#body .info-detail .tr .tr-item .name {
  min-width: 80px;
  line-height: 21px;
  font-size: 16px;
  color: #7B818E;
  margin-right: 10px;
}
#body .info-detail .tr .tr-item .value {
  line-height: 26px;
  font-size: 16px;
  color: #00226C;
  word-break: break-all;
}
#body .detail {
  border-top: 1px solid #D1DDF0;
  margin-top: 50px;
  padding-top: 26px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
#body .detail .left {
  width: 275px;
}
#body .detail .left .category-list {
  padding: 22px;
  background: #F7F9FC;
  border-radius: 14px;
  position: sticky;
  top: 120px;
}
#body .detail .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 .detail .left .category-list .category-item:hover {
  color: #0038B0;
}
#body .detail .left .category-list .category-item:last-child {
  border: 0 none;
}
#body .detail .left .category-list .category-item.active {
  background: #00226C;
  border: 0 none;
  border-radius: 12px;
  color: #fff;
}
#body .detail .left .category-list .category-item.disabled {
  color: #323647;
  cursor: no-drop;
  opacity: 0.5;
}
#body .detail .left .category-list .category-item.disabled:hover {
  font-weight: 400;
  color: #323647;
}
#body .detail .left .category-list .category-item .category-name {
  display: flex;
  align-items: flex-start;
}
#body .detail .left .category-list .category-item .iconfont {
  font-size: 22px;
  margin-right: 6px;
  vertical-align: bottom;
}
#body .detail .mid-content {
  width: 685px;
  padding-top: 24px;
}
#body .detail .mid-content .module {
  margin-bottom: 46px;
}
#body .detail .mid-content .module:last-child {
  margin: 0;
}
#body .detail .mid-content .module .module-title {
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #00226C;
  display: flex;
}
#body .detail .mid-content .module .module-title .iconfont {
  font-weight: normal;
  font-size: 22px;
  margin-right: 8px;
  vertical-align: bottom;
}
#body .detail .mid-content .module .content-title {
  background: url(/assets/images/web/index/icon-content-title.png) no-repeat left center;
  background-size: 10px auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #181D25;
  padding-left: 16px;
}
#body .detail .mid-content .feature-list {
  margin-top: 8px;
}
#body .detail .mid-content .feature-list.column .feature-list-item {
  flex-direction: column;
  align-items: normal;
}
#body .detail .mid-content .feature-list.column .feature-list-item .value {
  line-height: 28px;
  font-size: 14px;
  color: #484E5B;
  word-break: break-all;
  margin-top: 12px;
}
#body .detail .mid-content .feature-list.column .feature-list-item .value a {
  color: #003AB8;
  user-select: text;
}
#body .detail .mid-content .feature-list.column .feature-list-item .value a:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .detail .mid-content .feature-list.table {
  margin-top: 2px;
}
#body .detail .mid-content .feature-list.table .feature-list-item {
  padding: 24px 0;
  flex-direction: column;
  align-items: normal;
}
#body .detail .mid-content .feature-list.table .feature-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
#body .detail .mid-content .feature-list.reaction {
  margin-top: 10px;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item {
  padding: 16px 0;
  flex-direction: column;
  align-items: normal;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item .content-title {
  margin-top: 16px;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item .content-title:first-child {
  margin-top: 0;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item .value {
  line-height: 28px;
  font-size: 14px;
  margin-top: 12px;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item .value .value-tr {
  display: flex;
  align-items: flex-start;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item .value .value-tr .value-tr-name {
  color: #7B818E;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item .value .value-tr .value-tr-text {
  flex: 1;
  color: #484E5B;
  word-break: break-all;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item .value .value-tr a {
  color: #003AB8;
}
#body .detail .mid-content .feature-list.reaction .feature-list-item .value .value-tr a:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .detail .mid-content .feature-list.ref {
  margin-top: 2px;
}
#body .detail .mid-content .feature-list.ref .feature-list-item {
  padding: 24px 0;
  flex-direction: column;
  align-items: normal;
}
#body .detail .mid-content .feature-list.ref .feature-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
#body .detail .mid-content .feature-list.ref .feature-list-item .content-title {
  margin-bottom: 16px;
}
#body .detail .mid-content .feature-list.ref .feature-list-item .value {
  line-height: 28px;
  font-size: 14px;
  color: #606876;
  text-align: justify;
}
#body .detail .mid-content .feature-list.ref .feature-list-item .value .en {
  line-height: 24px;
  color: #2F3541;
  margin-top: 12px;
}
#body .detail .mid-content .feature-list.ref .feature-list-item .value .ch {
  margin-top: 12px;
}
#body .detail .mid-content .feature-list.ref .feature-list-item .value a {
  color: #003AB8;
  user-select: text;
}
#body .detail .mid-content .feature-list.ref .feature-list-item .value a:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .detail .mid-content .feature-list .feature-list-item {
  display: flex;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px dashed #E0E8F5;
}
#body .detail .mid-content .feature-list .feature-list-item:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
#body .detail .mid-content .feature-list .feature-list-item .name {
  min-width: 180px;
  line-height: 18px;
  font-size: 14px;
  color: #484E5B;
}
#body .detail .mid-content .feature-list .feature-list-item .value {
  line-height: 18px;
  font-size: 14px;
  color: #181D25;
  word-break: break-all;
}
#body .detail .mid-content .feature-list .feature-list-item .value a {
  color: #003AB8;
  user-select: text;
}
#body .detail .mid-content .feature-list .feature-list-item .value a:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .detail .mid-content .text-content {
  margin-top: 26px;
}
#body .detail .mid-content .text-content .tags {
  margin-top: 12px;
  display: flex;
  gap: 8px;
}
#body .detail .mid-content .text-content .tags .tag {
  background: #00226C;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  padding: 0 10px;
}
#body .detail .mid-content .text-content .content-text-ch {
  line-height: 28px;
  font-size: 14px;
  color: #2F3541;
  text-align: justify;
  word-break: break-all;
  margin-top: 16px;
  margin-bottom: 12px;
}
#body .detail .mid-content .text-content .content-text-ch a {
  color: #003AB8;
  user-select: text;
}
#body .detail .mid-content .text-content .content-text-ch a:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .detail .mid-content .text-content .content-text-en {
  display: flex;
  line-height: 24px;
  font-size: 14px;
  color: #7B818E;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 12px;
  position: relative;
}
#body .detail .mid-content .text-content .content-text-en:has(:checked) .en-content {
  -webkit-line-clamp: 99999;
}
#body .detail .mid-content .text-content .content-text-en:has(:checked) .expand {
  transform: rotate(180deg);
}
#body .detail .mid-content .text-content .content-text-en .en-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
#body .detail .mid-content .text-content .content-text-en .en-content::before {
  content: '';
  float: right;
  height: calc(100% - 24px);
}
#body .detail .mid-content .text-content .content-text-en .expand {
  display: none;
  width: 24px;
  height: 24px;
  background: url(/assets/images/web/index/icon-detail-more.png) no-repeat center center;
  background-size: 12px auto;
  cursor: pointer;
  float: right;
  clear: both;
}
#body .detail .mid-content .text-content .content-text-source {
  line-height: 24px;
  font-size: 14px;
  color: #2F3541;
  text-align: justify;
  text-decoration: underline;
  text-decoration-style: dashed;
}
#body .detail .mid-content .file {
  margin-top: 26px;
  border: 1px solid #D1DDF0;
  border-radius: 8px;
  padding: 16px 22px;
  display: flex;
}
#body .detail .mid-content .file .icon {
  width: 21px;
  height: 21px;
  margin-right: 8px;
}
#body .detail .mid-content .file .name {
  flex: 1;
  line-height: 21px;
  font-size: 14px;
  color: #484E5B;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .detail .mid-content .file .view {
  line-height: 21px;
  font-size: 14px;
  color: #00226C;
  margin-left: 8px;
}
#body .detail .mid-content .html {
  margin-top: 22px;
  line-height: 28px;
  font-size: 14px;
  color: #484E5B;
  text-align: justify;
}
#body .detail .mid-content .html img {
  max-width: 100%;
}
#body .detail .mid-content .html table {
  max-width: 100%;
  overflow: hidden;
}
#body .detail .mid-content .html table tr td:first-child {
  word-break: keep-all;
}
#body .detail .mid-content .html a {
  color: #003AB8;
  user-select: text;
}
#body .detail .mid-content .html a:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .detail .mid-content .table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
  margin-top: 16px;
}
#body .detail .mid-content .table tr {
  display: flex;
}
#body .detail .mid-content .table tr .w98 {
  width: 98px;
}
#body .detail .mid-content .table tr .w112 {
  width: 112px;
}
#body .detail .mid-content .table tr .w130 {
  width: 130px;
}
#body .detail .mid-content .table tr .w215 {
  width: 215px;
}
#body .detail .mid-content .table tr:first-child th:first-child {
  border-radius: 8px 0 0 0;
}
#body .detail .mid-content .table tr:first-child th:last-child {
  border-radius: 0 8px 0 0;
}
#body .detail .mid-content .table tr:last-child th,
#body .detail .mid-content .table tr:last-child td {
  border-bottom: 1px solid #D1DDF0;
}
#body .detail .mid-content .table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
#body .detail .mid-content .table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
#body .detail .mid-content .table tr th,
#body .detail .mid-content .table tr td {
  border: 1px solid #D1DDF0;
  border-bottom: 0 none;
  border-right: 0 none;
  word-break: break-all;
}
#body .detail .mid-content .table tr th:last-child,
#body .detail .mid-content .table tr td:last-child {
  border-right: 1px solid #D1DDF0;
}
#body .detail .mid-content .table tr th.center,
#body .detail .mid-content .table tr td.center {
  text-align: center;
  justify-content: center;
}
#body .detail .mid-content .table tr th {
  background: #F7F9FC;
  line-height: 18px;
  font-size: 14px;
  color: #181D25;
  text-align: left;
  padding: 14px 18px;
}
#body .detail .mid-content .table tr td {
  min-height: 44px;
  line-height: 18px;
  font-size: 14px;
  color: #484E5B;
  text-align: left;
  padding: 4px 18px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#body .detail .mid-content .table tr td.block {
  display: block;
}
#body .detail .mid-content .table tr td a {
  color: #003AB8;
  user-select: text;
}
#body .detail .mid-content .table tr td a:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .detail .mid-content .table tr .img {
  display: flex;
  align-items: flex-end;
  cursor: zoom-in;
}
#body .detail .mid-content .table tr .img .img-content {
  width: 70px;
  height: 70px;
}
#body .detail .mid-content .table tr .img .img-content svg {
  width: 100%;
  height: 100%;
}
#body .detail .mid-content .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 .detail .mid-content .table tr .img .enlarge:hover {
  background: #00226C;
}
#body .detail .mid-content .pagination {
  margin-top: 24px;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
#body .detail .mid-content .pagination .page-item {
  border-radius: 4px;
  text-align: center;
  margin: 0 5px;
  float: left;
  cursor: pointer;
}
#body .detail .mid-content .pagination .page-item:hover .page-link {
  color: #CCD3E2;
  background: #00226C;
}
#body .detail .mid-content .pagination .page-item .page-link {
  display: block;
  min-width: 28px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #254FAA;
  border-radius: 4px;
  padding: 0 8px;
}
#body .detail .mid-content .pagination .page-item.active {
  background: #00226C;
  cursor: default;
}
#body .detail .mid-content .pagination .page-item.active:hover .page-link {
  color: #CCD3E2;
}
#body .detail .mid-content .pagination .page-item.active .page-link {
  color: #CCD3E2;
  border-color: #00226C;
}
#body .detail .mid-content .pagination .page-item.btn {
  margin: 0 10px;
}
#body .detail .mid-content .pagination .page-item.btn.prev {
  transform: rotate(180deg);
}
#body .detail .mid-content .pagination .page-item.btn .page-link {
  padding: 0;
  font-weight: normal;
  color: #00226C;
  border-radius: 4px;
}
#body .detail .mid-content .pagination .page-item.btn .page-link .iconfont {
  display: block;
  font-size: 28px;
}
#body .detail .mid-content .pagination .page-item.btn .page-link:hover {
  background: #00226C;
  color: #fff;
}
#body .detail .mid-content .pagination .page-item.btn.disabled .page-link {
  color: rgba(0, 34, 108, 0.08);
}
#body .detail .mid-content .pagination .page-item.btn.disabled .page-link:hover {
  background: none;
  color: rgba(0, 34, 108, 0.08);
  cursor: no-drop;
}
#body .detail .mid-content .view-more {
  background: url(/assets/images/web/index/icon-detail-more.png) no-repeat right 2px;
  background-size: 12px auto;
  display: block;
  line-height: 18px;
  font-size: 14px;
  color: #00226C;
  text-align: right;
  padding-right: 16px;
  margin-top: 26px;
}
#body .detail .mid-content .view-more:hover {
  text-decoration: underline;
}
#body .detail .mid-content .tab {
  width: fit-content;
  margin-top: 22px;
  background: #EFF2F6;
  border-radius: 10px;
  padding: 4px;
  display: flex;
  gap: 10px;
}
#body .detail .mid-content .tab-item {
  width: 128px;
  min-height: 34px;
  padding: 6px 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#body .detail .mid-content .tab-item.active {
  background: #00226C;
}
#body .detail .mid-content .tab-item.active .name {
  color: #fff;
}
#body .detail .mid-content .tab-item.active .en {
  color: #fff;
}
#body .detail .mid-content .tab-item .name {
  line-height: 18px;
  font-size: 14px;
  color: #484E5B;
}
#body .detail .mid-content .tab-item .en {
  line-height: 15px;
  font-size: 11px;
  color: #606876;
}
#body .detail .mid-content .img-box {
  border: 1px solid #D1DDF0;
  border-radius: 14px;
  overflow: hidden;
  margin: 18px 0 32px;
}
#body .detail .mid-content .img-box .img {
  width: 100%;
  height: 491px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#body .detail .mid-content .img-box .img img {
  max-width: 100%;
}
#body .detail .mid-content .img-box .img-box-header {
  user-select: none;
  width: 100%;
  height: 43px;
  display: flex;
  border-bottom: 1px solid #D1DDF0;
}
#body .detail .mid-content .img-box .img-box-header-item {
  flex: 1;
  line-height: 42px;
  font-size: 14px;
  color: #484E5B;
  text-align: center;
  border-right: 1px solid #D1DDF0;
}
#body .detail .mid-content .img-box .img-box-header-item:last-child {
  border: 0 none;
}
#body .detail .mid-content .img-box .img-empty {
  height: 491px;
  background: url(/assets/images/web/index/img-empty.png) no-repeat center center;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold;
  color: #181D25;
  cursor: pointer;
}
#body .detail .mid-content .img-box .img-empty:hover .text {
  text-decoration: underline;
}
#body .detail .mid-content .img-box .img-empty.min {
  height: 135px;
  background-image: url(/assets/images/web/index/img-empty-2.png);
}
#body .detail .mid-content .compounds-list {
  margin-top: 18px;
}
#body .detail .mid-content .compounds-list .compound-item {
  line-height: 40px;
  font-size: 14px;
  color: #484E5B;
  word-break: break-all;
  margin-right: 30px;
  position: relative;
}
#body .detail .mid-content .compounds-list .compound-item:hover {
  color: #00226C;
  text-decoration: underline;
}
#body .detail .mid-content .compounds-list .compound-item:first-child::before {
  display: none;
}
#body .detail .mid-content .compounds-list .compound-item:last-child {
  margin-right: 0;
}
#body .detail .mid-content .compounds-list .compound-item::before {
  content: '';
  width: 0;
  height: 16px;
  border-right: 1px solid #ccc;
  position: absolute;
  left: -17px;
  top: 2px;
}
#body .detail .right {
  width: 342px;
}
#body .detail .right .module {
  margin-bottom: 24px;
  position: sticky;
  top: 120px;
}
#body .detail .right .module .component-card {
  border-color: #D1DDF0;
}
#body .data-change {
  user-select: none;
  padding: 0 342px 0 275px;
  margin-bottom: 50px;
}
#body .data-change .page-turn {
  width: 685px;
  margin: 0 auto;
  display: flex;
}
#body .data-change .page-turn-item {
  flex: 1;
  padding: 0 40px;
  line-height: 28px;
  font-size: 14px;
  color: #00226C;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#body .data-change .page-turn-item:hover.prev::before,
#body .data-change .page-turn-item:hover.next::before {
  background-image: url(/assets/images/web/index/icon-turn-act.png);
}
#body .data-change .page-turn-item:hover a {
  text-decoration: underline;
}
#body .data-change .page-turn-item.prev::before,
#body .data-change .page-turn-item.next::before {
  content: '';
  width: 28px;
  height: 28px;
  background: url(/assets/images/web/index/icon-turn.png) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
#body .data-change .page-turn-item.next {
  text-align: right;
}
#body .data-change .page-turn-item.next::before {
  transform: rotate(180deg);
  left: auto;
  right: 0;
}
