@font-face {
    font-family: 'Figtree';
    src: url('/gsfiles/css/fonts/Figtree/Figtree-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('/gsfiles/css/fonts/Figtree/Figtree-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/*   (SemiBold) */
@font-face {
    font-family: 'Figtree';
    src: url('/gsfiles/css/fonts/Figtree/Figtree-SemiBold.ttf') format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*   (Bold) */
@font-face {
    font-family: 'Figtree';
    src: url('/gsfiles/css/fonts/Figtree/Figtree-Bold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


/* 字体  */
body,
a,
#footer.footer {
    font-family: "Figtree", "Poppins", sans-serif !important;
}

/* 字体 */

/* header start */
#header .header-search .search-store {
    height: 36px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 2px;
    margin-top: 10px;
}

#header .search-store input {
    margin-left: 15px;
}

#header .search-store .iconfont {
    font-size: 28px;
    color: #ffffff;
    background-color: #0031cb;
    border-radius: 20px;
    padding: 0 30px !important;
    line-height: 30px;
    right: 2px;
    top: 2px;
}

#header .shortcut .shortcut-button {
    border-radius: 20px;
    background: none;
    color: #5fb035;
    border: 1px solid #5fb035;
}

#header .shortcut .shortcut-button:hover {
    border-radius: 20px;
    background: #5fb035;
    color: #ffffff;
    border: 1px solid#5fb035;
}

/* header end */
/* 二级页面替换图片， 三级页面，四级页面等 直接加一个背景颜色 */
.genScript-overview-2022 .banner-sub-title {
    margin-top: 20px;
    margin-bottom: 30px;
}

.genScript-overview-2022 .imgBanner,
.genScript-overview-2022 .banner {
    position: relative;
}

.genScript-overview-2022 .imgBanner .container,
.genScript-overview-2022 .banner .container {
    z-index: 3;
}

.genScript-overview-2022 .banner:before,
.genScript-overview-2022 .imgBanner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* antibody banner start */

.genScript-overview-2022.Antibody-subject .banner:before,
.genScript-overview-2022.Antibody-subject .imgBanner:before,
.genScript-overview-2022.Cell-subject .banner:before,
.genScript-overview-2022.Cell-subject .imgBanner:before {
    background: rgba(231, 37, 70, 0.7);
}

/* antibody banner end*/

/* MB banner start */

.genScript-overview-2022.MB-subject .banner:before,
.genScript-overview-2022.MB-subject .imgBanner:before,
.genScript-overview-2022.ML-subject .banner:before,
.genScript-overview-2022.ML-subject .imgBanner:before,
.genScript-overview-2022.IVTRNA-subject .banner:before,
.genScript-overview-2022.IVTRNA-subject .imgBanner:before {
    background: rgba(18, 30, 110, 0.7);
}

/* MB banner end*/

/* peptide banner start */

.genScript-overview-2022.Peptide-subject .banner:before,
.genScript-overview-2022.Peptide-subject .imgBanner:before {
    background: rgba(95, 176, 53, 0.7);
}

/* peptide banner end */

/* oligo banner start */
.genScript-overview-2022.Oligo-subject .banner:before,
.genScript-overview-2022.Oligo-subject .imgBanner:before,
.genScript-overview-2022.CRISPR-subject .banner:before,
.genScript-overview-2022.CRISPR-subject .imgBanner:before {
    background: rgba(64, 196, 255, 0.7);
}

/* oligo banner end */

/* protein banner start */
.genScript-overview-2022.Protein-subject .banner:before,
.genScript-overview-2022.Protein-subject .imgBanner:before {
    background: rgba(64, 11, 83, 0.7);
}


/* protein banner end */

/* 锚点导航 start */
.genScript-overview-2022 .LinkNav .LinkNav-button-link {
    padding: 0 30px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    color: #333333;
    font-size: 16px;
    border: 1px solid #333333;
    border-radius: 50px;
    background: #ffffff;
}

/* MB + mRNA + ML #121e6e */
.genScript-overview-2022.MB-subject .LinkNav .nav-link.active,
.genScript-overview-2022.MB-subject .LinkNav .nav-link:hover,
.mRNA-subject .LinkNav .nav-link.active,
.genScript-overview-2022.mRNA-subject .LinkNav .nav-link:hover,
.genScript-overview-2022.IVTRNA-subject .LinkNav .nav-link.active,
.genScript-overview-2022.IVTRNA-subject .LinkNav .nav-link:hover,
.genScript-overview-2022.ML-subject .LinkNav .nav-link.active,
.genScript-overview-2022.ML-subject .LinkNav .nav-link:hover {
    color: #121e6e !important;
    border-bottom: 2px solid #121e6e;
    background: #ffffff;
}

.genScript-overview-2022.MB-subject .LinkNav .LinkNav-button-link,
.genScript-overview-2022.mRNA-subject .LinkNav .LinkNav-button-link,
.genScript-overview-2022.IVTRNA-subject .LinkNav .LinkNav-button-link,
.genScript-overview-2022.ML-subject .LinkNav .LinkNav-button-link {
    color: #121e6e;
    border: 1px solid #121e6e;
}

.genScript-overview-2022.MB-subject .LinkNav .LinkNav-button-link:hover,
.genScript-overview-2022.mRNA-subject .LinkNav .LinkNav-button-link:hover,
.genScript-overview-2022.IVTRNA-subject .LinkNav .LinkNav-button-link:hover,
.genScript-overview-2022.ML-subject .LinkNav .LinkNav-button-link:hover {
    background: #121e6e;
    color: #ffffff;
}

