#order {
    width: 1200px;
    margin: auto;
}

#order_list{
    padding-bottom: 100px;
}

#order_list > .module {
    margin: 10px;
    width: 220px;
    height: 260px;
    float: left;
}

#order_list > .module > div {
    display: block;
    width: 220px;
    height: 220px;
    margin: auto;
    overflow: hidden;
}

#order_list > .module img {
    transition: all 0.5s;
}

#order_list > .module:hover img {
    transform: scale(1.1);
}

#order_list > .module > p {
    font-size: 16px;
    margin-top: 10px;
}
