#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;*/
    height: 60px;
}
.group-top .top-img {
    margin-top: 12px;
    width: 30px;
    height: 30px;
}
.group-top .top-txt {
    margin-left: 10px;
    font-size: 20px;
    color: var(--themeColor);
    font-weight: bold;
    margin-top: 20px;
}
.six-list {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #f4f4f4;
}
.six-list .six-list-item {
    width: 20%;
    padding: 20px 20px 30px 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: 10px;
    width: 184px;
    height: 40px;
    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;
    /* 这里是超出几行省略 */
    overflow: hidden;
    color: #666666;
    font-size: 14px;
}
.six-list .six-list-item .about-two-price {
    width: 95%;
    height: 26px;
    border: 1px solid var(--themeColor);
    display: flex;
    margin: 20px auto 0px;
}
.six-list .six-list-item .about-two-price > div {
    width: 50%;
}
.six-list .six-list-item .about-two-price > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--themeColor);
}
.six-list .six-list-item .about-two-price > div:first-child div:first-child {
    margin-top: 5px;
    font-size: 14px;
}
.six-list .six-list-item .about-two-price > div:first-child div:last-child {
    font-size: 20px;
}
.six-list .six-list-item .about-two-price > div:last-child {
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    text-decoration: line-through;
}