html,
body {
    background-color: #f0f0f0;
}

.recomcates {
    display: flex;
    text-align: center;
    height: 7vw;
    padding-top: 3vw;
}

.recomcates .title {
    color: #ef3e3d;
    font-weight: bold;
    font-size: 4.3vw;
    width: 15vw;
}

.recomcates .main {
    flex: 1;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    font-size: 4.2vw;
    width: 0;
}

.recomcates .main::-webkit-scrollbar {
    display: none;
}

.recomcates .main .clist {
    height: 6vw;
    white-space: nowrap;
}

.recomcates .main .clist a {
    padding: 0 1.3vw;
    display: inline-block;
}

.recomcates .all {
    width: 15vw;
    box-shadow: rgba(0, 0, 0, 0.09) -10px 0 3px -3px;
}

.recomcates .all button {
    background: none;
    border: none;
    outline: none;
    appearance: none;
    color: #999;
    font-size: 4.2vw;
    padding: 0;
}

.listfilter {
    font-size: 4.2vw;
    display: flex;
    line-height: 6vw;
    padding: 3vw 0;
}

.listfilter li {
    flex: 1;
    text-align: center;
}

.listfilter i {
    font-size: 3vw;
}

.pdtlistwraper .pdtlist li {
    width: 46vw;
    box-sizing: border-box;
    border-radius: 2vw;
    background: #FFF;
    overflow: hidden;
    margin-top: 4vw;
    display: inline-block;
    margin-left: 2vw;
}

.pdtlistwraper .pdtlist li .thumb {
    width: 100%;
    height: auto;
}

.pdtlistwraper .pdtlist li h3 {
    font-size: 4vw;
    line-height: 6vw;
    padding-left: 1vw;
}

.pdtlistwraper .pdtlist li h4 {
    font-size: 3.2vw;
    line-height: 5vw;
    font-weight: normal;
    color: #fa3a45;
    padding-left: 1vw;
}

.pdtlistwraper .pdtlist li .pricebar {
    padding-left: 1vw;
    padding-right: 1vw;
    line-height: 6.8vw;
}

.pdtlistwraper .pdtlist li .pricebar .price {
    color: #fa3a45;
    font-size: 4.6vw;
}

.pdtlistwraper .pdtlist li .pricebar .point,
.pdtlistwraper .pdtlist li span .currency {
    font-size: 3vw;
}

.pdtlistwraper .pdtlist li .pricebar .mprice {
    font-size: 3vw;
    float: right;
}