body{
    -moz-user-select:none;/*火狐*/
    -webkit-user-select:none;/*webkit浏览器*/
    -ms-user-select:none;/*IE10*/
    user-select:none;
}
.box {
    width: 100%;
    height: 4430px;
}

.earetop {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
}

.seckill .commodity ul li {
    width: 150px;
    height: 300px;
    background-color: pink;
    margin-left: 10px;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    float: left;
    /*overflow: hidden;*/
}

.seckill .commodity ul li img {
    width: 150px;
    height: auto;
}
.more{
    width: 160px;
    height: 40px;
    margin: 0 auto 50px auto;
    background-color: #000;
    color: white;
    border-radius: 3px;
    text-align: center;
    font-size: 15px;
    line-height: 40px;

}
.more a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: white;
}