.GoodsRecommendCard {
    position: relative;
    z-index: 0;
    display: block;
    width: 390px;
    max-width: 100%;
    min-height: 88px;
    margin: 1em auto;
    border-radius: 8px;
    background-color: #f6f6f6;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
}
.CPSCommonCard {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    max-width: 400px;
    min-height: 88px;
    padding: 14px;
    cursor: pointer;
    overflow: hidden;
}
.CPSCommonCard-imageBox {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100px;
    width: 100px;
    border-radius: 6px;
    overflow: hidden;
}
.CPSCommonCard-image {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.CPSCommonCard-info, .CPSCommonCard-title {
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.CPSCommonCard-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px;
    margin-top: -1px;
}
.CPSCommonCard-title {
    color: #121212;
    font-size: 16px;
    line-height: 20px;
    max-height: 40px;
    font-weight: 600;
    font-synthesis: style;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
}
.CPSCommonCard-title a{
    color: inherit;
}
.CPSCommonCard-subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}
.CPSCommonCard-subtitle-text {
    color: grey;
    font-size: 12px;
    line-height: 16px;
    margin-right: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-weight: 600;
    font-synthesis: style;
}
.CPSCommonCard-button, .CPSCommonCard-tool {
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.CPSCommonCard-button a{
    color: inherit;
}
.CPSCommonCard-tool {
    margin-top: auto;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.GoodsRecommendCardPrice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 18px;
    margin-right: auto;
    line-height: 18px;
    font-family: ZHVipFont;
    font-size: 15px;
    color: #fd5409;
    overflow: hidden;
}
.GoodsRecommendCardPrice-sell {
    font-weight: 500;
    font-size: 16px;
    font-family: ZHVipFont;
}
.CPSCommonCard-button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex-align: center;
    color: #fd5409;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    font-synthesis: style;
    margin-right: 0px;
}
.css-339j4i {
    color: rgb(255, 80, 26);
}

.cke_editable .CPSClose{
    position: absolute;
    right: 0px;
    color: red;
    visibility: visible !important;
}
