body {
    background: #FAFAFA;
}

img {
    width: 100%;
}

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

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

.pic-section .type-list  .type-box img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
    box-shadow: 0 3px 3px rgb(0,0,0,.05);
}

.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);
    display: block;
}

.type-list .type-content img {
    width: 100%;
}

.type-list .title {
    color: #000;
    padding: .2rem 0 .12rem;
}

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

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