<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0px;
    margin: 0px;
    font-family: "å¾®è½¯é›…é»‘";
}

.goodsItem{
    width:280px;
    height: 400px;
    float: left;
    overflow: hidden;
    margin: 10px 5px;
    cursor: pointer;
    border-radius: 4px;
}
#goods{
    width:1200px;
    margin: 0 auto;
}
.goditem{
    list-style: none;
}
.godpic {
    overflow:hidden;
    width:100%;
    height: 250px;
}
.godpic img{
    display: block;
    width:100%;
    height: 250px;
    margin:0px auto;
    transition: all 1s;
    cursor: pointer;
    
}
.godpic img:hover {
    transform: scale(1.2);
}
.godprice,.godinfo,.godadd{
    display: block;
    width:220px;
    margin:0px auto;
    text-align: center;
}
.godinfo {
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    text-align: left;
    text-indent: 20px;
}
.goodsItem:hover{
    box-shadow: 0px 5px 18px 0px rgba(28, 29, 122, 0.16);
}
.godprice{
    font-size: 20px;
    color: #f00;
}

.godadd a{
    display: block;
    width: 150px;
    height: 36px;
    background-color: #fd6a01;
    border-radius: 10px;
    margin: 0px auto;
    text-decoration: none;
    color:#fff;
    line-height: 36px;
}
#godcar{
    position: fixed;
    right: 0px;
    top:40%;
    width: 72px;
    height: 64px;
}
#godcar .dnum{
    width:24px;
    height: 24px;
    border-radius: 12px;
    background-color: #f00;
    text-align: center;
    line-height: 24px;
    position: absolute;
    font-size: 12px;
    top:0px;
    color: #fff;
    box-sizing: border-box;
}
#godcar .dcar {
    width: 100%;
    height: 100%;
}
#godcar .dcar img {
    max-width: 100%;
}
.godadd .bg {
    background-color: #808080;
}
</pre></body></html>