.banner {
    background: #292b37;
}

.banner .tags {
    text-align: center;
}

.banner .tags .tag {
    display: block;
    color: #fff;
}

.apply-scene {
    padding: 64px 0;
}

.apply-scene .table .row {
    display: flex;
}

.apply-scene .table .column {
    width: 0;
    flex-grow: 1;
}

.apply-scene .table-header .column {
    background: #5a6883;
    color: #fff;
    padding: 18px 24px;
}

.apply-scene .table-body {
    height: 280px;
    border-color: #c8ced8;
    border-style: solid;
    border-width: 0 1px 1px;
    overflow: hidden;
}

.apply-scene .table-body .row {
    border-bottom: 1px solid #c8ced8;
}

.apply-scene .table-body .column {
    padding: 18px 24px;
}

.apply-scene .table-body .column.status {
    color: #f23c3c;
}

.apply-scene .table-body .column.result {
    color: #2EA46B;
}

.hot-recommend {
    background: #fafafc;
    padding: 64px 0;
}

.hot-recommend .card {
    margin-left: 16px;
    border-style: solid;
    border-width: 1px !important;
    border-color: #e3e4e5 !important;
}

.hot-recommend .card:first-child {
    margin-left: 0;
}

.hot-recommend .card .title {
    font-size: 16px;
    color: #292D33;
    font-weight: 600;
}

.hot-recommend .card .desc {
    color: #7A8799;
    padding: 24px 0 32px;
    line-height: 26px;
}

.hot-recommend .card .price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 32px;
    border-bottom: 1px solid #e3e4e5;
    margin-bottom: 32px;
}

.hot-recommend .card .price .now {
    font-size: 12px;
    color: #F23C3C;
}

.hot-recommend .card .price .now span {
    font-size: 24px;
}

.hot-recommend .card .price .del {
    text-decoration: line-through;
    color: #7A8799;
    margin-left: 16px;
}

.hot-recommend .card .body {
    padding: 0 0 0 40px;
}

.hot-recommend .card .body > div {
    margin-bottom: 16px;
    text-align: left;
    position: relative;
}

.hot-recommend .card .body > div:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 6px;
    border-color: #2b85fb;
    border-width: 0 0 2px 2px;
    border-style: solid;
    left: -24px;
    top: 3px;
    transform: rotate(-45deg);
}

.hot-recommend .card .btn {
    width: 80%;
    margin-top: 24px;
}

.compare-table {
    padding: 64px 0;
}

.compare-table .w1200 {
    display: flex;
    align-items: center;
}

.compare-table .table {
    flex: 1;
}

.compare-table .table table {
    border-collapse: collapse;
    color: #fff;
    width: 100%;
}

.compare-table .table th {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    background: #e33838;
    padding: 8px;
}

.compare-table .table td {
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 8px;
    background: #08182e;
    text-align: center;
}

.compare-table .arrow {
    margin: 0 8px;
    text-align: center;
    font-size: 16px;
}

.compare-table .table .tips {
    text-align: center;
    margin-top: 8px;
    color: #999;
}

.product-advantage {
    background-color: #fafafc;
}

.product-advantage .image {
    width: 64px;
    height: 64px;
    background: #409eff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 4px;
}

.product-advantage .image img {
    width: 40px;
    height: 40px;
}

.compare-map {
    padding: 64px 0;
}

.compare-map .w1200 {
    display: flex;
    align-items: center;
}

.compare-map .map {
    flex: 1;
}

.compare-map #mapBefore,
.compare-map #mapAfter {
    height: 350px;
}

.compare-map .arrow {
    margin: 0 8px;
    text-align: center;
    font-size: 16px;
}

.compare-map .tips {
    text-align: center;
    margin-top: 8px;
    color: #999;
    transform: translate3d(80px, -24px, 0);
}