.productCenter2206241814 * {
    box-sizing: border-box;
}

.productCenter2206241814 {
    max-width: 320px;
}

.productCenter2206241814 .tabMenu {
    display: none!important;
    display: flex;
}

.productCenter2206241814 .tabMenu .menuIcon {
    cursor: pointer;
    margin-right: 10px;
}

.productCenter2206241814 .tabMenu .menuIcon svg path {
    fill: #ccc;
}

.productCenter2206241814 .tabMenu .curMenu svg path {
    fill: #333;
}

.productCenter2206241814 .normalImg {
    width: 100%;
    height: 86px;
}

.productCenter2206241814 .normalImg img {
    max-width: 100%;
    display: block;
    border: none;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 6px;
}

.productCenter2206241814 .productCenterList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.productCenter2206241814 .productCenterList li {
    width: 50%;
    padding: 10px;
    /* transition: all 1s; */
}

.productCenter2206241814 .productCenterList li a {
    width: 100%;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: block;
    border-radius: 6px;
}

.productCenter2206241814 .productCenterList li a .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.productCenter2206241814 .productCenterList li a .des {
    display: none;
}

.productCenter2206241814 .productCenterList li a .content {
    padding: 10px 6px;
    flex: 1;
}

.productCenter2206241814 .productCenterCardList li {
    width: 100%;
    /* transition: all 1s; */
}

.productCenter2206241814 .productCenterCardList .normalImg {
    display: none;
    width: 40%;
}

.productCenter2206241814 .productCenterCardList li a {
    display: flex;
}

.productCenter2206241814 .productCenterCardList li a .title {
    text-align: left;
    margin-bottom: 6px;
}

.productCenter2206241814 .productCenterCardList li a .content {
    padding: 0 0 0 0;
	width:60%;
}

.productCenter2206241814 .productCenterCardList li a .des {
    display: none!important;
    display: block;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 58px;
    line-height: 1.4;
}