.productCenter220518 {
    max-width: 1200px;
    margin: 0 auto;
}

.productCenter220518 * {
    box-sizing: border-box;
}

.productCenter220518 ul:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.productCenter220518 ul {
    padding: 0;
}

.productCenter220518 ul li {
    overflow: hidden;
    width: 300px;
    height: 420px;
    float: left;
    margin-bottom: 10px;
    padding: 6px;
}

.productCenter220518 ul li a {
    display: inline-block;
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: #666;
    transition: all 0.6s ease 0s;
}

.productCenter220518 ul li a:hover {
    box-shadow: 0px 0px 10px rgb(214 213 213);
}

.productCenter220518 ul li a .proImg {
    float: left;
    overflow: hidden;
    width: 286px;
    height: 286px;
    position: relative;
}

.productCenter220518 ul li a .proImg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border: none;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.productCenter220518 ul li a .proImg .img1 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.productCenter220518 ul li a .proImg .img2 {
    bottom: -100%;
}

.productCenter220518 ul li a:hover .img2 {
    bottom: 0;
}

.productCenter220518 ul li a .proContent {
    float: left;
    color: #666;
    padding: 20px 14px 0 14px;
    text-align: center;
    width: 100%;
}

.productCenter220518 ul li a .proContent .title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin-bottom: 16px;
    height: 20px;
    line-height: 1.2;
}

.productCenter220518 ul li a .proContent .moreBtn {
    border: 1px solid #dddee1;
    color: #666;
    display: inline-block;
    font-size: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.6s ease 0s;
}

.productCenter220518 ul li a:hover .proContent .moreBtn {
    color: #fff;
    background: #39b1cf;
    border-color: #39b1cf;
}
