/*Html5*/ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } /*Base*/ html { font-family: Microsoft YaHei, Arial, sans-serif, "Helvetica Neue", Helvetica, Tahoma; color: #333; } body { font-size: 1.4rem; font-size: 14px; overflow-x: hidden; } img{ border: none; } * { margin: 0; padding: 0; } input,textarea,select{ outline: none; } a { color: #333; text-decoration: none; cursor: pointer; } ul, ol { list-style: none; } li { list-style: none; } i, em { font-style: normal; } @font-face { font-family: "iconfont"; src: url("../icon/iconfont.eot"); src: url("../icon/iconfont.eot?#iefix") format("embedded-opentype"), url("../icon/iconfont.woff2") format("woff2"), url("../icon/iconfont.woff") format("woff"), url("../icon/iconfont.ttf") format("truetype"), url("../icon/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; } .clear { clear: both; } .clearfix { zoom: 1; } .clearfix:after { clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; } .cen { text-align: center; } .fl { float: left; } .fr { float: right; } .wrap { width: 1400px; margin: 0 auto; } .flex-row { display: flex; justify-content: space-between; flex-direction: row; align-items: center; } .flex-col { display: flex; justify-content: center; flex-direction: column; align-items: center; } .sigle-text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }