.product-box{
    background: #fff;
}
.product-box .product-item{
    display: flex;
}
.product-box .product-img{
width: 596px;
    height: 735px;

}
.product-con{

}
.product-con .product-title{
    position: relative;
    font-size: 24px;
    color: #3D3D3D;
    font-weight: bold;
    margin-top: 220px;
    z-index: 99999999;
}
.product-con .product-title span{
    position: absolute;
    left: 0;
    top: -50px;
    font-size: 64px;
    color: #177AFF;
    font-weight: bold;
    z-index: -1;
}
.product-con .product-text{
    line-height: 183.89%;
    font-size: 18px;
    color: #333333;
    margin-top: 100px;
}

.detail-box{
    margin-top: 100px;
}

.detail-item-title{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: bold;
    margin-top: 100px;
}