/*新版产品详情列表*/
.product-detail-new .tab {
    display: flex;
    margin: 0 !important;
    align-items: flex-start;
    padding: 14px 24px 0px 24px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #EEEEEE;
}

.product-detail-area {
    margin-right: 16px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 14px;
    color: #141414;
    white-space: nowrap;
}

.product-detail-area-list {
    white-space: normal !important;
    overflow-x: visible !important;
}

.product-detail-area-list li {
    color: #3D3D3D;
    font-size: 14px;
    margin-bottom: 14px;
    padding: 5px 20px 0 20px !important;
    margin-right: 0px !important;
}

.product-detail-area-list .light {
    padding: 5px 20px !important;
    box-shadow: 0px 4px 16px 0px rgba(255,85,0,0.2);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
    color: #FF5500;
}

.product-detail-area-list .light::after {
    content: none !important;
    background: transparent;
    width: 0;
    height: 0;
}

.sd-commend-card {
    display: flex;
    flex-direction: column;
    background: #F5F9FF;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    margin-top: 14px;
    position: relative;
    font-family: PingFang SC, PingFang SC;
}

.sd-commend-card .commend-icon {
    width: 52px;
    height: 52px;
    position: absolute;
    left: -3px;
    top: -3px;
    text-align: center;
    background: url(../images/product-tips.png);
    background-size: 100% 100%;
    color: #fff;
    font-size: 12px;
}

.sd-commend-card .commend-icon span {
    display: inline-block;
    transform: rotate(-45deg);
    margin-top: 9px;
    margin-right: 16px;
    white-space: nowrap;
}

.sd-commend-card .line {
    width: 1px;
    height: 32px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 0px 0px 0px 0px;
    margin: 0 24px;
}

.sd-commend-card .content-first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 56px;
    padding: 20px 24px;
    position: relative;
}

.sd-commend-card .content-first::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 24px;
    right: 24px;
    height: 1px;
    background: rgba(0,0,0,0.08);
}

.sd-commend-card .content-first .product-title {
    font-weight: 500;
    font-size: 16px;
    color: #141414;
    margin-right: 16px;
}

.sd-commend-card .content-first .order-btn {
    width: 100px;
    height: 36px;
    background: linear-gradient( 270deg, #FF8000 0%, #FF5500 100%);
    border-radius: 4px 4px 4px 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.sd-commend-card .content-first h2 {
    font-weight: 500;
    font-size: 16px;
    color: #141414;
    line-height: 1;
}

.sd-commend-card .content-first .img-container {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

.sd-commend-card .content-first img {
    width: 13px;
    height: 13px;
    margin-right: 4px;
}

.sd-commend-card .content-first .core-info {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 13px;
    color: #0AA254;
    line-height: 1;
}

.sd-commend-card .specs-grid {
    display: flex;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 0;
}

.spec-group {
    display: flex;
    flex: 1;
    align-items: center;
}

.bandwidth-item {
    display: flex;
    gap: 3vw;
    flex: 2;
    padding-left: 16px;
}

.sd-commend-card .spec-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 3.5vw;
    flex: 1;
}

.sd-commend-card .spec-label {
    font-weight: 400;
    font-size: 14px;
    color: #747474;
    margin-bottom: 0;
    white-space: nowrap;
}

.sd-commend-card .spec-value {
    font-weight: 500;
    font-size: 14px;
    color: #141414;
    white-space: nowrap;
}

.bandwidth-options {
    width: 100%;
}

.bandwidth-options .bandwidth-options-item {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    padding: 6px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.bandwidth-options-item.selected {
    background: #FFF5F0;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #FF5500;
}

.bandwidth-options .bandwidth-text {
    font-weight: 400;
    font-size: 14px;
    color: #141414;
}

.bandwidth-options .price {
    font-weight: 600;
    font-size: 16px;
    color: #F12900;
}

.bandwidth-options .unit {
    font-weight: 400;
    font-size: 13px;
    color: #747474;
}

.bandwidth-options .radio {
    width: 14px;
    height: 14px;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 6px;
    cursor: pointer;
}

.mobile-order-btn {
    display: none;
}

@media (max-width: 768px) {
    .sd-commend-card .content-first .order-btn {
        display: none;
    }

    .sd-commend-card .specs-grid {
        flex-direction: column;
        padding-bottom: 0;
    }

    .spec-group {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .sd-commend-card .spec-item {
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
        padding: 8px 0;
        gap: 16px;
    }

    .sd-commend-card .line {
        display: none;
    }

    .bandwidth-item {
        padding-left: 0;
        width: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .bandwidth-options {
        width: 100%;
    }

    .sd-commend-card .mobile-order-btn {
        display: block;
        width: calc(100% - 48px);
        margin: 14px auto 20px;
        height: 44px;
        background: linear-gradient(270deg, #FF8000 0%, #FF5500 100%);
        border-radius: 4px;
        font-weight: 400;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        line-height: 44px;
        border: none;
        cursor: pointer;
    }
}
