@import '../animate/3.6.0.css';

/************************
 * 初始化
 ***********************/
* { margin: 0; padding: 0; -webkit-tap-highlight-color: rgba(0,0,0,0); box-sizing: border-box; touch-action: pan-y; }
html { height: 100%; font-size: 14px; }
body { width: 100%; font: 1rem/2 'Microsoft Yahei', Arial; color: #666666; background: #eff3f8; }
img { border: 0px; }
h1, h2, h3, h4, h5, h6, h7 { font-size: 1rem; }
ul, ol { padding: 0 0 0 1rem; }
a, a:link, a:visited, a:hover, a:active { color: inherit; text-decoration: none; }
a:hover { color: #61abaa; }
input, button, select, textarea { outline: none; font-family: 'Microsoft Yahei', Arial; font-size: 1rem; -webkit-appearance: none !important; }
table { border-collapse: collapse; border-spacing: 0; }

.clearfix::after { content: ''; display: block; clear: both; width: 100%; height: 0; line-height: 0; font-size: 0; }
.wrapper { position: relative; padding: 0 0 2rem; }
.wrap { position: relative; width: 1200px; margin: 0 auto; }







