.banner-wrap .hover {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-wrap .cover img {
    height: 20vw;
    object-fit: contain;
}

.product-desc-wrap,
.table-wrap {
    padding-bottom: 80px;
}
.table-wrap {
}
.scene-page-wrap h2,
.product-desc-wrap h2,
.table-wrap h2{
    font-size: 30px;
    color: #555;
    text-align: center;
    margin: 0;
    padding: 80px 0 30px;
}
.product-desc-wrap img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.scene-page-wrap {
    background: #f5f5f5;
    padding-bottom: 60px;
    text-align: center;
    color: #666;
}
.scene-page-wrap .cover {
    border-radius: 15px;
    overflow: hidden;
}
.scene-page-wrap .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.table-wrap {
    background: #fcfcfc;
}
.table-wrap .rich-text {
    padding: 0 10px;
}
.table-wrap .rich-text table {
    border: 1px solid #eee;
    width: 100%;
    text-align: center;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0px 0px 1px 1px rgb(180, 175, 175, 0.6) inset;
}
.table-wrap .rich-text table {
    background-color: #fff;
    color: #555;
    box-shadow: 0 0 15px 0 rgba(51, 51, 51, 0.1);
}
.table-wrap .rich-text table {
    border-spacing: 0;
    border-collapse: collapse;
}
.table-wrap .rich-text table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.table-wrap .rich-text table th {
    white-space: nowrap;
    padding: 0px 10px;
    border-left: 1px solid #eee;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background: var(--main-color);
}
.table-wrap .rich-text table tr {
    border-bottom: 1px solid #eee;
}
.table-wrap .rich-text table td {
    border-left: 1px solid #eee;
    line-height: 30px;
    padding: 10px;
}

.table-wrap .rich-text img {
    max-width: 100%;
}

