.flex-center{
    display: flex;
    align-items: center;
}
.flex-solo{
    flex-direction:column;
}

.form-wrap input::placeholder {
    color: #fff;
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    #pro-search.pro-search {
        display: none !important;
    }
    .xm-select-block {
        display: none !important;
    }
    #zhs-content {
        border-top-left-radius:10px;
        border-bottom-left-radius:10px;

    }
}
.zh-search{
    padding: 8px 15px 4px 15px;
    margin-right: auto;
    margin-left: auto;

    max-width: 1170px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: start;*/
    border-radius: 10px;
    /*border: 1px solid #ccc;*/
    background-color: white;
}
.xm-label{
    background-color: #28a3af;
    color:#ffffff;
}
.xm-tips{
    color:#ffffff;
    z-index: 10;
}
.xm-select1 > .scroll-body .selected{
    background-color: #28a3af;
}

.xm-select1 > xm-select{
    border-color: #28a3af;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #28a3af;
    /*padding-right: 3px;*/
}
.xm-select2 > xm-select{
    border-color: #28a3af;
    /*background-color: #28a3af;*/
}
.xm-select1 .xm-label{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.xm-search .xm-icon-sousuo{
    display: none;
}
.xm-search-input {
    /*border: none;*/
    /*border-bottom: 1px solid #E6E6E6;*/
    padding-left: 0!important;
}

.zh-search .xm-select-block{
    /*padding: 12px 0 12px 10px;*/
    display: flex;
    background: #ffffff;
}
.zh-search .xm-select1{
    width: 150px;;
    height: 48px;
    color: #999999;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.zh-search .xm-select2{
    width: 150px;
    height: 48px;
}
.zhs-input{
    width: 100%;
    padding: 8px 0 16px 0;
}
.zhs-input input{
    padding-left: 10px;
    height: 40px;
    width: 100%;
    /*border-left: none;*/
    background-color: transparent;
    border: 1px solid #28a3af;
}
.zhs-btn-area{
    padding: 8px 10px 16px 0;
}
.zhs-btn-area .zh-button{
    background-color: white;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 7px 30px 7px 30px;
    font-size: 12px;
    line-height: 24px;
    border: 1px solid #28a3af;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
    color: #292929;
}
.zhs-btn-area .zh-button:hover{
    color: #ffffff;
    background-color: #28a3af;
    border-color: #28a3af;
    transition: all ease .4s;
}





@media (min-width: 1200px) {
    .contact-us1{font-size: 30px!important;line-height: 0.8}
    .contact-us2{font-size: 16px!important;}
}
@media (min-width: 768px) {
    .contact-us1{font-size: 30px!important;line-height: 0.8}
    .contact-us2{font-size: 16px!important;}
}
@media (max-width: 767.98px) {
    .contact-us1{font-size: 26px!important;line-height: 0.8}
    .contact-us2{font-size: 14px!important;}
}


.contact-icon{
    font-style: normal;!important;
    padding-right: 5px;
}
.footer-icon{
    display: flex;
    margin:15px auto 0 auto;
}
.footer-img{
    max-width: 38px;
    padding: 1px;
}


.qrcode-area {
    position: relative;
    /*display: inline-flex;      !* 改用弹性布局 *!*/
    display: none;
    justify-content: center;  /* 水平居中 */
    margin: 10px;
    font-size: 2.5rem;
    cursor: pointer;
}
.qrcode{
    position: absolute;
    left: 50%;
    bottom: calc(100% + 1px); /* 位于图标上方15px处 */
    transform: translateX(-50%); /* 仅水平居中 */
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); /* 弹性动画 */

    /* 尺寸优化 */
    width: 180px!important;
    min-width: 180px!important;
    height: 180px;
    border: 2px solid #eee;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    background: #fff;

    /* 精准定位修正 */
    margin-bottom: 5px; /* 微调间距 */
}

.qrcode-area:hover .qrcode {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-5px); /* 轻微弹性动画 */
    /*opacity: 1;*/
    /*visibility: visible;*/
    /*transform: translateX(0) translateY(-10px); !* 上移10px *!*/
}

.search-layout__item_bordered {
    padding: 10px 22px 10px;
    border: 1px solid #e8e8e8;
}

