header {
    text-align: center;
}
.slip{
    width: 100%;
    height: 0.5rem;
    background-color: rgb(248, 248, 248);
    margin-top: 0.5rem;
    float: left;
}
.shoplist{
    width: 100%;
    float: left;
}
.shoplist ul li {
    width: 100%;
    float: left;
}
.smallbox{
    width: 58%;
    margin-top: 0.7rem;
    margin-left: 3%;
    float: left;
}
.new{
    width: 100%;
    float: left;
}
.new b {
    font-size: 0.5rem;
    font-weight: normal;
    color: #FE560A;
}
.shoplist p{
    width: 30%;
    max-height: 24vw;
    margin: 0.8rem 0 0 5%;
    overflow: hidden;
    float: left;
}
.shoplist p img {
    width: 100%;
}
.shoplist span{
    width: 100%;
    line-height: 0.7rem;
    margin-bottom: 1rem;
    overflow: hidden;
    float: left;
}
.shoplist span a{
    font-size: 0.6rem;
    color: #333333;
}
.money{
    height: 1.4rem;
    font-size: 0.65rem;
    font-weight: 400;
    color: #f60;
    line-height: 1.4rem;
    float: left;
}
.money em{
    font-size: 0.48rem;
}
.count{
    text-align: center;
    float: right;
}
.reduce{
    width: 1.2rem;
    height: 1.4rem;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    background: #f9f9f9;
    line-height: 1.4rem;
    color: #999999;
    float: right;
}
.number{
    width: 1.4rem;
    height: 1.4rem;
    font-size: 0.6rem;
    border-left: 1px solid white;
    border-right: 1px solid white;
    text-align: center;
    background: #f5f5f5;
    line-height: 1.4rem;
    float: right;
}
.increase{
    width: 1.2rem;
    height: 1.4rem;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    background: #f9f9f9;
    line-height: 1.4rem;
    color: #999999;
    float: right;

}
.buychoice{
    width: 90%;
    position: fixed;
    bottom: 10vh;
    margin: 0 5%;
    float: left;
}
.quickbuy{
    width: 100%;
    height: 2rem;
    background-color: #FE560A;
    border: none;
    color:white;
    font-size: 0.65rem;
    float: left;
}
footer {
    border: none;
}