﻿
.module{
    height: 160px;
    width: 68%;
    margin-left: 16%;
    display: flex;
}
.module .module_item{
    width: 20%;
    padding-top: 30px;
    text-align: center;
}
.module .module_item2{
    padding-top: 45px;
}
.module .module_item img{
    width: 80px;
}
