/* http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    License: none (public domain)
 */

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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  /* border: 0; */
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: MicrosoftYaHei;

}

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

body {
  line-height: 1;
}

ol, ul {
  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;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover{
  text-decoration: none;
}

body {
  background: #ffffff;
  font-family: "PingFangSC-Regular", "Helvetica", "Droid Sans", "Arial", "sans-serif";
  font-size: 14px;
  color: #333;
}
input:focus  {
outline:none;
}

 .header{
  font-weight: bold;
}

#newBridge .nb-icon-skin-1 .nb-icon-inner-wrap {
  display: none;
}


/* footer */
#footer {
  padding-top: 60px;
  background-color: #373D41;
}
.footer {
  width: 1200px;
  margin: 0 auto;
}
.footer .content {
  display: flex;
}
.footer .content .contact,.footer .content .qrcode {
  flex: 1;
  border-right: 2px solid #fff;
}
.footer .content .qrcode {
  display: flex;
  font-size: 14px;
  color: #fff;
  align-items: center;
  justify-content: space-around;
}
.footer .content .qrcode .qrcode-item {
  text-align: center;
}
.footer .content .qrcode .qrcode-item img {
  width: 136px;
  margin-bottom: 10px;
}
.footer .content .confirm {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.footer .content .confirm p{
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .content .confirm a img {
  width: 127px;
}
.footer .content .contact {
  font-size: 16px;
  color: #fff;
}
.footer .content .contact p {
  margin-top: 20px;
  line-height: 26px;
}
.footer .content .contact .footer-logo {
  width: 211px;
}
.footer .friendly {
  display: flex;
  font-size: 16px;
  color: #ffffff;
  align-items: center;
  margin: 60px 0 20px;
}
.footer .friendly .link-box {
  display: flex;
  font-size: 14px;
}
.footer .friendly .link-box li {
  margin-right: 10px;
}
.info {
  font-size: 16px;
  color: #999999;
  line-height: 79px;
  text-align: center;
  border: 1px solid #444;
}
