.product-banner {
    height: 7.20000rem;
    background: url('../../img/product/center/banner.png') no-repeat;
    background-size: 100% 100%;
}

.product-banner-cataract {
    height: 7.20000rem;
    background: url('../../img/product/center/cataract.png') no-repeat;
    background-size: 100% 100%;
}

.swiper {
    position: relative;
}

.pagination {
    position: absolute;
    bottom: 0.35rem;
    z-index: 2;
    display: flex;
    justify-content: center;
}

.swiper .swiper-pagination-bullet {
    width: 0.74rem;
    height: 0.04rem;
    background: #fff;
    border-radius: 0.14rem 0.14rem 0.14rem 0.14rem;
    opacity: 1;
}

.swiper .swiper-pagination-bullet-active {
    background: #35B7AD;
}

.product-banner .series {
    text-align: center;
    padding-top: 5.88000rem;
    font-size: 0.36000rem;
    color: #FFFFFF;
    line-height: 0.52000rem;
    letter-spacing: 0.02000rem;
    text-align: center;
    font-weight: 400;
}

.series-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 0.20000rem;
}

.series-wrapper .series-item {
    /* padding: 0 0.20000rem; */
    margin-left: 0.20000rem;
    font-weight: 400;
    font-size: 0.18000rem;
    color: #666666;
    line-height: 0.20000rem;
    cursor: pointer;
}

.series-wrapper .active {
    color: #35B7AD;
}

.series-wrapper .series-item:hover {
    color: #35B7AD;
}

.series-wrapper .series-item::after {
    content: "";
    display: inline-block;
    border-right: 0.01000rem solid #666666;
    height: 0.13000rem;
    margin-left: 0.20000rem;
}

.series-wrapper .series-item:nth-child(6):after {
    content: "";
    border-right: none;
    height: 0.05000rem;
    margin-left: 0.20000rem;
}

.product-wrapper {
    display: block;
}

.product-wrapper:nth-child(even) {
    background: linear-gradient(142deg, #FBFEFF 0%, #F4FCFF 100%);
}

.product-item {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
}

.product-wrapper:nth-child(1) {
    padding: 0.70000rem 0;
}

.product-wrapper:nth-child(2) {
    padding: 1.250000rem 0;
}

.product-wrapper:nth-child(3) {
    padding: 1.21rem 0;
}

.product-wrapper:nth-child(4) {
    padding: 0.94rem 0;
}

.product-wrapper:nth-child(5) {
    padding: 1.46rem 0;
}

.product-wrapper:nth-child(6) {
    padding: 0.86rem 0 0.3000rem;
}

/* .product-wrapper .product-item .info-wrapper:nth-child(1) {
    padding-top: 0.20000rem;
}

.product-wrapper .product-item:nth-child(2) .info-wrapper {
    padding-top: 0.60000rem;
}

.product-wrapper .product-item:nth-child(2) .machine-wrapper img {
    margin-top: 0.60000rem;
}

.product-center .product-wrapper .product-item:nth-child(1) {
    padding: 0.70000rem 0 0.60000rem 0;
} */

/* .product-center:nth-child(2).product-wrapper .product-item {
    padding-bottom: 0.70000rem;
}

.product-center:nth-child(3).product-wrapper .product-item {
    padding: 1.50000rem 0;
} */

.product-wrapper .info-wrapper {
    /* width: 5.50000rem; */
    width: 5.47000rem;
}

/* .product-wrapper .left {
    width: 5.47000rem;
} */


.product-wrapper .right {
    width: 6.00000rem;
}

.product-wrapper .info-wrapper .title {
    font-weight: 500;
    font-size: 0.56000rem;
    color: #3D3D3D;
    line-height: 0.80000rem;
}

.product-wrapper .info-wrapper .subtitle {
    font-weight: 500;
    font-size: 0.32000rem;
    color: #35B7AD;
    line-height: 0.46000rem;
    margin-bottom: 0.40000rem;
}

.product-wrapper .info-wrapper .line {
    width: 0.30000rem;
    height: 0.00000rem;
    border: 0.01000rem solid #666666;
    margin-bottom: 0.40000rem;
    margin-top: 0.40000rem;
}

.product-wrapper .info-wrapper .slogan {
    font-weight: 400;
    font-size: 0.20000rem;
    color: #666666;
    line-height: 0.32000rem;
    margin-top: 0.10000rem;
}

.product-wrapper .info-wrapper .slogan img {
    width: 0.18000rem;
    height: 0.18000rem;
    margin-right: 0.10000rem;
    display: inline-block;
}

.product-wrapper .info-wrapper .params {
    font-weight: 400;
    font-size: 0.20000rem;
    color: #666666;
    line-height: 0.30000rem;
    margin-top: 0.40000rem;
}

.product-wrapper .info-wrapper .params p {
    white-space: nowrap;
}

.product-wrapper .info-wrapper .introduce {
    font-weight: 400;
    font-size: .2rem;
    color: #666666;
    display: flex;
    margin-top: 0.4rem;
    align-items: center;
}

.product-wrapper .info-wrapper .introduce .icon {
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    margin-left: 0.05rem;
}

.product-wrapper .info-wrapper .introduce span {
    color: #35B7AD;
}

.product-wrapper .info-wrapper .introduce .space {
    margin-bottom: 0.20rem;
}

.product-wrapper .info-wrapper .introduce img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0px 0px 0px 0px;
    margin-left: 0.3rem;
}

.product-wrapper .machine-wrapper {
    width: 6.00000rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-wrapper .machine-wrapper img {
    transition: all .3s ease-in-out;
}