<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#app {
    display: flex;
    justify-content: center;
}
.about {
    margin-top: 20px;
    width: 1200px;
    background-color: #ffffff;
}
.group-top {
    padding: 0px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}
.group-top .top-img {
    width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
}

.top-img-icon {
    width: 30px;
    height: 30px;
}
.top-right-log {
    width: 500px;
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top-right-log-txt {
    width: 150px;
    height: 30px;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}

.btnâ€”left {
    margin-right: 10px;
}

.big-log-txt {
    font-size: 20px;
    font-weight: 700;
    color: var(--themeColor);
}

.top-right-log-btn {
    width: 77px;
    height: 26px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 26px;
    cursor: pointer;
}
.group-top .top-txt {
    margin-left: 10px;
    font-size: 20px;
    color: var(--themeColor);
    font-weight: bold;
}
.six-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f4f4f4;
}
.six-list .six-list-item {
    position: relative;
    width: 239px;
    height: 343px;
    padding: 20px 20px 34px 20px;
    box-sizing: border-box;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
}
.six-list .six-list-item .about-two-img {
    width: 100%;
    height: 199px;
}
.six-list .six-list-item .about-two-img .el-image {
    width: 100%;
    height: 100%;
}
.six-list .six-list-item .about-two-title {
    margin-top: 5px;
    width: 184px;
    height: 38px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 0px 6px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* è¿™é‡Œæ˜¯è¶…å‡ºå‡&nbsp;è¡Œçœç•¥ */
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}
.six-list .six-list-item .about-two-price {
    margin-top: 10px;
    width: 100%;
    height: 26px;
    border: 1px solid #e1251b;
    display: flex;
}
.six-list .six-list-item .about-two-price &gt; div {
    width: 50%;
}
.six-list .six-list-item .about-two-price &gt; div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #e1251b;
}
.six-list .six-list-item .about-two-price &gt; div:first-child div:first-child {
    margin-top: 5px;
    font-size: 14px;
}
.six-list .six-list-item .about-two-price &gt; div:first-child div:last-child {
    font-size: 20px;
}
.six-list .six-list-item .about-two-price &gt; div:last-child {
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    text-decoration: line-through;
}

.about-two-price-integral {
    width: 100%;
    height: 26px;
    margin-top: 15px;
    font-size: 14px;
    color: var(--themeColor);
    display: flex;
    align-items: center;
}

.integral_txt {
    height: 26px;
    font-size: 14px;
    line-height: 30px;
}

.integral_txt_big {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    height: 26px;
}

.about-two-price-btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    /*margin-top: 3px;*/
    display: flex;
    justify-content: flex-end;
}

.integral-btn {
    width: 80px;
    height: 30px;
    background: var(--themeColor);
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
}</pre></body></html>