/* 绿色化学品首页样式 */
.s-title {
  font-weight: 600;
  font-size: 40px;
  margin-top: 80px;
  color: #293a4c;
  position: relative;
}
.flex-page-content-container {
  display: flex;
  gap: 24px;
}
.page-list-container {
  flex: 1;
}
.right-compliance-services {
  width: 300px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 60px;
  height: fit-content;
}

.right-compliance-services-theme {
  font-weight: 500;
  font-size: 20px;
  color: #293a4c;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.right-compliance-services-ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding-top: 24px;
}
.right-compliance-services-ul li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 14px;
}
.right-compliance-services-ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #dee2e6;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 8px;
}
.right-compliance-services-ul li:hover {
  color: #02bb91;
}

.bg-title {
  /* 水平渐变字：左亮青 → 右翠绿，裁剪到文字轮廓（与效果图一致） */
  background: linear-gradient(90deg, #00e8f0 0%, #2dd4b8 45%, #02bb91 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.page-top-search-container {
  background-image: url("../images/green_chemical/banner.png");
}
.page-inventory-info .page-inventory-info-theme {
  font-size: 20px;
  color: #293a4c;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin: 30px 0 8px 0;
}
.page-inventory-info .page-inventory-info-remark {
  font-weight: 400;
  font-size: 20px;
  color: #a1a2a6;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.page-inventory-info-subBox {
  background: #f5f8fb;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page-inventory-info-subBox p {
  margin: 0;
}
.page-inventory-info-subBox p span:first-child {
  font-weight: 400;
  font-size: 14px;
  color: #5b5c60;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.page-inventory-info-subBox p span:last-child {
  font-weight: 400;
  font-size: 14px;
  color: #5b5c60;
  line-height: 20px;
  text-align: left;
  font-style: normal;
}
.page-inventory-info-subBox p span:last-child a {
  color: #0077d5;
}
.page-inventory-info-subBox p span:last-child a:hover {
  text-decoration: underline !important;
}
.page-inventory-info-subInfo {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  color: #293a4c;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.s-tex {
  font-size: 16px;
  color: #5b5c60;
  margin-top: 14px;
}

.t-tex {
  font-size: 14px;
  color: #5b5c60;
  margin-top: 22px;
  width: 100%;
}

.ag-describe-box {
  display: flex;
  margin: 80px 0;
}

.describe-list {
  flex: 1;
  border-right: 1px solid #e5e5e5;
  padding: 0 31px;
}

.ag-describe-box > :first-child {
  padding-left: 0;
}

.ag-describe-box > :last-child {
  border-right: none;
}

.describe-list img {
  width: 56px;
  height: 56px;
}

.ag-d-tit {
  font-weight: 600;
  font-size: 18px;
  margin: 20px 0 17px 0;
  color: #293a4c;
}

.ag-d-desc {
  font-size: 14px;
  color: #5b5c60;
}

.ag-swiper-box {
  height: 120px;
  background: linear-gradient(270deg, #deecfe 0%, #f4f9ff 100%);
  border-radius: 8px;
  margin: -110px 0 40px 0;
  overflow: hidden;
}

.ag-swiper-box .carousel-indicators {
  bottom: 0px;
}

.ag-swiper-box .ag-s-img {
  width: 100%;
  height: 120px !important;
}

.h-c-tit {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 32px;
}

.h-c-area {
  margin: 12px 0 21px 0;
  display: flex;
  align-items: center;
}

.h-c-area .tag {
  display: inline-block;
  width: 4px;
  height: 22px;
  background: #02bb91;
  margin-right: 10px;
}

.h-c-area .area {
  font-weight: 600;
  font-size: 18px;
}

.country-box {
  display: flex;
  flex-wrap: wrap;
}

.country-list {
  width: 183px;
  height: 56px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding-left: 16px;
  margin-bottom: 20px;
}

.country-box > :last-child {
  margin-right: 0;
}

.country-list:hover {
  box-shadow: 0px 3px 10px 0px rgba(204, 204, 204, 0.2),
    0px 2px 10px 0px rgba(2, 140, 109, 0.1);
}

.country-list img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.country-list .country {
  font-weight: 500;
  font-size: 16px;
  color: #5b5c60;
}

.h-c-shadow {
  position: absolute;
  height: 280px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.3) 0%,
    #f5f8fb 100%
  );
  width: 100%;
  left: 0;
  bottom: 0px;
}

