/* 产品中心 - 详情 */
body {
    background-color: #EFF5FF;
}
.product-detail-body {
    min-height: 100vh;
    margin-bottom: 120px;
}

.product-detail-intro {
    margin-top: 87px;
    margin-bottom: 129px;
}
.product-detail-intro .detail-intro__left {
    width: 700px;
    height: 700px;
    background: #FFFFFF;
}
/* .intro-lis {
    width: 700px;
    height: 700px;
} */
.product-detail-intro .swiper-pagination {
    bottom: 48px;
}
.product-detail-intro .swiper-bullet {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 12px;
    border-radius: 50%;
    border: 2px solid #979797;
    cursor: pointer;
}
.product-detail-intro .swiper-pagination-bullet-active {
    border-color: #0859C0;
    background: #0859C0;
}
.product-detail-intro .swiper-button-prev, .product-detail-intro .swiper-button-next {
    width: 60px;
    height: 60px;
    background-color: rgba(8,89,192,0.1);
    background-position: center;
    background-size: auto 50%;
    border-radius: 50%;
    transition: all 0.3s;
}
.product-detail-intro .swiper-button-prev:hover, .product-detail-intro .swiper-button-next:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.product-detail-intro .intro-lis {
    width: 700px;
    height: 700px;
}
.product-detail-intro .intro-lis img {
    max-width: 90%;
    max-height: 90%;
    min-width: 40%;
}
.product-detail-intro .detail-intro__right {
    margin-left: 60px;
}
.detail-intro__right .title {
    font-size: 36px;
    color: #333333;
    line-height: 50px;
}
.detail-intro__right .info {
    margin-top: 10px;
    font-size: 18px;
    color: #8E8E8E;
    line-height: 25px;
}
.detail-intro__right .info-ul {
    min-height: 400px;
    margin-top: 40px;
    padding-left: 30px;
}
.detail-intro__right .info-ul li {
    font-size: 24px;
    color: #333333;
    line-height: 44px;
    list-style: disc;
}
.pro-btns {
    margin-top: 60px;
}
.pro-btns .btn-lis {
    position: relative;
    width: 260px;
    height: 60px;
    padding: 0 70px 0 30px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 60px;
    border-radius: 4px;
    float: left;
    cursor: pointer;
}
.pro-btns .btn-lis::after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.pro-btns .btn-lis.download {
    background: #0859C0;
}
.pro-btns .btn-lis.cart {
    background: #FF5901;
}
.pro-btns .btn-lis.download::after {
    background-image: url('../../image/common/download.png');
}
.pro-btns .btn-lis.cart::after {
    background-image: url('../../image/common/cart.png');
}
.pro-btns .btn-lis+.btn-lis {
    margin-left: 80px;
}

.product-intro-list {
    padding-top: 47px;
    border-top: 1px solid #AEAEAE;
    margin-bottom: 80px;
}
.intro-navs {}
.intro-navs .nav-lis {
    min-width: 160px;
    height: 48px;
    padding: 0 30px;
    border-radius: 24px;
    border: 1px solid #333333;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}
.intro-navs .nav-lis:hover, .intro-navs .nav-lis.active {
    background: #0859C0;
    border-color: #0859C0;
    color: #FFFFFF;
}

.intro-detail-content {
    min-height: 200px;
    margin-top: 60px;
}
.detail-content__item {
    display: none;
    text-align: center;
}
.detail-content__item.active {
    display: block;
}
.detail-content__item img {
    max-width: 100%;
}
.detail-content__item table {}
.detail-content__item table tr {
    width: 100%;
    height: 80px;
}
.detail-content__item .intro-params tr:nth-child(odd) td {
    background: #D9E4F2;
}
.detail-content__item .intro-params tr:nth-child(even) td {
    background: EFF5FF;
}
.detail-content__item table {}
.detail-content__item .intro-params th {
    font-size: 24px;
    color: #ffffff;
    background: #0859C0;
}
.detail-content__item .intro-params td {
    font-size: 24px;
    color: #333333;
}
.detail-content__item table {}

.img-bg {
    width: 100%;
    height: auto;
    padding: 72px 120px 126px;
    background: #ffffff;
}
.img-bg img {
    width: 100%;
    height: auto;
}

/* 使用手册 */
.intro-manual tr {
    padding: 0 10px;
}
.intro-manual th {
    padding: 0 80px;
    background: #C6D6EB;
    font-size: 24px;
    color: #333333;
}
.intro-manual td {
    padding: 0 80px;
    font-size: 18px;
    color: #333333;
    background: #EFF5FF;
}
.intro-manual .btn {
    display: inline-block;
    width: 88px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #F42000;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #333333;
}
.intro-manual .btn:hover {
    background: #F42000;
    border-color: #F42000;
    color: #FFFFFF;
}
/* 知识应用 */
.intro-knowledge .konw-lis {
    position: relative;
    padding: 20px 0 20px 28px;
    border-bottom: 1px solid #C6C6C6;
    color: #333333;
}
.intro-knowledge .konw-lis::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 12px solid #0859C0;
}
.know-lis .title {
    font-size: 24px;
    color: #333333;
    line-height: 36px;
}
.know-lis .time {
    font-size: 24px;
    color: #AEAEAE;
    line-height: 36px;
}
.intro-knowledge a:hover .title {
    color: #0859C0;
}
.intro-knowledge a:hover .time {
    color: #0859C0;
}

/* 视频教程 */
.intro-video {
    position: relative;
    width: 100%;
    height: 796px;
    background: #3C3C3C;
}
.intro-video::after {
    content: '';
    display: inline-block;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 200px;
    height: 200px;
    background: url('../../image/product/play.png')no-repeat center/100%;
}
