.banner-g {
    background: #010230 url(../images/home/banner.jpg) no-repeat center center;
}

.banner-g .price-g .price-g__number {
    font-size: 40px;
    transform: translate(0, -4px);
}

.notice {
    background: #FBFBFB;
    padding: 8px 0;
}

.notice .the-width-g {
    display: flex;
    align-items: center;
}

.notice .title {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}

.notice .title img {
    margin-right: 4px;
}

.notice .items {
    display: flex;
    align-items: center;
    margin: 0 40px;
    width: 0;
    flex-grow: 1;
}

.notice .item {
    width: 0;
    flex-grow: 1;
    display: flex;
    color: #666666;
    align-items: center;
    padding-left: 16px;
    position: relative;
}

.notice .item:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #386BF3;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.notice .item + .item {
    margin-left: 40px;
}

.notice .text {
    width: 0;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice .item:hover .text {
    color: #386BF3;
}

.hot-product .product-radio {
    text-align: center;
}

.hot-product .product-module {
    display: none;
    margin-top: 40px;
}

.hot-product .product-module__visible {
    display: block;
}

.hot-product .table .title-row {
    background: #FFFFFF url(../images/home/ssl-title-bg.jpg);
    color: #FFFFFF;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    height: 74px;
}

.hot-product .table .title-row .title-g {
    color: #FFFFFF;
    margin-bottom: 0;
}

.hot-product .table .feature {
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(230, 230, 230, 1);
    padding: 12px 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 6px;
}

.hot-product .ssl.table .feature {
    grid-template-columns: repeat(3, 1fr);
}

.hot-product .table .feature .item {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 28px;
}

.hot-product .table .feature .yzm-icon-success {
    color: #43CF7C;
    font-size: 18px;
    margin-right: 5px;
}

.hot-product .table .rows {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #DDDDDD;
}

.hot-product .table .row {
    display: flex;
    padding: 12px 24px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    min-height: 100px;
    position: relative;
    align-items: center;
}

.hot-product .table .row + .row {
    border-top-color: #DDDDDD;
}

.hot-product .table .row:hover {
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
    z-index: 1;
    border-top-color: transparent;
}

.hot-product .table .row:hover + .row {
    border-top-color: transparent;
}

.hot-product .table .row:hover:before {
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: -2px;
    background: #386BF3;
    position: absolute;
    z-index: 1;
}

.hot-product .table .row .title {
    width: 250px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.hot-product .table .row .content {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0 1px;
    width: 0;
    flex-grow: 1;
    padding: 0 40px;
    line-height: 26px;
    color: #333333;
}

.hot-product .table .row .price-g {
    width: 240px;
    text-align: center;
    justify-content: center;
}

.hot-product .ecs .card-g {
    border: 0;
    padding: 0;
}

.hot-product .ecs .card-g:before {
    content: none;
}

.hot-product .ecs .header {
    background: linear-gradient(135deg, #386BF3 0%, rgba(56, 107, 243, .6) 100%);
    padding: 24px;
}

.hot-product .ecs .header .title {
    font-size: 18px;
    color: #FFFFFF;
}

.hot-product .ecs .header .desc {
    color: rgba(255, 255, 255, 0.9);
    margin-top: 8px;
    height: 60px;
}

.hot-product .ecs .body {
    border-color: #DDDDDD;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 24px;
}

.hot-product .ecs .config {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 24px;
    padding-bottom: 24px;
}

.hot-product .ecs .config .row {
    display: flex;
    align-items: center;
}

.hot-product .ecs .config .row + .row {
    margin-top: 16px;
}

.hot-product .ecs .config .label {
    width: 90px;
    color: #999999;
}

.hot-product .ecs .button-g {
    margin-top: 12px;
    display: flex;
}

.article .the-width-g {
    display: flex;
    align-items: flex-start;
}

.article .column {
    width: 0;
    flex-grow: 1;
}

.article .column + .column {
    margin-left: 64px;
}

.article .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 12px;
}

.article .header .title {
    font-size: 18px;
    font-weight: 600;
}

.article .header .more {
    color: #386BF3;
}

.article .list {
    margin-top: 4px;
}

.article .list .item {
    display: flex;
    align-items: center;
    line-height: 40px;
    cursor: pointer;
}

.article .list .title {
    padding-left: 16px;
    width: 0;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.article .list .item:hover .title {
    color: #386BF3;
}

.article .list .title:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #386BF3;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.article .list .time {
    margin-left: 4px;
    color: #666666;
}