.layout .right-content .product-body .product-main {
    margin-top: 20px;
}

.product-main>h1 {
    font-size: 20px;
    color: #075fa7;
    margin: 20px 0;
    text-align: center;
}

.product-main>h2 {
    font-size: 16px;
    color: #333;
    margin: 20px 0;
}

.product-main h3 {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin: 20px 0;
    text-indent: 28px;
    font-weight: bolder;
}

.product-main>p {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin: 20px 0;
    text-indent: 28px;
}

.product-main .img-box {
    margin: 10px auto;
    text-align: center;
}

.product-main .img-box img {
    border: 1px solid #ccc;
    margin: 0 5px;
    display: inline-block;
}

.product-main .product-title {
    margin-top: 20px;
}

.product-main .product-title div p {
    font-size: 16px;
    color: #fff;
    background-color: #075fa7;
    display: inline-block;
    padding: 10px 20px;
}

.product-main .product-title .underline {
    border: 1px solid #075fa7;
}

.product-main table {
    margin: 20px auto;
    margin-bottom: 0;
    border: none;
}

.product-main table tbody tr {
    border-color: #ccc;
}

.product-main table tbody tr:first-of-type {
    background-color: #ddd;
}

.product-main table tbody tr:nth-of-type(2n) {
    background-color: #eee;
}

.product-main table tbody tr th,
.product-main table tbody tr td {
    padding: 10px 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.product-main table tbody tr th {
    color: #333;
}

.product-main table.intro tbody tr td:first-of-type,
.product-main table.intro tbody tr th:first-of-type {
    width: 20%;
}

.product-main table.intro tbody tr td:nth-of-type(2),
.product-main table.intro tbody tr th:nth-of-type(2) {
    width: 30%;
}

.product-main table.intro tbody tr td:last-of-type,
.product-main table.intro tbody tr th:last-of-type {
    width: 50%;
}

.met_hits {
    overflow: hidden;
}

.met_hits .metjiathis {
    display: inline-block;
}

.met_hits span {
    margin-top: 5px;
}