/* CSS Document*/ * { padding: 0px; margin: 0px; outline: 0 none; } body { font-family: "pingfang SC", "Microsoft YaHei", "榛戜綋"; background: #fff; color: #333; font-size: 12px; overflow-x: hidden !important; } a { text-decoration: none; color: #333; transition: all 0.5s ease 0s; } a:focus { outline: none; } /* a:hover { color: #e53244; } */ ul { list-style-type: none; } li { vertical-align: bottom; zoom: 1; } img { border: 0px; } select { font-family: "pingfang SC", "Microsoft YaHei", "榛戜綋"; color: #333; font-size: 12px; } textarea { font-family: "pingfang SC", "Microsoft YaHei", "榛戜綋"; color: #333; font-size: 12px; outline: none; } table { border-collapse: collapse; border-spacing: 0px; } th, td { padding: 0; } input { vertical-align: middle; outline: none; font-size: 12px; font-family: "pingfang SC", "Microsoft YaHei", "榛戜綋"; } .clearfix:before, .clearfix:after { content: " "; display: block; height: 0; visibility: hidden; clear: both; overflow: hidden; } .clearfix { zoom: 1; } .clearfix:after { clear: both; } .hidden { display: none; } h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: inherit; margin: 0px; } p { margin: 0px; } em, i { font-style: normal; } .fl { float: left; } .fr { float: right; } input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; } /* .container { width: 1400px; margin: 0 auto; } */ .container{ width: 100%; max-width: 1400px; margin: 0 auto; padding: 0 50px; }