.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;
}

.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 {
    height: 251px;
}

.hot-recommend .card .body .name {
    color: #292D33;
    font-weight: 600;
    margin-bottom: 16px;
}

.hot-recommend .card .body .tip {
    margin: 16px 0 24px;
    color: #7A8799;
}

.hot-recommend .card .body .domain-list {
    display: flex;
    justify-content: center;
}

.hot-recommend .card .body .domain {
    color: #525A66;
}

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

.hot-recommend .card .body .domain > div:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #2b85fb;
    border-radius: 100%;
    left: -14px;
    top: 8px
}

.hot-recommend .card .warn-tip {
    margin-bottom: 16px;
    font-size: 12px;
}

.hot-recommend .card .warn-tip > div:first-child {
    margin-bottom: 14px;
}

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

.ssl-contain {
    padding: 64px;
}

.ssl-contain .w1200 {
    margin-bottom: 40px;
    display: flex;
}

.ssl-contain .w1200:last-child {
    margin-bottom: 0
}

.ssl-contain .w1200 .item {
    width: 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.ssl-contain .w1200 .item .yui-icon {
    color: #67c23a;
    font-size: 22px;
    margin-right: 8px;
}

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

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

.apply-scene {
    padding: 64px 0;
    background: url("../images/ssl/apply-scene-bg.jpg") center center no-repeat;
    background-size: cover;
}

.apply-scene .card {
    margin-left: 24px;
    background: rgba(255, 255, 255, .9);
    border: 0 !important;
}

.apply-scene .card:first-child {
    margin-left: 0
}

.apply-scene .card .iconfont {
    width: 64px;
    height: 64px;
}

.apply-scene .card .title {
    font-size: 20px;
    color: #333;
    padding: 24px 0;
    position: relative;
}

.apply-scene .card .desc {
    color: #777;
    text-align: left;
    padding: 0 8px;
    line-height: 26px;
}