.tpl-product-item {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 0.68rem;
    cursor: pointer;
    display: block;
}

@keyframes productImg {
    0% {
        transform: translate(-50%, -100%) rotateZ(-5.24deg);
    }
    100% {
        transform: translate(-50%, -100%) rotateZ(9.76deg);
    }
}


.tpl-product-item .tpl-product-item-bg {
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    border-radius: 50%;
    top: 0.16rem;
    right: 0;
    z-index: -1;
}

.tpl-product-item .tpl-product-item-main img {
    width: 2.4rem;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(calc(-100% - 0.56rem));
    z-index: -1;
}

.tpl-product-item .tpl-product-item-main {
    padding-top: 1.22rem;
}

.tpl-product-item .title {
    font-weight: bold;
    font-size: 0.28rem;
}


.tpl-product-item .minTitle {
    font-weight: bold;
    color: #F8FF1F;
    margin-top: 1px;
    font-size: 0.28rem;
}

.tpl-product-item .content {
    margin-top: 0.15rem;
    margin-left: 0.28rem;
    font-size: 0.245rem;    
}

.tpl-product-item .content .content-tag {
    padding: 0 0.07rem;
    margin-bottom: 0.1rem;
    font-size: 0.21rem;
    position: relative;
    display: flex;
    width: fit-content;
}

.tpl-product-item .content .content-tag span {
    font-size: 0.12rem;
}



/* person 修改的样式 */
.tpl-product-item.person {
    cursor: unset;
}
.tpl-product-item .icon {
    cursor: pointer;
    width: 0.96rem;
    height: 0.96rem;
    position: absolute;
    right: 0;
    top: 0.24rem;
}

.tpl-product-item.person .amazonIcon {
    top: 1.36rem;
}

.tpl-product-item.person .tpl-product-item-bg {
    width: 4.8rem;
    height: 4.8rem;
}

.tpl-product-item.person .tpl-product-item-main {
    padding-top: 3.5rem;
}

.tpl-product-item.person .title {
    font-size: 0.42rem;
}

.tpl-product-item.person .minTitle {
    display: inline-block;
    padding: 0 2px;
    background-color: var(--z-page-primary-color);
}

.tpl-product-item.person .tpl-product-item-main img {
    width: 4rem;
    left: 0.96rem;
    top: 4.8rem;
    transform: translateY(calc(-100% - 1.44rem));
}  


/* person 修改的样式结束 */
@media screen and (min-width: 768.5px) {
    .tpl-product-item {
        width: 25.58rem;
        position: relative;
        z-index: 1;
    }
    
    #zuiki-company .tpl-product-item:hover .tpl-product-item-productImg {
        animation: productImg 0.25s ease-in-out forwards;
    }
    
    .tpl-product-item .tpl-product-item-bg,
    .tpl-product-item.person .tpl-product-item-bg {
        width: 22.4rem;
        height: 22.4rem;
        position: absolute;
        border-radius: 50%;
        top: 1.2rem;
        right: 0;
        z-index: -1;
    }
    
    .tpl-product-item .tpl-product-item-main img,
    .tpl-product-item.person .tpl-product-item-main img {
        width: 16.64rem;
        top: 16.64rem;
        left: 50%;
        transform: translate(-50%, -100%) rotateZ(-5.24deg);
    }
    
    .tpl-product-item .tpl-product-item-main,
    .tpl-product-item.person .tpl-product-item-main {
        padding-top: 18rem;
    }

    .tpl-product-item .title,
    .tpl-product-item.person .title {
        font-size: 2.07rem;
        font-weight: 700;
    }
    .tpl-product-item.person .title {
        white-space: nowrap;
    }
    
    
    .tpl-product-item .minTitle {
        font-weight: bold;
        color: #F8FF1F;
        margin-top: 1px;
        font-size: 1.28rem;
    }
    
    .tpl-product-item .content {
        margin-left: 2.08rem;
        font-size: 1.12rem;
    }
    
    .tpl-product-item .content .content-tag {
        padding: 0.1rem 0.32rem;
        margin-top: 0.96rem;
        margin-bottom: 0.48rem;
        font-size: 0.96rem;
    }

    .tpl-product-item .content .content-tag span {
        font-size: 0.64rem;
    }

    /* person */
    .tpl-product-item .icon {
        width: 3.84rem;
        height: 3.84rem;
        position: absolute;
        right: 0;
        top: 1.2rem;
        cursor: pointer;
    }

    .tpl-product-item .icon:hover {
        animation: href-hover 0.3s ease forwards;
    }

    .tpl-product-item .amazonIcon,
    .tpl-product-item.person .amazonIcon {
        top: 5.4rem;
    }


    .tpl-product-item.person .tpl-product-item-main img {
        width: 20.6rem;
        top: 18.8rem;
        left: 50%;
        transform: translate(-63%, -100%);
    }  

    .tpl-product-item.person .minTitle {
        display: inline-block;
        padding: 0 2px;
        background-color: var(--z-page-primary-color);
    }

    .tpl-product-item.person .content .content-tag{
        margin-top: 0.6rem;
    }
}

