body{
    background:#FAFAFB;
}
@media (max-width: 1400px) {
  .element-box{
       padding: 20px 0 8px 0!important;
  }
}
@media (max-width: 1600px) {
    .cnEnName-txt{
      max-width: 400px!important;
    }
    .element-box{
      font-size: 24px!important;
    }
    .element-detail-prod{
      left: 570px!important;
    }
}

.wrap-content {
  overflow: auto;
  height: 100%;
  
}
.flex{
    display: flex;
    gap:5px;
}
.elements{
    width: 100%;
    margin: 65px auto 0 auto;
    position: relative;
}
.elements-line{
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 5px;
}
.element-box{
    position: relative;
    padding: 20px 0 16px 0;
    flex: 1;
    border-radius: 8px;
    opacity: 1;
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    font-family: "Manrope";
    cursor: pointer;
    border: 1px solid transparent;
}
.element-box-num{
   padding: 0!important;
   display: flex;
   align-items: center;
   justify-content: center;
}
.element-box .number{
   color: #fff;
   font-size: 22px;
}
.element-left{
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 4px;
    left: 6px;
    font-size: 14px;
    font-weight: 400;
    
}
.element-right{
    display: inline-block;
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 14px;
    font-weight: 400;
    
}
.color1{
   border: 1px solid #b2c9d3;
    background: #d3e1e7;
    color: #446976;
}
.color2{
  border: 1px solid #b9d0ff;
  background: #d8e5ff;
  color: #3366B0;
}
.color3{
   border: 1px solid #f0b3d8;
   background: #f4d4e8;
   color: #B03482;
}
.color4{
   border: 1px solid #ffb79b;
   background: #ffd8c0;
   color: #C8401E;
}
.color5{
  border: 1px solid #a5cbaf;
  background: #c6e7cf;
  color: #427851;
}
.color6{
  border: 1px solid #b2d5e2;
  background: #d4ebf4;
  color: #308EB2;
}
.color7{
  border: 1px solid #d5d5d5;
  background: #eaeaea;
  color: #787878;
}
.color8{
  border: 1px solid #d9c5ff;
  background: #ece3ff;
  color: #7D64AD;
}
.color9{
  border: 1px solid #ffb9b9;
  background: #ffdcdc;
  color: #B33D3D;
}
.color10{
  border: 1px solid #EBBC6B;
  background: #FFE4B6;
  color: #B27000;
}
.mt30{
    margin-top: 30px;
}
.element-detail{
    position: absolute;
    top: 0;
    left: 217px;
    display: flex;
    width: 420px;
}
.element-detail-prod{
    position: absolute;
    top: 0;
    left: 675px;
    color: #1d2129;
    text-align: right;
    font-size: 30px;
    font-weight: 500;
    
}
.element-detail-prod p{
    margin-bottom: 0;
}
.element-detail-prod span{
    position: relative;
    top: -10px;
    font-size: 24px;
}
.element-detail-left{
  width: 114px;
  padding-top: 11px;
}
.element-detail-left p{
    position: relative;
    color: #1d2129;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    padding-right: 35px;
    margin-bottom: 4px;
}
.element-detail-left p::after{
    content: '';
    width: 38px;
    height:1px;
    background: #e5e6eb;
    position: absolute;
    right: -10px;
    top: 9px;
}
.element-detail-center{
    width: 170px;
    height: 180px;
    padding: 6px 11px 11px 11px;
    border-radius: 16px;
    opacity: 1;
    border: 1px solid #b2d5e2;
    background: #d4ebf4;
   
}
.element-detail-center-top{
   display: flex;
   justify-content: space-between;
}
.element-detail-center-top .left {
    width: 96px;
}
.element-detail-center-top .right {
    flex: 1;
}
.element-detail-center-top .left p{
    color: #308eb2;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    width: 106px;
}
.element-detail-center-top .left p:nth-child(1){
 color: #308eb2;
 font-size: 14px;
 font-weight: 600;
 margin-bottom: 5px;
}
.element-detail-center-top .right p{
    margin-bottom: 4px;
}
.element-detail-center-top .right p:nth-child(1){
    color: #308eb2;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
}
.element-detail-center-top .right p:nth-child(2){
    color: #308eb2;
    font-size: 50px;
    font-weight: 600;
    width: 50px;
    height: 50px;
}
.element-detail-center-top .right p:nth-child(3){
    color: #308eb2;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    margin-top: 30px;
}
.element-detail-center-bottom{
    color: #308eb2;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.element-detail-right{
    width: 106px;
}

