<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.novelty_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.novelty_content_li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}

.novelty_content_li_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.76rem;
}

.novelty_content_li_title_border {
    display: flex;
    align-items: center;
}

.novelty_content_li_title_border&gt;img {
    width: 0.76rem;
    height: 0.03rem;
}

.novelty_content_li_title_border&gt;.border {
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background-color: #099ed0;
}

.novelty_content_li_title_center {
    display: flex;
    align-items: center;
    margin: 0 0.2rem;
}

.novelty_content_li_title_center_black {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #010000;
    font-weight: 700;
}

.novelty_content_li_title_center_red {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #F54B41;
    font-weight: 700;
}

.novelty_content_li_text {
    margin-top: 0.3rem;
    width: 12rem;
    text-indent: 2em;
    font-size: 0.16rem;
    color: #767676;
    line-height: 0.36rem;
    margin-bottom: 0.8rem;
}

.novelty_content_li_useList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
    margin-bottom: 0.6rem;
}

.novelty_content_li_useLi {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0.85rem;
}

.novelty_content_li_useLi:first-child {
    margin-left: 0;
}

.novelty_content_li_useLi_border {
    width: 0.84rem;
    height: 0.84rem;
    background: linear-gradient(0deg, #EBFAFF, #FFFFFF);
    border: 0.01rem solid #A6D8E7;
    box-shadow: 0px 0.05rem 0.05rem 0px rgba(0, 0, 0, 0.23);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.novelty_content_li_useLi_border&gt;img {}

.novelty_content_li_useLi_text {
    font-size: 0.16rem;
    color: #424242;
    line-height: 0.16rem;
    margin-top: 0.2rem;
}

.novelty_content_li_flowList {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.57rem;
    margin-bottom: 0.93rem;
}

.novelty_content_li_flowLi {
    width: 1.8rem;
    height: 0.66rem;
    border: 0.02rem solid #3BBBE3;
    border-radius: 0.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.1rem;
    box-sizing: border-box;
}

.novelty_content_li_flowLi_num {
    width: 0.38rem;
    height: 0.38rem;
    border: 0.02rem solid #3BBBE3;
    border-radius: 50%;
    text-align: center;
    line-height: 0.38rem;
    font-size: 0.18rem;
    color: #FE6000;
}

.novelty_content_li_border {
    font-size: 0.2rem;
    color: #3BBBE3;
    line-height: 0.2rem;
}

.novelty_content_li_advList {
    width: 12rem;
    position: relative;
}

.novelty_content_li_advList_li {
    margin-top: 0.37rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.37rem;
}

.novelty_content_li_advLi {
    width: 5.48rem;
    height: 1.48rem;
    display: flex;
    align-items: flex-start;
}

.novelty_content_li_advLi:nth-child(1) {
    background-color: #f54d43;
    border-radius: 0.1rem 0.1rem 0.6rem 0.1rem;
    margin-bottom: 0.2rem;
}

.novelty_content_li_advLi:nth-child(2) {
    background-color: #ffffff;
    border-radius: 0.1rem 0.1rem 0.1rem 0.6rem;
    margin-bottom: 0.2rem;
}

.novelty_content_li_advLi:nth-child(3) {
    background-color: #ffffff;
    border-radius: 0.1rem 0.6rem 0.1rem 0.1rem;
    margin-top: 0.2rem;
}

.novelty_content_li_advLi:nth-child(4) {
    background-color: #f54d43;
    border-radius: 0.6rem 0.1rem 0.1rem 0.1rem;
    margin-top: 0.2rem;
}

.novelty_content_li_advLi_left {
    margin-top: 0.35rem;
    margin-left: 0.63rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.novelty_content_li_advLi_left&gt;img {
    width: 0.58rem;
    height: 0.65rem;
}

.novelty_content_li_advLi_left&gt;.num {
    font-size: 0.28rem;
    font-weight: 700;
    color: #F54D43;
    line-height: 0.28rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.novelty_content_li_advLi:nth-child(2) .novelty_content_li_advLi_left&gt;.num{
    color: #ffffff;
}

.novelty_content_li_advLi:nth-child(3) .novelty_content_li_advLi_left&gt;.num{
    color: #ffffff;
}


.novelty_content_li_advLi_right {
    margin-top: 0.35rem;
    margin-left: 0.38rem;
    display: flex;
    flex-direction: column;
}

.novelty_content_li_advLi_right&gt;.title {
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.2rem;
}

.novelty_content_li_advLi:nth-child(2) .novelty_content_li_advLi_right&gt;.title{
    color: #141413;
}

.novelty_content_li_advLi:nth-child(3) .novelty_content_li_advLi_right&gt;.title{
    color: #141413;
}

.novelty_content_li_advLi_right&gt;.text {
    font-size: 0.14rem;
    color: #F7C6C6;
    line-height: 0.14rem;
    margin-top: 0.12rem;
}

.novelty_content_li_advLi:nth-child(2) .novelty_content_li_advLi_right&gt;.text{
    color: #8D8D8E;
}

.novelty_content_li_advLi:nth-child(3) .novelty_content_li_advLi_right&gt;.text{
    color: #8D8D8E;
}

.novelty_content_li_advList_center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.novelty_content_li_advList_center&gt;img {
    width: 1.14rem;
    height: 1.16rem;
}

.novelty_content_li_advList_center&gt;.title {
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.28rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}</pre></body></html>