html, body, div, span, applet, object, 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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  width: 100%;
  color: #FFFFFF;
  font-family: Microsoft YaHei;
  overflow: hidden;
}

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

ol, ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

th, td {
  vertical-align: middle;
}

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

a:focus {
  outline: none;
}

input:focus, select:focus, textarea:focus {
  outline: -webkit-focus-ring-color auto 0;
}

/*mac浏览器*/
@media screen and (max-height: 850px) {
  .layout-main .index .aboutUs-content-box {
    transform: scale(0.8);
  }

  .layout-main .index .productCenter-content-inner {
    transform: scale(0.9);
  }

  .layout-main .index .productCenterRight {
    margin-bottom: 45px;
  }

  .layout-main .index .recordInformation,
  .layout-main .index .carousel-dot {
    bottom: 45px;
  }

  .layout-main .layoutHeader-product .layoutHeader-product-warp {
    background-color:transparent;
    box-shadow:none;

  }
  .layout-main .layoutHeader-product .layoutHeader-product-warp .el-scrollbar__wrap{
    overflow: hidden;
  }
  .layout-main .layoutHeader-product-warp .el-scrollbar__view {
    margin-top: -5px;
    transform: matrix(0.68, 0, 0, 0.68, -146, -190);
    background-color: rgba(24, 39, 49, 0.8);
    box-shadow: 3px 0 45px 0 rgb(0 0 0 / 52%);
    padding-bottom: 200px;
  }
  .layout-main .layoutHeader-product-warp .el-scrollbar__bar{
    display: none;
  }
  .layout-main .productDetail-productCase-dialog .el-dialog{
    transform: matrix(0.7, 0, 0, 0.7, -0, 0);
    left: 16%;
    top: -50px;
  }
  .layout-main .productDetail-productCase-dialog .el-dialog__close{
    font-size: 24px;
  }
  .layout-main .layoutFooter-bottom{
    line-height: 50px;
  }
}