/*
* Card corporate
*/
.card-corporate1 {
    text-align: left;
    box-shadow: 0 2px 5px 0 rgba(68, 73, 83, 0.12);
}

.card-corporate1 .card-title1 a,
.card-corporate1 .card-collapse1 {
    background: #ffffff;
}

.card-corporate1 .card-title1 a {
    position: relative;
    z-index: 1;
    padding: 12px 41px 12px 16px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0;
    color: #151515;
    transition: 1.3s all ease;
}

.card-corporate1 .card-title1 a .card-arrow1 {
    transition: .33s;
}

.card-corporate1 .card-title1 a.collapsed {
    border-bottom-width: 0;
}

.card-corporate1 .card-title1 a.collapsed .card-arrow1::before {
    opacity: 1;
}

.card-corporate1 .card-title1 a.collapsed .card-arrow1::after {
    opacity: 0;
}

.card-corporate1 .card-arrow1 {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #28a3af;
    color: #ffffff;
    transition: .33s all ease;
    text-align: center;
}

.card-corporate1 .card-arrow1::before, .card-corporate1 .card-arrow1::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    font-family: 'Material Icons';
    font-size: 12px;
    line-height: 1;
    transition: .22s;
}

.card-corporate1 .card-arrow1::before {
    content: '\e145';
    opacity: 0;
}

.card-corporate1 .card-arrow1::after {
    content: '\e15b';
    opacity: 1;
}

.card-corporate1 .card-arrow1:hover {
    background: #f36438;
}

.card-corporate1 .card-collapse1 {
    position: relative;
    z-index: 1;
    color: #9b9b9b;
}

.card-corporate1 .card-body1 {
    border-top: 1px solid #dedede;
    padding: 25px 44px 25px 32px;
}

@media (max-width: 767.98px) {
    .card-corporate1 .card-title1 a {
        font-size: 14px;
    }
    .card-corporate1 .card-arrow1 {
        top: 19px;
        width: 20px;
        height: 20px;
    }
    .card-corporate1 .card-arrow1::before, .card-corporate1 .card-arrow1::after {
        font-size: 14px;
    }
    .card-corporate1 .card-title1 a,
    .card-corporate1 .card-body1 {
        padding-left: 25px;
    }
}


/*标签按钮样式*/

/* 按钮基础样式 */
.ptag-dual-label {
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 0 2px 0 0;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    /*background: linear-gradient(to right, #007bff, #e8e8e8);*/
    background: #e8e8e8;
    border: 1px solid #f0f0f0;
    transition: all 0.2s ease;
    /*min-width: 200px;*/
    width: auto;

    margin-right: 5px;
}

/* 左侧动态颜色区域 */
.ptag-dual-label__left {
    padding: 8px 16px;
    border-radius: 4px 0 0 4px;
    background-color: #007bff;
    color: white;
}

/* 右侧固定浅灰区域 */
.ptag-dual-label__right {
    padding: 8px 16px;
    border-radius: 0 4px 4px 0;
    background-color: #e8e8e8 !important;
    color: #666666;
}

/* 颜色方案集合 */
.ptag-dual-label.color-blue .ptag-dual-label__left {
    background-color: #007bff;
}
.ptag-dual-label.color-green .ptag-dual-label__left {
    background-color: #28a745;
}
.ptag-dual-label.color-purple .ptag-dual-label__left {
    background-color: #6c757d;
}
.ptag-dual-label.color-orange .ptag-dual-label__left {
    background-color: #ffc107;
}
.ptag-dual-label.color-red .ptag-dual-label__left {
    background-color: #c65911;
}

/* 尺寸变体系统 */
.ptag-dual-label.size--small {
    padding: 0 2px 0 0;
    font-size: 12px;
    /*min-width: 180px;*/
}
.ptag-dual-label.size--small .ptag-dual-label__left,
.ptag-dual-label.size--small .ptag-dual-label__right {
    padding: 3px 5px;
    font-size: 12px;
}

.ptag-dual-label.size--large {
    padding: 16px 32px;
    font-size: 18px;
    min-width: 240px;
}
.ptag-dual-label.size--large .ptag-dual-label__left,
.ptag-dual-label.size--large .ptag-dual-label__right {
    padding: 10px 18px;
    font-size: 12px;
}

