.goods{
    display: flex;
}
.goodsimg{
    display: flex;
    background: #fff;
    border-radius: 5px;
    justify-content: center;
}
img{
    max-width: 1140px;
}
.g-info{
    padding: 20px;
}
.goodsimg img{
    max-width: 360px;
    max-height: 360px;
    padding: 20px;
    border-radius: 10%;
}
.store{
    margin-left: 10px;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
}
.g-body{
    margin-top: 20px;
    display: flex;
}
.g-jieshao{
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.tuijian{
    margin-left: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
.sp-fee{
    font-size: 20px;
    color: #f37b1d;
    padding: 15px;
}
.st-logo{
    max-width: 100px;
    max-height: 100px;
    border-radius: 20px;
}