.product-details{
    margin:0 auto;
}
.product-info{
    margin-top: 30px;
    display: flex;
    align-items:start;
    justify-content: space-between;
}
.product-images{
    align-items: center;
    width: 470px;
    height: 406px;
    padding:20px;
    display: flex;
}
.product-images img{
    max-width: 100%;
    max-height: 100%;
}
.product-property-box{
    width: 586px;
}
.product-name{
    border-bottom: solid 1px #065692;
    margin-left: 10px;
}
.product-zh-name{
    font-weight: bold;
    font-size: 32px;
    color: #065692;
    margin:6px 0;

}
.product-en-name{
    font-weight: 400;
    font-size: 24px;
    color: rgba(0,0,0,0.4);
    margin:0 0 6px 0;
}
.product-property{
    padding:.1rem 0;
}
.product-property-label{
    font-weight: bold;
    font-size: 18px;
    color: rgba(0,0,0,0.9);
    margin:0 0 10px 0;
}
.product-property-value{
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.9);
    line-height: 28px;
    margin:0 0 6px 0;
    padding-left: 10px;
}
.product-details-content{
    font-size:14px;
    margin:0 auto;
    padding:.2rem 0;
    text-align: center;
}
.product-details-content img{
    max-width: 100%;
}
@media (max-width: 1199px) {
    .product-info{
        margin-top: 20px;
        flex-direction: column;
    }
    .product-name{
        border-bottom:none;
        width: 100%;
        margin:.48rem 0 .32rem 0 ;
    }
    .product-zh-name{
        font-size: .36rem;
        font-weight: bold;
        margin:0;
        text-align: center;
    }
    .product-en-name {
        font-weight: 400;
        font-size: .28rem;
        color: rgba(0, 0, 0, 0.4);
        margin:0;
        text-align: center;
    }
    .product-images {
        align-items: center;
        margin: 0 0 .32rem 0;
        display: flex;
        width: initial;
        height: initial;
        padding:0;
    }
    .product-images img{
        max-height:initial;
    }
    .product-property-box{
        width: initial;
    }
    .product-property-label{
        font-size: .28rem;
    }
    .product-property-value{
        font-size: .24rem;
        line-height: .48rem;
        padding-left: .1rem;
    }
    .product-details-content{
        font-size:.28rem;
    }
}