.page-box-block {
  padding-bottom: 80px;
  position: relative;
}
.green-chemical-page-box-block {
  z-index: 10;
  bottom: 40px;
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding-top: 40px;
  padding-bottom: 0;
}

.page-box-block .page-content-container {
  position: relative;
  z-index: 1;
  background: transparent;
}

.related-consultation-tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 32px 0;
}

.r-c-tit {
  font-weight: 600;
  font-size: 32px;
}

.r-c-more {
  display: inline-flex;
  align-items: center;
  color: #02bb91;
  font-size: 16px;
}

.r-c-more:hover {
  text-decoration: underline !important;
  /* border-bottom: 1px solid #02BB91; */
}

.r-c-more img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
}

.consultation-list-box {
  display: flex;
}

.consultation-list {
  flex: 1;
  margin-right: 24px;
}

.consultation-list-box > :last-child {
  margin-right: 0;
}

.co-li-img-box {
  width: 282px;
  height: 171px;
  border-radius: 2px;
  margin-bottom: 21px;
  overflow: hidden;
}
.co-li-img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.co-li-img-box:hover .co-li-img {
  transform: scale(1.1);
}

.co-li-tit {
  font-weight: 500;
  font-size: 16px;
}

.co-li-tit:hover {
  color: #02bb91;
}

.co-li-desc {
  font-size: 14px;
  color: #5b5c60;
  margin-top: 8px;
}

.co-li-time {
  font-size: 12px;
  color: #a1a2a6;
  margin: 8px 0 16px 0;
}

.ag-contact-box {
  height: 240px;
  background-image: url("/assets/front/images/pesticide-bg-02.png");
  background-size: 100% 100%;
  margin-top: 0;
}

/* 农药详情样式 */
.ag-contry-box {
  position: relative;
}

.ag-contry-box .list-tit {
  font-size: 14px;
}

.l-t-result {
  color: #02bb91;
}

.ag-page-list-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.list-content {
  width: 876px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  padding: 20px;
  margin-top: 16px;
  position: relative;
}

.list-content .list-info {
  color: #5b5c60;
  font-size: 14px;
  display: flex;
  margin-bottom: 8px;
}

.l-i-label {
  width: 70px;
  display: inline-block;
  margin-right: 5px;
}

.c-l-i-label {
  padding: 0 10px;
  width: auto;
  background: #e5f1fe;
  border-radius: 1px;
  border: 1px solid #0077d5;
  color: #0077d5;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  opacity: 0.8;
}

.l-i-value {
  flex: 1;
  position: relative;
  top: 1px;
}

.l-i-link {
  box-sizing: border-box;
  width: 100px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: 20px;
  background: #02bb91;
  color: #ffffff;
}
.d-update {
  background: #eaf9f6;
  color: #02bb91;
}

.l-i-link-o {
  bottom: 64px;
  border: 1px solid #dee2e6;
  color: #293a4c;
  background: transparent;
}

.l-i-link img {
  width: 13px;
  height: 13px;
  margin-right: 6px;
}

.ag-ad-swiper-box {
  width: 300px;
  height: 200px;
  border-radius: 8px;
  overflow: hidden;
}

.ag-ad-swiper-box .ag-a-img {
  width: 100%;
  height: 200px !important;
}

.ag-ad-swiper-box .carousel-indicators {
  bottom: 0;
  left: 80%;
}

.ag-country-server {
  width: 300px;
  border-radius: 8px;
  border: 1px solid #dee2e6;
  padding: 23px 20px;
  margin-top: 24px;
}

.ag-country-server .acs-tit {
  color: #293a4c;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.ag-country-server .panel {
  border: none;
  box-shadow: none;
  margin-top: 8px !important;
}

.ag-country-server .panel-heading {
  border: none;
  padding: 0;
  background-color: #f7f7f7;
  border-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow: hidden;
  border-radius: 4px;
}

.ag-country-server .panel-title a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eaf9f6;
  color: #02bb91;
}

.ag-country-server .panel-title .arr-img {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/assets/front/images/arr-up.png");
  background-size: 100% 100%;
  transition: transform 0.3s ease;
}

.ag-country-server .panel-title .collapsed {
  background: transparent;
  color: #293a4c;
}

.ag-country-server .panel-title .collapsed .arr-img {
  background-image: url("/assets/front/images/arr-down.png");
  background-size: 100% 100%;
}

