* {
    margin: 0;
    padding: 0;
  }
  
  body {
    background: #f2f2f2;
    font-family: 'Microsoft YaHei', sans-serif;
    min-width: 1200px;
    line-height: 1;
    font-size: 12px;
  }
  
  i {
    font-style: normal;
  }
  
  div,
  ul,
  li {
    box-sizing: border-box;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  a:hover {
    /* color: #2c66f6 !important; */
  }
  
  li {
    list-style: none;
  }
  
  img {
    vertical-align: middle;
    border: 0;
  }
  
  input,
  textarea {
    outline: none;
    background: none;
  }
  
  input,
  textarea,
  select {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
  }
  
  textarea {
    resize: none;
  }
  
  input[type='button'],
  input[type='submit'],
  input[type='reset'] {
    cursor: pointer;
  }
  
  button {
    border: none;
    cursor: pointer;
  }
  
  .heart {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
  }
  .w{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }
  
  .clear,
  .clearfix {
    zoom: 1;
  }
  
  .clear:after,
  .clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  
  .hide {
    display: none;
  }
  
  .ellipsis {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  input::-webkit-input-placeholder {
    /* WebKit browsers 适配谷歌 */
    font-size: 14px;
    color: #999;
  }
  
  input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999;
    font-size: 14px;
  }
  
  input::-moz-placeholder {
    /* Mozilla Firefox 19+ 适配火狐 */
    color: #999;
    font-size: 14px;
  }
  
  input:-ms-input-placeholder {
    /* Internet Explorer 10+  适配ie*/
    color: #999;
    font-size: 14px;
  }
  
  /* @font-face {
      font-family: 'iconfont';  
      src: url('../../fonts/iconfonts/iconfont.woff2') format('woff2'),
           url('../../fonts/iconfonts/iconfont.woff') format('woff'),
           url('../../fonts/iconfonts/iconfont.ttf') format('truetype');
    } */
  