.buy {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.buy>.fr {
    width: 300px;
    height: 300px;
}

.buy>.fr img {
    width: 100%;
    height: 100%;
}

.buy>.fl {
    width: calc(100% - 340px);
}

.buy>.fl .title {
    text-overflow: ellipsis;
}

.buy>.fl .title em {
    float: left;
    padding: 2px 5px;
    color: #fff;
    background-color: var(--ay-blue);
    background-image: linear-gradient(to right, var(--ay-blue), var(--bs-info));
    font-size: 14px;
    border-radius: 5px;
    margin-top: 4px;
}

.buy>.fl .title h1 {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 32px;
    color: var(--bs-gray-800);
}

.buy>.fl .bq {
    width: 100%;
    overflow: hidden;
}

.buy>.fl .bq span {
    display: block;
    float: left;
    padding: 2px 10px;
    background-color: #E3F2FD;
    color: #06f;
    font-size: 13px;
    margin-right: 20px;
    border-radius: 5px;
}

.buy>.fl .jg {
    width: 100%;
    height: 100px;
    display: flex;
    padding: 20px 0;
}

.buy>.fl .jg .fr {
    width: 50%;
    height: 80px;
}

.buy>.fl .jg .fr .jg-title span,
.buy>.fl .jg .fl .jg-title {
    font-size: 14px;
    color: #222;
}

.buy>.fl .jg .fr .jg-title em {
    padding: 2px 20px;
    color: #fff;
    background-color: var(--ay-blue);
    background-image: linear-gradient(to right, var(--bs-red), var(--bs-pink));
    font-size: 14px;
    border-radius: 5px;
    margin-top: 4px;
}

.buy>.fl .jg .fr .jg-jg span {
    font-size: 24px;
    color: var(--bs-red);
    line-height: 30px;
    font-weight: bold;
}

.buy>.fl .jg .fr .jg-jg em {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-left: 15px;
    text-decoration: line-through;
}

.buy>.fl .jg .fl {
    width: 50%;
    height: 80px;
    border-left: 1px solid var(--bs-gray-300);
    padding-left: 40px;
}

.buy>.fl .jg .fl .jg-fw {
    display: flex;
}

.buy>.fl .jg .fl .jg-fw>div {
    width: 33.333333%;
    height: 30px;
    line-height: 30px;
    color: var(--bs-gray-600);
}

.buy>.fl .jg .fl .jg-fw>div .icon {
    position: relative;
    margin-top: -2px;
}

.buy>.fl .buy-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background-color: var(--ay-blue);
    background-image: linear-gradient(to right, var(--ay-blue), var(--bs-info));
    color: #fff;
    border-radius: 5px;
}
.buy>.fl .buy-sellout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background-color: #afafaf;

    color: #fff;
    border-radius: 5px;
}

.buy>.fl .buy-btn .icon {
    position: relative;
}

.buy-info {
    width: 100%;
    background-color: #fff;
}

.buy-info .title {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    text-indent: 15px;
    font-weight: 700;
    color: var(--bs-gray-800);
    border-bottom: 1px dashed var(--bs-gray-300);
}

.buy-info .title::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 24px;
    top: 23px;
    left: 20px;
    border-radius: 10px;
    background-color: var(--ay-blue);
}

.buy-info .content {
    padding: 20px;
    text-align: center;
}
.content img{
    max-width: 100%;

}