.plasmid {
    padding: .4rem 0 1.2rem;
}

@media only screen and (max-width: 768px) {
    .plasmid {
        padding: 20px 0;
    }
}

.inner_h4{
display:none;
}


/* ==========================================================================
   Protein cleavage enzymes
   ========================================================================== */
.enzyme_area {
    background: #fff;
    border-radius: .04rem;
    padding: .6rem .4rem;
    color: rgb(0, 0, 0);
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 2.4;
}

@media only screen and (max-width: 1200px) {
    .enzyme_area {
        line-height: 2;
    }
}

.enzyme_table {
    margin: .6rem 0 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.enzyme_table table {
    min-width: 768px;
}

.enzyme_table table tr th {
    background: rgb(0, 134, 209);
    color: rgb(255, 255, 255);
    font-size: var(--fontSize16);
    line-height: 1.2;
    font-weight: 500;
    height: 42px;
    border: 1px solid rgb(241, 247, 247);
}

.enzyme_table table tr td {
    border: 1px solid rgb(241, 247, 247);
    color: rgb(0, 0, 0);
    /*font-size: 12px;*/
    font-weight: 400;
    height: 30px;
    text-align: center;
}

.enzyme_table table tr:nth-child(even) td {
    background: rgba(247, 250, 252, 0.7);
}

.enzyme_table table tr:nth-child(odd) td {
    background: rgb(210, 225, 233);
}



/* 表格2 */
.table_page {
    padding: .35rem 0;
    display: flex;
    justify-content: flex-end;
}


.related_table {
    margin: .25rem 0 0;
    overflow-x: auto;
    scrollbar-width: thin;
}

.related_table table {
    min-width: 768px;
}

.related_table table tr th {
    background: rgb(75, 172, 198);
    color: rgb(255, 255, 255);
    font-size: var(--fontSize16);
    line-height: 1.2;
    font-weight: 500;
    height: 50px;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.related_table table tr td {
    border-bottom: 1px solid rgb(231, 231, 231);
    color: rgb(0, 0, 0);
    font-size: var(--fontSize16);
    line-height: 1.2;
    font-weight: 400;
    height: 50px;
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .enzyme_table table tr th {
        font-size: 14px;
    }
}










/* ==========================================================================
   全能核酸酶-BioSMNE
   ========================================================================== */
.biosmne_table {
    margin: .4rem 0;
}

.biosmne_table table tr td {
    height: 60px;
}

.biosmne_title {
    margin-top: .3rem;
    padding: .3rem 0;
    border-top: 1px solid rgb(225, 225, 225);
    color: rgb(0, 164, 156);
    font-size: var(--fontSize18);
    font-weight: 500;
    line-height: 2.4;
}

.cell_application {
    margin: -0.2rem 0 0 -0.2rem;
}

.cell_application li {
    width: calc(50% - .2rem);
    margin: .2rem 0 0 .2rem;
}

.cellApply_box {
    height: 100%;
}

.cellApply_num {
    width: .6rem;
    min-height: .6rem;
    color: rgb(255, 255, 255);
    font-size: .36rem;
    line-height: 1;
    font-weight: 700;
    background: rgb(38, 187, 217);
}

.cellApply_info {
    width: calc(100% - .6rem);
    background: rgb(212, 236, 241);
    color: rgb(0, 0, 0);
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 120%;
    padding: 0 .2rem;
    align-items: center;
}

.cell_application li:nth-child(2) .cellApply_num {
    background: rgb(125, 196, 232);
}

.cell_application li:nth-child(3) .cellApply_num {
    background: rgb(125, 161, 232);
}

.cell_application li:nth-child(4) .cellApply_num {
    background: rgb(168, 168, 240);
}

.cell_application li:nth-child(2) .cellApply_info {
    background: rgb(217, 234, 242);
}

.cell_application li:nth-child(3) .cellApply_info {
    background: rgb(225, 230, 241);
}

.cell_application li:nth-child(4) .cellApply_info {
    background: rgb(234, 234, 248);
}

@media only screen and (max-width: 1200px) {
    .biosmne_title {
        line-height: 2;
    }

    .cellApply_info {
        padding: 5px 10px;
    }
}

@media only screen and (max-width: 500px) {
    .cell_application li {
        width: 100%;
    }
}








/* ==========================================================================
   内切糖苷酶
   ========================================================================== */
.endo_title {
    margin: .3rem 0;
    color: rgb(255, 255, 255);
    font-size: var(--fontSize16);
    line-height: 1.5;
    font-weight: 500;
    padding: .09rem 0;
    background: rgb(46, 178, 178);
    text-align: center;
}









/* ==========================================================================
   蛋白酶抑制剂
   ========================================================================== */
.inhibit_table {
    margin: .4rem 0;
}

.inhibit_table table tr:nth-child(odd) td {
    background: rgba(247, 250, 252, 0.7);
}

.inhibit_table table tr:nth-child(even) td {
    background: rgb(210, 225, 233);
}

.inhibit_title {
    background: rgb(0, 134, 209);
    color: rgb(255, 255, 255);
    font-size: var(--fontSize16);
    line-height: 1.5;
    font-weight: 500;
    padding: .09rem 0;
    text-align: center;
}

.concentration {
    margin: .3rem 0 0;
    padding-top: .4rem;
    border-top: 1px solid rgb(225, 225, 225);
    overflow-x: auto;
    scrollbar-width: thin;
}

.concentration table {
    min-width: 768px;
}

.concentration table tr th {
    background: rgb(240, 244, 246);
    color: rgb(0, 164, 156);
    font-size: var(--fontSize14);
    line-height: 1.2;
    font-weight: 400;
    height: 42px;
    border: 1px solid rgb(241, 247, 247);
    width: 33.33%;
}

.concentration table tr td {
    border: 1px solid rgb(241, 247, 247);
    color: rgb(0, 0, 0);
    font-size: var(--fontSize14);
    line-height: 1.5;
    font-weight: 400;
    height: 60px;
    text-align: center;
    background: rgb(228, 237, 236);
}


.inhibit_table2 table tr th {
    width: 33.33%;
}

.inhibit_table2 table tr td:nth-child(2) {
    background: rgb(235, 244, 247);
}


/* ==========================================================================
   亲和分析-Anti-GFP Nanobod
   ========================================================================== */
.anti_flex {
    justify-content: space-between;
}

.anti_left {
    width: 3.4rem;
    overflow: hidden;
    border-radius: .04rem;
}

.anti_right {
    width: calc(100% - 4rem);
}

.antigfp_box {
    border-radius: 2px;
    background: rgb(247, 250, 252);
    position: relative;
    height: .8rem;
    align-items: center;
}

.antigfp_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: .04rem;
    height: 100%;
    border-radius: 4px;
    background: rgb(0, 134, 209);
}

.antigfp_h4 {
    color: rgb(0, 0, 0);
    font-size: var(--fontSize16);
    font-weight: 600;
    line-height: 1.5;
    width: 2.5rem;
    padding-left: .4rem;
    position: relative;
}

.antigfp_h4::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: .5rem;
    background: rgb(200, 216, 225);
}

