* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.productAll {
    width: 1200px;
    margin: auto;
}

.productAll>h2 {
    text-align: center;
}

.content_div>p {
    font-size: 12px;
    margin: 20px 0;
}

.content_h3c:hover {
    color: tomato;
}

/* 轮播图 */
.swiper {
    width: 100% !important;
    height: 300px !important;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center !important;
    font-size: 18px;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.tableAll {
    width: 100%;
}

.tableAll>ul {
    display: flex;
    justify-content: space-around;
}

.tableAll>ul>li {
    list-style: none;
    width: 210px;
    height: 50px;
    margin: 10px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 5px 5px 5px #ccc;
}

.tableShow {
    padding: 0 10px;
}

.trait {
    margin: 20px 0;
}

.trait>p {
    font-size: 12px;
}

.glyphicon {
    color: blue;
    margin-right: 20px;
}

tbody>tr>td,
thead>tr>th {
    text-align: center;
    /* border: 1px solid black; */
}

.tdNthOne {
    font-weight: bold;
}

th {
    background-color: #ccc;
}

