:root {
  --block-width: 80vw;
  --font-normal: 14px;
}

.vp-roewei6maxev { width: 100%; overflow: hidden; font-size: var(--font-normal); }
.vp-roewei6maxev img { display: block; width: 100%; }
.vp-roewei6maxev .view-wrap { background: url('/rw-pc/vehicles/roewei6maxev-new/assets/images/16486203571.jpg') repeat 50% 50%; background-size: 100% auto; color: #fff; }
.vp-roewei6maxev .view-wrap .view-content { width: var(--block-width); margin: 0 auto; display: flex; align-items: flex-start; justify-content: center; padding: 5vw 0 10vw 0; }
.vp-roewei6maxev .view-wrap .view-content .view-item { text-align: center; padding: 20px; }
.vp-roewei6maxev .view-wrap .view-content .view-item img { transition: all 300ms ease; }
.vp-roewei6maxev .view-wrap .view-content .view-item img:hover { transform: scale(1.05); }
.vp-roewei6maxev .view-wrap .view-content .view-item .view-item-txt { padding-top: 1em;
  display: flex;
  justify-content: center;
}
.vp-roewei6maxev .view-wrap .view-content .view-item .view-item-txt span{ width: 20px; height: 20px; display: inline-block; margin-right: 10px; background-color:#8cae56;}
/* 配置表 */
.vp-roewei6maxev .configuration-wrap { background: #262d4a; color: #fff; padding-bottom: 100px; }
.vp-roewei6maxev .configuration-wrap .wrap-title { text-align: center; font-size: 38px; padding: 1em 0; }
.vp-roewei6maxev .configuration-wrap .wrap-title-bar { position: relative; width: 80vw; margin: 0 auto; }
.vp-roewei6maxev .configuration-wrap .wrap-title-bar .tips { position: absolute; right: 0; bottom: 0.5em; }
.vp-roewei6maxev .configuration-wrap .wrap-content { width: var(--block-width); margin: 0 auto; }
.vp-roewei6maxev .configuration-wrap .wrap-content .table-head { table-layout: fixed; }
.vp-roewei6maxev .configuration-wrap .wrap-content .table-head .cell-price td { background: rgba(0, 0, 0, 0.2); }
.vp-roewei6maxev .configuration-wrap .wrap-content .configuration-table { height: 450px; overflow-y: scroll; }
.vp-roewei6maxev .configuration-wrap .wrap-content table { background-color: transparent; margin: 0; }
.vp-roewei6maxev .configuration-wrap .wrap-content table th,
.vp-roewei6maxev .configuration-wrap .wrap-content table td { padding: 5px; text-align: center; vertical-align: middle; }
.vp-roewei6maxev .configuration-wrap .wrap-content table tr:hover td { background: none; }
.vp-roewei6maxev .configuration-wrap .wrap-content table tr { transition: all 100ms ease; }
.vp-roewei6maxev .configuration-wrap .wrap-content table tr:hover { background-color: rgba(0, 0, 0, 0.2); }
.vp-roewei6maxev .configuration-wrap .wrap-content table tbody > tr > td,
.vp-roewei6maxev .configuration-wrap .wrap-content table tbody > tr > th { background-color: transparent; }
.vp-roewei6maxev .configuration-wrap .wrap-content .configuration-table .cell-title { background: rgba(0, 0, 0, 0.4); padding: 10px; border: 1px solid #ccc; border-bottom: 0; cursor: pointer; text-align: center; }
.vp-roewei6maxev .configuration-wrap .wrap-content .configuration-table > div:last-child { border-bottom: 1px solid #ccc; }
/* 预约试驾 */
.vp-roewei6maxev .rx-order-float { position: fixed; bottom: 0; left: 0; width: 100%; padding: 12px 0; display: table; table-layout: fixed; background-color: #edeef1; opacity: 1; z-index: 1000; box-shadow: 0 0 2px #a0a0a0; display: flex; align-items: center; justify-content: center; }
.vp-roewei6maxev .rx-order-float .order-float-title { font-size: 22px; padding-right: 10px; }
.vp-roewei6maxev .rx-order-float .order-float-title img { width: 36px; margin-bottom: -7px; }
.vp-roewei6maxev .rx-order-float .order-float-item { text-align: center; padding: 0 5px; }
.vp-roewei6maxev .rx-order-float .order-float-item input,
.vp-roewei6maxev .rx-order-float .order-float-item select { width: 180px; height: 36px; line-height: 36px; padding: 0 10px; border: 1px solid #a0a0a0; background-color: white; font-size: var(--font-normal); }
.vp-roewei6maxev .rx-order-float .float-submit { display: inline-block; width: 184px; height: 36px; line-height: 36px; background-color: #A09B84; cursor: pointer; transition: all 300ms ease; }
.vp-roewei6maxev .rx-order-float .float-submit:hover { cursor: pointer; background-color: #A09B84; }
.vp-roewei6maxev .rx-order-float .float-submit > span { display: inline-block; color: #fff; }
.vp-roewei6maxev .rx-order-float.rx-hide { bottom: -50px; opacity: 0; }
