@charset "utf-8";

.product-sel {
    display: flex;
}

.product-sel span {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: #333333;
}

.product-sel div {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.product-sel div a {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.5rem;
    color: rgba(51, 51, 51, .8);
    padding: 0 .4rem;
    transition: all 0.5s;
    border-radius: 0.25rem;
}

.product-sel div a.active {
    background: #094ee7;
    color: rgba(255, 255, 255, .8) !important;
}

.product-sel div a:hover {
    color: #094ee7;
}

.product-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.25rem;
}

.product-list ul li {
    width: 33.33%;
    margin-top: .5rem;
}

.product-list ul li a {
    display: block;
    margin: 0 .25rem;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.57rem 0rem rgba(9, 78, 231, 0.07);
    padding: .4rem .3rem .35rem .3rem;
    transition: all 0.5s;
}

.product-list ul li a .pics {
    height: 2.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-list ul li a .pics img {
    max-width: 100%;
    max-height: 100%;
}

.product-list ul li a .info {
    margin-top: .25rem;
}

.product-list ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.22rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list ul li a .info div {
    padding-top: .15rem;
}

.product-list ul li a .info div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    opacity: 0.6;
    margin-top: .15rem;
}

.product-list ul li a:hover {
    box-shadow: 0rem 0rem 0.37rem 0rem rgba(9, 78, 231, 0.3);
}

.product-list ul li a:hover .info h3 {
    color: #1989e1;
}

/* 仪器平台详情页 */
.product-artt {
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.57rem 0rem rgba(9, 78, 231, 0.07);
    padding: .45rem .5rem .6rem .5rem;
    display: flex;
}

.product-artt .pics {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.3rem;
    margin-right: .95rem;
}

.product-artt .pics img {
    max-width: 100%;
    max-height: 100%;
}

.product-artt .info {
    flex: 1;
    min-width: 0;
}

.product-artt .info h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.22rem;
    color: #333333;
    padding-bottom: .4rem;
}

.product-artt .info div {
    display: flex;
    align-items: flex-start;
    margin-top: .23rem;
}

.product-artt .info div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
}

.product-artt .info div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    flex: 1;
    min-width: 0;
}

.product-artb {

    margin-top: .3rem;
    position: relative;
}

.product-artb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 6.4rem;
    max-height: 80%;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0rem -0.27rem 0.27rem rgba(9, 78, 231, 0.03);
}

.product-artb-tit {
    padding: 0.45rem .58rem 0 .58rem;
    border-bottom: 1px solid #e7f1fd;
    position: relative;
    z-index: 9;
}

.product-artb-tit ul {
    display: flex;
}

.product-artb-tit ul li {
    position: relative;
    padding-bottom: .21rem;
}

.product-artb-tit ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    bottom: -1px;
    height: 0.03rem;
    background-color: #0270c9;
    border-radius: 0.02rem;
    transition: all 0.5s;
}

.product-artb-tit ul li+li {
    margin-left: 0.84rem;
}

.product-artb-tit ul li a {
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    font-stretch: normal;
    line-height: 0.22rem;
    letter-spacing: 0rem;
    color: #333333;
}

.product-artb-tit ul li.on::after {
    width: 100%;
}

.product-artb-tit ul li.on a {
    color: #0270c9;
}

.product-artb-body {
    position: relative;
    overflow: hidden;
    z-index: 9;
}



.product-artb-body>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
    transform: translateY(3rem);
    padding: 0.3rem .58rem 0 .58rem;
}

.product-artb-body>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
    transform: translateY(0);
}

.product-artb-body>div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #333333;
}

.product-artb-body>div p+p {
    margin-top: .2rem;
}

.product-artb-body>div img {
    display: block;
    max-width: 100%;
}

/* 仪器平台介绍 */
.product-intro-box+.product-intro-box {
    margin-top: .55rem;
}

.product-intro-box > img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.product-intro-box img{max-width:100%}
.product-intro-box h3 {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.24rem;
    color: #0871e6;
    margin-bottom: .15rem;
}

.product-intro-box p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #333333;
    margin-top: 0.2rem;
}

.product-intro-box p:nth-child(1) {
    margin-top: 0;
}

.product-intro-box ul li {
    position: relative;
    display: flex;
    margin-top: .2rem;
}

.product-intro-box ul li::before {
    content: "";
    display: block;
    left: 0;
    width: 0.12rem;
    height: 0.12rem;
    margin-top: 0.06rem;
    border-radius: 50%;
    background-image: linear-gradient(90deg, #0871e6 0%, #0fc0ae 100%);
    margin-right: .12rem;
}

.product-intro-box ul li p {
    flex: 1;
    min-width: 0;
}



@media screen and (max-width: 1024px) {
    .product-sel {
        display: block;
    }

    .product-sel span {
        line-height: .4rem;
        display: block;
    }

    .product-sel div a {
        padding: 0;
        margin-right: .2rem;
        line-height: .4rem;
    }

    .product-sel div a.active {
        padding: 0 .15rem;
    }

    .product-list ul {
        margin: 0 -.1rem;
    }

    .product-list ul li {
        width: 50%;
        margin-top: .2rem;
    }

    .product-list ul li a {
        margin: 0 .1rem;
        padding: .2rem;
    }

    .product-list ul li a .pics {
        height: 2rem;
    }

    .product-artt {
        padding: .2rem;
    }

    .product-artt .pics {
        width: 2.5rem;
        margin-right: .3rem;
    }

    .product-artb-tit {
        padding: .2rem .2rem 0 .2rem;
    }

    .product-artb-tit ul li+li {
        margin-left: .3rem;
    }

    .product-artb-tit ul li a {
        font-size: .18rem;
    }

    .product-artb-body>div {
        padding: .2rem;
    }
    .product-intro-box+.product-intro-box{
        margin-top: .25rem;
    }
    .product-intro-box h3{
        font-size: .2rem;
    }
}

@media screen and (max-width: 768px) {
    .product-list ul {
        display: block;
        margin: 0;
    }

    .product-list ul li {
        width: auto;
    }

    .product-list ul li a {
        margin: 0;
    }

    .product-artt {
        display: block;
    }

    .product-artt .pics {
        width: auto;
        margin-right: 0;
        height: 2rem;
        margin-bottom: .2rem;
    }

    .product-artt .info h3 {
        text-align: center;
        font-size: .2rem;
        padding-bottom: 0;
    }
}