.innerbox{
    background-color: #fff;
}
.innermain .firstline .left img{
    width: 100%;
    padding: 0 2rem;
    max-height: 400px;
}
.innermain .firstline .right{
    padding: 0 2rem;
}
.innermain .firstline .right .product-title {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.innermain .firstline .right .product-desc {
    text-indent: 2rem;
    line-height: 2rem;
    min-height: 18rem;
}
.innermain .firstline .right .page{
    margin: 2rem auto 0 auto;
    display: flex;
    justify-content: space-around;
}
.innermain .firstline .right .page>.pre,.innermain .right .page>.next{
    font-size: 1rem;
    width: fit-content;
    border: 1px solid #ddd;
    width: 35%;
}

.innermain .secondline{
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid var(--base-color);
}
.innermain .secondline .left {
    padding: 1.2rem;
}
.innermain .secondline .left h3{
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 1.2;
}
.innermain .secondline .left img{
    width: 100%;
    padding: 0 2rem;
    max-height: 400px;
}
.innermain .secondline ul{
    list-style: none;
}
.innermain .secondline .list-item h4 {
    text-align: center;
}
.innermain .secondline .list-item h4 a{
    font-size: 0.8rem;
}
.innermain .secondline .right{
    padding: 1.2rem;
}

.innermain .secondline .right .producttitle{
    font-weight: 300 !important;
    font-size: 16px !important;
    line-height: 1.2;
}
@media (min-width : 980px) {
    .innermain .left {
        border-right: 1px solid var(--base-color);
    }
}