.reproduction-ul{
    padding: 0.2rem 0.67rem 0;
}
.reproduction-li{
    height: 5.5rem;
    background-color: #ffffff;
    box-shadow: 0 0.07rem 0.17rem 0.01rem rgba(42, 88, 89, 0.33);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0.22rem;
}
.reproduction-li-icon{
    width: 1.8rem;
    height: 1.8rem;
}
.reproduction-li-name{
    font-family: NotoSansHans-Medium;
    font-size: 0.5rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.49rem;
    /*letter-spacing: 0.5rem;*/
    color: #2c3e50;
    opacity: 0.8;
}
.reproduction-li-intro{
    width: 6.69rem;
    text-align: center;
    margin-top: 0.4rem;
    font-family: NotoSansHans-DemiLight;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.006rem;
    color: #2c3e50;
    opacity: 0.5;
}