.panel-group {
  margin-bottom: 0;
}
.ag-country-server .panel-body {
  border: none !important;
  background: #eaf9f6;
  display: flex;
  flex-direction: column;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 12px;
}

.ag-country-server .panel-body a {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 8px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 2px;
  color: #5b5c60;
  margin-bottom: 4px;
}

.ag-country-server .panel-body a:hover {
  color: #02bb91;
}

.mask {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 810px;
  background-image: url("/assets/front/images/green_chemical/mask-bg.png");
  background-size: 102% 100%;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 98;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mask-container {
  position: absolute;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #293a4c;
  line-height: 22px;
  text-align: center;
  font-style: normal;
}

.mask-container a {
  height: 42px;
  display: inline-block;
  width: 120px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
  font-style: normal;
  padding: 9px;
  margin: 0;
}

.service-box {
  display: flex;
  flex-wrap: wrap;
}
.service-box .service-list {
  width: 393px;
  height: 74px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: linear-gradient(225deg, #fbfcfd 0%, #f5f8fb 100%);
  border-radius: 4px;
  font-weight: bold;
  color: #293a4c;
  display: flex;
  align-items: center;
  padding: 0 20px;
  font-size: 16px;
}
.service-box .service-list:nth-child(3n) {
  margin-right: 0;
}
.service-box .service-list img {
  width: 20px;
  height: 20px;
  display: none;
  margin-left: 4px;
}
.service-box .service-list:hover {
  color: #ffffff;
  background: #02bb91;
  box-shadow: 0px 4px 20px 0px rgba(2, 187, 145, 0.1);
}
.service-box .service-list:hover img {
  display: block;
}
.no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #a1a2a6;
  margin: 64px 0;
}
.no-data img {
  width: 100px;
  height: 100px;
  margin-bottom: 24px;
}
.wx-assistant {
  width: 100%;
  height: 172px;
  background: url("/assets/front/images/img_wechat.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
.wx-assistant img {
  width: 120px;
  height: 120px;
  margin-right: 30px;
  margin-left: 100px;
  padding: 7px;
  background: #ffffff;
  border-radius: 4px;
}
.wx-assistant .f-tit {
  font-weight: 600;
  color: #293a4c;
  font-size: 18px;
}
.wx-assistant .s-tit {
  font-size: 14px;
  color: #5b5c60;
}

.page-list-body-item-children {
  padding-left: 40px;
  margin-top: 16px;
  position: relative;
}

/* 添加左侧竖线作为视觉指示 */
.page-list-body-item-children:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e6e6e6;
}

.page-list-body-item-children li {
  margin-bottom: 16px;
  position: relative;
}

/* 添加横线连接到竖线 */
.page-list-body-item-children li:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 12px;
  width: 20px;
  height: 1px;
  background-color: #e6e6e6;
}

.page-list-body-item-children li:last-child {
  margin-bottom: 0;
}

/* 添加切换头部样式 */
.page-tab-header {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 24px;
}

.page-tab-item {
  padding: 12px 0px;
  font-size: 16px;
  color: #5b5c60;
  cursor: pointer;
  position: relative;
  margin-right: 32px;
}

.page-tab-item.active {
  color: #02bb91;
  font-weight: 500;
}

.page-tab-item.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #02bb91;
}

.page-tab-item:hover {
  color: #02bb91;
}
.page-title-main h1 {
  margin: 0;
}
.page-title-cas-box {
  margin-top: 10px;
}

/* 物质信息表格样式 */
.substance-info-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.substance-info-section {
  border-radius: 4px;
  overflow: hidden;
}

.substance-section-title {
  font-weight: 600;
  font-size: 18px;
  color: #293a4c;
  line-height: 25px;
  text-align: left;
  font-style: normal;
  margin: 10px 0 20px 0;
  border-left: 4px solid #02bb91;
  padding-left: 10px;
}

.substance-info-table {
  width: 100%;
  border-collapse: collapse;
}

.substance-info-table tr td {
  border: 1px solid #dee2e6;
}

/* .substance-info-table tr:nth-child(even) {
  background-color: #f9f9f9;
} */

.substance-info-table td {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 20px;
}

.info-label {
  background-color: #f5f8fb;
  width: 250px;
  font-size: 14px;
  font-weight: 600;
  color: #293a4c;
  line-height: 1.75 !important;
  background-color: #f5f8fb;
  padding: 7.25px 20px 7.25px 20px !important;
  min-height: 40px;
}