/* 状态效果 */
/*.ptag-dual-label:hover {*/
/*    background: linear-gradient(to right,*/
/*    rgba(var(--ptag-left-color, #007bff), 0.8),*/
/*    #e8e8e8);*/
/*}*/
/*.ptag-dual-label:active {*/
/*    transform: translateY(2px);*/
/*}*/

/* 响应式适配 */
@media (max-width: 480px) {
    .ptag-dual-label.size--large {
        padding: 12px 24px;
        font-size: 16px;
        min-width: auto;
    }
    .ptag-dual-label.size--large .ptag-dual-label__left,
    .ptag-dual-label.size--large .ptag-dual-label__right {
        padding: 8px 12px;
        font-size: 12px;
    }
}


/*产品列表样式*/
.product-list{
    color: #333333;
}
.product-list .product-box{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
}
.product-box:hover {
    border: 1px solid #186078;
}

.product-box .file-link-a{
margin-bottom: 20px;
    font-size: 12px;
}
.product-box .file-link-a a {
    cursor: pointer;
    margin-right: 10px;
    color: #333;
    font-size: 12px;
}
.file-link a:active,.file-link a:hover,.file-link a:link,.file-link a:visited {
    text-decoration: underline;
    outline: 0;
}
.product-box .file-link-a a  i{
    color: white;
    margin-top: -1px;
    background-color: #28a3af;
    border-color: #28a3af;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    border-radius: 50%;
}
.product-box h5{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #333;
}
.product-box h5 a{
    cursor: pointer;
    font-size: 15px;
    color: #333;
}
.product-box h5 a:active, .product-box h5 a:hover {
    text-decoration: underline!important;
    outline: 0;
}
.product-box .list-item{
    /*margin-left: 85px;*/
    margin: 0 0 10px 85px;
    word-break: break-all;
    min-height: 17px;

}
.list-item span {
    width: 85px;
    margin-left: -85px;
    float: left;
}
.list-item a.link-blue, .list-item a.link-blue:link {
    color: #007aff;
    text-decoration: underline;
    cursor: pointer;
}
.list-item b.link-blue, .list-item b.link-blue:link {
    color: #007aff!important;
    text-decoration: underline;
    cursor: pointer;
    display: inline!important;
    font-weight: normal;
}

.product-box .list-item{
    /*margin-left: 85px;*/
    margin: 0 0 10px 85px;
    word-break: break-all;
    min-height: 24px;

}

