body,
ul,
li,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
input,
p {
  margin: 0;
}
ul,
ol {
  padding: 0;
}
.clear:after {
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
  height: 0;
}
.clear {
  zoom: 1;
}
a {
  color: #333;
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
html {
  /* min-width: 1024px; */
}
body {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #333;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}

#mobile {
  display: none;
  text-align: center;
}
.nav_list {
  display: none;
}
.banner {
  background-color: #000;
}
/* banner加载前预留高度 */
.banner_m,.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner_m {
  margin-top: 1.73rem /* 130/75 */;
}
.banner_m img,.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #newBridge .nb-invite-wrap-base {
    min-height: 1.2rem /* 90/75 */ !important;
  }
  #newBridge .nb-invite-body-base .nb-invite-welcom {
    font-size: 1.2em !important;
  }
  #newBridge .nb-invite-body-base .nb-invite-ok,
  #newBridge .nb-invite-body-base .nb-invite-no {
    height: 1.5em !important;
    line-height: 1.6em !important;
    font-size: 1.1em !important;
  }
  #newBridge .nb-icon-wrap-base {
    height: 1.3rem !important;
  }
}
@font-face {
  font-family: "Noto Sans SC";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans SC"), local("Noto Sans"), local("Source Han Sans CN"),
    local("Source Han Sans"),
    url("http://oss.wkefu.com/crm/resource/NotoSans/Noto-Sans-SC-Regular.woff2")
      format("woff2"),
    url("http://oss.wkefu.com/crm/resource/NotoSans/Noto-Sans-SC-Regular.woff")
      format("woff");
}
