/*样式*/
.dyfc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;}
.dyfc li {
    float: left;
    width: 49%;
    margin-bottom: 1%;}
.pic-img {
    padding-top: 57%;
    position: relative;
    overflow: hidden;}
.pic-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;}
.pic-img img:hover {
    transform: scale(1.05);}
.dyfc li p {
    position: absolute;
    z-index: 9999;
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fdf7f7;
    margin-top: 0.1rem;
    bottom: 0;
    left: 0;
    padding: 10px;
    background-color: hsl(0deg 0% 0% / 50%);}

