.product-detail-content {
    padding-top: 60px;
}

.product-detail-top {
    display: flex;
    justify-content: space-between;
    padding: 60px 380px 60px 455px;

}

.product-detail-model {
    font-size: 36px;
    color: #333333;
}

.product-detail-desc {
    font-size: 18px;
    color: #666666;
}

.blue-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #127EE0; /* 蓝色 */
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.detail-right {
    width: 360px;
}

.detail-right img {
    width: 100%;
}

.detail-img img {
    width: 100%;
    height: 450px;
}

.detail-table {
    width: 1200px;
    margin: 0 auto;
    padding: 37px 35px;
    border: 1px dashed #aaaaaa;
    margin-top: 60px;
}

.table-title {
    background: #127EE0;
    height: 70px;
    display: flex;
    align-content: center;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 70px;

}

.title-left {
    width: 234px;
    text-align: center;
    border-right: 2px solid #FFFFFF;
}

.title-right {
    width: 966px;
    text-align: center;
}

.detail-desc {
    margin-top: 20px;
    border: 1px solid #aaaaaa;
}

.detail-desc-top {
    font-size: 22px;
    color: #666666;
    height: 56px;
    text-align: center;
    line-height: 56px;
    border-bottom: 1px solid #aaaaaa;
}

.detail-desc-content {
    padding: 20px 30px;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.detail-desc-box {
    padding: 33px;
    font-weight: 300;
    font-size: 16px;
    color: #666666;
}

.desc-text {
    text-indent: 2em;
    line-height: 24px;
}

.desc-text:not(:first-child) {
    margin-top: 10px;
}

.detail-parames {
    margin-top: 20px;
    border: 1px solid #aaaaaa;
}

.parames-list {
    display: flex;
    height: 56px;
    line-height: 56px;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.parames-list:not(:first-child) {
    border-top: 1px solid #aaaaaa;
}


.parames-list-left {
    width: 234px;
    text-align: center;
    border-right: 1px solid #aaaaaa;

}

.parames-list-right {
    text-align: center;
    width: 966px;

}

.product-recommend {
    margin-top: 100px;
}

.recomend-box {
    padding-top: 60px;
    padding-bottom: 80px;

}

.recommend-title {

    font-size: 34px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 30px;

    margin: 0 auto;


}

.carousel {
    width: 1446px;
    margin: 0 auto;
    margin-top: 50px;
}
.swiper.swiper-container.swiper-initialized.swiper-horizontal.swiper-backface-hidden{
    padding-left: 60px;
}

.swiper-button-prev,.swiper-button-next{
    color: #ffffff;
}




.recommend-slide{
    width: 280px;
}

.recommend-item {
    width: 257px;
    height: 288px;
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    text-align: center;
}

.recommend-item img {
    width: 144px;
    height: 128px;
    margin-top: 120px;

}

.recommend-info {
    position: absolute;
    top: 20px;
    left: -20px;
    width: 268px;
    height: 70px;
    background: linear-gradient(to bottom, #0C6FF7 0%, #2997F9 100%);
    border-radius: 0px 0px 33px 0px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5); /* 添加阴影效果 */
    padding-top: 8px;
}

.info-text {
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    padding-left: 20px;
}


.footer {
    position: initial;
}






