.the-main > .banner {
    background: #0a2948;
    height: 484px;
    color: #fff;
}

.the-main > .banner .w1200-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.the-main > .banner .title {
    font-size: 32px;
}

.the-main > .banner .desc {
    font-size: 18px;
    line-height: 28px;
    margin-top: 24px;
}

.the-main > .product.module-g {
    padding-bottom: 0;
}

.the-main > .product .y-tabs-menu {
    justify-content: center;
}

.the-main > .product .y-tabs-menu a {
    font-size: 16px;
    min-width: 140px;
    display: block;
    text-align: center;
}

.the-main > .product .y-tabs-body {
    background: #f6f8ff;
    margin-top: 24px;
    padding: 40px 0;
}

.the-main > .product .table {
    width: 1200px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    border-collapse: collapse;
    border-radius: 4px;
}

.the-main > .product .table th,
.the-main > .product .table td {
    padding: 16px 8px;
    font-size: 16px;
}

.the-main > .product .table th {
    color: #606266;
    padding: 20px 8px;
    border-bottom: 1px solid #ebeef5;
}

.the-main > .product .table tbody tr + tr td {
    border-top: 1px solid #ebeef5;
}

.the-main > .product .table .product-name {
    position: relative;
    overflow: hidden;
}

.the-main > .product .table .tag {
    background: #e10000;
    position: absolute;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    min-width: 80px;
    transform: rotate(-45deg);
    left: -22px;
    top: 9px;
}

.the-main > .product .table .price {
    display: flex;
    align-items: center;
    justify-content: center;
}

.the-main > .product .table .price .now {
    color: #ff9600;
    font-size: 28px;
    margin-right: 8px;
}

.the-main > .product .table .price .old {
    margin-top: 4px;
    text-decoration: line-through;
}