/* CSS Document */
@charset "utf-8";
*{ box-sizing:border-box;outline: 0;}
body, p, input, textarea, ul, select, form, td ,h4{ margin: 0; padding: 0; }
body, input { font: normal 15px "微软雅黑"; }
li { list-style: none; }
input, select, textarea ,a { text-decoration: none; color:#000; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { content: " "; display: block;clear: both;line-height: 0; height: 0; visibility: hidden; }

.flex-wrap { display: -webkit-box; display: -webkit-flex; display: flex; }
.flex-auto { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; }
