.collect {
    width: var(--centerA, 23rem);
    margin: 0 auto;
    background: #fff;
}

.collect .goods-list {
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    position: relative;
}

.collect .collect-list .type-box {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 0 20px;
    margin: 5px 0;
    overflow: auto;
}

body .el-button span {
    display: inline;
    border: 0;
    padding: 0;
    margin: 0;
}

.child-item .left {
    gap: 30px;
    flex: 1;
    height: 100%;
}

.child-item .right {
    gap: 64px;
}

.right>i {
    color: gray;
    font-size: 25px;
    cursor: pointer;
}

.right>i.like {
    color: #ff8a88;
}

.child-item .icon-shoucang {
    cursor: pointer;
    font-size: .5rem;
}

.child-item .img-box {
    height: 100%;
    border-radius: 0.05rem;
    margin: 0 0.1rem;
    position: relative;
    overflow: hidden;
}

.child-item .child-item-content {
    flex: 1;
    height: 100%;
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-template-rows: repeat(4, auto);
    justify-content: space-between;
    gap: 0.15rem;
    align-items: center;
}

.child-item .child-item-content .title {
    white-space: nowrap;
    font-size: var(--sizeXL, 0.35rem);
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
    color: rgb(51, 51, 51);
    font-weight: 400;
    position: relative;
    grid-column: 1 / span 2;
    display: flex;
}

.child-item .child-item-content>div.special {
    display: flex;
    align-items: center;
    color: #0e0e0e;
    font-size: var(--sizeM, .25rem);
    font-weight: 600;
}

.child-item .child-item-content>div.specials {
    font-weight: 500;
    color: rgb(0, 0, 0);
    display: flex;
}

.child-item .child-item-content>div p {
    width: 1.2rem;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
    font-size: var(--sizeM, .25rem);
}

.child-item .child-item-content>div.special p,
.child-item .child-item-content>div.special span {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", 微软雅黑, Tahoma, Arial, sans-serif;
    font-weight: 600;
    color: rgb(14, 14, 14);
    font-size: var(--sizeM, 0.25rem);
    padding: 0px;
    margin: 0px;
}

.child-item .child-item-content>div.special p {
    white-space: nowrap;
}

.child-item .left,
.child-item .right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.child-item .icon-shoucang {
    cursor: pointer;
    font-size: .5rem;
}

.child-item .right {
    gap: 64px;
}

p {
    margin: 0 0 0;
}

.el-image__inner {
    width: 100px;
}

red {
    display: flex;
    width: 100px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: #2d7dff;
    color: white;
    border-radius: 5px;
    margin: 60px auto;
}