.productdetails-banner{
    width: 1200px;
    aspect-ratio: 75/33;
    margin: 0 auto;
    margin-top: 60px;
    background-image: url(../images/dh/productdetails-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
}

.banner-left{
    padding-left: 104px;
    padding-top: 67px;
}

.banner-title{
    color: #ffffff;
    font-family: "DingTalk JinBuTi";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
}

.product-title{
    color: #ffffff;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 21px;
    font-style: normal;
    font-weight: 55 Regular;
    line-height: normal;
    margin-top: 8px;

    margin-bottom: 42px;
}

.product-litpic{
    width: 127px;
    aspect-ratio: 1/1;

    border-radius: 8px;
    border: 1px solid #FFF;
    background: #ffffff4d;
    backdrop-filter: blur(9.65px);

    display: flex;
    cursor: pointer;
}

.product-litpic > img{
    width: 105px;
    /* aspect-ratio: 1/1; */
    margin: auto;
}

.banner-right{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-big-img{
    width: calc(127px*4);
}

/* 标题 */
.productdetails-title{
    /* width: ; */
    color: #1d2129;
    text-align: center;
    font-family: "OPPOSans";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 97px;
    border-bottom: 8px solid #BF151E;
    width: 144px;
}


.cptx{
    width: 1200px;
    margin: 0 auto;
}