.row {
    margin-left: 0;
    margin-right: 0;
}

.row > * {
    padding-left: 0;
    padding-right: 0;
}

.bnr-img {
    position: relative;
}

.share-top {
    display: none;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.share-top-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.banner-img-person a {
    width: 100%;
    display: block;
    aspect-ratio: 192 / 79;
    margin-bottom: 2px;
}

.banner-img-person a:last-child {
   margin-bottom: 0px;
}


#products .products-left-main .content {
    font-size: 0.28rem;
    margin-bottom: 0.48rem;
    line-height: 0.5rem;
}

/* zuiki products 样式开始 */
#products {
    padding: 0.64rem var(--z-body-warp-padding);
    background-color: var(--z-body-bg-color1);
    color: var(--z-page-primary-color);
}

#products .products-left-main {
    margin-top: 0.16rem;
}

#products .products-right .products-right-row {
    margin-top: 0.144rem;
    margin-bottom: 0.576rem;
    display: flex;
}

#products .products-right .products-right-row1 {
    flex-wrap: wrap;
    justify-content: center
}

#products .products-right .products-right-row2 {
    flex-wrap: wrap;
    justify-content: space-around;
}
/* zuiki products 样式结束 */
/* youtube区块开始 */
#youtube {
    padding: 0.64rem var(--z-body-warp-padding);
}

#youtube .title {
    font-size: 0.36rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0.32rem;
}

#youtube .title img{
   width: 0.66rem;
   margin-right: 0.08rem;
}

#youtube .linkBox {
   width: 100%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
}

#youtube .linkBox .link-item{
    position: relative;
    width: 100%;
    margin-bottom: 0.2rem;
    aspect-ratio: 147 / 82;
}

#youtube .linkBox .link-item iframe {
    width: 100%;
    height: 100%;
}

#youtube .videoBox {
    width: 100%;
    max-width: 1200px;
}

#youtube .videoBox .title{
    width: 5.6rem;
    max-width: 480px;
    margin: 0.62rem auto 0.16rem;
}

#youtube .videoBox .item-list {
    width: 100%;
    position: relative;
    height: 5.2rem;
    overflow: hidden;
}

#youtube .videoBox .mySwiper .swiper-wrapper{
    overflow-x: auto;
}

#youtube .videoBox .mySwiper {
    width: 100%;
    height: 100%;
}


#youtube .videoBox .swiper-slide {
    flex-shrink: 0;
    width: 3.1rem;
    margin-right: 0.15rem;
    padding-bottom: 0.2rem;
}


#youtube .videoBox  .swiper-slide iframe {
    width: 100%;
}

#youtube  .mySwiper .swiper-pagination {
    --swiper-pagination-bottom: -0.1rem;
}

/* 与 Bootstrap 风格统一 */
#youtube .videoBox   .swiper-button-next, 
#youtube .videoBox   .swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#youtube .videoBox  .swiper-pagination-bullet-active {
    background: #0d6efd; /* Bootstrap 主色 */
}
/* youtube区块结束 */

#zuiki-person .tpl-btn {
    margin: 0;
    width: 4rem;
}

h1 {
    font-size: 0.96rem;
    line-height: 0.92rem;
    font-weight: 700;
    font-family: 'Poppins';
    margin-block-start: 0;
    margin-block-end: 0;
}

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

    h1 {
        font-size: 8.8rem;
        line-height: 8.64rem;
    }

    .banner-img-person a {
        margin-bottom: 6px;
     }

    #zuiki-person .tpl-btn {
        width: var(--z-tpl-btn-width);
    }
    
    .share-top {
        display: block;
        width: 3.8rem;
        z-index: 9;
    }

    .share-top-link {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .share-top-link a{
        width: 64%;
        margin: 0.8rem 0;
    }

    #products {
        padding: var(--z-body-warp-padding);
    }

    #products .products-left-main .content {
        font-size: 1.6rem;
        margin-bottom: 3.84rem;
        line-height: 2.88rem;
    }

    /*zuiki products 样式开始 */
    #products .products-left-main {
        margin-top: 6.4rem;
    }

    #products .products-right .products-right-row {
        margin-top: 1.44rem;
        margin-bottom: 5.76rem;
    }

    #products .products-right-row1 .products-right-item {
        margin: 0 1.92rem;
    }
    /*zuiki products 样式结束 */
    /* youtube区块开始 */
    #youtube {
        padding: 3.84rem var(--z-body-warp-padding) 7.68rem;
    }

    #youtube .title {
        font-size: 2.56rem;
        margin-bottom: 1.92rem;
        align-items: center;
    }

    #youtube .title img{
       width: 35px;
       margin-right: 6px;
    }

    #youtube .linkBox .link-item{
        width: calc(1100% / 45);
        margin-bottom: 0;
    }

    #youtube .videoBox {
        margin: 3.84rem auto 0;
    }

    #youtube .videoBox .title{
        width: 100%;
        max-width: 480px;
        margin: 0 auto 1.28rem;
    }

    #youtube .videoBox .item-list {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    #youtube .videoBox .item-list .item{
        width: 24%;
        aspect-ratio: 14 / 25;
    }
    /* youtube区块结束 */
    /* footer-banner 开始 */

    /* footer-banner 结束 */
    
}