.genScript-overview-2022.MB-subject .LinkNav .LinkNav-button-link.active,
.genScript-overview-2022.mRNA-subject .LinkNav .LinkNav-button-link.active,
.genScript-overview-2022.IVTRNA-subject .LinkNav .LinkNav-button-link.active,
.genScript-overview-2022.ML-subject .LinkNav .LinkNav-button-link.active {
    color: #ffffff;
    border: 1px solid #121e6e;
    background: #121e6e;
}

.genScript-overview-2022.MB-subject .LinkNav .LinkNav-button-link.active:hover,
.genScript-overview-2022.mRNA-subject .LinkNav .LinkNav-button-link.active:hover,
.genScript-overview-2022.IVTRNA-subject .LinkNav .LinkNav-button-link.active:hover,
.genScript-overview-2022.ML-subject .LinkNav .LinkNav-button-link.active:hover {
    background: #000A46;
    color: #fff;
    border: 1px solid #000A46;
}

/* Peptide #5FB035  */
.genScript-overview-2022.Peptide-subject .LinkNav .nav-link.active,
.genScript-overview-2022.Peptide-subject .LinkNav .nav-link:hover {
    color: #5FB035 !important;
    border-bottom: 2px solid #5FB035;
}

.genScript-overview-2022.Peptide-subject .LinkNav .LinkNav-button-link {
    color: #5FB035;
    border: 1px solid #5FB035;
    background: #ffffff;
}

.genScript-overview-2022.Peptide-subject .LinkNav .LinkNav-button-link:hover {
    background: #5FB035;
    color: #ffffff;
}

.genScript-overview-2022.Peptide-subject .LinkNav .LinkNav-button-link.active {
    color: #ffffff;
    border: 1px solid #5FB035;
    background: #5FB035;
}

.genScript-overview-2022.Peptide-subject .LinkNav .LinkNav-button-link.active:hover {
    background: #3e8819;
    color: #fff;
    border: 1px solid #3e8819;
}


/* Protein #400B53 */
.genScript-overview-2022.Protein-subject .LinkNav .nav-link.active,
.genScript-overview-2022.Protein-subject .LinkNav .nav-link:hover {
    color: #400B53 !important;
    border-bottom: 2px solid #400B53;
}

.genScript-overview-2022.Protein-subject .LinkNav .LinkNav-button-link {
    color: #400B53;
    border: 1px solid #400B53;
    background: #ffffff;
}

.genScript-overview-2022.Protein-subject.LinkNav .LinkNav-button-link:hover {
    background: #400B53;
    color: #ffffff;
}

.genScript-overview-2022.Protein-subject .LinkNav .LinkNav-button-link.active {
    color: #ffffff;
    border: 1px solid #400B53;
    background: #400B53;
}

.genScript-overview-2022.Protein-subject .LinkNav .LinkNav-button-link.active:hover {
    background: #290436;
    color: #fff;
    border: 1px solid #290436;
}



/* Antibody + Cell line #E72546*/
.genScript-overview-2022.Antibody-subject .LinkNav .nav-link.active,
.genScript-overview-2022.Antibody-subject .LinkNav .nav-link:hover,
.genScript-overview-2022.Cell-subject .LinkNav .nav-link.active,
.genScript-overview-2022.Cell-subject .LinkNav .nav-link:hover {
    color: #E72546 !important;
    border-bottom: 2px solid #E72546;
}


.genScript-overview-2022.Antibody-subject .LinkNav .LinkNav-button-link,
.genScript-overview-2022.Cell-subject .LinkNav .LinkNav-button-link {
    color: #E72546;
    border: 1px solid #E72546;
    background: #ffffff;
}

.genScript-overview-2022.Antibody-subject .LinkNav .LinkNav-button-link:hover,
.genScript-overview-2022.Cell-subject .LinkNav .LinkNav-button-link:hover {
    background: #E72546;
    color: #ffffff;
}

.genScript-overview-2022.Antibody-subject .LinkNav .LinkNav-button-link.active,
.genScript-overview-2022.Cell-subject .LinkNav .LinkNav-button-link.active {
    color: #ffffff;
    border: 1px solid #E72546;
    background: #E72546;
}

.genScript-overview-2022.Antibody-subject .LinkNav .LinkNav-button-link.active:hover,
.genScript-overview-2022.Cell-subject .LinkNav .LinkNav-button-link.active:hover {
    background: #be0e2b;
    color: #fff;
    border: 1px solid #be0e2b;
}


/* CRISPR + Oligo #40C4FF */
.genScript-overview-2022.CRISPR-subject .LinkNav .nav-link.active,
.genScript-overview-2022.CRISPR-subject .LinkNav .nav-link:hover,
.genScript-overview-2022.Oligo-subject .LinkNav .nav-link.active,
.genScript-overview-2022.Oligo-subject .LinkNav .nav-link:hover {
    color: #40C4FF !important;
    border-bottom: 2px solid #40C4FF;
}

.genScript-overview-2022.CRISPR-subject .LinkNav .LinkNav-button-link,
.genScript-overview-2022.Oligo-subject .LinkNav .LinkNav-button-link {
    color: #40C4FF;
    border: 1px solid #40C4FF;
    background: #ffffff;
}

.genScript-overview-2022.CRISPR-subject .LinkNav .LinkNav-button-link:hover,
.genScript-overview-2022.Oligo-subject .LinkNav .LinkNav-button-link:hover {
    background: #40C4FF;
    color: #ffffff;
}

