.product-list {
    margin-top: 60px;
}

.product-list .product-list-nav {
    text-align: center;
}

.product-list .product-list-nav a {
    border: 1px solid #cccccc;
    color: #666666;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-left: 10px;
    margin-right: 10px;
    padding: 16px 18px;
}

.product-list .product-list-nav a.active, .product-list .product-list-nav a:hover {
    background-color: #7fbe26;
    border: 1px solid #7fbe26;
    color: #ffffff;
}

.product-list .product-list-describe {
    color: #212121;
    display: block;
    margin: 52px auto 0;
    text-align: center;
    width: 74%;
}

.product-list-details {
    margin-top: 24px;
}

.product-list-details .body {
    display: none;
}

.product-list-details .item {
    margin-top: 30px;
}

.product-list-details .item a {
    background-color: #f8f8f8;
    cursor: pointer;
    display: block;
    height: 100%;
    text-align: center;
}

.product-list-details .media {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
}

.product-list-details .item span {
    border-top: 1px solid #dddefd;
    color: #212121;
    display: block;
    line-height: 1;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list-details .hiddenbutton {
    display: table;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 10px;
    text-align: center;
    width: 230px;
}

.product-list-details .nomore {
    display: none;
    font-size: 12px;
    margin-top: 50px;
    text-align: center;
}

.product-list .ajaxmore {
    background-color: #7fbe26;
    cursor: pointer;
    display: none;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding-top: 10px;
    text-align: center;
    transition: all ease 0.3s;
    width: 230px;
}

.product-list .ajaxmore span {
    color: #ffffff;
    line-height: 1;
    position: relative;
}

.product-list .ajaxmore i {
    background-image: url(../images/down.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 7px;
    margin-left: 8px;
    width: 12px;
}

.product-list .ajaxmore:hover {
    background-color: #002447;
}

.product-list .ajaxmore.on {
    background-color: transparent;
    cursor: unset;
}

.product-list .ajaxmore.on span {
    color: #757575;
    font-size: 12px;
}

.product-list .ajaxmore.on i {
    display: none;
}

@media only screen and (min-width: 1230px) {
    .product-list-details .item span {
        font-size: 16px;
    }
}

