
body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{
  margin: 0;
  padding: 0;
  /*å­—ä½“è®¾ç½®*/
  font-size: 14px;
  font-family: "Microsoft Yahei",sans-serif;
  /* åŽ»æŽ‰åˆ—è¡¨çš„åŽŸç‚¹ */
  list-style: none;
  /* é»˜è®¤é¼ æ ‡ */
  cursor: default;
}
ul,li{list-style: none}
/*å¯é€‰*/
html,body{
  width: 100%;
  height: 100%;
}

/*è¡Œå†…å—å…ƒç´ */
input,img{
  margin: 0;
  padding: 0;
  border: 0 none;
  outline-style: none;
  vertical-align: bottom;
}

a,a:active,a:visited{
  /*ä¸‹åˆ’çº¿å’Œé¢œè‰²*/
  text-decoration: none;
  color: #fff;
}
a:hover{
  color:#fff;
}
textarea{
  /* è¾¹æ¡†æ¸…é›¶ */
  border:none;
  /* è½®å»“çº¿æ¸…é›¶ */
  outline: none;
  /* é˜²æ­¢æ–‡æœ¬åŸŸè¢«éšæ„æ‹–æ‹½ */
  resize: none;
}

i{
  /*æ–‡å­—æ ·å¼*/
  font-style: normal;
}

table{
  /*è¾¹æ¡†åˆå¹¶*/
  border-collapse:collapse;
  border-spacing:0;
}

.left {
  float: left;
}
.right {
  float: right;
}
/* ä½¿ç”¨ä¼ªå…ƒç´ æ¸…é™¤æµ®åŠ¨ */
.clearfix::before,
.clearfix::after{
  content:"";
  height: 0;
  line-height: 0;
  display: block;
  visibility: none;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.ani-top {
  position: relative;
  top:0;
  transition: all .34s ease-in-out;
}
.ani-top:hover{
  top: -5px;
}

.ani-bottom {
  position: relative;
  top:0;
  transition: all .15s ease-in-out;
}
.ani-bottom:hover{
  top: 5px;
}


@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  30%,
  90%{
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  60%{
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  30%,
  90%{
    -webkit-transform: translate3d(-2px, 0, 0);
    transform: translate3d(-2px, 0, 0);
  }

  60%{
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