.tag-btn{padding: 0 5px;font-size: 10px;color: white;text-align: center;cursor: pointer; border-radius: 4px; background:#ccc; margin:0 2px;}
.tag-btn:hover{color: white}
a.tag-btn[bind-tag=WB] {border: 2px solid #6b6b6b;background-color: #6b6b6b;}
a.tag-btn[bind-tag=" WB"] {border: 2px solid #6b6b6b;background-color: #6b6b6b;}

a.tag-btn[bind-tag=useless] {display:none;}

a.tag-btn[bind-tag=IHCP] {border: 2px solid #c65911;background-color: #c65911;}
a.tag-btn[bind-tag=IHC-P] {border: 2px solid #c65911;background-color: #c65911;}
a.tag-btn[bind-tag=IHCF] {border: 2px solid #c65911;background-color: #c65911;}
a.tag-btn[bind-tag=IHF] {border: 2px solid #c65911;background-color: #c65911;}
a.tag-btn[bind-tag=IHC-F] {border: 2px solid #c65911;background-color: #c65911;}
a.tag-btn[bind-tag=IHC] {border: 2px solid #c65911;background-color: #c65911;}
a.tag-btn[bind-tag=mIHC] {border: 2px solid #c65911;background-color: #c65911;}
a.tag-btn[bind-tag=IHC-Fr] {border: 2px solid #c65911;background-color: #c65911;}

a.tag-btn[bind-tag=ICC] {border: 2px solid #745399;background-color: #745399;}
a.tag-btn[bind-tag=ICC\/IF] {border: 2px solid #745399;background-color: #745399;}

a.tag-btn[bind-tag="IF/ICC"] {border: 2px solid #5959ff;background-color: #5959ff;}
a.tag-btn[bind-tag="IF"] {border: 2px solid #5959ff;background-color: #5959ff;}
a.tag-btn[bind-tag="IF-C"] {border: 2px solid #5959ff;background-color: #5959ff;}
a.tag-btn[bind-tag="IF-T"] {border: 2px solid #5959ff;background-color: #5959ff;}
a.tag-btn[bind-tag="IF-P"] {border: 2px solid #5959ff;background-color: #5959ff;}
a.tag-btn[bind-tag="IF-Fr"] {border: 2px solid #5959ff;background-color: #5959ff;}

a.tag-btn[bind-tag=IP] {border: 2px solid #f4b62c;background-color: #f4b62c;}

a.tag-btn[bind-tag=ChIP] {border: 2px solid #a6a5c4;background-color: #a6a5c4;}

a.tag-btn[bind-tag=ChIPseq] {border: 2px solid #6c88c6;background-color: #6c88c6;}

a.tag-btn[bind-tag=RIP] {border: 2px solid #ffca99;background-color: #ffca99;}

a.tag-btn[bind-tag=FC] {border: 2px solid #e25a53;background-color: #e25a53;}
a.tag-btn[bind-tag=FCM] {border: 2px solid #e25a53;background-color: #e25a53;}

a.tag-btn[bind-tag="FC (intra)"] {border: 2px solid #bb5548;background-color: #bb5548;}
a.tag-btn[bind-tag="FC(Intra)"] {border: 2px solid #bb5548;background-color: #bb5548;}

a.tag-btn[bind-tag=Inhibition] {border: 2px solid #bb5548;background-color: #bb5548;}

a.tag-btn[bind-tag=DB] {border: 2px solid #c66c96;background-color: #c66c96;}

a.tag-btn[bind-tag=ELISA] {border: 2px solid #80aba9;background-color: #80aba9;}

a.tag-btn[bind-tag="(ELISA)"] {border: 2px solid #80aba9;background-color: #80aba9;}

a.tag-btn[bind-tag=MeDIP] {border: 2px solid #ae8d92;background-color: #ae8d92;}

a.tag-btn[bind-tag=DB] {border: 2px solid #fc8ca8;background-color: #fc8ca8;}
a.tag-btn[bind-tag=Dotblot] {border: 2px solid #fc8ca8;background-color: #fc8ca8;}
a.tag-btn[bind-tag="Dot blot"] {border: 2px solid #fc8ca8;background-color: #fc8ca8;}

a.tag-btn[bind-tag=FCM] {border: 2px solid #da496d;background-color: #da496d;}

a.tag-btn[bind-tag="CUT&Tag"] {border: 2px solid #ae8d92;background-color: #ae8d92;}

a.tag-btn[bind-tag="meRIP"] {border: 2px solid #F49115;background-color: #F49115;}
a.tag-btn[bind-tag="ChIC/CUT&RUN-seq"] {border: 2px solid #F49115;background-color: #F49115;}

a.tag-btn[bind-tag="Slot blot"] {border: 2px solid #6291B7;background-color: #6291B7;}

/*控制抗体产品模板需要暂时隐藏的模块*/
/*.tmp_hidden{*/
/*    display: none;*/
/*}*/
/*.kz-wb{display: none}*/
/*.kz-ihc{display: none}*/
/*.kz-if{display: none}*/

/*控制elisaZS系列产品模板需要暂时隐藏的模块*/
.elisa-hidden{
    display: none;
}

/*搜索产品列表页，预览轮播图*/
.product-box .list-preview{

}
.list-preview .coverImage{
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    cursor: zoom-in;
    transition: transform 0.3s;
}
.list-preview .coverImage:hover{
    transform: scale(1.02);
}
.list-preview .hidden-gallery {
    display: none;
}

/*左侧相关产品样式*/
.related-product{
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
}
.related-product .single-product{
    box-shadow: 1px 2px 6px #dbdbdb;
    margin: 5px 15px;
    text-align: center;
    background-color: #F7F7F7;
    padding: 5px 10px 10px;
}
.single-product .product-image {
    position: relative;
    transform: scale3d(1, 1, 1);
    transition: .33s;
    width: 100%;
}
.single-product:hover .product-image {
    transform: scale3d(1.04, 1.04, 1.04);
}
.single-product .product-intro {
    padding: 5px;
}
.single-product .product-intro .title1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: 100;
    font-size: 13px;
    color: #333;
}
 .product-intro .title1:hover{
    color: #f36438;
}

 .table-title{
     font-weight: 700;
     max-width: 200px;
     width: 120px;
 }

 /*右侧轮播产品图*/
/* 容器居中 */
.qxslide-product-slider-container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

/* 图文滑动部分 */
.qxslide-product-slider {
    overflow: hidden;
    position: relative;
}

/* 每个图文组合 */
.qxslide-product-item {
    padding: 20px;
    box-sizing: border-box;
    display: block; /* 保证slick插件渲染后不干扰内部布局 */
}

/* 包裹图像和文字内容的flex容器 */
.qxslide-product-inner {
    display: flex; /* 使用flex布局 */
    justify-content: space-between; /* 图片和文字左右对齐 */
    align-items: center;
}
.qxslide-product-inner2 {
    display: flex; /* 使用flex布局 */
    justify-content: center; /* 图片和文字左右对齐 */
    align-items: center;
    min-height: 320px;
}

/* 图片部分 */
.qxslide-product-item img {
    max-width: 45%; /* 图片宽度占45% */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.qxslide-product-item .cyto-img {
    max-width: 100%; /* 图片宽度占100% 适用只有图片情况*/
}

/* 文字部分 */
.qxslide-product-info {
    max-width: 50%; /* 文字部分占50% */
    text-align: left;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .qxslide-product-inner {
        flex-direction: column; /* 纵向排列 */
        gap: 20px; /* 添加元素间距 */
    }

    .qxslide-product-item img,
    .qxslide-product-info {
        max-width: 100%; /* 宽度占满容器 */
        width: 100%; /* 确保元素扩展 */
        padding-left: 0; /* 移除左侧内边距 */
    }

    .qxslide-product-item img {
        order: 1; /* 图片在上方 */
        margin-bottom: 10px; /* 图片和信息间距 */
    }

    .qxslide-product-info {
        order: 2; /* 信息在下方 */
        text-align: center; /* 移动端文字可以居中，根据需求调整 */
    }
}

/* 商品名称 */
.qxslide-product-title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

/* 商品介绍 */
.qxslide-product-description {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8; /* 最多显示 8 行 */
}

/* 滑动按钮区域 */
.qxslide-filter-buttons {
    margin-top: 20px;
}

.qxslide-filter-btn {
    min-width: 54px;
    margin: 2px 8px;
    padding: 6px 16px; /* 更小的按钮尺寸 */
    background: white;
    color: #000;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 50px; /* 胶囊形状 */
    font-size: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.qxslide-filter-btn:hover {
    background: #f0f0f0;
}

.qxslide-filter-btn.active {
    background: #d3d3d3;
}

/* 向前向后滑动按钮 */
.qxslide-prev-btn, .qxslide-next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.3); /* 半透明的浅色背景 */
    color: #fff;
    border: none;
    cursor: pointer;
    /*border-radius: 50%;*/
    font-size: 12px;
    z-index: 10;
    transition: all 0.3s ease;
}

.qxslide-prev-btn {
    left: 10px;
}
.qxslide-prev-btn i {
    font-style: normal!important;
}

.qxslide-next-btn {
    right: 10px;
}
.qxslide-next-btn i{
    font-style: normal!important;

}
.font-normal{
    font-style: normal!important;
}

.qxslide-prev-btn:hover, .qxslide-next-btn:hover {
    background-color: rgba(0, 0, 0, 0.5); /* 悬停时颜色更浅 */
}

/* 指示器按钮样式 */
.qxslide-indicator-buttons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.qxslide-indicator-btn {
    width: 10px; /* 长宽调整为 10px */
    height: 10px;
    margin: 0 5px;
    background-color: #ccc;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.qxslide-indicator-btn:hover {
    background-color: #007bff;
}

.qxslide-indicator-btn.active {
    background-color: #f36438; /* 选中时的颜色 */
}

/*产品页各种属性盒子*/
.attrbox-container {
    width: 100%;
    max-width: 1200px;
    background: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.attrbox-container2 {
    min-height: 140px;
    width: 100%;
    max-width: 1200px;
    background: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.attrbox-container3 {
    min-height: 100px;
    width: 100%;
    max-width: 1200px;
    background: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.attrbox-container4 {
    min-height: 160px;
    width: 100%;
    max-width: 1200px;
    background: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.attrbox-container5 {
    min-height: 110px;
    width: 100%;
    max-width: 1200px;
    background: #f8f8f8;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
}
.attrbox-header {
    background: #eaeaea;
    padding: 10px;
    border-radius: 6px 6px 0 0;
    font-weight: bold;
    font-size: 12px;
}
.attrbox-content {
    padding: 10px;
}
.attrbox-content .desp {
    word-wrap: break-word; /* 允许长单词/URL换行 */
    overflow-wrap: anywhere; /* 更灵活的换行规则 */
}
.attrbox-content .desp span{
    font-size: 12px;
    color: #bbb;
    display: block;
    margin-top: 5px;
}
.attrbox-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.attrbox-item button {
    background: #e0e0e0;
    border: none;
    padding: 2px 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    width: 70px; /* 统一按钮宽度 */
    text-align: center;
    flex-shrink: 0; /* 防止按钮被压缩 */
}
.attrbox-item button:hover {
    background: #d6d6d6;
}
.attrbox-text {
    font-size: 12px;
    color: #333;
    flex: 1; /* 让文本占满剩余空间 */
    padding-left: 5px; /* 增加按钮与文本的间距 */
}


/*查询浓度*/
.attrbox-content2 {
    padding: 10px;
    /*display: flex;*/
    align-items: center;
    border-top: 1px solid #ddd;
}
.attrbox-content2 .desp {
    word-wrap: break-word; /* 允许长单词/URL换行 */
    overflow-wrap: anywhere; /* 更灵活的换行规则 */
}
.attrbox-content2 .desp span{
    font-size: 12px;
    color: #bbb;
    display: block;
    margin-top: 5px;
}
.attrbox-input2 {
    height: 32px; /* 统一高度 */
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px; /* 调整 padding，避免撑高 */
    background: #f9f9f9;
    box-sizing: border-box; /* 让高度包含 padding 和 border */
}
.attrbox-input2 input {
    height: 100%; /* 让 input 填充整个输入框 */
    max-width: 140px;
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
    padding: 0; /* 确保没有多余的 padding */
}
.attrbox-input2 input::placeholder {
    font-size: 12px; /* 设置占位符文本大小 */
    color: #999; /* 让颜色稍微变淡，增强视觉层次 */
}
.attrbox-button2 {
    height: 32px; /* 使按钮高度与输入框一致 */
    width: 60px; /* 统一宽度 */
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px; /* 让文字垂直居中 */
    text-align: center; /* 让文字水平居中 */
    margin-left: 5px;
    box-sizing: border-box; /* 避免 padding 影响高度 */
}
.attrbox-button2:hover {
    background: #f0f0f0;
}
.attrbox-hint {
    font-size: 12px;
    color: #666;
    margin-left: 10px;
}

a.blue-link, a.blue-link:link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}
a.blue-link :hover {
    color: #007bff;
    text-decoration: none;
}

span.blue-link, span.blue-link:link {
    font-size: 14px!important;
    color: #007bff!important;
    text-decoration: underline;
    cursor: pointer;
    display: inline!important;
}
span.blue-link :hover {
    color: #007bff!important;
}
/*文献引用box*/
.layer1 {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
}
.layer1 .pub-text1{
    margin: 0 0 10px;
}
.layer1 .pub-text2{
    font-size: 18px;
    color: #666;
    margin: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pub-btn{
    padding: 2px 6px;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 5px;
    border: #eaeaea 1px solid;
}
.pub-btn:hover{
    color: #333;
    border: #5b5b5b 1px solid;
}

.pub-text3{
    font-size: 13px;
    /*margin-bottom: 15px;*/
    line-height: 1.7;
    margin: 0 0 15px 0;
}
.pub-faq{
    font-size: 14px!important;
    color: #333;
}

/*细胞因子查询列表*/
.cytable{
    font-size: 13px;
    border: 1px solid #ddd;
}
.cytable thead tr {
    background: #e8e8e8;
    height: 40px;
    border: 1px solid #e8e8e8;
}
.cytable thead th {
    padding: 8px;
    line-height: 1.42857143;
}
.cytable thead tr th, .cytable tbody tr td {
    text-align: center;
    vertical-align: middle;

    padding: 8px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd;
}
.cytable .cy-tag{
    color: #333;
    font-size: 28px;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-decoration: inherit;
    vertical-align: bottom;
    cursor: pointer;
}
.cytable .cy-tag:hover{
    color: #0c63e4;
    width: 38px;
    height: 38px;
    display: inline-block;
    text-decoration: inherit;
    vertical-align: bottom;
    cursor: pointer;
}
.cytable .cy-tag:hover + .cy-hide {
    display: block;
}
.cytable .cy-hide {
    display: none;
    position: absolute;
    height: 185px;
    margin-left: -135px;
    margin-top: -30px;
    box-shadow: 1px 2px 10px #dbdbdb;
    padding: 5px;
    background-color: #fff;
    z-index: 99;
}
.cytable .cy-hide img{
    /*display: none;*/
    height: 100%;
}
/*研究领域*/
.research-ul{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.research-content{
    word-break: break-all;
    word-wrap: break-word;
}
ul.research-ul li {
    border-bottom: 1px solid #cdcdcd !important;
}
ul.research-ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px #eee dashed;
}
ul.research-ul li a {
    display: inline-block;
    font-weight: 400;
    color: #007bff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #007bff;
    padding: 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
ul.research-ul li a span{
    white-space: nowrap;
    display: block;
}
ul.research-ul li a{
    cursor: pointer;
}
ul.research-ul li a:hover{
    color: #f36438!important;
}
ul.research-ul li .iconfont {
    margin: 0 10px;
    color: #ccc;
}

/*分子产品pcr详情*/
.showing{
    z-index: 2;
    color: #fff;
    background-color: #b9b8b6;
    border-color: #b9b8b6;
}
.pcr-ul .icon-list1{
    margin-right: 5px;
    margin-left: -17px;
}
.construction-t.table>tbody>tr:first-child {
    background: #e1e1e1;
}
.construction-t.table>tbody>tr:nth-child(odd) {
    background: #efefef;
}
.construction-t.table>tbody>tr:nth-child(even) {
    background: #f7f7f7;
}

/*elisa试剂盒表格*/
.elisa-t td{
    vertical-align: middle!important;
}

/*product_list 抗体产品列表a标签加cursor*/

.minh800{
    min-height: 800px;
}

/*about us css*/
.zh-introp{
    font-size: 14px;
    line-height: 2;
    color: #292929;
    margin-bottom: 20px;
}
.bg-yj{
    background-color: rgba(40, 163, 175,0.1);
}
.zh-yjp{
    font-size: 16px;
    line-height: 2;
    color: #292929;
    margin-bottom: 20px;
}
.zh-feature{
    color: #292929;
}
.zh-fpic{
    box-shadow: 0 0 8px 0 rgba(40,163,175,.3);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.s-hidden{
    display: none;
}
.s-res-content{
    font-size: 20px;
    color: #292929;
}
.showCount{
    color: #28a3af;
    padding-left: 4px;
    padding-right: 4px;
}
.showTips{
    color: #28a3af;
    font-size: 14px;
}
/*the footer logo css*/
.f-img{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
/*产品页验证图垂直居中补丁*/
.slick-list .slick-track{
    display: flex;
    align-items: center;
}

/*promo css*/
.promo {
    display: inline-block;
    background-color: #e53935;
    color: white;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 12px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(229, 57, 53, 0); }
    100% { box-shadow: 0 0 0 0 rgba(229, 57, 53, 0); }
}
.promo:hover {
    transform: scale(1.05);
    background-color: #c62828;
}
.unpromo{
    display: none;
}
/*stock css*/
.stock1 {
    display: inline-block;
    background-color: #28a3af;
    color: white;
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 12px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(40,163,175, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(40,163,175, 0); }
    100% { box-shadow: 0 0 0 0 rgba(40,163,175, 0); }
}
.stock1:hover {
    transform: scale(1.05);
    background-color: #28a3af;
}
.stock0{
    display: none;
}

/*geneID-css*/
.gene_search + div span{
    margin: auto 2px;
}

/*产品页名称取消超链接模式*/
.pname{

}