.genScript-overview-2022.CRISPR-subject .LinkNav .LinkNav-button-link.active,
.genScript-overview-2022.Oligo-subject .LinkNav .LinkNav-button-link.active {
    color: #ffffff;
    border: 1px solid #40C4FF;
    background: #40C4FF;
}

.genScript-overview-2022.CRISPR-subject .LinkNav .LinkNav-button-link.active:hover,
.genScript-overview-2022.Oligo-subject .LinkNav .LinkNav-button-link.active:hover {
    background: #1fa0db;
    color: #fff;
    border: 1px solid #1fa0db;
}

/*  */

/* 锚点导航 end */

/* button start */

.genScript-overview-2022 .button-sub,
.genScript-overview-2022 .button-main {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-transform: capitalize;
    text-align: center;
    cursor: pointer;
    border-radius: 50px;
}

.genScript-overview-2022 .LinkNav .LinkNav-button-link {
    padding: 0 30px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.genScript-overview-2022 .button-banner {
    min-width: 180px;
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 30px;
    text-decoration: none;

}

.genScript-overview-2022 .button-banner:hover {
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
    text-decoration: none;

}

.genScript-overview-2022 .button-main.button-white {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #333333 !important;
    text-decoration: none;
}

.genScript-overview-2022 .button-main.button-white:hover {
    border: 1px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
    text-decoration: none;
}

.genScript-overview-2022 .button-sub.button-white {
    border: 1px solid #ffffff !important;
    background: transparent !important;
    color: #ffffff !important;
    text-decoration: none;
}

.genScript-overview-2022 .button-sub.button-white:hover {
    border: 1px solid #ffffff !important;
    background: #ffffff !important;
    color: #333333 !important;
    text-decoration: none;
}

/* MB + mRNA + ML */
.MB-subject .button-banner,
.mRNA-subject .button-banner,
.IVTRNA-subject .button-banner,
.ML-subject .button-banner {
    color: #121e6e;

}

.genScript-overview-2022.MB-subject .button-main,
.genScript-overview-2022.mRNA-subject .button-main,
.genScript-overview-2022.IVTRNA-subject .button-main,
.genScript-overview-2022.ML-subject .button-main {
    color: #fff;
    background: #121e6e;
    border: 1px solid #121e6e;
}

.genScript-overview-2022.MB-subject .button-main:hover,
.genScript-overview-2022.mRNA-subject .button-main:hover,
.genScript-overview-2022.IVTRNA-subject .button-main:hover,
.genScript-overview-2022.ML-subject .button-main:hover {
    background: #000A46;
    color: #fff;
    border: 1px solid #000A46;
}

.genScript-overview-2022.MB-subject .button-sub,
.genScript-overview-2022.mRNA-subject .button-sub,
.genScript-overview-2022.IVTRNA-subject .button-sub,
.genScript-overview-2022.ML-subject .button-sub {
    border: 1px solid #121e6e;
    color: #121e6e;
}

.genScript-overview-2022.MB-subject .button-sub:hover,
.genScript-overview-2022.mRNA-subject .button-sub:hover,
.genScript-overview-2022.IVTRNA-subject .button-sub:hover,
.genScript-overview-2022.ML-subject .button-sub:hover {
    background: #121e6e;
    color: #fff;
}

/* Peptide */
.Peptide-subject .button-banner {
    color: #5FB035;

}

.genScript-overview-2022.Peptide-subject .button-main {
    color: #fff;
    background: #5FB035;
    border: 1px solid #5FB035;
}

.genScript-overview-2022.Peptide-subject .button-main:hover {
    background: #3e8819;
    color: #fff;
    border: 1px solid #3e8819;
}

.genScript-overview-2022.Peptide-subject .button-sub {
    border: 1px solid #5FB035;
    color: #5FB035;
}

.genScript-overview-2022.Peptide-subject .button-sub:hover {
    background: #5FB035;
    color: #fff;
}

/* Protein */
.genScript-overview-2022.Protein-subject .button-banner {
    color: #400B53;

}

.genScript-overview-2022.Protein-subject .button-main {
    color: #fff;
    background: #400B53;
    border: 1px solid #400B53;
}

.genScript-overview-2022.Protein-subject .button-main:hover {
    background: #290436;
    color: #fff;
    border: 1px solid #290436;
}

.genScript-overview-2022.Protein-subject .button-sub {
    border: 1px solid #400B53;
    color: #400B53;
}

.genScript-overview-2022.Protein-subject .button-sub:hover {
    background: #400B53;
    color: #fff;
}

/* Antibody + Cell line */
.genScript-overview-2022.Antibody-subject .button-banner,
.genScript-overview-2022.Cell-subject .button-banner {
    color: #E72546;

}

.genScript-overview-2022.Antibody-subject .button-main,
.genScript-overview-2022.Cell-subject .button-main {
    color: #fff;
    background: #E72546;
    border: 1px solid #E72546;
}

.genScript-overview-2022.Antibody-subject .button-main:hover,
.genScript-overview-2022.Cell-subject .button-main:hover {
    background: #be0e2b;
    color: #fff;
    border: 1px solid #be0e2b;
}

.genScript-overview-2022.Antibody-subject .button-sub,
.genScript-overview-2022.Cell-subject .button-sub {
    border: 1px solid #E72546;
    color: #E72546;
}

.genScript-overview-2022.Antibody-subject .button-sub:hover,
.genScript-overview-2022.Cell-subject .button-sub:hover {
    background: #E72546;
    color: #fff;
}

/* CRISPR + Oligo */
.genScript-overview-2022.CRISPR-subject .button-banner,
.genScript-overview-2022.Oligo-subject .button-banner {
    color: #40C4FF;

}

.genScript-overview-2022.CRISPR-subject .button-main,
.genScript-overview-2022.Oligo-subject .button-main {
    color: #fff;
    background: #40C4FF;
    border: 1px solid #40C4FF;
}

.genScript-overview-2022.CRISPR-subject .button-main:hover,
.genScript-overview-2022.Oligo-subject .button-main:hover {
    background: #1fa0db;
    color: #fff;
    border: 1px solid #1fa0db;
}

.genScript-overview-2022.CRISPR-subject .button-sub,
.genScript-overview-2022.Oligo-subject .button-sub {
    border: 1px solid #40C4FF;
    color: #40C4FF;
}

.genScript-overview-2022.CRISPR-subject .button-sub:hover,
.genScript-overview-2022.Oligo-subject .button-sub:hover {
    background: #40C4FF;
    color: #fff;
}

/* button end */

/* 相关服务  related services */
.services-box .service-item {
    background: #e8e8e8;
    position: relative;
    display: inline-block;
    border-top-right-radius: 30px;
    color: #333333;
    width: 100%;
}

.services-box .service-item .desc {
    font-size: 14px;
}

.services-box .service-item:hover .title,
.services-box .service-item:hover .desc {
    color: #ffffff !important;
}

.MB-subject .services-box .service-item:hover,
.mRNA-subject .services-box .service-item:hover,
.IVTRNA-subject .services-box .service-item:hover,
.ML-subject .services-box .service-item:hover {
    cursor: pointer;
    background: #121e6e;
}


.Peptide-subject .services-box .service-item:hover {
    cursor: pointer;
    background: #5FB035;
}

.Protein-subject .services-box .service-item:hover {
    cursor: pointer;
    background: #400B53;
}

.Antibody-subject .services-box .service-item:hover,
.Cell-subject .services-box .service-item:hover {
    cursor: pointer;
    background: #E72546;
}

.CRISPR-subject .services-box .service-item:hover,
.Oligo-subject .services-box .service-item:hover {
    cursor: pointer;
    background: #40C4FF;
}


/* 亮点 Highlights  start*/


/* 亮点 Highlights  end*/

/* testimonials start*/
.testimonial-box {
    position: relative;
    padding-top: 100px;
}

.testimonial-box .headshot {
    position: absolute;
    top: 0;
    left: 30px;
    border-radius: 100%;
    width: 150px !important;
    height: 150px !important;
}

.testimonial-box .content {
    border: 1px solid #d3d3d3;
    padding: 60px 30px 40px 30px;
    border-top-right-radius: 30px;
    background: #ffffff;
}

/* testimonials end */


/* testimonial start */
/*testimonials Owl Carousel Nav Prev*/

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    font-size: 150px;
    height: 50px;
    border-radius: 50%;
    left: -55px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    background: none;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -moz-transition: all 600ms ease 0ms;
    -webkit-transition: all 600ms ease 0ms;
    -ms-transition: all 600ms ease 0ms;
    -o-transition: all 600ms ease 0ms;
    transition: all 600ms ease 0ms;
    opacity: 0;
    visibility: hidden;
    border: 0px;
}