.antigfp_h5 {
    color: rgb(51, 51, 51);
    font-size: var(--fontSize14);
    font-weight: 400;
    line-height: 1.5;
    width: calc(100% - 2.5rem);
    padding-left: .5rem;
}

.antigfp_list li {
    margin-bottom: .2rem;
}


.msds_box {
    justify-content: space-between;
    align-items: center;
    margin-bottom: .25rem;
}

.msds_img {
    width: .5rem;
}

.msds_title {
    width: calc(100% - .7rem);
    color: rgb(0, 91, 161);
    font-size: .2rem;
    line-height: 1;
    font-weight: 500;
    padding-bottom: .1rem;
    border-bottom: 1px solid rgb(0, 91, 161);
}


.sheet_list li {
    margin-bottom: .1rem;
}

.sheet_flex {
    border-radius: .04rem;
    background: rgb(247, 250, 252);
    padding: .2rem .4rem;
    align-items: center;
    transition: all .4s;
    height: 100%;
}

.sheet_flex:hover {
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.sheet_left {
    margin-right: .4rem;
}

.sheet_right {
    margin-left: auto;
}

.sheet_mid {
    width: calc(100% - 100px);
}

.sheet_title {
    color: rgb(51, 51, 51);
    font-size: var(--fontSize16);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 5px;
}

.sheet_size {
    color: rgb(153, 153, 153);
    font-size: 12px;
    line-height: 1.5;
    font-weight: 300;

}

.sheet_size span:nth-child(2) {
    margin-left: .3rem;
}

@media only screen and (max-width: 1200px) {
    .antigfp_box {
        height: auto;
        min-height: 60px;
    }

    .sheet_title {
        font-size: 14px;
    }
}


@media only screen and (max-width: 768px) {
    .sheet_left {
        width: 24px;
    }
}

@media only screen and (max-width: 500px) {
    .anti_left {
        width: 100%;
    }

    .anti_right {
        width: 100%;
        margin-top: 10px;
    }

    .antigfp_h4 {
        width: 100%;
    }

    .antigfp_h4::after {
        display: none;
    }

    .antigfp_h5 {
        width: 100%;
        padding-left: .4rem;
    }

    .antigfp_box {
        height: auto;
        padding: 5px 0;
    }

    .msds_title {
        font-size: 14px;
    }

    .sheet_left {
        order: 1;
        margin-right: 0;
        width: 26px;
    }

    .sheet_right {
        order: 2;
    }

    .sheet_mid {
        order: 3;
        margin-top: 10px;
        width: 100%;
    }

    .sheet_flex {
        padding: 10px;
    }
}








/* ==========================================================================
   自动化亲和纯化仪
   ========================================================================== */
.bio_system {
    color: rgb(0, 164, 156);
    font-size: .3rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: .3rem;
}

.cell_application li:nth-child(5) .cellApply_num {
    background: rgb(54, 176, 164);
}


.cell_application li:nth-child(5) .cellApply_info {
    background: rgb(216, 241, 239);
}

.cell_application li:nth-child(6) .cellApply_num {
    background: rgb(13, 128, 242);
}


.cell_application li:nth-child(6) .cellApply_info {
    background: rgb(216, 235, 255);
}