/* 头部banner */
html {
  height: 100%;
}
body {
  height: 100%;
}
.header {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  /* background-image: url("../../img/pc/merchant/SupplyChain.png"); */
  background-image: url("../../img/pc/merchant/contact.png");
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-nav {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.contact {
  margin-right: 11%;
  /* color: #444444; */
  color: #fff;
  font-size: 0.19rem;
}
.contact-detail {
  margin-top: 0.62rem;
  font-size: 0.14rem;
}
.contact-detail-item {
  line-height: 1.71;
}
.contact-detail-item:not(:first-child) {
  margin-top: 0.12rem;
}
.contact-qrcode {
  margin-top: 0.25rem;
  width: 1.46rem;
  height: 1.46rem;
}
.contact-tips {
  margin-top: 0.15rem;
}

a,
a:hover,
a:link,
a:active,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
}
