.lims-system {
    height: 5.94rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 2.3rem;
    width: calc(100% - 4.6rem);
    background: url(../images/product/limsBg.png) center center no-repeat;
}

.breadcrumb {
    height: 0.70rem;
    line-height: 0.70rem;
    width: 100%;
    background-color: #F8F8F8;
    padding-left: 1.5rem;
    font-size: 0.16rem;
    color: #666;
}

.breadcrumb>span,
.breadcrumb>a,
.breadcrumb>font {
    height: 0.7rem;
}

.lims-system .left {
    text-align: left;
}

.lims-system .left .title {
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 0.6rem;
    color: #FFFFFF;
    line-height: 0.68rem;
    text-shadow: 0px 3px 2px rgba(0, 58, 132, 0.29);
}

.lims-system .left .title-des {
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 0.34rem;
    color: #FFFFFF;
    line-height: 0.68rem;
    text-shadow: 0px 3px 2px rgba(0, 58, 132, 0.29);
}

.lims-system .left .desc-top {
    margin-top: 0.42rem;
}

.lims-system .left .desc {
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.36rem;
    text-shadow: 0px 3px 2px rgba(0, 58, 132, 0.29);

}

.lims-system .left .btn-item {
    margin-top: 0.42rem;
    width: 1.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #FF871D;
    border-radius: 2px 16px 2px 16px;
    /* position: absolute; */
    /* bottom: 18vh;
    left: 16.5vh; */
    color: #FFFFFF;
    font-weight: 500;
    font-family: Source Han Sans SC;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.btn-item a {
    height: 0.5rem;
    text-decoration: none;
    color: #fff;
}

.btn-item .iconfont-arrow {
    height: 0.5rem;
    margin-left: 6px;
    /* transform: rotate(45deg); */
}

.btn-item:hover {
    cursor: pointer;
    background: #fba458;
}

.btn-item:hover .iconfont-arrow {
    /* transform: rotate(90deg); */
    animation: rightMove 0.2s linear forwards;
}

.btn-item .iconfont-arrow i {
    font-size: 0.16rem;
}

@keyframes rightMove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0.6vh);
    }
}

.right {}

.limsImg {
    width: 35vw;
    /* height: 20vh; */
    margin-top: 1rem;
}

.product {
    margin: 60px 150px;
}

.title-policy {
    display: flex;
    align-items: center;
}

.title-icon {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    margin-right: 14px;
}

.title-icon img {
    width: 100%;
    height: 100%;
}

.title-policy .title-name {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.98rem;
}

.policy-wrap-top {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-column-gap: 120px;
    grid-template-columns: calc(50% - 60px) calc(50% - 60px);
}

.policy-wrap-top .left,
.policy-wrap-top .right {
    height: 1.78rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.4rem;
    background-size: cover;
    text-indent: 1em;
    padding: 0 0.22rem;
    display: flex;
    align-items: center;
}

.policy-wrap-top .left {
    background: url('../images/product/policy1.png') no-repeat 100%;
}

.policy-wrap-top .right {
    background: url('../images/product/policy2.png') no-repeat 100%;
}

.policy-wrap-bottom {
    display: grid;
    /* align-items: flex-start; */
    /* justify-content: center; */
    /* margin-top: 20px; */
    grid-column-gap: 120px;
    grid-template-columns: calc(50% - 60px) calc(50% - 60px);
}

.policy-wrap-bottom .left {
    /* width: calc(50% - 60px); */
    /* margin-top: 16px; */
    margin-right: 1rem;
    height: 3.3rem;
}

.policy-wrap-bottom .policy-item {
    display: flex;
    margin-bottom: 0.55rem;
    border-radius: 4px;
    align-items: center;
    position: relative;
    top: 0.20rem;
}

.policy-wrap-bottom .policy-title {
    /* width: 120px; */
    width: 1.08rem;
    height: 0.6rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.18rem;
    color: #ffffff;
    line-height: 0.28rem;
    position: relative;
    background-color: #1088E9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.1rem;
}

.policy-wrap-bottom .policy-title::before {
    content: "";
    position: absolute;
    top: 0px;
    /* 鏍规嵁闇€瑕佽皟鏁 */
    right: -0.14rem;
    width: 0;
    height: 0px;
    border-top: 0.30rem solid transparent;
    border-bottom: 0.30rem solid transparent;
    border-left: 0.15rem solid #1088E9;
}

