.productCenter9 {
    background: rgb(255, 255, 255);
}

.productCenter9Content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.productCenter9Content * {
    box-sizing: border-box;
}

.productCenter9Top {
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
}

.productCenter9Top .title {
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
}

.productCenter9List {
    min-height: 460px;
    box-sizing: border-box;
}

.productCenter9List:after {
    content: "";
    height: 0;
    display: block;
}

.productCenter9List .productCenter9Item {
    float: left;
    width: 49%;
    background: #fff;
    transition: all ease-in-out .3s;
    margin-bottom: 2%;
    margin-right: 2%;
}

.productCenter9List .productCenter9Item:nth-child(2n) {
    margin-right: 0;
}

.productCenter9List .productCenter9Item a {
    display: block;
    text-decoration: none;
    padding-bottom: 16px;
}

.productCenter9List .productCenter9Item .title {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #333;
    max-width: 90%;
    margin: 0 auto 10px auto;
    padding-top: 6px;
}

.productCenter9List .productCenter9Item .pro-img {
    transition: all ease-in-out .3s;
    display: block;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.productCenter9List .productCenter9Item .pro-img img {
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
}

.productCenter9List .productCenter9Item .pro-img .dummy {
    padding-top: 100%;
}

.productCenter9List .productCenter9Item .moreIcon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    color: #fff;
    background-color: #fff;
    text-align: center;
    line-height: 20px;
    margin: 0px auto;
    transition: color ease-in-out .5s, background-color ease-in-out .5s, transform ease-in-out .3s;
    font-size: 16px;
    padding-left: 0;
}