.productCenter2205161531 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter2205161531 * {
    box-sizing: border-box;
}

.productCenter2205161531 ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.productCenter2205161531 ul {
    padding: 0;
}

.productCenter2205161531 ul li {
    float: left;
    width: 388px;
    height: 388px;
    list-style: none;
    margin-bottom: 16px;
    margin-right: 16px;
    overflow: hidden;
}

.productCenter2205161531 ul li:nth-child(3n) {
    margin-right: 0;
}

.productCenter2205161531 ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    height: 100%;
    width: 100%;
}

.productCenter2205161531 ul li a .proImg {
    width: 100%;
    height: 340px;
}

.productCenter2205161531 ul li a .proImg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
}

.productCenter2205161531 ul li a .content .dec {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    opacity: 1;
    transition: all 0.6s ease 0s;
    background: #1d2088;
    color: #fff;
    text-align: center;
    padding: 0 14px;
    height: 48px;
    line-height: 48px;
}

.productCenter2205161531 ul li a .bgContent {
    width: 100%;
    height: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    background: #1d2088;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productCenter2205161531 ul li a .bgContent:before,
.productCenter2205161531 ul li a .bgContent:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
    opacity: 0;
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -ms-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
}

.productCenter2205161531 ul li a .bgContent:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
}

.productCenter2205161531 ul li a .bgContent:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
}

.productCenter2205161531 ul li a:hover .bgContent:before,
.productCenter2205161531 ul li a:hover .bgContent:after {
    opacity: 1;
    transform: scale(1, 1);
}

.productCenter2205161531 ul li a .bgContent .decIcon {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    display: block;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productCenter2205161531 ul li a .bgContent .decContent {
    margin: 0 auto;
    color: #fff;
    padding: 0 40px;
}

.productCenter2205161531 ul li a .bgContent .title {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
    font-weight: bold;
    height: 24px;
    line-height: 1.3;
}

.productCenter2205161531 ul li a .bgContent .dec {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 20px;
    height: 50px;
    line-height: 1.2;
}

.productCenter2205161531 ul li a:hover .bgContent {
    opacity: 0.9;
    height: 100%;
}