.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next {
    opacity: 1;
    visibility: visible;
    outline: none;
    border: 0px;
}

.owl-carousel .owl-nav button i {
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 0%) 20%, #f3f3f3 50%, rgb(255 255 255 / 0%) 90%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 130px;
}

.owl-carousel:hover .owl-nav button.owl-prev {
    left: -60px;
}

.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -55px;
}

.owl-carousel:hover .owl-nav button.owl-next {
    right: -60px;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.owl-carousel button.owl-dot {
    padding: 5px !important;
    border: 1px solid #929292;
    background: none;
    border-radius: 100%;
    margin: 5px;
    outline: none;
}

.owl-carousel button.owl-dot.active {
    padding: 5px;
    border: 1px solid #929292;
    background: #929292;
    border-radius: 100%;
    outline: none;
}


/* testmonial end */


/* Let Numbers Speak start */
.bg-title {
    position: relative;
    display: block;
    padding: 0;
    z-index: 1;
}

.bg-title__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.data-item-title {
    font-weight: normal;
    font-size: 68px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0px;
}

.data-item-des {
    font-size: 20px;
}

/* Let Numbers Speak end */


/* table start */
.product_table_cart_div .noBorderTable thead tr,
.product_table_cart_div .basicTable thead tr,
.product_table_cart_div .noBorderTable th,
.product_table_cart_div .basicTable th,
.product_table_cart_div .doubleHeadTable th {
    color: #333333;
    background: #e8e8e8 !important;
}

.noBorderTable th,
.basicTable th {
    color: #ffffff;
}

.noBorderTable tr th:first-child {
    border-top-left-radius: 10px;
}

.noBorderTable tr th:last-child {
    border-top-right-radius: 10px;
}

.MB-subject .noBorderTable thead tr,
.MB-subject .basicTable thead tr,
.MB-subject .noBorderTable th,
.MB-subject .basicTable th,
.ML-subject .noBorderTable thead tr,
.ML-subject .basicTable thead tr,
.ML-subject .noBorderTable th,
.ML-subject .basicTable th,
.IVTRNA-subject .noBorderTable thead tr,
.IVTRNA-subject .basicTable thead tr,
.IVTRNA-subject .noBorderTable th,
.IVTRNA-subject .basicTable th,
.mRNA-subject .noBorderTable thead tr,
.mRNA-subject .basicTable thead tr,
.mRNA-subject .noBorderTable th,
.mRNA-subject .basicTable th {
    background-color: #000A46;
}

.Peptide-subject .noBorderTable thead tr,
.Peptide-subject .basicTable thead tr,
.Peptide-subject .noBorderTable th,
.Peptide-subject .basicTable th {
    background-color: #5FB035;
}

.Protein-subject .noBorderTable thead tr,
.Protein-subject .basicTable thead tr,
.Protein-subject .noBorderTable th,
.Protein-subject .basicTable th {
    background-color: #400B53;
}

.Antibody-subject .noBorderTable thead tr,
.Antibody-subject .basicTable thead tr,
.Antibody-subject .noBorderTable th,
.Antibody-subject .basicTable th,
.Cell-subject .noBorderTable thead tr,
.Cell-subject .basicTable thead tr,
.Cell-subject .noBorderTable th,
.Cell-subject .basicTable th {
    background-color: #E72546;
}

.CRISPR-subject .noBorderTable thead tr,
.CRISPR-subject .basicTable thead tr,
.CRISPR-subject .noBorderTable th,
.CRISPR-subject .basicTable th,
.Oligo-subject .noBorderTable thead tr,
.Oligo-subject .basicTable thead tr,
.Oligo-subject .noBorderTable th,
.Oligo-subject .basicTable th {
    background-color: #40C4FF;
}

/* 对比表格 */
.genScript-overview-2022 .OvertopTable table {
    border-collapse: separate;
    border-spacing: 0;
}

.genScript-overview-2022 .OvertopTable td:nth-child(3) {
    background: #f3f3f3;
}

.genScript-overview-2022 .OvertopTable td:nth-child(5),
.genScript-overview-2022 .OvertopTable td:nth-child(7) {
    background: #f3f3f3;
    border-left: 2px solid #929292;
    border-right: 2px solid #929292;
}

.genScript-overview-2022 .OvertopTable .no-campare td:nth-child(3),
.genScript-overview-2022 .OvertopTable .no-campare td:nth-child(5),
.genScript-overview-2022 .OvertopTable .no-campare td:nth-child(7) {
    border-left: none !important;
    border-right: none !important;
}

.genScript-overview-2022 .OvertopTable td:nth-child(3),
.genScript-overview-2022 .OvertopTable td:nth-child(5),
.genScript-overview-2022 .OvertopTable td:nth-child(7),
.genScript-overview-2022 .OvertopTable td:nth-child(9) {
    color: #333333;
}

.genScript-overview-2022 .OvertopTable tr:first-child td:nth-child(3) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.genScript-overview-2022 .OvertopTable tr:first-child td:not(:nth-child(3), :nth-child(5), :nth-child(7)) {
    background: #fff !important;
}

.genScript-overview-2022 .OvertopTable tr:first-child td:nth-child(5),
.genScript-overview-2022 .OvertopTable tr:first-child td:nth-child(7) {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #929292;
    color: #ffffff;
}

.genScript-overview-2022 .OvertopTable .last-campare td:nth-child(3),
.genScript-overview-2022 .OvertopTable .last-campare td:nth-child(5),
.genScript-overview-2022 .OvertopTable .last-campare td:nth-child(7) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.genScript-overview-2022 .OvertopTable .last-campare td:nth-child(5),
.genScript-overview-2022 .OvertopTable .last-campare td:nth-child(7) {
    border-bottom: 2px solid #929292;
}

.genScript-overview-2022.MB-subject .OvertopTable tr:first-child td:nth-child(3),
.genScript-overview-2022.ML-subject .OvertopTable tr:first-child td:nth-child(3),
.genScript-overview-2022.IVTRNA-subject .OvertopTable tr:first-child td:nth-child(3),
.genScript-overview-2022.mRNA-subject .OvertopTable tr:first-child td:nth-child(3) {
    background: #121e6e;
    border-left: 2px solid #121e6e;
    border-right: 2px solid #121e6e;
    color: #ffffff;
}

.genScript-overview-2022.MB-subject .OvertopTable td:nth-child(3),
.genScript-overview-2022.ML-subject .OvertopTable td:nth-child(3),
.genScript-overview-2022.IVTRNA-subject .OvertopTable td:nth-child(3),
.genScript-overview-2022.mRNA-subject .OvertopTable td:nth-child(3) {
    border-left: 2px solid #121e6e;
    border-right: 2px solid #121e6e;
}

.genScript-overview-2022.MB-subject .OvertopTable .last-campare td:nth-child(3),
.genScript-overview-2022.ML-subject .OvertopTable .last-campare td:nth-child(3),
.genScript-overview-2022.IVTRNA-subject .OvertopTable .last-campare td:nth-child(3),
.genScript-overview-2022.mRNA-subject .OvertopTable .last-campare td:nth-child(3) {
    border-bottom: 2px solid #121e6e;
}

.genScript-overview-2022.Peptide-subject .OvertopTable tr:first-child td:nth-child(3) {
    background: #5FB035;
    border-left: 2px solid #5FB035;
    border-right: 2px solid #5FB035;
    color: #ffffff;
}

.genScript-overview-2022.Peptide-subject .OvertopTable td:nth-child(3) {
    border-left: 2px solid #5FB035;
    border-right: 2px solid #5FB035;
}


.genScript-overview-2022.Peptide-subject .OvertopTable .last-campare td:nth-child(3) {
    border-bottom: 2px solid #5FB035;
}

.genScript-overview-2022.Protein-subject .OvertopTable tr:first-child td:nth-child(3) {
    background: #400B53;
    border-left: 2px solid #400B53;
    border-right: 2px solid #400B53;
    color: #ffffff;
}

.genScript-overview-2022.Protein-subject .OvertopTable td:nth-child(3) {
    border-left: 2px solid #400B53;
    border-right: 2px solid #400B53;
}

.genScript-overview-2022.Protein-subject .OvertopTable .last-campare td:nth-child(3) {
    border-bottom: 2px solid #400B53;
}

.genScript-overview-2022.Antibody-subject .OvertopTable tr:first-child td:nth-child(3),
.genScript-overview-2022.Cell-subject .OvertopTable tr:first-child td:nth-child(3) {
    background: #E72546;
    border-left: 2px solid #E72546;
    border-right: 2px solid #E72546;
    color: #ffffff;
}

.genScript-overview-2022.Antibody-subject .OvertopTable td:nth-child(3),
.genScript-overview-2022.Cell-subject .OvertopTable td:nth-child(3) {
    border-left: 2px solid #E72546;
    border-right: 2px solid #E72546;
}

.genScript-overview-2022.Antibody-subject .OvertopTable .last-campare td:nth-child(3),
.genScript-overview-2022.Cell-subject .OvertopTable .last-campare td:nth-child(3) {
    border-bottom: 2px solid #E72546;
}

.genScript-overview-2022.CRISPR-subject .OvertopTable tr:first-child td:nth-child(3),
.genScript-overview-2022.Oligo-subject .OvertopTable tr:first-child td:nth-child(3) {
    background: #40C4FF;
    border-left: 2px solid #40C4FF;
    border-right: 2px solid #40C4FF;
    color: #ffffff;
}

.genScript-overview-2022.CRISPR-subject .OvertopTable td:nth-child(3),
.genScript-overview-2022.Oligo-subject .OvertopTable td:nth-child(3) {
    border-left: 2px solid #40C4FF;
    border-right: 2px solid #40C4FF;
}

.genScript-overview-2022.CRISPR-subject .OvertopTable .last-campare td:nth-child(3),
.genScript-overview-2022.Oligo-subject .OvertopTable .last-campare td:nth-child(3) {
    border-bottom: 2px solid #40C4FF;
}

.genScript-overview-2022 .OvertopTable tr:first-child .margin-td-left,
.genScript-overview-2022 .OvertopTable tr:first-child .margin-td-middle,
.genScript-overview-2022 .OvertopTable tr:first-child .margin-td-right,
.genScript-overview-2022 .OvertopTable tr:last-child .margin-td-left,
.genScript-overview-2022 .OvertopTable tr:last-child .margin-td-middle,
.genScript-overview-2022 .OvertopTable tr:last-child .margin-td-right {
    background: #f3f3f3;
}

/* table end */


/* collapse start */
.genScript-overview-2022 .collapseNormalInfo .collapseNormalInfo-item {
    margin-bottom: 10px;
    border: none;
}

.genScript-overview-2022 .collapseNormalInfo .collapse-title {
    color: #333;
    font-weight: 600;
    height: auto;
    padding: .4375rem 1.25rem;
    background-color: #e8e8e8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
}

.genScript-overview-2022.MB-subject .collapseNormalInfo .collapse-title.active,
.genScript-overview-2022.ML-subject .collapseNormalInfo .collapse-title.active,
.genScript-overview-2022.IVTRNA-subject .collapseNormalInfo .collapse-title.active,
.genScript-overview-2022.mRNA-subject .collapseNormalInfo .collapse-title.active {
    background-color: #121e6e;
    color: #ffffff;

}

.genScript-overview-2022.Peptide-subject .collapseNormalInfo .collapse-title.active {
    background-color: #5FB035;
    color: #ffffff;
}

.genScript-overview-2022.Protein-subject .collapseNormalInfo .collapse-title.active {
    background-color: #400B53;
    color: #ffffff;
}

.genScript-overview-2022.Antibody-subject .collapseNormalInfo .collapse-title.active,
.genScript-overview-2022.Cell-subject .collapseNormalInfo .collapse-title.active {
    background-color: #E72546;
    color: #ffffff;
}

.genScript-overview-2022.CRISPR-subject .collapseNormalInfo .collapse-title.active,
.genScript-overview-2022.Oligo-subject .collapseNormalInfo .collapse-title.active {
    background-color: #40C4FF;
    color: #ffffff;
}

.genScript-overview-2022 .collapseNormalInfo .collapse-content {
    border: 1px solid #e8e8e8;
}

/* collapse end */

/* tab  start */
.tabListByServe li.tab-title-item {
    margin-left: 0.75rem;
}

.tabListByServe li.tab-title-item:first-child {
    margin-left: 0;

}

.tabListByServe .tab-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #e8e8e8 !important;

    border-bottom: 1px solid #d3d3d3 !important;
}

