.myimg{
    height: 60px;
}
.tool-li .tool-li-li {
    width: 100%;
    height: 60px;
    border-radius: 2%;
}
.text-center-top{
    text-align: center;
    margin-top:10px;
    /*font-size: ;*/
}
.text-center-top2{
    text-align: center;
    margin-top:10px;
    font-size: 13px;overflow: hidden;
    height: 30px;
}
.tool-li-li:hover {
    position: relative;
    top: -1px;
    box-shadow: 0 10px 10px #ddd;
    transition: 0.3s;
}
.tool-li-li:hover img {
    display: inline-block;
    font-size: 5rem;
    color: #fff;
    transform: rotate(25deg);
    transition: 0.3s;
}
.tool-li{
    min-height: 160px;
}
.mydiv{
    box-shadow: 0.2em 0.2em 0.4em #e1e1e1;
    border-radius: 10px;
    border-color: #f3f3f3;
    background-color: white;
    padding: 10px;
    margin: 10px 0;

}