.policy-wrap-bottom .policy-content {
    width: calc(100% - 0.66rem);
    display: flex;
    align-items: center;
    height: 0.90rem;
    /* line-height: 90px; */
    padding-right: 0.10rem;
    flex: 1;
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #E6E6E6;
    position: absolute;
    left: 0.66rem;
    z-index: -1;
    padding-left: 0.90rem;
}

.policy-wrap-bottom .right {
    /* width: calc(50% - 60px); */
    height: 3.3rem;
    /* padding: 84px 30px; */
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.36rem;
    background: url('../images/product/integral1.png') no-repeat 100%;
    background-size: cover;
    text-indent: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.policy-wrap-bottom .right .right-content {
    padding: 0 0.32rem;
}

.blue {
    color: #1088E9;
    font-family: MicrosoftYaHei-Bold;
    font-size: 0.24rem;
    font-weight: bold;
}

.product-ad {
    /* background: #EFF4FC;
    padding-top: 1px; */
}

.product-2 {
    display: block;
    padding-bottom: 60px;
}

.advantage {
    margin: 60px 150px 0px 150px;
    padding-bottom: 40px;
    display: grid;
    /* align-items: center; */
    /* justify-content: center; */
    grid-template-columns: calc(25% - 22.5px) calc(25% - 22.5px) calc(25% - 30px) calc(25% - 30px);
    grid-column-gap: 30px;
}

.advantage-item {
    /* width: 302px; */
    height: 2.82rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0 40px;
}

.advantage-item .item-top {
    width: 1rem;
    height: 1rem;
    background: #1088E9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-item .item-top img {
    width: 0.5rem;
    height: 0.5rem;

}

.advantage-item .item-bottom {
    font-size: 0.24rem;
    margin-top: 0.32rem;
    text-align: center;
}


.btn-item1 {
    margin-top: 0.42rem;
    width: 1.4rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #FF871D;
    border-radius: 25px;
    /* bottom: 18vh;
    left: 16.5vh; */
    color: #FFFFFF;
    font-weight: 500;
    font-family: Source Han Sans SC;
    font-size: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;

}

.btn-item1 a {
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 0.18rem;
}

.btn-item1 .iconfont-arrow {
    margin-left: 6px;
    /* transform: rotate(45deg); */
}

.btn-item1:hover {
    cursor: pointer;
    background: #fba458;
}

.btn-item1:hover .iconfont-arrow {
    /* transform: rotate(90deg); */
    animation: rightMove 0.2s linear forwards;
}


.btn-item2 {
    margin-bottom: 50px;
}

.function {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    margin: 60px 150px 10px 150px;
}

.function-item {
    /* width: 513px; */
    /* height: 150px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 30px 40px;
}

.function-item .title {
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 0.24rem;
    color: #333333;

}

.function-item .info {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.34rem;
    margin-top: 0.26rem;
}

.btn-item3 {
    margin-bottom: 50px;
    margin-top: 46px;
}

.product-10 {
    text-align: center;
    background: url('../images/product/telBg.png') no-repeat 100%;
    background-size: cover;
    height: 2.76rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.product-10 .title-top {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.44rem;
    color: #333333;
    line-height: 0.30rem;
}

.product-10  .title-bottom {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #666666;
    margin-top: 0.20rem;
}

.btn-item4 {
    margin-top: 20px;
}

.product-2 {
    padding-top: 1px;
}

/* .product-20 {
    height: 18rem;
    border: 1px solid #000;
} */

.product-20 .title-chinese {
    font-family: Source Han Sans SC;
    font-weight: 400;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.3rem;
}

.product-20 .title-english {
    font-family: Arial;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.3rem;
}

.product-20 .list .left {
    width: 47.5%;
    height: 100%;
    padding-left: 0.78rem;
}

.product-20 .list .left .title {
    width: 2.14rem;
    height: 0.56rem;
    background: linear-gradient(90deg, #38A6FF, #B1DCFF);
    border-radius: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 0.36rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.3rem;
}

.product-20 .list .left .text {
    height: 0.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.24rem;
    color: #fff;
}

.product-20 .list .right {
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 0.7rem;
}

.product-20 .list .middle {
    width: 10%;
    display: flex;
    justify-content: center;
}

.product-20 .list .middle .pk {
    width: 0.84rem;
    height: 0.84rem;
    background: linear-gradient(90deg, #68BD83, #EF7B1B, #FAD4B9);
    box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.68);
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 0.42rem;
    color: #fff;
    line-height: 0.2rem;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.29);
}

/* .product-20 .list .right .pk {
    width: 84px;
    height: 84px;
    background: linear-gradient(90deg, #68BD83, #EF7B1B, #FAD4B9);
    box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.68);
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    line-height: 20px;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.29);
} */

.product-20 .plat-list .left {
    width: 8.81rem;
    height: 14.87rem;
    background: #1088E9;
    box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.68);
    border-radius: 80px;
    margin-right: -0.2rem;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.product-20 .plat-list .left .title {
    width: 4.93rem;
    height: 1.04rem;
    background: #FFFFFF;
    border-radius: 52px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #1088E9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.71rem;
}

.product-20 .plat-list .right {
    width: 7.81rem;
    height: 13.7rem;
    background: #DAEDFE;
    box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.44);
    border-radius: 80px;
    z-index: 9998;
    display: flex;
    justify-content: center;
}

.product-20 .plat-list .right .title {
    width: 4.2rem;
    height: 1.04rem;
    background: rgba(129, 196, 255, 0.39);
    border-radius: 52px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 0.48rem;
    color: #323333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.31rem;
}

.product-20 .list {
    width: calc(100% - 3rem);
    height: 1.5rem;
    display: flex;
    align-items: center;
    position: absolute;
    top: 47vh;
    left: 1.5rem;
    z-index: 999999;
}

.product-20 {
    background: url('../images/product/linebg.png') center center no-repeat;
    background-size: cover;
    animation: fadeInUp 1s both;
    display: flow-root;
}

.product-20 .plat-list {
    margin: 0.6rem 1.5rem;
    margin-bottom: 0.9rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-20 .list .right {
    width: 6.33rem;
    height: 0.25rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
}

.product-20 .list2 {
    margin-top: 1.65rem;
}

.product-20 .list3 {
    margin-top: 3.3rem;
}

.product-20 .list4 {
    margin-top: 4.95rem;
}

.product-20 .list5 {
    margin-top: 6.6rem;
}

.product-20 .list6 {
    margin-top: 8.25rem;
}

.product-20 .list7 {
    margin-top: 9.9rem;
}

.product-20 .list8 {
    margin-top: 11.65rem;
}

.product-7 .title-chinese,
.product-7 .title-english {
    color: #fff;
}

.product-7 .plat-list {
    margin: 60px 150px 10px 150px;
}

.product-7 {
    background: url(../images/product/value.png) center center no-repeat;
    background-size: cover;
    animation: fadeInUp 1s both;
    display: flow-root;
}

.product-7 .plat-list {
    margin: 60px 150px;
    /* margin-bottom: 90px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.product-7 .plat-list .left {
    width: 881px;
    height: 1487px;
    background: #1088E9;
    box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.68);
    border-radius: 80px;
    margin-right: -20px;
    z-index: 9999;
    display: flex;
    justify-content: center;
}

.product-7 .plat-list .left .title {
    width: 493px;
    height: 104px;
    background: #FFFFFF;
    border-radius: 52px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 48px;
    color: #1088E9;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 71px;
}

.product-7 .plat-list .right {
    width: 781px;
    height: 1370px;
    background: #DAEDFE;
    box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.44);
    border-radius: 80px;
    z-index: 9998;
    display: flex;
    justify-content: center;
}

.product-7 .plat-list .right .title {
    width: 420px;
    height: 104px;
    background: rgba(129, 196, 255, 0.39);
    border-radius: 52px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 48px;
    color: #323333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
}

.product-7 .list {
    height: 150px;
    display: flex;
    position: absolute;
    top: 47vh;
    left: 8vw;
    z-index: 999999;
}

.product-7 .list2 {
    margin-top: 165px;
}

.product-7 .list3 {
    margin-top: 330px;
}

.product-7 .list4 {
    margin-top: 495px;
}

.product-7 .list5 {
    margin-top: 660px;
}

.product-7 .list6 {
    margin-top: 825px;
}

.product-7 .list7 {
    margin-top: 990px;
}

.product-7 .list .left {
    width: 736px;
    height: 100%;
    padding-left: 78px;
}

.product-7 .list .left .title {
    width: 214px;
    height: 56px;
    background: linear-gradient(90deg, #38A6FF, #B1DCFF);
    border-radius: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.product-7 .list .left .text {
    height: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.product-7 .list .right {
    width: 781px;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-7 .list .right .pk {
    width: 84px;
    height: 84px;
    background: linear-gradient(90deg, #68BD83, #EF7B1B, #FAD4B9);
    box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.68);
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    line-height: 20px;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.29);
}

.product-7 .list .right .text {
    width: 633px;
    height: 25px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin-left: 55px;
}

.swiper-pagination {
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-7 .plat-list .swiper-slide {
    /* flex:1; */
    background-color: #fff;
    border-bottom: #fff solid 5px;
    position: relative;
    min-height: 4.4rem;
    height: auto;
    /* margin-bottom: 5vh; */
}

.product-7 .plat-list .swiper-slide:hover .content {
    width: 100%;
    background-color: #fff;
    position: absolute;
    margin-top: -10%;
    transition: 0.5s ease;
}

.product-7 .plat-list .swiper-slide:hover {
    border-bottom: #1088E9 solid 5px;
    transition: 0.5s all;
}

.product-7 .plat-list .swiper-slide:hover .title {
    color: #1088E9;
    transition: 0.5s ease;
}

.product-7 .plat-list .swiper-slide:hover .title::after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #1088E9;
    display: block;
    margin-top: 10px;
}

.product-7 .plat-list .swiper-slide img {
    width: 100%;
    height: 2.40rem;
}

.product-7 .plat-list .swiper-slide .title {
    margin: 0px 30px;
    margin-bottom: 0px;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}

.product-7 .plat-list .swiper-slide .despcription {
    margin: 30px;
    margin-top: 0px;
    font-size: 0.16rem;
    color: #666666;
    line-height: 30px;
    /* height: 18vh; */
}

.product-7 .plat-list .swiper-slide .iconfont {
    display: none;
}

.product-7 .plat-list .swiper-slide:hover .iconfont {
    display: block;
    width: 28px;
    height: 30px;
    padding-right: 2px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    background-color: #1088E9;
    position: absolute;
    right: 20px;
    bottom: 10px;
    transition: 1s ease;
}

.product-8 {
    display: flex;
    flex-flow: column;
    background: url('../images/product/case-computer.png') no-repeat;
    background-size: 100%;
}

.product-8 .content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin: 150px;
    margin-top: 4vh;
    height: 45vh;
}

