.product-menu {
    display: flex;
    margin-top: 2rem;
}

.product-menu select {
    display: block;
    flex: 1;
    height: 4rem;
    margin-right: 1rem;
    padding-left: 1rem;
}
.product-menu select:last-of-type {
    margin: 0;
}


.product-main {
    padding: 3.3rem 1.6rem;
}
.product-list {
    margin-top: 1.8rem;
}
.product-list .product-box a {
    width: 12rem;
    min-height: 9rem;
}
.product-list .product-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-list .product-box {
    margin-bottom: 1rem;
    background: #FFFFFF;
    display: flex;
}
.product-list .product-box:last-of-type {
    margin: 0;
}
.product-detail {
    padding: 1.7rem 2rem 1.6rem 1.8rem;
    flex: 1;
    min-height: 9rem;
    box-sizing: border-box;
}
.product-detail .product-title {
    font-size: 1.4rem;
    color: #303030;
    margin-bottom: 1rem;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;

}
.product-detail .product-info {
    font-size: 1.2rem;
    color: #c0c0c0;
}
.product-center .more {
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail_content {
    margin-top: 1rem;
    color: #303030;
    background: #ffffff;
    padding: 0 2rem;
}
.detail_content img {
    max-width: 100%;
}
