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

.server-type-group {
    justify-content: center;
    margin-bottom: 40px;
}

.server-type-group .common-radio {
    flex-grow: 0;
    min-width: 220px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 600;
}

.server-type-group .common-radio {
    border: 1px solid #2B85FB;
    padding: 16px 0px;
    position: relative;
    text-align: center;
    min-width: 220px;
}

.server-type-group .common-radio.checked {
    background: #2B85FB;
    color: #fff;
}

.hot-recommend .table {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.hot-recommend .table .title {
    color: #FFF;
    line-height: 46px;
    padding-left: 15px;
    background: #1c8ef2;
    text-align: center;
}

.hot-recommend .table th {
    background-color: #f7f8fa;
    line-height: 30px;
    color: #424a54;
    text-align: center;
}

.hot-recommend .table td {
    text-align: center;
    background-color: transparent;
}

.hot-recommend .table tr th:first-child {
    text-align: left;
    padding-left: 72px;
}

.hot-recommend .table tr td:first-child {
    text-align: left;
    padding-left: 64px;
    width: 180px;
}

.hot-recommend .table tr.bg {
    background-color: #ecf5ff;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

.hot-recommend .table .price-td {
    font-size: 12px;
    color: #f03131;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.hot-recommend .table .price-td .num {
    font-size: 20px;
}

.hot-recommend .table .price-td .del {
    color: #909399;
    padding: 0 0 2px 16px;
    width: 100px;
    text-align: left;
    text-decoration: line-through;
}

.hot-recommend .table td a[yui-button] {
    width: 88px;
}

.hot-recommend .table .hot-sale {
    position: relative;
}

.hot-recommend .table .left-top-tip {
    position: absolute;
    background-color: #f03131;
    color: #fff;
    font-size: 12px;
    left: -44px;
    top: 8px;
    padding: 2px;
    transform: rotate(-45deg);
    width: 120px;
    text-align: center;
}

.hot-recommend .tip {
    display: flex;
    align-items: center;
    margin-top: 24px;
    color: #6c7488;
}

.hot-recommend .tip > div {
    position: relative;
    margin: 0 16px;
    line-height: 12px;
}

.hot-recommend .tip > div > span {
    color: #2B85FB;
}

.hot-recommend .tip > div:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #8c94a9;
}

.product-features {
    padding: 64px 0;
}

.product-features .card {
    background-color: transparent;
}

.product-features .card .iconfont {
    height: 60px;
    width: 60px;
}

.product-features .card:hover .iconfont {
    color: #2B85FB;
}

.product-features .card .title {
    zoom: 1;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    font-weight: 600;
    color: #555;
}

.product-features .card .desc {
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    color: #666;
    margin-top: 15px;
}

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

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

.service-support {
    padding: 64px 0;
    background: url("../images/HKServerRent/support-bg.png") center no-repeat;
    background-size: cover;
}

.service-support .w1200 {
    display: flex;
    justify-content: space-between;
}

.service-support .w1200 .left {
    width: 50%;
    background-color: rgba(255, 255, 255, .7);
    border: 1px solid #e5e7e8;
    display: flex;
    align-items: center;
}

.service-support .w1200 .left > div {
    width: 100%;
    padding: 0 16px;
}

.service-support .w1200 .left .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-support .w1200 .left .row > div {
    width: 0;
    flex-grow: 1;
    margin: 8px;
    background-color: #fff;
    border: 1px solid #e5e7e8;
}

.service-support .w1200 .left .row > div > img {
    max-width: 180px;
}

.service-support .w1200 .right {
    width: 50%;
    background-color: rgba(255, 255, 255, .7);
    border-color: #e5e7e8;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    padding: 24px;
    position: relative;
}

.service-support .w1200 .right:before {
    content: '';
    width: 6px;
    height: 52px;
    background-color: #3591fc;
    position: absolute;
    top: 24px;
    left: 0;
}

.service-support .w1200 .right .content {
    background-color: #fafafc;
    height: 100%;
    line-height: 40px;
    padding: 16px 16px 16px 40px;
}

.service-support .w1200 .right .content .text {
    position: relative;
}

.service-support .w1200 .right .content .text:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #525a66;
    left: -22px;
    top: 18px;
    border-radius: 100%;
}

.ensure {
    padding: 64px 0;
    background: url("../images/HKServerRent/ensure-bg.png");
}

.ensure .hover-cards {
    margin-bottom: 24px;
}

.ensure .hover-cards:last-child {
    margin-bottom: 0;
}

.ensure .card {
    border: 1px solid #f0f1f2 !important;
    margin-left: 24px;
    border-radius: 4px;
    padding: 32px 24px;
}

.ensure-support .card:first-child {
    border: 1px solid #f0f1f2;
    margin-left: 0;
}

.ensure .card .title {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.ensure .card .title .iconfont {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.ensure .card .desc {
    color: #7a8799;
    line-height: 24px;
    text-align: left;
}