.todayDeals .logo{
    position: absolute;
    width: 44px;
    height: 44px;
    background: #F6F9FD;
    box-shadow: 0px 1px 1px 0px rgba(15, 15, 14, 0.18);
    left: 10px;
    top: 10px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}
.todayDeals img{
    width: 100%;
    max-height: 200px;
}
.home-today-deals-hot {
    min-width: 80px;
    height: 32px;
    background: #FF5306;
    border-radius: 0 0px 100px 0px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
}
.home-today-deals-hot span{
    padding: 0 20px;
}
.home-today-deals-list{
    padding: 10px 12px 14px 10px;
    text-align: left;
}
.home-today-deals-list .today-deals-item1{
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
    word-wrap: break-word;
}
.home-today-deals-list .today-deals-item1 span:nth-child(1){
    font-size: 20px;
    font-weight: 500;
    color: #3E403F;
    line-height: 18px;
}
.home-today-deals-list .today-deals-item2{
    font-size: 24px;
    align-items: end !important;
}
.home-today-deals-list .today-deals-item2 span:nth-child(2){
    font-size: 12px;
    font-weight: 400;
    color: #8F9391;
    line-height: 14px;
    text-decoration:line-through;
    padding-left: 8px;
}
.home-today-deals-list .today-deals-item3{
    font-size: 12px;
    font-weight: normal;
    color: #3E403F;
    line-height: 12px;
    font-style:oblique
}
.home-today-deals-list .today-deals-item4{
    font-size: 16px;
    font-weight: normal;
    color: #FF5306;
    line-height: 14px;
    font-style:oblique
}
.home-today-deals-list .today-deals-item3 span{
    font-style:normal;
}
.today-deals-item4 i{
    font-style: oblique;
    font-weight: bold;
}
.newtoday-deals-item1{
    font-size: 14px;
    font-weight: normal;
    color: #555856;
}







