/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 b, u, i, center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header,
 menu, nav, output, ruby, section, summary,
 time, mark, audio, video, input {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    outline:none;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: "Microsoft YaHei";
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body,html {
    overflow-x: hidden;
    line-height: 1;
    font-weight: 200;
    font-family:'Microsoft YaHei';
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

ol, ul {
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 6px;
}


body {

    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clearfix{
  display: inline-block;
}
.clearfix:after {
  display: block;
  content: ".";
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
.db {
  display: block;
}
.mgr0{
    margin-right:0;
}
.mgl0{
    margin-left:0;
}
.vipbox{
  max-width: 1188px;
  margin: 0 auto;
  width: 1188px;
}
em,i{
  font-style: normal;
}
select:focus,button:focus,input:focus {outline:none}
@keyframes zoomIn {
  0% {
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@-moz-keyframes zoomIn{
  0% {
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@-ms-keyframes zoomIn{
  0% {
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@-o-keyframes zoomIn{
  0% {
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn{
  0% {
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes up_down {
  0% {
    opacity: 0;
    transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