.element-detail-right p{
    position: relative;
    color: #1d2129;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 4px;
}
.element-detail-right p:nth-child(1){
    margin-top: 8px;
}
.element-detail-right p:nth-child(2){
    margin-top: 86px;
}
.element-detail-right p::before{
    content: '';
    width: 38px;
    height:1px;
    background: #e5e6eb;
    position: absolute;
    left: -10px;
    top: 9px;
}

.element-active::before{
  content: '';
  position:absolute;
  border: 4px solid #4a75ff;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 6px;
}

.wrap-prods{
    width: 1540px;
    padding: 40px 60px;
    border-radius: 8px;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 0 10px 0 #f0f1f5e6;
    margin: 77px auto 0 auto;
}



.wrap-serPrd-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
   width: 100%;
    border-radius: 8px;
    opacity: 1;
    background: #ffffff;
    box-shadow: 0 0 10px 0 #f0f1f5e6;
    margin: 0 auto;
}

.serPrd-content-tp {
  margin: 0 auto;
  width: 1540px;
  height: 50px;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.download-link.downloaded {
  color: #771caa !important;
}
.wrap-list-total {
  margin: 37px auto 0 auto;
  display: flex;
  font-size: 14px;
  
  font-weight: 400;
  color: #86909c;
  line-height: 40px;
  justify-content: flex-end;
}

.highLightWords {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  color: #4a75ff;
}

.wrap-search-list {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 40px 60px 0 60px;
}

.search-list-item {
  display: flex;
  gap: 105px;
  margin-bottom: 20px;
}

.list-item-left {
  flex: 0 0 auto;
  width: 140px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.list-item-lt {
  width: 140px;
  height: 140px;
}
.list-item-lt img{
   max-width: 100%;
   max-height: 100%;
}

.list-item-lb {
  flex: 0 0 auto;
  font-size: 14px;
  
  font-weight: 400;
  color: #4e5969;
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}

.ver-line {
  width: 1px;
  height: 11px;
  border: 1px solid #e5e6eb;
}

.molDown,
.molVisited:link {
  color: #4E5969;
}

.list-item-right {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 20px;
}
.search-list-item:not(:last-of-type) .list-item-right {
  border-bottom: 1px solid #e5e6eb;
}
.list-item-rl {
  flex: 1 1 auto;
  line-height: 24px;
}
.wrap-info-item {
  width: 100%;
  display: flex;
  font-size: 14px;
  
  line-height: 28px;
}
.label {
  flex: 0 0 auto;
  font-weight: 400;
  color: #86909c;
  width: 80px;
}
.value {
  flex: 0 0 auto;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
}

.wrap-copy {
  visibility: hidden;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #86909c;
}
.wrap-copy:hover {
  color: #2d9abb;
}
.value a {
  text-decoration: none;
  color: #1d2129;
}
.value a:hover {
  text-decoration: none;
  color: #2d9abb;
}
.value:hover {
  color: #2d9abb;
}
.list-item-rr {
  flex: 0 0 auto;
  width: 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.wrap-danger {
  height: 40px;
  border: 1px solid #ffdec0;
  background: #fff6ea;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ff7d00;
  gap: 10px;
  margin-top: 10px;
  padding-left: 14px;
}
.regulatory {
  border: 1px solid #ffbfbf;
  background: #ffece8;
  color: #f53f3f;
}
.list-action-btn {
  width: 130px;
  height: 34px;
  background: #ebf2ff;
  border-radius: 29px;
  cursor: pointer;
  font-size: 14px;
  
  font-weight: 400;
  color: #1d2129;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
}
.list-action-btn:hover {
  background: #8bb3ff;
  color: #ffffff;
}

.wrap-pageNation {
  width: 100%;
  flex: 0 0 auto;
  padding: 30px 0 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #e5e6eb;
}
.text-blue a,.text-blue {
  color: #335fad;
}
.list-item-matchWords {
  color: #ff5a54;
}

.supplier-num {
  color: #4a75ff;
}
.no-spectrogram {
  text-align: center;
  line-height: 34px;
  width: 130px;
  height: 34px;
  font-size: 14px;
  
  background: #ffffff;
  border: 1px solid #c9cdd4;
  color: #86909c;
  text-decoration: none;
  border-radius: 29px;
  cursor: not-allowed;
}

.danger-prd-txt {
  font-size: 14px;
  
  font-weight: 600;
  color: #f53f3f;
}

.danger-txt {
  font-size: 12px;
  
  font-weight: 400;
  color: #f53f3f;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
header {
  flex: 0 0 auto;
}

#search-prd-box {
  flex: 1 1 auto;
  overflow: auto;
  min-height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  background: #fafafb;
}

footer {
  flex: 0 0 auto;
}
.cnEnName-txt {
  max-width: 795px;
}

.prd-search-header {
}

.wrap-content {
  overflow: auto;
  min-height: calc(100% - 61px);
}

.wrap-3dTabs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tabsItem {
  padding: 5px 10px;
  border-radius: 3px;
  color: #1d2129;
  background-color: #efefef;
  font-size: 14px;
  cursor: pointer;
  
}

.tabsItem:hover {
  background-color: #8bb3ff;
  color: #ffffff;
}

.tabsItem-active {
  background-color: #8bb3ff;
  color: #ffffff;
}
.content-2D {
   display: none;
    position: absolute;
    top: 70px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow: hidden;
}
.content-3D {
   height: calc(100% - 10px);
}
.img-2d {
  width: auto;
  height: auto;
   position: relative;
}

.wrap-action {
  margin-top: 20px;
}

.form-check-label {
  font-size: 14px;
  
  color: #1d2129;
}
.prohibit-tip {
  font-size: 16px;
  
  font-weight: 400;
  color: #f53f3f;
  line-height: 26px;
  margin: 0;
  margin-top: 30px;
  width: 566px;
  height: 93px;
  opacity: 1;
  background: #ffece8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.go-index {
  width: 566px;
  height: 54px;
  font-size: 14px;
  
  font-weight: 400;
  color: #1d2129;
  line-height: 14px;
  border: 1px solid #E5E6EB;
  border-top: none;

}
.go-index a {
  margin-left: 5px;
  color: #4a75ff;
}

.wrap-swiper {
  display: none;
  position: fixed;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1000;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
}

.close-swiper {
  position: absolute;
  right: 30px;
  top: 25px;
  cursor: pointer;
}

.swiper {
  width: 80%;
  height: 100%;
}

.swiper-button-prev-custom,
.swiper-button-next-custom {
  width: 60px !important;
  height: 60px !important;
}

.swiper-slide {
  padding-left: 100px;
  padding-right: 100px;
}

.swiper-slide-item {
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}

.swiper-prd-Title {
  flex: 0 0 auto;
  font-size: 17px;
  
  font-weight: 600;
  color: #1d2129;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.wrap-swiper-img {
  flex: 1 1 auto;
  overflow: auto;
}

.swiper-img {
  width: 100%;
}

.viewMoreImg {
  width: 150px;
  height: 40px;
  background: rgba(45, 53, 67, 0.8);
  border-radius: 20px;
  font-size: 14px;
  
  font-weight: 600;
  color: #ffffff;
  position: absolute;
  z-index: 4000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  right: 123px;
  bottom: 13px;
}

/*未登录状态*/
.unLoginPart {
  display: none;
}
.wrap-unLogin {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 61px);
  z-index: 18;
  background: linear-gradient(
    180deg,
    rgba(139, 179, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.31) 100%
  );
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-box .logo-text {
  text-align: center;
  font-size: 34px;
  
  font-weight: 600;
  color: #626262;
  line-height: 48px;
  background: linear-gradient(90deg, #335eea 0%, #94cbc1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.logo-entry {
  margin-top: 25px;
  width: 460px;
  height: 450px;
  background: #ffffff;
  box-shadow: 0px 11px 38px 0px rgba(139, 179, 255, 0.4);
  border-radius: 18px;
  border: 1px solid #e8ecf2;
  padding: 40px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login-close {
  top: 20px;
  right: 20px;
  position: absolute;
  font-size: 20px;
  color: #86909c;
  line-height: 20px;
  cursor: pointer;
}
.wrap-login-tip {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 24px;
}
.login-title {
  
  font-size: 20px;
  font-weight: 600;
  color: #1d2129;
  line-height: 20px;
}
.itemContent-red {
  color: #f53f3f;
  
}
.do-not-find-result-box {
  display: flex;
  flex-direction: column;
  height: calc(100% - 50px);
}

.Iframe3d {
  width: 100%;
  height: 100%;
  min-height: 242px;
}
.search-list-item:not(:last-of-type)>div>.list-item-right{
    border: none;
}