body {
    background: #FAFAFA;
}

.type-section {
    margin-top: .8rem;
    padding: 1.2rem .1rem;
}

.type-section h2, .pic-section h2 {
    font-size: .52rem;
    font-weight: 500;
    color: #071d1a;
    margin-bottom: .63rem;
    text-align: center;
}

.type-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.type-list .type-box {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: .3rem;
    padding: 0 .12rem;
    box-sizing: border-box;
}

.type-list .type-content {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgb(0,0,0,.1);
    font-size: .33rem;
    text-align: center;
    line-height: .5rem;
}

.type-list .title {
    color: #363c4d;
    padding: .15rem 0 .03rem;
}

.type-list .price {
    color: #f95737;
    padding-bottom: .25rem;
    font-size: .32rem;
}

.type-list .price span{
    color: #6f6d6d;
    font-size: .26rem;
}

.type-list .type-box img {
    width: 100%;
    height: auto;
    border-radius: 6px 6px 0 0;
}

@media screen and (min-width:768px){
    .type-section {
        margin-top: 2.1rem;
    }

    .type-list .type-box {
        flex: 0 0 25%;
        padding: 0 .22rem;
        margin-bottom: .7rem;
    }
}