<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hotdeals-template-width{
    width: 1200px;
    margin: 0 auto;
}
.hotdeals-title-template{
    font-size: 32px;
    font-weight: 600;
    color: #1C201E;
    line-height: 32px;
    padding-top: 40px;
}
.hotdeals-title-template h2{
    font-size: 32px;
    font-weight: 600;
}
.hotdeals-title-template img{
    width: 100%;
}
.hotdeals-main-template{
    margin-top: 30px;
}
.hotdeals-main-template ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hotdeals-main-template ul li{
    width: 590px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}
.hotdeals-main-template ul li .hotdeals-main-template-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.hotdeals-main-template ul li .hotdeals-main-template-item img{
    width: 100%;
}
.hotdeals-main-middle{
    width: 300px;
    margin-left: 10px;
}
.hotdeals-main-middle-name{
    font-size: 18px;
    color: #171817;
    line-height: 20px;
}
.hotdeals-main-middle-desc{
    font-size: 14px;
    font-weight: 400;
    color: #1C201E;
    line-height: 18px;white-space: normal;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hotdeals-main-middle-cashback{
    font-size: 16px;
    font-weight: 600;
    color: #FF5306;
    line-height: 18px;
    padding-top: 16px;
}
.hotdeals-main-middle-cashback b,.hotdeals-main-middle-cashback span{
    padding-right: 4px;
}
.hotdeals-main-rigth{}
.hotdeals-main-rigth-btn{
    border-radius: 21px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0px 4px 8px 0px rgba(8, 45, 30, 0.22);
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 30px;
}
.hotdeals-main-rigth-shopnow{
    background: #008750;
    color: #FFFFFF;
}
.hotdeals-main-rigth-shopnow:hover{
    color: #FFFFFF;
}
.hotdeals-main-rigth-opencode{
    background: #FFFFFF;
    color: #008750;
}
.hotdeals-main-rigth-exp{
    font-size: 12px;
    font-weight: 400;
    color: #555856;
    line-height: 12px;
    text-align: center;
    padding-top: 16px;
}
.hotdeals-main-rigth-exp b{
    font-weight: 800;
    color: #1C201E;
    margin: 0 2px;
    font-size: 14px;
}
.code-div-hide, .desc-div-hide {
    display: none;
}
.largeLogo,.smallLogo{
    display: block;
    width: 100px;
    text-align: center;
}
.smallLogo{
}
.largeLogo img{
    max-width: 100px;
}



























</pre></body></html>