.info-value {
  color: #293a4c;
  word-break: break-word;
  padding: 7.25px 20px 7.25px 20px !important;
}

/* GreenScreen 评估结果表格样式 */
.greenscreen-result-container {
  margin-bottom: 30px;
}

.greenscreen-table-wrapper {
  margin-bottom: 20px;
  background: #eaf9f6;
  border-radius: 0px 0px 4px 4px;
  border-top: 4px solid #02bb91;
  padding: 30px;
}
.greenscreen-table-wrapper-theme {
  font-size: 18px;
  color: #293a4c;
  line-height: 21px;
  text-align: center;
  font-style: normal;
  margin: 0 0 20px 0;
}
.theme-level {
  font-size: 24px;
  color: #02bb91;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  margin-left: 10px;
  position: relative;
  display: inline-block;
  z-index: 10;
}
.theme-level::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 6px;
  background-color: #ff8b25;
  z-index: -1;
}
.greenscreen-table-box {
  background: #ffffff;
  padding: 16px;
  border-radius: 4px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.greenscreen-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #dee2e6;
  font-size: 14px;
}

.greenscreen-table th,
.greenscreen-table td {
  border: 1px solid #dee2e6;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}

.gs-header {
  background-color: #f5f8fb;
  color: #293a4c;
  font-weight: 500;
}

.gs-subheader {
  font-weight: normal;
  font-size: 14px;
  color: #5b5c60;
  line-height: 16px;
  text-align: right;
  font-style: normal;
}

.greenscreen-legend {
  margin-top: 20px;
  font-size: 14px;
}

.greenscreen-legend h4 {
  font-size: 16px;
  margin: 15px 0 10px 0;
  color: #293a4c;
}

.greenscreen-legend ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.greenscreen-legend li {
  margin-bottom: 5px;
}

.legend-mark {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-weight: 500;
}

.legend-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.legend-column {
  flex: 1;
  min-width: 200px;
}

.legend-column p {
  margin-bottom: 10px;
}

.legend-column ul {
  margin-left: 15px;
}
.green-result-tabs {
  display: flex;
  position: relative;
}
.green-result-tab {
  cursor: pointer;
  padding: 10px 8px 10px 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px 0 0 0;
  position: relative;
  margin: 0;
  min-width: 170px;
  justify-content: center;
  background-color: #e5e5e5;
}

/* 添加斜角效果 */
.green-result-tab::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -10px;
  width: 17px;
  height: 101%;
  background-color: inherit;
  transform: skewX(11deg);
  z-index: 1;
  border-radius: 0 4px 0 0;
}

/* 添加斜角效果 */
.green-result-tab.green-tab-active::after {
  background-color: #02bb91;
  box-shadow: 3px 0px 4px -2px rgba(0, 0, 0, 0.1);
}

.green-result-tab img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  z-index: 2;
}

.green-result-tab h4 {
  font-size: 16px;
  color: #5b5c60;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin: 0;
  position: relative;
  z-index: 2;
}

.green-tab-active {
  background-color: #02bb91;
}

.green-tab-active h4 {
  color: #ffffff;
}

.result-content {
  display: none;
}

.result-content.active {
  display: block;
}

.eussbd-table-wrapper {
  border: 1px solid #e0e0e0;
  padding: 15px;
  border-radius: 4px;
}