.tabListByServe .tab-title:hover {
    color: #333333 !important;

}

.tabListByServe .tab-active {
    border: 1px solid #D3D3D3 !important;
    border-bottom: none !important;
    background-color: #fff !important;
    color: #333333 !important;
    border-bottom: 1px solid #ffffff !important;
    font-weight: bold !important;
}

.tabListByServe .tabListByServe-content {
    border-top: 1px solid #d3d3d3 !important;
    margin-top: -1px;

}

.tab-content.container {
    border: none;
    padding: 30px 0;
}

/* tab end */


/* picture + text start */
.picture-text-box .left-img {
    border-top-right-radius: 20px;
}

/* picture + text end */

/* Resources start */
.resource-box {
    background-color: #e8e8e8;
    border-top-right-radius: 30px;
}

.resource-box .link {
    color: #333333;
    cursor: pointer;
}

.resource-box .icon-pdf {
    height: 16px;
    margin-right: 5px;
}

.resource-box .file-size {
    color: #929292;
}

.resource-cover {
    border-radius: 5px;
}

.resource-box .title {
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.resource-box .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Resources end */

/* Products start */
.genScript-overview-2022 .productSelect .productSelect-option,
.genScript-overview-2022 .productSelect .productSelect-option:hover,
.genScript-overview-2022 .productSelect .productSelect-option.active,
.genScript-overview-2022 .productSelect.radioProductSelect .productSelect-option {
    border-radius: 20px;
}

.genScript-overview-2022.MB-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.MB-subject .productSelect .productSelect-option.active,
.genScript-overview-2022.ML-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.ML-subject .productSelect .productSelect-option.active,
.genScript-overview-2022.mRNA-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.mRNA-subject .productSelect .productSelect-option.active,
.genScript-overview-2022.IVTRNA-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.IVTRNA-subject .productSelect .productSelect-option.active {
    color: #ffffff;
    background-color: #121e6e;
    border: 1px solid #121e6e;
}

.genScript-overview-2022.Peptide-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.Peptide-subject .productSelect .productSelect-option.active {
    color: #ffffff;
    background-color: #5FB035;
    border: 1px solid #5FB035;
}

.genScript-overview-2022.Protein-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.Protein-subject .productSelect .productSelect-option.active {
    color: #ffffff;
    background-color: #400B53;
    border: 1px solid #400B53;
}

.genScript-overview-2022.Antibody-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.Antibody-subject .productSelect .productSelect-option.active,
.genScript-overview-2022.Cell-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.Cell-subject .productSelect .productSelect-option.active {
    color: #ffffff;
    background-color: #E72546;
    border: 1px solid #E72546;
}

.genScript-overview-2022.CRISPR-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.CRISPR-subject .productSelect .productSelect-option.active,
.genScript-overview-2022.Oligo-subject .productSelect .productSelect-option:hover,
.genScript-overview-2022.Oligo-subject .productSelect .productSelect-option.active {
    color: #ffffff;
    background-color: #40C4FF;
    border: 1px solid #40C4FF;
}

/* Products end */

/* workflow start*/

.workflow-item {
    position: relative;
    border: 1px solid #e8e8e8;
    border-top-right-radius: 25px;
    padding: 15px 20px;
}

.genScript-overview-2022 .workflow-box .workflow-title {
    margin-bottom: 20px;
}

.genScript-overview-2022.MB-subject .workflow-box .workflow-title,
.genScript-overview-2022.ML-subject .workflow-box .workflow-title,
.genScript-overview-2022.IVTRNA-subject .workflow-box .workflow-title,
.genScript-overview-2022.mRNA-subject .workflow-box .workflow-title {
    color: #121e6e;
}

.genScript-overview-2022.Peptide-subject .workflow-box .workflow-title {
    color: #5FB035;
}

.genScript-overview-2022.Protein-subject .workflow-box .workflow-title {
    color: #400B53;
}

.genScript-overview-2022.Antibody-subject .workflow-box .workflow-title,
.genScript-overview-2022.Cell-subject .workflow-box .workflow-title {
    color: #E72546;
}

.genScript-overview-2022.CRISPR-subject .workflow-box .workflow-title,
.genScript-overview-2022.Oligo-subject .workflow-box .workflow-title {
    color: #40C4FF;
}

.workflow-item {
    position: relative;
    border: 1px solid #e8e8e8;
    border-top-right-radius: 25px;
    padding: 15px 20px;
}

.workflow-box>div:not(:last-child) .workflow-item:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid dashed dashed dashed;
    border-width: 10px;
    border-color: transparent transparent white #0590b1;
    font-size: 16px;
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
}

