body{
    background-color: #ffffff;
}
.product-body{
    width: 50rem;
    margin: 4rem auto 0;
    padding-top: 2rem;
}
.qrcode-img > img{
    width: 7rem;
}
.product-item{
    padding-bottom: 0.2rem;
    margin-top: 2.3rem;
}
.product-item:not(:nth-last-of-type(1)){
    border-bottom: 1px solid #E5E5E5;
}
.product-title{
    font-size: 0.9rem;
    color: #000;
    margin-bottom: 0.5rem;
}
.product-con{
    font-size: 0.7rem;
    color: #666666;
}
.product-item-img{
    margin-right: 2.1rem;
}
.footer-body{
    background-color: #102C3A;
    padding-top: 3.3rem;
    padding-bottom: 2.5rem;
    margin-top: 1rem;
}
.footer-body-left{
    font-size: 0.7rem;
    color: #DCDCDC;
}
.footer-body-left > div:nth-of-type(1){
    margin-bottom: 1rem;
}
.footer-body-right{
    font-size: 0.7rem;
    color: #7A8596;
}
.footer-body-right > div:nth-of-type(1){
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}
.footer-body-right > div:not(:nth-last-of-type(1)){
    margin-bottom: 0.4rem;
}
.product-item-img img{
    width: 50px;
}