/*basic*/ * { max-width: 1920px; margin: 0; padding: 0; list-style: none; text-decoration: none; border: none; outline: none; font-weight: normal; } body { font-size: 16px; /*font-family: Georgia, 'Times New Roman', Times, serif;*/ font-family: Times; color: #333; } img { border: 0; } li { list-style: none; } a { text-decoration: none; outline: none; color: #333; } h1 { font-size: 32px; font-weight: bold; } h2 { font-size: 30px; font-weight: bold; } h3 { font-size: 24px; font-weight: bold; } h4 { font-size: 22px; font-weight: bold; } h5 { font-size: 20px; font-weight: bold; } h6 { font-size: 18px; font-weight: bold; } .wrap { width: 1200px; margin: 0 auto; } .clearfix::after, .clearfix::before { content: ''; clear: both; display: block; zoom: 1; } .fl { float: left; } .fr { float: right; } .rel { position: relative; } .abs { position: absolute; } .bold { font-weight: bold; }