figure {
    margin: 0;
    padding: 0;
}

.product-box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: auto;
    -ms-overflow-style: none; /* IE 10+ */
    overflow: -moz-scrollbars-none;/* Firefox */
}
.product-box::-webkit-scrollbar { 
    width: 0 !important /* chrome 和Safari */
    
} 

.product-box .product-main {
    width: 900px;
    box-sizing: border-box;
    padding: 0 20px 20px;
    border: dashed 1px #e6e6e6;
    margin: 90px 0;
    position: relative;
}

.product-thumb {
    display: none;
}

.product-pic {
    display: inline-block;
}

.product-main-title {
    position: absolute;
    left: 435px;
    top: 65px;
    font-weight: normal;
    font-size: 32px;
    line-height: 1;
    padding-bottom: 0.625em;
    color: #333;
    display: inline-block;
    border-bottom: solid 3px #e6e6e6;
}

.product-main h5 {
    color: #eb1111;
    font-size: 30px;
    /* margin: 1.2em 0; */
    line-height: 1;
    position: absolute;
    left: 435px;
    top: 155px;
    font-weight: normal;
}

.product-main h5::before {
    color: #eb1111;
    font-size: 30px;
    /* margin: 1.2em 0; */
    line-height: 1;
    content: "¥";
}

.product-main h6 {
    /* position: absolute; */
    /* left: 435px;
    right: 20px;
    top: 210px; */
    height: 50px;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.66em;
    font-weight: normal;
}

.product-main h4 {
    font-size: 22px;
    position: relative;
    padding: 0 12px;
    margin: 55px 0 45px;
    font-weight: normal;
}

.product-main h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.8em;
    width: 2px;
    background: #4e91ff;
}

.wp-caption-text {
    text-align: center;
}

.product-main p {
    font-size: 18px;
    line-height: 1.66em;
    /* text-indent: 2em; */
    margin-bottom: 0.5em;
}

.product-main img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.product-main h3+figure img {
    display: inline;
}

.product-main h3+p img {
    display: inline;
}

.product-main figcaption {
    text-align: center
}

.product-main table {
    table-layout: fixed;
    width: 100%;
    font-size: 18px;
    color: #333;
    border-collapse: collapse;
    border: none;
}

.product-main table tr:nth-child(odd) {
    background: #edf4ff;
}

.product-main table tr:nth-child(even) {
    background: #fafafa;
}

.product-main table td {
    padding: 0 12px;
    height: 40px;
    border: solid 1px #fff;
    font-size: 16px;
    text-indent: 0;
}

.product-main table td p {
    font-size: 16px;
    text-indent: 0;
    margin: 0;
}

.suggest-box {
    position: absolute;
    right: 0;
    top: 78px;
    width: 250px;
}

.suggest-box .suggest-product {
    padding: 0 15px 12px 15px;
    background: #e6e6e6;
    text-align: center;
}

.suggest-product img {
    display: block;
    padding: 12px 0;
    width: 220px;
    height: 152px;
}

/* .suggest-case img {
    padding: 12px 0;
    width: 220px;
    height: 152px;
} */

.suggest-box .title {
    margin-top: 12px;
    color: #fff;
    background: #4e91ff;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
    font-weight: normal;
}

.suggest-box .suggest-product a {
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    background: #bfbfbf;
    display: block;
    padding: 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.suggest-box .suggest-product a:hover {
    color: #4e91ff;
}

@media (max-width:1200px) {
    .product-box {
        width: 93.6%;
        margin: 0 auto;
    }
    .product-box .product-main {
        width: 100%;
    }
    figure {
        width: 100%!important;
    }
    .product-box .product-main figure img {
        width: 100%;
        height: auto;
    }
    .product-main-title,
    .product-main h5,
    .product-main h6 {
        position: static;
        width: 100%;
    }
    .product-main-title {
        text-align: center;
        margin: 1em 0;
    }
    .product-main h6 {
        height: auto;
        margin: 1em 0 2em;
    }
    .product-main p img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width:768px) {
    .product-main h4 {
        margin: 3% 0;
    }
    .product-main p {
        font-size: 16px;
    }
}

@media (max-width: 640px) {
    .product-main p {
        font-size: 14px;
    }
    .product-main h6 {
        font-size: 14px;
    }
    .product-main h5 {
        font-size: 18px;
    }
    .product-main h5::before {
        font-size: 22px;
    }
    .product-main-title {
        font-size: 24px;
    }
    .product-main table td p,
    .product-main table td {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    .product-main h4 {
        font-size: 16px;
        margin: 5% 0;
    }
}