.product-8 .content>div {
    /* flex:1; */
}

.product-8 .content .left {
    width: 30vw;
    margin-left: 15%;
}

.product-8 .content .left .swiperImgs {
    box-shadow: 0px 4px 40px 0px rgb(0 0 0 / 10%);
}

.product-8 .content .left img {
    /* position: absolute;
    top:30px;
    right: 40px; */
    width: 96%;
    height: auto;
    padding: 2%;
    border-radius: 5px;
    /* background-color: #fff; */
}

.product-8 .content .right {
    margin-left: 2vw;
    margin-top: 10vh;
}

.product-8 .content .right .swiper {
    height: 40vh;
}

.product-8 .content .right .swiper-wrapper {
    width: 36vw;
    /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1000); */
}

.product-8 .content .right .swiper-slide {
    /* width: 687px; */
    height: 3.10rem;
    background: #FFFFFF;
    border-radius: 8px;
}

.product-8 .content .right .swiper-slide>div {
    margin: 0px 78px;
}

.product-8 .content .right .swiper-slide .title {
    margin-top: 0.40rem;
    font-size: 0.24rem;
    color: #333;
    position: relative;
}

.product-8 .content .right .swiper-slide .title::before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    background: #FFFFFF;
    border: 4px solid #1890FF;
    border-radius: 50%;
    position: absolute;
    left: -38px;
    top: 4px;
}