.eussbd-table-wrapper-theme {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.hazard-table-header {
  background: #f7f7f7;
  padding: 10px 15px;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #dee2e6;
}
.hazard-table-header-tip {
  margin-left: 4px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.hazard-table-header h4 {
  margin: 0;
  font-size: 16px;
  color: #293a4c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hazard-table-header i {
  margin-left: 8px;
  color: #a1a2a6;
  font-size: 14px;
}

.hazard-table {
  width: 100%;
  border-collapse: collapse;
  /* border: 1px solid #dee2e6; */
}

.hazard-table th,
.hazard-table td {
  color: #293a4c;

  text-align: center;
  font-size: 14px;
  width: 7.142%;
  height: 50px;
  box-shadow: inset 1px 0px 0px 0px #dee2e6, inset 0px -1px 0px 0px #dee2e6;
}

.hazard-table th {
  font-weight: bold;
  background-color: #fff;
  color: #293a4c;
}

/* 危害等级颜色 */
.hazard-green {
  background-color: #7dd432;
}

.hazard-miss {
  background-color: #a1a2a6;
}

.hazard-high {
  background-color: #ff0000;
}

.hazard-orange {
  background-color: #ff7e41;
}
.hazard-yellow {
  background-color: #feff00;
}

/* 危害等级说明 */
.hazard-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.hazard-legend-item {
  display: flex;
  align-items: center;
}

.hazard-legend-color {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 2px;
}

.hazard-legend-text {
  font-size: 14px;
  color: #5b5c60;
}
.hazard-no-data {
  box-shadow: none !important;
}
.hazard-table th:first-child {
  box-shadow: inset 0px -1px 0px 0px #dee2e6;
}

.hazard-table tr td:first-child {
  box-shadow: inset 0px -1px 0px 0px #dee2e6;
}
.tipsContent {
  padding: 12px;
  min-width: 300px;
  border: none;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}
.tipsContent li {
  color: #293a4c;
  margin-bottom: 8px;
}
.tipsContent li:last-child {
  margin-bottom: 0px;
}

/* Tooltip styles */
.hazard-green,
.hazard-miss,
.hazard-high,
.hazard-orange,
.hazard-yellow {
  position: relative;
}

.hazard-tooltip {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #293a4c;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 100;
  display: none;
  pointer-events: none;
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
}

/* Show tooltip on hover */
.hazard-green:hover .hazard-tooltip,
.hazard-miss:hover .hazard-tooltip,
.hazard-high:hover .hazard-tooltip,
.hazard-orange:hover .hazard-tooltip,
.hazard-yellow:hover .hazard-tooltip,
.lt-vdanger-cell:hover .hazard-tooltip,
.lt-danger-cell:hover .hazard-tooltip,
.lt-yellow-cell:hover .hazard-tooltip,
.lt-green-cell:hover .hazard-tooltip,
.lt-vgreen-cell:hover .hazard-tooltip,
.lt-grey-cell:hover .hazard-tooltip,
.lt-result-level:hover .hazard-tooltip {
  display: block;
}

/* Add arrow to tooltip */
.hazard-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.gs-sub-table {
  display: block !important;
}
.inventory-deatil-table-title {
  font-size: 18px;
  color: #293a4c;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  margin: 60px 0 20px 0;
}

/* List Translator 表格样式 */
.list-translator-section {
  margin-bottom: 20px;
}

.list-translator-table {
  width: 100%;
  border-collapse: collapse;
  /* border: 1px solid #dee2e6; */
  font-size: 14px;
}

.list-translator-table th,
.list-translator-table td {
  box-shadow: inset 1px 0px 0px 0px #dee2e6, inset 0px -1px 0px 0px #dee2e6;
  text-align: center;
  vertical-align: middle;
  width: 42px;
  height: 50px;
}
.list-translator-table tr .lt-header-cell:first-child,
.list-translator-table tr .lt-name-cell {
  box-shadow: inset 0px -1px 0px 0px #dee2e6;
}
.lt-header-cell {
  background-color: #f7f7f7;
  color: #293a4c;
  font-weight: 500;
  font-size: 14px;
}

.group-header {
  position: relative;
}

.info-icon {
  width: 14px;
  height: 14px;
  margin-left: 4px;
  cursor: pointer;
  vertical-align: middle;
}

.lt-subheader-cell {
  font-weight: normal;
  font-size: 13px;
  color: #5b5c60;
  font-weight: bold;
}

.lt-name-cell {
  font-weight: bold;
  color: #293a4c;
  text-align: left;
  width: 120px !important;
}

.lt-result-cell {
  font-weight: 400;
  color: #293a4c;
  font-weight: bold;
  width: 100px !important;
}
/* 危害等级颜色 */
.lt-empty-cell {
  /* font-weight: bold; */
}
.lt-vdanger-cell {
  background-color: #c00000;
  /* font-weight: bold; */
}
.lt-danger-cell {
  background-color: #ff0000;
  /* font-weight: bold; */
}

.lt-yellow-cell {
  background-color: #feff00;
  /* font-weight: bold; */
}

.lt-green-cell {
  background-color: #7dd432;
  /* font-weight: bold; */
}
.lt-vgreen-cell {
  background-color: #00b050;
  /* font-weight: bold; */
}

.lt-grey-cell {
  background-color: #a1a2a6;
  /* font-weight: bold; */
}

/* 查看详情按钮 */
.view-assessment-btn {
  background-color: #02bb91;
  color: white;
  padding: 4px 16px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
  border-radius: 16px;
}

.view-assessment-btn:hover {
  background-color: #029e7a;
  color: white;
  text-decoration: none;
}

.arrow-icon {
  font-weight: bold;
  margin-left: 4px;
}
.gsTipsContent {
  min-width: 240px;
}
.lastTipsContent {
  left: -220px;
}
.flex-box {
  display: flex;
  gap: 64px;
}
.page-content-left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.page-content-left-theme {
  font-weight: 600;
  font-size: 32px;
  color: #293a4c;
  line-height: 45px;
  text-align: left;
  font-style: normal;
  margin: 0;
}
.page-content-left-info {
  margin-top: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #5b5c60;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}
.page-content-left-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.page-content-left-list li img {
  width: 16px;
  height: 16px;
}
.page-content-left-list li span {
  font-weight: 500;
  font-size: 16px;
  color: #293a4c;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  display: inline-block;
  margin-left: 4px;
}

.gs-right-block-img {
  width: 556px;
  height: 371px;
}
.page-content-container-article {
  font-weight: 400;
  font-size: 14px;
  color: #293a4c;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-top: 20px;
}
.function-box {
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
.function-box-item {
  flex: 1;
  box-shadow: 0px 3px 10px 0px rgba(204, 204, 204, 0.2),
    0px 2px 10px 0px rgba(2, 140, 109, 0.1);
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.function-box-item .item-icon {
  width: 40px;
  height: 40px;
}
.function-box-item .item-title {
  font-size: 18px;
  color: #293a4c;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}
.function-box-item .item-sums {
  font-weight: bold;
  font-size: 32px;
  color: #02bb91;
  line-height: 37px;
  text-align: left;
  font-style: normal;
}
.function-box-item .item-info {
  font-weight: 400;
  font-size: 16px;
  color: #5b5c60;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  min-height: 60px;
}
.function-box-item .item-info-cn {
  min-height: 40px;
}
.function-box-item p {
  margin: 0;
}
.assessment-modal {
  box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05),
    0px 6px 16px 0px rgba(0, 0, 0, 0.08), 0px 3px 6px -4px rgba(0, 0, 0, 0.12);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.72);
  z-index: 1000;
}
.assessment-modal .modal-content {
  width: 480px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(204, 204, 204, 0.3);
  border-radius: 4px;
  border: 1px solid #dee2e6;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.assessment-modal.show {
  display: flex;
}
.cancel-btn {
  background-color: #fff;
  color: #5b5c60;
  border: 1px solid #dee2e6;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.cancel-btn:hover {
  background-color: #f5f5f5;
}
.submit-btn {
  background-color: #02bb91;
  color: white;
  border: none;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.submit-btn:hover {
  background-color: #029e7a;
}
.modal-content .close-btn {
  position: absolute;
  top: 0px;
  right: 10px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #a1a2a6;
}
.assessment-modal .modal-title {
  font-weight: 600;
  font-size: 20px;
  color: #293a4c;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.cas-info {
  background: #f5f8fb;
  border-radius: 4px;
  padding: 20px;
  box-sizing: border-box;
  margin: 15px 0;
}
.cas-info-cas span:first-child {
  font-weight: 400;
  font-size: 16px;
  color: #a1a2a6;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}

.cas-info-cas span:last-child {
  font-weight: 400;
  font-size: 16px;
  color: #02bb91;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.cas-info-info {
  font-weight: 500;
  font-size: 16px;
  color: #293a4c;
  line-height: 22px;
  text-align: left;
  font-style: normal;
}
.content-item {
  padding-bottom: 15px;
}
.content-item .item-textBox {
  margin-bottom: 0;
}
.greenchemical-application .form-item .fi-balel {
  font-size: 16px;
  font-weight: 500;
  color: #293a4c;
  line-height: 22px;
}
.greenchemical-application .form-item .fi-balel b {
  color: #ff0000;
}
.form-buttons {
  margin-top: 20px;
}
.font-bold {
  font-weight: bold;
}
.subTag {
  font-size: 12px;
}

/* 悬浮触发下拉菜单样式 */
.hover-dropdown {
  position: relative;
  display: inline-block;
}

.hover-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.hover-dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* 为了更好的用户体验，添加一个小延迟 */
.hover-dropdown .dropdown-menu {
  pointer-events: none;
}

.hover-dropdown:hover .dropdown-menu {
  pointer-events: auto;
}
