.header {
  background-color: #ffffff;
}
.header .row {
  width: 100%;
}

.header .logo-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header .logo-wrap .logo {
  width: 10rem;
  height: 65%;
}
.header .navbar-brand {
  margin-left: 1.8rem !important;
  line-height: 3rem;
  position: relative;
  color: #000000;
}
.header .active {
  color: #FF6602 !important;
  cursor: pointer;
}
.header .active::after {
  /*content: "";*/
  /*display: block;*/
  /*width: 100%;*/
  /*height: 2px;*/
  /*background-color: #f98956;*/
  /*position: absolute;*/
  /*bottom: 0.6rem;*/
  /*left: 0;*/
}
.header a:visited {
  color: #000000;
}

.container {
  text-align: center;
}
.shop-logo-img {
  width: 200px;
  height: 200px;
  border-radius: 0.6rem;
}
.big-img {
  width: 100%;
}

.footer {
  background-color: #000000;
  font-size: 1rem;
  margin-top: 100px;
  padding: 100px 200px;
  color: #ffffff;
}

.footer .join-wrap {
  font-size: 34px;
  color: #ffffff;
  line-height: 40px;
  justify-content: space-between;
  width: 100%;
}

.footer .join-wrap .join-btn {
  display: flex;
  justify-content: flex-end;
}

.footer .join-btn > div {
  border-radius: 5px;
  width: 180px;
  height: 60px;
  background: #fff;
  font-size: 21px;
  color: #f98957;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}

.footer .qrcode img {
  width: 10rem;
  height: 10rem;
  margin-right: 1rem;
  object-fit: cover;
}

.footer .footer-tips .icon {
  width: 80px;
  height: 20px;
  margin-right: 20px;
}

.footer .footer-tips a {
  text-decoration: none;
  color: #ffffff;
}
.footer .footer-tips a:link {
  color: #ffffff;
}
.footer .footer-tips a:link,
.footer-tips .footer a:visited {
  text-decoration: none;
}
.footer .footer-tips a img {
  width: 1.4rem;
  height: 1.4rem;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.flex-direction-column {
  flex-direction: column;
}