.workflow-box>div:not(:last-child) .workflow-item:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid dashed dashed dashed;
    border-width: 11px 8px 11px 8px;
    border-color: transparent transparent transparent white;
    font-size: 16px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.MB-subject .workflow-box>div:not(:last-child) .workflow-item:before,
.ML-subject .workflow-box>div:not(:last-child) .workflow-item:before,
.IVTRNA-subject .workflow-box>div:not(:last-child) .workflow-item:before,
.mRNA-subject .workflow-box>div:not(:last-child) .workflow-item:before {
    border-color: transparent transparent white #121e6e;
}

.Peptide-subject .workflow-box>div:not(:last-child) .workflow-item:before {
    border-color: transparent transparent white #5FB035;
}

.Protein-subject .workflow-box>div:not(:last-child) .workflow-item:before {
    border-color: transparent transparent white #400B53;
}

.Antibody-subject .workflow-box>div:not(:last-child) .workflow-item:before,
.Cell-subject .workflow-box>div:not(:last-child) .workflow-item:before {
    border-color: transparent transparent white #E72546;
}

.CRISPR-subject .workflow-box>div:not(:last-child) .workflow-item:before,
.Oligo-subject .workflow-box>div:not(:last-child) .workflow-item:before {
    border-color: transparent transparent white #40C4FF;
}

