* {
    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;
    height: 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;

    font-size: 13px;
}
.godinfo {
    width: 100%;
    padding:0 10px;
    box-sizing: border-box;
    text-align: left;
    font-size: 12px;
  overflow: hidden; //超出的文本隐藏

text-overflow: ellipsis; //溢出用省略号显示

display: -webkit-box;

-webkit-line-clamp: 2; // 超出多少行
-webkit-box-orient: vertical;
    color: grey;
}
.goodsItem:hover{
    box-shadow: 0px 5px 18px 0px rgba(28, 29, 122, 0.16);
}
.godprice{
    font-size: 14px;
    color: #f00;
    margin-left: 10px;
}
.name{
    margin-left: 10px;
    font-size: 14px;
    color: black;
}
.author{
    margin-top: 10px;
     margin-left: 10px;
    font-size: 14px;
    color: cornflowerblue;
}
.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;
}

.header-img {
    max-width: 100%;
    min-width: 1000px;
    height: 340px;
    text-align: center;
    overflow: hidden;
    position: relative;
    background: url("http://image.game.uc.cn/2019/2/27/60403602.jpg") repeat-x 0 -340px
}

.header-img .header-top-con {
    width: 100%;
    height: 100%;
    text-align: center;
    clear: both;
    overflow: hidden;
    background: url("http://image.game.uc.cn/2019/2/27/60403602.jpg") no-repeat center top
}
