/* header */
header {
  width: 1200px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  font-size: 14px;
}

header ul {
  padding: 10px 0;
  display: flex;
  align-items: center;

}

header ul li {
  padding: 0 20px;
}

a {
  text-decoration: none;
  color: #000;

}

.shop {
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop img {
  width: 30px;
  height: 30px;
}


.logo a {
  color: #000;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.shopNum {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: rgb(84, 51, 235);
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px
}


/* footer */

footer {
  padding: 50px 0;
}

footer .footer-contain {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

footer .footer-contain .box {
  width: 20%;
  padding: 0 10px;
  font-size: 13px;
}

footer .footer-contain .box .title {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 16px;
}

footer .footer-contain .box li {
  margin: 10px 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

footer .footer-contain .box .icon-row {
  margin: 10px 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

footer .footer-contain .box .icon-row img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

footer .footer-contain .box li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}