.workflow-box-5>div {
    width: 20%;
    padding: 0 15px;
}

/* workflow end */


/* 联系我们 contact us start */
/* 背景色块 */
.MB-subject .bg-color,
.ML-subject .bg-color,
.mRNA-subject .bg-color,
.IVTRNA-subject .bg-color {
    background: #121e6e;
}

.Peptide-subject .bg-color {
    background: #5FB035;
}

.Protein-subject .bg-color {
    background: #400B53;
}

.Antibody-subject .bg-color,
.Cell-subject .bg-color {
    background: #E72546;
}

.CRISPR-subject .bg-color,
.Oligo-subject .bg-color {
    background: #40C4FF;
}

/* 联系我们 contact us end */


/* 表单 start*/
.btn-primary-normal {
    background-color: #2962FF;
    border: 1px solid #2962FF;
    color: #fff;
}

/* 表单 end */


/* 订阅 start */
.SubscribeRow-search {
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    background: #ffffff;
    padding: 2px;
}

.SubscribeRow-search input {
    outline: none;
    border: none;
    border-radius: 30px;
}

.SubscribeRow-search .subscribe {
    background: #2962FF;
    border-radius: 30px;
}

.SubscribeRow-search .subscribe:hover {
    background: #004B95;
}

/* 订阅 end */