.product-8 .content .right .swiper-slide .info {
    margin-top: 0.38rem;
    font-size: 0.14rem;
    line-height: 0.36rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-8 .content .right .swiper-slide a {
    text-decoration: none;
}

.product-8 .content .right .swiper-slide .btn {
    width: 1.50rem;
    height: 0.50rem;
    line-height: 0.50rem;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 0.16rem;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    margin-top: 0.30rem;
    margin-left: 0.78rem;
}

.product-8 .content .right .swiper-slide .btn:hover {
    background-color: #1088e9;
    border-color: #1088e9;
    color: #fff;
}

.product-9 .series-list {
    margin-top: 40px;
    margin: 0px 150px;
}

.product-9 .series-list ul {
    margin-top: 0.6rem;
    margin-bottom: 0.5rem;
    display: grid;
    flex-wrap: wrap;
    grid-column-gap: 0.2rem;
    grid-row-gap: 0.2rem;
    grid-template-columns: calc(20% - 0.16rem) calc(20% - 0.16rem) calc(20% - 0.16rem) calc(20% - 0.16rem) calc(20% - 0.16rem);
}

.product-9 .series-list ul li {
    /* flex: 0 0 15%; */
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1000);
    border-radius: 8px;
    display: flex;
    flex-flow: row;
    /* margin-right: 2%; */
    /* margin-bottom: 0.4rem; */
    padding: 0.20rem;
    align-items: center;
}

