.list-license-parents {
    font-size: 12px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.list-license-parents .ant-spin {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.list-license-parents .empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(0, 0, 0, 0.7);
}

.list-license-parents .empty img {
    width: 480px; /* 4em * 12px * 10 = 480px */
}

.list-license-parents .list {
    display: flex;
    flex-wrap: wrap;
}

/**媒体查询非小屏幕 */

.list-license-parents .list .item {
    width: 400px;
}




.list-license-parents .list .item {
    cursor: pointer;
    padding: 12px; /* 0.1em * 12px * 10 = 12px */
}

.list-license-parents .list .item .img {
    width: calc(400px - 48px); /* 3em * 12px * 10 = 360px */
    height: calc(400px - 48px); /* 3em * 12px * 10 = 360px */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin: 0 auto;
}

.list-license-parents .list .item .img img {
    max-height: 90%;
    max-width: 90%;
    transition: all 0.3s;
}

.list-license-parents .list .item .name {
    margin-top: 36px; /* 0.3em * 12px * 10 = 36px */
    font-size: 21px; /* 0.175em * 12px * 10 = 21px */
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 600;
    color: #303030;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-license-parents .list .item .fields {
    margin-top: 12px; /* 0.1em * 12px * 10 = 12px */
    position: relative;
}

.list-license-parents .list .item .fields .i {
    display: flex;
    align-items: center;
    font-size: 18px; /* 0.15em * 12px * 10 = 18px */
    color: rgba(0, 0, 0, 0.7);
    padding: 0.175rem 0; /* rem单位保持不变 */
}

.list-license-parents .list .item .fields .price {
    position: absolute;
    color: #d94032;
    font-weight: bold;
    font-size: 27px; /* 0.225em * 12px * 10 = 27px */
    line-height: 45px; /* 0.375em * 12px * 10 = 45px */
    right: 0.2rem; /* rem单位保持不变 */
    bottom: 0;
}

.list-license-parents .list .item:hover .img img {
    transform: scale(1.1);
}

.list-license-parents-pages {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 12px;
}

.list-license-parents-pages .pager .pagination {
    margin: 0;
}

.list-license-parents-pages .pager .pager {
    margin: 0;
}

.list-license-parents-pages .pager li {
    margin: 0 .4em;
    display: inline-block;
}

.list-license-parents-pages .pager li:first-child > a,
.list-license-parents-pages .pager li:last-child > a,
.list-license-parents-pages .pager li:first-child > span,
.list-license-parents-pages .pager li:last-child > span {
    padding: .5em 1.2em;
}

.list-license-parents-pages .pager li > a,
.list-license-parents-pages .pager li > span {
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    padding: .5em .93em;
    font-size: 14px;
}