/* 23. 搜索 start */
.product-search .title {
    background: none;
    color: #ffffff;
    display: inline-block;
    font-size: 1.875rem;
    padding: 10px 0px;
    position: relative;
    top: 0;
    font-weight: 600;
}

.MB-subject .product-search .title,
.ML-subject .product-search .title,
.mRNA-subject .product-search .title,
.IVTRNA-subject .product-search .title {
    color: #121e6e;
}

.Peptide-subject .product-search .title {
    color: #5FB035;
}

.Protein-subject .product-search .title {
    color: #400B53;
}

.Antibody-subject .product-search .title,
.Cell-subject .product-search .title {
    color: #E72546;
}

.CRISPR-subject .product-search .title,
.Oligo-subject .product-search .title {
    color: #40C4FF;
}

.product-search .input-group {
    border: 1px solid #d3d3d3;
    padding: 2px;
    background: #ffffff;
    border-radius: 25px;

}

.product-search .form-control {
    border: none;
    border-radius: 20px !important;
}

.product-search button {
    border-radius: 20px;
    min-width: 80px !important;
    padding: 1px 20px !important;
}

.product-search button .icon-Research {
    font-size: 36px;
}

.product-search .input-group-append {
    margin-left: 0px;
}

.MB-subject .product-search .search-list-a-z a:hover,
.ML-subject .product-search .search-list-a-z a:hover,
.mRNA-subject .product-search .search-list-a-z a:hover,
.IVTRNA-subject .product-search .search-list-a-z a:hover {
    background: #121e6e;
    border: 1px solid #121e6e;
}

.Peptide-subject .product-search .search-list-a-z a:hover {
    background: #5FB035;
    border: 1px solid #5FB035;
}

.Protein-subject .product-search .search-list-a-z a:hover {
    background: #400B53;
    border: 1px solid #400B53;
}

.Antibody-subject .product-search .search-list-a-z a:hover,
.Cell-subject .product-search .search-list-a-z a:hover {
    background: #E72546;
    border: 1px solid #E72546;
}

.CRISPR-subject .product-search .search-list-a-z a:hover,
.Oligo-subject .product-search .search-list-a-z a:hover {
    background: #40C4FF;
    border: 1px solid #40C4FF;
}

/* 23. 搜索 end */



@media only screen and (min-width:1920px) {

    .genScript-overview-2022.imgBanner img,
    .genScript-overview-2022 .banner img,
    .genScript-overview-2022 .imgBanner img {
        width: 100%;
    }
}

@media only screen and (max-width:991px) {
    .workflow-box-5>div {
        width: 100%;
        padding: 0 15px;
    }

    .workflow-box>div:not(:last-child) .workflow-item:before {

        border-style: dashed solid dashed dashed;
        border-color: #0590b1 transparent white transparent;
        top: auto;
        right: auto;
        left: 50%;
        bottom: -32px;
        transform: translateX(-50%);
    }

    .workflow-box>div:not(:last-child) .workflow-item:after {
        border-style: dashed solid dashed dashed;
        border-width: 8px 11px 8px 11px;
        border-color: white transparent transparent transparent;
        top: auto;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
    }

    .MB-subject .workflow-box>div:not(:last-child) .workflow-item:before,
    .ML-subject .workflow-box>div:not(:last-child) .workflow-item:before,
    .IVTRNA-subject .workflow-box>div:not(:last-child) .workflow-item:before,
    .mRNA-subject .workflow-box>div:not(:last-child) .workflow-item:before {
        border-color: #121e6e transparent white transparent;
    }

    .Peptide-subject .workflow-box>div:not(:last-child) .workflow-item:before {
        border-color: #5FB035 transparent white transparent;
    }

    .Protein-subject .workflow-box>div:not(:last-child) .workflow-item:before {
        border-color: #400B53 transparent white transparent;
    }

    .Antibody-subject .workflow-box>div:not(:last-child) .workflow-item:before,
    .Cell-subject .workflow-box>div:not(:last-child) .workflow-item:before {
        border-color: #E72546 transparent white transparent;
    }

    .CRISPR-subject .workflow-box>div:not(:last-child) .workflow-item:before,
    .Oligo-subject .workflow-box>div:not(:last-child) .workflow-item:before {
        border-color: #40C4FF transparent white transparent;
    }

    .data-item-title {
        font-size: 50px;
    }

}

@media only screen and (max-width:767px) {
    .data-item {
        margin-bottom: 20px;
    }
}