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

.hot-recommend .card .right-top-ribbon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
}

.hot-recommend .card:before {
    z-index: 1;
}

.hot-recommend .card .right-top-ribbon:after {
    content: 'HOT';
    right: -70px;
    top: -32px;
    background: #f03131;
    z-index: 0;
}

.hot-recommend .card .title {
    font-size: 18px;
    font-weight: 600;
}

.hot-recommend .card .desc {
    margin-bottom: 24px;
    font-size: 12px;
    padding: 16px 0;
    color: #7a8799;
    line-height: 22px;
    border-bottom: 1px solid #e3e4e5;
}

.hot-recommend .card .price .tip {
    font-size: 12px;
    color: #f23c3c;
    display: inline-block;
    border: 1px solid #f23c3c;
    border-radius: 4px;
    margin-left: 4px;
    padding: 2px 4px;
}

.hot-recommend .card .row {
    height: 40px;
    display: flex;
    align-items: center;
}

.hot-recommend .card .row > div:first-child {
    color: #7a8799;
    width: 32%;
    text-align: right;
    margin-right: 2%;
}

.hot-recommend .card .row > div:last-child {
    font-weight: 600;
}

.hot-recommend .card .btn {
    width: 100%;
    margin: 24px 0 16px;
}

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

.hot-recommend .remark {
    color: #f23c3c;
    padding-top: 24px;
}

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

.product-features .w1200 {
    display: flex;
    align-items: center;
}

.product-features .right {
    margin-left: 48px;
}

.product-features .right .module-title {
    text-align: left;
    margin-bottom: 12px;
}

.product-features .right .module-title span {
    position: relative;
    top: -15px;
    font-size: 16px;
}

.product-features img {
    width: 50%;
}

.product-features .title {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 8px;
}

.product-features .desc {
    color: #909399;
    margin: 4px 0 24px;
    padding-bottom: 24px;
    border-bottom: 1px #eee solid;
}

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

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

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

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

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

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

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

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

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

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

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

.cn2 .w1200 {
    display: flex;
    padding: 0 0 40px 0;
}

.cn2 .w1200:last-child {
    padding: 0
}

.cn2 .w1200 .card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    flex-grow: 1;
    margin: 0 20px;
    padding: 8px 0;
    height: 72px;
}

.cn2 .w1200 .card img {
    max-height: 100%;
}

.block-radio {
    padding-top: 24px;
    display: block !important;
    height: auto !important;
}

.block-radio .common-radio-part {
    width: 100% !important;
}

.block-radio .common-radio-group {
    border-color: #2B85FB;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
}

.block-radio .common-radio {
    padding: 6px 0;
    position: relative;
    min-width: 50px;
    text-align: center;
    flex: 1;
    color: #2B85FB;
}

.block-radio .common-radio +.common-radio{
    border-color: #2B85FB;
    border-style: solid;
    border-width:0 0 0 1px;
}

.block-radio .common-radio.checked {
    background: #2B85FB;
    color: #fff;
}

.block-radio .common-radio .cut-tag {
    position: absolute;
    display: block;
    padding: 2px 4px;
    font-size: 12px;
    white-space: nowrap;
    background: linear-gradient(to right, #ecc081, #f7e7ce);
    border-radius: 0 4px;
    line-height: 1;
    top: 0;
    right: -1px;
    color: #b26800;
    transform: translateY(-70%);
    font-weight: normal;
}

.block-radio .three-year {
    display: none;
}

.block-radio .arrow-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    border-width: 6px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #2B85FB;
    border-bottom-width: 0;
    transform: translateY(-50%);
}

.block-radio .common-radio.checked .arrow-icon {
    border-top-color: #fff;
}

.block-radio .dropdown-panel {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    left: 0;
    border: 1px solid #2B85FB;
    color:  #2B85FB;
    padding: 8px 0;
    border-radius: 0 0 4px 4px;
}

.block-radio .common-radio:hover .dropdown-panel {
    display: block;
}

.cloud-server-price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 24px;
    line-height: 1;
}

.cloud-server-price .now {
    color: #ff4352;
}

.cloud-server-price .now .num {
    font-size: 28px;
    font-weight: 600;
}

.cloud-server-price .old {
    margin-left: 12px;
    text-decoration: line-through;
    color: #cccccc;
    transform: translateY(-1px);
}