.closestyle1158137{ font-size:12px;color:#333333;text-decoration: none ;}

/**组件样式*/
.bottomlink {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px dashed #333;
    justify-content: space-around;}

.bottomlink a {
    width: 24%;
    height: 100px;
    background: #808080;
    transition: all 0.3s ease;}

.bottomlink a img {
    width: 100%;
    height: 100%;}

.bottomlink a:hover {
    transform: translateY(-5px);}
