﻿body,
html {
    font-size: 14px;
    font-family: "微软雅黑", "黑体", serif;
    color: #262626;
    overflow-x: hidden;
}

body.modelShow {
    overflow-y: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: inherit;
    text-decoration: inherit;
}

button,
input,
textarea {
    -webkit-appearance: none;
    appearance: none;
}

li,
ul {
    list-style: none;
}

input::placeholder {
    font-family: "微软雅黑";
    font-size: 14px;
}
.wrap{
    margin-left: auto;
    margin-right: auto;
    width: 88%;
    max-width: 1600px;
}
.bgCenter{
    background-size: cover !important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}
@font-face {
    font-family: "impact";
    src: url("../fonts/impact.ttf");
  }