.icon-new-label {
    font-size: 10px;
    color: #333;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
    font-weight: normal;
    letter-spacing: 0.5px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff764;
    line-height: 10px;
    border-radius: 2px;
    text-transform: uppercase;
}
.icon-hot-label {
    font-size: 10px;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
    font-weight: normal;
    letter-spacing: 0.5px;
    line-height: normal;
    margin-top: 0px;
    margin-left: 0px;
    background: #f81c31;
    border: 1px solid #ec1226;
    line-height: 10px;
    border-radius: 3px;
    padding: 3px 8px 5px 8px;
}
.hot-right {
    top: 4px;
    right: 6px;
}
.new-left {
    left: 6px;
    top: 6px;
    padding: 4px 8px;
}