
.fedealsimg{
    width: 160px;
    max-height: 40px;
}
.featured-deals-explain1{
    height: 34px;
    background: #008750;
    box-shadow: 0 2px 6px 1px  rgb(0 135 80 / 17%);
    border-radius: 10px 0 100px 0;
    margin-bottom: 8px;
    padding-right: 14px;
    float: left;
    overflow: hidden;
    width: 86%;
}
.featured-deals-explain1 .introduction1{
    font-size: 15px;
    color: #ffffff;
    line-height: 18px;
    font-style:italic;
    padding-top: 8px;
    font-weight: 500;
    text-align: left;
    padding-left: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.featured-deals-item1{
    font-style: oblique;
    font-size: 24px;
    font-weight: normal;
    color: #FF5306;
    padding-top:20px;
}
.featured-deals-item1 span{
    font-size: 16px;
    font-style: normal;
    padding:0 4px;
}
.featured-deals-item2{
    font-size: 14px;
    font-weight: 500;
    color: #3E403F;
    line-height: 18px;
    padding: 10px 4px 0 4px;
}
.featured-deals-item3{
    font-size: 12px;
    font-weight: 400;
    color: #555856;
    line-height: 12px;
    padding-top: 8px;
    height: 20px;
}
.featured-deals-item3 b{
    padding: 0 2px;
}
.featured-deals-item4{
    padding-top: 18px;
    cursor: pointer;
}
.featured-deals-item4 span.s1{
    font-size: 12px;
    font-weight: 400;
    color: #3E403F;
    line-height: 12px;
    padding-right: 4px;
}
.featured-deals-item4 div.d1{
    border-radius: 2px;
    border: 1px dashed #008750;
    font-size: 12px;
    font-weight: 400;
    color: #008750;
    padding: 2px;
}
.featured-deals-item4 div.d2{
    border-radius: 2px;
    font-size: 13px;
    font-weight: 400;
    color: #008750;
    padding: 2px;
}

.featured-deals-ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.featured-deals-ul li{
    text-align: center;
    width: 216px;
    min-height: 236px;
    padding-bottom: 10px;
    box-shadow: 0 2px 6px 1px  rgba(18, 25, 21, 0.14);
    border-radius: 4px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    list-style-type: none;
}
.featured-deals-ul li .featured-deals-item2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    word-wrap: break-word;
    white-space: normal;
    padding-left: 16px;
    padding-right: 16px;
    height: 46px;
}
.openCodePop{
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(8,45,30,0.22);
    border-radius: 21px;
    padding: 4px 18px;
    font-weight: 600;
    font-size: 14px;
    color: #008750;
}
