.productCenter9 {
    /* PHP - 整体 */
    background: rgb(255, 192, 0);
}

.productCenter9 * {
    /* PHP - ignore */
    box-sizing: border-box;
}

.productCenter9Content {
    /* PHP - 整体 */
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
}

.productCenter9Content * {
    /* PHP - ignore */
    box-sizing: border-box;
}

.productCenter9Top {
    /* PHP - 顶部 */
    text-align: center;
    padding: 10px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
}

.productCenter9Top .title {
    /* PHP - 顶部标题 */
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
}

.productCenter9List {
    /* PHP - 列表 */
    min-height: 460px;
}

.productCenter9List:after {
    content: "";
    height: 0;
    display: block;
}

.productCenter9List .productCenter9Item {
    /* PHP - Item */
    float: left;
    width: 23%;
    background: #fff;
    transition: all ease-in-out .3s;
    margin-bottom: 2%;
    margin-right: 30px;
    overflow: hidden;
}

.productCenter9List .productCenter9Item:nth-child(4n) {
    /* PHP - Item(4的倍数) */
    margin-right: 0;
}

.productCenter9List .productCenter9Item:hover {
    /* PHP - Item Hover时 */
    background: #fd6e27;
}

.productCenter9List .productCenter9Item:hover .title {
    /* PHP - Item Hover时标题 */
    color: #fff;
    transform: translateY(-25%);
}

.productCenter9List .productCenter9Item:hover .moreIcon {
    /* PHP - Item Hover时图标 */
    background-color: #fff;
    color: #fd6e27;
}

.productCenter9List .productCenter9Item:hover .pro-img {
    transform: translateY(-7%);
}

.productCenter9List .productCenter9Item a {
    /* PHP - Item */
    display: block;
    text-decoration: none;
    padding-bottom: 16px;
}

.productCenter9List .productCenter9Item .title {
    /* PHP - Item 标题 */
    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 { 
	background: #fff;
    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 .moreIcon {
    /* PHP - 更多图标 */
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    color: #fff;
    background-color: #ff6700;
    text-align: center;
    line-height: 20px;
    margin: 0px auto;
    /* transform: translateY(-10%) translateZ(0px); */
    transition: color ease-in-out .5s, background-color ease-in-out .5s, transform ease-in-out .3s;
    font-size: 16px;
    padding-left: 0;
}

.productCenter9List .productCenter9Item .pro-img .dummy {
    padding-top: 100%;
}