.product-9 .series-list ul li .left {
    width: 0.7rem;
    height: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-9 .series-list ul li .left .iconfont {
    color: #fff;
    width: 0.7rem;
    height: 0.7rem;
    line-height: 0.7rem;
    background: #1088E9;
    border-radius: 20px;
    text-align: center;
    font-size: 0.34rem;
    display: inline-block;
}

.product-9 .series-list ul li:nth-child(2) .iconfont {
    background-color: #05DC8E;
}

.product-9 .series-list ul li:nth-child(3) .iconfont {
    background-color: #ECB113;
}

.product-9 .series-list ul li:nth-child(4) .iconfont {
    background-color: #7873EC;
}

.product-9 .series-list ul li:nth-child(5) .iconfont {
    background-color: #00E1DE;
}

.product-9 .series-list ul li:nth-child(6) .iconfont {
    background-color: #00E1DE;
}

.product-9 .series-list ul li:nth-child(7) .iconfont {
    background-color: #7873EC;
}

.product-9 .series-list ul li:nth-child(8) .iconfont {
    background-color: #D975D3;
}

.product-9 .series-list ul li:last-child .iconfont {
    background-color: #05DC8E;
}

.product-9 .series-list ul li .info {
    margin-left: 0.20rem;
    color: #333333;
    line-height: 0.30rem;
    font-size: 0.16rem;
}

@media screen and (min-width:769px) {

    /* .product-20 .plat-list .left {
        width: 881px;
        height: 1487px;
        background: #1088E9;
        box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.68);
        border-radius: 80px;
        margin-right: -20px;
        z-index: 9999;
        display: flex;
        justify-content: center;
    }

    .product-20 .plat-list .left .title {
        width: 493px;
        height: 104px;
        background: #FFFFFF;
        border-radius: 52px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 48px;
        color: #1088E9;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 71px;
    }

    .product-20 .plat-list .right {
        width: 781px;
        height: 1370px;
        background: #DAEDFE;
        box-shadow: 3px 5px 50px 0px rgba(0, 68, 205, 0.44);
        border-radius: 80px;
        z-index: 9998;
        display: flex;
        justify-content: center;
    }

    .product-20 .plat-list .right .title {
        width: 420px;
        height: 104px;
        background: rgba(129, 196, 255, 0.39);
        border-radius: 52px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        font-size: 48px;
        color: #323333;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 31px;
    }

    .product-20 .list {
        width: calc(100% - 300px);
        height: 150px;
        display: flex;
        align-items: center;
        position: absolute;
        top: 47vh;
        left: 150px;
        z-index: 999999;
    }

    .product-20 {
        background: url('../images/product/linebg.png') center center no-repeat;
        background-size: cover;
        animation: fadeInUp 1s both;
        display: flow-root;
    }

    .product-20 .plat-list {
        margin: 60px 150px;
        margin-bottom: 90px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    } */
}
