body {
    min-width: 1200px;
}

.layout {
    width: 1200px;
    margin: 0 auto;
}
a {
    color: #333;
}
a:hover {
    color: #e00;
}
/*图片*/
.common {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
} 
.common img {
    width: 100%;
    height: auto;
}
.hid {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.flex {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}
/*字体图标*/
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/iconfont.woff2') format('woff2'),
         url('../fonts/iconfont.woff') format('woff'),
         url('../fonts/iconfont.ttf') format('truetype'),
         url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}